aws-partitions 1.1075.0 → 1.1076.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +645 -172
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a88549a347c46de9e0d7aa7d385e47c7ca80770490ff75ad0e7ca16634645f3
4
- data.tar.gz: 46d640d30b6c5b3179c9a102a3082715343f0aa46bcbb2d49e82e237b3dfcdcb
3
+ metadata.gz: 4d67ee4f49efbb0f2a421bdd1ba6dabaa81d7d6bb18ac6bf7c7b976fd12b11e1
4
+ data.tar.gz: c4e8336a92286098c7f3b2fb2b1d78b4e89b5386ca416b2a07ffd00aa42c10ca
5
5
  SHA512:
6
- metadata.gz: 282a6c4e168684b992a349640a6316c3d15979fd6e9061064b7b859d4d9f9f4a547eeb5bf70c846bfcef4f01dad35fc03e31f4df68f06926abe143ef75c2b53f
7
- data.tar.gz: ea0cc36cd2ee3ccac01f2ba0b774d0717bd08267677590c8f0c045d12a4d371a734e9b9bdaa48a2f3c1d4915c341443df901a2fdb6ae0f0909d0ccc4304c34ea
6
+ metadata.gz: 6e74e7373610983670eaa34dba9b498c124a8f53a16389203019c3ad9af177eec1f14799a43fc13e6427e85e2b0f01e182a061ae006d433332940de278d51923
7
+ data.tar.gz: ec38edb7378883526a8284f02d731985435ac4c82627884ab9248eec4e5fb9376783864b0141d59480a573d6d99d0c2b2def393f71a71aed56065368f92b57be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1076.0 (2025-03-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1075.0 (2025-03-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1075.0
1
+ 1.1076.0
data/partitions.json CHANGED
@@ -2219,178 +2219,256 @@
2219
2219
  "applicationinsights" : {
2220
2220
  "endpoints" : {
2221
2221
  "af-south-1" : {
2222
- "credentialScope" : {
2223
- "region" : "af-south-1"
2224
- },
2225
- "hostname" : "applicationinsights.af-south-1.amazonaws.com"
2222
+ "variants" : [ {
2223
+ "hostname" : "applicationinsights.af-south-1.api.aws",
2224
+ "tags" : [ "dualstack" ]
2225
+ } ]
2226
2226
  },
2227
2227
  "ap-east-1" : {
2228
- "credentialScope" : {
2229
- "region" : "ap-east-1"
2230
- },
2231
- "hostname" : "applicationinsights.ap-east-1.amazonaws.com"
2228
+ "variants" : [ {
2229
+ "hostname" : "applicationinsights.ap-east-1.api.aws",
2230
+ "tags" : [ "dualstack" ]
2231
+ } ]
2232
2232
  },
2233
2233
  "ap-northeast-1" : {
2234
- "credentialScope" : {
2235
- "region" : "ap-northeast-1"
2236
- },
2237
- "hostname" : "applicationinsights.ap-northeast-1.amazonaws.com"
2234
+ "variants" : [ {
2235
+ "hostname" : "applicationinsights.ap-northeast-1.api.aws",
2236
+ "tags" : [ "dualstack" ]
2237
+ } ]
2238
2238
  },
2239
2239
  "ap-northeast-2" : {
2240
- "credentialScope" : {
2241
- "region" : "ap-northeast-2"
2242
- },
2243
- "hostname" : "applicationinsights.ap-northeast-2.amazonaws.com"
2240
+ "variants" : [ {
2241
+ "hostname" : "applicationinsights.ap-northeast-2.api.aws",
2242
+ "tags" : [ "dualstack" ]
2243
+ } ]
2244
2244
  },
2245
2245
  "ap-northeast-3" : {
2246
- "credentialScope" : {
2247
- "region" : "ap-northeast-3"
2248
- },
2249
- "hostname" : "applicationinsights.ap-northeast-3.amazonaws.com"
2246
+ "variants" : [ {
2247
+ "hostname" : "applicationinsights.ap-northeast-3.api.aws",
2248
+ "tags" : [ "dualstack" ]
2249
+ } ]
2250
2250
  },
2251
2251
  "ap-south-1" : {
2252
- "credentialScope" : {
2253
- "region" : "ap-south-1"
2254
- },
2255
- "hostname" : "applicationinsights.ap-south-1.amazonaws.com"
2252
+ "variants" : [ {
2253
+ "hostname" : "applicationinsights.ap-south-1.api.aws",
2254
+ "tags" : [ "dualstack" ]
2255
+ } ]
2256
2256
  },
2257
2257
  "ap-south-2" : {
2258
- "credentialScope" : {
2259
- "region" : "ap-south-2"
2260
- },
2261
- "hostname" : "applicationinsights.ap-south-2.amazonaws.com"
2258
+ "variants" : [ {
2259
+ "hostname" : "applicationinsights.ap-south-2.api.aws",
2260
+ "tags" : [ "dualstack" ]
2261
+ } ]
2262
2262
  },
2263
2263
  "ap-southeast-1" : {
2264
- "credentialScope" : {
2265
- "region" : "ap-southeast-1"
2266
- },
2267
- "hostname" : "applicationinsights.ap-southeast-1.amazonaws.com"
2264
+ "variants" : [ {
2265
+ "hostname" : "applicationinsights.ap-southeast-1.api.aws",
2266
+ "tags" : [ "dualstack" ]
2267
+ } ]
2268
2268
  },
2269
2269
  "ap-southeast-2" : {
2270
- "credentialScope" : {
2271
- "region" : "ap-southeast-2"
2272
- },
2273
- "hostname" : "applicationinsights.ap-southeast-2.amazonaws.com"
2270
+ "variants" : [ {
2271
+ "hostname" : "applicationinsights.ap-southeast-2.api.aws",
2272
+ "tags" : [ "dualstack" ]
2273
+ } ]
2274
2274
  },
2275
2275
  "ap-southeast-3" : {
2276
- "credentialScope" : {
2277
- "region" : "ap-southeast-3"
2278
- },
2279
- "hostname" : "applicationinsights.ap-southeast-3.amazonaws.com"
2276
+ "variants" : [ {
2277
+ "hostname" : "applicationinsights.ap-southeast-3.api.aws",
2278
+ "tags" : [ "dualstack" ]
2279
+ } ]
2280
2280
  },
2281
2281
  "ap-southeast-4" : {
2282
- "credentialScope" : {
2283
- "region" : "ap-southeast-4"
2284
- },
2285
- "hostname" : "applicationinsights.ap-southeast-4.amazonaws.com"
2282
+ "variants" : [ {
2283
+ "hostname" : "applicationinsights.ap-southeast-4.api.aws",
2284
+ "tags" : [ "dualstack" ]
2285
+ } ]
2286
2286
  },
2287
2287
  "ca-central-1" : {
2288
- "credentialScope" : {
2289
- "region" : "ca-central-1"
2290
- },
2291
- "hostname" : "applicationinsights.ca-central-1.amazonaws.com"
2288
+ "variants" : [ {
2289
+ "hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com",
2290
+ "tags" : [ "fips" ]
2291
+ }, {
2292
+ "hostname" : "applicationinsights-fips.ca-central-1.api.aws",
2293
+ "tags" : [ "dualstack", "fips" ]
2294
+ }, {
2295
+ "hostname" : "applicationinsights.ca-central-1.api.aws",
2296
+ "tags" : [ "dualstack" ]
2297
+ } ]
2292
2298
  },
2293
2299
  "ca-west-1" : {
2294
- "credentialScope" : {
2295
- "region" : "ca-west-1"
2296
- },
2297
- "hostname" : "applicationinsights.ca-west-1.amazonaws.com"
2300
+ "variants" : [ {
2301
+ "hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com",
2302
+ "tags" : [ "fips" ]
2303
+ }, {
2304
+ "hostname" : "applicationinsights-fips.ca-west-1.api.aws",
2305
+ "tags" : [ "dualstack", "fips" ]
2306
+ }, {
2307
+ "hostname" : "applicationinsights.ca-west-1.api.aws",
2308
+ "tags" : [ "dualstack" ]
2309
+ } ]
2298
2310
  },
2299
2311
  "eu-central-1" : {
2300
- "credentialScope" : {
2301
- "region" : "eu-central-1"
2302
- },
2303
- "hostname" : "applicationinsights.eu-central-1.amazonaws.com"
2312
+ "variants" : [ {
2313
+ "hostname" : "applicationinsights.eu-central-1.api.aws",
2314
+ "tags" : [ "dualstack" ]
2315
+ } ]
2304
2316
  },
2305
2317
  "eu-central-2" : {
2306
- "credentialScope" : {
2307
- "region" : "eu-central-2"
2308
- },
2309
- "hostname" : "applicationinsights.eu-central-2.amazonaws.com"
2318
+ "variants" : [ {
2319
+ "hostname" : "applicationinsights.eu-central-2.api.aws",
2320
+ "tags" : [ "dualstack" ]
2321
+ } ]
2310
2322
  },
2311
2323
  "eu-north-1" : {
2312
- "credentialScope" : {
2313
- "region" : "eu-north-1"
2314
- },
2315
- "hostname" : "applicationinsights.eu-north-1.amazonaws.com"
2324
+ "variants" : [ {
2325
+ "hostname" : "applicationinsights.eu-north-1.api.aws",
2326
+ "tags" : [ "dualstack" ]
2327
+ } ]
2316
2328
  },
2317
2329
  "eu-south-1" : {
2318
- "credentialScope" : {
2319
- "region" : "eu-south-1"
2320
- },
2321
- "hostname" : "applicationinsights.eu-south-1.amazonaws.com"
2330
+ "variants" : [ {
2331
+ "hostname" : "applicationinsights.eu-south-1.api.aws",
2332
+ "tags" : [ "dualstack" ]
2333
+ } ]
2322
2334
  },
2323
2335
  "eu-south-2" : {
2324
- "credentialScope" : {
2325
- "region" : "eu-south-2"
2326
- },
2327
- "hostname" : "applicationinsights.eu-south-2.amazonaws.com"
2336
+ "variants" : [ {
2337
+ "hostname" : "applicationinsights.eu-south-2.api.aws",
2338
+ "tags" : [ "dualstack" ]
2339
+ } ]
2328
2340
  },
2329
2341
  "eu-west-1" : {
2330
- "credentialScope" : {
2331
- "region" : "eu-west-1"
2332
- },
2333
- "hostname" : "applicationinsights.eu-west-1.amazonaws.com"
2342
+ "variants" : [ {
2343
+ "hostname" : "applicationinsights.eu-west-1.api.aws",
2344
+ "tags" : [ "dualstack" ]
2345
+ } ]
2334
2346
  },
2335
2347
  "eu-west-2" : {
2336
- "credentialScope" : {
2337
- "region" : "eu-west-2"
2338
- },
2339
- "hostname" : "applicationinsights.eu-west-2.amazonaws.com"
2348
+ "variants" : [ {
2349
+ "hostname" : "applicationinsights.eu-west-2.api.aws",
2350
+ "tags" : [ "dualstack" ]
2351
+ } ]
2340
2352
  },
2341
2353
  "eu-west-3" : {
2354
+ "variants" : [ {
2355
+ "hostname" : "applicationinsights.eu-west-3.api.aws",
2356
+ "tags" : [ "dualstack" ]
2357
+ } ]
2358
+ },
2359
+ "fips-ca-central-1" : {
2342
2360
  "credentialScope" : {
2343
- "region" : "eu-west-3"
2361
+ "region" : "ca-central-1"
2344
2362
  },
2345
- "hostname" : "applicationinsights.eu-west-3.amazonaws.com"
2363
+ "deprecated" : true,
2364
+ "hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com"
2346
2365
  },
2347
- "il-central-1" : {
2366
+ "fips-ca-west-1" : {
2348
2367
  "credentialScope" : {
2349
- "region" : "il-central-1"
2368
+ "region" : "ca-west-1"
2350
2369
  },
2351
- "hostname" : "applicationinsights.il-central-1.amazonaws.com"
2370
+ "deprecated" : true,
2371
+ "hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com"
2352
2372
  },
2353
- "me-central-1" : {
2373
+ "fips-us-east-1" : {
2354
2374
  "credentialScope" : {
2355
- "region" : "me-central-1"
2375
+ "region" : "us-east-1"
2356
2376
  },
2357
- "hostname" : "applicationinsights.me-central-1.amazonaws.com"
2377
+ "deprecated" : true,
2378
+ "hostname" : "applicationinsights-fips.us-east-1.amazonaws.com"
2358
2379
  },
2359
- "me-south-1" : {
2380
+ "fips-us-east-2" : {
2360
2381
  "credentialScope" : {
2361
- "region" : "me-south-1"
2382
+ "region" : "us-east-2"
2362
2383
  },
2363
- "hostname" : "applicationinsights.me-south-1.amazonaws.com"
2384
+ "deprecated" : true,
2385
+ "hostname" : "applicationinsights-fips.us-east-2.amazonaws.com"
2364
2386
  },
2365
- "sa-east-1" : {
2387
+ "fips-us-west-1" : {
2366
2388
  "credentialScope" : {
2367
- "region" : "sa-east-1"
2389
+ "region" : "us-west-1"
2368
2390
  },
2369
- "hostname" : "applicationinsights.sa-east-1.amazonaws.com"
2391
+ "deprecated" : true,
2392
+ "hostname" : "applicationinsights-fips.us-west-1.amazonaws.com"
2370
2393
  },
2371
- "us-east-1" : {
2394
+ "fips-us-west-2" : {
2372
2395
  "credentialScope" : {
2373
- "region" : "us-east-1"
2396
+ "region" : "us-west-2"
2374
2397
  },
2375
- "hostname" : "applicationinsights.us-east-1.amazonaws.com"
2398
+ "deprecated" : true,
2399
+ "hostname" : "applicationinsights-fips.us-west-2.amazonaws.com"
2400
+ },
2401
+ "il-central-1" : {
2402
+ "variants" : [ {
2403
+ "hostname" : "applicationinsights.il-central-1.api.aws",
2404
+ "tags" : [ "dualstack" ]
2405
+ } ]
2406
+ },
2407
+ "me-central-1" : {
2408
+ "variants" : [ {
2409
+ "hostname" : "applicationinsights.me-central-1.api.aws",
2410
+ "tags" : [ "dualstack" ]
2411
+ } ]
2412
+ },
2413
+ "me-south-1" : {
2414
+ "variants" : [ {
2415
+ "hostname" : "applicationinsights.me-south-1.api.aws",
2416
+ "tags" : [ "dualstack" ]
2417
+ } ]
2418
+ },
2419
+ "sa-east-1" : {
2420
+ "variants" : [ {
2421
+ "hostname" : "applicationinsights.sa-east-1.api.aws",
2422
+ "tags" : [ "dualstack" ]
2423
+ } ]
2424
+ },
2425
+ "us-east-1" : {
2426
+ "variants" : [ {
2427
+ "hostname" : "applicationinsights-fips.us-east-1.amazonaws.com",
2428
+ "tags" : [ "fips" ]
2429
+ }, {
2430
+ "hostname" : "applicationinsights-fips.us-east-1.api.aws",
2431
+ "tags" : [ "dualstack", "fips" ]
2432
+ }, {
2433
+ "hostname" : "applicationinsights.us-east-1.api.aws",
2434
+ "tags" : [ "dualstack" ]
2435
+ } ]
2376
2436
  },
2377
2437
  "us-east-2" : {
2378
- "credentialScope" : {
2379
- "region" : "us-east-2"
2380
- },
2381
- "hostname" : "applicationinsights.us-east-2.amazonaws.com"
2438
+ "variants" : [ {
2439
+ "hostname" : "applicationinsights-fips.us-east-2.amazonaws.com",
2440
+ "tags" : [ "fips" ]
2441
+ }, {
2442
+ "hostname" : "applicationinsights-fips.us-east-2.api.aws",
2443
+ "tags" : [ "dualstack", "fips" ]
2444
+ }, {
2445
+ "hostname" : "applicationinsights.us-east-2.api.aws",
2446
+ "tags" : [ "dualstack" ]
2447
+ } ]
2382
2448
  },
2383
2449
  "us-west-1" : {
2384
- "credentialScope" : {
2385
- "region" : "us-west-1"
2386
- },
2387
- "hostname" : "applicationinsights.us-west-1.amazonaws.com"
2450
+ "variants" : [ {
2451
+ "hostname" : "applicationinsights-fips.us-west-1.amazonaws.com",
2452
+ "tags" : [ "fips" ]
2453
+ }, {
2454
+ "hostname" : "applicationinsights-fips.us-west-1.api.aws",
2455
+ "tags" : [ "dualstack", "fips" ]
2456
+ }, {
2457
+ "hostname" : "applicationinsights.us-west-1.api.aws",
2458
+ "tags" : [ "dualstack" ]
2459
+ } ]
2388
2460
  },
2389
2461
  "us-west-2" : {
2390
- "credentialScope" : {
2391
- "region" : "us-west-2"
2392
- },
2393
- "hostname" : "applicationinsights.us-west-2.amazonaws.com"
2462
+ "variants" : [ {
2463
+ "hostname" : "applicationinsights-fips.us-west-2.amazonaws.com",
2464
+ "tags" : [ "fips" ]
2465
+ }, {
2466
+ "hostname" : "applicationinsights-fips.us-west-2.api.aws",
2467
+ "tags" : [ "dualstack", "fips" ]
2468
+ }, {
2469
+ "hostname" : "applicationinsights.us-west-2.api.aws",
2470
+ "tags" : [ "dualstack" ]
2471
+ } ]
2394
2472
  }
2395
2473
  }
2396
2474
  },
@@ -10201,29 +10279,144 @@
10201
10279
  },
10202
10280
  "events" : {
10203
10281
  "endpoints" : {
10204
- "af-south-1" : { },
10205
- "ap-east-1" : { },
10206
- "ap-northeast-1" : { },
10207
- "ap-northeast-2" : { },
10208
- "ap-northeast-3" : { },
10209
- "ap-south-1" : { },
10210
- "ap-south-2" : { },
10211
- "ap-southeast-1" : { },
10212
- "ap-southeast-2" : { },
10213
- "ap-southeast-3" : { },
10214
- "ap-southeast-4" : { },
10215
- "ap-southeast-5" : { },
10216
- "ap-southeast-7" : { },
10217
- "ca-central-1" : { },
10218
- "ca-west-1" : { },
10219
- "eu-central-1" : { },
10220
- "eu-central-2" : { },
10221
- "eu-north-1" : { },
10222
- "eu-south-1" : { },
10223
- "eu-south-2" : { },
10224
- "eu-west-1" : { },
10225
- "eu-west-2" : { },
10226
- "eu-west-3" : { },
10282
+ "af-south-1" : {
10283
+ "variants" : [ {
10284
+ "hostname" : "events.af-south-1.api.aws",
10285
+ "tags" : [ "dualstack" ]
10286
+ } ]
10287
+ },
10288
+ "ap-east-1" : {
10289
+ "variants" : [ {
10290
+ "hostname" : "events.ap-east-1.api.aws",
10291
+ "tags" : [ "dualstack" ]
10292
+ } ]
10293
+ },
10294
+ "ap-northeast-1" : {
10295
+ "variants" : [ {
10296
+ "hostname" : "events.ap-northeast-1.api.aws",
10297
+ "tags" : [ "dualstack" ]
10298
+ } ]
10299
+ },
10300
+ "ap-northeast-2" : {
10301
+ "variants" : [ {
10302
+ "hostname" : "events.ap-northeast-2.api.aws",
10303
+ "tags" : [ "dualstack" ]
10304
+ } ]
10305
+ },
10306
+ "ap-northeast-3" : {
10307
+ "variants" : [ {
10308
+ "hostname" : "events.ap-northeast-3.api.aws",
10309
+ "tags" : [ "dualstack" ]
10310
+ } ]
10311
+ },
10312
+ "ap-south-1" : {
10313
+ "variants" : [ {
10314
+ "hostname" : "events.ap-south-1.api.aws",
10315
+ "tags" : [ "dualstack" ]
10316
+ } ]
10317
+ },
10318
+ "ap-south-2" : {
10319
+ "variants" : [ {
10320
+ "hostname" : "events.ap-south-2.api.aws",
10321
+ "tags" : [ "dualstack" ]
10322
+ } ]
10323
+ },
10324
+ "ap-southeast-1" : {
10325
+ "variants" : [ {
10326
+ "hostname" : "events.ap-southeast-1.api.aws",
10327
+ "tags" : [ "dualstack" ]
10328
+ } ]
10329
+ },
10330
+ "ap-southeast-2" : {
10331
+ "variants" : [ {
10332
+ "hostname" : "events.ap-southeast-2.api.aws",
10333
+ "tags" : [ "dualstack" ]
10334
+ } ]
10335
+ },
10336
+ "ap-southeast-3" : {
10337
+ "variants" : [ {
10338
+ "hostname" : "events.ap-southeast-3.api.aws",
10339
+ "tags" : [ "dualstack" ]
10340
+ } ]
10341
+ },
10342
+ "ap-southeast-4" : {
10343
+ "variants" : [ {
10344
+ "hostname" : "events.ap-southeast-4.api.aws",
10345
+ "tags" : [ "dualstack" ]
10346
+ } ]
10347
+ },
10348
+ "ap-southeast-5" : {
10349
+ "variants" : [ {
10350
+ "hostname" : "events.ap-southeast-5.api.aws",
10351
+ "tags" : [ "dualstack" ]
10352
+ } ]
10353
+ },
10354
+ "ap-southeast-7" : {
10355
+ "variants" : [ {
10356
+ "hostname" : "events.ap-southeast-7.api.aws",
10357
+ "tags" : [ "dualstack" ]
10358
+ } ]
10359
+ },
10360
+ "ca-central-1" : {
10361
+ "variants" : [ {
10362
+ "hostname" : "events.ca-central-1.api.aws",
10363
+ "tags" : [ "dualstack" ]
10364
+ } ]
10365
+ },
10366
+ "ca-west-1" : {
10367
+ "variants" : [ {
10368
+ "hostname" : "events.ca-west-1.api.aws",
10369
+ "tags" : [ "dualstack" ]
10370
+ } ]
10371
+ },
10372
+ "eu-central-1" : {
10373
+ "variants" : [ {
10374
+ "hostname" : "events.eu-central-1.api.aws",
10375
+ "tags" : [ "dualstack" ]
10376
+ } ]
10377
+ },
10378
+ "eu-central-2" : {
10379
+ "variants" : [ {
10380
+ "hostname" : "events.eu-central-2.api.aws",
10381
+ "tags" : [ "dualstack" ]
10382
+ } ]
10383
+ },
10384
+ "eu-north-1" : {
10385
+ "variants" : [ {
10386
+ "hostname" : "events.eu-north-1.api.aws",
10387
+ "tags" : [ "dualstack" ]
10388
+ } ]
10389
+ },
10390
+ "eu-south-1" : {
10391
+ "variants" : [ {
10392
+ "hostname" : "events.eu-south-1.api.aws",
10393
+ "tags" : [ "dualstack" ]
10394
+ } ]
10395
+ },
10396
+ "eu-south-2" : {
10397
+ "variants" : [ {
10398
+ "hostname" : "events.eu-south-2.api.aws",
10399
+ "tags" : [ "dualstack" ]
10400
+ } ]
10401
+ },
10402
+ "eu-west-1" : {
10403
+ "variants" : [ {
10404
+ "hostname" : "events.eu-west-1.api.aws",
10405
+ "tags" : [ "dualstack" ]
10406
+ } ]
10407
+ },
10408
+ "eu-west-2" : {
10409
+ "variants" : [ {
10410
+ "hostname" : "events.eu-west-2.api.aws",
10411
+ "tags" : [ "dualstack" ]
10412
+ } ]
10413
+ },
10414
+ "eu-west-3" : {
10415
+ "variants" : [ {
10416
+ "hostname" : "events.eu-west-3.api.aws",
10417
+ "tags" : [ "dualstack" ]
10418
+ } ]
10419
+ },
10227
10420
  "fips-us-east-1" : {
10228
10421
  "credentialScope" : {
10229
10422
  "region" : "us-east-1"
@@ -10252,33 +10445,82 @@
10252
10445
  "deprecated" : true,
10253
10446
  "hostname" : "events-fips.us-west-2.amazonaws.com"
10254
10447
  },
10255
- "il-central-1" : { },
10256
- "me-central-1" : { },
10257
- "me-south-1" : { },
10258
- "mx-central-1" : { },
10259
- "sa-east-1" : { },
10448
+ "il-central-1" : {
10449
+ "variants" : [ {
10450
+ "hostname" : "events.il-central-1.api.aws",
10451
+ "tags" : [ "dualstack" ]
10452
+ } ]
10453
+ },
10454
+ "me-central-1" : {
10455
+ "variants" : [ {
10456
+ "hostname" : "events.me-central-1.api.aws",
10457
+ "tags" : [ "dualstack" ]
10458
+ } ]
10459
+ },
10460
+ "me-south-1" : {
10461
+ "variants" : [ {
10462
+ "hostname" : "events.me-south-1.api.aws",
10463
+ "tags" : [ "dualstack" ]
10464
+ } ]
10465
+ },
10466
+ "mx-central-1" : {
10467
+ "variants" : [ {
10468
+ "hostname" : "events.mx-central-1.api.aws",
10469
+ "tags" : [ "dualstack" ]
10470
+ } ]
10471
+ },
10472
+ "sa-east-1" : {
10473
+ "variants" : [ {
10474
+ "hostname" : "events.sa-east-1.api.aws",
10475
+ "tags" : [ "dualstack" ]
10476
+ } ]
10477
+ },
10260
10478
  "us-east-1" : {
10261
10479
  "variants" : [ {
10262
10480
  "hostname" : "events-fips.us-east-1.amazonaws.com",
10263
10481
  "tags" : [ "fips" ]
10482
+ }, {
10483
+ "hostname" : "events-fips.us-east-1.api.aws",
10484
+ "tags" : [ "dualstack", "fips" ]
10485
+ }, {
10486
+ "hostname" : "events.us-east-1.api.aws",
10487
+ "tags" : [ "dualstack" ]
10264
10488
  } ]
10265
10489
  },
10266
10490
  "us-east-2" : {
10267
10491
  "variants" : [ {
10268
10492
  "hostname" : "events-fips.us-east-2.amazonaws.com",
10269
10493
  "tags" : [ "fips" ]
10494
+ }, {
10495
+ "hostname" : "events-fips.us-east-2.api.aws",
10496
+ "tags" : [ "dualstack", "fips" ]
10497
+ }, {
10498
+ "hostname" : "events.us-east-2.api.aws",
10499
+ "tags" : [ "dualstack" ]
10270
10500
  } ]
10271
10501
  },
10272
10502
  "us-west-1" : {
10273
10503
  "variants" : [ {
10274
10504
  "hostname" : "events-fips.us-west-1.amazonaws.com",
10275
10505
  "tags" : [ "fips" ]
10506
+ }, {
10507
+ "hostname" : "events-fips.us-west-1.api.aws",
10508
+ "tags" : [ "dualstack", "fips" ]
10509
+ }, {
10510
+ "hostname" : "events.us-west-1.api.aws",
10511
+ "tags" : [ "dualstack" ]
10276
10512
  } ]
10277
10513
  },
10278
10514
  "us-west-2" : {
10279
10515
  "variants" : [ {
10280
10516
  "hostname" : "events-fips.us-west-2.amazonaws.com",
10281
10517
  "tags" : [ "fips" ]
10518
+ }, {
10519
+ "hostname" : "events-fips.us-west-2.api.aws",
10520
+ "tags" : [ "dualstack", "fips" ]
10521
+ }, {
10522
+ "hostname" : "events.us-west-2.api.aws",
10523
+ "tags" : [ "dualstack" ]
10282
10524
  } ]
10283
10525
  }
10284
10526
  }
@@ -16797,6 +17039,7 @@
16797
17039
  "ap-southeast-3" : { },
16798
17040
  "ap-southeast-4" : { },
16799
17041
  "ap-southeast-5" : { },
17042
+ "ap-southeast-7" : { },
16800
17043
  "ca-central-1" : {
16801
17044
  "variants" : [ {
16802
17045
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -16850,6 +17093,7 @@
16850
17093
  "il-central-1" : { },
16851
17094
  "me-central-1" : { },
16852
17095
  "me-south-1" : { },
17096
+ "mx-central-1" : { },
16853
17097
  "sa-east-1" : { },
16854
17098
  "us-east-1" : {
16855
17099
  "variants" : [ {
@@ -17979,6 +18223,12 @@
17979
18223
  "tags" : [ "dualstack" ]
17980
18224
  } ]
17981
18225
  },
18226
+ "ap-southeast-5" : {
18227
+ "variants" : [ {
18228
+ "hostname" : "polly.ap-southeast-5.api.aws",
18229
+ "tags" : [ "dualstack" ]
18230
+ } ]
18231
+ },
17982
18232
  "ca-central-1" : {
17983
18233
  "variants" : [ {
17984
18234
  "hostname" : "polly-fips.ca-central-1.amazonaws.com",
@@ -22143,24 +22393,36 @@
22143
22393
  "variants" : [ {
22144
22394
  "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
22145
22395
  "tags" : [ "fips" ]
22396
+ }, {
22397
+ "hostname" : "securitylake-fips.us-east-1.api.aws",
22398
+ "tags" : [ "dualstack", "fips" ]
22146
22399
  } ]
22147
22400
  },
22148
22401
  "us-east-2" : {
22149
22402
  "variants" : [ {
22150
22403
  "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
22151
22404
  "tags" : [ "fips" ]
22405
+ }, {
22406
+ "hostname" : "securitylake-fips.us-east-2.api.aws",
22407
+ "tags" : [ "dualstack", "fips" ]
22152
22408
  } ]
22153
22409
  },
22154
22410
  "us-west-1" : {
22155
22411
  "variants" : [ {
22156
22412
  "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
22157
22413
  "tags" : [ "fips" ]
22414
+ }, {
22415
+ "hostname" : "securitylake-fips.us-west-1.api.aws",
22416
+ "tags" : [ "dualstack", "fips" ]
22158
22417
  } ]
22159
22418
  },
22160
22419
  "us-west-2" : {
22161
22420
  "variants" : [ {
22162
22421
  "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
22163
22422
  "tags" : [ "fips" ]
22423
+ }, {
22424
+ "hostname" : "securitylake-fips.us-west-2.api.aws",
22425
+ "tags" : [ "dualstack", "fips" ]
22164
22426
  } ]
22165
22427
  }
22166
22428
  }
@@ -26156,21 +26418,72 @@
26156
26418
  },
26157
26419
  "transcribestreaming" : {
26158
26420
  "endpoints" : {
26159
- "af-south-1" : { },
26160
- "ap-northeast-1" : { },
26161
- "ap-northeast-2" : { },
26162
- "ap-south-1" : { },
26163
- "ap-southeast-1" : { },
26164
- "ap-southeast-2" : { },
26421
+ "af-south-1" : {
26422
+ "variants" : [ {
26423
+ "hostname" : "transcribestreaming.af-south-1.api.aws",
26424
+ "tags" : [ "dualstack" ]
26425
+ } ]
26426
+ },
26427
+ "ap-northeast-1" : {
26428
+ "variants" : [ {
26429
+ "hostname" : "transcribestreaming.ap-northeast-1.api.aws",
26430
+ "tags" : [ "dualstack" ]
26431
+ } ]
26432
+ },
26433
+ "ap-northeast-2" : {
26434
+ "variants" : [ {
26435
+ "hostname" : "transcribestreaming.ap-northeast-2.api.aws",
26436
+ "tags" : [ "dualstack" ]
26437
+ } ]
26438
+ },
26439
+ "ap-south-1" : {
26440
+ "variants" : [ {
26441
+ "hostname" : "transcribestreaming.ap-south-1.api.aws",
26442
+ "tags" : [ "dualstack" ]
26443
+ } ]
26444
+ },
26445
+ "ap-southeast-1" : {
26446
+ "variants" : [ {
26447
+ "hostname" : "transcribestreaming.ap-southeast-1.api.aws",
26448
+ "tags" : [ "dualstack" ]
26449
+ } ]
26450
+ },
26451
+ "ap-southeast-2" : {
26452
+ "variants" : [ {
26453
+ "hostname" : "transcribestreaming.ap-southeast-2.api.aws",
26454
+ "tags" : [ "dualstack" ]
26455
+ } ]
26456
+ },
26165
26457
  "ca-central-1" : {
26166
26458
  "variants" : [ {
26167
26459
  "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
26168
26460
  "tags" : [ "fips" ]
26461
+ }, {
26462
+ "hostname" : "transcribestreaming-fips.ca-central-1.api.aws",
26463
+ "tags" : [ "dualstack", "fips" ]
26464
+ }, {
26465
+ "hostname" : "transcribestreaming.ca-central-1.api.aws",
26466
+ "tags" : [ "dualstack" ]
26467
+ } ]
26468
+ },
26469
+ "eu-central-1" : {
26470
+ "variants" : [ {
26471
+ "hostname" : "transcribestreaming.eu-central-1.api.aws",
26472
+ "tags" : [ "dualstack" ]
26473
+ } ]
26474
+ },
26475
+ "eu-west-1" : {
26476
+ "variants" : [ {
26477
+ "hostname" : "transcribestreaming.eu-west-1.api.aws",
26478
+ "tags" : [ "dualstack" ]
26479
+ } ]
26480
+ },
26481
+ "eu-west-2" : {
26482
+ "variants" : [ {
26483
+ "hostname" : "transcribestreaming.eu-west-2.api.aws",
26484
+ "tags" : [ "dualstack" ]
26169
26485
  } ]
26170
26486
  },
26171
- "eu-central-1" : { },
26172
- "eu-west-1" : { },
26173
- "eu-west-2" : { },
26174
26487
  "fips-ca-central-1" : {
26175
26488
  "credentialScope" : {
26176
26489
  "region" : "ca-central-1"
@@ -26199,23 +26512,46 @@
26199
26512
  "deprecated" : true,
26200
26513
  "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
26201
26514
  },
26202
- "sa-east-1" : { },
26515
+ "sa-east-1" : {
26516
+ "variants" : [ {
26517
+ "hostname" : "transcribestreaming.sa-east-1.api.aws",
26518
+ "tags" : [ "dualstack" ]
26519
+ } ]
26520
+ },
26203
26521
  "us-east-1" : {
26204
26522
  "variants" : [ {
26205
26523
  "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
26206
26524
  "tags" : [ "fips" ]
26525
+ }, {
26526
+ "hostname" : "transcribestreaming-fips.us-east-1.api.aws",
26527
+ "tags" : [ "dualstack", "fips" ]
26528
+ }, {
26529
+ "hostname" : "transcribestreaming.us-east-1.api.aws",
26530
+ "tags" : [ "dualstack" ]
26207
26531
  } ]
26208
26532
  },
26209
26533
  "us-east-2" : {
26210
26534
  "variants" : [ {
26211
26535
  "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
26212
26536
  "tags" : [ "fips" ]
26537
+ }, {
26538
+ "hostname" : "transcribestreaming-fips.us-east-2.api.aws",
26539
+ "tags" : [ "dualstack", "fips" ]
26540
+ }, {
26541
+ "hostname" : "transcribestreaming.us-east-2.api.aws",
26542
+ "tags" : [ "dualstack" ]
26213
26543
  } ]
26214
26544
  },
26215
26545
  "us-west-2" : {
26216
26546
  "variants" : [ {
26217
26547
  "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
26218
26548
  "tags" : [ "fips" ]
26549
+ }, {
26550
+ "hostname" : "transcribestreaming-fips.us-west-2.api.aws",
26551
+ "tags" : [ "dualstack", "fips" ]
26552
+ }, {
26553
+ "hostname" : "transcribestreaming.us-west-2.api.aws",
26554
+ "tags" : [ "dualstack" ]
26219
26555
  } ]
26220
26556
  }
26221
26557
  }
@@ -28262,16 +28598,16 @@
28262
28598
  "applicationinsights" : {
28263
28599
  "endpoints" : {
28264
28600
  "cn-north-1" : {
28265
- "credentialScope" : {
28266
- "region" : "cn-north-1"
28267
- },
28268
- "hostname" : "applicationinsights.cn-north-1.amazonaws.com.cn"
28601
+ "variants" : [ {
28602
+ "hostname" : "applicationinsights.cn-north-1.api.amazonwebservices.com.cn",
28603
+ "tags" : [ "dualstack" ]
28604
+ } ]
28269
28605
  },
28270
28606
  "cn-northwest-1" : {
28271
- "credentialScope" : {
28272
- "region" : "cn-northwest-1"
28273
- },
28274
- "hostname" : "applicationinsights.cn-northwest-1.amazonaws.com.cn"
28607
+ "variants" : [ {
28608
+ "hostname" : "applicationinsights.cn-northwest-1.api.amazonwebservices.com.cn",
28609
+ "tags" : [ "dualstack" ]
28610
+ } ]
28275
28611
  }
28276
28612
  }
28277
28613
  },
@@ -28782,8 +29118,18 @@
28782
29118
  },
28783
29119
  "events" : {
28784
29120
  "endpoints" : {
28785
- "cn-north-1" : { },
28786
- "cn-northwest-1" : { }
29121
+ "cn-north-1" : {
29122
+ "variants" : [ {
29123
+ "hostname" : "events.cn-north-1.api.amazonwebservices.com.cn",
29124
+ "tags" : [ "dualstack" ]
29125
+ } ]
29126
+ },
29127
+ "cn-northwest-1" : {
29128
+ "variants" : [ {
29129
+ "hostname" : "events.cn-northwest-1.api.amazonwebservices.com.cn",
29130
+ "tags" : [ "dualstack" ]
29131
+ } ]
29132
+ }
28787
29133
  }
28788
29134
  },
28789
29135
  "firehose" : {
@@ -29749,8 +30095,18 @@
29749
30095
  },
29750
30096
  "transcribestreaming" : {
29751
30097
  "endpoints" : {
29752
- "cn-north-1" : { },
29753
- "cn-northwest-1" : { }
30098
+ "cn-north-1" : {
30099
+ "variants" : [ {
30100
+ "hostname" : "transcribestreaming.cn-north-1.api.amazonwebservices.com.cn",
30101
+ "tags" : [ "dualstack" ]
30102
+ } ]
30103
+ },
30104
+ "cn-northwest-1" : {
30105
+ "variants" : [ {
30106
+ "hostname" : "transcribestreaming.cn-northwest-1.api.amazonwebservices.com.cn",
30107
+ "tags" : [ "dualstack" ]
30108
+ } ]
30109
+ }
29754
30110
  }
29755
30111
  },
29756
30112
  "transfer" : {
@@ -30340,17 +30696,43 @@
30340
30696
  },
30341
30697
  "applicationinsights" : {
30342
30698
  "endpoints" : {
30343
- "us-gov-east-1" : {
30699
+ "fips-us-gov-east-1" : {
30344
30700
  "credentialScope" : {
30345
30701
  "region" : "us-gov-east-1"
30346
30702
  },
30347
- "hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
30703
+ "deprecated" : true,
30704
+ "hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com"
30348
30705
  },
30349
- "us-gov-west-1" : {
30706
+ "fips-us-gov-west-1" : {
30350
30707
  "credentialScope" : {
30351
30708
  "region" : "us-gov-west-1"
30352
30709
  },
30353
- "hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
30710
+ "deprecated" : true,
30711
+ "hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com"
30712
+ },
30713
+ "us-gov-east-1" : {
30714
+ "variants" : [ {
30715
+ "hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com",
30716
+ "tags" : [ "fips" ]
30717
+ }, {
30718
+ "hostname" : "applicationinsights-fips.us-gov-east-1.api.aws",
30719
+ "tags" : [ "dualstack", "fips" ]
30720
+ }, {
30721
+ "hostname" : "applicationinsights.us-gov-east-1.api.aws",
30722
+ "tags" : [ "dualstack" ]
30723
+ } ]
30724
+ },
30725
+ "us-gov-west-1" : {
30726
+ "variants" : [ {
30727
+ "hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com",
30728
+ "tags" : [ "fips" ]
30729
+ }, {
30730
+ "hostname" : "applicationinsights-fips.us-gov-west-1.api.aws",
30731
+ "tags" : [ "dualstack", "fips" ]
30732
+ }, {
30733
+ "hostname" : "applicationinsights.us-gov-west-1.api.aws",
30734
+ "tags" : [ "dualstack" ]
30735
+ } ]
30354
30736
  }
30355
30737
  }
30356
30738
  },
@@ -34263,6 +34645,9 @@
34263
34645
  "variants" : [ {
34264
34646
  "hostname" : "securitylake.us-gov-east-1.amazonaws.com",
34265
34647
  "tags" : [ "fips" ]
34648
+ }, {
34649
+ "hostname" : "securitylake.us-gov-east-1.api.aws",
34650
+ "tags" : [ "dualstack", "fips" ]
34266
34651
  } ]
34267
34652
  },
34268
34653
  "us-gov-east-1-fips" : {
@@ -34276,6 +34661,9 @@
34276
34661
  "variants" : [ {
34277
34662
  "hostname" : "securitylake.us-gov-west-1.amazonaws.com",
34278
34663
  "tags" : [ "fips" ]
34664
+ }, {
34665
+ "hostname" : "securitylake.us-gov-west-1.api.aws",
34666
+ "tags" : [ "dualstack", "fips" ]
34279
34667
  } ]
34280
34668
  },
34281
34669
  "us-gov-west-1-fips" : {
@@ -34684,19 +35072,33 @@
34684
35072
  } ]
34685
35073
  },
34686
35074
  "endpoints" : {
34687
- "us-gov-east-1" : {
35075
+ "fips-us-gov-east-1" : {
34688
35076
  "credentialScope" : {
34689
35077
  "region" : "us-gov-east-1"
34690
35078
  },
35079
+ "deprecated" : true,
34691
35080
  "hostname" : "sqs.us-gov-east-1.amazonaws.com"
34692
35081
  },
34693
- "us-gov-west-1" : {
35082
+ "fips-us-gov-west-1" : {
34694
35083
  "credentialScope" : {
34695
35084
  "region" : "us-gov-west-1"
34696
35085
  },
34697
- "hostname" : "sqs.us-gov-west-1.amazonaws.com",
35086
+ "deprecated" : true,
35087
+ "hostname" : "sqs.us-gov-west-1.amazonaws.com"
35088
+ },
35089
+ "us-gov-east-1" : {
35090
+ "variants" : [ {
35091
+ "hostname" : "sqs.us-gov-east-1.amazonaws.com",
35092
+ "tags" : [ "fips" ]
35093
+ } ]
35094
+ },
35095
+ "us-gov-west-1" : {
34698
35096
  "protocols" : [ "http", "https" ],
34699
- "sslCommonName" : "{region}.queue.{dnsSuffix}"
35097
+ "sslCommonName" : "{region}.queue.{dnsSuffix}",
35098
+ "variants" : [ {
35099
+ "hostname" : "sqs.us-gov-west-1.amazonaws.com",
35100
+ "tags" : [ "fips" ]
35101
+ } ]
34700
35102
  }
34701
35103
  }
34702
35104
  },
@@ -35117,12 +35519,24 @@
35117
35519
  "variants" : [ {
35118
35520
  "hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
35119
35521
  "tags" : [ "fips" ]
35522
+ }, {
35523
+ "hostname" : "transcribestreaming-fips.us-gov-east-1.api.aws",
35524
+ "tags" : [ "dualstack", "fips" ]
35525
+ }, {
35526
+ "hostname" : "transcribestreaming.us-gov-east-1.api.aws",
35527
+ "tags" : [ "dualstack" ]
35120
35528
  } ]
35121
35529
  },
35122
35530
  "us-gov-west-1" : {
35123
35531
  "variants" : [ {
35124
35532
  "hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
35125
35533
  "tags" : [ "fips" ]
35534
+ }, {
35535
+ "hostname" : "transcribestreaming-fips.us-gov-west-1.api.aws",
35536
+ "tags" : [ "dualstack", "fips" ]
35537
+ }, {
35538
+ "hostname" : "transcribestreaming.us-gov-west-1.api.aws",
35539
+ "tags" : [ "dualstack" ]
35126
35540
  } ]
35127
35541
  }
35128
35542
  }
@@ -36361,10 +36775,33 @@
36361
36775
  },
36362
36776
  "sqs" : {
36363
36777
  "endpoints" : {
36778
+ "fips-us-iso-east-1" : {
36779
+ "credentialScope" : {
36780
+ "region" : "us-iso-east-1"
36781
+ },
36782
+ "deprecated" : true,
36783
+ "hostname" : "sqs.us-iso-east-1.c2s.ic.gov"
36784
+ },
36785
+ "fips-us-iso-west-1" : {
36786
+ "credentialScope" : {
36787
+ "region" : "us-iso-west-1"
36788
+ },
36789
+ "deprecated" : true,
36790
+ "hostname" : "sqs.us-iso-west-1.c2s.ic.gov"
36791
+ },
36364
36792
  "us-iso-east-1" : {
36365
- "protocols" : [ "http", "https" ]
36793
+ "protocols" : [ "http", "https" ],
36794
+ "variants" : [ {
36795
+ "hostname" : "sqs.us-iso-east-1.c2s.ic.gov",
36796
+ "tags" : [ "fips" ]
36797
+ } ]
36366
36798
  },
36367
- "us-iso-west-1" : { }
36799
+ "us-iso-west-1" : {
36800
+ "variants" : [ {
36801
+ "hostname" : "sqs.us-iso-west-1.c2s.ic.gov",
36802
+ "tags" : [ "fips" ]
36803
+ } ]
36804
+ }
36368
36805
  }
36369
36806
  },
36370
36807
  "ssm" : {
@@ -37195,7 +37632,19 @@
37195
37632
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
37196
37633
  },
37197
37634
  "endpoints" : {
37198
- "us-isob-east-1" : { }
37635
+ "fips-us-isob-east-1" : {
37636
+ "credentialScope" : {
37637
+ "region" : "us-isob-east-1"
37638
+ },
37639
+ "deprecated" : true,
37640
+ "hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov"
37641
+ },
37642
+ "us-isob-east-1" : {
37643
+ "variants" : [ {
37644
+ "hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
37645
+ "tags" : [ "fips" ]
37646
+ } ]
37647
+ }
37199
37648
  }
37200
37649
  },
37201
37650
  "ssm" : {
@@ -38058,8 +38507,32 @@
38058
38507
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
38059
38508
  },
38060
38509
  "endpoints" : {
38061
- "us-isof-east-1" : { },
38062
- "us-isof-south-1" : { }
38510
+ "fips-us-isof-east-1" : {
38511
+ "credentialScope" : {
38512
+ "region" : "us-isof-east-1"
38513
+ },
38514
+ "deprecated" : true,
38515
+ "hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov"
38516
+ },
38517
+ "fips-us-isof-south-1" : {
38518
+ "credentialScope" : {
38519
+ "region" : "us-isof-south-1"
38520
+ },
38521
+ "deprecated" : true,
38522
+ "hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov"
38523
+ },
38524
+ "us-isof-east-1" : {
38525
+ "variants" : [ {
38526
+ "hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov",
38527
+ "tags" : [ "fips" ]
38528
+ } ]
38529
+ },
38530
+ "us-isof-south-1" : {
38531
+ "variants" : [ {
38532
+ "hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov",
38533
+ "tags" : [ "fips" ]
38534
+ } ]
38535
+ }
38063
38536
  }
38064
38537
  },
38065
38538
  "ssm" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1075.0
4
+ version: 1.1076.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-26 00:00:00.000000000 Z
11
+ date: 2025-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: