Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-04
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 4, 2023
1 parent 7f79024 commit 02940b4
Showing 1 changed file with 110 additions and 0 deletions.
Expand Up @@ -2671,6 +2671,7 @@
},
"bedrock": {
"endpoints": {
"ap-northeast-1": {},
"ap-southeast-1": {},
"bedrock-ap-southeast-1": {
"credentialScope": {
Expand Down Expand Up @@ -4994,6 +4995,71 @@
}
}
},
"datazone": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"af-south-1": {
"hostname": "datazone.af-south-1.api.aws"
},
"ap-east-1": {
"hostname": "datazone.ap-east-1.api.aws"
},
"ap-northeast-2": {
"hostname": "datazone.ap-northeast-2.api.aws"
},
"ap-northeast-3": {
"hostname": "datazone.ap-northeast-3.api.aws"
},
"ap-south-1": {
"hostname": "datazone.ap-south-1.api.aws"
},
"ap-south-2": {
"hostname": "datazone.ap-south-2.api.aws"
},
"ap-southeast-3": {
"hostname": "datazone.ap-southeast-3.api.aws"
},
"ap-southeast-4": {
"hostname": "datazone.ap-southeast-4.api.aws"
},
"eu-central-2": {
"hostname": "datazone.eu-central-2.api.aws"
},
"eu-south-1": {
"hostname": "datazone.eu-south-1.api.aws"
},
"eu-south-2": {
"hostname": "datazone.eu-south-2.api.aws"
},
"eu-west-2": {
"hostname": "datazone.eu-west-2.api.aws"
},
"eu-west-3": {
"hostname": "datazone.eu-west-3.api.aws"
},
"il-central-1": {
"hostname": "datazone.il-central-1.api.aws"
},
"me-central-1": {
"hostname": "datazone.me-central-1.api.aws"
},
"me-south-1": {
"hostname": "datazone.me-south-1.api.aws"
},
"us-west-1": {
"hostname": "datazone.us-west-1.api.aws"
}
}
},
"dax": {
"endpoints": {
"ap-northeast-1": {},
Expand Down Expand Up @@ -11300,11 +11366,14 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
Expand Down Expand Up @@ -11339,6 +11408,7 @@
"hostname": "license-manager-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -20910,6 +20980,26 @@
"cn-northwest-1": {}
}
},
"datazone": {
"defaults": {
"dnsSuffix": "api.amazonwebservices.com.cn",
"variants": [
{
"dnsSuffix": "api.amazonwebservices.com.cn",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"cn-north-1": {
"hostname": "datazone.cn-north-1.api.amazonwebservices.com.cn"
},
"cn-northwest-1": {
"hostname": "datazone.cn-northwest-1.api.amazonwebservices.com.cn"
}
}
},
"dax": {
"endpoints": {
"cn-north-1": {},
Expand Down Expand Up @@ -23288,6 +23378,26 @@
}
}
},
"datazone": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"us-gov-east-1": {
"hostname": "datazone.us-gov-east-1.api.aws"
},
"us-gov-west-1": {
"hostname": "datazone.us-gov-west-1.api.aws"
}
}
},
"directconnect": {
"endpoints": {
"us-gov-east-1": {
Expand Down

0 comments on commit 02940b4

Please sign in to comment.