Skip to content

Commit 54c5dd7

Browse files
authored
update endpoint for cloud control (#1444)
1 parent f70d329 commit 54c5dd7

File tree

2 files changed

+71
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen
  • service/cloudcontrol/internal/endpoints

2 files changed

+71
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
"us-west-2" : { }
11331133
}
11341134
},
1135-
"cloudcontrol" : {
1135+
"cloudcontrolapi" : {
11361136
"endpoints" : {
11371137
"af-south-1" : { },
11381138
"ap-east-1" : { },
@@ -9038,7 +9038,7 @@
90389038
"us-gov-west-1" : { }
90399039
}
90409040
},
9041-
"cloudcontrol" : {
9041+
"cloudcontrolapi" : {
90429042
"endpoints" : {
90439043
"fips-us-gov-east-1" : {
90449044
"credentialScope" : {

service/cloudcontrol/internal/endpoints/endpoints.go

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)