Skip to content

Commit

Permalink
chore(endpoints): update endpoints as of 2022/01/14
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 21, 2022
1 parent 69574cd commit e6b18ca
Showing 1 changed file with 138 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -11081,6 +11082,76 @@
}
}
},
"s3-outposts": {
"endpoints": {
"af-south-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {
"variants": [
{
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"deprecated": true
},
"fips-us-east-1": {
"deprecated": true
},
"fips-us-east-2": {
"deprecated": true
},
"fips-us-west-1": {
"deprecated": true
},
"fips-us-west-2": {
"deprecated": true
},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
"variants": [
{
"tags": ["fips"]
}
]
},
"us-east-2": {
"variants": [
{
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"tags": ["fips"]
}
]
}
}
},
"savingsplans": {
"endpoints": {
"aws-global": {
Expand Down Expand Up @@ -12466,6 +12537,7 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {
"variants": [
{
Expand Down Expand Up @@ -16728,13 +16800,28 @@
]
},
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "identitystore.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "identitystore.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "identitystore.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
Expand Down Expand Up @@ -17262,6 +17349,12 @@
},
"oidc": {
"endpoints": {
"us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "oidc.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
Expand Down Expand Up @@ -17360,6 +17453,12 @@
},
"portal.sso": {
"endpoints": {
"us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "portal.sso.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
Expand Down Expand Up @@ -17769,6 +17868,30 @@
}
}
},
"s3-outposts": {
"endpoints": {
"fips-us-gov-east-1": {
"deprecated": true
},
"fips-us-gov-west-1": {
"deprecated": true
},
"us-gov-east-1": {
"variants": [
{
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"tags": ["fips"]
}
]
}
}
},
"secretsmanager": {
"endpoints": {
"us-gov-east-1": {
Expand Down Expand Up @@ -18774,6 +18897,21 @@
},
"deprecated": true,
"hostname": "dms.us-iso-east-1.c2s.ic.gov"
},
"us-iso-west-1": {
"variants": [
{
"hostname": "dms.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1-fips": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "dms.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down

0 comments on commit e6b18ca

Please sign in to comment.