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 May 26, 2022
1 parent a31e725 commit 67fe429
Showing 1 changed file with 70 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,31 @@
"us-west-2" : { }
}
},
"backup-gateway" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"batch" : {
"defaults" : {
"variants" : [ {
Expand Down Expand Up @@ -4960,6 +4985,38 @@
}
}
},
"emr-serverless" : {
"endpoints" : {
"ap-northeast-1" : { },
"eu-west-1" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"variants" : [ {
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"entitlement.marketplace" : {
"defaults" : {
"credentialScope" : {
Expand Down Expand Up @@ -6190,10 +6247,6 @@
"isRegionalized" : true
},
"health" : {
"defaults" : {
"protocols" : [ "https" ],
"sslCommonName" : "health.us-east-1.amazonaws.com"
},
"endpoints" : {
"fips-us-east-2" : {
"credentialScope" : {
Expand All @@ -6212,9 +6265,7 @@
"tags" : [ "fips" ]
} ]
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
}
},
"healthlake" : {
"defaults" : {
Expand Down Expand Up @@ -9083,7 +9134,12 @@
},
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
},
"ap-northeast-3" : { },
"ap-northeast-3" : {
"credentialScope" : {
"region" : "ap-northeast-3"
},
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
Expand Down Expand Up @@ -14908,6 +14964,12 @@
"us-gov-west-1" : { }
}
},
"backup-gateway" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"batch" : {
"defaults" : {
"variants" : [ {
Expand Down

0 comments on commit 67fe429

Please sign in to comment.