Skip to content

Commit 18d2184

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-10-15
1 parent 73471ab commit 18d2184

File tree

1 file changed

+90
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+90
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+90
Original file line numberDiff line numberDiff line change
@@ -22281,6 +22281,96 @@
2228122281
}
2228222282
}
2228322283
},
22284+
"ssm-quicksetup": {
22285+
"endpoints": {
22286+
"ap-northeast-1": {},
22287+
"ap-northeast-2": {},
22288+
"ap-south-1": {},
22289+
"ap-southeast-1": {},
22290+
"ap-southeast-2": {},
22291+
"ca-central-1": {
22292+
"variants": [
22293+
{
22294+
"hostname": "ssm-quicksetup-fips.ca-central-1.amazonaws.com",
22295+
"tags": ["fips"]
22296+
}
22297+
]
22298+
},
22299+
"eu-central-1": {},
22300+
"eu-north-1": {},
22301+
"eu-west-1": {},
22302+
"eu-west-2": {},
22303+
"eu-west-3": {},
22304+
"fips-ca-central-1": {
22305+
"credentialScope": {
22306+
"region": "ca-central-1"
22307+
},
22308+
"deprecated": true,
22309+
"hostname": "ssm-quicksetup-fips.ca-central-1.amazonaws.com"
22310+
},
22311+
"fips-us-east-1": {
22312+
"credentialScope": {
22313+
"region": "us-east-1"
22314+
},
22315+
"deprecated": true,
22316+
"hostname": "ssm-quicksetup-fips.us-east-1.amazonaws.com"
22317+
},
22318+
"fips-us-east-2": {
22319+
"credentialScope": {
22320+
"region": "us-east-2"
22321+
},
22322+
"deprecated": true,
22323+
"hostname": "ssm-quicksetup-fips.us-east-2.amazonaws.com"
22324+
},
22325+
"fips-us-west-1": {
22326+
"credentialScope": {
22327+
"region": "us-west-1"
22328+
},
22329+
"deprecated": true,
22330+
"hostname": "ssm-quicksetup-fips.us-west-1.amazonaws.com"
22331+
},
22332+
"fips-us-west-2": {
22333+
"credentialScope": {
22334+
"region": "us-west-2"
22335+
},
22336+
"deprecated": true,
22337+
"hostname": "ssm-quicksetup-fips.us-west-2.amazonaws.com"
22338+
},
22339+
"sa-east-1": {},
22340+
"us-east-1": {
22341+
"variants": [
22342+
{
22343+
"hostname": "ssm-quicksetup-fips.us-east-1.amazonaws.com",
22344+
"tags": ["fips"]
22345+
}
22346+
]
22347+
},
22348+
"us-east-2": {
22349+
"variants": [
22350+
{
22351+
"hostname": "ssm-quicksetup-fips.us-east-2.amazonaws.com",
22352+
"tags": ["fips"]
22353+
}
22354+
]
22355+
},
22356+
"us-west-1": {
22357+
"variants": [
22358+
{
22359+
"hostname": "ssm-quicksetup-fips.us-west-1.amazonaws.com",
22360+
"tags": ["fips"]
22361+
}
22362+
]
22363+
},
22364+
"us-west-2": {
22365+
"variants": [
22366+
{
22367+
"hostname": "ssm-quicksetup-fips.us-west-2.amazonaws.com",
22368+
"tags": ["fips"]
22369+
}
22370+
]
22371+
}
22372+
}
22373+
},
2228422374
"ssm-sap": {
2228522375
"endpoints": {
2228622376
"af-south-1": {},

0 commit comments

Comments
 (0)