-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ce4bf0
commit a5cc841
Showing
61 changed files
with
3,443 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[ | ||
{ | ||
"type": "api-change", | ||
"category": "TimestreamInfluxDB", | ||
"description": "This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name." | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "ACMPCA", | ||
"description": "Documentation updates for AWS Private CA." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "DatabaseMigrationService", | ||
"description": "Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "EC2", | ||
"description": "This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "IoTFleetWise", | ||
"description": "Refine campaign related API validations" | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "ECS", | ||
"description": "This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Route53Resolver", | ||
"description": "Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake." | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "ElasticInference", | ||
"description": "Elastic Inference - Documentation update to add service shutdown notice." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "NeptuneGraph", | ||
"description": "Support for 16 m-NCU graphs available through account allowlisting" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Outposts", | ||
"description": "Adding new \"DELIVERED\" enum value for Outposts Order status" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SocialMessaging", | ||
"description": "This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
namespace Aws\SocialMessaging\Exception; | ||
|
||
use Aws\Exception\AwsException; | ||
|
||
/** | ||
* Represents an error interacting with the **AWS End User Messaging Social** service. | ||
*/ | ||
class SocialMessagingException extends AwsException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
namespace Aws\SocialMessaging; | ||
|
||
use Aws\AwsClient; | ||
|
||
/** | ||
* This client is used to interact with the **AWS End User Messaging Social** service. | ||
* @method \Aws\Result associateWhatsAppBusinessAccount(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise associateWhatsAppBusinessAccountAsync(array $args = []) | ||
* @method \Aws\Result deleteWhatsAppMessageMedia(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteWhatsAppMessageMediaAsync(array $args = []) | ||
* @method \Aws\Result disassociateWhatsAppBusinessAccount(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise disassociateWhatsAppBusinessAccountAsync(array $args = []) | ||
* @method \Aws\Result getLinkedWhatsAppBusinessAccount(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getLinkedWhatsAppBusinessAccountAsync(array $args = []) | ||
* @method \Aws\Result getLinkedWhatsAppBusinessAccountPhoneNumber(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getLinkedWhatsAppBusinessAccountPhoneNumberAsync(array $args = []) | ||
* @method \Aws\Result getWhatsAppMessageMedia(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getWhatsAppMessageMediaAsync(array $args = []) | ||
* @method \Aws\Result listLinkedWhatsAppBusinessAccounts(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listLinkedWhatsAppBusinessAccountsAsync(array $args = []) | ||
* @method \Aws\Result listTagsForResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) | ||
* @method \Aws\Result postWhatsAppMessageMedia(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise postWhatsAppMessageMediaAsync(array $args = []) | ||
* @method \Aws\Result putWhatsAppBusinessAccountEventDestinations(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise putWhatsAppBusinessAccountEventDestinationsAsync(array $args = []) | ||
* @method \Aws\Result sendWhatsAppMessage(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise sendWhatsAppMessageAsync(array $args = []) | ||
* @method \Aws\Result tagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) | ||
* @method \Aws\Result untagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) | ||
*/ | ||
class SocialMessagingClient extends AwsClient {} |
Oops, something went wrong.