Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-05-16
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 16, 2023
1 parent 971ec65 commit f64ec40
Showing 1 changed file with 83 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12883,11 +12883,53 @@
"ap-northeast-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "profile-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-west-2": {},
"us-east-1": {},
"us-west-2": {}
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "profile-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "profile-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "profile-fips.us-west-2.amazonaws.com"
},
"us-east-1": {
"variants": [
{
"hostname": "profile-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "profile-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"projects.iot1click": {
Expand Down Expand Up @@ -25900,6 +25942,25 @@
"us-iso-west-1": {}
}
},
"rbin": {
"endpoints": {
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "rbin-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "rbin-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"rds": {
"endpoints": {
"us-iso-east-1": {},
Expand Down Expand Up @@ -26372,6 +26433,25 @@
"us-isob-east-1": {}
}
},
"rbin": {
"endpoints": {
"fips-us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "rbin-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
}
}
},
"rds": {
"endpoints": {
"us-isob-east-1": {}
Expand Down

0 comments on commit f64ec40

Please sign in to comment.