aws-partitions 1.977.0 → 1.987.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: e891f4df74d1ad5f0e395ef94ef9791b12b676656d8c92e438cb1759938ea4bb
4
- data.tar.gz: 4e7a928692f09295f12ab45d5ceee47115463363108939435e68957df286e401
3
+ metadata.gz: d710976d7750d5f520a380a5931d8fff9cd1c1027b82f03fa4c454dd7999957f
4
+ data.tar.gz: d8e24732c846b0b95e2bc34ca0d6bb2470d6d79df2e195cfccb174de999c43bd
5
5
  SHA512:
6
- metadata.gz: 7f030c667e564bb7a9bf281fb38f800f750fedfebcbcf91931c6a4210f713e362014f1d24f05a06ffce717f39e7803b1d3aef3ec50e429fbee13bae738fa60a9
7
- data.tar.gz: 47807fee5635dc1fabfc0d00dbf9889e296b751a25643d7ecd3ce250754b0eb9f023a3ca62ad8e257fc070082fb02bd0f2b9950ee30f2e429a672e0270100e79
6
+ metadata.gz: '089ae035886d709863886cab4480ec5294389137f21aca1afd313a0ba1d20ae7a91215e803848c27e0f6df5b11fb43fa34b6163976b687d14c71b8e4cfc171f1'
7
+ data.tar.gz: 74d9ea6c89dd862a5c47b8448aa7971757541a84e15a9121a713064709401c631dd7511ae365cf6bb19ece9a7b2b2773afcaa683f353fe3cbc0b8b78dfd480fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.987.0 (2024-10-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.986.0 (2024-10-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.985.0 (2024-10-04)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.984.0 (2024-10-03)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::MarketplaceReporting`.
23
+
24
+ 1.983.0 (2024-10-02)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.982.0 (2024-10-01)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.981.0 (2024-09-27)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.980.0 (2024-09-26)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.979.0 (2024-09-25)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.978.0 (2024-09-24)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.977.0 (2024-09-18)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.977.0
1
+ 1.987.0
@@ -477,6 +477,7 @@ module Aws
477
477
  'MarketplaceDeployment' => 'deployment-marketplace',
478
478
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
479
479
  'MarketplaceMetering' => 'metering.marketplace',
480
+ 'MarketplaceReporting' => 'reporting-marketplace',
480
481
  'MediaConnect' => 'mediaconnect',
481
482
  'MediaConvert' => 'mediaconvert',
482
483
  'MediaLive' => 'medialive',
data/partitions.json CHANGED
@@ -559,11 +559,13 @@
559
559
  "aoss" : {
560
560
  "endpoints" : {
561
561
  "ap-northeast-1" : { },
562
+ "ap-northeast-2" : { },
562
563
  "ap-south-1" : { },
563
564
  "ap-southeast-1" : { },
564
565
  "ap-southeast-2" : { },
565
566
  "ca-central-1" : { },
566
567
  "eu-central-1" : { },
568
+ "eu-central-2" : { },
567
569
  "eu-west-1" : { },
568
570
  "eu-west-2" : { },
569
571
  "eu-west-3" : { },
@@ -1658,6 +1660,7 @@
1658
1660
  "ap-southeast-3" : { },
1659
1661
  "ap-southeast-4" : { },
1660
1662
  "ca-central-1" : { },
1663
+ "ca-west-1" : { },
1661
1664
  "eu-central-1" : { },
1662
1665
  "eu-central-2" : { },
1663
1666
  "eu-north-1" : { },
@@ -2709,6 +2712,7 @@
2709
2712
  "bedrock" : {
2710
2713
  "endpoints" : {
2711
2714
  "ap-northeast-1" : { },
2715
+ "ap-northeast-2" : { },
2712
2716
  "ap-south-1" : { },
2713
2717
  "ap-southeast-1" : { },
2714
2718
  "ap-southeast-2" : { },
@@ -2718,6 +2722,12 @@
2718
2722
  },
2719
2723
  "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2720
2724
  },
2725
+ "bedrock-ap-northeast-2" : {
2726
+ "credentialScope" : {
2727
+ "region" : "ap-northeast-2"
2728
+ },
2729
+ "hostname" : "bedrock.ap-northeast-2.amazonaws.com"
2730
+ },
2721
2731
  "bedrock-ap-south-1" : {
2722
2732
  "credentialScope" : {
2723
2733
  "region" : "ap-south-1"
@@ -2778,6 +2788,12 @@
2778
2788
  },
2779
2789
  "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2780
2790
  },
2791
+ "bedrock-fips-us-east-2" : {
2792
+ "credentialScope" : {
2793
+ "region" : "us-east-2"
2794
+ },
2795
+ "hostname" : "bedrock-fips.us-east-2.amazonaws.com"
2796
+ },
2781
2797
  "bedrock-fips-us-west-2" : {
2782
2798
  "credentialScope" : {
2783
2799
  "region" : "us-west-2"
@@ -2790,6 +2806,12 @@
2790
2806
  },
2791
2807
  "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2792
2808
  },
2809
+ "bedrock-runtime-ap-northeast-2" : {
2810
+ "credentialScope" : {
2811
+ "region" : "ap-northeast-2"
2812
+ },
2813
+ "hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
2814
+ },
2793
2815
  "bedrock-runtime-ap-south-1" : {
2794
2816
  "credentialScope" : {
2795
2817
  "region" : "ap-south-1"
@@ -2850,6 +2872,12 @@
2850
2872
  },
2851
2873
  "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2852
2874
  },
2875
+ "bedrock-runtime-fips-us-east-2" : {
2876
+ "credentialScope" : {
2877
+ "region" : "us-east-2"
2878
+ },
2879
+ "hostname" : "bedrock-runtime-fips.us-east-2.amazonaws.com"
2880
+ },
2853
2881
  "bedrock-runtime-fips-us-west-2" : {
2854
2882
  "credentialScope" : {
2855
2883
  "region" : "us-west-2"
@@ -2868,6 +2896,12 @@
2868
2896
  },
2869
2897
  "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2870
2898
  },
2899
+ "bedrock-runtime-us-east-2" : {
2900
+ "credentialScope" : {
2901
+ "region" : "us-east-2"
2902
+ },
2903
+ "hostname" : "bedrock-runtime.us-east-2.amazonaws.com"
2904
+ },
2871
2905
  "bedrock-runtime-us-west-2" : {
2872
2906
  "credentialScope" : {
2873
2907
  "region" : "us-west-2"
@@ -2886,6 +2920,12 @@
2886
2920
  },
2887
2921
  "hostname" : "bedrock.us-east-1.amazonaws.com"
2888
2922
  },
2923
+ "bedrock-us-east-2" : {
2924
+ "credentialScope" : {
2925
+ "region" : "us-east-2"
2926
+ },
2927
+ "hostname" : "bedrock.us-east-2.amazonaws.com"
2928
+ },
2889
2929
  "bedrock-us-west-2" : {
2890
2930
  "credentialScope" : {
2891
2931
  "region" : "us-west-2"
@@ -2899,6 +2939,7 @@
2899
2939
  "eu-west-3" : { },
2900
2940
  "sa-east-1" : { },
2901
2941
  "us-east-1" : { },
2942
+ "us-east-2" : { },
2902
2943
  "us-west-2" : { }
2903
2944
  }
2904
2945
  },
@@ -8430,28 +8471,133 @@
8430
8471
  },
8431
8472
  "firehose" : {
8432
8473
  "endpoints" : {
8433
- "af-south-1" : { },
8434
- "ap-east-1" : { },
8435
- "ap-northeast-1" : { },
8436
- "ap-northeast-2" : { },
8437
- "ap-northeast-3" : { },
8438
- "ap-south-1" : { },
8439
- "ap-south-2" : { },
8440
- "ap-southeast-1" : { },
8441
- "ap-southeast-2" : { },
8442
- "ap-southeast-3" : { },
8443
- "ap-southeast-4" : { },
8474
+ "af-south-1" : {
8475
+ "variants" : [ {
8476
+ "hostname" : "firehose.af-south-1.api.aws",
8477
+ "tags" : [ "dualstack" ]
8478
+ } ]
8479
+ },
8480
+ "ap-east-1" : {
8481
+ "variants" : [ {
8482
+ "hostname" : "firehose.ap-east-1.api.aws",
8483
+ "tags" : [ "dualstack" ]
8484
+ } ]
8485
+ },
8486
+ "ap-northeast-1" : {
8487
+ "variants" : [ {
8488
+ "hostname" : "firehose.ap-northeast-1.api.aws",
8489
+ "tags" : [ "dualstack" ]
8490
+ } ]
8491
+ },
8492
+ "ap-northeast-2" : {
8493
+ "variants" : [ {
8494
+ "hostname" : "firehose.ap-northeast-2.api.aws",
8495
+ "tags" : [ "dualstack" ]
8496
+ } ]
8497
+ },
8498
+ "ap-northeast-3" : {
8499
+ "variants" : [ {
8500
+ "hostname" : "firehose.ap-northeast-3.api.aws",
8501
+ "tags" : [ "dualstack" ]
8502
+ } ]
8503
+ },
8504
+ "ap-south-1" : {
8505
+ "variants" : [ {
8506
+ "hostname" : "firehose.ap-south-1.api.aws",
8507
+ "tags" : [ "dualstack" ]
8508
+ } ]
8509
+ },
8510
+ "ap-south-2" : {
8511
+ "variants" : [ {
8512
+ "hostname" : "firehose.ap-south-2.api.aws",
8513
+ "tags" : [ "dualstack" ]
8514
+ } ]
8515
+ },
8516
+ "ap-southeast-1" : {
8517
+ "variants" : [ {
8518
+ "hostname" : "firehose.ap-southeast-1.api.aws",
8519
+ "tags" : [ "dualstack" ]
8520
+ } ]
8521
+ },
8522
+ "ap-southeast-2" : {
8523
+ "variants" : [ {
8524
+ "hostname" : "firehose.ap-southeast-2.api.aws",
8525
+ "tags" : [ "dualstack" ]
8526
+ } ]
8527
+ },
8528
+ "ap-southeast-3" : {
8529
+ "variants" : [ {
8530
+ "hostname" : "firehose.ap-southeast-3.api.aws",
8531
+ "tags" : [ "dualstack" ]
8532
+ } ]
8533
+ },
8534
+ "ap-southeast-4" : {
8535
+ "variants" : [ {
8536
+ "hostname" : "firehose.ap-southeast-4.api.aws",
8537
+ "tags" : [ "dualstack" ]
8538
+ } ]
8539
+ },
8444
8540
  "ap-southeast-5" : { },
8445
- "ca-central-1" : { },
8446
- "ca-west-1" : { },
8447
- "eu-central-1" : { },
8448
- "eu-central-2" : { },
8449
- "eu-north-1" : { },
8450
- "eu-south-1" : { },
8451
- "eu-south-2" : { },
8452
- "eu-west-1" : { },
8453
- "eu-west-2" : { },
8454
- "eu-west-3" : { },
8541
+ "ca-central-1" : {
8542
+ "variants" : [ {
8543
+ "hostname" : "firehose.ca-central-1.api.aws",
8544
+ "tags" : [ "dualstack" ]
8545
+ } ]
8546
+ },
8547
+ "ca-west-1" : {
8548
+ "variants" : [ {
8549
+ "hostname" : "firehose.ca-west-1.api.aws",
8550
+ "tags" : [ "dualstack" ]
8551
+ } ]
8552
+ },
8553
+ "eu-central-1" : {
8554
+ "variants" : [ {
8555
+ "hostname" : "firehose.eu-central-1.api.aws",
8556
+ "tags" : [ "dualstack" ]
8557
+ } ]
8558
+ },
8559
+ "eu-central-2" : {
8560
+ "variants" : [ {
8561
+ "hostname" : "firehose.eu-central-2.api.aws",
8562
+ "tags" : [ "dualstack" ]
8563
+ } ]
8564
+ },
8565
+ "eu-north-1" : {
8566
+ "variants" : [ {
8567
+ "hostname" : "firehose.eu-north-1.api.aws",
8568
+ "tags" : [ "dualstack" ]
8569
+ } ]
8570
+ },
8571
+ "eu-south-1" : {
8572
+ "variants" : [ {
8573
+ "hostname" : "firehose.eu-south-1.api.aws",
8574
+ "tags" : [ "dualstack" ]
8575
+ } ]
8576
+ },
8577
+ "eu-south-2" : {
8578
+ "variants" : [ {
8579
+ "hostname" : "firehose.eu-south-2.api.aws",
8580
+ "tags" : [ "dualstack" ]
8581
+ } ]
8582
+ },
8583
+ "eu-west-1" : {
8584
+ "variants" : [ {
8585
+ "hostname" : "firehose.eu-west-1.api.aws",
8586
+ "tags" : [ "dualstack" ]
8587
+ } ]
8588
+ },
8589
+ "eu-west-2" : {
8590
+ "variants" : [ {
8591
+ "hostname" : "firehose.eu-west-2.api.aws",
8592
+ "tags" : [ "dualstack" ]
8593
+ } ]
8594
+ },
8595
+ "eu-west-3" : {
8596
+ "variants" : [ {
8597
+ "hostname" : "firehose.eu-west-3.api.aws",
8598
+ "tags" : [ "dualstack" ]
8599
+ } ]
8600
+ },
8455
8601
  "fips-us-east-1" : {
8456
8602
  "credentialScope" : {
8457
8603
  "region" : "us-east-1"
@@ -8480,32 +8626,76 @@
8480
8626
  "deprecated" : true,
8481
8627
  "hostname" : "firehose-fips.us-west-2.amazonaws.com"
8482
8628
  },
8483
- "il-central-1" : { },
8484
- "me-central-1" : { },
8485
- "me-south-1" : { },
8486
- "sa-east-1" : { },
8629
+ "il-central-1" : {
8630
+ "variants" : [ {
8631
+ "hostname" : "firehose.il-central-1.api.aws",
8632
+ "tags" : [ "dualstack" ]
8633
+ } ]
8634
+ },
8635
+ "me-central-1" : {
8636
+ "variants" : [ {
8637
+ "hostname" : "firehose.me-central-1.api.aws",
8638
+ "tags" : [ "dualstack" ]
8639
+ } ]
8640
+ },
8641
+ "me-south-1" : {
8642
+ "variants" : [ {
8643
+ "hostname" : "firehose.me-south-1.api.aws",
8644
+ "tags" : [ "dualstack" ]
8645
+ } ]
8646
+ },
8647
+ "sa-east-1" : {
8648
+ "variants" : [ {
8649
+ "hostname" : "firehose.sa-east-1.api.aws",
8650
+ "tags" : [ "dualstack" ]
8651
+ } ]
8652
+ },
8487
8653
  "us-east-1" : {
8488
8654
  "variants" : [ {
8489
8655
  "hostname" : "firehose-fips.us-east-1.amazonaws.com",
8490
8656
  "tags" : [ "fips" ]
8657
+ }, {
8658
+ "hostname" : "firehose-fips.us-east-1.api.aws",
8659
+ "tags" : [ "dualstack", "fips" ]
8660
+ }, {
8661
+ "hostname" : "firehose.us-east-1.api.aws",
8662
+ "tags" : [ "dualstack" ]
8491
8663
  } ]
8492
8664
  },
8493
8665
  "us-east-2" : {
8494
8666
  "variants" : [ {
8495
8667
  "hostname" : "firehose-fips.us-east-2.amazonaws.com",
8496
8668
  "tags" : [ "fips" ]
8669
+ }, {
8670
+ "hostname" : "firehose-fips.us-east-2.api.aws",
8671
+ "tags" : [ "dualstack", "fips" ]
8672
+ }, {
8673
+ "hostname" : "firehose.us-east-2.api.aws",
8674
+ "tags" : [ "dualstack" ]
8497
8675
  } ]
8498
8676
  },
8499
8677
  "us-west-1" : {
8500
8678
  "variants" : [ {
8501
8679
  "hostname" : "firehose-fips.us-west-1.amazonaws.com",
8502
8680
  "tags" : [ "fips" ]
8681
+ }, {
8682
+ "hostname" : "firehose-fips.us-west-1.api.aws",
8683
+ "tags" : [ "dualstack", "fips" ]
8684
+ }, {
8685
+ "hostname" : "firehose.us-west-1.api.aws",
8686
+ "tags" : [ "dualstack" ]
8503
8687
  } ]
8504
8688
  },
8505
8689
  "us-west-2" : {
8506
8690
  "variants" : [ {
8507
8691
  "hostname" : "firehose-fips.us-west-2.amazonaws.com",
8508
8692
  "tags" : [ "fips" ]
8693
+ }, {
8694
+ "hostname" : "firehose-fips.us-west-2.api.aws",
8695
+ "tags" : [ "dualstack", "fips" ]
8696
+ }, {
8697
+ "hostname" : "firehose.us-west-2.api.aws",
8698
+ "tags" : [ "dualstack" ]
8509
8699
  } ]
8510
8700
  }
8511
8701
  }
@@ -9137,6 +9327,7 @@
9137
9327
  "ca-central-1" : { },
9138
9328
  "eu-central-1" : { },
9139
9329
  "eu-north-1" : { },
9330
+ "eu-south-2" : { },
9140
9331
  "eu-west-1" : { },
9141
9332
  "eu-west-2" : { },
9142
9333
  "sa-east-1" : { },
@@ -9633,6 +9824,8 @@
9633
9824
  },
9634
9825
  "endpoints" : {
9635
9826
  "ap-south-1" : { },
9827
+ "ap-southeast-2" : { },
9828
+ "eu-west-2" : { },
9636
9829
  "us-east-1" : { },
9637
9830
  "us-east-2" : { },
9638
9831
  "us-west-2" : { }
@@ -12998,6 +13191,7 @@
12998
13191
  "eu-central-1" : { },
12999
13192
  "eu-north-1" : { },
13000
13193
  "eu-south-1" : { },
13194
+ "eu-south-2" : { },
13001
13195
  "eu-west-1" : { },
13002
13196
  "eu-west-2" : { },
13003
13197
  "eu-west-3" : { },
@@ -14072,6 +14266,7 @@
14072
14266
  "eu-central-1" : { },
14073
14267
  "eu-north-1" : { },
14074
14268
  "eu-south-1" : { },
14269
+ "eu-south-2" : { },
14075
14270
  "eu-west-1" : { },
14076
14271
  "eu-west-2" : { },
14077
14272
  "eu-west-3" : { },
@@ -20912,8 +21107,10 @@
20912
21107
  "vpc-lattice" : {
20913
21108
  "endpoints" : {
20914
21109
  "af-south-1" : { },
21110
+ "ap-east-1" : { },
20915
21111
  "ap-northeast-1" : { },
20916
21112
  "ap-northeast-2" : { },
21113
+ "ap-northeast-3" : { },
20917
21114
  "ap-south-1" : { },
20918
21115
  "ap-southeast-1" : { },
20919
21116
  "ap-southeast-2" : { },
@@ -20924,6 +21121,7 @@
20924
21121
  "eu-west-1" : { },
20925
21122
  "eu-west-2" : { },
20926
21123
  "eu-west-3" : { },
21124
+ "me-south-1" : { },
20927
21125
  "sa-east-1" : { },
20928
21126
  "us-east-1" : { },
20929
21127
  "us-east-2" : { },
@@ -23886,6 +24084,7 @@
23886
24084
  },
23887
24085
  "aoss" : {
23888
24086
  "endpoints" : {
24087
+ "us-gov-east-1" : { },
23889
24088
  "us-gov-west-1" : { }
23890
24089
  }
23891
24090
  },
@@ -29164,8 +29363,32 @@
29164
29363
  },
29165
29364
  "ds" : {
29166
29365
  "endpoints" : {
29167
- "us-iso-east-1" : { },
29168
- "us-iso-west-1" : { }
29366
+ "fips-us-iso-east-1" : {
29367
+ "credentialScope" : {
29368
+ "region" : "us-iso-east-1"
29369
+ },
29370
+ "deprecated" : true,
29371
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
29372
+ },
29373
+ "fips-us-iso-west-1" : {
29374
+ "credentialScope" : {
29375
+ "region" : "us-iso-west-1"
29376
+ },
29377
+ "deprecated" : true,
29378
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
29379
+ },
29380
+ "us-iso-east-1" : {
29381
+ "variants" : [ {
29382
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
29383
+ "tags" : [ "fips" ]
29384
+ } ]
29385
+ },
29386
+ "us-iso-west-1" : {
29387
+ "variants" : [ {
29388
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
29389
+ "tags" : [ "fips" ]
29390
+ } ]
29391
+ }
29169
29392
  }
29170
29393
  },
29171
29394
  "dynamodb" : {
@@ -29985,7 +30208,19 @@
29985
30208
  },
29986
30209
  "ds" : {
29987
30210
  "endpoints" : {
29988
- "us-isob-east-1" : { }
30211
+ "fips-us-isob-east-1" : {
30212
+ "credentialScope" : {
30213
+ "region" : "us-isob-east-1"
30214
+ },
30215
+ "deprecated" : true,
30216
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
30217
+ },
30218
+ "us-isob-east-1" : {
30219
+ "variants" : [ {
30220
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
30221
+ "tags" : [ "fips" ]
30222
+ } ]
30223
+ }
29989
30224
  }
29990
30225
  },
29991
30226
  "dynamodb" : {
@@ -30448,6 +30683,11 @@
30448
30683
  "endpoints" : {
30449
30684
  "us-isob-east-1" : { }
30450
30685
  }
30686
+ },
30687
+ "xray" : {
30688
+ "endpoints" : {
30689
+ "us-isob-east-1" : { }
30690
+ }
30451
30691
  }
30452
30692
  }
30453
30693
  }, {
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.977.0
4
+ version: 1.987.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-09-18 00:00:00.000000000 Z
11
+ date: 2024-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: