Skip to content

Commit

Permalink
Release v1.54.14 (2024-07-03) (#5302)
Browse files Browse the repository at this point in the history
Release v1.54.14 (2024-07-03)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service documentation
* `service/directconnect`: Updates service documentation
  * This update includes documentation for support of new native 400 GBps ports for Direct Connect.
* `service/organizations`: Updates service API and documentation
  * Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
* `service/rekognition`: Updates service API and documentation
  * This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
* `service/workspaces`: Updates service API
  * Fix create workspace bundle RootStorage/UserStorage to accept non null values
  • Loading branch information
aws-sdk-go-automation committed Jul 3, 2024
1 parent d740a8a commit 7255e05
Show file tree
Hide file tree
Showing 18 changed files with 297 additions and 225 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.54.14 (2024-07-03)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service documentation
* `service/directconnect`: Updates service documentation
* This update includes documentation for support of new native 400 GBps ports for Direct Connect.
* `service/organizations`: Updates service API and documentation
* Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
* `service/rekognition`: Updates service API and documentation
* This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
* `service/workspaces`: Updates service API
* Fix create workspace bundle RootStorage/UserStorage to accept non null values

Release v1.54.13 (2024-07-02)
===

Expand Down
20 changes: 20 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.54.13"
const SDKVersion = "1.54.14"
58 changes: 29 additions & 29 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions models/apis/directconnect/2012-10-25/docs-2.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions models/apis/organizations/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"organizations",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"Organizations",
"serviceFullName":"AWS Organizations",
"serviceId":"Organizations",
"signatureVersion":"v4",
"targetPrefix":"AWSOrganizationsV20161128",
"uid":"organizations-2016-11-28"
"uid":"organizations-2016-11-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AcceptHandshake":{
Expand Down Expand Up @@ -1299,7 +1301,8 @@
"CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
"SERVICE_ACCESS_NOT_ENABLED",
"INVALID_PAYMENT_INSTRUMENT",
"ACCOUNT_CREATION_NOT_COMPLETE"
"ACCOUNT_CREATION_NOT_COMPLETE",
"CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR"
]
},
"CreateAccountFailureReason":{
Expand Down
4 changes: 2 additions & 2 deletions models/apis/organizations/2016-11-28/docs-2.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions models/apis/rekognition/2016-06-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,8 @@
"members":{
"DatasetSource":{"shape":"DatasetSource"},
"DatasetType":{"shape":"DatasetType"},
"ProjectArn":{"shape":"ProjectArn"}
"ProjectArn":{"shape":"ProjectArn"},
"Tags":{"shape":"TagMap"}
}
},
"CreateDatasetResponse":{
Expand Down Expand Up @@ -1885,7 +1886,8 @@
"members":{
"ProjectName":{"shape":"ProjectName"},
"Feature":{"shape":"CustomizationFeature"},
"AutoUpdate":{"shape":"ProjectAutoUpdate"}
"AutoUpdate":{"shape":"ProjectAutoUpdate"},
"Tags":{"shape":"TagMap"}
}
},
"CreateProjectResponse":{
Expand Down
6 changes: 4 additions & 2 deletions models/apis/rekognition/2016-06-27/docs-2.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions models/apis/workspaces/2015-04-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3728,6 +3728,7 @@
},
"RootStorage":{
"type":"structure",
"required":["Capacity"],
"members":{
"Capacity":{"shape":"NonEmptyString"}
}
Expand Down Expand Up @@ -4256,6 +4257,7 @@
},
"UserStorage":{
"type":"structure",
"required":["Capacity"],
"members":{
"Capacity":{"shape":"NonEmptyString"}
}
Expand Down
16 changes: 16 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8690,6 +8690,16 @@
}
}
},
"globalaccelerator" : {
"endpoints" : {
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com"
}
}
},
"glue" : {
"endpoints" : {
"af-south-1" : { },
Expand Down Expand Up @@ -13143,6 +13153,12 @@
},
"hostname" : "oidc.ca-central-1.amazonaws.com"
},
"ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"hostname" : "oidc.ca-west-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down
Loading

0 comments on commit 7255e05

Please sign in to comment.