File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 16335
16335
}
16336
16336
}
16337
16337
},
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
+ },
16338
16369
"voice-chime" : {
16339
16370
"endpoints" : {
16340
16371
"ap-northeast-1" : { },
24344
24375
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
24345
24376
"regions" : { },
24346
24377
"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" : { }
24347
24395
} ],
24348
24396
"version" : 3
24349
24397
}
You can’t perform that action at this time.
0 commit comments