Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-03-29
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2024
1 parent f522fa7 commit a0f3117
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand Down Expand Up @@ -547,6 +548,7 @@
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand Down Expand Up @@ -4170,6 +4172,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -14120,6 +14123,12 @@
},
"hostname": "oidc.ap-south-1.amazonaws.com"
},
"ap-south-2": {
"credentialScope": {
"region": "ap-south-2"
},
"hostname": "oidc.ap-south-2.amazonaws.com"
},
"ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand Down Expand Up @@ -14174,6 +14183,12 @@
},
"hostname": "oidc.eu-south-1.amazonaws.com"
},
"eu-south-2": {
"credentialScope": {
"region": "eu-south-2"
},
"hostname": "oidc.eu-south-2.amazonaws.com"
},
"eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
Expand Down Expand Up @@ -30243,6 +30258,20 @@
}
}
},
"s3-outposts": {
"endpoints": {
"fips-us-iso-east-1": {
"deprecated": true
},
"us-iso-east-1": {
"variants": [
{
"tags": ["fips"]
}
]
}
}
},
"secretsmanager": {
"endpoints": {
"us-iso-east-1": {},
Expand Down Expand Up @@ -30873,6 +30902,20 @@
}
}
},
"s3-outposts": {
"endpoints": {
"fips-us-isob-east-1": {
"deprecated": true
},
"us-isob-east-1": {
"variants": [
{
"tags": ["fips"]
}
]
}
}
},
"secretsmanager": {
"endpoints": {
"us-isob-east-1": {}
Expand Down

0 comments on commit a0f3117

Please sign in to comment.