Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-05-01
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 1, 2023
1 parent b94aa0e commit 22c65b2
Showing 1 changed file with 116 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6725,6 +6725,7 @@
},
"emr-serverless": {
"endpoints": {
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
Expand Down Expand Up @@ -6778,6 +6779,7 @@
"deprecated": true,
"hostname": "emr-serverless-fips.us-west-2.amazonaws.com"
},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
"variants": [
Expand Down Expand Up @@ -9312,7 +9314,14 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "kafka-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -9321,13 +9330,76 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "kafka-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "kafka-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "kafka-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "kafka-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "kafka-fips.us-west-2.amazonaws.com"
},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
"us-east-1": {
"variants": [
{
"hostname": "kafka-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "kafka-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "kafka-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "kafka-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"kafkaconnect": {
Expand Down Expand Up @@ -14001,6 +14073,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -23044,8 +23117,44 @@
},
"kafka": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "kafka.us-gov-east-1.amazonaws.com",
"variants": [
{
"hostname": "kafka.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-east-1-fips": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "kafka.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "kafka.us-gov-west-1.amazonaws.com",
"variants": [
{
"hostname": "kafka.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1-fips": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "kafka.us-gov-west-1.amazonaws.com"
}
}
},
"kendra": {
Expand Down

0 comments on commit 22c65b2

Please sign in to comment.