Skip to content

Commit d02b239

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 698d709 commit d02b239

File tree

1 file changed

+24
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+24
-2
lines changed

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

+24-2
Original file line numberDiff line numberDiff line change
@@ -24512,8 +24512,18 @@
2451224512
},
2451324513
"dlm" : {
2451424514
"endpoints" : {
24515-
"cn-north-1" : { },
24516-
"cn-northwest-1" : { }
24515+
"cn-north-1" : {
24516+
"variants" : [ {
24517+
"hostname" : "dlm.cn-north-1.api.amazonwebservices.com.cn",
24518+
"tags" : [ "dualstack" ]
24519+
} ]
24520+
},
24521+
"cn-northwest-1" : {
24522+
"variants" : [ {
24523+
"hostname" : "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
24524+
"tags" : [ "dualstack" ]
24525+
} ]
24526+
}
2451724527
}
2451824528
},
2451924529
"dms" : {
@@ -31568,6 +31578,18 @@
3156831578
"us-iso-east-1" : { }
3156931579
}
3157031580
},
31581+
"organizations" : {
31582+
"endpoints" : {
31583+
"aws-iso-global" : {
31584+
"credentialScope" : {
31585+
"region" : "us-iso-east-1"
31586+
},
31587+
"hostname" : "organizations.us-iso-east-1.c2s.ic.gov"
31588+
}
31589+
},
31590+
"isRegionalized" : false,
31591+
"partitionEndpoint" : "aws-iso-global"
31592+
},
3157131593
"outposts" : {
3157231594
"endpoints" : {
3157331595
"us-iso-east-1" : { }

0 commit comments

Comments
 (0)