Skip to content

Commit 7c6f2cf

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 7cd0d9d commit 7c6f2cf

File tree

1 file changed

+9
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,15 @@
68126812
"geo" : {
68136813
"endpoints" : {
68146814
"ap-northeast-1" : { },
6815+
"ap-south-1" : { },
68156816
"ap-southeast-1" : { },
68166817
"ap-southeast-2" : { },
6818+
"ca-central-1" : { },
68176819
"eu-central-1" : { },
68186820
"eu-north-1" : { },
68196821
"eu-west-1" : { },
6822+
"eu-west-2" : { },
6823+
"sa-east-1" : { },
68206824
"us-east-1" : { },
68216825
"us-east-2" : { },
68226826
"us-west-2" : { }
@@ -10982,6 +10986,7 @@
1098210986
"ap-northeast-2" : { },
1098310987
"ap-northeast-3" : { },
1098410988
"ap-south-1" : { },
10989+
"ap-south-2" : { },
1098510990
"ap-southeast-1" : { },
1098610991
"ap-southeast-2" : { },
1098710992
"ap-southeast-3" : { },
@@ -10992,8 +10997,10 @@
1099210997
} ]
1099310998
},
1099410999
"eu-central-1" : { },
11000+
"eu-central-2" : { },
1099511001
"eu-north-1" : { },
1099611002
"eu-south-1" : { },
11003+
"eu-south-2" : { },
1099711004
"eu-west-1" : { },
1099811005
"eu-west-2" : { },
1099911006
"eu-west-3" : { },
@@ -21557,7 +21564,8 @@
2155721564
},
2155821565
"workspaces" : {
2155921566
"endpoints" : {
21560-
"us-iso-east-1" : { }
21567+
"us-iso-east-1" : { },
21568+
"us-iso-west-1" : { }
2156121569
}
2156221570
}
2156321571
}

0 commit comments

Comments
 (0)