Skip to content

Commit 4035e36

Browse files
authored
chore(protocoltests): update endpoints (#4358)
1 parent 0a91960 commit 4035e36

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

private/aws-protocoltests-ec2/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

private/aws-protocoltests-json-10/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

private/aws-protocoltests-json/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

private/aws-protocoltests-query/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

private/aws-protocoltests-restjson/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

private/aws-protocoltests-restxml/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const partitionHash: PartitionHash = {
1717
"ap-southeast-1",
1818
"ap-southeast-2",
1919
"ap-southeast-3",
20+
"ap-southeast-4",
2021
"ca-central-1",
2122
"eu-central-1",
2223
"eu-central-2",

0 commit comments

Comments
 (0)