Skip to content

Commit 5d3d278

Browse files
Updated API models and rebuilt service gems.
1 parent 260c4c8 commit 5d3d278

File tree

40 files changed

+319
-208
lines changed

40 files changed

+319
-208
lines changed

apis/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

apis/directconnect/2012-10-25/docs-2.json

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

apis/organizations/2016-11-28/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,8 @@
13011301
"CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
13021302
"SERVICE_ACCESS_NOT_ENABLED",
13031303
"INVALID_PAYMENT_INSTRUMENT",
1304-
"ACCOUNT_CREATION_NOT_COMPLETE"
1304+
"ACCOUNT_CREATION_NOT_COMPLETE",
1305+
"CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR"
13051306
]
13061307
},
13071308
"CreateAccountFailureReason":{

apis/organizations/2016-11-28/docs-2.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

apis/rekognition/2016-06-27/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,8 @@
18481848
"members":{
18491849
"DatasetSource":{"shape":"DatasetSource"},
18501850
"DatasetType":{"shape":"DatasetType"},
1851-
"ProjectArn":{"shape":"ProjectArn"}
1851+
"ProjectArn":{"shape":"ProjectArn"},
1852+
"Tags":{"shape":"TagMap"}
18521853
}
18531854
},
18541855
"CreateDatasetResponse":{
@@ -1885,7 +1886,8 @@
18851886
"members":{
18861887
"ProjectName":{"shape":"ProjectName"},
18871888
"Feature":{"shape":"CustomizationFeature"},
1888-
"AutoUpdate":{"shape":"ProjectAutoUpdate"}
1889+
"AutoUpdate":{"shape":"ProjectAutoUpdate"},
1890+
"Tags":{"shape":"TagMap"}
18891891
}
18901892
},
18911893
"CreateProjectResponse":{

apis/rekognition/2016-06-27/docs-2.json

Lines changed: 4 additions & 2 deletions
Large diffs are not rendered by default.

apis/workspaces/2015-04-08/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,6 +3728,7 @@
37283728
},
37293729
"RootStorage":{
37303730
"type":"structure",
3731+
"required":["Capacity"],
37313732
"members":{
37323733
"Capacity":{"shape":"NonEmptyString"}
37333734
}
@@ -4256,6 +4257,7 @@
42564257
},
42574258
"UserStorage":{
42584259
"type":"structure",
4260+
"required":["Capacity"],
42594261
"members":{
42604262
"Capacity":{"shape":"NonEmptyString"}
42614263
}

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.951.0 (2024-07-03)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.950.0 (2024-07-01)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.950.0
1+
1.951.0

gems/aws-partitions/partitions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8690,6 +8690,16 @@
86908690
}
86918691
}
86928692
},
8693+
"globalaccelerator" : {
8694+
"endpoints" : {
8695+
"fips-us-west-2" : {
8696+
"credentialScope" : {
8697+
"region" : "us-west-2"
8698+
},
8699+
"hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com"
8700+
}
8701+
}
8702+
},
86938703
"glue" : {
86948704
"endpoints" : {
86958705
"af-south-1" : { },
@@ -13143,6 +13153,12 @@
1314313153
},
1314413154
"hostname" : "oidc.ca-central-1.amazonaws.com"
1314513155
},
13156+
"ca-west-1" : {
13157+
"credentialScope" : {
13158+
"region" : "ca-west-1"
13159+
},
13160+
"hostname" : "oidc.ca-west-1.amazonaws.com"
13161+
},
1314613162
"eu-central-1" : {
1314713163
"credentialScope" : {
1314813164
"region" : "eu-central-1"

0 commit comments

Comments
 (0)