Skip to content

Commit

Permalink
Release v1.44.152 (2022-12-02) (#4652)
Browse files Browse the repository at this point in the history
Release v1.44.152 (2022-12-02)
===

### Service Client Updates
* `service/appsync`: Updates service documentation
* `service/ecs`: Updates service documentation
  * Documentation updates for Amazon ECS
* `service/fms`: Updates service API
* `service/mediaconvert`: Updates service API and documentation
  * The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
* `service/medialive`: Updates service API and documentation
  * Updates to Event Signaling and Management (ESAM) API and documentation.
* `service/polly`: Updates service API
  * Add language code for Finnish (fi-FI)
* `service/proton`: Updates service API
* `service/redshift-serverless`: Updates service API, documentation, and paginators
* `service/sns`: Updates service documentation
  * This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions
  • Loading branch information
aws-sdk-go-automation authored Dec 2, 2022
1 parent 9c070a4 commit 6224bdd
Show file tree
Hide file tree
Showing 40 changed files with 6,237 additions and 816 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.44.152 (2022-12-02)
===

### Service Client Updates
* `service/appsync`: Updates service documentation
* `service/ecs`: Updates service documentation
* Documentation updates for Amazon ECS
* `service/fms`: Updates service API
* `service/mediaconvert`: Updates service API and documentation
* The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
* `service/medialive`: Updates service API and documentation
* Updates to Event Signaling and Management (ESAM) API and documentation.
* `service/polly`: Updates service API
* Add language code for Finnish (fi-FI)
* `service/proton`: Updates service API
* `service/redshift-serverless`: Updates service API, documentation, and paginators
* `service/sns`: Updates service documentation
* This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions

Release v1.44.151 (2022-12-01)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.151"
const SDKVersion = "1.44.152"
2 changes: 1 addition & 1 deletion models/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
},
"AppSyncRuntime": {
"base": "<p>Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>",
"base": "<p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>",
"refs": {
"CreateFunctionRequest$runtime": null,
"CreateResolverRequest$runtime": null,
Expand Down
2 changes: 1 addition & 1 deletion models/apis/appsync/2017-07-25/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down
Loading

0 comments on commit 6224bdd

Please sign in to comment.