Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 19, 2024
1 parent 698d709 commit d02b239
Showing 1 changed file with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24512,8 +24512,18 @@
},
"dlm" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "dlm.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"dms" : {
Expand Down Expand Up @@ -31568,6 +31578,18 @@
"us-iso-east-1" : { }
}
},
"organizations" : {
"endpoints" : {
"aws-iso-global" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "organizations.us-iso-east-1.c2s.ic.gov"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-global"
},
"outposts" : {
"endpoints" : {
"us-iso-east-1" : { }
Expand Down

0 comments on commit d02b239

Please sign in to comment.