aws-partitions 1.975.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 +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +317 -63
- 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,46 @@
|
|
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
|
+
|
34
|
+
1.977.0 (2024-09-18)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::DirectoryServiceData`.
|
38
|
+
|
39
|
+
1.976.0 (2024-09-16)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
4
44
|
1.975.0 (2024-09-13)
|
5
45
|
------------------
|
6
46
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.983.0
|
data/lib/aws-partitions.rb
CHANGED
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
|
},
|
@@ -7249,6 +7289,12 @@
|
|
7249
7289
|
"tags" : [ "fips" ]
|
7250
7290
|
} ]
|
7251
7291
|
},
|
7292
|
+
"ap-southeast-5" : {
|
7293
|
+
"variants" : [ {
|
7294
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
|
7295
|
+
"tags" : [ "fips" ]
|
7296
|
+
} ]
|
7297
|
+
},
|
7252
7298
|
"ca-central-1" : {
|
7253
7299
|
"variants" : [ {
|
7254
7300
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -7386,6 +7432,13 @@
|
|
7386
7432
|
"deprecated" : true,
|
7387
7433
|
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
|
7388
7434
|
},
|
7435
|
+
"fips-ap-southeast-5" : {
|
7436
|
+
"credentialScope" : {
|
7437
|
+
"region" : "ap-southeast-5"
|
7438
|
+
},
|
7439
|
+
"deprecated" : true,
|
7440
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
7441
|
+
},
|
7389
7442
|
"fips-ca-central-1" : {
|
7390
7443
|
"credentialScope" : {
|
7391
7444
|
"region" : "ca-central-1"
|
@@ -8417,28 +8470,133 @@
|
|
8417
8470
|
},
|
8418
8471
|
"firehose" : {
|
8419
8472
|
"endpoints" : {
|
8420
|
-
"af-south-1" : {
|
8421
|
-
|
8422
|
-
|
8423
|
-
|
8424
|
-
|
8425
|
-
|
8426
|
-
"ap-
|
8427
|
-
|
8428
|
-
|
8429
|
-
|
8430
|
-
|
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
|
+
},
|
8431
8539
|
"ap-southeast-5" : { },
|
8432
|
-
"ca-central-1" : {
|
8433
|
-
|
8434
|
-
|
8435
|
-
|
8436
|
-
|
8437
|
-
|
8438
|
-
"
|
8439
|
-
|
8440
|
-
|
8441
|
-
|
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
|
+
},
|
8442
8600
|
"fips-us-east-1" : {
|
8443
8601
|
"credentialScope" : {
|
8444
8602
|
"region" : "us-east-1"
|
@@ -8467,32 +8625,76 @@
|
|
8467
8625
|
"deprecated" : true,
|
8468
8626
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com"
|
8469
8627
|
},
|
8470
|
-
"il-central-1" : {
|
8471
|
-
|
8472
|
-
|
8473
|
-
|
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
|
+
},
|
8474
8652
|
"us-east-1" : {
|
8475
8653
|
"variants" : [ {
|
8476
8654
|
"hostname" : "firehose-fips.us-east-1.amazonaws.com",
|
8477
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" ]
|
8478
8662
|
} ]
|
8479
8663
|
},
|
8480
8664
|
"us-east-2" : {
|
8481
8665
|
"variants" : [ {
|
8482
8666
|
"hostname" : "firehose-fips.us-east-2.amazonaws.com",
|
8483
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" ]
|
8484
8674
|
} ]
|
8485
8675
|
},
|
8486
8676
|
"us-west-1" : {
|
8487
8677
|
"variants" : [ {
|
8488
8678
|
"hostname" : "firehose-fips.us-west-1.amazonaws.com",
|
8489
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" ]
|
8490
8686
|
} ]
|
8491
8687
|
},
|
8492
8688
|
"us-west-2" : {
|
8493
8689
|
"variants" : [ {
|
8494
8690
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com",
|
8495
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" ]
|
8496
8698
|
} ]
|
8497
8699
|
}
|
8498
8700
|
}
|
@@ -9124,6 +9326,7 @@
|
|
9124
9326
|
"ca-central-1" : { },
|
9125
9327
|
"eu-central-1" : { },
|
9126
9328
|
"eu-north-1" : { },
|
9329
|
+
"eu-south-2" : { },
|
9127
9330
|
"eu-west-1" : { },
|
9128
9331
|
"eu-west-2" : { },
|
9129
9332
|
"sa-east-1" : { },
|
@@ -9620,6 +9823,8 @@
|
|
9620
9823
|
},
|
9621
9824
|
"endpoints" : {
|
9622
9825
|
"ap-south-1" : { },
|
9826
|
+
"ap-southeast-2" : { },
|
9827
|
+
"eu-west-2" : { },
|
9623
9828
|
"us-east-1" : { },
|
9624
9829
|
"us-east-2" : { },
|
9625
9830
|
"us-west-2" : { }
|
@@ -12985,6 +13190,7 @@
|
|
12985
13190
|
"eu-central-1" : { },
|
12986
13191
|
"eu-north-1" : { },
|
12987
13192
|
"eu-south-1" : { },
|
13193
|
+
"eu-south-2" : { },
|
12988
13194
|
"eu-west-1" : { },
|
12989
13195
|
"eu-west-2" : { },
|
12990
13196
|
"eu-west-3" : { },
|
@@ -19497,9 +19703,11 @@
|
|
19497
19703
|
"ap-northeast-2" : { },
|
19498
19704
|
"ap-northeast-3" : { },
|
19499
19705
|
"ap-south-1" : { },
|
19706
|
+
"ap-south-2" : { },
|
19500
19707
|
"ap-southeast-1" : { },
|
19501
19708
|
"ap-southeast-2" : { },
|
19502
19709
|
"ap-southeast-3" : { },
|
19710
|
+
"ap-southeast-4" : { },
|
19503
19711
|
"ca-central-1" : {
|
19504
19712
|
"variants" : [ {
|
19505
19713
|
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
@@ -19507,8 +19715,10 @@
|
|
19507
19715
|
} ]
|
19508
19716
|
},
|
19509
19717
|
"eu-central-1" : { },
|
19718
|
+
"eu-central-2" : { },
|
19510
19719
|
"eu-north-1" : { },
|
19511
19720
|
"eu-south-1" : { },
|
19721
|
+
"eu-south-2" : { },
|
19512
19722
|
"eu-west-1" : { },
|
19513
19723
|
"eu-west-2" : { },
|
19514
19724
|
"eu-west-3" : { },
|
@@ -19547,6 +19757,8 @@
|
|
19547
19757
|
"deprecated" : true,
|
19548
19758
|
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
19549
19759
|
},
|
19760
|
+
"il-central-1" : { },
|
19761
|
+
"me-central-1" : { },
|
19550
19762
|
"me-south-1" : { },
|
19551
19763
|
"sa-east-1" : { },
|
19552
19764
|
"us-east-1" : {
|
@@ -20453,82 +20665,62 @@
|
|
20453
20665
|
"ap-south-1" : { },
|
20454
20666
|
"ap-southeast-1" : { },
|
20455
20667
|
"ap-southeast-2" : { },
|
20456
|
-
"ca-central-1" : {
|
20457
|
-
"eu-central-1" : { },
|
20458
|
-
"eu-west-1" : { },
|
20459
|
-
"eu-west-2" : { },
|
20460
|
-
"sa-east-1" : { },
|
20461
|
-
"transcribestreaming-ca-central-1" : {
|
20462
|
-
"credentialScope" : {
|
20463
|
-
"region" : "ca-central-1"
|
20464
|
-
},
|
20465
|
-
"deprecated" : true,
|
20668
|
+
"ca-central-1" : {
|
20466
20669
|
"variants" : [ {
|
20467
20670
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
20468
20671
|
"tags" : [ "fips" ]
|
20469
20672
|
} ]
|
20470
20673
|
},
|
20471
|
-
"
|
20674
|
+
"eu-central-1" : { },
|
20675
|
+
"eu-west-1" : { },
|
20676
|
+
"eu-west-2" : { },
|
20677
|
+
"fips-ca-central-1" : {
|
20472
20678
|
"credentialScope" : {
|
20473
20679
|
"region" : "ca-central-1"
|
20474
20680
|
},
|
20475
20681
|
"deprecated" : true,
|
20476
20682
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
20477
20683
|
},
|
20478
|
-
"
|
20684
|
+
"fips-us-east-1" : {
|
20479
20685
|
"credentialScope" : {
|
20480
20686
|
"region" : "us-east-1"
|
20481
20687
|
},
|
20482
20688
|
"deprecated" : true,
|
20483
20689
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
20484
20690
|
},
|
20485
|
-
"
|
20691
|
+
"fips-us-east-2" : {
|
20486
20692
|
"credentialScope" : {
|
20487
20693
|
"region" : "us-east-2"
|
20488
20694
|
},
|
20489
20695
|
"deprecated" : true,
|
20490
20696
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
20491
20697
|
},
|
20492
|
-
"
|
20698
|
+
"fips-us-west-2" : {
|
20493
20699
|
"credentialScope" : {
|
20494
20700
|
"region" : "us-west-2"
|
20495
20701
|
},
|
20496
20702
|
"deprecated" : true,
|
20497
20703
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
20498
20704
|
},
|
20499
|
-
"
|
20500
|
-
|
20501
|
-
"region" : "us-east-1"
|
20502
|
-
},
|
20503
|
-
"deprecated" : true,
|
20705
|
+
"sa-east-1" : { },
|
20706
|
+
"us-east-1" : {
|
20504
20707
|
"variants" : [ {
|
20505
20708
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
20506
20709
|
"tags" : [ "fips" ]
|
20507
20710
|
} ]
|
20508
20711
|
},
|
20509
|
-
"
|
20510
|
-
"credentialScope" : {
|
20511
|
-
"region" : "us-east-2"
|
20512
|
-
},
|
20513
|
-
"deprecated" : true,
|
20712
|
+
"us-east-2" : {
|
20514
20713
|
"variants" : [ {
|
20515
20714
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
20516
20715
|
"tags" : [ "fips" ]
|
20517
20716
|
} ]
|
20518
20717
|
},
|
20519
|
-
"
|
20520
|
-
"credentialScope" : {
|
20521
|
-
"region" : "us-west-2"
|
20522
|
-
},
|
20523
|
-
"deprecated" : true,
|
20718
|
+
"us-west-2" : {
|
20524
20719
|
"variants" : [ {
|
20525
20720
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
20526
20721
|
"tags" : [ "fips" ]
|
20527
20722
|
} ]
|
20528
|
-
}
|
20529
|
-
"us-east-1" : { },
|
20530
|
-
"us-east-2" : { },
|
20531
|
-
"us-west-2" : { }
|
20723
|
+
}
|
20532
20724
|
}
|
20533
20725
|
},
|
20534
20726
|
"transfer" : {
|
@@ -20913,6 +21105,7 @@
|
|
20913
21105
|
"vpc-lattice" : {
|
20914
21106
|
"endpoints" : {
|
20915
21107
|
"af-south-1" : { },
|
21108
|
+
"ap-east-1" : { },
|
20916
21109
|
"ap-northeast-1" : { },
|
20917
21110
|
"ap-northeast-2" : { },
|
20918
21111
|
"ap-south-1" : { },
|
@@ -20925,6 +21118,7 @@
|
|
20925
21118
|
"eu-west-1" : { },
|
20926
21119
|
"eu-west-2" : { },
|
20927
21120
|
"eu-west-3" : { },
|
21121
|
+
"me-south-1" : { },
|
20928
21122
|
"sa-east-1" : { },
|
20929
21123
|
"us-east-1" : { },
|
20930
21124
|
"us-east-2" : { },
|
@@ -28673,8 +28867,32 @@
|
|
28673
28867
|
},
|
28674
28868
|
"transcribestreaming" : {
|
28675
28869
|
"endpoints" : {
|
28676
|
-
"us-gov-east-1" : {
|
28677
|
-
|
28870
|
+
"fips-us-gov-east-1" : {
|
28871
|
+
"credentialScope" : {
|
28872
|
+
"region" : "us-gov-east-1"
|
28873
|
+
},
|
28874
|
+
"deprecated" : true,
|
28875
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
|
28876
|
+
},
|
28877
|
+
"fips-us-gov-west-1" : {
|
28878
|
+
"credentialScope" : {
|
28879
|
+
"region" : "us-gov-west-1"
|
28880
|
+
},
|
28881
|
+
"deprecated" : true,
|
28882
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
|
28883
|
+
},
|
28884
|
+
"us-gov-east-1" : {
|
28885
|
+
"variants" : [ {
|
28886
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
28887
|
+
"tags" : [ "fips" ]
|
28888
|
+
} ]
|
28889
|
+
},
|
28890
|
+
"us-gov-west-1" : {
|
28891
|
+
"variants" : [ {
|
28892
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
28893
|
+
"tags" : [ "fips" ]
|
28894
|
+
} ]
|
28895
|
+
}
|
28678
28896
|
}
|
28679
28897
|
},
|
28680
28898
|
"transfer" : {
|
@@ -29141,8 +29359,32 @@
|
|
29141
29359
|
},
|
29142
29360
|
"ds" : {
|
29143
29361
|
"endpoints" : {
|
29144
|
-
"us-iso-east-1" : {
|
29145
|
-
|
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
|
+
}
|
29146
29388
|
}
|
29147
29389
|
},
|
29148
29390
|
"dynamodb" : {
|
@@ -29962,7 +30204,19 @@
|
|
29962
30204
|
},
|
29963
30205
|
"ds" : {
|
29964
30206
|
"endpoints" : {
|
29965
|
-
"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
|
+
}
|
29966
30220
|
}
|
29967
30221
|
},
|
29968
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:
|