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 Jun 15, 2023
1 parent 09d9f49 commit 3ee8981
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16335,6 +16335,37 @@
}
}
},
"verifiedpermissions" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"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-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"voice-chime" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -24344,6 +24375,23 @@
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
"regions" : { },
"services" : { }
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ],
"variants" : [ {
"dnsSuffix" : "csp.hci.ic.gov",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"dnsSuffix" : "csp.hci.ic.gov",
"partition" : "aws-iso-f",
"partitionName" : "AWS ISOF",
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
"regions" : { },
"services" : { }
} ],
"version" : 3
}

0 comments on commit 3ee8981

Please sign in to comment.