aws-partitions 1.1022.0 → 1.1024.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +382 -74
- 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: 19deaaba040797628c4f1334adb9766cedf6bc0ab8428a829fb8953466ca7be1
|
4
|
+
data.tar.gz: e29d18a61733abd95b115c59f25fc8fecca9fc0f6890f35b13bc01bead777909
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23a0e2a4d6d828b4af7082bf843f24c455e0fa6c4194e391dc67639561bc550ea4516bcdc2d76af65dcc6a69a552e276d6e22cfb473497dccb3e28d0bd171cba
|
7
|
+
data.tar.gz: 0c3a3d1ee135c0fd09888f7810469e92f623439cd81fa84f0af009dd25a6a31bf7fec980f2bb21f1474a316659f0ea8d59bb751ff8f2eb7987ad1dd7905421b9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1024.0 (2024-12-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::BackupSearch`.
|
8
|
+
|
9
|
+
1.1023.0 (2024-12-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1022.0 (2024-12-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1024.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -283,6 +283,7 @@ module Aws
|
|
283
283
|
'BCMPricingCalculator' => 'bcm-pricing-calculator',
|
284
284
|
'Backup' => 'backup',
|
285
285
|
'BackupGateway' => 'backup-gateway',
|
286
|
+
'BackupSearch' => 'backup-search',
|
286
287
|
'Batch' => 'batch',
|
287
288
|
'Bedrock' => 'bedrock',
|
288
289
|
'BedrockAgent' => 'bedrock-agent',
|
data/partitions.json
CHANGED
@@ -2229,6 +2229,12 @@
|
|
2229
2229
|
"tags" : [ "dualstack" ]
|
2230
2230
|
} ]
|
2231
2231
|
},
|
2232
|
+
"ap-southeast-5" : {
|
2233
|
+
"variants" : [ {
|
2234
|
+
"hostname" : "athena.ap-southeast-5.api.aws",
|
2235
|
+
"tags" : [ "dualstack" ]
|
2236
|
+
} ]
|
2237
|
+
},
|
2232
2238
|
"ca-central-1" : {
|
2233
2239
|
"variants" : [ {
|
2234
2240
|
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
|
@@ -10698,37 +10704,81 @@
|
|
10698
10704
|
},
|
10699
10705
|
"endpoints" : {
|
10700
10706
|
"af-south-1" : {
|
10701
|
-
"hostname" : "internetmonitor.af-south-1.api.aws"
|
10707
|
+
"hostname" : "internetmonitor.af-south-1.api.aws",
|
10708
|
+
"variants" : [ {
|
10709
|
+
"hostname" : "internetmonitor.af-south-1.api.aws",
|
10710
|
+
"tags" : [ "dualstack" ]
|
10711
|
+
} ]
|
10702
10712
|
},
|
10703
10713
|
"ap-east-1" : {
|
10704
|
-
"hostname" : "internetmonitor.ap-east-1.api.aws"
|
10714
|
+
"hostname" : "internetmonitor.ap-east-1.api.aws",
|
10715
|
+
"variants" : [ {
|
10716
|
+
"hostname" : "internetmonitor.ap-east-1.api.aws",
|
10717
|
+
"tags" : [ "dualstack" ]
|
10718
|
+
} ]
|
10705
10719
|
},
|
10706
10720
|
"ap-northeast-1" : {
|
10707
|
-
"hostname" : "internetmonitor.ap-northeast-1.api.aws"
|
10721
|
+
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
10722
|
+
"variants" : [ {
|
10723
|
+
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
10724
|
+
"tags" : [ "dualstack" ]
|
10725
|
+
} ]
|
10708
10726
|
},
|
10709
10727
|
"ap-northeast-2" : {
|
10710
|
-
"hostname" : "internetmonitor.ap-northeast-2.api.aws"
|
10728
|
+
"hostname" : "internetmonitor.ap-northeast-2.api.aws",
|
10729
|
+
"variants" : [ {
|
10730
|
+
"hostname" : "internetmonitor.ap-northeast-2.api.aws",
|
10731
|
+
"tags" : [ "dualstack" ]
|
10732
|
+
} ]
|
10711
10733
|
},
|
10712
10734
|
"ap-northeast-3" : {
|
10713
|
-
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
|
10735
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws",
|
10736
|
+
"variants" : [ {
|
10737
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws",
|
10738
|
+
"tags" : [ "dualstack" ]
|
10739
|
+
} ]
|
10714
10740
|
},
|
10715
10741
|
"ap-south-1" : {
|
10716
|
-
"hostname" : "internetmonitor.ap-south-1.api.aws"
|
10742
|
+
"hostname" : "internetmonitor.ap-south-1.api.aws",
|
10743
|
+
"variants" : [ {
|
10744
|
+
"hostname" : "internetmonitor.ap-south-1.api.aws",
|
10745
|
+
"tags" : [ "dualstack" ]
|
10746
|
+
} ]
|
10717
10747
|
},
|
10718
10748
|
"ap-south-2" : {
|
10719
|
-
"hostname" : "internetmonitor.ap-south-2.api.aws"
|
10749
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws",
|
10750
|
+
"variants" : [ {
|
10751
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws",
|
10752
|
+
"tags" : [ "dualstack" ]
|
10753
|
+
} ]
|
10720
10754
|
},
|
10721
10755
|
"ap-southeast-1" : {
|
10722
|
-
"hostname" : "internetmonitor.ap-southeast-1.api.aws"
|
10756
|
+
"hostname" : "internetmonitor.ap-southeast-1.api.aws",
|
10757
|
+
"variants" : [ {
|
10758
|
+
"hostname" : "internetmonitor.ap-southeast-1.api.aws",
|
10759
|
+
"tags" : [ "dualstack" ]
|
10760
|
+
} ]
|
10723
10761
|
},
|
10724
10762
|
"ap-southeast-2" : {
|
10725
|
-
"hostname" : "internetmonitor.ap-southeast-2.api.aws"
|
10763
|
+
"hostname" : "internetmonitor.ap-southeast-2.api.aws",
|
10764
|
+
"variants" : [ {
|
10765
|
+
"hostname" : "internetmonitor.ap-southeast-2.api.aws",
|
10766
|
+
"tags" : [ "dualstack" ]
|
10767
|
+
} ]
|
10726
10768
|
},
|
10727
10769
|
"ap-southeast-3" : {
|
10728
|
-
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
|
10770
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws",
|
10771
|
+
"variants" : [ {
|
10772
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws",
|
10773
|
+
"tags" : [ "dualstack" ]
|
10774
|
+
} ]
|
10729
10775
|
},
|
10730
10776
|
"ap-southeast-4" : {
|
10731
|
-
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
10777
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws",
|
10778
|
+
"variants" : [ {
|
10779
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws",
|
10780
|
+
"tags" : [ "dualstack" ]
|
10781
|
+
} ]
|
10732
10782
|
},
|
10733
10783
|
"ap-southeast-5" : {
|
10734
10784
|
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
@@ -10738,52 +10788,108 @@
|
|
10738
10788
|
"variants" : [ {
|
10739
10789
|
"hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
|
10740
10790
|
"tags" : [ "fips" ]
|
10791
|
+
}, {
|
10792
|
+
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
|
10793
|
+
"tags" : [ "dualstack", "fips" ]
|
10794
|
+
}, {
|
10795
|
+
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
10796
|
+
"tags" : [ "dualstack" ]
|
10741
10797
|
} ]
|
10742
10798
|
},
|
10743
10799
|
"ca-west-1" : {
|
10744
10800
|
"hostname" : "internetmonitor.ca-west-1.api.aws"
|
10745
10801
|
},
|
10746
10802
|
"eu-central-1" : {
|
10747
|
-
"hostname" : "internetmonitor.eu-central-1.api.aws"
|
10803
|
+
"hostname" : "internetmonitor.eu-central-1.api.aws",
|
10804
|
+
"variants" : [ {
|
10805
|
+
"hostname" : "internetmonitor.eu-central-1.api.aws",
|
10806
|
+
"tags" : [ "dualstack" ]
|
10807
|
+
} ]
|
10748
10808
|
},
|
10749
10809
|
"eu-central-2" : {
|
10750
|
-
"hostname" : "internetmonitor.eu-central-2.api.aws"
|
10810
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws",
|
10811
|
+
"variants" : [ {
|
10812
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws",
|
10813
|
+
"tags" : [ "dualstack" ]
|
10814
|
+
} ]
|
10751
10815
|
},
|
10752
10816
|
"eu-north-1" : {
|
10753
|
-
"hostname" : "internetmonitor.eu-north-1.api.aws"
|
10817
|
+
"hostname" : "internetmonitor.eu-north-1.api.aws",
|
10818
|
+
"variants" : [ {
|
10819
|
+
"hostname" : "internetmonitor.eu-north-1.api.aws",
|
10820
|
+
"tags" : [ "dualstack" ]
|
10821
|
+
} ]
|
10754
10822
|
},
|
10755
10823
|
"eu-south-1" : {
|
10756
|
-
"hostname" : "internetmonitor.eu-south-1.api.aws"
|
10824
|
+
"hostname" : "internetmonitor.eu-south-1.api.aws",
|
10825
|
+
"variants" : [ {
|
10826
|
+
"hostname" : "internetmonitor.eu-south-1.api.aws",
|
10827
|
+
"tags" : [ "dualstack" ]
|
10828
|
+
} ]
|
10757
10829
|
},
|
10758
10830
|
"eu-south-2" : {
|
10759
|
-
"hostname" : "internetmonitor.eu-south-2.api.aws"
|
10831
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws",
|
10832
|
+
"variants" : [ {
|
10833
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws",
|
10834
|
+
"tags" : [ "dualstack" ]
|
10835
|
+
} ]
|
10760
10836
|
},
|
10761
10837
|
"eu-west-1" : {
|
10762
|
-
"hostname" : "internetmonitor.eu-west-1.api.aws"
|
10838
|
+
"hostname" : "internetmonitor.eu-west-1.api.aws",
|
10839
|
+
"variants" : [ {
|
10840
|
+
"hostname" : "internetmonitor.eu-west-1.api.aws",
|
10841
|
+
"tags" : [ "dualstack" ]
|
10842
|
+
} ]
|
10763
10843
|
},
|
10764
10844
|
"eu-west-2" : {
|
10765
|
-
"hostname" : "internetmonitor.eu-west-2.api.aws"
|
10845
|
+
"hostname" : "internetmonitor.eu-west-2.api.aws",
|
10846
|
+
"variants" : [ {
|
10847
|
+
"hostname" : "internetmonitor.eu-west-2.api.aws",
|
10848
|
+
"tags" : [ "dualstack" ]
|
10849
|
+
} ]
|
10766
10850
|
},
|
10767
10851
|
"eu-west-3" : {
|
10768
|
-
"hostname" : "internetmonitor.eu-west-3.api.aws"
|
10852
|
+
"hostname" : "internetmonitor.eu-west-3.api.aws",
|
10853
|
+
"variants" : [ {
|
10854
|
+
"hostname" : "internetmonitor.eu-west-3.api.aws",
|
10855
|
+
"tags" : [ "dualstack" ]
|
10856
|
+
} ]
|
10769
10857
|
},
|
10770
10858
|
"il-central-1" : {
|
10771
10859
|
"hostname" : "internetmonitor.il-central-1.api.aws"
|
10772
10860
|
},
|
10773
10861
|
"me-central-1" : {
|
10774
|
-
"hostname" : "internetmonitor.me-central-1.api.aws"
|
10862
|
+
"hostname" : "internetmonitor.me-central-1.api.aws",
|
10863
|
+
"variants" : [ {
|
10864
|
+
"hostname" : "internetmonitor.me-central-1.api.aws",
|
10865
|
+
"tags" : [ "dualstack" ]
|
10866
|
+
} ]
|
10775
10867
|
},
|
10776
10868
|
"me-south-1" : {
|
10777
|
-
"hostname" : "internetmonitor.me-south-1.api.aws"
|
10869
|
+
"hostname" : "internetmonitor.me-south-1.api.aws",
|
10870
|
+
"variants" : [ {
|
10871
|
+
"hostname" : "internetmonitor.me-south-1.api.aws",
|
10872
|
+
"tags" : [ "dualstack" ]
|
10873
|
+
} ]
|
10778
10874
|
},
|
10779
10875
|
"sa-east-1" : {
|
10780
|
-
"hostname" : "internetmonitor.sa-east-1.api.aws"
|
10876
|
+
"hostname" : "internetmonitor.sa-east-1.api.aws",
|
10877
|
+
"variants" : [ {
|
10878
|
+
"hostname" : "internetmonitor.sa-east-1.api.aws",
|
10879
|
+
"tags" : [ "dualstack" ]
|
10880
|
+
} ]
|
10781
10881
|
},
|
10782
10882
|
"us-east-1" : {
|
10783
10883
|
"hostname" : "internetmonitor.us-east-1.api.aws",
|
10784
10884
|
"variants" : [ {
|
10785
10885
|
"hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
|
10786
10886
|
"tags" : [ "fips" ]
|
10887
|
+
}, {
|
10888
|
+
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
|
10889
|
+
"tags" : [ "dualstack", "fips" ]
|
10890
|
+
}, {
|
10891
|
+
"hostname" : "internetmonitor.us-east-1.api.aws",
|
10892
|
+
"tags" : [ "dualstack" ]
|
10787
10893
|
} ]
|
10788
10894
|
},
|
10789
10895
|
"us-east-2" : {
|
@@ -10791,6 +10897,12 @@
|
|
10791
10897
|
"variants" : [ {
|
10792
10898
|
"hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
|
10793
10899
|
"tags" : [ "fips" ]
|
10900
|
+
}, {
|
10901
|
+
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
|
10902
|
+
"tags" : [ "dualstack", "fips" ]
|
10903
|
+
}, {
|
10904
|
+
"hostname" : "internetmonitor.us-east-2.api.aws",
|
10905
|
+
"tags" : [ "dualstack" ]
|
10794
10906
|
} ]
|
10795
10907
|
},
|
10796
10908
|
"us-west-1" : {
|
@@ -10798,6 +10910,12 @@
|
|
10798
10910
|
"variants" : [ {
|
10799
10911
|
"hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
|
10800
10912
|
"tags" : [ "fips" ]
|
10913
|
+
}, {
|
10914
|
+
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
|
10915
|
+
"tags" : [ "dualstack", "fips" ]
|
10916
|
+
}, {
|
10917
|
+
"hostname" : "internetmonitor.us-west-1.api.aws",
|
10918
|
+
"tags" : [ "dualstack" ]
|
10801
10919
|
} ]
|
10802
10920
|
},
|
10803
10921
|
"us-west-2" : {
|
@@ -10805,6 +10923,12 @@
|
|
10805
10923
|
"variants" : [ {
|
10806
10924
|
"hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
|
10807
10925
|
"tags" : [ "fips" ]
|
10926
|
+
}, {
|
10927
|
+
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
|
10928
|
+
"tags" : [ "dualstack", "fips" ]
|
10929
|
+
}, {
|
10930
|
+
"hostname" : "internetmonitor.us-west-2.api.aws",
|
10931
|
+
"tags" : [ "dualstack" ]
|
10808
10932
|
} ]
|
10809
10933
|
}
|
10810
10934
|
}
|
@@ -12392,28 +12516,138 @@
|
|
12392
12516
|
},
|
12393
12517
|
"lakeformation" : {
|
12394
12518
|
"endpoints" : {
|
12395
|
-
"af-south-1" : {
|
12396
|
-
|
12397
|
-
|
12398
|
-
|
12399
|
-
|
12400
|
-
|
12401
|
-
"ap-
|
12402
|
-
|
12403
|
-
|
12404
|
-
|
12405
|
-
|
12406
|
-
|
12407
|
-
"
|
12408
|
-
|
12409
|
-
|
12410
|
-
|
12411
|
-
|
12412
|
-
|
12413
|
-
"
|
12414
|
-
|
12415
|
-
|
12416
|
-
|
12519
|
+
"af-south-1" : {
|
12520
|
+
"variants" : [ {
|
12521
|
+
"hostname" : "lakeformation.af-south-1.api.aws",
|
12522
|
+
"tags" : [ "dualstack" ]
|
12523
|
+
} ]
|
12524
|
+
},
|
12525
|
+
"ap-east-1" : {
|
12526
|
+
"variants" : [ {
|
12527
|
+
"hostname" : "lakeformation.ap-east-1.api.aws",
|
12528
|
+
"tags" : [ "dualstack" ]
|
12529
|
+
} ]
|
12530
|
+
},
|
12531
|
+
"ap-northeast-1" : {
|
12532
|
+
"variants" : [ {
|
12533
|
+
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
12534
|
+
"tags" : [ "dualstack" ]
|
12535
|
+
} ]
|
12536
|
+
},
|
12537
|
+
"ap-northeast-2" : {
|
12538
|
+
"variants" : [ {
|
12539
|
+
"hostname" : "lakeformation.ap-northeast-2.api.aws",
|
12540
|
+
"tags" : [ "dualstack" ]
|
12541
|
+
} ]
|
12542
|
+
},
|
12543
|
+
"ap-northeast-3" : {
|
12544
|
+
"variants" : [ {
|
12545
|
+
"hostname" : "lakeformation.ap-northeast-3.api.aws",
|
12546
|
+
"tags" : [ "dualstack" ]
|
12547
|
+
} ]
|
12548
|
+
},
|
12549
|
+
"ap-south-1" : {
|
12550
|
+
"variants" : [ {
|
12551
|
+
"hostname" : "lakeformation.ap-south-1.api.aws",
|
12552
|
+
"tags" : [ "dualstack" ]
|
12553
|
+
} ]
|
12554
|
+
},
|
12555
|
+
"ap-south-2" : {
|
12556
|
+
"variants" : [ {
|
12557
|
+
"hostname" : "lakeformation.ap-south-2.api.aws",
|
12558
|
+
"tags" : [ "dualstack" ]
|
12559
|
+
} ]
|
12560
|
+
},
|
12561
|
+
"ap-southeast-1" : {
|
12562
|
+
"variants" : [ {
|
12563
|
+
"hostname" : "lakeformation.ap-southeast-1.api.aws",
|
12564
|
+
"tags" : [ "dualstack" ]
|
12565
|
+
} ]
|
12566
|
+
},
|
12567
|
+
"ap-southeast-2" : {
|
12568
|
+
"variants" : [ {
|
12569
|
+
"hostname" : "lakeformation.ap-southeast-2.api.aws",
|
12570
|
+
"tags" : [ "dualstack" ]
|
12571
|
+
} ]
|
12572
|
+
},
|
12573
|
+
"ap-southeast-3" : {
|
12574
|
+
"variants" : [ {
|
12575
|
+
"hostname" : "lakeformation.ap-southeast-3.api.aws",
|
12576
|
+
"tags" : [ "dualstack" ]
|
12577
|
+
} ]
|
12578
|
+
},
|
12579
|
+
"ap-southeast-4" : {
|
12580
|
+
"variants" : [ {
|
12581
|
+
"hostname" : "lakeformation.ap-southeast-4.api.aws",
|
12582
|
+
"tags" : [ "dualstack" ]
|
12583
|
+
} ]
|
12584
|
+
},
|
12585
|
+
"ap-southeast-5" : {
|
12586
|
+
"variants" : [ {
|
12587
|
+
"hostname" : "lakeformation.ap-southeast-5.api.aws",
|
12588
|
+
"tags" : [ "dualstack" ]
|
12589
|
+
} ]
|
12590
|
+
},
|
12591
|
+
"ca-central-1" : {
|
12592
|
+
"variants" : [ {
|
12593
|
+
"hostname" : "lakeformation.ca-central-1.api.aws",
|
12594
|
+
"tags" : [ "dualstack" ]
|
12595
|
+
} ]
|
12596
|
+
},
|
12597
|
+
"ca-west-1" : {
|
12598
|
+
"variants" : [ {
|
12599
|
+
"hostname" : "lakeformation.ca-west-1.api.aws",
|
12600
|
+
"tags" : [ "dualstack" ]
|
12601
|
+
} ]
|
12602
|
+
},
|
12603
|
+
"eu-central-1" : {
|
12604
|
+
"variants" : [ {
|
12605
|
+
"hostname" : "lakeformation.eu-central-1.api.aws",
|
12606
|
+
"tags" : [ "dualstack" ]
|
12607
|
+
} ]
|
12608
|
+
},
|
12609
|
+
"eu-central-2" : {
|
12610
|
+
"variants" : [ {
|
12611
|
+
"hostname" : "lakeformation.eu-central-2.api.aws",
|
12612
|
+
"tags" : [ "dualstack" ]
|
12613
|
+
} ]
|
12614
|
+
},
|
12615
|
+
"eu-north-1" : {
|
12616
|
+
"variants" : [ {
|
12617
|
+
"hostname" : "lakeformation.eu-north-1.api.aws",
|
12618
|
+
"tags" : [ "dualstack" ]
|
12619
|
+
} ]
|
12620
|
+
},
|
12621
|
+
"eu-south-1" : {
|
12622
|
+
"variants" : [ {
|
12623
|
+
"hostname" : "lakeformation.eu-south-1.api.aws",
|
12624
|
+
"tags" : [ "dualstack" ]
|
12625
|
+
} ]
|
12626
|
+
},
|
12627
|
+
"eu-south-2" : {
|
12628
|
+
"variants" : [ {
|
12629
|
+
"hostname" : "lakeformation.eu-south-2.api.aws",
|
12630
|
+
"tags" : [ "dualstack" ]
|
12631
|
+
} ]
|
12632
|
+
},
|
12633
|
+
"eu-west-1" : {
|
12634
|
+
"variants" : [ {
|
12635
|
+
"hostname" : "lakeformation.eu-west-1.api.aws",
|
12636
|
+
"tags" : [ "dualstack" ]
|
12637
|
+
} ]
|
12638
|
+
},
|
12639
|
+
"eu-west-2" : {
|
12640
|
+
"variants" : [ {
|
12641
|
+
"hostname" : "lakeformation.eu-west-2.api.aws",
|
12642
|
+
"tags" : [ "dualstack" ]
|
12643
|
+
} ]
|
12644
|
+
},
|
12645
|
+
"eu-west-3" : {
|
12646
|
+
"variants" : [ {
|
12647
|
+
"hostname" : "lakeformation.eu-west-3.api.aws",
|
12648
|
+
"tags" : [ "dualstack" ]
|
12649
|
+
} ]
|
12650
|
+
},
|
12417
12651
|
"fips-us-east-1" : {
|
12418
12652
|
"credentialScope" : {
|
12419
12653
|
"region" : "us-east-1"
|
@@ -12442,32 +12676,76 @@
|
|
12442
12676
|
"deprecated" : true,
|
12443
12677
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
12444
12678
|
},
|
12445
|
-
"il-central-1" : {
|
12446
|
-
|
12447
|
-
|
12448
|
-
|
12679
|
+
"il-central-1" : {
|
12680
|
+
"variants" : [ {
|
12681
|
+
"hostname" : "lakeformation.il-central-1.api.aws",
|
12682
|
+
"tags" : [ "dualstack" ]
|
12683
|
+
} ]
|
12684
|
+
},
|
12685
|
+
"me-central-1" : {
|
12686
|
+
"variants" : [ {
|
12687
|
+
"hostname" : "lakeformation.me-central-1.api.aws",
|
12688
|
+
"tags" : [ "dualstack" ]
|
12689
|
+
} ]
|
12690
|
+
},
|
12691
|
+
"me-south-1" : {
|
12692
|
+
"variants" : [ {
|
12693
|
+
"hostname" : "lakeformation.me-south-1.api.aws",
|
12694
|
+
"tags" : [ "dualstack" ]
|
12695
|
+
} ]
|
12696
|
+
},
|
12697
|
+
"sa-east-1" : {
|
12698
|
+
"variants" : [ {
|
12699
|
+
"hostname" : "lakeformation.sa-east-1.api.aws",
|
12700
|
+
"tags" : [ "dualstack" ]
|
12701
|
+
} ]
|
12702
|
+
},
|
12449
12703
|
"us-east-1" : {
|
12450
12704
|
"variants" : [ {
|
12451
12705
|
"hostname" : "lakeformation-fips.us-east-1.amazonaws.com",
|
12452
12706
|
"tags" : [ "fips" ]
|
12707
|
+
}, {
|
12708
|
+
"hostname" : "lakeformation-fips.us-east-1.api.aws",
|
12709
|
+
"tags" : [ "dualstack", "fips" ]
|
12710
|
+
}, {
|
12711
|
+
"hostname" : "lakeformation.us-east-1.api.aws",
|
12712
|
+
"tags" : [ "dualstack" ]
|
12453
12713
|
} ]
|
12454
12714
|
},
|
12455
12715
|
"us-east-2" : {
|
12456
12716
|
"variants" : [ {
|
12457
12717
|
"hostname" : "lakeformation-fips.us-east-2.amazonaws.com",
|
12458
12718
|
"tags" : [ "fips" ]
|
12719
|
+
}, {
|
12720
|
+
"hostname" : "lakeformation-fips.us-east-2.api.aws",
|
12721
|
+
"tags" : [ "dualstack", "fips" ]
|
12722
|
+
}, {
|
12723
|
+
"hostname" : "lakeformation.us-east-2.api.aws",
|
12724
|
+
"tags" : [ "dualstack" ]
|
12459
12725
|
} ]
|
12460
12726
|
},
|
12461
12727
|
"us-west-1" : {
|
12462
12728
|
"variants" : [ {
|
12463
12729
|
"hostname" : "lakeformation-fips.us-west-1.amazonaws.com",
|
12464
12730
|
"tags" : [ "fips" ]
|
12731
|
+
}, {
|
12732
|
+
"hostname" : "lakeformation-fips.us-west-1.api.aws",
|
12733
|
+
"tags" : [ "dualstack", "fips" ]
|
12734
|
+
}, {
|
12735
|
+
"hostname" : "lakeformation.us-west-1.api.aws",
|
12736
|
+
"tags" : [ "dualstack" ]
|
12465
12737
|
} ]
|
12466
12738
|
},
|
12467
12739
|
"us-west-2" : {
|
12468
12740
|
"variants" : [ {
|
12469
12741
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com",
|
12470
12742
|
"tags" : [ "fips" ]
|
12743
|
+
}, {
|
12744
|
+
"hostname" : "lakeformation-fips.us-west-2.api.aws",
|
12745
|
+
"tags" : [ "dualstack", "fips" ]
|
12746
|
+
}, {
|
12747
|
+
"hostname" : "lakeformation.us-west-2.api.aws",
|
12748
|
+
"tags" : [ "dualstack" ]
|
12471
12749
|
} ]
|
12472
12750
|
}
|
12473
12751
|
}
|
@@ -22079,6 +22357,28 @@
|
|
22079
22357
|
}
|
22080
22358
|
}
|
22081
22359
|
},
|
22360
|
+
"trustedadvisor" : {
|
22361
|
+
"endpoints" : {
|
22362
|
+
"fips-us-east-1" : {
|
22363
|
+
"credentialScope" : {
|
22364
|
+
"region" : "us-east-1"
|
22365
|
+
},
|
22366
|
+
"hostname" : "trustedadvisor-fips.us-east-1.api.aws"
|
22367
|
+
},
|
22368
|
+
"fips-us-east-2" : {
|
22369
|
+
"credentialScope" : {
|
22370
|
+
"region" : "us-east-2"
|
22371
|
+
},
|
22372
|
+
"hostname" : "trustedadvisor-fips.us-east-2.api.aws"
|
22373
|
+
},
|
22374
|
+
"fips-us-west-2" : {
|
22375
|
+
"credentialScope" : {
|
22376
|
+
"region" : "us-west-2"
|
22377
|
+
},
|
22378
|
+
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
|
22379
|
+
}
|
22380
|
+
}
|
22381
|
+
},
|
22082
22382
|
"verifiedpermissions" : {
|
22083
22383
|
"endpoints" : {
|
22084
22384
|
"af-south-1" : { },
|
@@ -22296,10 +22596,12 @@
|
|
22296
22596
|
"ap-southeast-3" : { },
|
22297
22597
|
"ap-southeast-4" : { },
|
22298
22598
|
"ca-central-1" : { },
|
22599
|
+
"ca-west-1" : { },
|
22299
22600
|
"eu-central-1" : { },
|
22300
22601
|
"eu-central-2" : { },
|
22301
22602
|
"eu-north-1" : { },
|
22302
22603
|
"eu-south-1" : { },
|
22604
|
+
"eu-south-2" : { },
|
22303
22605
|
"eu-west-1" : { },
|
22304
22606
|
"eu-west-2" : { },
|
22305
22607
|
"eu-west-3" : { },
|
@@ -24483,8 +24785,18 @@
|
|
24483
24785
|
},
|
24484
24786
|
"lakeformation" : {
|
24485
24787
|
"endpoints" : {
|
24486
|
-
"cn-north-1" : {
|
24487
|
-
|
24788
|
+
"cn-north-1" : {
|
24789
|
+
"variants" : [ {
|
24790
|
+
"hostname" : "lakeformation.cn-north-1.api.amazonwebservices.com.cn",
|
24791
|
+
"tags" : [ "dualstack" ]
|
24792
|
+
} ]
|
24793
|
+
},
|
24794
|
+
"cn-northwest-1" : {
|
24795
|
+
"variants" : [ {
|
24796
|
+
"hostname" : "lakeformation.cn-northwest-1.api.amazonwebservices.com.cn",
|
24797
|
+
"tags" : [ "dualstack" ]
|
24798
|
+
} ]
|
24799
|
+
}
|
24488
24800
|
}
|
24489
24801
|
},
|
24490
24802
|
"lambda" : {
|
@@ -26580,9 +26892,6 @@
|
|
26580
26892
|
"endpoints" : {
|
26581
26893
|
"us-gov-east-1" : {
|
26582
26894
|
"variants" : [ {
|
26583
|
-
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
26584
|
-
"tags" : [ "dualstack", "fips" ]
|
26585
|
-
}, {
|
26586
26895
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
26587
26896
|
"tags" : [ "fips" ]
|
26588
26897
|
} ]
|
@@ -26596,9 +26905,6 @@
|
|
26596
26905
|
},
|
26597
26906
|
"us-gov-west-1" : {
|
26598
26907
|
"variants" : [ {
|
26599
|
-
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
26600
|
-
"tags" : [ "dualstack", "fips" ]
|
26601
|
-
}, {
|
26602
26908
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
26603
26909
|
"tags" : [ "fips" ]
|
26604
26910
|
} ]
|
@@ -30639,6 +30945,12 @@
|
|
30639
30945
|
}
|
30640
30946
|
}
|
30641
30947
|
},
|
30948
|
+
"codebuild" : {
|
30949
|
+
"endpoints" : {
|
30950
|
+
"us-iso-east-1" : { },
|
30951
|
+
"us-iso-west-1" : { }
|
30952
|
+
}
|
30953
|
+
},
|
30642
30954
|
"codedeploy" : {
|
30643
30955
|
"endpoints" : {
|
30644
30956
|
"us-iso-east-1" : { },
|
@@ -30702,18 +31014,8 @@
|
|
30702
31014
|
},
|
30703
31015
|
"dlm" : {
|
30704
31016
|
"endpoints" : {
|
30705
|
-
"us-iso-east-1" : {
|
30706
|
-
|
30707
|
-
"hostname" : "dlm-fips.us-iso-east-1.api.aws.ic.gov",
|
30708
|
-
"tags" : [ "dualstack", "fips" ]
|
30709
|
-
} ]
|
30710
|
-
},
|
30711
|
-
"us-iso-west-1" : {
|
30712
|
-
"variants" : [ {
|
30713
|
-
"hostname" : "dlm-fips.us-iso-west-1.api.aws.ic.gov",
|
30714
|
-
"tags" : [ "dualstack", "fips" ]
|
30715
|
-
} ]
|
30716
|
-
}
|
31017
|
+
"us-iso-east-1" : { },
|
31018
|
+
"us-iso-west-1" : { }
|
30717
31019
|
}
|
30718
31020
|
},
|
30719
31021
|
"dms" : {
|
@@ -31328,6 +31630,12 @@
|
|
31328
31630
|
}
|
31329
31631
|
}
|
31330
31632
|
},
|
31633
|
+
"scheduler" : {
|
31634
|
+
"endpoints" : {
|
31635
|
+
"us-iso-east-1" : { },
|
31636
|
+
"us-iso-west-1" : { }
|
31637
|
+
}
|
31638
|
+
},
|
31331
31639
|
"secretsmanager" : {
|
31332
31640
|
"endpoints" : {
|
31333
31641
|
"us-iso-east-1" : { },
|
@@ -31615,12 +31923,7 @@
|
|
31615
31923
|
},
|
31616
31924
|
"dlm" : {
|
31617
31925
|
"endpoints" : {
|
31618
|
-
"us-isob-east-1" : {
|
31619
|
-
"variants" : [ {
|
31620
|
-
"hostname" : "dlm-fips.us-isob-east-1.api.aws.scloud",
|
31621
|
-
"tags" : [ "dualstack", "fips" ]
|
31622
|
-
} ]
|
31623
|
-
}
|
31926
|
+
"us-isob-east-1" : { }
|
31624
31927
|
}
|
31625
31928
|
},
|
31626
31929
|
"dms" : {
|
@@ -32045,6 +32348,11 @@
|
|
32045
32348
|
}
|
32046
32349
|
}
|
32047
32350
|
},
|
32351
|
+
"scheduler" : {
|
32352
|
+
"endpoints" : {
|
32353
|
+
"us-isob-east-1" : { }
|
32354
|
+
}
|
32355
|
+
},
|
32048
32356
|
"secretsmanager" : {
|
32049
32357
|
"endpoints" : {
|
32050
32358
|
"us-isob-east-1" : { }
|
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.1024.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-12-
|
11
|
+
date: 2024-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|