Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 18, 2023
1 parent d92c38d commit ffad8fd
Showing 1 changed file with 59 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3280,6 +3280,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
Expand Down Expand Up @@ -5542,6 +5543,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
Expand Down Expand Up @@ -9426,6 +9428,7 @@
"eu-west-2": {},
"eu-west-3": {},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
Expand Down Expand Up @@ -29169,11 +29172,46 @@
"signatureVersions": ["s3v4"]
},
"endpoints": {
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "s3-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "s3-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"protocols": ["http", "https"],
"signatureVersions": ["s3v4"]
"signatureVersions": ["s3v4"],
"variants": [
{
"hostname": "s3-fips.dualstack.us-iso-east-1.c2s.ic.gov",
"tags": ["dualstack", "fips"]
},
{
"hostname": "s3-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1": {}
"us-iso-west-1": {
"variants": [
{
"hostname": "s3-fips.dualstack.us-iso-west-1.c2s.ic.gov",
"tags": ["dualstack", "fips"]
},
{
"hostname": "s3-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"secretsmanager": {
Expand Down Expand Up @@ -29755,7 +29793,25 @@
"signatureVersions": ["s3v4"]
},
"endpoints": {
"us-isob-east-1": {}
"fips-us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "s3-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "s3-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
"tags": ["dualstack", "fips"]
},
{
"hostname": "s3-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
}
}
},
"secretsmanager": {
Expand Down

0 comments on commit ffad8fd

Please sign in to comment.