@@ -11053,20 +11053,18 @@
11053
11053
"protocols" : [ "http", "https" ]
11054
11054
},
11055
11055
"endpoints" : {
11056
+ "af-south-1" : { },
11057
+ "ap-east-1" : { },
11056
11058
"ap-northeast-1" : { },
11057
11059
"ap-northeast-2" : { },
11060
+ "ap-northeast-3" : { },
11058
11061
"ap-south-1" : { },
11059
11062
"ap-southeast-1" : { },
11060
11063
"ap-southeast-2" : { },
11061
11064
"ca-central-1" : { },
11062
- "ca-central-1-fips" : {
11063
- "credentialScope" : {
11064
- "region" : "ca-central-1"
11065
- },
11066
- "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
11067
- },
11068
11065
"eu-central-1" : { },
11069
11066
"eu-north-1" : { },
11067
+ "eu-south-1" : { },
11070
11068
"eu-west-1" : { },
11071
11069
"eu-west-2" : { },
11072
11070
"eu-west-3" : { },
11080
11078
"me-south-1" : { },
11081
11079
"sa-east-1" : { },
11082
11080
"us-east-1" : { },
11083
- "us-east-1-fips" : {
11084
- "credentialScope" : {
11085
- "region" : "us-east-1"
11086
- },
11087
- "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
11088
- },
11089
11081
"us-east-2" : { },
11090
- "us-east-2-fips" : {
11091
- "credentialScope" : {
11092
- "region" : "us-east-2"
11093
- },
11094
- "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
11095
- },
11096
11082
"us-west-1" : { },
11097
- "us-west-1-fips" : {
11098
- "credentialScope" : {
11099
- "region" : "us-west-1"
11100
- },
11101
- "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
11102
- },
11103
- "us-west-2" : { },
11104
- "us-west-2-fips" : {
11105
- "credentialScope" : {
11106
- "region" : "us-west-2"
11107
- },
11108
- "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
11109
- }
11083
+ "us-west-2" : { }
11110
11084
}
11111
11085
},
11112
11086
"sts" : {
@@ -16240,22 +16214,38 @@
16240
16214
"defaults" : {
16241
16215
"credentialScope" : {
16242
16216
"service" : "dynamodb"
16243
- }
16217
+ },
16218
+ "variants" : [ {
16219
+ "hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
16220
+ "tags" : [ "fips" ]
16221
+ } ]
16244
16222
},
16245
16223
"endpoints" : {
16246
- "us-gov-east-1" : { },
16224
+ "us-gov-east-1" : {
16225
+ "variants" : [ {
16226
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
16227
+ "tags" : [ "fips" ]
16228
+ } ]
16229
+ },
16247
16230
"us-gov-east-1-fips" : {
16248
16231
"credentialScope" : {
16249
16232
"region" : "us-gov-east-1"
16250
16233
},
16251
- "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
16234
+ "deprecated" : true,
16235
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
16236
+ },
16237
+ "us-gov-west-1" : {
16238
+ "variants" : [ {
16239
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
16240
+ "tags" : [ "fips" ]
16241
+ } ]
16252
16242
},
16253
- "us-gov-west-1" : { },
16254
16243
"us-gov-west-1-fips" : {
16255
16244
"credentialScope" : {
16256
16245
"region" : "us-gov-west-1"
16257
16246
},
16258
- "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
16247
+ "deprecated" : true,
16248
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
16259
16249
}
16260
16250
}
16261
16251
},
@@ -16981,13 +16971,10 @@
16981
16971
"defaults" : {
16982
16972
"credentialScope" : {
16983
16973
"service" : "dynamodb"
16984
- },
16985
- "protocols" : [ "http", "https" ]
16974
+ }
16986
16975
},
16987
16976
"endpoints" : {
16988
- "us-iso-east-1" : {
16989
- "protocols" : [ "http", "https" ]
16990
- }
16977
+ "us-iso-east-1" : { }
16991
16978
}
16992
16979
},
16993
16980
"sts" : {
0 commit comments