Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-04-11
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 11, 2024
1 parent e0d291a commit bd1a417
Showing 1 changed file with 107 additions and 4 deletions.
Expand Up @@ -4199,6 +4199,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 @@ -18193,16 +18194,68 @@
"protocols": ["https"]
},
"us-east-1": {
"protocols": ["https"]
"protocols": ["https"],
"variants": [
{
"hostname": "serverlessrepo-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-1-fips": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "serverlessrepo-fips.us-east-1.amazonaws.com"
},
"us-east-2": {
"protocols": ["https"]
"protocols": ["https"],
"variants": [
{
"hostname": "serverlessrepo-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2-fips": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "serverlessrepo-fips.us-east-2.amazonaws.com"
},
"us-west-1": {
"protocols": ["https"]
"protocols": ["https"],
"variants": [
{
"hostname": "serverlessrepo-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1-fips": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "serverlessrepo-fips.us-west-1.amazonaws.com"
},
"us-west-2": {
"protocols": ["https"]
"protocols": ["https"],
"variants": [
{
"hostname": "serverlessrepo-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2-fips": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "serverlessrepo-fips.us-west-2.amazonaws.com"
}
}
},
Expand Down Expand Up @@ -21120,6 +21173,14 @@
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "verifiedpermissions-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -21135,6 +21196,13 @@
"deprecated": true,
"hostname": "verifiedpermissions-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "verifiedpermissions-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -21163,6 +21231,7 @@
"deprecated": true,
"hostname": "verifiedpermissions-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
Expand Down Expand Up @@ -29548,6 +29617,40 @@
}
}
},
"verifiedpermissions": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "verifiedpermissions-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "verifiedpermissions-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "verifiedpermissions-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "verifiedpermissions-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"waf-regional": {
"endpoints": {
"fips-us-gov-east-1": {
Expand Down

0 comments on commit bd1a417

Please sign in to comment.