Skip to content

Commit

Permalink
Release v1.38.38 (2021-05-11) (#3904)
Browse files Browse the repository at this point in the history
Release v1.38.38 (2021-05-11)
===

### Service Client Updates
* `service/s3control`: Updates service API and documentation
  * Documentation updates for Amazon S3-control
* `service/ssm-contacts`: Adds new service
* `service/ssm-incidents`: Adds new service
* `service/transcribe-streaming`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 11, 2021
1 parent 5117c0d commit bba6aba
Show file tree
Hide file tree
Showing 29 changed files with 21,489 additions and 123 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.38.38 (2021-05-11)
===

### Service Client Updates
* `service/s3control`: Updates service API and documentation
* Documentation updates for Amazon S3-control
* `service/ssm-contacts`: Adds new service
* `service/ssm-incidents`: Adds new service
* `service/transcribe-streaming`: Updates service API and documentation

Release v1.38.37 (2021-05-10)
===

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.38.37"
const SDKVersion = "1.38.38"
4 changes: 2 additions & 2 deletions models/apis/s3control/2018-08-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3251,12 +3251,12 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*)$"
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagValueString":{
"type":"string",
"max":1024,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*)$"
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"Tagging":{
"type":"structure",
Expand Down
94 changes: 47 additions & 47 deletions models/apis/s3control/2018-08-20/docs-2.json

Large diffs are not rendered by default.

0 comments on commit bba6aba

Please sign in to comment.