Skip to content

Commit 93281f4

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent fa70f7b commit 93281f4

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
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: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4055,6 +4055,12 @@
40554055
"tags" : [ "fips" ]
40564056
} ]
40574057
},
4058+
"ap-southeast-3" : {
4059+
"variants" : [ {
4060+
"hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com",
4061+
"tags" : [ "fips" ]
4062+
} ]
4063+
},
40584064
"ca-central-1" : {
40594065
"variants" : [ {
40604066
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
@@ -4153,6 +4159,13 @@
41534159
"deprecated" : true,
41544160
"hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com"
41554161
},
4162+
"fips-ap-southeast-3" : {
4163+
"credentialScope" : {
4164+
"region" : "ap-southeast-3"
4165+
},
4166+
"deprecated" : true,
4167+
"hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com"
4168+
},
41564169
"fips-ca-central-1" : {
41574170
"credentialScope" : {
41584171
"region" : "ca-central-1"
@@ -10229,7 +10242,19 @@
1022910242
"ap-southeast-1" : { },
1023010243
"ap-southeast-2" : { },
1023110244
"ap-southeast-3" : { },
10232-
"ca-central-1" : { },
10245+
"ca-central-1" : {
10246+
"variants" : [ {
10247+
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com",
10248+
"tags" : [ "fips" ]
10249+
} ]
10250+
},
10251+
"ca-central-1-fips" : {
10252+
"credentialScope" : {
10253+
"region" : "ca-central-1"
10254+
},
10255+
"deprecated" : true,
10256+
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com"
10257+
},
1023310258
"eu-central-1" : { },
1023410259
"eu-north-1" : { },
1023510260
"eu-south-1" : { },

0 commit comments

Comments
 (0)