Skip to content

Commit b2d1396

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 39b4df6 commit b2d1396

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
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 endpoint and partition metadata."
6+
}

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

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19844,6 +19844,86 @@
1984419844
}
1984519845
}
1984619846
},
19847+
"ssm-quicksetup" : {
19848+
"endpoints" : {
19849+
"ap-northeast-1" : { },
19850+
"ap-northeast-2" : { },
19851+
"ap-south-1" : { },
19852+
"ap-southeast-1" : { },
19853+
"ap-southeast-2" : { },
19854+
"ca-central-1" : {
19855+
"variants" : [ {
19856+
"hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com",
19857+
"tags" : [ "fips" ]
19858+
} ]
19859+
},
19860+
"eu-central-1" : { },
19861+
"eu-north-1" : { },
19862+
"eu-west-1" : { },
19863+
"eu-west-2" : { },
19864+
"eu-west-3" : { },
19865+
"fips-ca-central-1" : {
19866+
"credentialScope" : {
19867+
"region" : "ca-central-1"
19868+
},
19869+
"deprecated" : true,
19870+
"hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com"
19871+
},
19872+
"fips-us-east-1" : {
19873+
"credentialScope" : {
19874+
"region" : "us-east-1"
19875+
},
19876+
"deprecated" : true,
19877+
"hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com"
19878+
},
19879+
"fips-us-east-2" : {
19880+
"credentialScope" : {
19881+
"region" : "us-east-2"
19882+
},
19883+
"deprecated" : true,
19884+
"hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com"
19885+
},
19886+
"fips-us-west-1" : {
19887+
"credentialScope" : {
19888+
"region" : "us-west-1"
19889+
},
19890+
"deprecated" : true,
19891+
"hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com"
19892+
},
19893+
"fips-us-west-2" : {
19894+
"credentialScope" : {
19895+
"region" : "us-west-2"
19896+
},
19897+
"deprecated" : true,
19898+
"hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com"
19899+
},
19900+
"sa-east-1" : { },
19901+
"us-east-1" : {
19902+
"variants" : [ {
19903+
"hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com",
19904+
"tags" : [ "fips" ]
19905+
} ]
19906+
},
19907+
"us-east-2" : {
19908+
"variants" : [ {
19909+
"hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com",
19910+
"tags" : [ "fips" ]
19911+
} ]
19912+
},
19913+
"us-west-1" : {
19914+
"variants" : [ {
19915+
"hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com",
19916+
"tags" : [ "fips" ]
19917+
} ]
19918+
},
19919+
"us-west-2" : {
19920+
"variants" : [ {
19921+
"hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com",
19922+
"tags" : [ "fips" ]
19923+
} ]
19924+
}
19925+
}
19926+
},
1984719927
"ssm-sap" : {
1984819928
"endpoints" : {
1984919929
"af-south-1" : { },

0 commit comments

Comments
 (0)