aws-partitions 1.1040.0 → 1.1047.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: fcfdb32d3a9e3fdae15920bcb6e70f895a9780528525514dd536c51e932fe5a3
4
- data.tar.gz: 8a393d6d25dfba62c141cf42911e5ad36e207afd87ab1506d6b0f7cd4d07159d
3
+ metadata.gz: e87103d263c9c66639365dbbedd7db631773059cb2b28c67a63788421c5dda69
4
+ data.tar.gz: 0f2020ac01966b2957e7761a2f1c95551cca41527d4152aca3a698f888c7b032
5
5
  SHA512:
6
- metadata.gz: 91132e8b1bf63667bd2c608f0285607c7982cd5bfea8576c9dc70c68baa2b41f1c7247e9047edfe0fb24585d93dfd3aab504235054891136bc81eaa53d4e815e
7
- data.tar.gz: b2a3cacedfd4b8048b4bd0672b7c8bcf6c58bd769ec3b854e5e637a0f8a2773761737155b09a272951a4f6afc42209630f2277c47e768b79b0c02fa81b3f8bde
6
+ metadata.gz: f03cf60506eec40333a8408cdb06025805d756681031d64900f475da5d56eea1d087df3a328fd2a5fe17fafc6b65782f3e8081fd59a4bcc166adfcb1921fe6bb
7
+ data.tar.gz: a35221ca8edba9ab732f9efec788ba87a1186d3ee2e05afede6f30df262635135fd1a0b11b03692db6a337896e85b3ff4d6d639b7a9c02670df4af2a97766aff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1047.0 (2025-02-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1046.0 (2025-02-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1045.0 (2025-02-04)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1044.0 (2025-01-30)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1043.0 (2025-01-27)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1042.0 (2025-01-22)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1041.0 (2025-01-21)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
4
39
  1.1040.0 (2025-01-17)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1040.0
1
+ 1.1047.0
@@ -223,7 +223,17 @@
223
223
  "supportsFIPS" : true
224
224
  },
225
225
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
226
- "regions" : { }
226
+ "regions" : {
227
+ "aws-iso-f-global" : {
228
+ "description" : "AWS ISOF global region"
229
+ },
230
+ "us-isof-east-1" : {
231
+ "description" : "US ISOF EAST"
232
+ },
233
+ "us-isof-south-1" : {
234
+ "description" : "US ISOF SOUTH"
235
+ }
236
+ }
227
237
  } ],
228
238
  "version" : "1.1"
229
239
  }
data/partitions.json CHANGED
@@ -366,6 +366,7 @@
366
366
  "ap-southeast-3" : { },
367
367
  "ap-southeast-4" : { },
368
368
  "ap-southeast-5" : { },
369
+ "ap-southeast-7" : { },
369
370
  "ca-central-1" : {
370
371
  "variants" : [ {
371
372
  "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
@@ -431,6 +432,7 @@
431
432
  "il-central-1" : { },
432
433
  "me-central-1" : { },
433
434
  "me-south-1" : { },
435
+ "mx-central-1" : { },
434
436
  "sa-east-1" : { },
435
437
  "us-east-1" : {
436
438
  "variants" : [ {
@@ -1360,6 +1362,7 @@
1360
1362
  "ap-southeast-2" : { },
1361
1363
  "ap-southeast-3" : { },
1362
1364
  "ap-southeast-4" : { },
1365
+ "ap-southeast-5" : { },
1363
1366
  "ca-central-1" : { },
1364
1367
  "ca-west-1" : { },
1365
1368
  "eu-central-1" : { },
@@ -2938,6 +2941,7 @@
2938
2941
  "il-central-1" : { },
2939
2942
  "me-central-1" : { },
2940
2943
  "me-south-1" : { },
2944
+ "mx-central-1" : { },
2941
2945
  "sa-east-1" : { },
2942
2946
  "us-east-1" : { },
2943
2947
  "us-east-2" : { },
@@ -3394,6 +3398,7 @@
3394
3398
  },
3395
3399
  "cassandra" : {
3396
3400
  "endpoints" : {
3401
+ "af-south-1" : { },
3397
3402
  "ap-east-1" : { },
3398
3403
  "ap-northeast-1" : { },
3399
3404
  "ap-northeast-2" : { },
@@ -5288,10 +5293,22 @@
5288
5293
  "ap-south-1" : { },
5289
5294
  "ap-southeast-1" : { },
5290
5295
  "ap-southeast-2" : { },
5291
- "ca-central-1" : { },
5296
+ "ca-central-1" : {
5297
+ "variants" : [ {
5298
+ "hostname" : "comprehend-fips.ca-central-1.amazonaws.com",
5299
+ "tags" : [ "fips" ]
5300
+ } ]
5301
+ },
5292
5302
  "eu-central-1" : { },
5293
5303
  "eu-west-1" : { },
5294
5304
  "eu-west-2" : { },
5305
+ "fips-ca-central-1" : {
5306
+ "credentialScope" : {
5307
+ "region" : "ca-central-1"
5308
+ },
5309
+ "deprecated" : true,
5310
+ "hostname" : "comprehend-fips.ca-central-1.amazonaws.com"
5311
+ },
5295
5312
  "fips-us-east-1" : {
5296
5313
  "credentialScope" : {
5297
5314
  "region" : "us-east-1"
@@ -8757,6 +8774,13 @@
8757
8774
  "deprecated" : true,
8758
8775
  "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com"
8759
8776
  },
8777
+ "fips-mx-central-1" : {
8778
+ "credentialScope" : {
8779
+ "region" : "mx-central-1"
8780
+ },
8781
+ "deprecated" : true,
8782
+ "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com"
8783
+ },
8760
8784
  "fips-sa-east-1" : {
8761
8785
  "credentialScope" : {
8762
8786
  "region" : "sa-east-1"
@@ -8810,6 +8834,12 @@
8810
8834
  "tags" : [ "fips" ]
8811
8835
  } ]
8812
8836
  },
8837
+ "mx-central-1" : {
8838
+ "variants" : [ {
8839
+ "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com",
8840
+ "tags" : [ "fips" ]
8841
+ } ]
8842
+ },
8813
8843
  "sa-east-1" : {
8814
8844
  "variants" : [ {
8815
8845
  "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com",
@@ -17575,7 +17605,6 @@
17575
17605
  "ap-southeast-1" : { },
17576
17606
  "ap-southeast-2" : { },
17577
17607
  "ap-southeast-3" : { },
17578
- "api" : { },
17579
17608
  "ca-central-1" : { },
17580
17609
  "eu-central-1" : { },
17581
17610
  "eu-central-2" : { },
@@ -22412,8 +22441,18 @@
22412
22441
  "ap-southeast-4" : { },
22413
22442
  "ap-southeast-5" : { },
22414
22443
  "ap-southeast-7" : { },
22415
- "ca-central-1" : { },
22416
- "ca-west-1" : { },
22444
+ "ca-central-1" : {
22445
+ "variants" : [ {
22446
+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
22447
+ "tags" : [ "fips" ]
22448
+ } ]
22449
+ },
22450
+ "ca-west-1" : {
22451
+ "variants" : [ {
22452
+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
22453
+ "tags" : [ "fips" ]
22454
+ } ]
22455
+ },
22417
22456
  "eu-central-1" : { },
22418
22457
  "eu-central-2" : { },
22419
22458
  "eu-north-1" : { },
@@ -22422,6 +22461,20 @@
22422
22461
  "eu-west-1" : { },
22423
22462
  "eu-west-2" : { },
22424
22463
  "eu-west-3" : { },
22464
+ "fips-ca-central-1" : {
22465
+ "credentialScope" : {
22466
+ "region" : "ca-central-1"
22467
+ },
22468
+ "deprecated" : true,
22469
+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com"
22470
+ },
22471
+ "fips-ca-west-1" : {
22472
+ "credentialScope" : {
22473
+ "region" : "ca-west-1"
22474
+ },
22475
+ "deprecated" : true,
22476
+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com"
22477
+ },
22425
22478
  "fips-us-east-1" : {
22426
22479
  "credentialScope" : {
22427
22480
  "region" : "us-east-1"
@@ -23546,39 +23599,156 @@
23546
23599
  },
23547
23600
  "synthetics" : {
23548
23601
  "endpoints" : {
23549
- "af-south-1" : { },
23550
- "ap-east-1" : { },
23551
- "ap-northeast-1" : { },
23552
- "ap-northeast-2" : { },
23553
- "ap-northeast-3" : { },
23554
- "ap-south-1" : { },
23555
- "ap-south-2" : { },
23556
- "ap-southeast-1" : { },
23557
- "ap-southeast-2" : { },
23558
- "ap-southeast-3" : { },
23559
- "ap-southeast-4" : { },
23560
- "ap-southeast-5" : { },
23561
- "ap-southeast-7" : { },
23602
+ "af-south-1" : {
23603
+ "variants" : [ {
23604
+ "hostname" : "synthetics.af-south-1.api.aws",
23605
+ "tags" : [ "dualstack" ]
23606
+ } ]
23607
+ },
23608
+ "ap-east-1" : {
23609
+ "variants" : [ {
23610
+ "hostname" : "synthetics.ap-east-1.api.aws",
23611
+ "tags" : [ "dualstack" ]
23612
+ } ]
23613
+ },
23614
+ "ap-northeast-1" : {
23615
+ "variants" : [ {
23616
+ "hostname" : "synthetics.ap-northeast-1.api.aws",
23617
+ "tags" : [ "dualstack" ]
23618
+ } ]
23619
+ },
23620
+ "ap-northeast-2" : {
23621
+ "variants" : [ {
23622
+ "hostname" : "synthetics.ap-northeast-2.api.aws",
23623
+ "tags" : [ "dualstack" ]
23624
+ } ]
23625
+ },
23626
+ "ap-northeast-3" : {
23627
+ "variants" : [ {
23628
+ "hostname" : "synthetics.ap-northeast-3.api.aws",
23629
+ "tags" : [ "dualstack" ]
23630
+ } ]
23631
+ },
23632
+ "ap-south-1" : {
23633
+ "variants" : [ {
23634
+ "hostname" : "synthetics.ap-south-1.api.aws",
23635
+ "tags" : [ "dualstack" ]
23636
+ } ]
23637
+ },
23638
+ "ap-south-2" : {
23639
+ "variants" : [ {
23640
+ "hostname" : "synthetics.ap-south-2.api.aws",
23641
+ "tags" : [ "dualstack" ]
23642
+ } ]
23643
+ },
23644
+ "ap-southeast-1" : {
23645
+ "variants" : [ {
23646
+ "hostname" : "synthetics.ap-southeast-1.api.aws",
23647
+ "tags" : [ "dualstack" ]
23648
+ } ]
23649
+ },
23650
+ "ap-southeast-2" : {
23651
+ "variants" : [ {
23652
+ "hostname" : "synthetics.ap-southeast-2.api.aws",
23653
+ "tags" : [ "dualstack" ]
23654
+ } ]
23655
+ },
23656
+ "ap-southeast-3" : {
23657
+ "variants" : [ {
23658
+ "hostname" : "synthetics.ap-southeast-3.api.aws",
23659
+ "tags" : [ "dualstack" ]
23660
+ } ]
23661
+ },
23662
+ "ap-southeast-4" : {
23663
+ "variants" : [ {
23664
+ "hostname" : "synthetics.ap-southeast-4.api.aws",
23665
+ "tags" : [ "dualstack" ]
23666
+ } ]
23667
+ },
23668
+ "ap-southeast-5" : {
23669
+ "variants" : [ {
23670
+ "hostname" : "synthetics.ap-southeast-5.api.aws",
23671
+ "tags" : [ "dualstack" ]
23672
+ } ]
23673
+ },
23674
+ "ap-southeast-7" : {
23675
+ "variants" : [ {
23676
+ "hostname" : "synthetics.ap-southeast-7.api.aws",
23677
+ "tags" : [ "dualstack" ]
23678
+ } ]
23679
+ },
23562
23680
  "ca-central-1" : {
23563
23681
  "variants" : [ {
23564
23682
  "hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
23565
23683
  "tags" : [ "fips" ]
23684
+ }, {
23685
+ "hostname" : "synthetics-fips.ca-central-1.api.aws",
23686
+ "tags" : [ "dualstack", "fips" ]
23687
+ }, {
23688
+ "hostname" : "synthetics.ca-central-1.api.aws",
23689
+ "tags" : [ "dualstack" ]
23566
23690
  } ]
23567
23691
  },
23568
23692
  "ca-west-1" : {
23569
23693
  "variants" : [ {
23570
23694
  "hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
23571
23695
  "tags" : [ "fips" ]
23696
+ }, {
23697
+ "hostname" : "synthetics-fips.ca-west-1.api.aws",
23698
+ "tags" : [ "dualstack", "fips" ]
23699
+ }, {
23700
+ "hostname" : "synthetics.ca-west-1.api.aws",
23701
+ "tags" : [ "dualstack" ]
23702
+ } ]
23703
+ },
23704
+ "eu-central-1" : {
23705
+ "variants" : [ {
23706
+ "hostname" : "synthetics.eu-central-1.api.aws",
23707
+ "tags" : [ "dualstack" ]
23708
+ } ]
23709
+ },
23710
+ "eu-central-2" : {
23711
+ "variants" : [ {
23712
+ "hostname" : "synthetics.eu-central-2.api.aws",
23713
+ "tags" : [ "dualstack" ]
23714
+ } ]
23715
+ },
23716
+ "eu-north-1" : {
23717
+ "variants" : [ {
23718
+ "hostname" : "synthetics.eu-north-1.api.aws",
23719
+ "tags" : [ "dualstack" ]
23720
+ } ]
23721
+ },
23722
+ "eu-south-1" : {
23723
+ "variants" : [ {
23724
+ "hostname" : "synthetics.eu-south-1.api.aws",
23725
+ "tags" : [ "dualstack" ]
23726
+ } ]
23727
+ },
23728
+ "eu-south-2" : {
23729
+ "variants" : [ {
23730
+ "hostname" : "synthetics.eu-south-2.api.aws",
23731
+ "tags" : [ "dualstack" ]
23732
+ } ]
23733
+ },
23734
+ "eu-west-1" : {
23735
+ "variants" : [ {
23736
+ "hostname" : "synthetics.eu-west-1.api.aws",
23737
+ "tags" : [ "dualstack" ]
23738
+ } ]
23739
+ },
23740
+ "eu-west-2" : {
23741
+ "variants" : [ {
23742
+ "hostname" : "synthetics.eu-west-2.api.aws",
23743
+ "tags" : [ "dualstack" ]
23744
+ } ]
23745
+ },
23746
+ "eu-west-3" : {
23747
+ "variants" : [ {
23748
+ "hostname" : "synthetics.eu-west-3.api.aws",
23749
+ "tags" : [ "dualstack" ]
23572
23750
  } ]
23573
23751
  },
23574
- "eu-central-1" : { },
23575
- "eu-central-2" : { },
23576
- "eu-north-1" : { },
23577
- "eu-south-1" : { },
23578
- "eu-south-2" : { },
23579
- "eu-west-1" : { },
23580
- "eu-west-2" : { },
23581
- "eu-west-3" : { },
23582
23752
  "fips-ca-central-1" : {
23583
23753
  "credentialScope" : {
23584
23754
  "region" : "ca-central-1"
@@ -23621,33 +23791,82 @@
23621
23791
  "deprecated" : true,
23622
23792
  "hostname" : "synthetics-fips.us-west-2.amazonaws.com"
23623
23793
  },
23624
- "il-central-1" : { },
23625
- "me-central-1" : { },
23626
- "me-south-1" : { },
23627
- "mx-central-1" : { },
23628
- "sa-east-1" : { },
23794
+ "il-central-1" : {
23795
+ "variants" : [ {
23796
+ "hostname" : "synthetics.il-central-1.api.aws",
23797
+ "tags" : [ "dualstack" ]
23798
+ } ]
23799
+ },
23800
+ "me-central-1" : {
23801
+ "variants" : [ {
23802
+ "hostname" : "synthetics.me-central-1.api.aws",
23803
+ "tags" : [ "dualstack" ]
23804
+ } ]
23805
+ },
23806
+ "me-south-1" : {
23807
+ "variants" : [ {
23808
+ "hostname" : "synthetics.me-south-1.api.aws",
23809
+ "tags" : [ "dualstack" ]
23810
+ } ]
23811
+ },
23812
+ "mx-central-1" : {
23813
+ "variants" : [ {
23814
+ "hostname" : "synthetics.mx-central-1.api.aws",
23815
+ "tags" : [ "dualstack" ]
23816
+ } ]
23817
+ },
23818
+ "sa-east-1" : {
23819
+ "variants" : [ {
23820
+ "hostname" : "synthetics.sa-east-1.api.aws",
23821
+ "tags" : [ "dualstack" ]
23822
+ } ]
23823
+ },
23629
23824
  "us-east-1" : {
23630
23825
  "variants" : [ {
23631
23826
  "hostname" : "synthetics-fips.us-east-1.amazonaws.com",
23632
23827
  "tags" : [ "fips" ]
23828
+ }, {
23829
+ "hostname" : "synthetics-fips.us-east-1.api.aws",
23830
+ "tags" : [ "dualstack", "fips" ]
23831
+ }, {
23832
+ "hostname" : "synthetics.us-east-1.api.aws",
23833
+ "tags" : [ "dualstack" ]
23633
23834
  } ]
23634
23835
  },
23635
23836
  "us-east-2" : {
23636
23837
  "variants" : [ {
23637
23838
  "hostname" : "synthetics-fips.us-east-2.amazonaws.com",
23638
23839
  "tags" : [ "fips" ]
23840
+ }, {
23841
+ "hostname" : "synthetics-fips.us-east-2.api.aws",
23842
+ "tags" : [ "dualstack", "fips" ]
23843
+ }, {
23844
+ "hostname" : "synthetics.us-east-2.api.aws",
23845
+ "tags" : [ "dualstack" ]
23639
23846
  } ]
23640
23847
  },
23641
23848
  "us-west-1" : {
23642
23849
  "variants" : [ {
23643
23850
  "hostname" : "synthetics-fips.us-west-1.amazonaws.com",
23644
23851
  "tags" : [ "fips" ]
23852
+ }, {
23853
+ "hostname" : "synthetics-fips.us-west-1.api.aws",
23854
+ "tags" : [ "dualstack", "fips" ]
23855
+ }, {
23856
+ "hostname" : "synthetics.us-west-1.api.aws",
23857
+ "tags" : [ "dualstack" ]
23645
23858
  } ]
23646
23859
  },
23647
23860
  "us-west-2" : {
23648
23861
  "variants" : [ {
23649
23862
  "hostname" : "synthetics-fips.us-west-2.amazonaws.com",
23650
23863
  "tags" : [ "fips" ]
23864
+ }, {
23865
+ "hostname" : "synthetics-fips.us-west-2.api.aws",
23866
+ "tags" : [ "dualstack", "fips" ]
23867
+ }, {
23868
+ "hostname" : "synthetics.us-west-2.api.aws",
23869
+ "tags" : [ "dualstack" ]
23651
23870
  } ]
23652
23871
  }
23653
23872
  }
@@ -27310,8 +27529,18 @@
27310
27529
  },
27311
27530
  "synthetics" : {
27312
27531
  "endpoints" : {
27313
- "cn-north-1" : { },
27314
- "cn-northwest-1" : { }
27532
+ "cn-north-1" : {
27533
+ "variants" : [ {
27534
+ "hostname" : "synthetics.cn-north-1.api.amazonwebservices.com.cn",
27535
+ "tags" : [ "dualstack" ]
27536
+ } ]
27537
+ },
27538
+ "cn-northwest-1" : {
27539
+ "variants" : [ {
27540
+ "hostname" : "synthetics.cn-northwest-1.api.amazonwebservices.com.cn",
27541
+ "tags" : [ "dualstack" ]
27542
+ } ]
27543
+ }
27315
27544
  }
27316
27545
  },
27317
27546
  "tagging" : {
@@ -31087,7 +31316,6 @@
31087
31316
  },
31088
31317
  "quicksight" : {
31089
31318
  "endpoints" : {
31090
- "api" : { },
31091
31319
  "us-gov-west-1" : { }
31092
31320
  }
31093
31321
  },
@@ -33821,7 +34049,19 @@
33821
34049
  "protocols" : [ "https" ]
33822
34050
  },
33823
34051
  "endpoints" : {
33824
- "us-iso-east-1" : { }
34052
+ "us-iso-east-1" : {
34053
+ "variants" : [ {
34054
+ "hostname" : "translate-fips.us-iso-east-1.c2s.ic.gov",
34055
+ "tags" : [ "fips" ]
34056
+ } ]
34057
+ },
34058
+ "us-iso-east-1-fips" : {
34059
+ "credentialScope" : {
34060
+ "region" : "us-iso-east-1"
34061
+ },
34062
+ "deprecated" : true,
34063
+ "hostname" : "translate-fips.us-iso-east-1.c2s.ic.gov"
34064
+ }
33825
34065
  }
33826
34066
  },
33827
34067
  "workspaces" : {
@@ -34567,8 +34807,762 @@
34567
34807
  "partition" : "aws-iso-f",
34568
34808
  "partitionName" : "AWS ISOF",
34569
34809
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
34570
- "regions" : { },
34571
- "services" : { }
34810
+ "regions" : {
34811
+ "us-isof-east-1" : {
34812
+ "description" : "US ISOF EAST"
34813
+ },
34814
+ "us-isof-south-1" : {
34815
+ "description" : "US ISOF SOUTH"
34816
+ }
34817
+ },
34818
+ "services" : {
34819
+ "access-analyzer" : {
34820
+ "endpoints" : {
34821
+ "us-isof-east-1" : { },
34822
+ "us-isof-south-1" : { }
34823
+ }
34824
+ },
34825
+ "acm" : {
34826
+ "endpoints" : {
34827
+ "us-isof-east-1" : { },
34828
+ "us-isof-south-1" : { }
34829
+ }
34830
+ },
34831
+ "acm-pca" : {
34832
+ "defaults" : {
34833
+ "protocols" : [ "https" ]
34834
+ },
34835
+ "endpoints" : {
34836
+ "us-isof-east-1" : { },
34837
+ "us-isof-south-1" : { }
34838
+ }
34839
+ },
34840
+ "api.ecr" : {
34841
+ "endpoints" : {
34842
+ "us-isof-east-1" : {
34843
+ "credentialScope" : {
34844
+ "region" : "us-isof-east-1"
34845
+ },
34846
+ "hostname" : "api.ecr.us-isof-east-1.csp.hci.ic.gov"
34847
+ },
34848
+ "us-isof-south-1" : {
34849
+ "credentialScope" : {
34850
+ "region" : "us-isof-south-1"
34851
+ },
34852
+ "hostname" : "api.ecr.us-isof-south-1.csp.hci.ic.gov"
34853
+ }
34854
+ }
34855
+ },
34856
+ "api.pricing" : {
34857
+ "defaults" : {
34858
+ "credentialScope" : {
34859
+ "service" : "pricing"
34860
+ }
34861
+ },
34862
+ "endpoints" : {
34863
+ "us-isof-south-1" : { }
34864
+ }
34865
+ },
34866
+ "api.sagemaker" : {
34867
+ "endpoints" : {
34868
+ "us-isof-east-1" : { },
34869
+ "us-isof-south-1" : { }
34870
+ }
34871
+ },
34872
+ "appconfig" : {
34873
+ "endpoints" : {
34874
+ "us-isof-east-1" : { },
34875
+ "us-isof-south-1" : { }
34876
+ }
34877
+ },
34878
+ "appconfigdata" : {
34879
+ "endpoints" : {
34880
+ "us-isof-east-1" : { },
34881
+ "us-isof-south-1" : { }
34882
+ }
34883
+ },
34884
+ "application-autoscaling" : {
34885
+ "defaults" : {
34886
+ "protocols" : [ "http", "https" ]
34887
+ },
34888
+ "endpoints" : {
34889
+ "us-isof-east-1" : { },
34890
+ "us-isof-south-1" : { }
34891
+ }
34892
+ },
34893
+ "arc-zonal-shift" : {
34894
+ "endpoints" : {
34895
+ "us-isof-east-1" : { },
34896
+ "us-isof-south-1" : { }
34897
+ }
34898
+ },
34899
+ "athena" : {
34900
+ "endpoints" : {
34901
+ "us-isof-east-1" : { },
34902
+ "us-isof-south-1" : { }
34903
+ }
34904
+ },
34905
+ "autoscaling" : {
34906
+ "defaults" : {
34907
+ "protocols" : [ "http", "https" ]
34908
+ },
34909
+ "endpoints" : {
34910
+ "us-isof-east-1" : { },
34911
+ "us-isof-south-1" : { }
34912
+ }
34913
+ },
34914
+ "backup" : {
34915
+ "endpoints" : {
34916
+ "us-isof-east-1" : { },
34917
+ "us-isof-south-1" : { }
34918
+ }
34919
+ },
34920
+ "batch" : {
34921
+ "endpoints" : {
34922
+ "us-isof-east-1" : { },
34923
+ "us-isof-south-1" : { }
34924
+ }
34925
+ },
34926
+ "budgets" : {
34927
+ "endpoints" : {
34928
+ "aws-iso-f-global" : {
34929
+ "credentialScope" : {
34930
+ "region" : "us-isof-south-1"
34931
+ },
34932
+ "hostname" : "budgets.global.csp.hci.ic.gov"
34933
+ },
34934
+ "us-isof-south-1" : {
34935
+ "credentialScope" : {
34936
+ "region" : "us-isof-south-1"
34937
+ },
34938
+ "hostname" : "budgets.global.csp.hci.ic.gov"
34939
+ }
34940
+ },
34941
+ "isRegionalized" : false,
34942
+ "partitionEndpoint" : "aws-iso-f-global"
34943
+ },
34944
+ "cloudformation" : {
34945
+ "endpoints" : {
34946
+ "us-isof-east-1" : { },
34947
+ "us-isof-south-1" : { }
34948
+ }
34949
+ },
34950
+ "cloudtrail" : {
34951
+ "endpoints" : {
34952
+ "us-isof-east-1" : { },
34953
+ "us-isof-south-1" : { }
34954
+ }
34955
+ },
34956
+ "codebuild" : {
34957
+ "endpoints" : {
34958
+ "us-isof-east-1" : { },
34959
+ "us-isof-south-1" : { }
34960
+ }
34961
+ },
34962
+ "codedeploy" : {
34963
+ "endpoints" : {
34964
+ "us-isof-east-1" : { },
34965
+ "us-isof-south-1" : { }
34966
+ }
34967
+ },
34968
+ "codepipeline" : {
34969
+ "endpoints" : {
34970
+ "us-isof-east-1" : { },
34971
+ "us-isof-south-1" : { }
34972
+ }
34973
+ },
34974
+ "comprehend" : {
34975
+ "defaults" : {
34976
+ "protocols" : [ "https" ]
34977
+ },
34978
+ "endpoints" : {
34979
+ "us-isof-east-1" : { },
34980
+ "us-isof-south-1" : { }
34981
+ }
34982
+ },
34983
+ "compute-optimizer" : {
34984
+ "endpoints" : {
34985
+ "us-isof-south-1" : {
34986
+ "credentialScope" : {
34987
+ "region" : "us-isof-south-1"
34988
+ },
34989
+ "hostname" : "compute-optimizer.us-isof-south-1.csp.hci.ic.gov"
34990
+ }
34991
+ }
34992
+ },
34993
+ "config" : {
34994
+ "endpoints" : {
34995
+ "us-isof-east-1" : { },
34996
+ "us-isof-south-1" : { }
34997
+ }
34998
+ },
34999
+ "cost-optimization-hub" : {
35000
+ "endpoints" : {
35001
+ "us-isof-south-1" : {
35002
+ "credentialScope" : {
35003
+ "region" : "us-isof-south-1"
35004
+ },
35005
+ "hostname" : "cost-optimization-hub.us-isof-south-1.csp.hci.ic.gov"
35006
+ }
35007
+ }
35008
+ },
35009
+ "directconnect" : {
35010
+ "endpoints" : {
35011
+ "us-isof-east-1" : { },
35012
+ "us-isof-south-1" : { }
35013
+ }
35014
+ },
35015
+ "dlm" : {
35016
+ "endpoints" : {
35017
+ "us-isof-east-1" : { },
35018
+ "us-isof-south-1" : { }
35019
+ }
35020
+ },
35021
+ "dms" : {
35022
+ "endpoints" : {
35023
+ "dms" : {
35024
+ "credentialScope" : {
35025
+ "region" : "us-isof-east-1"
35026
+ },
35027
+ "deprecated" : true,
35028
+ "variants" : [ {
35029
+ "hostname" : "dms.us-isof-east-1.csp.hci.ic.gov",
35030
+ "tags" : [ "fips" ]
35031
+ } ]
35032
+ },
35033
+ "dms-fips" : {
35034
+ "credentialScope" : {
35035
+ "region" : "us-isof-east-1"
35036
+ },
35037
+ "deprecated" : true,
35038
+ "hostname" : "dms.us-isof-east-1.csp.hci.ic.gov"
35039
+ },
35040
+ "us-isof-east-1" : {
35041
+ "variants" : [ {
35042
+ "hostname" : "dms.us-isof-east-1.csp.hci.ic.gov",
35043
+ "tags" : [ "fips" ]
35044
+ } ]
35045
+ },
35046
+ "us-isof-east-1-fips" : {
35047
+ "credentialScope" : {
35048
+ "region" : "us-isof-east-1"
35049
+ },
35050
+ "deprecated" : true,
35051
+ "hostname" : "dms.us-isof-east-1.csp.hci.ic.gov"
35052
+ },
35053
+ "us-isof-south-1" : {
35054
+ "variants" : [ {
35055
+ "hostname" : "dms.us-isof-south-1.csp.hci.ic.gov",
35056
+ "tags" : [ "fips" ]
35057
+ } ]
35058
+ },
35059
+ "us-isof-south-1-fips" : {
35060
+ "credentialScope" : {
35061
+ "region" : "us-isof-south-1"
35062
+ },
35063
+ "deprecated" : true,
35064
+ "hostname" : "dms.us-isof-south-1.csp.hci.ic.gov"
35065
+ }
35066
+ }
35067
+ },
35068
+ "ds" : {
35069
+ "endpoints" : {
35070
+ "us-isof-east-1" : { },
35071
+ "us-isof-south-1" : { }
35072
+ }
35073
+ },
35074
+ "dynamodb" : {
35075
+ "defaults" : {
35076
+ "protocols" : [ "http", "https" ]
35077
+ },
35078
+ "endpoints" : {
35079
+ "us-isof-east-1" : { },
35080
+ "us-isof-south-1" : { }
35081
+ }
35082
+ },
35083
+ "ebs" : {
35084
+ "endpoints" : {
35085
+ "us-isof-east-1" : { },
35086
+ "us-isof-south-1" : { }
35087
+ }
35088
+ },
35089
+ "ec2" : {
35090
+ "defaults" : {
35091
+ "protocols" : [ "https" ]
35092
+ },
35093
+ "endpoints" : {
35094
+ "us-isof-east-1" : { },
35095
+ "us-isof-south-1" : { }
35096
+ }
35097
+ },
35098
+ "ecs" : {
35099
+ "endpoints" : {
35100
+ "us-isof-east-1" : { },
35101
+ "us-isof-south-1" : { }
35102
+ }
35103
+ },
35104
+ "eks" : {
35105
+ "defaults" : {
35106
+ "protocols" : [ "http", "https" ]
35107
+ },
35108
+ "endpoints" : {
35109
+ "us-isof-east-1" : { },
35110
+ "us-isof-south-1" : { }
35111
+ }
35112
+ },
35113
+ "elasticache" : {
35114
+ "endpoints" : {
35115
+ "us-isof-east-1" : { },
35116
+ "us-isof-south-1" : { }
35117
+ }
35118
+ },
35119
+ "elasticfilesystem" : {
35120
+ "endpoints" : {
35121
+ "fips-us-isof-east-1" : {
35122
+ "credentialScope" : {
35123
+ "region" : "us-isof-east-1"
35124
+ },
35125
+ "deprecated" : true,
35126
+ "hostname" : "elasticfilesystem-fips.us-isof-east-1.csp.hci.ic.gov"
35127
+ },
35128
+ "fips-us-isof-south-1" : {
35129
+ "credentialScope" : {
35130
+ "region" : "us-isof-south-1"
35131
+ },
35132
+ "deprecated" : true,
35133
+ "hostname" : "elasticfilesystem-fips.us-isof-south-1.csp.hci.ic.gov"
35134
+ },
35135
+ "us-isof-east-1" : {
35136
+ "variants" : [ {
35137
+ "hostname" : "elasticfilesystem-fips.us-isof-east-1.csp.hci.ic.gov",
35138
+ "tags" : [ "fips" ]
35139
+ } ]
35140
+ },
35141
+ "us-isof-south-1" : {
35142
+ "variants" : [ {
35143
+ "hostname" : "elasticfilesystem-fips.us-isof-south-1.csp.hci.ic.gov",
35144
+ "tags" : [ "fips" ]
35145
+ } ]
35146
+ }
35147
+ }
35148
+ },
35149
+ "elasticloadbalancing" : {
35150
+ "defaults" : {
35151
+ "protocols" : [ "https" ]
35152
+ },
35153
+ "endpoints" : {
35154
+ "us-isof-east-1" : { },
35155
+ "us-isof-south-1" : { }
35156
+ }
35157
+ },
35158
+ "elasticmapreduce" : {
35159
+ "endpoints" : {
35160
+ "us-isof-east-1" : { },
35161
+ "us-isof-south-1" : { }
35162
+ }
35163
+ },
35164
+ "es" : {
35165
+ "endpoints" : {
35166
+ "us-isof-east-1" : { },
35167
+ "us-isof-south-1" : { }
35168
+ }
35169
+ },
35170
+ "events" : {
35171
+ "endpoints" : {
35172
+ "us-isof-east-1" : { },
35173
+ "us-isof-south-1" : { }
35174
+ }
35175
+ },
35176
+ "firehose" : {
35177
+ "endpoints" : {
35178
+ "us-isof-east-1" : { },
35179
+ "us-isof-south-1" : { }
35180
+ }
35181
+ },
35182
+ "fsx" : {
35183
+ "endpoints" : {
35184
+ "us-isof-east-1" : { },
35185
+ "us-isof-south-1" : { }
35186
+ }
35187
+ },
35188
+ "glue" : {
35189
+ "endpoints" : {
35190
+ "us-isof-east-1" : { },
35191
+ "us-isof-south-1" : { }
35192
+ }
35193
+ },
35194
+ "guardduty" : {
35195
+ "defaults" : {
35196
+ "protocols" : [ "https" ]
35197
+ },
35198
+ "endpoints" : {
35199
+ "us-isof-east-1" : { },
35200
+ "us-isof-south-1" : { }
35201
+ },
35202
+ "isRegionalized" : true
35203
+ },
35204
+ "iam" : {
35205
+ "endpoints" : {
35206
+ "aws-iso-f-global" : {
35207
+ "credentialScope" : {
35208
+ "region" : "us-isof-south-1"
35209
+ },
35210
+ "hostname" : "iam.us-isof-south-1.csp.hci.ic.gov"
35211
+ }
35212
+ },
35213
+ "isRegionalized" : false,
35214
+ "partitionEndpoint" : "aws-iso-f-global"
35215
+ },
35216
+ "kinesis" : {
35217
+ "endpoints" : {
35218
+ "us-isof-east-1" : { },
35219
+ "us-isof-south-1" : { }
35220
+ }
35221
+ },
35222
+ "kms" : {
35223
+ "endpoints" : {
35224
+ "ProdFips" : {
35225
+ "credentialScope" : {
35226
+ "region" : "us-isof-east-1"
35227
+ },
35228
+ "deprecated" : true,
35229
+ "hostname" : "kms-fips.us-isof-east-1.csp.hci.ic.gov"
35230
+ },
35231
+ "us-isof-east-1" : {
35232
+ "variants" : [ {
35233
+ "hostname" : "kms-fips.us-isof-east-1.csp.hci.ic.gov",
35234
+ "tags" : [ "fips" ]
35235
+ } ]
35236
+ },
35237
+ "us-isof-east-1-fips" : {
35238
+ "credentialScope" : {
35239
+ "region" : "us-isof-east-1"
35240
+ },
35241
+ "deprecated" : true,
35242
+ "hostname" : "kms-fips.us-isof-east-1.csp.hci.ic.gov"
35243
+ },
35244
+ "us-isof-south-1" : {
35245
+ "variants" : [ {
35246
+ "hostname" : "kms-fips.us-isof-south-1.csp.hci.ic.gov",
35247
+ "tags" : [ "fips" ]
35248
+ } ]
35249
+ },
35250
+ "us-isof-south-1-fips" : {
35251
+ "credentialScope" : {
35252
+ "region" : "us-isof-south-1"
35253
+ },
35254
+ "deprecated" : true,
35255
+ "hostname" : "kms-fips.us-isof-south-1.csp.hci.ic.gov"
35256
+ }
35257
+ }
35258
+ },
35259
+ "lakeformation" : {
35260
+ "endpoints" : {
35261
+ "us-isof-east-1" : { },
35262
+ "us-isof-south-1" : { }
35263
+ }
35264
+ },
35265
+ "lambda" : {
35266
+ "endpoints" : {
35267
+ "us-isof-east-1" : {
35268
+ "variants" : [ {
35269
+ "hostname" : "lambda.us-isof-east-1.api.aws.hci.ic.gov",
35270
+ "tags" : [ "dualstack" ]
35271
+ } ]
35272
+ },
35273
+ "us-isof-south-1" : {
35274
+ "variants" : [ {
35275
+ "hostname" : "lambda.us-isof-south-1.api.aws.hci.ic.gov",
35276
+ "tags" : [ "dualstack" ]
35277
+ } ]
35278
+ }
35279
+ }
35280
+ },
35281
+ "license-manager" : {
35282
+ "endpoints" : {
35283
+ "us-isof-east-1" : { },
35284
+ "us-isof-south-1" : { }
35285
+ }
35286
+ },
35287
+ "logs" : {
35288
+ "endpoints" : {
35289
+ "us-isof-east-1" : { },
35290
+ "us-isof-south-1" : { }
35291
+ }
35292
+ },
35293
+ "metrics.sagemaker" : {
35294
+ "endpoints" : {
35295
+ "us-isof-east-1" : { },
35296
+ "us-isof-south-1" : { }
35297
+ }
35298
+ },
35299
+ "monitoring" : {
35300
+ "endpoints" : {
35301
+ "us-isof-east-1" : { },
35302
+ "us-isof-south-1" : { }
35303
+ }
35304
+ },
35305
+ "oam" : {
35306
+ "endpoints" : {
35307
+ "us-isof-east-1" : { },
35308
+ "us-isof-south-1" : { }
35309
+ }
35310
+ },
35311
+ "organizations" : {
35312
+ "endpoints" : {
35313
+ "aws-iso-f-global" : {
35314
+ "credentialScope" : {
35315
+ "region" : "us-isof-south-1"
35316
+ },
35317
+ "hostname" : "organizations.us-isof-south-1.csp.hci.ic.gov"
35318
+ }
35319
+ },
35320
+ "isRegionalized" : false,
35321
+ "partitionEndpoint" : "aws-iso-f-global"
35322
+ },
35323
+ "pi" : {
35324
+ "endpoints" : {
35325
+ "us-isof-east-1" : {
35326
+ "protocols" : [ "https" ]
35327
+ },
35328
+ "us-isof-south-1" : {
35329
+ "protocols" : [ "https" ]
35330
+ }
35331
+ }
35332
+ },
35333
+ "pipes" : {
35334
+ "endpoints" : {
35335
+ "us-isof-east-1" : { },
35336
+ "us-isof-south-1" : { }
35337
+ }
35338
+ },
35339
+ "quicksight" : {
35340
+ "endpoints" : {
35341
+ "us-isof-east-1" : { },
35342
+ "us-isof-south-1" : { }
35343
+ }
35344
+ },
35345
+ "ram" : {
35346
+ "endpoints" : {
35347
+ "us-isof-east-1" : { },
35348
+ "us-isof-south-1" : { }
35349
+ }
35350
+ },
35351
+ "rbin" : {
35352
+ "endpoints" : {
35353
+ "us-isof-east-1" : { },
35354
+ "us-isof-south-1" : { }
35355
+ }
35356
+ },
35357
+ "rds" : {
35358
+ "endpoints" : {
35359
+ "us-isof-east-1" : { },
35360
+ "us-isof-south-1" : { }
35361
+ }
35362
+ },
35363
+ "redshift" : {
35364
+ "endpoints" : {
35365
+ "us-isof-east-1" : { },
35366
+ "us-isof-south-1" : { }
35367
+ }
35368
+ },
35369
+ "redshift-serverless" : {
35370
+ "endpoints" : {
35371
+ "us-isof-east-1" : { },
35372
+ "us-isof-south-1" : { }
35373
+ }
35374
+ },
35375
+ "rekognition" : {
35376
+ "endpoints" : {
35377
+ "us-isof-east-1" : { },
35378
+ "us-isof-south-1" : { }
35379
+ }
35380
+ },
35381
+ "resource-groups" : {
35382
+ "endpoints" : {
35383
+ "us-isof-east-1" : { },
35384
+ "us-isof-south-1" : { }
35385
+ }
35386
+ },
35387
+ "route53" : {
35388
+ "endpoints" : {
35389
+ "aws-iso-f-global" : {
35390
+ "credentialScope" : {
35391
+ "region" : "us-isof-south-1"
35392
+ },
35393
+ "hostname" : "route53.csp.hci.ic.gov"
35394
+ }
35395
+ },
35396
+ "isRegionalized" : false,
35397
+ "partitionEndpoint" : "aws-iso-f-global"
35398
+ },
35399
+ "route53resolver" : {
35400
+ "endpoints" : {
35401
+ "us-isof-east-1" : { },
35402
+ "us-isof-south-1" : { }
35403
+ }
35404
+ },
35405
+ "s3" : {
35406
+ "defaults" : {
35407
+ "protocols" : [ "http", "https" ],
35408
+ "signatureVersions" : [ "s3v4" ]
35409
+ },
35410
+ "endpoints" : {
35411
+ "us-isof-east-1" : { },
35412
+ "us-isof-south-1" : { }
35413
+ }
35414
+ },
35415
+ "savingsplans" : {
35416
+ "endpoints" : {
35417
+ "aws-iso-f-global" : {
35418
+ "credentialScope" : {
35419
+ "region" : "us-isof-south-1"
35420
+ },
35421
+ "hostname" : "savingsplans.csp.hci.ic.gov"
35422
+ }
35423
+ },
35424
+ "isRegionalized" : false,
35425
+ "partitionEndpoint" : "aws-iso-f-global"
35426
+ },
35427
+ "scheduler" : {
35428
+ "endpoints" : {
35429
+ "us-isof-east-1" : { },
35430
+ "us-isof-south-1" : { }
35431
+ }
35432
+ },
35433
+ "secretsmanager" : {
35434
+ "endpoints" : {
35435
+ "us-isof-east-1" : {
35436
+ "variants" : [ {
35437
+ "tags" : [ "dualstack" ]
35438
+ } ]
35439
+ },
35440
+ "us-isof-south-1" : {
35441
+ "variants" : [ {
35442
+ "tags" : [ "dualstack" ]
35443
+ } ]
35444
+ }
35445
+ }
35446
+ },
35447
+ "servicediscovery" : {
35448
+ "endpoints" : {
35449
+ "us-isof-east-1" : { },
35450
+ "us-isof-south-1" : { }
35451
+ }
35452
+ },
35453
+ "servicequotas" : {
35454
+ "defaults" : {
35455
+ "protocols" : [ "https" ]
35456
+ },
35457
+ "endpoints" : {
35458
+ "us-isof-east-1" : { },
35459
+ "us-isof-south-1" : { }
35460
+ }
35461
+ },
35462
+ "sns" : {
35463
+ "defaults" : {
35464
+ "protocols" : [ "http", "https" ]
35465
+ },
35466
+ "endpoints" : {
35467
+ "us-isof-east-1" : { },
35468
+ "us-isof-south-1" : { }
35469
+ }
35470
+ },
35471
+ "sqs" : {
35472
+ "defaults" : {
35473
+ "protocols" : [ "http", "https" ],
35474
+ "sslCommonName" : "{region}.queue.{dnsSuffix}"
35475
+ },
35476
+ "endpoints" : {
35477
+ "us-isof-east-1" : { },
35478
+ "us-isof-south-1" : { }
35479
+ }
35480
+ },
35481
+ "ssm" : {
35482
+ "endpoints" : {
35483
+ "us-isof-east-1" : { },
35484
+ "us-isof-south-1" : { }
35485
+ }
35486
+ },
35487
+ "states" : {
35488
+ "endpoints" : {
35489
+ "us-isof-east-1" : { },
35490
+ "us-isof-south-1" : { }
35491
+ }
35492
+ },
35493
+ "streams.dynamodb" : {
35494
+ "defaults" : {
35495
+ "credentialScope" : {
35496
+ "service" : "dynamodb"
35497
+ },
35498
+ "protocols" : [ "http", "https" ]
35499
+ },
35500
+ "endpoints" : {
35501
+ "us-isof-east-1" : { },
35502
+ "us-isof-south-1" : { }
35503
+ }
35504
+ },
35505
+ "sts" : {
35506
+ "endpoints" : {
35507
+ "us-isof-east-1" : { },
35508
+ "us-isof-south-1" : { }
35509
+ }
35510
+ },
35511
+ "swf" : {
35512
+ "endpoints" : {
35513
+ "us-isof-east-1" : { },
35514
+ "us-isof-south-1" : { }
35515
+ }
35516
+ },
35517
+ "synthetics" : {
35518
+ "endpoints" : {
35519
+ "us-isof-east-1" : { },
35520
+ "us-isof-south-1" : { }
35521
+ }
35522
+ },
35523
+ "tagging" : {
35524
+ "endpoints" : {
35525
+ "us-isof-east-1" : { },
35526
+ "us-isof-south-1" : { }
35527
+ }
35528
+ },
35529
+ "textract" : {
35530
+ "endpoints" : {
35531
+ "us-isof-east-1" : { },
35532
+ "us-isof-south-1" : { }
35533
+ }
35534
+ },
35535
+ "transcribe" : {
35536
+ "defaults" : {
35537
+ "protocols" : [ "https" ]
35538
+ },
35539
+ "endpoints" : {
35540
+ "us-isof-east-1" : { },
35541
+ "us-isof-south-1" : { }
35542
+ }
35543
+ },
35544
+ "transcribestreaming" : {
35545
+ "endpoints" : {
35546
+ "us-isof-east-1" : { },
35547
+ "us-isof-south-1" : { }
35548
+ }
35549
+ },
35550
+ "translate" : {
35551
+ "defaults" : {
35552
+ "protocols" : [ "https" ]
35553
+ },
35554
+ "endpoints" : {
35555
+ "us-isof-east-1" : { },
35556
+ "us-isof-south-1" : { }
35557
+ }
35558
+ },
35559
+ "xray" : {
35560
+ "endpoints" : {
35561
+ "us-isof-east-1" : { },
35562
+ "us-isof-south-1" : { }
35563
+ }
35564
+ }
35565
+ }
34572
35566
  } ],
34573
35567
  "version" : 3
34574
35568
  }
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.1040.0
4
+ version: 1.1047.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-01-17 00:00:00.000000000 Z
11
+ date: 2025-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: