Skip to content

Commit

Permalink
chore(aws-protocoltests): update endpoints.ts (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 11, 2022
1 parent 4ae2157 commit d2a945d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions private/aws-protocoltests-ec2/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down
1 change: 1 addition & 0 deletions private/aws-protocoltests-json-10/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down
1 change: 1 addition & 0 deletions private/aws-protocoltests-json/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down
1 change: 1 addition & 0 deletions private/aws-protocoltests-query/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down
1 change: 1 addition & 0 deletions private/aws-protocoltests-restjson/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down
1 change: 1 addition & 0 deletions private/aws-protocoltests-restxml/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const partitionHash: PartitionHash = {
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-west-1",
Expand Down

0 comments on commit d2a945d

Please sign in to comment.