Skip to content

Commit 3ee8981

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 09d9f49 commit 3ee8981

File tree

1 file changed

+48
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16335,6 +16335,37 @@
1633516335
}
1633616336
}
1633716337
},
16338+
"verifiedpermissions" : {
16339+
"endpoints" : {
16340+
"af-south-1" : { },
16341+
"ap-east-1" : { },
16342+
"ap-northeast-1" : { },
16343+
"ap-northeast-2" : { },
16344+
"ap-northeast-3" : { },
16345+
"ap-south-1" : { },
16346+
"ap-south-2" : { },
16347+
"ap-southeast-1" : { },
16348+
"ap-southeast-2" : { },
16349+
"ap-southeast-3" : { },
16350+
"ap-southeast-4" : { },
16351+
"ca-central-1" : { },
16352+
"eu-central-1" : { },
16353+
"eu-central-2" : { },
16354+
"eu-north-1" : { },
16355+
"eu-south-1" : { },
16356+
"eu-south-2" : { },
16357+
"eu-west-1" : { },
16358+
"eu-west-2" : { },
16359+
"eu-west-3" : { },
16360+
"me-central-1" : { },
16361+
"me-south-1" : { },
16362+
"sa-east-1" : { },
16363+
"us-east-1" : { },
16364+
"us-east-2" : { },
16365+
"us-west-1" : { },
16366+
"us-west-2" : { }
16367+
}
16368+
},
1633816369
"voice-chime" : {
1633916370
"endpoints" : {
1634016371
"ap-northeast-1" : { },
@@ -24344,6 +24375,23 @@
2434424375
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
2434524376
"regions" : { },
2434624377
"services" : { }
24378+
}, {
24379+
"defaults" : {
24380+
"hostname" : "{service}.{region}.{dnsSuffix}",
24381+
"protocols" : [ "https" ],
24382+
"signatureVersions" : [ "v4" ],
24383+
"variants" : [ {
24384+
"dnsSuffix" : "csp.hci.ic.gov",
24385+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
24386+
"tags" : [ "fips" ]
24387+
} ]
24388+
},
24389+
"dnsSuffix" : "csp.hci.ic.gov",
24390+
"partition" : "aws-iso-f",
24391+
"partitionName" : "AWS ISOF",
24392+
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
24393+
"regions" : { },
24394+
"services" : { }
2434724395
} ],
2434824396
"version" : 3
2434924397
}

0 commit comments

Comments
 (0)