File tree 1 file changed +75
-0
lines changed
codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen
1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change 8401
8401
"us-west-2": {}
8402
8402
}
8403
8403
},
8404
+ "internetmonitor": {
8405
+ "defaults": {
8406
+ "dnsSuffix": "api.aws",
8407
+ "variants": [
8408
+ {
8409
+ "dnsSuffix": "api.aws",
8410
+ "hostname": "{service}-fips.{region}.{dnsSuffix}",
8411
+ "tags": ["fips"]
8412
+ }
8413
+ ]
8414
+ },
8415
+ "endpoints": {
8416
+ "ap-northeast-3": {
8417
+ "hostname": "internetmonitor.ap-northeast-3.api.aws"
8418
+ },
8419
+ "ap-south-2": {
8420
+ "hostname": "internetmonitor.ap-south-2.api.aws"
8421
+ },
8422
+ "ap-southeast-3": {
8423
+ "hostname": "internetmonitor.ap-southeast-3.api.aws"
8424
+ },
8425
+ "ap-southeast-4": {
8426
+ "hostname": "internetmonitor.ap-southeast-4.api.aws"
8427
+ },
8428
+ "eu-central-2": {
8429
+ "hostname": "internetmonitor.eu-central-2.api.aws"
8430
+ },
8431
+ "eu-south-2": {
8432
+ "hostname": "internetmonitor.eu-south-2.api.aws"
8433
+ },
8434
+ "me-central-1": {
8435
+ "hostname": "internetmonitor.me-central-1.api.aws"
8436
+ }
8437
+ }
8438
+ },
8404
8439
"iot": {
8405
8440
"defaults": {
8406
8441
"credentialScope": {
19048
19083
"isRegionalized": false,
19049
19084
"partitionEndpoint": "aws-cn-global"
19050
19085
},
19086
+ "internetmonitor": {
19087
+ "defaults": {
19088
+ "dnsSuffix": "api.amazonwebservices.com.cn",
19089
+ "variants": [
19090
+ {
19091
+ "dnsSuffix": "api.amazonwebservices.com.cn",
19092
+ "hostname": "{service}-fips.{region}.{dnsSuffix}",
19093
+ "tags": ["fips"]
19094
+ }
19095
+ ]
19096
+ },
19097
+ "endpoints": {
19098
+ "cn-north-1": {
19099
+ "hostname": "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
19100
+ },
19101
+ "cn-northwest-1": {
19102
+ "hostname": "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
19103
+ }
19104
+ }
19105
+ },
19051
19106
"iot": {
19052
19107
"defaults": {
19053
19108
"credentialScope": {
21957
22012
"us-gov-west-1": {}
21958
22013
}
21959
22014
},
22015
+ "internetmonitor": {
22016
+ "defaults": {
22017
+ "dnsSuffix": "api.aws",
22018
+ "variants": [
22019
+ {
22020
+ "dnsSuffix": "api.aws",
22021
+ "hostname": "{service}-fips.{region}.{dnsSuffix}",
22022
+ "tags": ["fips"]
22023
+ }
22024
+ ]
22025
+ },
22026
+ "endpoints": {
22027
+ "us-gov-east-1": {
22028
+ "hostname": "internetmonitor.us-gov-east-1.api.aws"
22029
+ },
22030
+ "us-gov-west-1": {
22031
+ "hostname": "internetmonitor.us-gov-west-1.api.aws"
22032
+ }
22033
+ }
22034
+ },
21960
22035
"iot": {
21961
22036
"defaults": {
21962
22037
"credentialScope": {
You can’t perform that action at this time.
0 commit comments