aws-partitions 1.1071.0 → 1.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/VERSION +1 -1
- data/partitions.json +1379 -257
- metadata +2 -2
data/partitions.json
CHANGED
@@ -1625,6 +1625,7 @@
|
|
1625
1625
|
"ap-southeast-3" : { },
|
1626
1626
|
"ap-southeast-4" : { },
|
1627
1627
|
"ap-southeast-5" : { },
|
1628
|
+
"ap-southeast-7" : { },
|
1628
1629
|
"ca-central-1" : {
|
1629
1630
|
"variants" : [ {
|
1630
1631
|
"hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
|
@@ -1662,6 +1663,7 @@
|
|
1662
1663
|
"il-central-1" : { },
|
1663
1664
|
"me-central-1" : { },
|
1664
1665
|
"me-south-1" : { },
|
1666
|
+
"mx-central-1" : { },
|
1665
1667
|
"sa-east-1" : { },
|
1666
1668
|
"us-east-1" : {
|
1667
1669
|
"variants" : [ {
|
@@ -2219,178 +2221,256 @@
|
|
2219
2221
|
"applicationinsights" : {
|
2220
2222
|
"endpoints" : {
|
2221
2223
|
"af-south-1" : {
|
2222
|
-
"
|
2223
|
-
"
|
2224
|
-
|
2225
|
-
|
2224
|
+
"variants" : [ {
|
2225
|
+
"hostname" : "applicationinsights.af-south-1.api.aws",
|
2226
|
+
"tags" : [ "dualstack" ]
|
2227
|
+
} ]
|
2226
2228
|
},
|
2227
2229
|
"ap-east-1" : {
|
2228
|
-
"
|
2229
|
-
"
|
2230
|
-
|
2231
|
-
|
2230
|
+
"variants" : [ {
|
2231
|
+
"hostname" : "applicationinsights.ap-east-1.api.aws",
|
2232
|
+
"tags" : [ "dualstack" ]
|
2233
|
+
} ]
|
2232
2234
|
},
|
2233
2235
|
"ap-northeast-1" : {
|
2234
|
-
"
|
2235
|
-
"
|
2236
|
-
|
2237
|
-
|
2236
|
+
"variants" : [ {
|
2237
|
+
"hostname" : "applicationinsights.ap-northeast-1.api.aws",
|
2238
|
+
"tags" : [ "dualstack" ]
|
2239
|
+
} ]
|
2238
2240
|
},
|
2239
2241
|
"ap-northeast-2" : {
|
2240
|
-
"
|
2241
|
-
"
|
2242
|
-
|
2243
|
-
|
2242
|
+
"variants" : [ {
|
2243
|
+
"hostname" : "applicationinsights.ap-northeast-2.api.aws",
|
2244
|
+
"tags" : [ "dualstack" ]
|
2245
|
+
} ]
|
2244
2246
|
},
|
2245
2247
|
"ap-northeast-3" : {
|
2246
|
-
"
|
2247
|
-
"
|
2248
|
-
|
2249
|
-
|
2248
|
+
"variants" : [ {
|
2249
|
+
"hostname" : "applicationinsights.ap-northeast-3.api.aws",
|
2250
|
+
"tags" : [ "dualstack" ]
|
2251
|
+
} ]
|
2250
2252
|
},
|
2251
2253
|
"ap-south-1" : {
|
2252
|
-
"
|
2253
|
-
"
|
2254
|
-
|
2255
|
-
|
2254
|
+
"variants" : [ {
|
2255
|
+
"hostname" : "applicationinsights.ap-south-1.api.aws",
|
2256
|
+
"tags" : [ "dualstack" ]
|
2257
|
+
} ]
|
2256
2258
|
},
|
2257
2259
|
"ap-south-2" : {
|
2258
|
-
"
|
2259
|
-
"
|
2260
|
-
|
2261
|
-
|
2260
|
+
"variants" : [ {
|
2261
|
+
"hostname" : "applicationinsights.ap-south-2.api.aws",
|
2262
|
+
"tags" : [ "dualstack" ]
|
2263
|
+
} ]
|
2262
2264
|
},
|
2263
2265
|
"ap-southeast-1" : {
|
2264
|
-
"
|
2265
|
-
"
|
2266
|
-
|
2267
|
-
|
2266
|
+
"variants" : [ {
|
2267
|
+
"hostname" : "applicationinsights.ap-southeast-1.api.aws",
|
2268
|
+
"tags" : [ "dualstack" ]
|
2269
|
+
} ]
|
2268
2270
|
},
|
2269
2271
|
"ap-southeast-2" : {
|
2270
|
-
"
|
2271
|
-
"
|
2272
|
-
|
2273
|
-
|
2272
|
+
"variants" : [ {
|
2273
|
+
"hostname" : "applicationinsights.ap-southeast-2.api.aws",
|
2274
|
+
"tags" : [ "dualstack" ]
|
2275
|
+
} ]
|
2274
2276
|
},
|
2275
2277
|
"ap-southeast-3" : {
|
2276
|
-
"
|
2277
|
-
"
|
2278
|
-
|
2279
|
-
|
2278
|
+
"variants" : [ {
|
2279
|
+
"hostname" : "applicationinsights.ap-southeast-3.api.aws",
|
2280
|
+
"tags" : [ "dualstack" ]
|
2281
|
+
} ]
|
2280
2282
|
},
|
2281
2283
|
"ap-southeast-4" : {
|
2282
|
-
"
|
2283
|
-
"
|
2284
|
-
|
2285
|
-
|
2284
|
+
"variants" : [ {
|
2285
|
+
"hostname" : "applicationinsights.ap-southeast-4.api.aws",
|
2286
|
+
"tags" : [ "dualstack" ]
|
2287
|
+
} ]
|
2286
2288
|
},
|
2287
2289
|
"ca-central-1" : {
|
2288
|
-
"
|
2289
|
-
"
|
2290
|
-
|
2291
|
-
|
2290
|
+
"variants" : [ {
|
2291
|
+
"hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com",
|
2292
|
+
"tags" : [ "fips" ]
|
2293
|
+
}, {
|
2294
|
+
"hostname" : "applicationinsights-fips.ca-central-1.api.aws",
|
2295
|
+
"tags" : [ "dualstack", "fips" ]
|
2296
|
+
}, {
|
2297
|
+
"hostname" : "applicationinsights.ca-central-1.api.aws",
|
2298
|
+
"tags" : [ "dualstack" ]
|
2299
|
+
} ]
|
2292
2300
|
},
|
2293
2301
|
"ca-west-1" : {
|
2294
|
-
"
|
2295
|
-
"
|
2296
|
-
|
2297
|
-
|
2302
|
+
"variants" : [ {
|
2303
|
+
"hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com",
|
2304
|
+
"tags" : [ "fips" ]
|
2305
|
+
}, {
|
2306
|
+
"hostname" : "applicationinsights-fips.ca-west-1.api.aws",
|
2307
|
+
"tags" : [ "dualstack", "fips" ]
|
2308
|
+
}, {
|
2309
|
+
"hostname" : "applicationinsights.ca-west-1.api.aws",
|
2310
|
+
"tags" : [ "dualstack" ]
|
2311
|
+
} ]
|
2298
2312
|
},
|
2299
2313
|
"eu-central-1" : {
|
2300
|
-
"
|
2301
|
-
"
|
2302
|
-
|
2303
|
-
|
2314
|
+
"variants" : [ {
|
2315
|
+
"hostname" : "applicationinsights.eu-central-1.api.aws",
|
2316
|
+
"tags" : [ "dualstack" ]
|
2317
|
+
} ]
|
2304
2318
|
},
|
2305
2319
|
"eu-central-2" : {
|
2306
|
-
"
|
2307
|
-
"
|
2308
|
-
|
2309
|
-
|
2320
|
+
"variants" : [ {
|
2321
|
+
"hostname" : "applicationinsights.eu-central-2.api.aws",
|
2322
|
+
"tags" : [ "dualstack" ]
|
2323
|
+
} ]
|
2310
2324
|
},
|
2311
2325
|
"eu-north-1" : {
|
2312
|
-
"
|
2313
|
-
"
|
2314
|
-
|
2315
|
-
|
2326
|
+
"variants" : [ {
|
2327
|
+
"hostname" : "applicationinsights.eu-north-1.api.aws",
|
2328
|
+
"tags" : [ "dualstack" ]
|
2329
|
+
} ]
|
2316
2330
|
},
|
2317
2331
|
"eu-south-1" : {
|
2318
|
-
"
|
2319
|
-
"
|
2320
|
-
|
2321
|
-
|
2332
|
+
"variants" : [ {
|
2333
|
+
"hostname" : "applicationinsights.eu-south-1.api.aws",
|
2334
|
+
"tags" : [ "dualstack" ]
|
2335
|
+
} ]
|
2322
2336
|
},
|
2323
2337
|
"eu-south-2" : {
|
2324
|
-
"
|
2325
|
-
"
|
2326
|
-
|
2327
|
-
|
2338
|
+
"variants" : [ {
|
2339
|
+
"hostname" : "applicationinsights.eu-south-2.api.aws",
|
2340
|
+
"tags" : [ "dualstack" ]
|
2341
|
+
} ]
|
2328
2342
|
},
|
2329
2343
|
"eu-west-1" : {
|
2330
|
-
"
|
2331
|
-
"
|
2332
|
-
|
2333
|
-
|
2344
|
+
"variants" : [ {
|
2345
|
+
"hostname" : "applicationinsights.eu-west-1.api.aws",
|
2346
|
+
"tags" : [ "dualstack" ]
|
2347
|
+
} ]
|
2334
2348
|
},
|
2335
2349
|
"eu-west-2" : {
|
2336
|
-
"
|
2337
|
-
"
|
2338
|
-
|
2339
|
-
|
2350
|
+
"variants" : [ {
|
2351
|
+
"hostname" : "applicationinsights.eu-west-2.api.aws",
|
2352
|
+
"tags" : [ "dualstack" ]
|
2353
|
+
} ]
|
2340
2354
|
},
|
2341
2355
|
"eu-west-3" : {
|
2356
|
+
"variants" : [ {
|
2357
|
+
"hostname" : "applicationinsights.eu-west-3.api.aws",
|
2358
|
+
"tags" : [ "dualstack" ]
|
2359
|
+
} ]
|
2360
|
+
},
|
2361
|
+
"fips-ca-central-1" : {
|
2342
2362
|
"credentialScope" : {
|
2343
|
-
"region" : "
|
2363
|
+
"region" : "ca-central-1"
|
2344
2364
|
},
|
2345
|
-
"
|
2365
|
+
"deprecated" : true,
|
2366
|
+
"hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com"
|
2346
2367
|
},
|
2347
|
-
"
|
2368
|
+
"fips-ca-west-1" : {
|
2348
2369
|
"credentialScope" : {
|
2349
|
-
"region" : "
|
2370
|
+
"region" : "ca-west-1"
|
2350
2371
|
},
|
2351
|
-
"
|
2372
|
+
"deprecated" : true,
|
2373
|
+
"hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com"
|
2352
2374
|
},
|
2353
|
-
"
|
2375
|
+
"fips-us-east-1" : {
|
2354
2376
|
"credentialScope" : {
|
2355
|
-
"region" : "
|
2377
|
+
"region" : "us-east-1"
|
2356
2378
|
},
|
2357
|
-
"
|
2379
|
+
"deprecated" : true,
|
2380
|
+
"hostname" : "applicationinsights-fips.us-east-1.amazonaws.com"
|
2358
2381
|
},
|
2359
|
-
"
|
2382
|
+
"fips-us-east-2" : {
|
2360
2383
|
"credentialScope" : {
|
2361
|
-
"region" : "
|
2384
|
+
"region" : "us-east-2"
|
2362
2385
|
},
|
2363
|
-
"
|
2386
|
+
"deprecated" : true,
|
2387
|
+
"hostname" : "applicationinsights-fips.us-east-2.amazonaws.com"
|
2364
2388
|
},
|
2365
|
-
"
|
2389
|
+
"fips-us-west-1" : {
|
2366
2390
|
"credentialScope" : {
|
2367
|
-
"region" : "
|
2391
|
+
"region" : "us-west-1"
|
2368
2392
|
},
|
2369
|
-
"
|
2393
|
+
"deprecated" : true,
|
2394
|
+
"hostname" : "applicationinsights-fips.us-west-1.amazonaws.com"
|
2370
2395
|
},
|
2371
|
-
"us-
|
2396
|
+
"fips-us-west-2" : {
|
2372
2397
|
"credentialScope" : {
|
2373
|
-
"region" : "us-
|
2398
|
+
"region" : "us-west-2"
|
2374
2399
|
},
|
2375
|
-
"
|
2400
|
+
"deprecated" : true,
|
2401
|
+
"hostname" : "applicationinsights-fips.us-west-2.amazonaws.com"
|
2402
|
+
},
|
2403
|
+
"il-central-1" : {
|
2404
|
+
"variants" : [ {
|
2405
|
+
"hostname" : "applicationinsights.il-central-1.api.aws",
|
2406
|
+
"tags" : [ "dualstack" ]
|
2407
|
+
} ]
|
2408
|
+
},
|
2409
|
+
"me-central-1" : {
|
2410
|
+
"variants" : [ {
|
2411
|
+
"hostname" : "applicationinsights.me-central-1.api.aws",
|
2412
|
+
"tags" : [ "dualstack" ]
|
2413
|
+
} ]
|
2414
|
+
},
|
2415
|
+
"me-south-1" : {
|
2416
|
+
"variants" : [ {
|
2417
|
+
"hostname" : "applicationinsights.me-south-1.api.aws",
|
2418
|
+
"tags" : [ "dualstack" ]
|
2419
|
+
} ]
|
2420
|
+
},
|
2421
|
+
"sa-east-1" : {
|
2422
|
+
"variants" : [ {
|
2423
|
+
"hostname" : "applicationinsights.sa-east-1.api.aws",
|
2424
|
+
"tags" : [ "dualstack" ]
|
2425
|
+
} ]
|
2426
|
+
},
|
2427
|
+
"us-east-1" : {
|
2428
|
+
"variants" : [ {
|
2429
|
+
"hostname" : "applicationinsights-fips.us-east-1.amazonaws.com",
|
2430
|
+
"tags" : [ "fips" ]
|
2431
|
+
}, {
|
2432
|
+
"hostname" : "applicationinsights-fips.us-east-1.api.aws",
|
2433
|
+
"tags" : [ "dualstack", "fips" ]
|
2434
|
+
}, {
|
2435
|
+
"hostname" : "applicationinsights.us-east-1.api.aws",
|
2436
|
+
"tags" : [ "dualstack" ]
|
2437
|
+
} ]
|
2376
2438
|
},
|
2377
2439
|
"us-east-2" : {
|
2378
|
-
"
|
2379
|
-
"
|
2380
|
-
|
2381
|
-
|
2440
|
+
"variants" : [ {
|
2441
|
+
"hostname" : "applicationinsights-fips.us-east-2.amazonaws.com",
|
2442
|
+
"tags" : [ "fips" ]
|
2443
|
+
}, {
|
2444
|
+
"hostname" : "applicationinsights-fips.us-east-2.api.aws",
|
2445
|
+
"tags" : [ "dualstack", "fips" ]
|
2446
|
+
}, {
|
2447
|
+
"hostname" : "applicationinsights.us-east-2.api.aws",
|
2448
|
+
"tags" : [ "dualstack" ]
|
2449
|
+
} ]
|
2382
2450
|
},
|
2383
2451
|
"us-west-1" : {
|
2384
|
-
"
|
2385
|
-
"
|
2386
|
-
|
2387
|
-
|
2452
|
+
"variants" : [ {
|
2453
|
+
"hostname" : "applicationinsights-fips.us-west-1.amazonaws.com",
|
2454
|
+
"tags" : [ "fips" ]
|
2455
|
+
}, {
|
2456
|
+
"hostname" : "applicationinsights-fips.us-west-1.api.aws",
|
2457
|
+
"tags" : [ "dualstack", "fips" ]
|
2458
|
+
}, {
|
2459
|
+
"hostname" : "applicationinsights.us-west-1.api.aws",
|
2460
|
+
"tags" : [ "dualstack" ]
|
2461
|
+
} ]
|
2388
2462
|
},
|
2389
2463
|
"us-west-2" : {
|
2390
|
-
"
|
2391
|
-
"
|
2392
|
-
|
2393
|
-
|
2464
|
+
"variants" : [ {
|
2465
|
+
"hostname" : "applicationinsights-fips.us-west-2.amazonaws.com",
|
2466
|
+
"tags" : [ "fips" ]
|
2467
|
+
}, {
|
2468
|
+
"hostname" : "applicationinsights-fips.us-west-2.api.aws",
|
2469
|
+
"tags" : [ "dualstack", "fips" ]
|
2470
|
+
}, {
|
2471
|
+
"hostname" : "applicationinsights.us-west-2.api.aws",
|
2472
|
+
"tags" : [ "dualstack" ]
|
2473
|
+
} ]
|
2394
2474
|
}
|
2395
2475
|
}
|
2396
2476
|
},
|
@@ -2828,17 +2908,38 @@
|
|
2828
2908
|
"us-east-1" : {
|
2829
2909
|
"variants" : [ {
|
2830
2910
|
"tags" : [ "dualstack" ]
|
2911
|
+
}, {
|
2912
|
+
"tags" : [ "dualstack", "fips" ]
|
2913
|
+
}, {
|
2914
|
+
"tags" : [ "fips" ]
|
2831
2915
|
} ]
|
2832
2916
|
},
|
2917
|
+
"us-east-1-fips" : {
|
2918
|
+
"deprecated" : true
|
2919
|
+
},
|
2833
2920
|
"us-east-2" : {
|
2834
2921
|
"variants" : [ {
|
2835
2922
|
"tags" : [ "dualstack" ]
|
2923
|
+
}, {
|
2924
|
+
"tags" : [ "dualstack", "fips" ]
|
2925
|
+
}, {
|
2926
|
+
"tags" : [ "fips" ]
|
2836
2927
|
} ]
|
2837
2928
|
},
|
2929
|
+
"us-east-2-fips" : {
|
2930
|
+
"deprecated" : true
|
2931
|
+
},
|
2838
2932
|
"us-west-2" : {
|
2839
2933
|
"variants" : [ {
|
2840
2934
|
"tags" : [ "dualstack" ]
|
2935
|
+
}, {
|
2936
|
+
"tags" : [ "dualstack", "fips" ]
|
2937
|
+
}, {
|
2938
|
+
"tags" : [ "fips" ]
|
2841
2939
|
} ]
|
2940
|
+
},
|
2941
|
+
"us-west-2-fips" : {
|
2942
|
+
"deprecated" : true
|
2842
2943
|
}
|
2843
2944
|
}
|
2844
2945
|
},
|
@@ -4047,6 +4148,9 @@
|
|
4047
4148
|
"variants" : [ {
|
4048
4149
|
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
4049
4150
|
"tags" : [ "fips" ]
|
4151
|
+
}, {
|
4152
|
+
"hostname" : "cleanrooms-fips.us-east-1.api.aws",
|
4153
|
+
"tags" : [ "dualstack", "fips" ]
|
4050
4154
|
}, {
|
4051
4155
|
"hostname" : "cleanrooms.us-east-1.api.aws",
|
4052
4156
|
"tags" : [ "dualstack" ]
|
@@ -4056,6 +4160,9 @@
|
|
4056
4160
|
"variants" : [ {
|
4057
4161
|
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
4058
4162
|
"tags" : [ "fips" ]
|
4163
|
+
}, {
|
4164
|
+
"hostname" : "cleanrooms-fips.us-east-2.api.aws",
|
4165
|
+
"tags" : [ "dualstack", "fips" ]
|
4059
4166
|
}, {
|
4060
4167
|
"hostname" : "cleanrooms.us-east-2.api.aws",
|
4061
4168
|
"tags" : [ "dualstack" ]
|
@@ -4065,6 +4172,9 @@
|
|
4065
4172
|
"variants" : [ {
|
4066
4173
|
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
4067
4174
|
"tags" : [ "fips" ]
|
4175
|
+
}, {
|
4176
|
+
"hostname" : "cleanrooms-fips.us-west-2.api.aws",
|
4177
|
+
"tags" : [ "dualstack", "fips" ]
|
4068
4178
|
}, {
|
4069
4179
|
"hostname" : "cleanrooms.us-west-2.api.aws",
|
4070
4180
|
"tags" : [ "dualstack" ]
|
@@ -7931,6 +8041,7 @@
|
|
7931
8041
|
"ap-southeast-3" : { },
|
7932
8042
|
"ap-southeast-4" : { },
|
7933
8043
|
"ap-southeast-5" : { },
|
8044
|
+
"ap-southeast-7" : { },
|
7934
8045
|
"ca-central-1" : {
|
7935
8046
|
"variants" : [ {
|
7936
8047
|
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
|
@@ -7996,6 +8107,7 @@
|
|
7996
8107
|
"il-central-1" : { },
|
7997
8108
|
"me-central-1" : { },
|
7998
8109
|
"me-south-1" : { },
|
8110
|
+
"mx-central-1" : { },
|
7999
8111
|
"sa-east-1" : { },
|
8000
8112
|
"us-east-1" : {
|
8001
8113
|
"variants" : [ {
|
@@ -9937,7 +10049,12 @@
|
|
9937
10049
|
}
|
9938
10050
|
},
|
9939
10051
|
"endpoints" : {
|
9940
|
-
"us-east-1" : {
|
10052
|
+
"us-east-1" : {
|
10053
|
+
"variants" : [ {
|
10054
|
+
"hostname" : "entitlement-marketplace.us-east-1.api.aws",
|
10055
|
+
"tags" : [ "dualstack" ]
|
10056
|
+
} ]
|
10057
|
+
}
|
9941
10058
|
}
|
9942
10059
|
},
|
9943
10060
|
"es" : {
|
@@ -10185,29 +10302,144 @@
|
|
10185
10302
|
},
|
10186
10303
|
"events" : {
|
10187
10304
|
"endpoints" : {
|
10188
|
-
"af-south-1" : {
|
10189
|
-
|
10190
|
-
|
10191
|
-
|
10192
|
-
|
10193
|
-
|
10194
|
-
"ap-
|
10195
|
-
|
10196
|
-
|
10197
|
-
|
10198
|
-
|
10199
|
-
|
10200
|
-
"ap-
|
10201
|
-
|
10202
|
-
|
10203
|
-
|
10204
|
-
|
10205
|
-
|
10206
|
-
"
|
10207
|
-
|
10208
|
-
|
10209
|
-
|
10210
|
-
|
10305
|
+
"af-south-1" : {
|
10306
|
+
"variants" : [ {
|
10307
|
+
"hostname" : "events.af-south-1.api.aws",
|
10308
|
+
"tags" : [ "dualstack" ]
|
10309
|
+
} ]
|
10310
|
+
},
|
10311
|
+
"ap-east-1" : {
|
10312
|
+
"variants" : [ {
|
10313
|
+
"hostname" : "events.ap-east-1.api.aws",
|
10314
|
+
"tags" : [ "dualstack" ]
|
10315
|
+
} ]
|
10316
|
+
},
|
10317
|
+
"ap-northeast-1" : {
|
10318
|
+
"variants" : [ {
|
10319
|
+
"hostname" : "events.ap-northeast-1.api.aws",
|
10320
|
+
"tags" : [ "dualstack" ]
|
10321
|
+
} ]
|
10322
|
+
},
|
10323
|
+
"ap-northeast-2" : {
|
10324
|
+
"variants" : [ {
|
10325
|
+
"hostname" : "events.ap-northeast-2.api.aws",
|
10326
|
+
"tags" : [ "dualstack" ]
|
10327
|
+
} ]
|
10328
|
+
},
|
10329
|
+
"ap-northeast-3" : {
|
10330
|
+
"variants" : [ {
|
10331
|
+
"hostname" : "events.ap-northeast-3.api.aws",
|
10332
|
+
"tags" : [ "dualstack" ]
|
10333
|
+
} ]
|
10334
|
+
},
|
10335
|
+
"ap-south-1" : {
|
10336
|
+
"variants" : [ {
|
10337
|
+
"hostname" : "events.ap-south-1.api.aws",
|
10338
|
+
"tags" : [ "dualstack" ]
|
10339
|
+
} ]
|
10340
|
+
},
|
10341
|
+
"ap-south-2" : {
|
10342
|
+
"variants" : [ {
|
10343
|
+
"hostname" : "events.ap-south-2.api.aws",
|
10344
|
+
"tags" : [ "dualstack" ]
|
10345
|
+
} ]
|
10346
|
+
},
|
10347
|
+
"ap-southeast-1" : {
|
10348
|
+
"variants" : [ {
|
10349
|
+
"hostname" : "events.ap-southeast-1.api.aws",
|
10350
|
+
"tags" : [ "dualstack" ]
|
10351
|
+
} ]
|
10352
|
+
},
|
10353
|
+
"ap-southeast-2" : {
|
10354
|
+
"variants" : [ {
|
10355
|
+
"hostname" : "events.ap-southeast-2.api.aws",
|
10356
|
+
"tags" : [ "dualstack" ]
|
10357
|
+
} ]
|
10358
|
+
},
|
10359
|
+
"ap-southeast-3" : {
|
10360
|
+
"variants" : [ {
|
10361
|
+
"hostname" : "events.ap-southeast-3.api.aws",
|
10362
|
+
"tags" : [ "dualstack" ]
|
10363
|
+
} ]
|
10364
|
+
},
|
10365
|
+
"ap-southeast-4" : {
|
10366
|
+
"variants" : [ {
|
10367
|
+
"hostname" : "events.ap-southeast-4.api.aws",
|
10368
|
+
"tags" : [ "dualstack" ]
|
10369
|
+
} ]
|
10370
|
+
},
|
10371
|
+
"ap-southeast-5" : {
|
10372
|
+
"variants" : [ {
|
10373
|
+
"hostname" : "events.ap-southeast-5.api.aws",
|
10374
|
+
"tags" : [ "dualstack" ]
|
10375
|
+
} ]
|
10376
|
+
},
|
10377
|
+
"ap-southeast-7" : {
|
10378
|
+
"variants" : [ {
|
10379
|
+
"hostname" : "events.ap-southeast-7.api.aws",
|
10380
|
+
"tags" : [ "dualstack" ]
|
10381
|
+
} ]
|
10382
|
+
},
|
10383
|
+
"ca-central-1" : {
|
10384
|
+
"variants" : [ {
|
10385
|
+
"hostname" : "events.ca-central-1.api.aws",
|
10386
|
+
"tags" : [ "dualstack" ]
|
10387
|
+
} ]
|
10388
|
+
},
|
10389
|
+
"ca-west-1" : {
|
10390
|
+
"variants" : [ {
|
10391
|
+
"hostname" : "events.ca-west-1.api.aws",
|
10392
|
+
"tags" : [ "dualstack" ]
|
10393
|
+
} ]
|
10394
|
+
},
|
10395
|
+
"eu-central-1" : {
|
10396
|
+
"variants" : [ {
|
10397
|
+
"hostname" : "events.eu-central-1.api.aws",
|
10398
|
+
"tags" : [ "dualstack" ]
|
10399
|
+
} ]
|
10400
|
+
},
|
10401
|
+
"eu-central-2" : {
|
10402
|
+
"variants" : [ {
|
10403
|
+
"hostname" : "events.eu-central-2.api.aws",
|
10404
|
+
"tags" : [ "dualstack" ]
|
10405
|
+
} ]
|
10406
|
+
},
|
10407
|
+
"eu-north-1" : {
|
10408
|
+
"variants" : [ {
|
10409
|
+
"hostname" : "events.eu-north-1.api.aws",
|
10410
|
+
"tags" : [ "dualstack" ]
|
10411
|
+
} ]
|
10412
|
+
},
|
10413
|
+
"eu-south-1" : {
|
10414
|
+
"variants" : [ {
|
10415
|
+
"hostname" : "events.eu-south-1.api.aws",
|
10416
|
+
"tags" : [ "dualstack" ]
|
10417
|
+
} ]
|
10418
|
+
},
|
10419
|
+
"eu-south-2" : {
|
10420
|
+
"variants" : [ {
|
10421
|
+
"hostname" : "events.eu-south-2.api.aws",
|
10422
|
+
"tags" : [ "dualstack" ]
|
10423
|
+
} ]
|
10424
|
+
},
|
10425
|
+
"eu-west-1" : {
|
10426
|
+
"variants" : [ {
|
10427
|
+
"hostname" : "events.eu-west-1.api.aws",
|
10428
|
+
"tags" : [ "dualstack" ]
|
10429
|
+
} ]
|
10430
|
+
},
|
10431
|
+
"eu-west-2" : {
|
10432
|
+
"variants" : [ {
|
10433
|
+
"hostname" : "events.eu-west-2.api.aws",
|
10434
|
+
"tags" : [ "dualstack" ]
|
10435
|
+
} ]
|
10436
|
+
},
|
10437
|
+
"eu-west-3" : {
|
10438
|
+
"variants" : [ {
|
10439
|
+
"hostname" : "events.eu-west-3.api.aws",
|
10440
|
+
"tags" : [ "dualstack" ]
|
10441
|
+
} ]
|
10442
|
+
},
|
10211
10443
|
"fips-us-east-1" : {
|
10212
10444
|
"credentialScope" : {
|
10213
10445
|
"region" : "us-east-1"
|
@@ -10236,33 +10468,82 @@
|
|
10236
10468
|
"deprecated" : true,
|
10237
10469
|
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
10238
10470
|
},
|
10239
|
-
"il-central-1" : {
|
10240
|
-
|
10241
|
-
|
10242
|
-
|
10243
|
-
|
10471
|
+
"il-central-1" : {
|
10472
|
+
"variants" : [ {
|
10473
|
+
"hostname" : "events.il-central-1.api.aws",
|
10474
|
+
"tags" : [ "dualstack" ]
|
10475
|
+
} ]
|
10476
|
+
},
|
10477
|
+
"me-central-1" : {
|
10478
|
+
"variants" : [ {
|
10479
|
+
"hostname" : "events.me-central-1.api.aws",
|
10480
|
+
"tags" : [ "dualstack" ]
|
10481
|
+
} ]
|
10482
|
+
},
|
10483
|
+
"me-south-1" : {
|
10484
|
+
"variants" : [ {
|
10485
|
+
"hostname" : "events.me-south-1.api.aws",
|
10486
|
+
"tags" : [ "dualstack" ]
|
10487
|
+
} ]
|
10488
|
+
},
|
10489
|
+
"mx-central-1" : {
|
10490
|
+
"variants" : [ {
|
10491
|
+
"hostname" : "events.mx-central-1.api.aws",
|
10492
|
+
"tags" : [ "dualstack" ]
|
10493
|
+
} ]
|
10494
|
+
},
|
10495
|
+
"sa-east-1" : {
|
10496
|
+
"variants" : [ {
|
10497
|
+
"hostname" : "events.sa-east-1.api.aws",
|
10498
|
+
"tags" : [ "dualstack" ]
|
10499
|
+
} ]
|
10500
|
+
},
|
10244
10501
|
"us-east-1" : {
|
10245
10502
|
"variants" : [ {
|
10246
10503
|
"hostname" : "events-fips.us-east-1.amazonaws.com",
|
10247
10504
|
"tags" : [ "fips" ]
|
10505
|
+
}, {
|
10506
|
+
"hostname" : "events-fips.us-east-1.api.aws",
|
10507
|
+
"tags" : [ "dualstack", "fips" ]
|
10508
|
+
}, {
|
10509
|
+
"hostname" : "events.us-east-1.api.aws",
|
10510
|
+
"tags" : [ "dualstack" ]
|
10248
10511
|
} ]
|
10249
10512
|
},
|
10250
10513
|
"us-east-2" : {
|
10251
10514
|
"variants" : [ {
|
10252
10515
|
"hostname" : "events-fips.us-east-2.amazonaws.com",
|
10253
10516
|
"tags" : [ "fips" ]
|
10517
|
+
}, {
|
10518
|
+
"hostname" : "events-fips.us-east-2.api.aws",
|
10519
|
+
"tags" : [ "dualstack", "fips" ]
|
10520
|
+
}, {
|
10521
|
+
"hostname" : "events.us-east-2.api.aws",
|
10522
|
+
"tags" : [ "dualstack" ]
|
10254
10523
|
} ]
|
10255
10524
|
},
|
10256
10525
|
"us-west-1" : {
|
10257
10526
|
"variants" : [ {
|
10258
10527
|
"hostname" : "events-fips.us-west-1.amazonaws.com",
|
10259
10528
|
"tags" : [ "fips" ]
|
10529
|
+
}, {
|
10530
|
+
"hostname" : "events-fips.us-west-1.api.aws",
|
10531
|
+
"tags" : [ "dualstack", "fips" ]
|
10532
|
+
}, {
|
10533
|
+
"hostname" : "events.us-west-1.api.aws",
|
10534
|
+
"tags" : [ "dualstack" ]
|
10260
10535
|
} ]
|
10261
10536
|
},
|
10262
10537
|
"us-west-2" : {
|
10263
10538
|
"variants" : [ {
|
10264
10539
|
"hostname" : "events-fips.us-west-2.amazonaws.com",
|
10265
10540
|
"tags" : [ "fips" ]
|
10541
|
+
}, {
|
10542
|
+
"hostname" : "events-fips.us-west-2.api.aws",
|
10543
|
+
"tags" : [ "dualstack", "fips" ]
|
10544
|
+
}, {
|
10545
|
+
"hostname" : "events.us-west-2.api.aws",
|
10546
|
+
"tags" : [ "dualstack" ]
|
10266
10547
|
} ]
|
10267
10548
|
}
|
10268
10549
|
}
|
@@ -12049,6 +12330,9 @@
|
|
12049
12330
|
"variants" : [ {
|
12050
12331
|
"hostname" : "iam-fips.amazonaws.com",
|
12051
12332
|
"tags" : [ "fips" ]
|
12333
|
+
}, {
|
12334
|
+
"hostname" : "iam.global.api.aws",
|
12335
|
+
"tags" : [ "dualstack" ]
|
12052
12336
|
} ]
|
12053
12337
|
},
|
12054
12338
|
"aws-global-fips" : {
|
@@ -14295,6 +14579,12 @@
|
|
14295
14579
|
"tags" : [ "dualstack" ]
|
14296
14580
|
} ]
|
14297
14581
|
},
|
14582
|
+
"ap-southeast-7" : {
|
14583
|
+
"variants" : [ {
|
14584
|
+
"hostname" : "lakeformation.ap-southeast-7.api.aws",
|
14585
|
+
"tags" : [ "dualstack" ]
|
14586
|
+
} ]
|
14587
|
+
},
|
14298
14588
|
"ca-central-1" : {
|
14299
14589
|
"variants" : [ {
|
14300
14590
|
"hostname" : "lakeformation.ca-central-1.api.aws",
|
@@ -14401,6 +14691,12 @@
|
|
14401
14691
|
"tags" : [ "dualstack" ]
|
14402
14692
|
} ]
|
14403
14693
|
},
|
14694
|
+
"mx-central-1" : {
|
14695
|
+
"variants" : [ {
|
14696
|
+
"hostname" : "lakeformation.mx-central-1.api.aws",
|
14697
|
+
"tags" : [ "dualstack" ]
|
14698
|
+
} ]
|
14699
|
+
},
|
14404
14700
|
"sa-east-1" : {
|
14405
14701
|
"variants" : [ {
|
14406
14702
|
"hostname" : "lakeformation.sa-east-1.api.aws",
|
@@ -15873,18 +16169,78 @@
|
|
15873
16169
|
"ap-southeast-1" : { },
|
15874
16170
|
"ap-southeast-2" : { },
|
15875
16171
|
"ap-southeast-4" : { },
|
15876
|
-
"ca-central-1" : {
|
16172
|
+
"ca-central-1" : {
|
16173
|
+
"variants" : [ {
|
16174
|
+
"hostname" : "mediapackagev2-fips.ca-central-1.amazonaws.com",
|
16175
|
+
"tags" : [ "fips" ]
|
16176
|
+
} ]
|
16177
|
+
},
|
15877
16178
|
"eu-central-1" : { },
|
15878
16179
|
"eu-north-1" : { },
|
15879
16180
|
"eu-west-1" : { },
|
15880
16181
|
"eu-west-2" : { },
|
15881
16182
|
"eu-west-3" : { },
|
16183
|
+
"fips-ca-central-1" : {
|
16184
|
+
"credentialScope" : {
|
16185
|
+
"region" : "ca-central-1"
|
16186
|
+
},
|
16187
|
+
"deprecated" : true,
|
16188
|
+
"hostname" : "mediapackagev2-fips.ca-central-1.amazonaws.com"
|
16189
|
+
},
|
16190
|
+
"fips-us-east-1" : {
|
16191
|
+
"credentialScope" : {
|
16192
|
+
"region" : "us-east-1"
|
16193
|
+
},
|
16194
|
+
"deprecated" : true,
|
16195
|
+
"hostname" : "mediapackagev2-fips.us-east-1.amazonaws.com"
|
16196
|
+
},
|
16197
|
+
"fips-us-east-2" : {
|
16198
|
+
"credentialScope" : {
|
16199
|
+
"region" : "us-east-2"
|
16200
|
+
},
|
16201
|
+
"deprecated" : true,
|
16202
|
+
"hostname" : "mediapackagev2-fips.us-east-2.amazonaws.com"
|
16203
|
+
},
|
16204
|
+
"fips-us-west-1" : {
|
16205
|
+
"credentialScope" : {
|
16206
|
+
"region" : "us-west-1"
|
16207
|
+
},
|
16208
|
+
"deprecated" : true,
|
16209
|
+
"hostname" : "mediapackagev2-fips.us-west-1.amazonaws.com"
|
16210
|
+
},
|
16211
|
+
"fips-us-west-2" : {
|
16212
|
+
"credentialScope" : {
|
16213
|
+
"region" : "us-west-2"
|
16214
|
+
},
|
16215
|
+
"deprecated" : true,
|
16216
|
+
"hostname" : "mediapackagev2-fips.us-west-2.amazonaws.com"
|
16217
|
+
},
|
15882
16218
|
"me-central-1" : { },
|
15883
16219
|
"sa-east-1" : { },
|
15884
|
-
"us-east-1" : {
|
15885
|
-
|
15886
|
-
|
15887
|
-
|
16220
|
+
"us-east-1" : {
|
16221
|
+
"variants" : [ {
|
16222
|
+
"hostname" : "mediapackagev2-fips.us-east-1.amazonaws.com",
|
16223
|
+
"tags" : [ "fips" ]
|
16224
|
+
} ]
|
16225
|
+
},
|
16226
|
+
"us-east-2" : {
|
16227
|
+
"variants" : [ {
|
16228
|
+
"hostname" : "mediapackagev2-fips.us-east-2.amazonaws.com",
|
16229
|
+
"tags" : [ "fips" ]
|
16230
|
+
} ]
|
16231
|
+
},
|
16232
|
+
"us-west-1" : {
|
16233
|
+
"variants" : [ {
|
16234
|
+
"hostname" : "mediapackagev2-fips.us-west-1.amazonaws.com",
|
16235
|
+
"tags" : [ "fips" ]
|
16236
|
+
} ]
|
16237
|
+
},
|
16238
|
+
"us-west-2" : {
|
16239
|
+
"variants" : [ {
|
16240
|
+
"hostname" : "mediapackagev2-fips.us-west-2.amazonaws.com",
|
16241
|
+
"tags" : [ "fips" ]
|
16242
|
+
} ]
|
16243
|
+
}
|
15888
16244
|
}
|
15889
16245
|
},
|
15890
16246
|
"mediastore" : {
|
@@ -16006,34 +16362,174 @@
|
|
16006
16362
|
}
|
16007
16363
|
},
|
16008
16364
|
"endpoints" : {
|
16009
|
-
"af-south-1" : {
|
16010
|
-
|
16011
|
-
|
16012
|
-
|
16013
|
-
|
16014
|
-
|
16015
|
-
"ap-
|
16016
|
-
|
16017
|
-
|
16018
|
-
|
16019
|
-
|
16020
|
-
|
16021
|
-
"
|
16022
|
-
|
16023
|
-
|
16024
|
-
|
16025
|
-
|
16026
|
-
|
16027
|
-
"
|
16028
|
-
|
16029
|
-
|
16030
|
-
|
16031
|
-
|
16032
|
-
|
16033
|
-
"
|
16034
|
-
|
16035
|
-
|
16036
|
-
|
16365
|
+
"af-south-1" : {
|
16366
|
+
"variants" : [ {
|
16367
|
+
"hostname" : "metering-marketplace.af-south-1.api.aws",
|
16368
|
+
"tags" : [ "dualstack" ]
|
16369
|
+
} ]
|
16370
|
+
},
|
16371
|
+
"ap-east-1" : {
|
16372
|
+
"variants" : [ {
|
16373
|
+
"hostname" : "metering-marketplace.ap-east-1.api.aws",
|
16374
|
+
"tags" : [ "dualstack" ]
|
16375
|
+
} ]
|
16376
|
+
},
|
16377
|
+
"ap-northeast-1" : {
|
16378
|
+
"variants" : [ {
|
16379
|
+
"hostname" : "metering-marketplace.ap-northeast-1.api.aws",
|
16380
|
+
"tags" : [ "dualstack" ]
|
16381
|
+
} ]
|
16382
|
+
},
|
16383
|
+
"ap-northeast-2" : {
|
16384
|
+
"variants" : [ {
|
16385
|
+
"hostname" : "metering-marketplace.ap-northeast-2.api.aws",
|
16386
|
+
"tags" : [ "dualstack" ]
|
16387
|
+
} ]
|
16388
|
+
},
|
16389
|
+
"ap-northeast-3" : {
|
16390
|
+
"variants" : [ {
|
16391
|
+
"hostname" : "metering-marketplace.ap-northeast-3.api.aws",
|
16392
|
+
"tags" : [ "dualstack" ]
|
16393
|
+
} ]
|
16394
|
+
},
|
16395
|
+
"ap-south-1" : {
|
16396
|
+
"variants" : [ {
|
16397
|
+
"hostname" : "metering-marketplace.ap-south-1.api.aws",
|
16398
|
+
"tags" : [ "dualstack" ]
|
16399
|
+
} ]
|
16400
|
+
},
|
16401
|
+
"ap-south-2" : {
|
16402
|
+
"variants" : [ {
|
16403
|
+
"hostname" : "metering-marketplace.ap-south-2.api.aws",
|
16404
|
+
"tags" : [ "dualstack" ]
|
16405
|
+
} ]
|
16406
|
+
},
|
16407
|
+
"ap-southeast-1" : {
|
16408
|
+
"variants" : [ {
|
16409
|
+
"hostname" : "metering-marketplace.ap-southeast-1.api.aws",
|
16410
|
+
"tags" : [ "dualstack" ]
|
16411
|
+
} ]
|
16412
|
+
},
|
16413
|
+
"ap-southeast-2" : {
|
16414
|
+
"variants" : [ {
|
16415
|
+
"hostname" : "metering-marketplace.ap-southeast-2.api.aws",
|
16416
|
+
"tags" : [ "dualstack" ]
|
16417
|
+
} ]
|
16418
|
+
},
|
16419
|
+
"ap-southeast-3" : {
|
16420
|
+
"variants" : [ {
|
16421
|
+
"hostname" : "metering-marketplace.ap-southeast-3.api.aws",
|
16422
|
+
"tags" : [ "dualstack" ]
|
16423
|
+
} ]
|
16424
|
+
},
|
16425
|
+
"ap-southeast-4" : {
|
16426
|
+
"variants" : [ {
|
16427
|
+
"hostname" : "metering-marketplace.ap-southeast-4.api.aws",
|
16428
|
+
"tags" : [ "dualstack" ]
|
16429
|
+
} ]
|
16430
|
+
},
|
16431
|
+
"ca-central-1" : {
|
16432
|
+
"variants" : [ {
|
16433
|
+
"hostname" : "metering-marketplace.ca-central-1.api.aws",
|
16434
|
+
"tags" : [ "dualstack" ]
|
16435
|
+
} ]
|
16436
|
+
},
|
16437
|
+
"eu-central-1" : {
|
16438
|
+
"variants" : [ {
|
16439
|
+
"hostname" : "metering-marketplace.eu-central-1.api.aws",
|
16440
|
+
"tags" : [ "dualstack" ]
|
16441
|
+
} ]
|
16442
|
+
},
|
16443
|
+
"eu-central-2" : {
|
16444
|
+
"variants" : [ {
|
16445
|
+
"hostname" : "metering-marketplace.eu-central-2.api.aws",
|
16446
|
+
"tags" : [ "dualstack" ]
|
16447
|
+
} ]
|
16448
|
+
},
|
16449
|
+
"eu-north-1" : {
|
16450
|
+
"variants" : [ {
|
16451
|
+
"hostname" : "metering-marketplace.eu-north-1.api.aws",
|
16452
|
+
"tags" : [ "dualstack" ]
|
16453
|
+
} ]
|
16454
|
+
},
|
16455
|
+
"eu-south-1" : {
|
16456
|
+
"variants" : [ {
|
16457
|
+
"hostname" : "metering-marketplace.eu-south-1.api.aws",
|
16458
|
+
"tags" : [ "dualstack" ]
|
16459
|
+
} ]
|
16460
|
+
},
|
16461
|
+
"eu-south-2" : {
|
16462
|
+
"variants" : [ {
|
16463
|
+
"hostname" : "metering-marketplace.eu-south-2.api.aws",
|
16464
|
+
"tags" : [ "dualstack" ]
|
16465
|
+
} ]
|
16466
|
+
},
|
16467
|
+
"eu-west-1" : {
|
16468
|
+
"variants" : [ {
|
16469
|
+
"hostname" : "metering-marketplace.eu-west-1.api.aws",
|
16470
|
+
"tags" : [ "dualstack" ]
|
16471
|
+
} ]
|
16472
|
+
},
|
16473
|
+
"eu-west-2" : {
|
16474
|
+
"variants" : [ {
|
16475
|
+
"hostname" : "metering-marketplace.eu-west-2.api.aws",
|
16476
|
+
"tags" : [ "dualstack" ]
|
16477
|
+
} ]
|
16478
|
+
},
|
16479
|
+
"eu-west-3" : {
|
16480
|
+
"variants" : [ {
|
16481
|
+
"hostname" : "metering-marketplace.eu-west-3.api.aws",
|
16482
|
+
"tags" : [ "dualstack" ]
|
16483
|
+
} ]
|
16484
|
+
},
|
16485
|
+
"il-central-1" : {
|
16486
|
+
"variants" : [ {
|
16487
|
+
"hostname" : "metering-marketplace.il-central-1.api.aws",
|
16488
|
+
"tags" : [ "dualstack" ]
|
16489
|
+
} ]
|
16490
|
+
},
|
16491
|
+
"me-central-1" : {
|
16492
|
+
"variants" : [ {
|
16493
|
+
"hostname" : "metering-marketplace.me-central-1.api.aws",
|
16494
|
+
"tags" : [ "dualstack" ]
|
16495
|
+
} ]
|
16496
|
+
},
|
16497
|
+
"me-south-1" : {
|
16498
|
+
"variants" : [ {
|
16499
|
+
"hostname" : "metering-marketplace.me-south-1.api.aws",
|
16500
|
+
"tags" : [ "dualstack" ]
|
16501
|
+
} ]
|
16502
|
+
},
|
16503
|
+
"sa-east-1" : {
|
16504
|
+
"variants" : [ {
|
16505
|
+
"hostname" : "metering-marketplace.sa-east-1.api.aws",
|
16506
|
+
"tags" : [ "dualstack" ]
|
16507
|
+
} ]
|
16508
|
+
},
|
16509
|
+
"us-east-1" : {
|
16510
|
+
"variants" : [ {
|
16511
|
+
"hostname" : "metering-marketplace.us-east-1.api.aws",
|
16512
|
+
"tags" : [ "dualstack" ]
|
16513
|
+
} ]
|
16514
|
+
},
|
16515
|
+
"us-east-2" : {
|
16516
|
+
"variants" : [ {
|
16517
|
+
"hostname" : "metering-marketplace.us-east-2.api.aws",
|
16518
|
+
"tags" : [ "dualstack" ]
|
16519
|
+
} ]
|
16520
|
+
},
|
16521
|
+
"us-west-1" : {
|
16522
|
+
"variants" : [ {
|
16523
|
+
"hostname" : "metering-marketplace.us-west-1.api.aws",
|
16524
|
+
"tags" : [ "dualstack" ]
|
16525
|
+
} ]
|
16526
|
+
},
|
16527
|
+
"us-west-2" : {
|
16528
|
+
"variants" : [ {
|
16529
|
+
"hostname" : "metering-marketplace.us-west-2.api.aws",
|
16530
|
+
"tags" : [ "dualstack" ]
|
16531
|
+
} ]
|
16532
|
+
}
|
16037
16533
|
}
|
16038
16534
|
},
|
16039
16535
|
"metrics.sagemaker" : {
|
@@ -16626,6 +17122,7 @@
|
|
16626
17122
|
"ap-southeast-3" : { },
|
16627
17123
|
"ap-southeast-4" : { },
|
16628
17124
|
"ap-southeast-5" : { },
|
17125
|
+
"ap-southeast-7" : { },
|
16629
17126
|
"ca-central-1" : {
|
16630
17127
|
"variants" : [ {
|
16631
17128
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
@@ -16679,6 +17176,7 @@
|
|
16679
17176
|
"il-central-1" : { },
|
16680
17177
|
"me-central-1" : { },
|
16681
17178
|
"me-south-1" : { },
|
17179
|
+
"mx-central-1" : { },
|
16682
17180
|
"sa-east-1" : { },
|
16683
17181
|
"us-east-1" : {
|
16684
17182
|
"variants" : [ {
|
@@ -16716,6 +17214,12 @@
|
|
16716
17214
|
"variants" : [ {
|
16717
17215
|
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
|
16718
17216
|
"tags" : [ "fips" ]
|
17217
|
+
}, {
|
17218
|
+
"hostname" : "networkmanager-fips.us-west-2.api.aws",
|
17219
|
+
"tags" : [ "dualstack", "fips" ]
|
17220
|
+
}, {
|
17221
|
+
"hostname" : "networkmanager.us-west-2.api.aws",
|
17222
|
+
"tags" : [ "dualstack" ]
|
16719
17223
|
} ]
|
16720
17224
|
},
|
16721
17225
|
"fips-aws-global" : {
|
@@ -16953,6 +17457,12 @@
|
|
16953
17457
|
},
|
16954
17458
|
"hostname" : "oidc.ap-southeast-4.amazonaws.com"
|
16955
17459
|
},
|
17460
|
+
"ap-southeast-5" : {
|
17461
|
+
"credentialScope" : {
|
17462
|
+
"region" : "ap-southeast-5"
|
17463
|
+
},
|
17464
|
+
"hostname" : "oidc.ap-southeast-5.amazonaws.com"
|
17465
|
+
},
|
16956
17466
|
"ca-central-1" : {
|
16957
17467
|
"credentialScope" : {
|
16958
17468
|
"region" : "ca-central-1"
|
@@ -17802,6 +18312,12 @@
|
|
17802
18312
|
"tags" : [ "dualstack" ]
|
17803
18313
|
} ]
|
17804
18314
|
},
|
18315
|
+
"ap-southeast-5" : {
|
18316
|
+
"variants" : [ {
|
18317
|
+
"hostname" : "polly.ap-southeast-5.api.aws",
|
18318
|
+
"tags" : [ "dualstack" ]
|
18319
|
+
} ]
|
18320
|
+
},
|
17805
18321
|
"ca-central-1" : {
|
17806
18322
|
"variants" : [ {
|
17807
18323
|
"hostname" : "polly-fips.ca-central-1.amazonaws.com",
|
@@ -18015,6 +18531,12 @@
|
|
18015
18531
|
},
|
18016
18532
|
"hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
|
18017
18533
|
},
|
18534
|
+
"ap-southeast-5" : {
|
18535
|
+
"credentialScope" : {
|
18536
|
+
"region" : "ap-southeast-5"
|
18537
|
+
},
|
18538
|
+
"hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
|
18539
|
+
},
|
18018
18540
|
"ca-central-1" : {
|
18019
18541
|
"credentialScope" : {
|
18020
18542
|
"region" : "ca-central-1"
|
@@ -20069,12 +20591,18 @@
|
|
20069
20591
|
},
|
20070
20592
|
"ca-central-1" : {
|
20071
20593
|
"variants" : [ {
|
20594
|
+
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
20595
|
+
"tags" : [ "dualstack", "fips" ]
|
20596
|
+
}, {
|
20072
20597
|
"hostname" : "route53profiles.ca-central-1.api.aws",
|
20073
20598
|
"tags" : [ "dualstack" ]
|
20074
20599
|
} ]
|
20075
20600
|
},
|
20076
20601
|
"ca-west-1" : {
|
20077
20602
|
"variants" : [ {
|
20603
|
+
"hostname" : "route53profiles-fips.ca-west-1.api.aws",
|
20604
|
+
"tags" : [ "dualstack", "fips" ]
|
20605
|
+
}, {
|
20078
20606
|
"hostname" : "route53profiles.ca-west-1.api.aws",
|
20079
20607
|
"tags" : [ "dualstack" ]
|
20080
20608
|
} ]
|
@@ -20153,24 +20681,36 @@
|
|
20153
20681
|
},
|
20154
20682
|
"us-east-1" : {
|
20155
20683
|
"variants" : [ {
|
20684
|
+
"hostname" : "route53profiles-fips.us-east-1.api.aws",
|
20685
|
+
"tags" : [ "dualstack", "fips" ]
|
20686
|
+
}, {
|
20156
20687
|
"hostname" : "route53profiles.us-east-1.api.aws",
|
20157
20688
|
"tags" : [ "dualstack" ]
|
20158
20689
|
} ]
|
20159
20690
|
},
|
20160
20691
|
"us-east-2" : {
|
20161
20692
|
"variants" : [ {
|
20693
|
+
"hostname" : "route53profiles-fips.us-east-2.api.aws",
|
20694
|
+
"tags" : [ "dualstack", "fips" ]
|
20695
|
+
}, {
|
20162
20696
|
"hostname" : "route53profiles.us-east-2.api.aws",
|
20163
20697
|
"tags" : [ "dualstack" ]
|
20164
20698
|
} ]
|
20165
20699
|
},
|
20166
20700
|
"us-west-1" : {
|
20167
20701
|
"variants" : [ {
|
20702
|
+
"hostname" : "route53profiles-fips.us-west-1.api.aws",
|
20703
|
+
"tags" : [ "dualstack", "fips" ]
|
20704
|
+
}, {
|
20168
20705
|
"hostname" : "route53profiles.us-west-1.api.aws",
|
20169
20706
|
"tags" : [ "dualstack" ]
|
20170
20707
|
} ]
|
20171
20708
|
},
|
20172
20709
|
"us-west-2" : {
|
20173
20710
|
"variants" : [ {
|
20711
|
+
"hostname" : "route53profiles-fips.us-west-2.api.aws",
|
20712
|
+
"tags" : [ "dualstack", "fips" ]
|
20713
|
+
}, {
|
20174
20714
|
"hostname" : "route53profiles.us-west-2.api.aws",
|
20175
20715
|
"tags" : [ "dualstack" ]
|
20176
20716
|
} ]
|
@@ -21942,24 +22482,36 @@
|
|
21942
22482
|
"variants" : [ {
|
21943
22483
|
"hostname" : "securitylake-fips.us-east-1.amazonaws.com",
|
21944
22484
|
"tags" : [ "fips" ]
|
22485
|
+
}, {
|
22486
|
+
"hostname" : "securitylake-fips.us-east-1.api.aws",
|
22487
|
+
"tags" : [ "dualstack", "fips" ]
|
21945
22488
|
} ]
|
21946
22489
|
},
|
21947
22490
|
"us-east-2" : {
|
21948
22491
|
"variants" : [ {
|
21949
22492
|
"hostname" : "securitylake-fips.us-east-2.amazonaws.com",
|
21950
22493
|
"tags" : [ "fips" ]
|
22494
|
+
}, {
|
22495
|
+
"hostname" : "securitylake-fips.us-east-2.api.aws",
|
22496
|
+
"tags" : [ "dualstack", "fips" ]
|
21951
22497
|
} ]
|
21952
22498
|
},
|
21953
22499
|
"us-west-1" : {
|
21954
22500
|
"variants" : [ {
|
21955
22501
|
"hostname" : "securitylake-fips.us-west-1.amazonaws.com",
|
21956
22502
|
"tags" : [ "fips" ]
|
22503
|
+
}, {
|
22504
|
+
"hostname" : "securitylake-fips.us-west-1.api.aws",
|
22505
|
+
"tags" : [ "dualstack", "fips" ]
|
21957
22506
|
} ]
|
21958
22507
|
},
|
21959
22508
|
"us-west-2" : {
|
21960
22509
|
"variants" : [ {
|
21961
22510
|
"hostname" : "securitylake-fips.us-west-2.amazonaws.com",
|
21962
22511
|
"tags" : [ "fips" ]
|
22512
|
+
}, {
|
22513
|
+
"hostname" : "securitylake-fips.us-west-2.api.aws",
|
22514
|
+
"tags" : [ "dualstack", "fips" ]
|
21963
22515
|
} ]
|
21964
22516
|
}
|
21965
22517
|
}
|
@@ -22891,36 +23443,138 @@
|
|
22891
23443
|
},
|
22892
23444
|
"sms-voice" : {
|
22893
23445
|
"endpoints" : {
|
22894
|
-
"af-south-1" : {
|
22895
|
-
|
22896
|
-
|
22897
|
-
|
22898
|
-
|
22899
|
-
|
22900
|
-
"ap-
|
22901
|
-
|
22902
|
-
|
22903
|
-
|
23446
|
+
"af-south-1" : {
|
23447
|
+
"variants" : [ {
|
23448
|
+
"hostname" : "sms-voice.af-south-1.api.aws",
|
23449
|
+
"tags" : [ "dualstack" ]
|
23450
|
+
} ]
|
23451
|
+
},
|
23452
|
+
"ap-northeast-1" : {
|
23453
|
+
"variants" : [ {
|
23454
|
+
"hostname" : "sms-voice.ap-northeast-1.api.aws",
|
23455
|
+
"tags" : [ "dualstack" ]
|
23456
|
+
} ]
|
23457
|
+
},
|
23458
|
+
"ap-northeast-2" : {
|
23459
|
+
"variants" : [ {
|
23460
|
+
"hostname" : "sms-voice.ap-northeast-2.api.aws",
|
23461
|
+
"tags" : [ "dualstack" ]
|
23462
|
+
} ]
|
23463
|
+
},
|
23464
|
+
"ap-northeast-3" : {
|
23465
|
+
"variants" : [ {
|
23466
|
+
"hostname" : "sms-voice.ap-northeast-3.api.aws",
|
23467
|
+
"tags" : [ "dualstack" ]
|
23468
|
+
} ]
|
23469
|
+
},
|
23470
|
+
"ap-south-1" : {
|
23471
|
+
"variants" : [ {
|
23472
|
+
"hostname" : "sms-voice.ap-south-1.api.aws",
|
23473
|
+
"tags" : [ "dualstack" ]
|
23474
|
+
} ]
|
23475
|
+
},
|
23476
|
+
"ap-south-2" : {
|
23477
|
+
"variants" : [ {
|
23478
|
+
"hostname" : "sms-voice.ap-south-2.api.aws",
|
23479
|
+
"tags" : [ "dualstack" ]
|
23480
|
+
} ]
|
23481
|
+
},
|
23482
|
+
"ap-southeast-1" : {
|
23483
|
+
"variants" : [ {
|
23484
|
+
"hostname" : "sms-voice.ap-southeast-1.api.aws",
|
23485
|
+
"tags" : [ "dualstack" ]
|
23486
|
+
} ]
|
23487
|
+
},
|
23488
|
+
"ap-southeast-2" : {
|
23489
|
+
"variants" : [ {
|
23490
|
+
"hostname" : "sms-voice.ap-southeast-2.api.aws",
|
23491
|
+
"tags" : [ "dualstack" ]
|
23492
|
+
} ]
|
23493
|
+
},
|
23494
|
+
"ap-southeast-3" : {
|
23495
|
+
"variants" : [ {
|
23496
|
+
"hostname" : "sms-voice.ap-southeast-3.api.aws",
|
23497
|
+
"tags" : [ "dualstack" ]
|
23498
|
+
} ]
|
23499
|
+
},
|
23500
|
+
"ap-southeast-4" : {
|
23501
|
+
"variants" : [ {
|
23502
|
+
"hostname" : "sms-voice.ap-southeast-4.api.aws",
|
23503
|
+
"tags" : [ "dualstack" ]
|
23504
|
+
} ]
|
23505
|
+
},
|
22904
23506
|
"ca-central-1" : {
|
22905
23507
|
"variants" : [ {
|
22906
23508
|
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
|
22907
23509
|
"tags" : [ "fips" ]
|
23510
|
+
}, {
|
23511
|
+
"hostname" : "sms-voice-fips.ca-central-1.api.aws",
|
23512
|
+
"tags" : [ "dualstack", "fips" ]
|
23513
|
+
}, {
|
23514
|
+
"hostname" : "sms-voice.ca-central-1.api.aws",
|
23515
|
+
"tags" : [ "dualstack" ]
|
22908
23516
|
} ]
|
22909
23517
|
},
|
22910
23518
|
"ca-west-1" : {
|
22911
23519
|
"variants" : [ {
|
22912
23520
|
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
|
22913
23521
|
"tags" : [ "fips" ]
|
23522
|
+
}, {
|
23523
|
+
"hostname" : "sms-voice-fips.ca-west-1.api.aws",
|
23524
|
+
"tags" : [ "dualstack", "fips" ]
|
23525
|
+
}, {
|
23526
|
+
"hostname" : "sms-voice.ca-west-1.api.aws",
|
23527
|
+
"tags" : [ "dualstack" ]
|
23528
|
+
} ]
|
23529
|
+
},
|
23530
|
+
"eu-central-1" : {
|
23531
|
+
"variants" : [ {
|
23532
|
+
"hostname" : "sms-voice.eu-central-1.api.aws",
|
23533
|
+
"tags" : [ "dualstack" ]
|
23534
|
+
} ]
|
23535
|
+
},
|
23536
|
+
"eu-central-2" : {
|
23537
|
+
"variants" : [ {
|
23538
|
+
"hostname" : "sms-voice.eu-central-2.api.aws",
|
23539
|
+
"tags" : [ "dualstack" ]
|
23540
|
+
} ]
|
23541
|
+
},
|
23542
|
+
"eu-north-1" : {
|
23543
|
+
"variants" : [ {
|
23544
|
+
"hostname" : "sms-voice.eu-north-1.api.aws",
|
23545
|
+
"tags" : [ "dualstack" ]
|
23546
|
+
} ]
|
23547
|
+
},
|
23548
|
+
"eu-south-1" : {
|
23549
|
+
"variants" : [ {
|
23550
|
+
"hostname" : "sms-voice.eu-south-1.api.aws",
|
23551
|
+
"tags" : [ "dualstack" ]
|
23552
|
+
} ]
|
23553
|
+
},
|
23554
|
+
"eu-south-2" : {
|
23555
|
+
"variants" : [ {
|
23556
|
+
"hostname" : "sms-voice.eu-south-2.api.aws",
|
23557
|
+
"tags" : [ "dualstack" ]
|
23558
|
+
} ]
|
23559
|
+
},
|
23560
|
+
"eu-west-1" : {
|
23561
|
+
"variants" : [ {
|
23562
|
+
"hostname" : "sms-voice.eu-west-1.api.aws",
|
23563
|
+
"tags" : [ "dualstack" ]
|
23564
|
+
} ]
|
23565
|
+
},
|
23566
|
+
"eu-west-2" : {
|
23567
|
+
"variants" : [ {
|
23568
|
+
"hostname" : "sms-voice.eu-west-2.api.aws",
|
23569
|
+
"tags" : [ "dualstack" ]
|
23570
|
+
} ]
|
23571
|
+
},
|
23572
|
+
"eu-west-3" : {
|
23573
|
+
"variants" : [ {
|
23574
|
+
"hostname" : "sms-voice.eu-west-3.api.aws",
|
23575
|
+
"tags" : [ "dualstack" ]
|
22914
23576
|
} ]
|
22915
23577
|
},
|
22916
|
-
"eu-central-1" : { },
|
22917
|
-
"eu-central-2" : { },
|
22918
|
-
"eu-north-1" : { },
|
22919
|
-
"eu-south-1" : { },
|
22920
|
-
"eu-south-2" : { },
|
22921
|
-
"eu-west-1" : { },
|
22922
|
-
"eu-west-2" : { },
|
22923
|
-
"eu-west-3" : { },
|
22924
23578
|
"fips-ca-central-1" : {
|
22925
23579
|
"credentialScope" : {
|
22926
23580
|
"region" : "ca-central-1"
|
@@ -22963,32 +23617,76 @@
|
|
22963
23617
|
"deprecated" : true,
|
22964
23618
|
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
|
22965
23619
|
},
|
22966
|
-
"il-central-1" : {
|
22967
|
-
|
22968
|
-
|
22969
|
-
|
23620
|
+
"il-central-1" : {
|
23621
|
+
"variants" : [ {
|
23622
|
+
"hostname" : "sms-voice.il-central-1.api.aws",
|
23623
|
+
"tags" : [ "dualstack" ]
|
23624
|
+
} ]
|
23625
|
+
},
|
23626
|
+
"me-central-1" : {
|
23627
|
+
"variants" : [ {
|
23628
|
+
"hostname" : "sms-voice.me-central-1.api.aws",
|
23629
|
+
"tags" : [ "dualstack" ]
|
23630
|
+
} ]
|
23631
|
+
},
|
23632
|
+
"me-south-1" : {
|
23633
|
+
"variants" : [ {
|
23634
|
+
"hostname" : "sms-voice.me-south-1.api.aws",
|
23635
|
+
"tags" : [ "dualstack" ]
|
23636
|
+
} ]
|
23637
|
+
},
|
23638
|
+
"sa-east-1" : {
|
23639
|
+
"variants" : [ {
|
23640
|
+
"hostname" : "sms-voice.sa-east-1.api.aws",
|
23641
|
+
"tags" : [ "dualstack" ]
|
23642
|
+
} ]
|
23643
|
+
},
|
22970
23644
|
"us-east-1" : {
|
22971
23645
|
"variants" : [ {
|
22972
23646
|
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
|
22973
23647
|
"tags" : [ "fips" ]
|
23648
|
+
}, {
|
23649
|
+
"hostname" : "sms-voice-fips.us-east-1.api.aws",
|
23650
|
+
"tags" : [ "dualstack", "fips" ]
|
23651
|
+
}, {
|
23652
|
+
"hostname" : "sms-voice.us-east-1.api.aws",
|
23653
|
+
"tags" : [ "dualstack" ]
|
22974
23654
|
} ]
|
22975
23655
|
},
|
22976
23656
|
"us-east-2" : {
|
22977
23657
|
"variants" : [ {
|
22978
23658
|
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
|
22979
23659
|
"tags" : [ "fips" ]
|
23660
|
+
}, {
|
23661
|
+
"hostname" : "sms-voice-fips.us-east-2.api.aws",
|
23662
|
+
"tags" : [ "dualstack", "fips" ]
|
23663
|
+
}, {
|
23664
|
+
"hostname" : "sms-voice.us-east-2.api.aws",
|
23665
|
+
"tags" : [ "dualstack" ]
|
22980
23666
|
} ]
|
22981
23667
|
},
|
22982
23668
|
"us-west-1" : {
|
22983
23669
|
"variants" : [ {
|
22984
23670
|
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
|
22985
23671
|
"tags" : [ "fips" ]
|
23672
|
+
}, {
|
23673
|
+
"hostname" : "sms-voice-fips.us-west-1.api.aws",
|
23674
|
+
"tags" : [ "dualstack", "fips" ]
|
23675
|
+
}, {
|
23676
|
+
"hostname" : "sms-voice.us-west-1.api.aws",
|
23677
|
+
"tags" : [ "dualstack" ]
|
22986
23678
|
} ]
|
22987
23679
|
},
|
22988
23680
|
"us-west-2" : {
|
22989
23681
|
"variants" : [ {
|
22990
23682
|
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
|
22991
23683
|
"tags" : [ "fips" ]
|
23684
|
+
}, {
|
23685
|
+
"hostname" : "sms-voice-fips.us-west-2.api.aws",
|
23686
|
+
"tags" : [ "dualstack", "fips" ]
|
23687
|
+
}, {
|
23688
|
+
"hostname" : "sms-voice.us-west-2.api.aws",
|
23689
|
+
"tags" : [ "dualstack" ]
|
22992
23690
|
} ]
|
22993
23691
|
}
|
22994
23692
|
}
|
@@ -23689,39 +24387,150 @@
|
|
23689
24387
|
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
23690
24388
|
},
|
23691
24389
|
"endpoints" : {
|
23692
|
-
"af-south-1" : {
|
23693
|
-
|
23694
|
-
|
23695
|
-
|
23696
|
-
|
23697
|
-
|
23698
|
-
"ap-
|
23699
|
-
|
23700
|
-
|
23701
|
-
|
23702
|
-
|
23703
|
-
|
23704
|
-
"ap-
|
24390
|
+
"af-south-1" : {
|
24391
|
+
"variants" : [ {
|
24392
|
+
"hostname" : "sqs.af-south-1.api.aws",
|
24393
|
+
"tags" : [ "dualstack" ]
|
24394
|
+
} ]
|
24395
|
+
},
|
24396
|
+
"ap-east-1" : {
|
24397
|
+
"variants" : [ {
|
24398
|
+
"hostname" : "sqs.ap-east-1.api.aws",
|
24399
|
+
"tags" : [ "dualstack" ]
|
24400
|
+
} ]
|
24401
|
+
},
|
24402
|
+
"ap-northeast-1" : {
|
24403
|
+
"variants" : [ {
|
24404
|
+
"hostname" : "sqs.ap-northeast-1.api.aws",
|
24405
|
+
"tags" : [ "dualstack" ]
|
24406
|
+
} ]
|
24407
|
+
},
|
24408
|
+
"ap-northeast-2" : {
|
24409
|
+
"variants" : [ {
|
24410
|
+
"hostname" : "sqs.ap-northeast-2.api.aws",
|
24411
|
+
"tags" : [ "dualstack" ]
|
24412
|
+
} ]
|
24413
|
+
},
|
24414
|
+
"ap-northeast-3" : {
|
24415
|
+
"variants" : [ {
|
24416
|
+
"hostname" : "sqs.ap-northeast-3.api.aws",
|
24417
|
+
"tags" : [ "dualstack" ]
|
24418
|
+
} ]
|
24419
|
+
},
|
24420
|
+
"ap-south-1" : {
|
24421
|
+
"variants" : [ {
|
24422
|
+
"hostname" : "sqs.ap-south-1.api.aws",
|
24423
|
+
"tags" : [ "dualstack" ]
|
24424
|
+
} ]
|
24425
|
+
},
|
24426
|
+
"ap-south-2" : {
|
24427
|
+
"variants" : [ {
|
24428
|
+
"hostname" : "sqs.ap-south-2.api.aws",
|
24429
|
+
"tags" : [ "dualstack" ]
|
24430
|
+
} ]
|
24431
|
+
},
|
24432
|
+
"ap-southeast-1" : {
|
24433
|
+
"variants" : [ {
|
24434
|
+
"hostname" : "sqs.ap-southeast-1.api.aws",
|
24435
|
+
"tags" : [ "dualstack" ]
|
24436
|
+
} ]
|
24437
|
+
},
|
24438
|
+
"ap-southeast-2" : {
|
24439
|
+
"variants" : [ {
|
24440
|
+
"hostname" : "sqs.ap-southeast-2.api.aws",
|
24441
|
+
"tags" : [ "dualstack" ]
|
24442
|
+
} ]
|
24443
|
+
},
|
24444
|
+
"ap-southeast-3" : {
|
24445
|
+
"variants" : [ {
|
24446
|
+
"hostname" : "sqs.ap-southeast-3.api.aws",
|
24447
|
+
"tags" : [ "dualstack" ]
|
24448
|
+
} ]
|
24449
|
+
},
|
24450
|
+
"ap-southeast-4" : {
|
24451
|
+
"variants" : [ {
|
24452
|
+
"hostname" : "sqs.ap-southeast-4.api.aws",
|
24453
|
+
"tags" : [ "dualstack" ]
|
24454
|
+
} ]
|
24455
|
+
},
|
24456
|
+
"ap-southeast-5" : {
|
24457
|
+
"variants" : [ {
|
24458
|
+
"hostname" : "sqs.ap-southeast-5.api.aws",
|
24459
|
+
"tags" : [ "dualstack" ]
|
24460
|
+
} ]
|
24461
|
+
},
|
24462
|
+
"ap-southeast-7" : {
|
24463
|
+
"variants" : [ {
|
24464
|
+
"hostname" : "sqs.ap-southeast-7.api.aws",
|
24465
|
+
"tags" : [ "dualstack" ]
|
24466
|
+
} ]
|
24467
|
+
},
|
23705
24468
|
"ca-central-1" : {
|
23706
24469
|
"variants" : [ {
|
23707
24470
|
"hostname" : "sqs-fips.ca-central-1.amazonaws.com",
|
23708
24471
|
"tags" : [ "fips" ]
|
24472
|
+
}, {
|
24473
|
+
"hostname" : "sqs.ca-central-1.api.aws",
|
24474
|
+
"tags" : [ "dualstack" ]
|
23709
24475
|
} ]
|
23710
24476
|
},
|
23711
24477
|
"ca-west-1" : {
|
23712
24478
|
"variants" : [ {
|
23713
24479
|
"hostname" : "sqs-fips.ca-west-1.amazonaws.com",
|
23714
24480
|
"tags" : [ "fips" ]
|
24481
|
+
}, {
|
24482
|
+
"hostname" : "sqs.ca-west-1.api.aws",
|
24483
|
+
"tags" : [ "dualstack" ]
|
24484
|
+
} ]
|
24485
|
+
},
|
24486
|
+
"eu-central-1" : {
|
24487
|
+
"variants" : [ {
|
24488
|
+
"hostname" : "sqs.eu-central-1.api.aws",
|
24489
|
+
"tags" : [ "dualstack" ]
|
24490
|
+
} ]
|
24491
|
+
},
|
24492
|
+
"eu-central-2" : {
|
24493
|
+
"variants" : [ {
|
24494
|
+
"hostname" : "sqs.eu-central-2.api.aws",
|
24495
|
+
"tags" : [ "dualstack" ]
|
24496
|
+
} ]
|
24497
|
+
},
|
24498
|
+
"eu-north-1" : {
|
24499
|
+
"variants" : [ {
|
24500
|
+
"hostname" : "sqs.eu-north-1.api.aws",
|
24501
|
+
"tags" : [ "dualstack" ]
|
24502
|
+
} ]
|
24503
|
+
},
|
24504
|
+
"eu-south-1" : {
|
24505
|
+
"variants" : [ {
|
24506
|
+
"hostname" : "sqs.eu-south-1.api.aws",
|
24507
|
+
"tags" : [ "dualstack" ]
|
24508
|
+
} ]
|
24509
|
+
},
|
24510
|
+
"eu-south-2" : {
|
24511
|
+
"variants" : [ {
|
24512
|
+
"hostname" : "sqs.eu-south-2.api.aws",
|
24513
|
+
"tags" : [ "dualstack" ]
|
24514
|
+
} ]
|
24515
|
+
},
|
24516
|
+
"eu-west-1" : {
|
24517
|
+
"variants" : [ {
|
24518
|
+
"hostname" : "sqs.eu-west-1.api.aws",
|
24519
|
+
"tags" : [ "dualstack" ]
|
24520
|
+
} ]
|
24521
|
+
},
|
24522
|
+
"eu-west-2" : {
|
24523
|
+
"variants" : [ {
|
24524
|
+
"hostname" : "sqs.eu-west-2.api.aws",
|
24525
|
+
"tags" : [ "dualstack" ]
|
24526
|
+
} ]
|
24527
|
+
},
|
24528
|
+
"eu-west-3" : {
|
24529
|
+
"variants" : [ {
|
24530
|
+
"hostname" : "sqs.eu-west-3.api.aws",
|
24531
|
+
"tags" : [ "dualstack" ]
|
23715
24532
|
} ]
|
23716
24533
|
},
|
23717
|
-
"eu-central-1" : { },
|
23718
|
-
"eu-central-2" : { },
|
23719
|
-
"eu-north-1" : { },
|
23720
|
-
"eu-south-1" : { },
|
23721
|
-
"eu-south-2" : { },
|
23722
|
-
"eu-west-1" : { },
|
23723
|
-
"eu-west-2" : { },
|
23724
|
-
"eu-west-3" : { },
|
23725
24534
|
"fips-ca-central-1" : {
|
23726
24535
|
"credentialScope" : {
|
23727
24536
|
"region" : "ca-central-1"
|
@@ -23764,34 +24573,71 @@
|
|
23764
24573
|
"deprecated" : true,
|
23765
24574
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
|
23766
24575
|
},
|
23767
|
-
"il-central-1" : {
|
23768
|
-
|
23769
|
-
|
23770
|
-
|
23771
|
-
|
24576
|
+
"il-central-1" : {
|
24577
|
+
"variants" : [ {
|
24578
|
+
"hostname" : "sqs.il-central-1.api.aws",
|
24579
|
+
"tags" : [ "dualstack" ]
|
24580
|
+
} ]
|
24581
|
+
},
|
24582
|
+
"me-central-1" : {
|
24583
|
+
"variants" : [ {
|
24584
|
+
"hostname" : "sqs.me-central-1.api.aws",
|
24585
|
+
"tags" : [ "dualstack" ]
|
24586
|
+
} ]
|
24587
|
+
},
|
24588
|
+
"me-south-1" : {
|
24589
|
+
"variants" : [ {
|
24590
|
+
"hostname" : "sqs.me-south-1.api.aws",
|
24591
|
+
"tags" : [ "dualstack" ]
|
24592
|
+
} ]
|
24593
|
+
},
|
24594
|
+
"mx-central-1" : {
|
24595
|
+
"variants" : [ {
|
24596
|
+
"hostname" : "sqs.mx-central-1.api.aws",
|
24597
|
+
"tags" : [ "dualstack" ]
|
24598
|
+
} ]
|
24599
|
+
},
|
24600
|
+
"sa-east-1" : {
|
24601
|
+
"variants" : [ {
|
24602
|
+
"hostname" : "sqs.sa-east-1.api.aws",
|
24603
|
+
"tags" : [ "dualstack" ]
|
24604
|
+
} ]
|
24605
|
+
},
|
23772
24606
|
"us-east-1" : {
|
23773
24607
|
"sslCommonName" : "queue.{dnsSuffix}",
|
23774
24608
|
"variants" : [ {
|
23775
24609
|
"hostname" : "sqs-fips.us-east-1.amazonaws.com",
|
23776
24610
|
"tags" : [ "fips" ]
|
24611
|
+
}, {
|
24612
|
+
"hostname" : "sqs.us-east-1.api.aws",
|
24613
|
+
"tags" : [ "dualstack" ]
|
23777
24614
|
} ]
|
23778
24615
|
},
|
23779
24616
|
"us-east-2" : {
|
23780
24617
|
"variants" : [ {
|
23781
24618
|
"hostname" : "sqs-fips.us-east-2.amazonaws.com",
|
23782
24619
|
"tags" : [ "fips" ]
|
24620
|
+
}, {
|
24621
|
+
"hostname" : "sqs.us-east-2.api.aws",
|
24622
|
+
"tags" : [ "dualstack" ]
|
23783
24623
|
} ]
|
23784
24624
|
},
|
23785
24625
|
"us-west-1" : {
|
23786
24626
|
"variants" : [ {
|
23787
24627
|
"hostname" : "sqs-fips.us-west-1.amazonaws.com",
|
23788
24628
|
"tags" : [ "fips" ]
|
24629
|
+
}, {
|
24630
|
+
"hostname" : "sqs.us-west-1.api.aws",
|
24631
|
+
"tags" : [ "dualstack" ]
|
23789
24632
|
} ]
|
23790
24633
|
},
|
23791
24634
|
"us-west-2" : {
|
23792
24635
|
"variants" : [ {
|
23793
24636
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com",
|
23794
24637
|
"tags" : [ "fips" ]
|
24638
|
+
}, {
|
24639
|
+
"hostname" : "sqs.us-west-2.api.aws",
|
24640
|
+
"tags" : [ "dualstack" ]
|
23795
24641
|
} ]
|
23796
24642
|
}
|
23797
24643
|
}
|
@@ -25661,21 +26507,72 @@
|
|
25661
26507
|
},
|
25662
26508
|
"transcribestreaming" : {
|
25663
26509
|
"endpoints" : {
|
25664
|
-
"af-south-1" : {
|
25665
|
-
|
25666
|
-
|
25667
|
-
|
25668
|
-
|
25669
|
-
|
26510
|
+
"af-south-1" : {
|
26511
|
+
"variants" : [ {
|
26512
|
+
"hostname" : "transcribestreaming.af-south-1.api.aws",
|
26513
|
+
"tags" : [ "dualstack" ]
|
26514
|
+
} ]
|
26515
|
+
},
|
26516
|
+
"ap-northeast-1" : {
|
26517
|
+
"variants" : [ {
|
26518
|
+
"hostname" : "transcribestreaming.ap-northeast-1.api.aws",
|
26519
|
+
"tags" : [ "dualstack" ]
|
26520
|
+
} ]
|
26521
|
+
},
|
26522
|
+
"ap-northeast-2" : {
|
26523
|
+
"variants" : [ {
|
26524
|
+
"hostname" : "transcribestreaming.ap-northeast-2.api.aws",
|
26525
|
+
"tags" : [ "dualstack" ]
|
26526
|
+
} ]
|
26527
|
+
},
|
26528
|
+
"ap-south-1" : {
|
26529
|
+
"variants" : [ {
|
26530
|
+
"hostname" : "transcribestreaming.ap-south-1.api.aws",
|
26531
|
+
"tags" : [ "dualstack" ]
|
26532
|
+
} ]
|
26533
|
+
},
|
26534
|
+
"ap-southeast-1" : {
|
26535
|
+
"variants" : [ {
|
26536
|
+
"hostname" : "transcribestreaming.ap-southeast-1.api.aws",
|
26537
|
+
"tags" : [ "dualstack" ]
|
26538
|
+
} ]
|
26539
|
+
},
|
26540
|
+
"ap-southeast-2" : {
|
26541
|
+
"variants" : [ {
|
26542
|
+
"hostname" : "transcribestreaming.ap-southeast-2.api.aws",
|
26543
|
+
"tags" : [ "dualstack" ]
|
26544
|
+
} ]
|
26545
|
+
},
|
25670
26546
|
"ca-central-1" : {
|
25671
26547
|
"variants" : [ {
|
25672
26548
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
25673
26549
|
"tags" : [ "fips" ]
|
26550
|
+
}, {
|
26551
|
+
"hostname" : "transcribestreaming-fips.ca-central-1.api.aws",
|
26552
|
+
"tags" : [ "dualstack", "fips" ]
|
26553
|
+
}, {
|
26554
|
+
"hostname" : "transcribestreaming.ca-central-1.api.aws",
|
26555
|
+
"tags" : [ "dualstack" ]
|
26556
|
+
} ]
|
26557
|
+
},
|
26558
|
+
"eu-central-1" : {
|
26559
|
+
"variants" : [ {
|
26560
|
+
"hostname" : "transcribestreaming.eu-central-1.api.aws",
|
26561
|
+
"tags" : [ "dualstack" ]
|
26562
|
+
} ]
|
26563
|
+
},
|
26564
|
+
"eu-west-1" : {
|
26565
|
+
"variants" : [ {
|
26566
|
+
"hostname" : "transcribestreaming.eu-west-1.api.aws",
|
26567
|
+
"tags" : [ "dualstack" ]
|
26568
|
+
} ]
|
26569
|
+
},
|
26570
|
+
"eu-west-2" : {
|
26571
|
+
"variants" : [ {
|
26572
|
+
"hostname" : "transcribestreaming.eu-west-2.api.aws",
|
26573
|
+
"tags" : [ "dualstack" ]
|
25674
26574
|
} ]
|
25675
26575
|
},
|
25676
|
-
"eu-central-1" : { },
|
25677
|
-
"eu-west-1" : { },
|
25678
|
-
"eu-west-2" : { },
|
25679
26576
|
"fips-ca-central-1" : {
|
25680
26577
|
"credentialScope" : {
|
25681
26578
|
"region" : "ca-central-1"
|
@@ -25704,23 +26601,46 @@
|
|
25704
26601
|
"deprecated" : true,
|
25705
26602
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
25706
26603
|
},
|
25707
|
-
"sa-east-1" : {
|
26604
|
+
"sa-east-1" : {
|
26605
|
+
"variants" : [ {
|
26606
|
+
"hostname" : "transcribestreaming.sa-east-1.api.aws",
|
26607
|
+
"tags" : [ "dualstack" ]
|
26608
|
+
} ]
|
26609
|
+
},
|
25708
26610
|
"us-east-1" : {
|
25709
26611
|
"variants" : [ {
|
25710
26612
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
25711
26613
|
"tags" : [ "fips" ]
|
26614
|
+
}, {
|
26615
|
+
"hostname" : "transcribestreaming-fips.us-east-1.api.aws",
|
26616
|
+
"tags" : [ "dualstack", "fips" ]
|
26617
|
+
}, {
|
26618
|
+
"hostname" : "transcribestreaming.us-east-1.api.aws",
|
26619
|
+
"tags" : [ "dualstack" ]
|
25712
26620
|
} ]
|
25713
26621
|
},
|
25714
26622
|
"us-east-2" : {
|
25715
26623
|
"variants" : [ {
|
25716
26624
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
25717
26625
|
"tags" : [ "fips" ]
|
26626
|
+
}, {
|
26627
|
+
"hostname" : "transcribestreaming-fips.us-east-2.api.aws",
|
26628
|
+
"tags" : [ "dualstack", "fips" ]
|
26629
|
+
}, {
|
26630
|
+
"hostname" : "transcribestreaming.us-east-2.api.aws",
|
26631
|
+
"tags" : [ "dualstack" ]
|
25718
26632
|
} ]
|
25719
26633
|
},
|
25720
26634
|
"us-west-2" : {
|
25721
26635
|
"variants" : [ {
|
25722
26636
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
25723
26637
|
"tags" : [ "fips" ]
|
26638
|
+
}, {
|
26639
|
+
"hostname" : "transcribestreaming-fips.us-west-2.api.aws",
|
26640
|
+
"tags" : [ "dualstack", "fips" ]
|
26641
|
+
}, {
|
26642
|
+
"hostname" : "transcribestreaming.us-west-2.api.aws",
|
26643
|
+
"tags" : [ "dualstack" ]
|
25724
26644
|
} ]
|
25725
26645
|
}
|
25726
26646
|
}
|
@@ -27767,16 +28687,16 @@
|
|
27767
28687
|
"applicationinsights" : {
|
27768
28688
|
"endpoints" : {
|
27769
28689
|
"cn-north-1" : {
|
27770
|
-
"
|
27771
|
-
"
|
27772
|
-
|
27773
|
-
|
28690
|
+
"variants" : [ {
|
28691
|
+
"hostname" : "applicationinsights.cn-north-1.api.amazonwebservices.com.cn",
|
28692
|
+
"tags" : [ "dualstack" ]
|
28693
|
+
} ]
|
27774
28694
|
},
|
27775
28695
|
"cn-northwest-1" : {
|
27776
|
-
"
|
27777
|
-
"
|
27778
|
-
|
27779
|
-
|
28696
|
+
"variants" : [ {
|
28697
|
+
"hostname" : "applicationinsights.cn-northwest-1.api.amazonwebservices.com.cn",
|
28698
|
+
"tags" : [ "dualstack" ]
|
28699
|
+
} ]
|
27780
28700
|
}
|
27781
28701
|
}
|
27782
28702
|
},
|
@@ -28287,8 +29207,18 @@
|
|
28287
29207
|
},
|
28288
29208
|
"events" : {
|
28289
29209
|
"endpoints" : {
|
28290
|
-
"cn-north-1" : {
|
28291
|
-
|
29210
|
+
"cn-north-1" : {
|
29211
|
+
"variants" : [ {
|
29212
|
+
"hostname" : "events.cn-north-1.api.amazonwebservices.com.cn",
|
29213
|
+
"tags" : [ "dualstack" ]
|
29214
|
+
} ]
|
29215
|
+
},
|
29216
|
+
"cn-northwest-1" : {
|
29217
|
+
"variants" : [ {
|
29218
|
+
"hostname" : "events.cn-northwest-1.api.amazonwebservices.com.cn",
|
29219
|
+
"tags" : [ "dualstack" ]
|
29220
|
+
} ]
|
29221
|
+
}
|
28292
29222
|
}
|
28293
29223
|
},
|
28294
29224
|
"firehose" : {
|
@@ -29120,8 +30050,18 @@
|
|
29120
30050
|
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
29121
30051
|
},
|
29122
30052
|
"endpoints" : {
|
29123
|
-
"cn-north-1" : {
|
29124
|
-
|
30053
|
+
"cn-north-1" : {
|
30054
|
+
"variants" : [ {
|
30055
|
+
"hostname" : "sqs.cn-north-1.api.amazonwebservices.com.cn",
|
30056
|
+
"tags" : [ "dualstack" ]
|
30057
|
+
} ]
|
30058
|
+
},
|
30059
|
+
"cn-northwest-1" : {
|
30060
|
+
"variants" : [ {
|
30061
|
+
"hostname" : "sqs.cn-northwest-1.api.amazonwebservices.com.cn",
|
30062
|
+
"tags" : [ "dualstack" ]
|
30063
|
+
} ]
|
30064
|
+
}
|
29125
30065
|
}
|
29126
30066
|
},
|
29127
30067
|
"ssm" : {
|
@@ -29244,8 +30184,18 @@
|
|
29244
30184
|
},
|
29245
30185
|
"transcribestreaming" : {
|
29246
30186
|
"endpoints" : {
|
29247
|
-
"cn-north-1" : {
|
29248
|
-
|
30187
|
+
"cn-north-1" : {
|
30188
|
+
"variants" : [ {
|
30189
|
+
"hostname" : "transcribestreaming.cn-north-1.api.amazonwebservices.com.cn",
|
30190
|
+
"tags" : [ "dualstack" ]
|
30191
|
+
} ]
|
30192
|
+
},
|
30193
|
+
"cn-northwest-1" : {
|
30194
|
+
"variants" : [ {
|
30195
|
+
"hostname" : "transcribestreaming.cn-northwest-1.api.amazonwebservices.com.cn",
|
30196
|
+
"tags" : [ "dualstack" ]
|
30197
|
+
} ]
|
30198
|
+
}
|
29249
30199
|
}
|
29250
30200
|
},
|
29251
30201
|
"transfer" : {
|
@@ -29835,17 +30785,43 @@
|
|
29835
30785
|
},
|
29836
30786
|
"applicationinsights" : {
|
29837
30787
|
"endpoints" : {
|
29838
|
-
"us-gov-east-1" : {
|
30788
|
+
"fips-us-gov-east-1" : {
|
29839
30789
|
"credentialScope" : {
|
29840
30790
|
"region" : "us-gov-east-1"
|
29841
30791
|
},
|
29842
|
-
"
|
30792
|
+
"deprecated" : true,
|
30793
|
+
"hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com"
|
29843
30794
|
},
|
29844
|
-
"us-gov-west-1" : {
|
30795
|
+
"fips-us-gov-west-1" : {
|
29845
30796
|
"credentialScope" : {
|
29846
30797
|
"region" : "us-gov-west-1"
|
29847
30798
|
},
|
29848
|
-
"
|
30799
|
+
"deprecated" : true,
|
30800
|
+
"hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com"
|
30801
|
+
},
|
30802
|
+
"us-gov-east-1" : {
|
30803
|
+
"variants" : [ {
|
30804
|
+
"hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com",
|
30805
|
+
"tags" : [ "fips" ]
|
30806
|
+
}, {
|
30807
|
+
"hostname" : "applicationinsights-fips.us-gov-east-1.api.aws",
|
30808
|
+
"tags" : [ "dualstack", "fips" ]
|
30809
|
+
}, {
|
30810
|
+
"hostname" : "applicationinsights.us-gov-east-1.api.aws",
|
30811
|
+
"tags" : [ "dualstack" ]
|
30812
|
+
} ]
|
30813
|
+
},
|
30814
|
+
"us-gov-west-1" : {
|
30815
|
+
"variants" : [ {
|
30816
|
+
"hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com",
|
30817
|
+
"tags" : [ "fips" ]
|
30818
|
+
}, {
|
30819
|
+
"hostname" : "applicationinsights-fips.us-gov-west-1.api.aws",
|
30820
|
+
"tags" : [ "dualstack", "fips" ]
|
30821
|
+
}, {
|
30822
|
+
"hostname" : "applicationinsights.us-gov-west-1.api.aws",
|
30823
|
+
"tags" : [ "dualstack" ]
|
30824
|
+
} ]
|
29849
30825
|
}
|
29850
30826
|
}
|
29851
30827
|
},
|
@@ -30823,8 +31799,14 @@
|
|
30823
31799
|
"endpoints" : {
|
30824
31800
|
"us-gov-east-1" : {
|
30825
31801
|
"variants" : [ {
|
31802
|
+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
31803
|
+
"tags" : [ "dualstack", "fips" ]
|
31804
|
+
}, {
|
30826
31805
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
30827
31806
|
"tags" : [ "fips" ]
|
31807
|
+
}, {
|
31808
|
+
"hostname" : "dlm.us-gov-east-1.api.aws",
|
31809
|
+
"tags" : [ "dualstack" ]
|
30828
31810
|
} ]
|
30829
31811
|
},
|
30830
31812
|
"us-gov-east-1-fips" : {
|
@@ -30836,8 +31818,14 @@
|
|
30836
31818
|
},
|
30837
31819
|
"us-gov-west-1" : {
|
30838
31820
|
"variants" : [ {
|
31821
|
+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
31822
|
+
"tags" : [ "dualstack", "fips" ]
|
31823
|
+
}, {
|
30839
31824
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
30840
31825
|
"tags" : [ "fips" ]
|
31826
|
+
}, {
|
31827
|
+
"hostname" : "dlm.us-gov-west-1.api.aws",
|
31828
|
+
"tags" : [ "dualstack" ]
|
30841
31829
|
} ]
|
30842
31830
|
},
|
30843
31831
|
"us-gov-west-1-fips" : {
|
@@ -32810,6 +33798,12 @@
|
|
32810
33798
|
"variants" : [ {
|
32811
33799
|
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
|
32812
33800
|
"tags" : [ "fips" ]
|
33801
|
+
}, {
|
33802
|
+
"hostname" : "networkmanager.us-gov-west-1.api.aws",
|
33803
|
+
"tags" : [ "dualstack" ]
|
33804
|
+
}, {
|
33805
|
+
"hostname" : "networkmanager.us-gov-west-1.api.aws",
|
33806
|
+
"tags" : [ "dualstack", "fips" ]
|
32813
33807
|
} ]
|
32814
33808
|
},
|
32815
33809
|
"fips-aws-us-gov-global" : {
|
@@ -33426,12 +34420,18 @@
|
|
33426
34420
|
"endpoints" : {
|
33427
34421
|
"us-gov-east-1" : {
|
33428
34422
|
"variants" : [ {
|
34423
|
+
"hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
|
34424
|
+
"tags" : [ "dualstack", "fips" ]
|
34425
|
+
}, {
|
33429
34426
|
"hostname" : "route53profiles.us-gov-east-1.api.aws",
|
33430
34427
|
"tags" : [ "dualstack" ]
|
33431
34428
|
} ]
|
33432
34429
|
},
|
33433
34430
|
"us-gov-west-1" : {
|
33434
34431
|
"variants" : [ {
|
34432
|
+
"hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
|
34433
|
+
"tags" : [ "dualstack", "fips" ]
|
34434
|
+
}, {
|
33435
34435
|
"hostname" : "route53profiles.us-gov-west-1.api.aws",
|
33436
34436
|
"tags" : [ "dualstack" ]
|
33437
34437
|
} ]
|
@@ -33740,6 +34740,9 @@
|
|
33740
34740
|
"variants" : [ {
|
33741
34741
|
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
|
33742
34742
|
"tags" : [ "fips" ]
|
34743
|
+
}, {
|
34744
|
+
"hostname" : "securitylake.us-gov-east-1.api.aws",
|
34745
|
+
"tags" : [ "dualstack", "fips" ]
|
33743
34746
|
} ]
|
33744
34747
|
},
|
33745
34748
|
"us-gov-east-1-fips" : {
|
@@ -33753,6 +34756,9 @@
|
|
33753
34756
|
"variants" : [ {
|
33754
34757
|
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
|
33755
34758
|
"tags" : [ "fips" ]
|
34759
|
+
}, {
|
34760
|
+
"hostname" : "securitylake.us-gov-west-1.api.aws",
|
34761
|
+
"tags" : [ "dualstack", "fips" ]
|
33756
34762
|
} ]
|
33757
34763
|
},
|
33758
34764
|
"us-gov-west-1-fips" : {
|
@@ -34058,12 +35064,24 @@
|
|
34058
35064
|
"variants" : [ {
|
34059
35065
|
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
|
34060
35066
|
"tags" : [ "fips" ]
|
35067
|
+
}, {
|
35068
|
+
"hostname" : "sms-voice-fips.us-gov-east-1.api.aws",
|
35069
|
+
"tags" : [ "dualstack", "fips" ]
|
35070
|
+
}, {
|
35071
|
+
"hostname" : "sms-voice.us-gov-east-1.api.aws",
|
35072
|
+
"tags" : [ "dualstack" ]
|
34061
35073
|
} ]
|
34062
35074
|
},
|
34063
35075
|
"us-gov-west-1" : {
|
34064
35076
|
"variants" : [ {
|
34065
35077
|
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
|
34066
35078
|
"tags" : [ "fips" ]
|
35079
|
+
}, {
|
35080
|
+
"hostname" : "sms-voice-fips.us-gov-west-1.api.aws",
|
35081
|
+
"tags" : [ "dualstack", "fips" ]
|
35082
|
+
}, {
|
35083
|
+
"hostname" : "sms-voice.us-gov-west-1.api.aws",
|
35084
|
+
"tags" : [ "dualstack" ]
|
34067
35085
|
} ]
|
34068
35086
|
}
|
34069
35087
|
}
|
@@ -34088,12 +35106,24 @@
|
|
34088
35106
|
"variants" : [ {
|
34089
35107
|
"hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
|
34090
35108
|
"tags" : [ "fips" ]
|
35109
|
+
}, {
|
35110
|
+
"hostname" : "snowball-fips.us-gov-east-1.api.aws",
|
35111
|
+
"tags" : [ "dualstack", "fips" ]
|
35112
|
+
}, {
|
35113
|
+
"hostname" : "snowball.us-gov-east-1.api.aws",
|
35114
|
+
"tags" : [ "dualstack" ]
|
34091
35115
|
} ]
|
34092
35116
|
},
|
34093
35117
|
"us-gov-west-1" : {
|
34094
35118
|
"variants" : [ {
|
34095
35119
|
"hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
|
34096
35120
|
"tags" : [ "fips" ]
|
35121
|
+
}, {
|
35122
|
+
"hostname" : "snowball-fips.us-gov-west-1.api.aws",
|
35123
|
+
"tags" : [ "dualstack", "fips" ]
|
35124
|
+
}, {
|
35125
|
+
"hostname" : "snowball.us-gov-west-1.api.aws",
|
35126
|
+
"tags" : [ "dualstack" ]
|
34097
35127
|
} ]
|
34098
35128
|
}
|
34099
35129
|
}
|
@@ -34137,19 +35167,33 @@
|
|
34137
35167
|
} ]
|
34138
35168
|
},
|
34139
35169
|
"endpoints" : {
|
34140
|
-
"us-gov-east-1" : {
|
35170
|
+
"fips-us-gov-east-1" : {
|
34141
35171
|
"credentialScope" : {
|
34142
35172
|
"region" : "us-gov-east-1"
|
34143
35173
|
},
|
35174
|
+
"deprecated" : true,
|
34144
35175
|
"hostname" : "sqs.us-gov-east-1.amazonaws.com"
|
34145
35176
|
},
|
34146
|
-
"us-gov-west-1" : {
|
35177
|
+
"fips-us-gov-west-1" : {
|
34147
35178
|
"credentialScope" : {
|
34148
35179
|
"region" : "us-gov-west-1"
|
34149
35180
|
},
|
34150
|
-
"
|
35181
|
+
"deprecated" : true,
|
35182
|
+
"hostname" : "sqs.us-gov-west-1.amazonaws.com"
|
35183
|
+
},
|
35184
|
+
"us-gov-east-1" : {
|
35185
|
+
"variants" : [ {
|
35186
|
+
"hostname" : "sqs.us-gov-east-1.amazonaws.com",
|
35187
|
+
"tags" : [ "fips" ]
|
35188
|
+
} ]
|
35189
|
+
},
|
35190
|
+
"us-gov-west-1" : {
|
34151
35191
|
"protocols" : [ "http", "https" ],
|
34152
|
-
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
35192
|
+
"sslCommonName" : "{region}.queue.{dnsSuffix}",
|
35193
|
+
"variants" : [ {
|
35194
|
+
"hostname" : "sqs.us-gov-west-1.amazonaws.com",
|
35195
|
+
"tags" : [ "fips" ]
|
35196
|
+
} ]
|
34153
35197
|
}
|
34154
35198
|
}
|
34155
35199
|
},
|
@@ -34570,12 +35614,24 @@
|
|
34570
35614
|
"variants" : [ {
|
34571
35615
|
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
34572
35616
|
"tags" : [ "fips" ]
|
35617
|
+
}, {
|
35618
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.api.aws",
|
35619
|
+
"tags" : [ "dualstack", "fips" ]
|
35620
|
+
}, {
|
35621
|
+
"hostname" : "transcribestreaming.us-gov-east-1.api.aws",
|
35622
|
+
"tags" : [ "dualstack" ]
|
34573
35623
|
} ]
|
34574
35624
|
},
|
34575
35625
|
"us-gov-west-1" : {
|
34576
35626
|
"variants" : [ {
|
34577
35627
|
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
34578
35628
|
"tags" : [ "fips" ]
|
35629
|
+
}, {
|
35630
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.api.aws",
|
35631
|
+
"tags" : [ "dualstack", "fips" ]
|
35632
|
+
}, {
|
35633
|
+
"hostname" : "transcribestreaming.us-gov-west-1.api.aws",
|
35634
|
+
"tags" : [ "dualstack" ]
|
34579
35635
|
} ]
|
34580
35636
|
}
|
34581
35637
|
}
|
@@ -35505,7 +36561,8 @@
|
|
35505
36561
|
},
|
35506
36562
|
"oam" : {
|
35507
36563
|
"endpoints" : {
|
35508
|
-
"us-iso-east-1" : { }
|
36564
|
+
"us-iso-east-1" : { },
|
36565
|
+
"us-iso-west-1" : { }
|
35509
36566
|
}
|
35510
36567
|
},
|
35511
36568
|
"organizations" : {
|
@@ -35813,10 +36870,33 @@
|
|
35813
36870
|
},
|
35814
36871
|
"sqs" : {
|
35815
36872
|
"endpoints" : {
|
36873
|
+
"fips-us-iso-east-1" : {
|
36874
|
+
"credentialScope" : {
|
36875
|
+
"region" : "us-iso-east-1"
|
36876
|
+
},
|
36877
|
+
"deprecated" : true,
|
36878
|
+
"hostname" : "sqs.us-iso-east-1.c2s.ic.gov"
|
36879
|
+
},
|
36880
|
+
"fips-us-iso-west-1" : {
|
36881
|
+
"credentialScope" : {
|
36882
|
+
"region" : "us-iso-west-1"
|
36883
|
+
},
|
36884
|
+
"deprecated" : true,
|
36885
|
+
"hostname" : "sqs.us-iso-west-1.c2s.ic.gov"
|
36886
|
+
},
|
35816
36887
|
"us-iso-east-1" : {
|
35817
|
-
"protocols" : [ "http", "https" ]
|
36888
|
+
"protocols" : [ "http", "https" ],
|
36889
|
+
"variants" : [ {
|
36890
|
+
"hostname" : "sqs.us-iso-east-1.c2s.ic.gov",
|
36891
|
+
"tags" : [ "fips" ]
|
36892
|
+
} ]
|
35818
36893
|
},
|
35819
|
-
"us-iso-west-1" : {
|
36894
|
+
"us-iso-west-1" : {
|
36895
|
+
"variants" : [ {
|
36896
|
+
"hostname" : "sqs.us-iso-west-1.c2s.ic.gov",
|
36897
|
+
"tags" : [ "fips" ]
|
36898
|
+
} ]
|
36899
|
+
}
|
35820
36900
|
}
|
35821
36901
|
},
|
35822
36902
|
"ssm" : {
|
@@ -36647,7 +37727,19 @@
|
|
36647
37727
|
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
36648
37728
|
},
|
36649
37729
|
"endpoints" : {
|
36650
|
-
"us-isob-east-1" : {
|
37730
|
+
"fips-us-isob-east-1" : {
|
37731
|
+
"credentialScope" : {
|
37732
|
+
"region" : "us-isob-east-1"
|
37733
|
+
},
|
37734
|
+
"deprecated" : true,
|
37735
|
+
"hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov"
|
37736
|
+
},
|
37737
|
+
"us-isob-east-1" : {
|
37738
|
+
"variants" : [ {
|
37739
|
+
"hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
|
37740
|
+
"tags" : [ "fips" ]
|
37741
|
+
} ]
|
37742
|
+
}
|
36651
37743
|
}
|
36652
37744
|
},
|
36653
37745
|
"ssm" : {
|
@@ -37426,6 +38518,12 @@
|
|
37426
38518
|
"isRegionalized" : false,
|
37427
38519
|
"partitionEndpoint" : "aws-iso-f-global"
|
37428
38520
|
},
|
38521
|
+
"route53profiles" : {
|
38522
|
+
"endpoints" : {
|
38523
|
+
"us-isof-east-1" : { },
|
38524
|
+
"us-isof-south-1" : { }
|
38525
|
+
}
|
38526
|
+
},
|
37429
38527
|
"route53resolver" : {
|
37430
38528
|
"endpoints" : {
|
37431
38529
|
"us-isof-east-1" : { },
|
@@ -37510,8 +38608,32 @@
|
|
37510
38608
|
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
37511
38609
|
},
|
37512
38610
|
"endpoints" : {
|
37513
|
-
"us-isof-east-1" : {
|
37514
|
-
|
38611
|
+
"fips-us-isof-east-1" : {
|
38612
|
+
"credentialScope" : {
|
38613
|
+
"region" : "us-isof-east-1"
|
38614
|
+
},
|
38615
|
+
"deprecated" : true,
|
38616
|
+
"hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov"
|
38617
|
+
},
|
38618
|
+
"fips-us-isof-south-1" : {
|
38619
|
+
"credentialScope" : {
|
38620
|
+
"region" : "us-isof-south-1"
|
38621
|
+
},
|
38622
|
+
"deprecated" : true,
|
38623
|
+
"hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov"
|
38624
|
+
},
|
38625
|
+
"us-isof-east-1" : {
|
38626
|
+
"variants" : [ {
|
38627
|
+
"hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov",
|
38628
|
+
"tags" : [ "fips" ]
|
38629
|
+
} ]
|
38630
|
+
},
|
38631
|
+
"us-isof-south-1" : {
|
38632
|
+
"variants" : [ {
|
38633
|
+
"hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov",
|
38634
|
+
"tags" : [ "fips" ]
|
38635
|
+
} ]
|
38636
|
+
}
|
37515
38637
|
}
|
37516
38638
|
},
|
37517
38639
|
"ssm" : {
|