Skip to content

Commit

Permalink
Release v1.44.37 (2022-06-17) (#4446)
Browse files Browse the repository at this point in the history
Release v1.44.37 (2022-06-17)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectcampaigns`: Adds new service
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Doc only update for DynamoDB service
* `service/streams.dynamodb`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 17, 2022
1 parent 043803a commit 6a228d9
Show file tree
Hide file tree
Showing 21 changed files with 8,377 additions and 166 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.44.37 (2022-06-17)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectcampaigns`: Adds new service
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Doc only update for DynamoDB service
* `service/streams.dynamodb`: Updates service documentation

Release v1.44.36 (2022-06-16)
===

Expand Down
16 changes: 16 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.36"
const SDKVersion = "1.44.37"
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -5098,7 +5098,8 @@
"AUTO_RESOLVE_BEST_VOICES",
"USE_CUSTOM_TTS_VOICES",
"EARLY_MEDIA",
"MULTI_PARTY_CONFERENCE"
"MULTI_PARTY_CONFERENCE",
"HIGH_VOLUME_OUTBOUND"
]
},
"InstanceAttributeValue":{
Expand Down

0 comments on commit 6a228d9

Please sign in to comment.