aws-partitions 1.977.0 → 1.983.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/VERSION +1 -1
- data/partitions.json +259 -28
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 437d5b665f7a76bfc699db19f05dd780c7d87728922e60205191651c7464e412
|
4
|
+
data.tar.gz: c77ab52e0613706d6a1c53dd1351e2de4192a477800f6d2bcb1f04110af9b98b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04d9aa05cb0de93c7c259d1d3aca9bb460c74321638a81e7d312220194ae17e0e57ec5580e256ce8fd564ff52c4876ac5d7622da8d32a5076e78ebb13b57bfb8
|
7
|
+
data.tar.gz: 2701f079d0f861fad279fbdd0ceb5e537ba42630d4d894a9180adbbb1e80777292ebf2304e6f2f36803eca22b92edbbcb7a28e3d3171cde0d366546d56661d63
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.983.0 (2024-10-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.982.0 (2024-10-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.981.0 (2024-09-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.980.0 (2024-09-26)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.979.0 (2024-09-25)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.978.0 (2024-09-24)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.977.0 (2024-09-18)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.983.0
|
data/partitions.json
CHANGED
@@ -559,6 +559,7 @@
|
|
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" : { },
|
@@ -1658,6 +1659,7 @@
|
|
1658
1659
|
"ap-southeast-3" : { },
|
1659
1660
|
"ap-southeast-4" : { },
|
1660
1661
|
"ca-central-1" : { },
|
1662
|
+
"ca-west-1" : { },
|
1661
1663
|
"eu-central-1" : { },
|
1662
1664
|
"eu-central-2" : { },
|
1663
1665
|
"eu-north-1" : { },
|
@@ -2709,6 +2711,7 @@
|
|
2709
2711
|
"bedrock" : {
|
2710
2712
|
"endpoints" : {
|
2711
2713
|
"ap-northeast-1" : { },
|
2714
|
+
"ap-northeast-2" : { },
|
2712
2715
|
"ap-south-1" : { },
|
2713
2716
|
"ap-southeast-1" : { },
|
2714
2717
|
"ap-southeast-2" : { },
|
@@ -2718,6 +2721,12 @@
|
|
2718
2721
|
},
|
2719
2722
|
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
|
2720
2723
|
},
|
2724
|
+
"bedrock-ap-northeast-2" : {
|
2725
|
+
"credentialScope" : {
|
2726
|
+
"region" : "ap-northeast-2"
|
2727
|
+
},
|
2728
|
+
"hostname" : "bedrock.ap-northeast-2.amazonaws.com"
|
2729
|
+
},
|
2721
2730
|
"bedrock-ap-south-1" : {
|
2722
2731
|
"credentialScope" : {
|
2723
2732
|
"region" : "ap-south-1"
|
@@ -2778,6 +2787,12 @@
|
|
2778
2787
|
},
|
2779
2788
|
"hostname" : "bedrock-fips.us-east-1.amazonaws.com"
|
2780
2789
|
},
|
2790
|
+
"bedrock-fips-us-east-2" : {
|
2791
|
+
"credentialScope" : {
|
2792
|
+
"region" : "us-east-2"
|
2793
|
+
},
|
2794
|
+
"hostname" : "bedrock-fips.us-east-2.amazonaws.com"
|
2795
|
+
},
|
2781
2796
|
"bedrock-fips-us-west-2" : {
|
2782
2797
|
"credentialScope" : {
|
2783
2798
|
"region" : "us-west-2"
|
@@ -2790,6 +2805,12 @@
|
|
2790
2805
|
},
|
2791
2806
|
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
|
2792
2807
|
},
|
2808
|
+
"bedrock-runtime-ap-northeast-2" : {
|
2809
|
+
"credentialScope" : {
|
2810
|
+
"region" : "ap-northeast-2"
|
2811
|
+
},
|
2812
|
+
"hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
|
2813
|
+
},
|
2793
2814
|
"bedrock-runtime-ap-south-1" : {
|
2794
2815
|
"credentialScope" : {
|
2795
2816
|
"region" : "ap-south-1"
|
@@ -2850,6 +2871,12 @@
|
|
2850
2871
|
},
|
2851
2872
|
"hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
|
2852
2873
|
},
|
2874
|
+
"bedrock-runtime-fips-us-east-2" : {
|
2875
|
+
"credentialScope" : {
|
2876
|
+
"region" : "us-east-2"
|
2877
|
+
},
|
2878
|
+
"hostname" : "bedrock-runtime-fips.us-east-2.amazonaws.com"
|
2879
|
+
},
|
2853
2880
|
"bedrock-runtime-fips-us-west-2" : {
|
2854
2881
|
"credentialScope" : {
|
2855
2882
|
"region" : "us-west-2"
|
@@ -2868,6 +2895,12 @@
|
|
2868
2895
|
},
|
2869
2896
|
"hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
|
2870
2897
|
},
|
2898
|
+
"bedrock-runtime-us-east-2" : {
|
2899
|
+
"credentialScope" : {
|
2900
|
+
"region" : "us-east-2"
|
2901
|
+
},
|
2902
|
+
"hostname" : "bedrock-runtime.us-east-2.amazonaws.com"
|
2903
|
+
},
|
2871
2904
|
"bedrock-runtime-us-west-2" : {
|
2872
2905
|
"credentialScope" : {
|
2873
2906
|
"region" : "us-west-2"
|
@@ -2886,6 +2919,12 @@
|
|
2886
2919
|
},
|
2887
2920
|
"hostname" : "bedrock.us-east-1.amazonaws.com"
|
2888
2921
|
},
|
2922
|
+
"bedrock-us-east-2" : {
|
2923
|
+
"credentialScope" : {
|
2924
|
+
"region" : "us-east-2"
|
2925
|
+
},
|
2926
|
+
"hostname" : "bedrock.us-east-2.amazonaws.com"
|
2927
|
+
},
|
2889
2928
|
"bedrock-us-west-2" : {
|
2890
2929
|
"credentialScope" : {
|
2891
2930
|
"region" : "us-west-2"
|
@@ -2899,6 +2938,7 @@
|
|
2899
2938
|
"eu-west-3" : { },
|
2900
2939
|
"sa-east-1" : { },
|
2901
2940
|
"us-east-1" : { },
|
2941
|
+
"us-east-2" : { },
|
2902
2942
|
"us-west-2" : { }
|
2903
2943
|
}
|
2904
2944
|
},
|
@@ -8430,28 +8470,133 @@
|
|
8430
8470
|
},
|
8431
8471
|
"firehose" : {
|
8432
8472
|
"endpoints" : {
|
8433
|
-
"af-south-1" : {
|
8434
|
-
|
8435
|
-
|
8436
|
-
|
8437
|
-
|
8438
|
-
|
8439
|
-
"ap-
|
8440
|
-
|
8441
|
-
|
8442
|
-
|
8443
|
-
|
8473
|
+
"af-south-1" : {
|
8474
|
+
"variants" : [ {
|
8475
|
+
"hostname" : "firehose.af-south-1.api.aws",
|
8476
|
+
"tags" : [ "dualstack" ]
|
8477
|
+
} ]
|
8478
|
+
},
|
8479
|
+
"ap-east-1" : {
|
8480
|
+
"variants" : [ {
|
8481
|
+
"hostname" : "firehose.ap-east-1.api.aws",
|
8482
|
+
"tags" : [ "dualstack" ]
|
8483
|
+
} ]
|
8484
|
+
},
|
8485
|
+
"ap-northeast-1" : {
|
8486
|
+
"variants" : [ {
|
8487
|
+
"hostname" : "firehose.ap-northeast-1.api.aws",
|
8488
|
+
"tags" : [ "dualstack" ]
|
8489
|
+
} ]
|
8490
|
+
},
|
8491
|
+
"ap-northeast-2" : {
|
8492
|
+
"variants" : [ {
|
8493
|
+
"hostname" : "firehose.ap-northeast-2.api.aws",
|
8494
|
+
"tags" : [ "dualstack" ]
|
8495
|
+
} ]
|
8496
|
+
},
|
8497
|
+
"ap-northeast-3" : {
|
8498
|
+
"variants" : [ {
|
8499
|
+
"hostname" : "firehose.ap-northeast-3.api.aws",
|
8500
|
+
"tags" : [ "dualstack" ]
|
8501
|
+
} ]
|
8502
|
+
},
|
8503
|
+
"ap-south-1" : {
|
8504
|
+
"variants" : [ {
|
8505
|
+
"hostname" : "firehose.ap-south-1.api.aws",
|
8506
|
+
"tags" : [ "dualstack" ]
|
8507
|
+
} ]
|
8508
|
+
},
|
8509
|
+
"ap-south-2" : {
|
8510
|
+
"variants" : [ {
|
8511
|
+
"hostname" : "firehose.ap-south-2.api.aws",
|
8512
|
+
"tags" : [ "dualstack" ]
|
8513
|
+
} ]
|
8514
|
+
},
|
8515
|
+
"ap-southeast-1" : {
|
8516
|
+
"variants" : [ {
|
8517
|
+
"hostname" : "firehose.ap-southeast-1.api.aws",
|
8518
|
+
"tags" : [ "dualstack" ]
|
8519
|
+
} ]
|
8520
|
+
},
|
8521
|
+
"ap-southeast-2" : {
|
8522
|
+
"variants" : [ {
|
8523
|
+
"hostname" : "firehose.ap-southeast-2.api.aws",
|
8524
|
+
"tags" : [ "dualstack" ]
|
8525
|
+
} ]
|
8526
|
+
},
|
8527
|
+
"ap-southeast-3" : {
|
8528
|
+
"variants" : [ {
|
8529
|
+
"hostname" : "firehose.ap-southeast-3.api.aws",
|
8530
|
+
"tags" : [ "dualstack" ]
|
8531
|
+
} ]
|
8532
|
+
},
|
8533
|
+
"ap-southeast-4" : {
|
8534
|
+
"variants" : [ {
|
8535
|
+
"hostname" : "firehose.ap-southeast-4.api.aws",
|
8536
|
+
"tags" : [ "dualstack" ]
|
8537
|
+
} ]
|
8538
|
+
},
|
8444
8539
|
"ap-southeast-5" : { },
|
8445
|
-
"ca-central-1" : {
|
8446
|
-
|
8447
|
-
|
8448
|
-
|
8449
|
-
|
8450
|
-
|
8451
|
-
"
|
8452
|
-
|
8453
|
-
|
8454
|
-
|
8540
|
+
"ca-central-1" : {
|
8541
|
+
"variants" : [ {
|
8542
|
+
"hostname" : "firehose.ca-central-1.api.aws",
|
8543
|
+
"tags" : [ "dualstack" ]
|
8544
|
+
} ]
|
8545
|
+
},
|
8546
|
+
"ca-west-1" : {
|
8547
|
+
"variants" : [ {
|
8548
|
+
"hostname" : "firehose.ca-west-1.api.aws",
|
8549
|
+
"tags" : [ "dualstack" ]
|
8550
|
+
} ]
|
8551
|
+
},
|
8552
|
+
"eu-central-1" : {
|
8553
|
+
"variants" : [ {
|
8554
|
+
"hostname" : "firehose.eu-central-1.api.aws",
|
8555
|
+
"tags" : [ "dualstack" ]
|
8556
|
+
} ]
|
8557
|
+
},
|
8558
|
+
"eu-central-2" : {
|
8559
|
+
"variants" : [ {
|
8560
|
+
"hostname" : "firehose.eu-central-2.api.aws",
|
8561
|
+
"tags" : [ "dualstack" ]
|
8562
|
+
} ]
|
8563
|
+
},
|
8564
|
+
"eu-north-1" : {
|
8565
|
+
"variants" : [ {
|
8566
|
+
"hostname" : "firehose.eu-north-1.api.aws",
|
8567
|
+
"tags" : [ "dualstack" ]
|
8568
|
+
} ]
|
8569
|
+
},
|
8570
|
+
"eu-south-1" : {
|
8571
|
+
"variants" : [ {
|
8572
|
+
"hostname" : "firehose.eu-south-1.api.aws",
|
8573
|
+
"tags" : [ "dualstack" ]
|
8574
|
+
} ]
|
8575
|
+
},
|
8576
|
+
"eu-south-2" : {
|
8577
|
+
"variants" : [ {
|
8578
|
+
"hostname" : "firehose.eu-south-2.api.aws",
|
8579
|
+
"tags" : [ "dualstack" ]
|
8580
|
+
} ]
|
8581
|
+
},
|
8582
|
+
"eu-west-1" : {
|
8583
|
+
"variants" : [ {
|
8584
|
+
"hostname" : "firehose.eu-west-1.api.aws",
|
8585
|
+
"tags" : [ "dualstack" ]
|
8586
|
+
} ]
|
8587
|
+
},
|
8588
|
+
"eu-west-2" : {
|
8589
|
+
"variants" : [ {
|
8590
|
+
"hostname" : "firehose.eu-west-2.api.aws",
|
8591
|
+
"tags" : [ "dualstack" ]
|
8592
|
+
} ]
|
8593
|
+
},
|
8594
|
+
"eu-west-3" : {
|
8595
|
+
"variants" : [ {
|
8596
|
+
"hostname" : "firehose.eu-west-3.api.aws",
|
8597
|
+
"tags" : [ "dualstack" ]
|
8598
|
+
} ]
|
8599
|
+
},
|
8455
8600
|
"fips-us-east-1" : {
|
8456
8601
|
"credentialScope" : {
|
8457
8602
|
"region" : "us-east-1"
|
@@ -8480,32 +8625,76 @@
|
|
8480
8625
|
"deprecated" : true,
|
8481
8626
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com"
|
8482
8627
|
},
|
8483
|
-
"il-central-1" : {
|
8484
|
-
|
8485
|
-
|
8486
|
-
|
8628
|
+
"il-central-1" : {
|
8629
|
+
"variants" : [ {
|
8630
|
+
"hostname" : "firehose.il-central-1.api.aws",
|
8631
|
+
"tags" : [ "dualstack" ]
|
8632
|
+
} ]
|
8633
|
+
},
|
8634
|
+
"me-central-1" : {
|
8635
|
+
"variants" : [ {
|
8636
|
+
"hostname" : "firehose.me-central-1.api.aws",
|
8637
|
+
"tags" : [ "dualstack" ]
|
8638
|
+
} ]
|
8639
|
+
},
|
8640
|
+
"me-south-1" : {
|
8641
|
+
"variants" : [ {
|
8642
|
+
"hostname" : "firehose.me-south-1.api.aws",
|
8643
|
+
"tags" : [ "dualstack" ]
|
8644
|
+
} ]
|
8645
|
+
},
|
8646
|
+
"sa-east-1" : {
|
8647
|
+
"variants" : [ {
|
8648
|
+
"hostname" : "firehose.sa-east-1.api.aws",
|
8649
|
+
"tags" : [ "dualstack" ]
|
8650
|
+
} ]
|
8651
|
+
},
|
8487
8652
|
"us-east-1" : {
|
8488
8653
|
"variants" : [ {
|
8489
8654
|
"hostname" : "firehose-fips.us-east-1.amazonaws.com",
|
8490
8655
|
"tags" : [ "fips" ]
|
8656
|
+
}, {
|
8657
|
+
"hostname" : "firehose-fips.us-east-1.api.aws",
|
8658
|
+
"tags" : [ "dualstack", "fips" ]
|
8659
|
+
}, {
|
8660
|
+
"hostname" : "firehose.us-east-1.api.aws",
|
8661
|
+
"tags" : [ "dualstack" ]
|
8491
8662
|
} ]
|
8492
8663
|
},
|
8493
8664
|
"us-east-2" : {
|
8494
8665
|
"variants" : [ {
|
8495
8666
|
"hostname" : "firehose-fips.us-east-2.amazonaws.com",
|
8496
8667
|
"tags" : [ "fips" ]
|
8668
|
+
}, {
|
8669
|
+
"hostname" : "firehose-fips.us-east-2.api.aws",
|
8670
|
+
"tags" : [ "dualstack", "fips" ]
|
8671
|
+
}, {
|
8672
|
+
"hostname" : "firehose.us-east-2.api.aws",
|
8673
|
+
"tags" : [ "dualstack" ]
|
8497
8674
|
} ]
|
8498
8675
|
},
|
8499
8676
|
"us-west-1" : {
|
8500
8677
|
"variants" : [ {
|
8501
8678
|
"hostname" : "firehose-fips.us-west-1.amazonaws.com",
|
8502
8679
|
"tags" : [ "fips" ]
|
8680
|
+
}, {
|
8681
|
+
"hostname" : "firehose-fips.us-west-1.api.aws",
|
8682
|
+
"tags" : [ "dualstack", "fips" ]
|
8683
|
+
}, {
|
8684
|
+
"hostname" : "firehose.us-west-1.api.aws",
|
8685
|
+
"tags" : [ "dualstack" ]
|
8503
8686
|
} ]
|
8504
8687
|
},
|
8505
8688
|
"us-west-2" : {
|
8506
8689
|
"variants" : [ {
|
8507
8690
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com",
|
8508
8691
|
"tags" : [ "fips" ]
|
8692
|
+
}, {
|
8693
|
+
"hostname" : "firehose-fips.us-west-2.api.aws",
|
8694
|
+
"tags" : [ "dualstack", "fips" ]
|
8695
|
+
}, {
|
8696
|
+
"hostname" : "firehose.us-west-2.api.aws",
|
8697
|
+
"tags" : [ "dualstack" ]
|
8509
8698
|
} ]
|
8510
8699
|
}
|
8511
8700
|
}
|
@@ -9137,6 +9326,7 @@
|
|
9137
9326
|
"ca-central-1" : { },
|
9138
9327
|
"eu-central-1" : { },
|
9139
9328
|
"eu-north-1" : { },
|
9329
|
+
"eu-south-2" : { },
|
9140
9330
|
"eu-west-1" : { },
|
9141
9331
|
"eu-west-2" : { },
|
9142
9332
|
"sa-east-1" : { },
|
@@ -9633,6 +9823,8 @@
|
|
9633
9823
|
},
|
9634
9824
|
"endpoints" : {
|
9635
9825
|
"ap-south-1" : { },
|
9826
|
+
"ap-southeast-2" : { },
|
9827
|
+
"eu-west-2" : { },
|
9636
9828
|
"us-east-1" : { },
|
9637
9829
|
"us-east-2" : { },
|
9638
9830
|
"us-west-2" : { }
|
@@ -12998,6 +13190,7 @@
|
|
12998
13190
|
"eu-central-1" : { },
|
12999
13191
|
"eu-north-1" : { },
|
13000
13192
|
"eu-south-1" : { },
|
13193
|
+
"eu-south-2" : { },
|
13001
13194
|
"eu-west-1" : { },
|
13002
13195
|
"eu-west-2" : { },
|
13003
13196
|
"eu-west-3" : { },
|
@@ -20912,6 +21105,7 @@
|
|
20912
21105
|
"vpc-lattice" : {
|
20913
21106
|
"endpoints" : {
|
20914
21107
|
"af-south-1" : { },
|
21108
|
+
"ap-east-1" : { },
|
20915
21109
|
"ap-northeast-1" : { },
|
20916
21110
|
"ap-northeast-2" : { },
|
20917
21111
|
"ap-south-1" : { },
|
@@ -20924,6 +21118,7 @@
|
|
20924
21118
|
"eu-west-1" : { },
|
20925
21119
|
"eu-west-2" : { },
|
20926
21120
|
"eu-west-3" : { },
|
21121
|
+
"me-south-1" : { },
|
20927
21122
|
"sa-east-1" : { },
|
20928
21123
|
"us-east-1" : { },
|
20929
21124
|
"us-east-2" : { },
|
@@ -29164,8 +29359,32 @@
|
|
29164
29359
|
},
|
29165
29360
|
"ds" : {
|
29166
29361
|
"endpoints" : {
|
29167
|
-
"us-iso-east-1" : {
|
29168
|
-
|
29362
|
+
"fips-us-iso-east-1" : {
|
29363
|
+
"credentialScope" : {
|
29364
|
+
"region" : "us-iso-east-1"
|
29365
|
+
},
|
29366
|
+
"deprecated" : true,
|
29367
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
|
29368
|
+
},
|
29369
|
+
"fips-us-iso-west-1" : {
|
29370
|
+
"credentialScope" : {
|
29371
|
+
"region" : "us-iso-west-1"
|
29372
|
+
},
|
29373
|
+
"deprecated" : true,
|
29374
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
|
29375
|
+
},
|
29376
|
+
"us-iso-east-1" : {
|
29377
|
+
"variants" : [ {
|
29378
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
|
29379
|
+
"tags" : [ "fips" ]
|
29380
|
+
} ]
|
29381
|
+
},
|
29382
|
+
"us-iso-west-1" : {
|
29383
|
+
"variants" : [ {
|
29384
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
|
29385
|
+
"tags" : [ "fips" ]
|
29386
|
+
} ]
|
29387
|
+
}
|
29169
29388
|
}
|
29170
29389
|
},
|
29171
29390
|
"dynamodb" : {
|
@@ -29985,7 +30204,19 @@
|
|
29985
30204
|
},
|
29986
30205
|
"ds" : {
|
29987
30206
|
"endpoints" : {
|
29988
|
-
"us-isob-east-1" : {
|
30207
|
+
"fips-us-isob-east-1" : {
|
30208
|
+
"credentialScope" : {
|
30209
|
+
"region" : "us-isob-east-1"
|
30210
|
+
},
|
30211
|
+
"deprecated" : true,
|
30212
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
|
30213
|
+
},
|
30214
|
+
"us-isob-east-1" : {
|
30215
|
+
"variants" : [ {
|
30216
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
|
30217
|
+
"tags" : [ "fips" ]
|
30218
|
+
} ]
|
30219
|
+
}
|
29989
30220
|
}
|
29990
30221
|
},
|
29991
30222
|
"dynamodb" : {
|
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.
|
4
|
+
version: 1.983.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-
|
11
|
+
date: 2024-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|