Skip to content

Commit fdbf1e5

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 9e517ec commit fdbf1e5

File tree

2 files changed

+66
-9
lines changed

2 files changed

+66
-9
lines changed
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 endpoint and partition metadata."
6+
}

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

+60-9
Original file line numberDiff line numberDiff line change
@@ -11084,13 +11084,41 @@
1108411084
},
1108511085
"groundstation" : {
1108611086
"endpoints" : {
11087-
"af-south-1" : { },
11088-
"ap-northeast-2" : { },
11089-
"ap-southeast-1" : { },
11090-
"ap-southeast-2" : { },
11091-
"eu-central-1" : { },
11092-
"eu-north-1" : { },
11093-
"eu-west-1" : { },
11087+
"af-south-1" : {
11088+
"variants" : [ {
11089+
"tags" : [ "dualstack" ]
11090+
} ]
11091+
},
11092+
"ap-northeast-2" : {
11093+
"variants" : [ {
11094+
"tags" : [ "dualstack" ]
11095+
} ]
11096+
},
11097+
"ap-southeast-1" : {
11098+
"variants" : [ {
11099+
"tags" : [ "dualstack" ]
11100+
} ]
11101+
},
11102+
"ap-southeast-2" : {
11103+
"variants" : [ {
11104+
"tags" : [ "dualstack" ]
11105+
} ]
11106+
},
11107+
"eu-central-1" : {
11108+
"variants" : [ {
11109+
"tags" : [ "dualstack" ]
11110+
} ]
11111+
},
11112+
"eu-north-1" : {
11113+
"variants" : [ {
11114+
"tags" : [ "dualstack" ]
11115+
} ]
11116+
},
11117+
"eu-west-1" : {
11118+
"variants" : [ {
11119+
"tags" : [ "dualstack" ]
11120+
} ]
11121+
},
1109411122
"fips-us-east-1" : {
1109511123
"credentialScope" : {
1109611124
"region" : "us-east-1"
@@ -11112,24 +11140,47 @@
1111211140
"deprecated" : true,
1111311141
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
1111411142
},
11115-
"me-south-1" : { },
11116-
"sa-east-1" : { },
11143+
"me-south-1" : {
11144+
"variants" : [ {
11145+
"tags" : [ "dualstack" ]
11146+
} ]
11147+
},
11148+
"sa-east-1" : {
11149+
"variants" : [ {
11150+
"tags" : [ "dualstack" ]
11151+
} ]
11152+
},
1111711153
"us-east-1" : {
1111811154
"variants" : [ {
11155+
"tags" : [ "dualstack" ]
11156+
}, {
1111911157
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
1112011158
"tags" : [ "fips" ]
11159+
}, {
11160+
"hostname" : "groundstation-fips.us-east-1.api.aws",
11161+
"tags" : [ "dualstack", "fips" ]
1112111162
} ]
1112211163
},
1112311164
"us-east-2" : {
1112411165
"variants" : [ {
11166+
"tags" : [ "dualstack" ]
11167+
}, {
1112511168
"hostname" : "groundstation-fips.us-east-2.amazonaws.com",
1112611169
"tags" : [ "fips" ]
11170+
}, {
11171+
"hostname" : "groundstation-fips.us-east-2.api.aws",
11172+
"tags" : [ "dualstack", "fips" ]
1112711173
} ]
1112811174
},
1112911175
"us-west-2" : {
1113011176
"variants" : [ {
11177+
"tags" : [ "dualstack" ]
11178+
}, {
1113111179
"hostname" : "groundstation-fips.us-west-2.amazonaws.com",
1113211180
"tags" : [ "fips" ]
11181+
}, {
11182+
"hostname" : "groundstation-fips.us-west-2.api.aws",
11183+
"tags" : [ "dualstack", "fips" ]
1113311184
} ]
1113411185
}
1113511186
}

0 commit comments

Comments
 (0)