Skip to content

Commit 38916fb

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 1c16a4f commit 38916fb

File tree

2 files changed

+34
-41
lines changed

2 files changed

+34
-41
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 28 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11053,20 +11053,18 @@
1105311053
"protocols" : [ "http", "https" ]
1105411054
},
1105511055
"endpoints" : {
11056+
"af-south-1" : { },
11057+
"ap-east-1" : { },
1105611058
"ap-northeast-1" : { },
1105711059
"ap-northeast-2" : { },
11060+
"ap-northeast-3" : { },
1105811061
"ap-south-1" : { },
1105911062
"ap-southeast-1" : { },
1106011063
"ap-southeast-2" : { },
1106111064
"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-
},
1106811065
"eu-central-1" : { },
1106911066
"eu-north-1" : { },
11067+
"eu-south-1" : { },
1107011068
"eu-west-1" : { },
1107111069
"eu-west-2" : { },
1107211070
"eu-west-3" : { },
@@ -11080,33 +11078,9 @@
1108011078
"me-south-1" : { },
1108111079
"sa-east-1" : { },
1108211080
"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-
},
1108911081
"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-
},
1109611082
"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" : { }
1111011084
}
1111111085
},
1111211086
"sts" : {
@@ -16240,22 +16214,38 @@
1624016214
"defaults" : {
1624116215
"credentialScope" : {
1624216216
"service" : "dynamodb"
16243-
}
16217+
},
16218+
"variants" : [ {
16219+
"hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
16220+
"tags" : [ "fips" ]
16221+
} ]
1624416222
},
1624516223
"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+
},
1624716230
"us-gov-east-1-fips" : {
1624816231
"credentialScope" : {
1624916232
"region" : "us-gov-east-1"
1625016233
},
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+
} ]
1625216242
},
16253-
"us-gov-west-1" : { },
1625416243
"us-gov-west-1-fips" : {
1625516244
"credentialScope" : {
1625616245
"region" : "us-gov-west-1"
1625716246
},
16258-
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
16247+
"deprecated" : true,
16248+
"hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
1625916249
}
1626016250
}
1626116251
},
@@ -16981,13 +16971,10 @@
1698116971
"defaults" : {
1698216972
"credentialScope" : {
1698316973
"service" : "dynamodb"
16984-
},
16985-
"protocols" : [ "http", "https" ]
16974+
}
1698616975
},
1698716976
"endpoints" : {
16988-
"us-iso-east-1" : {
16989-
"protocols" : [ "http", "https" ]
16990-
}
16977+
"us-iso-east-1" : { }
1699116978
}
1699216979
},
1699316980
"sts" : {

0 commit comments

Comments
 (0)