Skip to content

Commit 67fe429

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent a31e725 commit 67fe429

File tree

1 file changed

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

1 file changed

+70
-8
lines changed

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

+70-8
Original file line numberDiff line numberDiff line change
@@ -1658,6 +1658,31 @@
16581658
"us-west-2" : { }
16591659
}
16601660
},
1661+
"backup-gateway" : {
1662+
"endpoints" : {
1663+
"af-south-1" : { },
1664+
"ap-east-1" : { },
1665+
"ap-northeast-1" : { },
1666+
"ap-northeast-2" : { },
1667+
"ap-northeast-3" : { },
1668+
"ap-south-1" : { },
1669+
"ap-southeast-1" : { },
1670+
"ap-southeast-2" : { },
1671+
"ca-central-1" : { },
1672+
"eu-central-1" : { },
1673+
"eu-north-1" : { },
1674+
"eu-south-1" : { },
1675+
"eu-west-1" : { },
1676+
"eu-west-2" : { },
1677+
"eu-west-3" : { },
1678+
"me-south-1" : { },
1679+
"sa-east-1" : { },
1680+
"us-east-1" : { },
1681+
"us-east-2" : { },
1682+
"us-west-1" : { },
1683+
"us-west-2" : { }
1684+
}
1685+
},
16611686
"batch" : {
16621687
"defaults" : {
16631688
"variants" : [ {
@@ -4960,6 +4985,38 @@
49604985
}
49614986
}
49624987
},
4988+
"emr-serverless" : {
4989+
"endpoints" : {
4990+
"ap-northeast-1" : { },
4991+
"eu-west-1" : { },
4992+
"fips-us-east-1" : {
4993+
"credentialScope" : {
4994+
"region" : "us-east-1"
4995+
},
4996+
"deprecated" : true,
4997+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
4998+
},
4999+
"fips-us-west-2" : {
5000+
"credentialScope" : {
5001+
"region" : "us-west-2"
5002+
},
5003+
"deprecated" : true,
5004+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
5005+
},
5006+
"us-east-1" : {
5007+
"variants" : [ {
5008+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
5009+
"tags" : [ "fips" ]
5010+
} ]
5011+
},
5012+
"us-west-2" : {
5013+
"variants" : [ {
5014+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
5015+
"tags" : [ "fips" ]
5016+
} ]
5017+
}
5018+
}
5019+
},
49635020
"entitlement.marketplace" : {
49645021
"defaults" : {
49655022
"credentialScope" : {
@@ -6190,10 +6247,6 @@
61906247
"isRegionalized" : true
61916248
},
61926249
"health" : {
6193-
"defaults" : {
6194-
"protocols" : [ "https" ],
6195-
"sslCommonName" : "health.us-east-1.amazonaws.com"
6196-
},
61976250
"endpoints" : {
61986251
"fips-us-east-2" : {
61996252
"credentialScope" : {
@@ -6212,9 +6265,7 @@
62126265
"tags" : [ "fips" ]
62136266
} ]
62146267
}
6215-
},
6216-
"isRegionalized" : false,
6217-
"partitionEndpoint" : "aws-global"
6268+
}
62186269
},
62196270
"healthlake" : {
62206271
"defaults" : {
@@ -9083,7 +9134,12 @@
90839134
},
90849135
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
90859136
},
9086-
"ap-northeast-3" : { },
9137+
"ap-northeast-3" : {
9138+
"credentialScope" : {
9139+
"region" : "ap-northeast-3"
9140+
},
9141+
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
9142+
},
90879143
"ap-south-1" : {
90889144
"credentialScope" : {
90899145
"region" : "ap-south-1"
@@ -14908,6 +14964,12 @@
1490814964
"us-gov-west-1" : { }
1490914965
}
1491014966
},
14967+
"backup-gateway" : {
14968+
"endpoints" : {
14969+
"us-gov-east-1" : { },
14970+
"us-gov-west-1" : { }
14971+
}
14972+
},
1491114973
"batch" : {
1491214974
"defaults" : {
1491314975
"variants" : [ {

0 commit comments

Comments
 (0)