aws-partitions 1.1023.0 → 1.1025.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 +545 -76
- 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: 52d3f9a0c33e35e2d40af8cd769b8831b5c9371ae3aa208b4f6af31ed1453204
|
4
|
+
data.tar.gz: 6a1b0d78a0a4c4dcf36b20311781daa79b43d042a4583ceed823fcab1515b420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72e3ffc26c999d5b342f63ead097da4f5a5b8c05589816fb72756560efb73d913fb9f3776057e7042210e831c26f66988c5cf9ebe1334932e98453e10fae3150
|
7
|
+
data.tar.gz: 30ccc37833f01b613c084d26f82965e2c814b5adaff31f1492eb6a4722f761d8b74edd533281f81b40b2a1d27101bc5c73136a8669293b29b0dd74b449b4b54e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1025.0 (2024-12-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1024.0 (2024-12-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::BackupSearch`.
|
13
|
+
|
4
14
|
1.1023.0 (2024-12-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1025.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",
|
@@ -5774,38 +5780,150 @@
|
|
5774
5780
|
},
|
5775
5781
|
"datasync" : {
|
5776
5782
|
"endpoints" : {
|
5777
|
-
"af-south-1" : {
|
5778
|
-
|
5779
|
-
|
5780
|
-
|
5781
|
-
|
5782
|
-
|
5783
|
-
"ap-
|
5784
|
-
|
5785
|
-
|
5786
|
-
|
5787
|
-
|
5788
|
-
|
5783
|
+
"af-south-1" : {
|
5784
|
+
"variants" : [ {
|
5785
|
+
"hostname" : "datasync.af-south-1.api.aws",
|
5786
|
+
"tags" : [ "dualstack" ]
|
5787
|
+
} ]
|
5788
|
+
},
|
5789
|
+
"ap-east-1" : {
|
5790
|
+
"variants" : [ {
|
5791
|
+
"hostname" : "datasync.ap-east-1.api.aws",
|
5792
|
+
"tags" : [ "dualstack" ]
|
5793
|
+
} ]
|
5794
|
+
},
|
5795
|
+
"ap-northeast-1" : {
|
5796
|
+
"variants" : [ {
|
5797
|
+
"hostname" : "datasync.ap-northeast-1.api.aws",
|
5798
|
+
"tags" : [ "dualstack" ]
|
5799
|
+
} ]
|
5800
|
+
},
|
5801
|
+
"ap-northeast-2" : {
|
5802
|
+
"variants" : [ {
|
5803
|
+
"hostname" : "datasync.ap-northeast-2.api.aws",
|
5804
|
+
"tags" : [ "dualstack" ]
|
5805
|
+
} ]
|
5806
|
+
},
|
5807
|
+
"ap-northeast-3" : {
|
5808
|
+
"variants" : [ {
|
5809
|
+
"hostname" : "datasync.ap-northeast-3.api.aws",
|
5810
|
+
"tags" : [ "dualstack" ]
|
5811
|
+
} ]
|
5812
|
+
},
|
5813
|
+
"ap-south-1" : {
|
5814
|
+
"variants" : [ {
|
5815
|
+
"hostname" : "datasync.ap-south-1.api.aws",
|
5816
|
+
"tags" : [ "dualstack" ]
|
5817
|
+
} ]
|
5818
|
+
},
|
5819
|
+
"ap-south-2" : {
|
5820
|
+
"variants" : [ {
|
5821
|
+
"hostname" : "datasync.ap-south-2.api.aws",
|
5822
|
+
"tags" : [ "dualstack" ]
|
5823
|
+
} ]
|
5824
|
+
},
|
5825
|
+
"ap-southeast-1" : {
|
5826
|
+
"variants" : [ {
|
5827
|
+
"hostname" : "datasync.ap-southeast-1.api.aws",
|
5828
|
+
"tags" : [ "dualstack" ]
|
5829
|
+
} ]
|
5830
|
+
},
|
5831
|
+
"ap-southeast-2" : {
|
5832
|
+
"variants" : [ {
|
5833
|
+
"hostname" : "datasync.ap-southeast-2.api.aws",
|
5834
|
+
"tags" : [ "dualstack" ]
|
5835
|
+
} ]
|
5836
|
+
},
|
5837
|
+
"ap-southeast-3" : {
|
5838
|
+
"variants" : [ {
|
5839
|
+
"hostname" : "datasync.ap-southeast-3.api.aws",
|
5840
|
+
"tags" : [ "dualstack" ]
|
5841
|
+
} ]
|
5842
|
+
},
|
5843
|
+
"ap-southeast-4" : {
|
5844
|
+
"variants" : [ {
|
5845
|
+
"hostname" : "datasync.ap-southeast-4.api.aws",
|
5846
|
+
"tags" : [ "dualstack" ]
|
5847
|
+
} ]
|
5848
|
+
},
|
5849
|
+
"ap-southeast-5" : {
|
5850
|
+
"variants" : [ {
|
5851
|
+
"hostname" : "datasync.ap-southeast-5.api.aws",
|
5852
|
+
"tags" : [ "dualstack" ]
|
5853
|
+
} ]
|
5854
|
+
},
|
5789
5855
|
"ca-central-1" : {
|
5790
5856
|
"variants" : [ {
|
5791
5857
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
5792
5858
|
"tags" : [ "fips" ]
|
5859
|
+
}, {
|
5860
|
+
"hostname" : "datasync-fips.ca-central-1.api.aws",
|
5861
|
+
"tags" : [ "dualstack", "fips" ]
|
5862
|
+
}, {
|
5863
|
+
"hostname" : "datasync.ca-central-1.api.aws",
|
5864
|
+
"tags" : [ "dualstack" ]
|
5793
5865
|
} ]
|
5794
5866
|
},
|
5795
5867
|
"ca-west-1" : {
|
5796
5868
|
"variants" : [ {
|
5797
5869
|
"hostname" : "datasync-fips.ca-west-1.amazonaws.com",
|
5798
5870
|
"tags" : [ "fips" ]
|
5871
|
+
}, {
|
5872
|
+
"hostname" : "datasync-fips.ca-west-1.api.aws",
|
5873
|
+
"tags" : [ "dualstack", "fips" ]
|
5874
|
+
}, {
|
5875
|
+
"hostname" : "datasync.ca-west-1.api.aws",
|
5876
|
+
"tags" : [ "dualstack" ]
|
5877
|
+
} ]
|
5878
|
+
},
|
5879
|
+
"eu-central-1" : {
|
5880
|
+
"variants" : [ {
|
5881
|
+
"hostname" : "datasync.eu-central-1.api.aws",
|
5882
|
+
"tags" : [ "dualstack" ]
|
5883
|
+
} ]
|
5884
|
+
},
|
5885
|
+
"eu-central-2" : {
|
5886
|
+
"variants" : [ {
|
5887
|
+
"hostname" : "datasync.eu-central-2.api.aws",
|
5888
|
+
"tags" : [ "dualstack" ]
|
5889
|
+
} ]
|
5890
|
+
},
|
5891
|
+
"eu-north-1" : {
|
5892
|
+
"variants" : [ {
|
5893
|
+
"hostname" : "datasync.eu-north-1.api.aws",
|
5894
|
+
"tags" : [ "dualstack" ]
|
5895
|
+
} ]
|
5896
|
+
},
|
5897
|
+
"eu-south-1" : {
|
5898
|
+
"variants" : [ {
|
5899
|
+
"hostname" : "datasync.eu-south-1.api.aws",
|
5900
|
+
"tags" : [ "dualstack" ]
|
5901
|
+
} ]
|
5902
|
+
},
|
5903
|
+
"eu-south-2" : {
|
5904
|
+
"variants" : [ {
|
5905
|
+
"hostname" : "datasync.eu-south-2.api.aws",
|
5906
|
+
"tags" : [ "dualstack" ]
|
5907
|
+
} ]
|
5908
|
+
},
|
5909
|
+
"eu-west-1" : {
|
5910
|
+
"variants" : [ {
|
5911
|
+
"hostname" : "datasync.eu-west-1.api.aws",
|
5912
|
+
"tags" : [ "dualstack" ]
|
5913
|
+
} ]
|
5914
|
+
},
|
5915
|
+
"eu-west-2" : {
|
5916
|
+
"variants" : [ {
|
5917
|
+
"hostname" : "datasync.eu-west-2.api.aws",
|
5918
|
+
"tags" : [ "dualstack" ]
|
5919
|
+
} ]
|
5920
|
+
},
|
5921
|
+
"eu-west-3" : {
|
5922
|
+
"variants" : [ {
|
5923
|
+
"hostname" : "datasync.eu-west-3.api.aws",
|
5924
|
+
"tags" : [ "dualstack" ]
|
5799
5925
|
} ]
|
5800
5926
|
},
|
5801
|
-
"eu-central-1" : { },
|
5802
|
-
"eu-central-2" : { },
|
5803
|
-
"eu-north-1" : { },
|
5804
|
-
"eu-south-1" : { },
|
5805
|
-
"eu-south-2" : { },
|
5806
|
-
"eu-west-1" : { },
|
5807
|
-
"eu-west-2" : { },
|
5808
|
-
"eu-west-3" : { },
|
5809
5927
|
"fips-ca-central-1" : {
|
5810
5928
|
"credentialScope" : {
|
5811
5929
|
"region" : "ca-central-1"
|
@@ -5848,32 +5966,76 @@
|
|
5848
5966
|
"deprecated" : true,
|
5849
5967
|
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
|
5850
5968
|
},
|
5851
|
-
"il-central-1" : {
|
5852
|
-
|
5853
|
-
|
5854
|
-
|
5969
|
+
"il-central-1" : {
|
5970
|
+
"variants" : [ {
|
5971
|
+
"hostname" : "datasync.il-central-1.api.aws",
|
5972
|
+
"tags" : [ "dualstack" ]
|
5973
|
+
} ]
|
5974
|
+
},
|
5975
|
+
"me-central-1" : {
|
5976
|
+
"variants" : [ {
|
5977
|
+
"hostname" : "datasync.me-central-1.api.aws",
|
5978
|
+
"tags" : [ "dualstack" ]
|
5979
|
+
} ]
|
5980
|
+
},
|
5981
|
+
"me-south-1" : {
|
5982
|
+
"variants" : [ {
|
5983
|
+
"hostname" : "datasync.me-south-1.api.aws",
|
5984
|
+
"tags" : [ "dualstack" ]
|
5985
|
+
} ]
|
5986
|
+
},
|
5987
|
+
"sa-east-1" : {
|
5988
|
+
"variants" : [ {
|
5989
|
+
"hostname" : "datasync.sa-east-1.api.aws",
|
5990
|
+
"tags" : [ "dualstack" ]
|
5991
|
+
} ]
|
5992
|
+
},
|
5855
5993
|
"us-east-1" : {
|
5856
5994
|
"variants" : [ {
|
5857
5995
|
"hostname" : "datasync-fips.us-east-1.amazonaws.com",
|
5858
5996
|
"tags" : [ "fips" ]
|
5997
|
+
}, {
|
5998
|
+
"hostname" : "datasync-fips.us-east-1.api.aws",
|
5999
|
+
"tags" : [ "dualstack", "fips" ]
|
6000
|
+
}, {
|
6001
|
+
"hostname" : "datasync.us-east-1.api.aws",
|
6002
|
+
"tags" : [ "dualstack" ]
|
5859
6003
|
} ]
|
5860
6004
|
},
|
5861
6005
|
"us-east-2" : {
|
5862
6006
|
"variants" : [ {
|
5863
6007
|
"hostname" : "datasync-fips.us-east-2.amazonaws.com",
|
5864
6008
|
"tags" : [ "fips" ]
|
6009
|
+
}, {
|
6010
|
+
"hostname" : "datasync-fips.us-east-2.api.aws",
|
6011
|
+
"tags" : [ "dualstack", "fips" ]
|
6012
|
+
}, {
|
6013
|
+
"hostname" : "datasync.us-east-2.api.aws",
|
6014
|
+
"tags" : [ "dualstack" ]
|
5865
6015
|
} ]
|
5866
6016
|
},
|
5867
6017
|
"us-west-1" : {
|
5868
6018
|
"variants" : [ {
|
5869
6019
|
"hostname" : "datasync-fips.us-west-1.amazonaws.com",
|
5870
6020
|
"tags" : [ "fips" ]
|
6021
|
+
}, {
|
6022
|
+
"hostname" : "datasync-fips.us-west-1.api.aws",
|
6023
|
+
"tags" : [ "dualstack", "fips" ]
|
6024
|
+
}, {
|
6025
|
+
"hostname" : "datasync.us-west-1.api.aws",
|
6026
|
+
"tags" : [ "dualstack" ]
|
5871
6027
|
} ]
|
5872
6028
|
},
|
5873
6029
|
"us-west-2" : {
|
5874
6030
|
"variants" : [ {
|
5875
6031
|
"hostname" : "datasync-fips.us-west-2.amazonaws.com",
|
5876
6032
|
"tags" : [ "fips" ]
|
6033
|
+
}, {
|
6034
|
+
"hostname" : "datasync-fips.us-west-2.api.aws",
|
6035
|
+
"tags" : [ "dualstack", "fips" ]
|
6036
|
+
}, {
|
6037
|
+
"hostname" : "datasync.us-west-2.api.aws",
|
6038
|
+
"tags" : [ "dualstack" ]
|
5877
6039
|
} ]
|
5878
6040
|
}
|
5879
6041
|
}
|
@@ -10698,37 +10860,81 @@
|
|
10698
10860
|
},
|
10699
10861
|
"endpoints" : {
|
10700
10862
|
"af-south-1" : {
|
10701
|
-
"hostname" : "internetmonitor.af-south-1.api.aws"
|
10863
|
+
"hostname" : "internetmonitor.af-south-1.api.aws",
|
10864
|
+
"variants" : [ {
|
10865
|
+
"hostname" : "internetmonitor.af-south-1.api.aws",
|
10866
|
+
"tags" : [ "dualstack" ]
|
10867
|
+
} ]
|
10702
10868
|
},
|
10703
10869
|
"ap-east-1" : {
|
10704
|
-
"hostname" : "internetmonitor.ap-east-1.api.aws"
|
10870
|
+
"hostname" : "internetmonitor.ap-east-1.api.aws",
|
10871
|
+
"variants" : [ {
|
10872
|
+
"hostname" : "internetmonitor.ap-east-1.api.aws",
|
10873
|
+
"tags" : [ "dualstack" ]
|
10874
|
+
} ]
|
10705
10875
|
},
|
10706
10876
|
"ap-northeast-1" : {
|
10707
|
-
"hostname" : "internetmonitor.ap-northeast-1.api.aws"
|
10877
|
+
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
10878
|
+
"variants" : [ {
|
10879
|
+
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
10880
|
+
"tags" : [ "dualstack" ]
|
10881
|
+
} ]
|
10708
10882
|
},
|
10709
10883
|
"ap-northeast-2" : {
|
10710
|
-
"hostname" : "internetmonitor.ap-northeast-2.api.aws"
|
10884
|
+
"hostname" : "internetmonitor.ap-northeast-2.api.aws",
|
10885
|
+
"variants" : [ {
|
10886
|
+
"hostname" : "internetmonitor.ap-northeast-2.api.aws",
|
10887
|
+
"tags" : [ "dualstack" ]
|
10888
|
+
} ]
|
10711
10889
|
},
|
10712
10890
|
"ap-northeast-3" : {
|
10713
|
-
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
|
10891
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws",
|
10892
|
+
"variants" : [ {
|
10893
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws",
|
10894
|
+
"tags" : [ "dualstack" ]
|
10895
|
+
} ]
|
10714
10896
|
},
|
10715
10897
|
"ap-south-1" : {
|
10716
|
-
"hostname" : "internetmonitor.ap-south-1.api.aws"
|
10898
|
+
"hostname" : "internetmonitor.ap-south-1.api.aws",
|
10899
|
+
"variants" : [ {
|
10900
|
+
"hostname" : "internetmonitor.ap-south-1.api.aws",
|
10901
|
+
"tags" : [ "dualstack" ]
|
10902
|
+
} ]
|
10717
10903
|
},
|
10718
10904
|
"ap-south-2" : {
|
10719
|
-
"hostname" : "internetmonitor.ap-south-2.api.aws"
|
10905
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws",
|
10906
|
+
"variants" : [ {
|
10907
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws",
|
10908
|
+
"tags" : [ "dualstack" ]
|
10909
|
+
} ]
|
10720
10910
|
},
|
10721
10911
|
"ap-southeast-1" : {
|
10722
|
-
"hostname" : "internetmonitor.ap-southeast-1.api.aws"
|
10912
|
+
"hostname" : "internetmonitor.ap-southeast-1.api.aws",
|
10913
|
+
"variants" : [ {
|
10914
|
+
"hostname" : "internetmonitor.ap-southeast-1.api.aws",
|
10915
|
+
"tags" : [ "dualstack" ]
|
10916
|
+
} ]
|
10723
10917
|
},
|
10724
10918
|
"ap-southeast-2" : {
|
10725
|
-
"hostname" : "internetmonitor.ap-southeast-2.api.aws"
|
10919
|
+
"hostname" : "internetmonitor.ap-southeast-2.api.aws",
|
10920
|
+
"variants" : [ {
|
10921
|
+
"hostname" : "internetmonitor.ap-southeast-2.api.aws",
|
10922
|
+
"tags" : [ "dualstack" ]
|
10923
|
+
} ]
|
10726
10924
|
},
|
10727
10925
|
"ap-southeast-3" : {
|
10728
|
-
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
|
10926
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws",
|
10927
|
+
"variants" : [ {
|
10928
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws",
|
10929
|
+
"tags" : [ "dualstack" ]
|
10930
|
+
} ]
|
10729
10931
|
},
|
10730
10932
|
"ap-southeast-4" : {
|
10731
|
-
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
10933
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws",
|
10934
|
+
"variants" : [ {
|
10935
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws",
|
10936
|
+
"tags" : [ "dualstack" ]
|
10937
|
+
} ]
|
10732
10938
|
},
|
10733
10939
|
"ap-southeast-5" : {
|
10734
10940
|
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
@@ -10738,52 +10944,108 @@
|
|
10738
10944
|
"variants" : [ {
|
10739
10945
|
"hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
|
10740
10946
|
"tags" : [ "fips" ]
|
10947
|
+
}, {
|
10948
|
+
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
|
10949
|
+
"tags" : [ "dualstack", "fips" ]
|
10950
|
+
}, {
|
10951
|
+
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
10952
|
+
"tags" : [ "dualstack" ]
|
10741
10953
|
} ]
|
10742
10954
|
},
|
10743
10955
|
"ca-west-1" : {
|
10744
10956
|
"hostname" : "internetmonitor.ca-west-1.api.aws"
|
10745
10957
|
},
|
10746
10958
|
"eu-central-1" : {
|
10747
|
-
"hostname" : "internetmonitor.eu-central-1.api.aws"
|
10959
|
+
"hostname" : "internetmonitor.eu-central-1.api.aws",
|
10960
|
+
"variants" : [ {
|
10961
|
+
"hostname" : "internetmonitor.eu-central-1.api.aws",
|
10962
|
+
"tags" : [ "dualstack" ]
|
10963
|
+
} ]
|
10748
10964
|
},
|
10749
10965
|
"eu-central-2" : {
|
10750
|
-
"hostname" : "internetmonitor.eu-central-2.api.aws"
|
10966
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws",
|
10967
|
+
"variants" : [ {
|
10968
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws",
|
10969
|
+
"tags" : [ "dualstack" ]
|
10970
|
+
} ]
|
10751
10971
|
},
|
10752
10972
|
"eu-north-1" : {
|
10753
|
-
"hostname" : "internetmonitor.eu-north-1.api.aws"
|
10973
|
+
"hostname" : "internetmonitor.eu-north-1.api.aws",
|
10974
|
+
"variants" : [ {
|
10975
|
+
"hostname" : "internetmonitor.eu-north-1.api.aws",
|
10976
|
+
"tags" : [ "dualstack" ]
|
10977
|
+
} ]
|
10754
10978
|
},
|
10755
10979
|
"eu-south-1" : {
|
10756
|
-
"hostname" : "internetmonitor.eu-south-1.api.aws"
|
10980
|
+
"hostname" : "internetmonitor.eu-south-1.api.aws",
|
10981
|
+
"variants" : [ {
|
10982
|
+
"hostname" : "internetmonitor.eu-south-1.api.aws",
|
10983
|
+
"tags" : [ "dualstack" ]
|
10984
|
+
} ]
|
10757
10985
|
},
|
10758
10986
|
"eu-south-2" : {
|
10759
|
-
"hostname" : "internetmonitor.eu-south-2.api.aws"
|
10987
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws",
|
10988
|
+
"variants" : [ {
|
10989
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws",
|
10990
|
+
"tags" : [ "dualstack" ]
|
10991
|
+
} ]
|
10760
10992
|
},
|
10761
10993
|
"eu-west-1" : {
|
10762
|
-
"hostname" : "internetmonitor.eu-west-1.api.aws"
|
10994
|
+
"hostname" : "internetmonitor.eu-west-1.api.aws",
|
10995
|
+
"variants" : [ {
|
10996
|
+
"hostname" : "internetmonitor.eu-west-1.api.aws",
|
10997
|
+
"tags" : [ "dualstack" ]
|
10998
|
+
} ]
|
10763
10999
|
},
|
10764
11000
|
"eu-west-2" : {
|
10765
|
-
"hostname" : "internetmonitor.eu-west-2.api.aws"
|
11001
|
+
"hostname" : "internetmonitor.eu-west-2.api.aws",
|
11002
|
+
"variants" : [ {
|
11003
|
+
"hostname" : "internetmonitor.eu-west-2.api.aws",
|
11004
|
+
"tags" : [ "dualstack" ]
|
11005
|
+
} ]
|
10766
11006
|
},
|
10767
11007
|
"eu-west-3" : {
|
10768
|
-
"hostname" : "internetmonitor.eu-west-3.api.aws"
|
11008
|
+
"hostname" : "internetmonitor.eu-west-3.api.aws",
|
11009
|
+
"variants" : [ {
|
11010
|
+
"hostname" : "internetmonitor.eu-west-3.api.aws",
|
11011
|
+
"tags" : [ "dualstack" ]
|
11012
|
+
} ]
|
10769
11013
|
},
|
10770
11014
|
"il-central-1" : {
|
10771
11015
|
"hostname" : "internetmonitor.il-central-1.api.aws"
|
10772
11016
|
},
|
10773
11017
|
"me-central-1" : {
|
10774
|
-
"hostname" : "internetmonitor.me-central-1.api.aws"
|
11018
|
+
"hostname" : "internetmonitor.me-central-1.api.aws",
|
11019
|
+
"variants" : [ {
|
11020
|
+
"hostname" : "internetmonitor.me-central-1.api.aws",
|
11021
|
+
"tags" : [ "dualstack" ]
|
11022
|
+
} ]
|
10775
11023
|
},
|
10776
11024
|
"me-south-1" : {
|
10777
|
-
"hostname" : "internetmonitor.me-south-1.api.aws"
|
11025
|
+
"hostname" : "internetmonitor.me-south-1.api.aws",
|
11026
|
+
"variants" : [ {
|
11027
|
+
"hostname" : "internetmonitor.me-south-1.api.aws",
|
11028
|
+
"tags" : [ "dualstack" ]
|
11029
|
+
} ]
|
10778
11030
|
},
|
10779
11031
|
"sa-east-1" : {
|
10780
|
-
"hostname" : "internetmonitor.sa-east-1.api.aws"
|
11032
|
+
"hostname" : "internetmonitor.sa-east-1.api.aws",
|
11033
|
+
"variants" : [ {
|
11034
|
+
"hostname" : "internetmonitor.sa-east-1.api.aws",
|
11035
|
+
"tags" : [ "dualstack" ]
|
11036
|
+
} ]
|
10781
11037
|
},
|
10782
11038
|
"us-east-1" : {
|
10783
11039
|
"hostname" : "internetmonitor.us-east-1.api.aws",
|
10784
11040
|
"variants" : [ {
|
10785
11041
|
"hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
|
10786
11042
|
"tags" : [ "fips" ]
|
11043
|
+
}, {
|
11044
|
+
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
|
11045
|
+
"tags" : [ "dualstack", "fips" ]
|
11046
|
+
}, {
|
11047
|
+
"hostname" : "internetmonitor.us-east-1.api.aws",
|
11048
|
+
"tags" : [ "dualstack" ]
|
10787
11049
|
} ]
|
10788
11050
|
},
|
10789
11051
|
"us-east-2" : {
|
@@ -10791,6 +11053,12 @@
|
|
10791
11053
|
"variants" : [ {
|
10792
11054
|
"hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
|
10793
11055
|
"tags" : [ "fips" ]
|
11056
|
+
}, {
|
11057
|
+
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
|
11058
|
+
"tags" : [ "dualstack", "fips" ]
|
11059
|
+
}, {
|
11060
|
+
"hostname" : "internetmonitor.us-east-2.api.aws",
|
11061
|
+
"tags" : [ "dualstack" ]
|
10794
11062
|
} ]
|
10795
11063
|
},
|
10796
11064
|
"us-west-1" : {
|
@@ -10798,6 +11066,12 @@
|
|
10798
11066
|
"variants" : [ {
|
10799
11067
|
"hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
|
10800
11068
|
"tags" : [ "fips" ]
|
11069
|
+
}, {
|
11070
|
+
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
|
11071
|
+
"tags" : [ "dualstack", "fips" ]
|
11072
|
+
}, {
|
11073
|
+
"hostname" : "internetmonitor.us-west-1.api.aws",
|
11074
|
+
"tags" : [ "dualstack" ]
|
10801
11075
|
} ]
|
10802
11076
|
},
|
10803
11077
|
"us-west-2" : {
|
@@ -10805,6 +11079,12 @@
|
|
10805
11079
|
"variants" : [ {
|
10806
11080
|
"hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
|
10807
11081
|
"tags" : [ "fips" ]
|
11082
|
+
}, {
|
11083
|
+
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
|
11084
|
+
"tags" : [ "dualstack", "fips" ]
|
11085
|
+
}, {
|
11086
|
+
"hostname" : "internetmonitor.us-west-2.api.aws",
|
11087
|
+
"tags" : [ "dualstack" ]
|
10808
11088
|
} ]
|
10809
11089
|
}
|
10810
11090
|
}
|
@@ -11495,6 +11775,7 @@
|
|
11495
11775
|
"ap-southeast-2" : { },
|
11496
11776
|
"ap-southeast-3" : { },
|
11497
11777
|
"ap-southeast-4" : { },
|
11778
|
+
"ap-southeast-5" : { },
|
11498
11779
|
"ca-central-1" : {
|
11499
11780
|
"variants" : [ {
|
11500
11781
|
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
@@ -12392,28 +12673,138 @@
|
|
12392
12673
|
},
|
12393
12674
|
"lakeformation" : {
|
12394
12675
|
"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
|
-
|
12676
|
+
"af-south-1" : {
|
12677
|
+
"variants" : [ {
|
12678
|
+
"hostname" : "lakeformation.af-south-1.api.aws",
|
12679
|
+
"tags" : [ "dualstack" ]
|
12680
|
+
} ]
|
12681
|
+
},
|
12682
|
+
"ap-east-1" : {
|
12683
|
+
"variants" : [ {
|
12684
|
+
"hostname" : "lakeformation.ap-east-1.api.aws",
|
12685
|
+
"tags" : [ "dualstack" ]
|
12686
|
+
} ]
|
12687
|
+
},
|
12688
|
+
"ap-northeast-1" : {
|
12689
|
+
"variants" : [ {
|
12690
|
+
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
12691
|
+
"tags" : [ "dualstack" ]
|
12692
|
+
} ]
|
12693
|
+
},
|
12694
|
+
"ap-northeast-2" : {
|
12695
|
+
"variants" : [ {
|
12696
|
+
"hostname" : "lakeformation.ap-northeast-2.api.aws",
|
12697
|
+
"tags" : [ "dualstack" ]
|
12698
|
+
} ]
|
12699
|
+
},
|
12700
|
+
"ap-northeast-3" : {
|
12701
|
+
"variants" : [ {
|
12702
|
+
"hostname" : "lakeformation.ap-northeast-3.api.aws",
|
12703
|
+
"tags" : [ "dualstack" ]
|
12704
|
+
} ]
|
12705
|
+
},
|
12706
|
+
"ap-south-1" : {
|
12707
|
+
"variants" : [ {
|
12708
|
+
"hostname" : "lakeformation.ap-south-1.api.aws",
|
12709
|
+
"tags" : [ "dualstack" ]
|
12710
|
+
} ]
|
12711
|
+
},
|
12712
|
+
"ap-south-2" : {
|
12713
|
+
"variants" : [ {
|
12714
|
+
"hostname" : "lakeformation.ap-south-2.api.aws",
|
12715
|
+
"tags" : [ "dualstack" ]
|
12716
|
+
} ]
|
12717
|
+
},
|
12718
|
+
"ap-southeast-1" : {
|
12719
|
+
"variants" : [ {
|
12720
|
+
"hostname" : "lakeformation.ap-southeast-1.api.aws",
|
12721
|
+
"tags" : [ "dualstack" ]
|
12722
|
+
} ]
|
12723
|
+
},
|
12724
|
+
"ap-southeast-2" : {
|
12725
|
+
"variants" : [ {
|
12726
|
+
"hostname" : "lakeformation.ap-southeast-2.api.aws",
|
12727
|
+
"tags" : [ "dualstack" ]
|
12728
|
+
} ]
|
12729
|
+
},
|
12730
|
+
"ap-southeast-3" : {
|
12731
|
+
"variants" : [ {
|
12732
|
+
"hostname" : "lakeformation.ap-southeast-3.api.aws",
|
12733
|
+
"tags" : [ "dualstack" ]
|
12734
|
+
} ]
|
12735
|
+
},
|
12736
|
+
"ap-southeast-4" : {
|
12737
|
+
"variants" : [ {
|
12738
|
+
"hostname" : "lakeformation.ap-southeast-4.api.aws",
|
12739
|
+
"tags" : [ "dualstack" ]
|
12740
|
+
} ]
|
12741
|
+
},
|
12742
|
+
"ap-southeast-5" : {
|
12743
|
+
"variants" : [ {
|
12744
|
+
"hostname" : "lakeformation.ap-southeast-5.api.aws",
|
12745
|
+
"tags" : [ "dualstack" ]
|
12746
|
+
} ]
|
12747
|
+
},
|
12748
|
+
"ca-central-1" : {
|
12749
|
+
"variants" : [ {
|
12750
|
+
"hostname" : "lakeformation.ca-central-1.api.aws",
|
12751
|
+
"tags" : [ "dualstack" ]
|
12752
|
+
} ]
|
12753
|
+
},
|
12754
|
+
"ca-west-1" : {
|
12755
|
+
"variants" : [ {
|
12756
|
+
"hostname" : "lakeformation.ca-west-1.api.aws",
|
12757
|
+
"tags" : [ "dualstack" ]
|
12758
|
+
} ]
|
12759
|
+
},
|
12760
|
+
"eu-central-1" : {
|
12761
|
+
"variants" : [ {
|
12762
|
+
"hostname" : "lakeformation.eu-central-1.api.aws",
|
12763
|
+
"tags" : [ "dualstack" ]
|
12764
|
+
} ]
|
12765
|
+
},
|
12766
|
+
"eu-central-2" : {
|
12767
|
+
"variants" : [ {
|
12768
|
+
"hostname" : "lakeformation.eu-central-2.api.aws",
|
12769
|
+
"tags" : [ "dualstack" ]
|
12770
|
+
} ]
|
12771
|
+
},
|
12772
|
+
"eu-north-1" : {
|
12773
|
+
"variants" : [ {
|
12774
|
+
"hostname" : "lakeformation.eu-north-1.api.aws",
|
12775
|
+
"tags" : [ "dualstack" ]
|
12776
|
+
} ]
|
12777
|
+
},
|
12778
|
+
"eu-south-1" : {
|
12779
|
+
"variants" : [ {
|
12780
|
+
"hostname" : "lakeformation.eu-south-1.api.aws",
|
12781
|
+
"tags" : [ "dualstack" ]
|
12782
|
+
} ]
|
12783
|
+
},
|
12784
|
+
"eu-south-2" : {
|
12785
|
+
"variants" : [ {
|
12786
|
+
"hostname" : "lakeformation.eu-south-2.api.aws",
|
12787
|
+
"tags" : [ "dualstack" ]
|
12788
|
+
} ]
|
12789
|
+
},
|
12790
|
+
"eu-west-1" : {
|
12791
|
+
"variants" : [ {
|
12792
|
+
"hostname" : "lakeformation.eu-west-1.api.aws",
|
12793
|
+
"tags" : [ "dualstack" ]
|
12794
|
+
} ]
|
12795
|
+
},
|
12796
|
+
"eu-west-2" : {
|
12797
|
+
"variants" : [ {
|
12798
|
+
"hostname" : "lakeformation.eu-west-2.api.aws",
|
12799
|
+
"tags" : [ "dualstack" ]
|
12800
|
+
} ]
|
12801
|
+
},
|
12802
|
+
"eu-west-3" : {
|
12803
|
+
"variants" : [ {
|
12804
|
+
"hostname" : "lakeformation.eu-west-3.api.aws",
|
12805
|
+
"tags" : [ "dualstack" ]
|
12806
|
+
} ]
|
12807
|
+
},
|
12417
12808
|
"fips-us-east-1" : {
|
12418
12809
|
"credentialScope" : {
|
12419
12810
|
"region" : "us-east-1"
|
@@ -12442,32 +12833,76 @@
|
|
12442
12833
|
"deprecated" : true,
|
12443
12834
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
12444
12835
|
},
|
12445
|
-
"il-central-1" : {
|
12446
|
-
|
12447
|
-
|
12448
|
-
|
12836
|
+
"il-central-1" : {
|
12837
|
+
"variants" : [ {
|
12838
|
+
"hostname" : "lakeformation.il-central-1.api.aws",
|
12839
|
+
"tags" : [ "dualstack" ]
|
12840
|
+
} ]
|
12841
|
+
},
|
12842
|
+
"me-central-1" : {
|
12843
|
+
"variants" : [ {
|
12844
|
+
"hostname" : "lakeformation.me-central-1.api.aws",
|
12845
|
+
"tags" : [ "dualstack" ]
|
12846
|
+
} ]
|
12847
|
+
},
|
12848
|
+
"me-south-1" : {
|
12849
|
+
"variants" : [ {
|
12850
|
+
"hostname" : "lakeformation.me-south-1.api.aws",
|
12851
|
+
"tags" : [ "dualstack" ]
|
12852
|
+
} ]
|
12853
|
+
},
|
12854
|
+
"sa-east-1" : {
|
12855
|
+
"variants" : [ {
|
12856
|
+
"hostname" : "lakeformation.sa-east-1.api.aws",
|
12857
|
+
"tags" : [ "dualstack" ]
|
12858
|
+
} ]
|
12859
|
+
},
|
12449
12860
|
"us-east-1" : {
|
12450
12861
|
"variants" : [ {
|
12451
12862
|
"hostname" : "lakeformation-fips.us-east-1.amazonaws.com",
|
12452
12863
|
"tags" : [ "fips" ]
|
12864
|
+
}, {
|
12865
|
+
"hostname" : "lakeformation-fips.us-east-1.api.aws",
|
12866
|
+
"tags" : [ "dualstack", "fips" ]
|
12867
|
+
}, {
|
12868
|
+
"hostname" : "lakeformation.us-east-1.api.aws",
|
12869
|
+
"tags" : [ "dualstack" ]
|
12453
12870
|
} ]
|
12454
12871
|
},
|
12455
12872
|
"us-east-2" : {
|
12456
12873
|
"variants" : [ {
|
12457
12874
|
"hostname" : "lakeformation-fips.us-east-2.amazonaws.com",
|
12458
12875
|
"tags" : [ "fips" ]
|
12876
|
+
}, {
|
12877
|
+
"hostname" : "lakeformation-fips.us-east-2.api.aws",
|
12878
|
+
"tags" : [ "dualstack", "fips" ]
|
12879
|
+
}, {
|
12880
|
+
"hostname" : "lakeformation.us-east-2.api.aws",
|
12881
|
+
"tags" : [ "dualstack" ]
|
12459
12882
|
} ]
|
12460
12883
|
},
|
12461
12884
|
"us-west-1" : {
|
12462
12885
|
"variants" : [ {
|
12463
12886
|
"hostname" : "lakeformation-fips.us-west-1.amazonaws.com",
|
12464
12887
|
"tags" : [ "fips" ]
|
12888
|
+
}, {
|
12889
|
+
"hostname" : "lakeformation-fips.us-west-1.api.aws",
|
12890
|
+
"tags" : [ "dualstack", "fips" ]
|
12891
|
+
}, {
|
12892
|
+
"hostname" : "lakeformation.us-west-1.api.aws",
|
12893
|
+
"tags" : [ "dualstack" ]
|
12465
12894
|
} ]
|
12466
12895
|
},
|
12467
12896
|
"us-west-2" : {
|
12468
12897
|
"variants" : [ {
|
12469
12898
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com",
|
12470
12899
|
"tags" : [ "fips" ]
|
12900
|
+
}, {
|
12901
|
+
"hostname" : "lakeformation-fips.us-west-2.api.aws",
|
12902
|
+
"tags" : [ "dualstack", "fips" ]
|
12903
|
+
}, {
|
12904
|
+
"hostname" : "lakeformation.us-west-2.api.aws",
|
12905
|
+
"tags" : [ "dualstack" ]
|
12471
12906
|
} ]
|
12472
12907
|
}
|
12473
12908
|
}
|
@@ -22318,10 +22753,12 @@
|
|
22318
22753
|
"ap-southeast-3" : { },
|
22319
22754
|
"ap-southeast-4" : { },
|
22320
22755
|
"ca-central-1" : { },
|
22756
|
+
"ca-west-1" : { },
|
22321
22757
|
"eu-central-1" : { },
|
22322
22758
|
"eu-central-2" : { },
|
22323
22759
|
"eu-north-1" : { },
|
22324
22760
|
"eu-south-1" : { },
|
22761
|
+
"eu-south-2" : { },
|
22325
22762
|
"eu-west-1" : { },
|
22326
22763
|
"eu-west-2" : { },
|
22327
22764
|
"eu-west-3" : { },
|
@@ -24029,8 +24466,18 @@
|
|
24029
24466
|
},
|
24030
24467
|
"datasync" : {
|
24031
24468
|
"endpoints" : {
|
24032
|
-
"cn-north-1" : {
|
24033
|
-
|
24469
|
+
"cn-north-1" : {
|
24470
|
+
"variants" : [ {
|
24471
|
+
"hostname" : "datasync.cn-north-1.api.amazonwebservices.com.cn",
|
24472
|
+
"tags" : [ "dualstack" ]
|
24473
|
+
} ]
|
24474
|
+
},
|
24475
|
+
"cn-northwest-1" : {
|
24476
|
+
"variants" : [ {
|
24477
|
+
"hostname" : "datasync.cn-northwest-1.api.amazonwebservices.com.cn",
|
24478
|
+
"tags" : [ "dualstack" ]
|
24479
|
+
} ]
|
24480
|
+
}
|
24034
24481
|
}
|
24035
24482
|
},
|
24036
24483
|
"datazone" : {
|
@@ -24505,8 +24952,18 @@
|
|
24505
24952
|
},
|
24506
24953
|
"lakeformation" : {
|
24507
24954
|
"endpoints" : {
|
24508
|
-
"cn-north-1" : {
|
24509
|
-
|
24955
|
+
"cn-north-1" : {
|
24956
|
+
"variants" : [ {
|
24957
|
+
"hostname" : "lakeformation.cn-north-1.api.amazonwebservices.com.cn",
|
24958
|
+
"tags" : [ "dualstack" ]
|
24959
|
+
} ]
|
24960
|
+
},
|
24961
|
+
"cn-northwest-1" : {
|
24962
|
+
"variants" : [ {
|
24963
|
+
"hostname" : "lakeformation.cn-northwest-1.api.amazonwebservices.com.cn",
|
24964
|
+
"tags" : [ "dualstack" ]
|
24965
|
+
} ]
|
24966
|
+
}
|
24510
24967
|
}
|
24511
24968
|
},
|
24512
24969
|
"lambda" : {
|
@@ -26540,12 +26997,24 @@
|
|
26540
26997
|
"variants" : [ {
|
26541
26998
|
"hostname" : "datasync-fips.us-gov-east-1.amazonaws.com",
|
26542
26999
|
"tags" : [ "fips" ]
|
27000
|
+
}, {
|
27001
|
+
"hostname" : "datasync-fips.us-gov-east-1.api.aws",
|
27002
|
+
"tags" : [ "dualstack", "fips" ]
|
27003
|
+
}, {
|
27004
|
+
"hostname" : "datasync.us-gov-east-1.api.aws",
|
27005
|
+
"tags" : [ "dualstack" ]
|
26543
27006
|
} ]
|
26544
27007
|
},
|
26545
27008
|
"us-gov-west-1" : {
|
26546
27009
|
"variants" : [ {
|
26547
27010
|
"hostname" : "datasync-fips.us-gov-west-1.amazonaws.com",
|
26548
27011
|
"tags" : [ "fips" ]
|
27012
|
+
}, {
|
27013
|
+
"hostname" : "datasync-fips.us-gov-west-1.api.aws",
|
27014
|
+
"tags" : [ "dualstack", "fips" ]
|
27015
|
+
}, {
|
27016
|
+
"hostname" : "datasync.us-gov-west-1.api.aws",
|
27017
|
+
"tags" : [ "dualstack" ]
|
26549
27018
|
} ]
|
26550
27019
|
}
|
26551
27020
|
}
|
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.1025.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|