Skip to content

Commit

Permalink
Release v1.44.323 (2023-08-14) (#4953)
Browse files Browse the repository at this point in the history
Release v1.44.323 (2023-08-14)
===

### Service Client Updates
* `service/mediapackage`: Updates service API
  * Fix SDK logging of certain fields.
* `service/omics`: Updates service API, documentation, waiters, and paginators
* `service/transfer`: Updates service documentation
  * Documentation updates for AWS Transfer Family
  • Loading branch information
aws-sdk-go-automation committed Aug 14, 2023
1 parent 0d3912c commit a17e64c
Show file tree
Hide file tree
Showing 17 changed files with 5,327 additions and 512 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.44.323 (2023-08-14)
===

### Service Client Updates
* `service/mediapackage`: Updates service API
* Fix SDK logging of certain fields.
* `service/omics`: Updates service API, documentation, waiters, and paginators
* `service/transfer`: Updates service documentation
* Documentation updates for AWS Transfer Family

Release v1.44.322 (2023-08-11)
===

Expand Down
82 changes: 82 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
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.322"
const SDKVersion = "1.44.323"
8 changes: 6 additions & 2 deletions models/apis/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,15 +1762,15 @@
},
"Password": {
"locationName": "password",
"shape": "__string"
"shape": "SensitiveString"
},
"Url": {
"locationName": "url",
"shape": "__string"
},
"Username": {
"locationName": "username",
"shape": "__string"
"shape": "SensitiveString"
}
},
"type": "structure"
Expand Down Expand Up @@ -2363,6 +2363,10 @@
],
"type": "string"
},
"SensitiveString": {
"sensitive": true,
"type": "string"
},
"ServiceUnavailableException": {
"error": {
"httpStatusCode": 503
Expand Down

0 comments on commit a17e64c

Please sign in to comment.