aws-partitions 1.884.0 → 1.896.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71886971593835921e2f267b04e2d937114cfbcc4742f419760221e9ac046e6a
4
- data.tar.gz: 63e6756a8934f7d8f4c33b8d8829a48a320ae938d57dad20fdbd821f53ab1ef7
3
+ metadata.gz: 44af9e770f39b368b2bd3e766afad8c2594d4f722e7fabb25fcf7f585502175e
4
+ data.tar.gz: 834235977a42baf9257cad4655e95d815c6457d6cca08d60528a5b39f2797d4c
5
5
  SHA512:
6
- metadata.gz: 29cb0c40418ad75eee4b6439ee29ace8b7a113b72dda117a1426b031366ab0e17fe77a2aa941aa06aee2196296dd5e32459dbfbd0c6aa398fb9abbecfab97334
7
- data.tar.gz: 8c108f0c313d16d05c01d68e0885ea218c8c4d17c68815302388c9d971e16bcaa54e5afda8bdea182411d2868a4345856b765c401f12481759e572209c9ae650
6
+ metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
7
+ data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,66 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.896.0 (2024-03-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.895.0 (2024-02-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.894.0 (2024-02-19)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::Chatbot`.
18
+
19
+ 1.893.0 (2024-02-16)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.892.0 (2024-02-15)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::Artifact`.
28
+
29
+ 1.891.0 (2024-02-14)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.890.0 (2024-02-13)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.889.0 (2024-02-09)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.888.0 (2024-02-07)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.887.0 (2024-02-02)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.886.0 (2024-02-01)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.885.0 (2024-01-31)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
4
64
  1.884.0 (2024-01-29)
5
65
  ------------------
6
66
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.884.0
1
+ 1.896.0
@@ -270,6 +270,7 @@ module Aws
270
270
  'ApplicationCostProfiler' => 'application-cost-profiler',
271
271
  'ApplicationDiscoveryService' => 'discovery',
272
272
  'ApplicationInsights' => 'applicationinsights',
273
+ 'Artifact' => 'artifact',
273
274
  'Athena' => 'athena',
274
275
  'AuditManager' => 'auditmanager',
275
276
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
@@ -288,6 +289,7 @@ module Aws
288
289
  'BillingConductor' => 'billingconductor',
289
290
  'Braket' => 'braket',
290
291
  'Budgets' => 'budgets',
292
+ 'Chatbot' => 'chatbot',
291
293
  'Chime' => 'chime',
292
294
  'ChimeSDKIdentity' => 'identity-chime',
293
295
  'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
data/partitions.json CHANGED
@@ -349,6 +349,12 @@
349
349
  "tags" : [ "fips" ]
350
350
  } ]
351
351
  },
352
+ "ca-west-1" : {
353
+ "variants" : [ {
354
+ "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
355
+ "tags" : [ "fips" ]
356
+ } ]
357
+ },
352
358
  "eu-central-1" : { },
353
359
  "eu-central-2" : { },
354
360
  "eu-north-1" : { },
@@ -364,6 +370,13 @@
364
370
  "deprecated" : true,
365
371
  "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
366
372
  },
373
+ "fips-ca-west-1" : {
374
+ "credentialScope" : {
375
+ "region" : "ca-west-1"
376
+ },
377
+ "deprecated" : true,
378
+ "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com"
379
+ },
367
380
  "fips-us-east-1" : {
368
381
  "credentialScope" : {
369
382
  "region" : "us-east-1"
@@ -2246,10 +2259,58 @@
2246
2259
  "eu-central-1" : { },
2247
2260
  "eu-west-1" : { },
2248
2261
  "eu-west-2" : { },
2249
- "us-east-1" : { },
2250
- "us-east-2" : { },
2251
- "us-west-1" : { },
2252
- "us-west-2" : { }
2262
+ "us-east-1" : {
2263
+ "variants" : [ {
2264
+ "hostname" : "auditmanager-fips.us-east-1.amazonaws.com",
2265
+ "tags" : [ "fips" ]
2266
+ } ]
2267
+ },
2268
+ "us-east-1-fips" : {
2269
+ "credentialScope" : {
2270
+ "region" : "us-east-1"
2271
+ },
2272
+ "deprecated" : true,
2273
+ "hostname" : "auditmanager-fips.us-east-1.amazonaws.com"
2274
+ },
2275
+ "us-east-2" : {
2276
+ "variants" : [ {
2277
+ "hostname" : "auditmanager-fips.us-east-2.amazonaws.com",
2278
+ "tags" : [ "fips" ]
2279
+ } ]
2280
+ },
2281
+ "us-east-2-fips" : {
2282
+ "credentialScope" : {
2283
+ "region" : "us-east-2"
2284
+ },
2285
+ "deprecated" : true,
2286
+ "hostname" : "auditmanager-fips.us-east-2.amazonaws.com"
2287
+ },
2288
+ "us-west-1" : {
2289
+ "variants" : [ {
2290
+ "hostname" : "auditmanager-fips.us-west-1.amazonaws.com",
2291
+ "tags" : [ "fips" ]
2292
+ } ]
2293
+ },
2294
+ "us-west-1-fips" : {
2295
+ "credentialScope" : {
2296
+ "region" : "us-west-1"
2297
+ },
2298
+ "deprecated" : true,
2299
+ "hostname" : "auditmanager-fips.us-west-1.amazonaws.com"
2300
+ },
2301
+ "us-west-2" : {
2302
+ "variants" : [ {
2303
+ "hostname" : "auditmanager-fips.us-west-2.amazonaws.com",
2304
+ "tags" : [ "fips" ]
2305
+ } ]
2306
+ },
2307
+ "us-west-2-fips" : {
2308
+ "credentialScope" : {
2309
+ "region" : "us-west-2"
2310
+ },
2311
+ "deprecated" : true,
2312
+ "hostname" : "auditmanager-fips.us-west-2.amazonaws.com"
2313
+ }
2253
2314
  }
2254
2315
  },
2255
2316
  "autoscaling" : {
@@ -3199,6 +3260,7 @@
3199
3260
  "eu-west-1" : { },
3200
3261
  "eu-west-2" : { },
3201
3262
  "eu-west-3" : { },
3263
+ "me-central-1" : { },
3202
3264
  "me-south-1" : { },
3203
3265
  "sa-east-1" : { },
3204
3266
  "us-east-1" : { },
@@ -5802,6 +5864,12 @@
5802
5864
  "tags" : [ "fips" ]
5803
5865
  } ]
5804
5866
  },
5867
+ "ca-west-1" : {
5868
+ "variants" : [ {
5869
+ "hostname" : "ec2-fips.ca-west-1.amazonaws.com",
5870
+ "tags" : [ "fips" ]
5871
+ } ]
5872
+ },
5805
5873
  "eu-central-1" : { },
5806
5874
  "eu-central-2" : { },
5807
5875
  "eu-north-1" : { },
@@ -5822,6 +5890,13 @@
5822
5890
  "deprecated" : true,
5823
5891
  "hostname" : "ec2-fips.ca-central-1.amazonaws.com"
5824
5892
  },
5893
+ "fips-ca-west-1" : {
5894
+ "credentialScope" : {
5895
+ "region" : "ca-west-1"
5896
+ },
5897
+ "deprecated" : true,
5898
+ "hostname" : "ec2-fips.ca-west-1.amazonaws.com"
5899
+ },
5825
5900
  "fips-us-east-1" : {
5826
5901
  "credentialScope" : {
5827
5902
  "region" : "us-east-1"
@@ -6409,6 +6484,12 @@
6409
6484
  "tags" : [ "fips" ]
6410
6485
  } ]
6411
6486
  },
6487
+ "ca-west-1" : {
6488
+ "variants" : [ {
6489
+ "hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com",
6490
+ "tags" : [ "fips" ]
6491
+ } ]
6492
+ },
6412
6493
  "eu-central-1" : {
6413
6494
  "variants" : [ {
6414
6495
  "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com",
@@ -6541,6 +6622,13 @@
6541
6622
  "deprecated" : true,
6542
6623
  "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com"
6543
6624
  },
6625
+ "fips-ca-west-1" : {
6626
+ "credentialScope" : {
6627
+ "region" : "ca-west-1"
6628
+ },
6629
+ "deprecated" : true,
6630
+ "hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com"
6631
+ },
6544
6632
  "fips-eu-central-1" : {
6545
6633
  "credentialScope" : {
6546
6634
  "region" : "eu-central-1"
@@ -7107,6 +7195,7 @@
7107
7195
  "eu-central-1" : { },
7108
7196
  "eu-north-1" : { },
7109
7197
  "eu-south-1" : { },
7198
+ "eu-south-2" : { },
7110
7199
  "eu-west-1" : { },
7111
7200
  "eu-west-2" : { },
7112
7201
  "eu-west-3" : { },
@@ -8320,6 +8409,7 @@
8320
8409
  "ap-southeast-3" : { },
8321
8410
  "ap-southeast-4" : { },
8322
8411
  "ca-central-1" : { },
8412
+ "ca-west-1" : { },
8323
8413
  "eu-central-1" : { },
8324
8414
  "eu-central-2" : { },
8325
8415
  "eu-north-1" : { },
@@ -8587,6 +8677,7 @@
8587
8677
  "ap-southeast-3" : { },
8588
8678
  "ap-southeast-4" : { },
8589
8679
  "ca-central-1" : { },
8680
+ "ca-west-1" : { },
8590
8681
  "eu-central-1" : { },
8591
8682
  "eu-central-2" : { },
8592
8683
  "eu-north-1" : { },
@@ -10609,6 +10700,7 @@
10609
10700
  "ap-southeast-3" : { },
10610
10701
  "ap-southeast-4" : { },
10611
10702
  "ca-central-1" : { },
10703
+ "ca-west-1" : { },
10612
10704
  "eu-central-1" : { },
10613
10705
  "eu-central-2" : { },
10614
10706
  "eu-north-1" : { },
@@ -11154,27 +11246,152 @@
11154
11246
  },
11155
11247
  "logs" : {
11156
11248
  "endpoints" : {
11157
- "af-south-1" : { },
11158
- "ap-east-1" : { },
11159
- "ap-northeast-1" : { },
11160
- "ap-northeast-2" : { },
11161
- "ap-northeast-3" : { },
11162
- "ap-south-1" : { },
11163
- "ap-south-2" : { },
11164
- "ap-southeast-1" : { },
11165
- "ap-southeast-2" : { },
11166
- "ap-southeast-3" : { },
11167
- "ap-southeast-4" : { },
11168
- "ca-central-1" : { },
11169
- "ca-west-1" : { },
11170
- "eu-central-1" : { },
11171
- "eu-central-2" : { },
11172
- "eu-north-1" : { },
11173
- "eu-south-1" : { },
11174
- "eu-south-2" : { },
11175
- "eu-west-1" : { },
11176
- "eu-west-2" : { },
11177
- "eu-west-3" : { },
11249
+ "af-south-1" : {
11250
+ "variants" : [ {
11251
+ "hostname" : "logs.af-south-1.api.aws",
11252
+ "tags" : [ "dualstack" ]
11253
+ } ]
11254
+ },
11255
+ "ap-east-1" : {
11256
+ "variants" : [ {
11257
+ "hostname" : "logs.ap-east-1.api.aws",
11258
+ "tags" : [ "dualstack" ]
11259
+ } ]
11260
+ },
11261
+ "ap-northeast-1" : {
11262
+ "variants" : [ {
11263
+ "hostname" : "logs.ap-northeast-1.api.aws",
11264
+ "tags" : [ "dualstack" ]
11265
+ } ]
11266
+ },
11267
+ "ap-northeast-2" : {
11268
+ "variants" : [ {
11269
+ "hostname" : "logs.ap-northeast-2.api.aws",
11270
+ "tags" : [ "dualstack" ]
11271
+ } ]
11272
+ },
11273
+ "ap-northeast-3" : {
11274
+ "variants" : [ {
11275
+ "hostname" : "logs.ap-northeast-3.api.aws",
11276
+ "tags" : [ "dualstack" ]
11277
+ } ]
11278
+ },
11279
+ "ap-south-1" : {
11280
+ "variants" : [ {
11281
+ "hostname" : "logs.ap-south-1.api.aws",
11282
+ "tags" : [ "dualstack" ]
11283
+ } ]
11284
+ },
11285
+ "ap-south-2" : {
11286
+ "variants" : [ {
11287
+ "hostname" : "logs.ap-south-2.api.aws",
11288
+ "tags" : [ "dualstack" ]
11289
+ } ]
11290
+ },
11291
+ "ap-southeast-1" : {
11292
+ "variants" : [ {
11293
+ "hostname" : "logs.ap-southeast-1.api.aws",
11294
+ "tags" : [ "dualstack" ]
11295
+ } ]
11296
+ },
11297
+ "ap-southeast-2" : {
11298
+ "variants" : [ {
11299
+ "hostname" : "logs.ap-southeast-2.api.aws",
11300
+ "tags" : [ "dualstack" ]
11301
+ } ]
11302
+ },
11303
+ "ap-southeast-3" : {
11304
+ "variants" : [ {
11305
+ "hostname" : "logs.ap-southeast-3.api.aws",
11306
+ "tags" : [ "dualstack" ]
11307
+ } ]
11308
+ },
11309
+ "ap-southeast-4" : {
11310
+ "variants" : [ {
11311
+ "hostname" : "logs.ap-southeast-4.api.aws",
11312
+ "tags" : [ "dualstack" ]
11313
+ } ]
11314
+ },
11315
+ "ca-central-1" : {
11316
+ "variants" : [ {
11317
+ "hostname" : "logs-fips.ca-central-1.amazonaws.com",
11318
+ "tags" : [ "fips" ]
11319
+ }, {
11320
+ "hostname" : "logs.ca-central-1.api.aws",
11321
+ "tags" : [ "dualstack" ]
11322
+ } ]
11323
+ },
11324
+ "ca-west-1" : {
11325
+ "variants" : [ {
11326
+ "hostname" : "logs-fips.ca-west-1.amazonaws.com",
11327
+ "tags" : [ "fips" ]
11328
+ }, {
11329
+ "hostname" : "logs.ca-west-1.api.aws",
11330
+ "tags" : [ "dualstack" ]
11331
+ } ]
11332
+ },
11333
+ "eu-central-1" : {
11334
+ "variants" : [ {
11335
+ "hostname" : "logs.eu-central-1.api.aws",
11336
+ "tags" : [ "dualstack" ]
11337
+ } ]
11338
+ },
11339
+ "eu-central-2" : {
11340
+ "variants" : [ {
11341
+ "hostname" : "logs.eu-central-2.api.aws",
11342
+ "tags" : [ "dualstack" ]
11343
+ } ]
11344
+ },
11345
+ "eu-north-1" : {
11346
+ "variants" : [ {
11347
+ "hostname" : "logs.eu-north-1.api.aws",
11348
+ "tags" : [ "dualstack" ]
11349
+ } ]
11350
+ },
11351
+ "eu-south-1" : {
11352
+ "variants" : [ {
11353
+ "hostname" : "logs.eu-south-1.api.aws",
11354
+ "tags" : [ "dualstack" ]
11355
+ } ]
11356
+ },
11357
+ "eu-south-2" : {
11358
+ "variants" : [ {
11359
+ "hostname" : "logs.eu-south-2.api.aws",
11360
+ "tags" : [ "dualstack" ]
11361
+ } ]
11362
+ },
11363
+ "eu-west-1" : {
11364
+ "variants" : [ {
11365
+ "hostname" : "logs.eu-west-1.api.aws",
11366
+ "tags" : [ "dualstack" ]
11367
+ } ]
11368
+ },
11369
+ "eu-west-2" : {
11370
+ "variants" : [ {
11371
+ "hostname" : "logs.eu-west-2.api.aws",
11372
+ "tags" : [ "dualstack" ]
11373
+ } ]
11374
+ },
11375
+ "eu-west-3" : {
11376
+ "variants" : [ {
11377
+ "hostname" : "logs.eu-west-3.api.aws",
11378
+ "tags" : [ "dualstack" ]
11379
+ } ]
11380
+ },
11381
+ "fips-ca-central-1" : {
11382
+ "credentialScope" : {
11383
+ "region" : "ca-central-1"
11384
+ },
11385
+ "deprecated" : true,
11386
+ "hostname" : "logs-fips.ca-central-1.amazonaws.com"
11387
+ },
11388
+ "fips-ca-west-1" : {
11389
+ "credentialScope" : {
11390
+ "region" : "ca-west-1"
11391
+ },
11392
+ "deprecated" : true,
11393
+ "hostname" : "logs-fips.ca-west-1.amazonaws.com"
11394
+ },
11178
11395
  "fips-us-east-1" : {
11179
11396
  "credentialScope" : {
11180
11397
  "region" : "us-east-1"
@@ -11203,32 +11420,64 @@
11203
11420
  "deprecated" : true,
11204
11421
  "hostname" : "logs-fips.us-west-2.amazonaws.com"
11205
11422
  },
11206
- "il-central-1" : { },
11207
- "me-central-1" : { },
11208
- "me-south-1" : { },
11209
- "sa-east-1" : { },
11423
+ "il-central-1" : {
11424
+ "variants" : [ {
11425
+ "hostname" : "logs.il-central-1.api.aws",
11426
+ "tags" : [ "dualstack" ]
11427
+ } ]
11428
+ },
11429
+ "me-central-1" : {
11430
+ "variants" : [ {
11431
+ "hostname" : "logs.me-central-1.api.aws",
11432
+ "tags" : [ "dualstack" ]
11433
+ } ]
11434
+ },
11435
+ "me-south-1" : {
11436
+ "variants" : [ {
11437
+ "hostname" : "logs.me-south-1.api.aws",
11438
+ "tags" : [ "dualstack" ]
11439
+ } ]
11440
+ },
11441
+ "sa-east-1" : {
11442
+ "variants" : [ {
11443
+ "hostname" : "logs.sa-east-1.api.aws",
11444
+ "tags" : [ "dualstack" ]
11445
+ } ]
11446
+ },
11210
11447
  "us-east-1" : {
11211
11448
  "variants" : [ {
11212
11449
  "hostname" : "logs-fips.us-east-1.amazonaws.com",
11213
11450
  "tags" : [ "fips" ]
11451
+ }, {
11452
+ "hostname" : "logs.us-east-1.api.aws",
11453
+ "tags" : [ "dualstack" ]
11214
11454
  } ]
11215
11455
  },
11216
11456
  "us-east-2" : {
11217
11457
  "variants" : [ {
11218
11458
  "hostname" : "logs-fips.us-east-2.amazonaws.com",
11219
11459
  "tags" : [ "fips" ]
11460
+ }, {
11461
+ "hostname" : "logs.us-east-2.api.aws",
11462
+ "tags" : [ "dualstack" ]
11220
11463
  } ]
11221
11464
  },
11222
11465
  "us-west-1" : {
11223
11466
  "variants" : [ {
11224
11467
  "hostname" : "logs-fips.us-west-1.amazonaws.com",
11225
11468
  "tags" : [ "fips" ]
11469
+ }, {
11470
+ "hostname" : "logs.us-west-1.api.aws",
11471
+ "tags" : [ "dualstack" ]
11226
11472
  } ]
11227
11473
  },
11228
11474
  "us-west-2" : {
11229
11475
  "variants" : [ {
11230
11476
  "hostname" : "logs-fips.us-west-2.amazonaws.com",
11231
11477
  "tags" : [ "fips" ]
11478
+ }, {
11479
+ "hostname" : "logs.us-west-2.api.aws",
11480
+ "tags" : [ "dualstack" ]
11232
11481
  } ]
11233
11482
  }
11234
11483
  }
@@ -11281,6 +11530,7 @@
11281
11530
  "eu-central-1" : { },
11282
11531
  "eu-north-1" : { },
11283
11532
  "eu-south-1" : { },
11533
+ "eu-south-2" : { },
11284
11534
  "eu-west-1" : { },
11285
11535
  "eu-west-2" : { },
11286
11536
  "eu-west-3" : { },
@@ -11299,6 +11549,7 @@
11299
11549
  "fips-us-west-2" : {
11300
11550
  "deprecated" : true
11301
11551
  },
11552
+ "il-central-1" : { },
11302
11553
  "sa-east-1" : { },
11303
11554
  "us-east-1" : {
11304
11555
  "variants" : [ {
@@ -11567,9 +11818,12 @@
11567
11818
  "endpoints" : {
11568
11819
  "ap-northeast-1" : { },
11569
11820
  "ap-northeast-2" : { },
11821
+ "ap-northeast-3" : { },
11570
11822
  "ap-south-1" : { },
11571
11823
  "ap-southeast-1" : { },
11572
11824
  "ap-southeast-2" : { },
11825
+ "ap-southeast-4" : { },
11826
+ "ca-central-1" : { },
11573
11827
  "eu-central-1" : { },
11574
11828
  "eu-north-1" : { },
11575
11829
  "eu-west-1" : { },
@@ -12763,8 +13017,10 @@
12763
13017
  "ap-southeast-2" : { },
12764
13018
  "ca-central-1" : { },
12765
13019
  "eu-central-1" : { },
13020
+ "eu-north-1" : { },
12766
13021
  "eu-west-1" : { },
12767
13022
  "eu-west-2" : { },
13023
+ "sa-east-1" : { },
12768
13024
  "us-east-1" : { },
12769
13025
  "us-east-2" : { },
12770
13026
  "us-west-1" : { },
@@ -13286,6 +13542,13 @@
13286
13542
  }
13287
13543
  }
13288
13544
  },
13545
+ "private-networks" : {
13546
+ "endpoints" : {
13547
+ "us-east-1" : { },
13548
+ "us-east-2" : { },
13549
+ "us-west-2" : { }
13550
+ }
13551
+ },
13289
13552
  "profile" : {
13290
13553
  "endpoints" : {
13291
13554
  "af-south-1" : { },
@@ -14048,15 +14311,105 @@
14048
14311
  },
14049
14312
  "ca-west-1" : {
14050
14313
  "variants" : [ {
14051
- "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
14314
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
14315
+ "tags" : [ "fips" ]
14316
+ } ]
14317
+ },
14318
+ "eu-central-1" : { },
14319
+ "eu-central-2" : { },
14320
+ "eu-north-1" : { },
14321
+ "eu-south-1" : { },
14322
+ "eu-south-2" : { },
14323
+ "eu-west-1" : { },
14324
+ "eu-west-2" : { },
14325
+ "eu-west-3" : { },
14326
+ "fips-ca-central-1" : {
14327
+ "credentialScope" : {
14328
+ "region" : "ca-central-1"
14329
+ },
14330
+ "deprecated" : true,
14331
+ "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
14332
+ },
14333
+ "fips-ca-west-1" : {
14334
+ "credentialScope" : {
14335
+ "region" : "ca-west-1"
14336
+ },
14337
+ "deprecated" : true,
14338
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
14339
+ },
14340
+ "fips-us-east-1" : {
14341
+ "credentialScope" : {
14342
+ "region" : "us-east-1"
14343
+ },
14344
+ "deprecated" : true,
14345
+ "hostname" : "redshift-fips.us-east-1.amazonaws.com"
14346
+ },
14347
+ "fips-us-east-2" : {
14348
+ "credentialScope" : {
14349
+ "region" : "us-east-2"
14350
+ },
14351
+ "deprecated" : true,
14352
+ "hostname" : "redshift-fips.us-east-2.amazonaws.com"
14353
+ },
14354
+ "fips-us-west-1" : {
14355
+ "credentialScope" : {
14356
+ "region" : "us-west-1"
14357
+ },
14358
+ "deprecated" : true,
14359
+ "hostname" : "redshift-fips.us-west-1.amazonaws.com"
14360
+ },
14361
+ "fips-us-west-2" : {
14362
+ "credentialScope" : {
14363
+ "region" : "us-west-2"
14364
+ },
14365
+ "deprecated" : true,
14366
+ "hostname" : "redshift-fips.us-west-2.amazonaws.com"
14367
+ },
14368
+ "il-central-1" : { },
14369
+ "me-central-1" : { },
14370
+ "me-south-1" : { },
14371
+ "sa-east-1" : { },
14372
+ "us-east-1" : {
14373
+ "variants" : [ {
14374
+ "hostname" : "redshift-fips.us-east-1.amazonaws.com",
14375
+ "tags" : [ "fips" ]
14376
+ } ]
14377
+ },
14378
+ "us-east-2" : {
14379
+ "variants" : [ {
14380
+ "hostname" : "redshift-fips.us-east-2.amazonaws.com",
14381
+ "tags" : [ "fips" ]
14382
+ } ]
14383
+ },
14384
+ "us-west-1" : {
14385
+ "variants" : [ {
14386
+ "hostname" : "redshift-fips.us-west-1.amazonaws.com",
14387
+ "tags" : [ "fips" ]
14388
+ } ]
14389
+ },
14390
+ "us-west-2" : {
14391
+ "variants" : [ {
14392
+ "hostname" : "redshift-fips.us-west-2.amazonaws.com",
14393
+ "tags" : [ "fips" ]
14394
+ } ]
14395
+ }
14396
+ }
14397
+ },
14398
+ "redshift-serverless" : {
14399
+ "endpoints" : {
14400
+ "ap-northeast-1" : { },
14401
+ "ap-northeast-2" : { },
14402
+ "ap-south-1" : { },
14403
+ "ap-southeast-1" : { },
14404
+ "ap-southeast-2" : { },
14405
+ "ca-central-1" : {
14406
+ "variants" : [ {
14407
+ "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
14052
14408
  "tags" : [ "fips" ]
14053
14409
  } ]
14054
14410
  },
14055
14411
  "eu-central-1" : { },
14056
- "eu-central-2" : { },
14057
14412
  "eu-north-1" : { },
14058
- "eu-south-1" : { },
14059
- "eu-south-2" : { },
14060
14413
  "eu-west-1" : { },
14061
14414
  "eu-west-2" : { },
14062
14415
  "eu-west-3" : { },
@@ -14065,92 +14418,62 @@
14065
14418
  "region" : "ca-central-1"
14066
14419
  },
14067
14420
  "deprecated" : true,
14068
- "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
14069
- },
14070
- "fips-ca-west-1" : {
14071
- "credentialScope" : {
14072
- "region" : "ca-west-1"
14073
- },
14074
- "deprecated" : true,
14075
- "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
14421
+ "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com"
14076
14422
  },
14077
14423
  "fips-us-east-1" : {
14078
14424
  "credentialScope" : {
14079
14425
  "region" : "us-east-1"
14080
14426
  },
14081
14427
  "deprecated" : true,
14082
- "hostname" : "redshift-fips.us-east-1.amazonaws.com"
14428
+ "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com"
14083
14429
  },
14084
14430
  "fips-us-east-2" : {
14085
14431
  "credentialScope" : {
14086
14432
  "region" : "us-east-2"
14087
14433
  },
14088
14434
  "deprecated" : true,
14089
- "hostname" : "redshift-fips.us-east-2.amazonaws.com"
14435
+ "hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com"
14090
14436
  },
14091
14437
  "fips-us-west-1" : {
14092
14438
  "credentialScope" : {
14093
14439
  "region" : "us-west-1"
14094
14440
  },
14095
14441
  "deprecated" : true,
14096
- "hostname" : "redshift-fips.us-west-1.amazonaws.com"
14442
+ "hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com"
14097
14443
  },
14098
14444
  "fips-us-west-2" : {
14099
14445
  "credentialScope" : {
14100
14446
  "region" : "us-west-2"
14101
14447
  },
14102
14448
  "deprecated" : true,
14103
- "hostname" : "redshift-fips.us-west-2.amazonaws.com"
14449
+ "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
14104
14450
  },
14105
- "il-central-1" : { },
14106
- "me-central-1" : { },
14107
- "me-south-1" : { },
14108
- "sa-east-1" : { },
14109
14451
  "us-east-1" : {
14110
14452
  "variants" : [ {
14111
- "hostname" : "redshift-fips.us-east-1.amazonaws.com",
14453
+ "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
14112
14454
  "tags" : [ "fips" ]
14113
14455
  } ]
14114
14456
  },
14115
14457
  "us-east-2" : {
14116
14458
  "variants" : [ {
14117
- "hostname" : "redshift-fips.us-east-2.amazonaws.com",
14459
+ "hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com",
14118
14460
  "tags" : [ "fips" ]
14119
14461
  } ]
14120
14462
  },
14121
14463
  "us-west-1" : {
14122
14464
  "variants" : [ {
14123
- "hostname" : "redshift-fips.us-west-1.amazonaws.com",
14465
+ "hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com",
14124
14466
  "tags" : [ "fips" ]
14125
14467
  } ]
14126
14468
  },
14127
14469
  "us-west-2" : {
14128
14470
  "variants" : [ {
14129
- "hostname" : "redshift-fips.us-west-2.amazonaws.com",
14471
+ "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com",
14130
14472
  "tags" : [ "fips" ]
14131
14473
  } ]
14132
14474
  }
14133
14475
  }
14134
14476
  },
14135
- "redshift-serverless" : {
14136
- "endpoints" : {
14137
- "ap-northeast-1" : { },
14138
- "ap-northeast-2" : { },
14139
- "ap-south-1" : { },
14140
- "ap-southeast-1" : { },
14141
- "ap-southeast-2" : { },
14142
- "ca-central-1" : { },
14143
- "eu-central-1" : { },
14144
- "eu-north-1" : { },
14145
- "eu-west-1" : { },
14146
- "eu-west-2" : { },
14147
- "eu-west-3" : { },
14148
- "us-east-1" : { },
14149
- "us-east-2" : { },
14150
- "us-west-1" : { },
14151
- "us-west-2" : { }
14152
- }
14153
- },
14154
14477
  "rekognition" : {
14155
14478
  "endpoints" : {
14156
14479
  "ap-northeast-1" : { },
@@ -14339,96 +14662,26 @@
14339
14662
  }
14340
14663
  },
14341
14664
  "resource-explorer-2" : {
14342
- "defaults" : {
14343
- "dnsSuffix" : "api.aws",
14344
- "variants" : [ {
14345
- "dnsSuffix" : "api.aws",
14346
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
14347
- "tags" : [ "fips" ]
14348
- } ]
14349
- },
14350
14665
  "endpoints" : {
14351
- "af-south-1" : {
14352
- "hostname" : "resource-explorer-2.af-south-1.api.aws"
14353
- },
14354
- "ap-east-1" : {
14355
- "hostname" : "resource-explorer-2.ap-east-1.api.aws"
14356
- },
14357
- "ap-northeast-1" : {
14358
- "hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
14359
- },
14360
- "ap-northeast-2" : {
14361
- "hostname" : "resource-explorer-2.ap-northeast-2.api.aws"
14362
- },
14363
- "ap-northeast-3" : {
14364
- "hostname" : "resource-explorer-2.ap-northeast-3.api.aws"
14365
- },
14366
- "ap-south-1" : {
14367
- "hostname" : "resource-explorer-2.ap-south-1.api.aws"
14368
- },
14369
- "ap-south-2" : {
14370
- "hostname" : "resource-explorer-2.ap-south-2.api.aws"
14371
- },
14372
- "ap-southeast-1" : {
14373
- "hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
14374
- },
14375
- "ap-southeast-2" : {
14376
- "hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
14377
- },
14378
- "ap-southeast-3" : {
14379
- "hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
14380
- },
14381
- "ap-southeast-4" : {
14382
- "hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
14383
- },
14384
- "ca-central-1" : {
14385
- "hostname" : "resource-explorer-2.ca-central-1.api.aws"
14386
- },
14387
- "eu-central-1" : {
14388
- "hostname" : "resource-explorer-2.eu-central-1.api.aws"
14389
- },
14390
- "eu-central-2" : {
14391
- "hostname" : "resource-explorer-2.eu-central-2.api.aws"
14392
- },
14393
- "eu-north-1" : {
14394
- "hostname" : "resource-explorer-2.eu-north-1.api.aws"
14395
- },
14396
- "eu-south-1" : {
14397
- "hostname" : "resource-explorer-2.eu-south-1.api.aws"
14398
- },
14399
- "eu-west-1" : {
14400
- "hostname" : "resource-explorer-2.eu-west-1.api.aws"
14401
- },
14402
- "eu-west-2" : {
14403
- "hostname" : "resource-explorer-2.eu-west-2.api.aws"
14404
- },
14405
- "eu-west-3" : {
14406
- "hostname" : "resource-explorer-2.eu-west-3.api.aws"
14407
- },
14408
- "il-central-1" : {
14409
- "hostname" : "resource-explorer-2.il-central-1.api.aws"
14410
- },
14411
- "me-central-1" : {
14412
- "hostname" : "resource-explorer-2.me-central-1.api.aws"
14413
- },
14414
- "me-south-1" : {
14415
- "hostname" : "resource-explorer-2.me-south-1.api.aws"
14416
- },
14417
- "sa-east-1" : {
14418
- "hostname" : "resource-explorer-2.sa-east-1.api.aws"
14419
- },
14420
- "us-east-1" : {
14421
- "hostname" : "resource-explorer-2.us-east-1.api.aws"
14422
- },
14423
- "us-east-2" : {
14424
- "hostname" : "resource-explorer-2.us-east-2.api.aws"
14425
- },
14426
- "us-west-1" : {
14427
- "hostname" : "resource-explorer-2.us-west-1.api.aws"
14428
- },
14429
- "us-west-2" : {
14430
- "hostname" : "resource-explorer-2.us-west-2.api.aws"
14431
- }
14666
+ "ap-northeast-1" : { },
14667
+ "ap-northeast-2" : { },
14668
+ "ap-northeast-3" : { },
14669
+ "ap-south-1" : { },
14670
+ "ap-southeast-1" : { },
14671
+ "ap-southeast-2" : { },
14672
+ "ap-southeast-3" : { },
14673
+ "ca-central-1" : { },
14674
+ "eu-central-1" : { },
14675
+ "eu-north-1" : { },
14676
+ "eu-west-1" : { },
14677
+ "eu-west-2" : { },
14678
+ "eu-west-3" : { },
14679
+ "me-south-1" : { },
14680
+ "sa-east-1" : { },
14681
+ "us-east-1" : { },
14682
+ "us-east-2" : { },
14683
+ "us-west-1" : { },
14684
+ "us-west-2" : { }
14432
14685
  }
14433
14686
  },
14434
14687
  "resource-groups" : {
@@ -14537,6 +14790,7 @@
14537
14790
  "ap-southeast-3" : { },
14538
14791
  "ap-southeast-4" : { },
14539
14792
  "ca-central-1" : { },
14793
+ "ca-west-1" : { },
14540
14794
  "eu-central-1" : { },
14541
14795
  "eu-central-2" : { },
14542
14796
  "eu-north-1" : { },
@@ -16835,10 +17089,16 @@
16835
17089
  },
16836
17090
  "sms-voice" : {
16837
17091
  "endpoints" : {
17092
+ "af-south-1" : { },
16838
17093
  "ap-northeast-1" : { },
17094
+ "ap-northeast-2" : { },
17095
+ "ap-northeast-3" : { },
16839
17096
  "ap-south-1" : { },
17097
+ "ap-south-2" : { },
16840
17098
  "ap-southeast-1" : { },
16841
17099
  "ap-southeast-2" : { },
17100
+ "ap-southeast-3" : { },
17101
+ "ap-southeast-4" : { },
16842
17102
  "ca-central-1" : {
16843
17103
  "variants" : [ {
16844
17104
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
@@ -16846,8 +17106,13 @@
16846
17106
  } ]
16847
17107
  },
16848
17108
  "eu-central-1" : { },
17109
+ "eu-central-2" : { },
17110
+ "eu-north-1" : { },
17111
+ "eu-south-1" : { },
17112
+ "eu-south-2" : { },
16849
17113
  "eu-west-1" : { },
16850
17114
  "eu-west-2" : { },
17115
+ "eu-west-3" : { },
16851
17116
  "fips-ca-central-1" : {
16852
17117
  "credentialScope" : {
16853
17118
  "region" : "ca-central-1"
@@ -16862,6 +17127,20 @@
16862
17127
  "deprecated" : true,
16863
17128
  "hostname" : "sms-voice-fips.us-east-1.amazonaws.com"
16864
17129
  },
17130
+ "fips-us-east-2" : {
17131
+ "credentialScope" : {
17132
+ "region" : "us-east-2"
17133
+ },
17134
+ "deprecated" : true,
17135
+ "hostname" : "sms-voice-fips.us-east-2.amazonaws.com"
17136
+ },
17137
+ "fips-us-west-1" : {
17138
+ "credentialScope" : {
17139
+ "region" : "us-west-1"
17140
+ },
17141
+ "deprecated" : true,
17142
+ "hostname" : "sms-voice-fips.us-west-1.amazonaws.com"
17143
+ },
16865
17144
  "fips-us-west-2" : {
16866
17145
  "credentialScope" : {
16867
17146
  "region" : "us-west-2"
@@ -16869,12 +17148,28 @@
16869
17148
  "deprecated" : true,
16870
17149
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
16871
17150
  },
17151
+ "il-central-1" : { },
17152
+ "me-central-1" : { },
17153
+ "me-south-1" : { },
17154
+ "sa-east-1" : { },
16872
17155
  "us-east-1" : {
16873
17156
  "variants" : [ {
16874
17157
  "hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
16875
17158
  "tags" : [ "fips" ]
16876
17159
  } ]
16877
17160
  },
17161
+ "us-east-2" : {
17162
+ "variants" : [ {
17163
+ "hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
17164
+ "tags" : [ "fips" ]
17165
+ } ]
17166
+ },
17167
+ "us-west-1" : {
17168
+ "variants" : [ {
17169
+ "hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
17170
+ "tags" : [ "fips" ]
17171
+ } ]
17172
+ },
16878
17173
  "us-west-2" : {
16879
17174
  "variants" : [ {
16880
17175
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
@@ -20683,6 +20978,12 @@
20683
20978
  "cn-northwest-1" : { }
20684
20979
  }
20685
20980
  },
20981
+ "inspector2" : {
20982
+ "endpoints" : {
20983
+ "cn-north-1" : { },
20984
+ "cn-northwest-1" : { }
20985
+ }
20986
+ },
20686
20987
  "internetmonitor" : {
20687
20988
  "defaults" : {
20688
20989
  "dnsSuffix" : "api.amazonwebservices.com.cn",
@@ -20895,6 +21196,12 @@
20895
21196
  }
20896
21197
  }
20897
21198
  },
21199
+ "network-firewall" : {
21200
+ "endpoints" : {
21201
+ "cn-north-1" : { },
21202
+ "cn-northwest-1" : { }
21203
+ }
21204
+ },
20898
21205
  "oam" : {
20899
21206
  "endpoints" : {
20900
21207
  "cn-north-1" : { },
@@ -21019,24 +21326,6 @@
21019
21326
  "cn-north-1" : { }
21020
21327
  }
21021
21328
  },
21022
- "resource-explorer-2" : {
21023
- "defaults" : {
21024
- "dnsSuffix" : "api.amazonwebservices.com.cn",
21025
- "variants" : [ {
21026
- "dnsSuffix" : "api.amazonwebservices.com.cn",
21027
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
21028
- "tags" : [ "fips" ]
21029
- } ]
21030
- },
21031
- "endpoints" : {
21032
- "cn-north-1" : {
21033
- "hostname" : "resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn"
21034
- },
21035
- "cn-northwest-1" : {
21036
- "hostname" : "resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn"
21037
- }
21038
- }
21039
- },
21040
21329
  "resource-groups" : {
21041
21330
  "endpoints" : {
21042
21331
  "cn-north-1" : { },
@@ -23254,6 +23543,12 @@
23254
23543
  "us-gov-west-1" : { }
23255
23544
  }
23256
23545
  },
23546
+ "emr-serverless" : {
23547
+ "endpoints" : {
23548
+ "us-gov-east-1" : { },
23549
+ "us-gov-west-1" : { }
23550
+ }
23551
+ },
23257
23552
  "es" : {
23258
23553
  "endpoints" : {
23259
23554
  "fips" : {
@@ -24937,24 +25232,6 @@
24937
25232
  }
24938
25233
  }
24939
25234
  },
24940
- "resource-explorer-2" : {
24941
- "defaults" : {
24942
- "dnsSuffix" : "api.aws",
24943
- "variants" : [ {
24944
- "dnsSuffix" : "api.aws",
24945
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
24946
- "tags" : [ "fips" ]
24947
- } ]
24948
- },
24949
- "endpoints" : {
24950
- "us-gov-east-1" : {
24951
- "hostname" : "resource-explorer-2.us-gov-east-1.api.aws"
24952
- },
24953
- "us-gov-west-1" : {
24954
- "hostname" : "resource-explorer-2.us-gov-west-1.api.aws"
24955
- }
24956
- }
24957
- },
24958
25235
  "resource-groups" : {
24959
25236
  "defaults" : {
24960
25237
  "variants" : [ {
@@ -25550,6 +25827,13 @@
25550
25827
  },
25551
25828
  "sms-voice" : {
25552
25829
  "endpoints" : {
25830
+ "fips-us-gov-east-1" : {
25831
+ "credentialScope" : {
25832
+ "region" : "us-gov-east-1"
25833
+ },
25834
+ "deprecated" : true,
25835
+ "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com"
25836
+ },
25553
25837
  "fips-us-gov-west-1" : {
25554
25838
  "credentialScope" : {
25555
25839
  "region" : "us-gov-west-1"
@@ -25557,6 +25841,12 @@
25557
25841
  "deprecated" : true,
25558
25842
  "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com"
25559
25843
  },
25844
+ "us-gov-east-1" : {
25845
+ "variants" : [ {
25846
+ "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
25847
+ "tags" : [ "fips" ]
25848
+ } ]
25849
+ },
25560
25850
  "us-gov-west-1" : {
25561
25851
  "variants" : [ {
25562
25852
  "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
@@ -26274,6 +26564,16 @@
26274
26564
  }
26275
26565
  }
26276
26566
  },
26567
+ "api.pricing" : {
26568
+ "defaults" : {
26569
+ "credentialScope" : {
26570
+ "service" : "pricing"
26571
+ }
26572
+ },
26573
+ "endpoints" : {
26574
+ "us-iso-east-1" : { }
26575
+ }
26576
+ },
26277
26577
  "api.sagemaker" : {
26278
26578
  "endpoints" : {
26279
26579
  "us-iso-east-1" : { }
@@ -26305,6 +26605,12 @@
26305
26605
  "us-iso-west-1" : { }
26306
26606
  }
26307
26607
  },
26608
+ "arc-zonal-shift" : {
26609
+ "endpoints" : {
26610
+ "us-iso-east-1" : { },
26611
+ "us-iso-west-1" : { }
26612
+ }
26613
+ },
26308
26614
  "athena" : {
26309
26615
  "endpoints" : {
26310
26616
  "us-iso-east-1" : { }
@@ -27084,6 +27390,16 @@
27084
27390
  }
27085
27391
  }
27086
27392
  },
27393
+ "api.pricing" : {
27394
+ "defaults" : {
27395
+ "credentialScope" : {
27396
+ "service" : "pricing"
27397
+ }
27398
+ },
27399
+ "endpoints" : {
27400
+ "us-isob-east-1" : { }
27401
+ }
27402
+ },
27087
27403
  "api.sagemaker" : {
27088
27404
  "endpoints" : {
27089
27405
  "us-isob-east-1" : { }
@@ -27107,6 +27423,11 @@
27107
27423
  "us-isob-east-1" : { }
27108
27424
  }
27109
27425
  },
27426
+ "arc-zonal-shift" : {
27427
+ "endpoints" : {
27428
+ "us-isob-east-1" : { }
27429
+ }
27430
+ },
27110
27431
  "autoscaling" : {
27111
27432
  "defaults" : {
27112
27433
  "protocols" : [ "http", "https" ]
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.884.0
4
+ version: 1.896.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: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-03-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: