Skip to content

Commit d05e372

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 26ccae9 commit d05e372

File tree

1 file changed

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

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23178,13 +23178,13 @@
2317823178
},
2317923179
"us-gov-east-1" : {
2318023180
"variants" : [ {
23181-
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
23182-
"tags" : [ "dualstack", "fips" ]
23183-
}, {
2318423181
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
2318523182
"tags" : [ "fips" ]
2318623183
}, {
23187-
"hostname" : "servicediscovery.us-gov-east-1.amazonaws.com",
23184+
"hostname" : "servicediscovery-fips.us-gov-east-1.api.aws",
23185+
"tags" : [ "dualstack", "fips" ]
23186+
}, {
23187+
"hostname" : "servicediscovery.us-gov-east-1.api.aws",
2318823188
"tags" : [ "dualstack" ]
2318923189
} ]
2319023190
},
@@ -23197,13 +23197,13 @@
2319723197
},
2319823198
"us-gov-west-1" : {
2319923199
"variants" : [ {
23200-
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
23201-
"tags" : [ "dualstack", "fips" ]
23202-
}, {
2320323200
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
2320423201
"tags" : [ "fips" ]
2320523202
}, {
23206-
"hostname" : "servicediscovery.us-gov-west-1.amazonaws.com",
23203+
"hostname" : "servicediscovery-fips.us-gov-west-1.api.aws",
23204+
"tags" : [ "dualstack", "fips" ]
23205+
}, {
23206+
"hostname" : "servicediscovery.us-gov-west-1.api.aws",
2320723207
"tags" : [ "dualstack" ]
2320823208
} ]
2320923209
},
@@ -24857,6 +24857,11 @@
2485724857
"us-isob-east-1" : { }
2485824858
}
2485924859
},
24860+
"outposts" : {
24861+
"endpoints" : {
24862+
"us-isob-east-1" : { }
24863+
}
24864+
},
2486024865
"ram" : {
2486124866
"endpoints" : {
2486224867
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)