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 4, 2023
1 parent c0c276d commit dc05bac
Showing 1 changed file with 104 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,7 @@
},
"bedrock" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"bedrock-ap-southeast-1" : {
"credentialScope" : {
Expand Down Expand Up @@ -4573,6 +4574,69 @@
}
}
},
"datazone" : {
"defaults" : {
"dnsSuffix" : "api.aws",
"variants" : [ {
"dnsSuffix" : "api.aws",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"af-south-1" : {
"hostname" : "datazone.af-south-1.api.aws"
},
"ap-east-1" : {
"hostname" : "datazone.ap-east-1.api.aws"
},
"ap-northeast-2" : {
"hostname" : "datazone.ap-northeast-2.api.aws"
},
"ap-northeast-3" : {
"hostname" : "datazone.ap-northeast-3.api.aws"
},
"ap-south-1" : {
"hostname" : "datazone.ap-south-1.api.aws"
},
"ap-south-2" : {
"hostname" : "datazone.ap-south-2.api.aws"
},
"ap-southeast-3" : {
"hostname" : "datazone.ap-southeast-3.api.aws"
},
"ap-southeast-4" : {
"hostname" : "datazone.ap-southeast-4.api.aws"
},
"eu-central-2" : {
"hostname" : "datazone.eu-central-2.api.aws"
},
"eu-south-1" : {
"hostname" : "datazone.eu-south-1.api.aws"
},
"eu-south-2" : {
"hostname" : "datazone.eu-south-2.api.aws"
},
"eu-west-2" : {
"hostname" : "datazone.eu-west-2.api.aws"
},
"eu-west-3" : {
"hostname" : "datazone.eu-west-3.api.aws"
},
"il-central-1" : {
"hostname" : "datazone.il-central-1.api.aws"
},
"me-central-1" : {
"hostname" : "datazone.me-central-1.api.aws"
},
"me-south-1" : {
"hostname" : "datazone.me-south-1.api.aws"
},
"us-west-1" : {
"hostname" : "datazone.us-west-1.api.aws"
}
}
},
"dax" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -10228,11 +10292,14 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
Expand Down Expand Up @@ -10267,6 +10334,7 @@
"hostname" : "license-manager-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -18973,6 +19041,24 @@
"cn-northwest-1" : { }
}
},
"datazone" : {
"defaults" : {
"dnsSuffix" : "api.amazonwebservices.com.cn",
"variants" : [ {
"dnsSuffix" : "api.amazonwebservices.com.cn",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"cn-north-1" : {
"hostname" : "datazone.cn-north-1.api.amazonwebservices.com.cn"
},
"cn-northwest-1" : {
"hostname" : "datazone.cn-northwest-1.api.amazonwebservices.com.cn"
}
}
},
"dax" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -21160,6 +21246,24 @@
}
}
},
"datazone" : {
"defaults" : {
"dnsSuffix" : "api.aws",
"variants" : [ {
"dnsSuffix" : "api.aws",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"us-gov-east-1" : {
"hostname" : "datazone.us-gov-east-1.api.aws"
},
"us-gov-west-1" : {
"hostname" : "datazone.us-gov-west-1.api.aws"
}
}
},
"directconnect" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down

0 comments on commit dc05bac

Please sign in to comment.