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 Oct 20, 2023
1 parent 1b3c9cd commit b643f9a
Showing 1 changed file with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6420,6 +6420,9 @@
"variants" : [ {
"hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "elasticmapreduce.us-east-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-west-1" : {
Expand Down Expand Up @@ -6540,6 +6543,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -19254,8 +19258,18 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"emr-containers" : {
Expand Down Expand Up @@ -21764,13 +21778,19 @@
"variants" : [ {
"hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down Expand Up @@ -25347,6 +25367,11 @@
}
}
},
"api.sagemaker" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"appconfig" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit b643f9a

Please sign in to comment.