Skip to content

Commit 0e3340f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 4526489 commit 0e3340f

File tree

1 file changed

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

1 file changed

+8
-1
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -24168,7 +24168,8 @@
2416824168
"protocols" : [ "http", "https" ]
2416924169
},
2417024170
"endpoints" : {
24171-
"us-iso-east-1" : { }
24171+
"us-iso-east-1" : { },
24172+
"us-iso-west-1" : { }
2417224173
}
2417324174
},
2417424175
"elasticache" : {
@@ -24406,6 +24407,12 @@
2440624407
"us-iso-west-1" : { }
2440724408
}
2440824409
},
24410+
"resource-groups" : {
24411+
"endpoints" : {
24412+
"us-iso-east-1" : { },
24413+
"us-iso-west-1" : { }
24414+
}
24415+
},
2440924416
"route53" : {
2441024417
"endpoints" : {
2441124418
"aws-iso-global" : {

0 commit comments

Comments
 (0)