Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2025-02-26
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 26, 2025
1 parent ba92993 commit 19a610d
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22196,6 +22196,242 @@
"us-east-1": {}
}
},
"route53profiles": {
"endpoints": {
"af-south-1": {
"variants": [
{
"hostname": "route53profiles.af-south-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-east-1": {
"variants": [
{
"hostname": "route53profiles.ap-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-northeast-1": {
"variants": [
{
"hostname": "route53profiles.ap-northeast-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-northeast-2": {
"variants": [
{
"hostname": "route53profiles.ap-northeast-2.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-northeast-3": {
"variants": [
{
"hostname": "route53profiles.ap-northeast-3.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-south-1": {
"variants": [
{
"hostname": "route53profiles.ap-south-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-south-2": {
"variants": [
{
"hostname": "route53profiles.ap-south-2.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-southeast-1": {
"variants": [
{
"hostname": "route53profiles.ap-southeast-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-southeast-2": {
"variants": [
{
"hostname": "route53profiles.ap-southeast-2.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-southeast-3": {
"variants": [
{
"hostname": "route53profiles.ap-southeast-3.api.aws",
"tags": ["dualstack"]
}
]
},
"ap-southeast-4": {
"variants": [
{
"hostname": "route53profiles.ap-southeast-4.api.aws",
"tags": ["dualstack"]
}
]
},
"ca-central-1": {
"variants": [
{
"hostname": "route53profiles.ca-central-1.api.aws",
"tags": ["dualstack"]
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "route53profiles.ca-west-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-central-1": {
"variants": [
{
"hostname": "route53profiles.eu-central-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-central-2": {
"variants": [
{
"hostname": "route53profiles.eu-central-2.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-north-1": {
"variants": [
{
"hostname": "route53profiles.eu-north-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-south-1": {
"variants": [
{
"hostname": "route53profiles.eu-south-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-south-2": {
"variants": [
{
"hostname": "route53profiles.eu-south-2.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-west-1": {
"variants": [
{
"hostname": "route53profiles.eu-west-1.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-west-2": {
"variants": [
{
"hostname": "route53profiles.eu-west-2.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-west-3": {
"variants": [
{
"hostname": "route53profiles.eu-west-3.api.aws",
"tags": ["dualstack"]
}
]
},
"il-central-1": {
"variants": [
{
"hostname": "route53profiles.il-central-1.api.aws",
"tags": ["dualstack"]
}
]
},
"me-central-1": {
"variants": [
{
"hostname": "route53profiles.me-central-1.api.aws",
"tags": ["dualstack"]
}
]
},
"me-south-1": {
"variants": [
{
"hostname": "route53profiles.me-south-1.api.aws",
"tags": ["dualstack"]
}
]
},
"sa-east-1": {
"variants": [
{
"hostname": "route53profiles.sa-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-east-1": {
"variants": [
{
"hostname": "route53profiles.us-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "route53profiles.us-east-2.api.aws",
"tags": ["dualstack"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "route53profiles.us-west-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "route53profiles.us-west-2.api.aws",
"tags": ["dualstack"]
}
]
}
}
},
"route53resolver": {
"defaults": {
"protocols": ["https"]
Expand Down Expand Up @@ -36830,6 +37066,26 @@
"isRegionalized": false,
"partitionEndpoint": "aws-us-gov-global"
},
"route53profiles": {
"endpoints": {
"us-gov-east-1": {
"variants": [
{
"hostname": "route53profiles.us-gov-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "route53profiles.us-gov-west-1.api.aws",
"tags": ["dualstack"]
}
]
}
}
},
"route53resolver": {
"endpoints": {
"us-gov-east-1": {
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2854,11 +2854,13 @@ __metadata:
"@smithy/util-utf8": "npm:^4.0.0"
"@tsconfig/node18": "npm:18.2.4"
"@types/node": "npm:^18.19.69"
"@types/uuid": "npm:^9.0.1"
concurrently: "npm:7.0.0"
downlevel-dts: "npm:0.10.1"
rimraf: "npm:3.0.2"
tslib: "npm:^2.6.2"
typescript: "npm:~5.2.2"
uuid: "npm:^9.0.1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 19a610d

Please sign in to comment.