Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-08-14
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 14, 2023
1 parent 2949ffe commit 8239347
Showing 1 changed file with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
"deprecated": true,
"hostname": "acm-pca-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
Expand Down Expand Up @@ -12463,7 +12464,20 @@
"credentialScope": {
"region": "us-west-2"
},
"hostname": "networkmanager.us-west-2.amazonaws.com"
"hostname": "networkmanager.us-west-2.amazonaws.com",
"variants": [
{
"hostname": "networkmanager-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"fips-aws-global": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "networkmanager-fips.us-west-2.amazonaws.com"
}
},
"isRegionalized": false,
Expand Down Expand Up @@ -15531,18 +15545,26 @@
},
"schemas": {
"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": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
Expand Down Expand Up @@ -18598,7 +18620,10 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"us-east-1": {},
"us-east-2": {},
"us-west-2": {}
Expand Down Expand Up @@ -21029,6 +21054,12 @@
},
"isRegionalized": true
},
"schemas": {
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
}
},
"secretsmanager": {
"endpoints": {
"cn-north-1": {},
Expand Down Expand Up @@ -24531,6 +24562,19 @@
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "networkmanager.us-gov-west-1.amazonaws.com",
"variants": [
{
"hostname": "networkmanager.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"fips-aws-us-gov-global": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "networkmanager.us-gov-west-1.amazonaws.com"
}
},
Expand Down

0 comments on commit 8239347

Please sign in to comment.