Skip to content

Commit 8a11fde

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-08-08
1 parent 3425087 commit 8a11fde

File tree

2 files changed

+45
-0
lines changed
  • clients/client-app-mesh/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+45
-0
lines changed

clients/client-app-mesh/src/endpoints.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ const regionHash: RegionHash = {
3535
},
3636
],
3737
},
38+
"ap-northeast-3": {
39+
variants: [
40+
{
41+
hostname: "appmesh.ap-northeast-3.api.aws",
42+
tags: ["dualstack"],
43+
},
44+
],
45+
},
3846
"ap-south-1": {
3947
variants: [
4048
{
@@ -59,6 +67,14 @@ const regionHash: RegionHash = {
5967
},
6068
],
6169
},
70+
"ap-southeast-3": {
71+
variants: [
72+
{
73+
hostname: "appmesh.ap-southeast-3.api.aws",
74+
tags: ["dualstack"],
75+
},
76+
],
77+
},
6278
"ca-central-1": {
6379
variants: [
6480
{

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,14 @@
14091409
}
14101410
]
14111411
},
1412+
"ap-northeast-3": {
1413+
"variants": [
1414+
{
1415+
"hostname": "appmesh.ap-northeast-3.api.aws",
1416+
"tags": ["dualstack"]
1417+
}
1418+
]
1419+
},
14121420
"ap-south-1": {
14131421
"variants": [
14141422
{
@@ -1433,6 +1441,14 @@
14331441
}
14341442
]
14351443
},
1444+
"ap-southeast-3": {
1445+
"variants": [
1446+
{
1447+
"hostname": "appmesh.ap-southeast-3.api.aws",
1448+
"tags": ["dualstack"]
1449+
}
1450+
]
1451+
},
14361452
"ca-central-1": {
14371453
"variants": [
14381454
{
@@ -6655,6 +6671,19 @@
66556671
"us-east-1": {}
66566672
}
66576673
},
6674+
"geo": {
6675+
"endpoints": {
6676+
"ap-northeast-1": {},
6677+
"ap-southeast-1": {},
6678+
"ap-southeast-2": {},
6679+
"eu-central-1": {},
6680+
"eu-north-1": {},
6681+
"eu-west-1": {},
6682+
"us-east-1": {},
6683+
"us-east-2": {},
6684+
"us-west-2": {}
6685+
}
6686+
},
66586687
"glacier": {
66596688
"defaults": {
66606689
"protocols": ["http", "https"]

0 commit comments

Comments
 (0)