Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-11-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 27, 2023
1 parent 71df280 commit 94e5c18
Showing 1 changed file with 118 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4652,6 +4652,16 @@
}
}
},
"cost-optimization-hub": {
"endpoints": {
"us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"hostname": "cost-optimization-hub.us-east-1.amazonaws.com"
}
}
},
"cur": {
"endpoints": {
"us-east-1": {}
Expand Down Expand Up @@ -22890,6 +22900,12 @@
}
}
},
"arc-zonal-shift": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
}
},
"athena": {
"endpoints": {
"fips-us-gov-east-1": {
Expand Down Expand Up @@ -28067,8 +28083,74 @@
},
"rds": {
"endpoints": {
"us-iso-east-1": {},
"us-iso-west-1": {}
"rds-fips.us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
},
"rds-fips.us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
},
"rds.us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"rds.us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-east-1": {
"variants": [
{
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-east-1-fips": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-west-1": {
"variants": [
{
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1-fips": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
}
}
},
"redshift": {
Expand Down Expand Up @@ -28595,7 +28677,40 @@
},
"rds": {
"endpoints": {
"us-isob-east-1": {}
"rds-fips.us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
},
"rds.us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"variants": [
{
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
},
"us-isob-east-1": {
"variants": [
{
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
},
"us-isob-east-1-fips": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
}
}
},
"redshift": {
Expand Down

0 comments on commit 94e5c18

Please sign in to comment.