aws-partitions 1.296.0 → 1.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/partitions.json +241 -13
- 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: b25d26b916f3a5af3cd467d859daa82c1012bc2e988ebc9dd4ea497c1401704f
|
|
4
|
+
data.tar.gz: 072f7db28177e575dee3bc8dfd5bb3fe92b0f5a1462c0d3c11bd1ec96309a8f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b5434d9a5f270613941f0a3033a8c6a167376e3cebc6d990b895c4a9b06245c2063a36ed05b924716773c776f92063caada9c073588edf9282ae3701544732d
|
|
7
|
+
data.tar.gz: a3f02233f2ac922130fd7942c4de6d6f73eeaf0cf6a04e8a286822ba35a77e2fa16e23bf5a224c66585b2772d95ce6d61602bb2a09842917fd8e0c5c5804a7ee
|
data/partitions.json
CHANGED
|
@@ -615,35 +615,29 @@
|
|
|
615
615
|
"eu-west-1" : { },
|
|
616
616
|
"eu-west-2" : { },
|
|
617
617
|
"eu-west-3" : { },
|
|
618
|
-
"fips-ca-central-1" : {
|
|
619
|
-
"credentialScope" : {
|
|
620
|
-
"region" : "ca-central-1"
|
|
621
|
-
},
|
|
622
|
-
"hostname" : "batch-fips.ca-central-1.amazonaws.com"
|
|
623
|
-
},
|
|
624
618
|
"fips-us-east-1" : {
|
|
625
619
|
"credentialScope" : {
|
|
626
620
|
"region" : "us-east-1"
|
|
627
621
|
},
|
|
628
|
-
"hostname" : "
|
|
622
|
+
"hostname" : "fips.batch.us-east-1.amazonaws.com"
|
|
629
623
|
},
|
|
630
624
|
"fips-us-east-2" : {
|
|
631
625
|
"credentialScope" : {
|
|
632
626
|
"region" : "us-east-2"
|
|
633
627
|
},
|
|
634
|
-
"hostname" : "
|
|
628
|
+
"hostname" : "fips.batch.us-east-2.amazonaws.com"
|
|
635
629
|
},
|
|
636
630
|
"fips-us-west-1" : {
|
|
637
631
|
"credentialScope" : {
|
|
638
632
|
"region" : "us-west-1"
|
|
639
633
|
},
|
|
640
|
-
"hostname" : "
|
|
634
|
+
"hostname" : "fips.batch.us-west-1.amazonaws.com"
|
|
641
635
|
},
|
|
642
636
|
"fips-us-west-2" : {
|
|
643
637
|
"credentialScope" : {
|
|
644
638
|
"region" : "us-west-2"
|
|
645
639
|
},
|
|
646
|
-
"hostname" : "
|
|
640
|
+
"hostname" : "fips.batch.us-west-2.amazonaws.com"
|
|
647
641
|
},
|
|
648
642
|
"me-south-1" : { },
|
|
649
643
|
"sa-east-1" : { },
|
|
@@ -1662,6 +1656,36 @@
|
|
|
1662
1656
|
"eu-west-1" : { },
|
|
1663
1657
|
"eu-west-2" : { },
|
|
1664
1658
|
"eu-west-3" : { },
|
|
1659
|
+
"fips-ca-central-1" : {
|
|
1660
|
+
"credentialScope" : {
|
|
1661
|
+
"region" : "ca-central-1"
|
|
1662
|
+
},
|
|
1663
|
+
"hostname" : "ec2-fips.ca-central-1.amazonaws.com"
|
|
1664
|
+
},
|
|
1665
|
+
"fips-us-east-1" : {
|
|
1666
|
+
"credentialScope" : {
|
|
1667
|
+
"region" : "us-east-1"
|
|
1668
|
+
},
|
|
1669
|
+
"hostname" : "ec2-fips.us-east-1.amazonaws.com"
|
|
1670
|
+
},
|
|
1671
|
+
"fips-us-east-2" : {
|
|
1672
|
+
"credentialScope" : {
|
|
1673
|
+
"region" : "us-east-2"
|
|
1674
|
+
},
|
|
1675
|
+
"hostname" : "ec2-fips.us-east-2.amazonaws.com"
|
|
1676
|
+
},
|
|
1677
|
+
"fips-us-west-1" : {
|
|
1678
|
+
"credentialScope" : {
|
|
1679
|
+
"region" : "us-west-1"
|
|
1680
|
+
},
|
|
1681
|
+
"hostname" : "ec2-fips.us-west-1.amazonaws.com"
|
|
1682
|
+
},
|
|
1683
|
+
"fips-us-west-2" : {
|
|
1684
|
+
"credentialScope" : {
|
|
1685
|
+
"region" : "us-west-2"
|
|
1686
|
+
},
|
|
1687
|
+
"hostname" : "ec2-fips.us-west-2.amazonaws.com"
|
|
1688
|
+
},
|
|
1665
1689
|
"me-south-1" : { },
|
|
1666
1690
|
"sa-east-1" : { },
|
|
1667
1691
|
"us-east-1" : { },
|
|
@@ -1826,6 +1850,114 @@
|
|
|
1826
1850
|
"eu-west-1" : { },
|
|
1827
1851
|
"eu-west-2" : { },
|
|
1828
1852
|
"eu-west-3" : { },
|
|
1853
|
+
"fips-ap-east-1" : {
|
|
1854
|
+
"credentialScope" : {
|
|
1855
|
+
"region" : "ap-east-1"
|
|
1856
|
+
},
|
|
1857
|
+
"hostname" : "elasticfilesystem-fips.ap-east-1.amazonaws.com"
|
|
1858
|
+
},
|
|
1859
|
+
"fips-ap-northeast-1" : {
|
|
1860
|
+
"credentialScope" : {
|
|
1861
|
+
"region" : "ap-northeast-1"
|
|
1862
|
+
},
|
|
1863
|
+
"hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com"
|
|
1864
|
+
},
|
|
1865
|
+
"fips-ap-northeast-2" : {
|
|
1866
|
+
"credentialScope" : {
|
|
1867
|
+
"region" : "ap-northeast-2"
|
|
1868
|
+
},
|
|
1869
|
+
"hostname" : "elasticfilesystem-fips.ap-northeast-2.amazonaws.com"
|
|
1870
|
+
},
|
|
1871
|
+
"fips-ap-south-1" : {
|
|
1872
|
+
"credentialScope" : {
|
|
1873
|
+
"region" : "ap-south-1"
|
|
1874
|
+
},
|
|
1875
|
+
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
|
|
1876
|
+
},
|
|
1877
|
+
"fips-ap-southeast-1" : {
|
|
1878
|
+
"credentialScope" : {
|
|
1879
|
+
"region" : "ap-southeast-1"
|
|
1880
|
+
},
|
|
1881
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com"
|
|
1882
|
+
},
|
|
1883
|
+
"fips-ap-southeast-2" : {
|
|
1884
|
+
"credentialScope" : {
|
|
1885
|
+
"region" : "ap-southeast-2"
|
|
1886
|
+
},
|
|
1887
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com"
|
|
1888
|
+
},
|
|
1889
|
+
"fips-ca-central-1" : {
|
|
1890
|
+
"credentialScope" : {
|
|
1891
|
+
"region" : "ca-central-1"
|
|
1892
|
+
},
|
|
1893
|
+
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com"
|
|
1894
|
+
},
|
|
1895
|
+
"fips-eu-central-1" : {
|
|
1896
|
+
"credentialScope" : {
|
|
1897
|
+
"region" : "eu-central-1"
|
|
1898
|
+
},
|
|
1899
|
+
"hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com"
|
|
1900
|
+
},
|
|
1901
|
+
"fips-eu-north-1" : {
|
|
1902
|
+
"credentialScope" : {
|
|
1903
|
+
"region" : "eu-north-1"
|
|
1904
|
+
},
|
|
1905
|
+
"hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com"
|
|
1906
|
+
},
|
|
1907
|
+
"fips-eu-west-1" : {
|
|
1908
|
+
"credentialScope" : {
|
|
1909
|
+
"region" : "eu-west-1"
|
|
1910
|
+
},
|
|
1911
|
+
"hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com"
|
|
1912
|
+
},
|
|
1913
|
+
"fips-eu-west-2" : {
|
|
1914
|
+
"credentialScope" : {
|
|
1915
|
+
"region" : "eu-west-2"
|
|
1916
|
+
},
|
|
1917
|
+
"hostname" : "elasticfilesystem-fips.eu-west-2.amazonaws.com"
|
|
1918
|
+
},
|
|
1919
|
+
"fips-eu-west-3" : {
|
|
1920
|
+
"credentialScope" : {
|
|
1921
|
+
"region" : "eu-west-3"
|
|
1922
|
+
},
|
|
1923
|
+
"hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
|
|
1924
|
+
},
|
|
1925
|
+
"fips-me-south-1" : {
|
|
1926
|
+
"credentialScope" : {
|
|
1927
|
+
"region" : "me-south-1"
|
|
1928
|
+
},
|
|
1929
|
+
"hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com"
|
|
1930
|
+
},
|
|
1931
|
+
"fips-sa-east-1" : {
|
|
1932
|
+
"credentialScope" : {
|
|
1933
|
+
"region" : "sa-east-1"
|
|
1934
|
+
},
|
|
1935
|
+
"hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com"
|
|
1936
|
+
},
|
|
1937
|
+
"fips-us-east-1" : {
|
|
1938
|
+
"credentialScope" : {
|
|
1939
|
+
"region" : "us-east-1"
|
|
1940
|
+
},
|
|
1941
|
+
"hostname" : "elasticfilesystem-fips.us-east-1.amazonaws.com"
|
|
1942
|
+
},
|
|
1943
|
+
"fips-us-east-2" : {
|
|
1944
|
+
"credentialScope" : {
|
|
1945
|
+
"region" : "us-east-2"
|
|
1946
|
+
},
|
|
1947
|
+
"hostname" : "elasticfilesystem-fips.us-east-2.amazonaws.com"
|
|
1948
|
+
},
|
|
1949
|
+
"fips-us-west-1" : {
|
|
1950
|
+
"credentialScope" : {
|
|
1951
|
+
"region" : "us-west-1"
|
|
1952
|
+
},
|
|
1953
|
+
"hostname" : "elasticfilesystem-fips.us-west-1.amazonaws.com"
|
|
1954
|
+
},
|
|
1955
|
+
"fips-us-west-2" : {
|
|
1956
|
+
"credentialScope" : {
|
|
1957
|
+
"region" : "us-west-2"
|
|
1958
|
+
},
|
|
1959
|
+
"hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
|
|
1960
|
+
},
|
|
1829
1961
|
"me-south-1" : { },
|
|
1830
1962
|
"sa-east-1" : { },
|
|
1831
1963
|
"us-east-1" : { },
|
|
@@ -2839,6 +2971,30 @@
|
|
|
2839
2971
|
"eu-west-1" : { },
|
|
2840
2972
|
"eu-west-2" : { },
|
|
2841
2973
|
"eu-west-3" : { },
|
|
2974
|
+
"fips-us-east-1" : {
|
|
2975
|
+
"credentialScope" : {
|
|
2976
|
+
"region" : "us-east-1"
|
|
2977
|
+
},
|
|
2978
|
+
"hostname" : "lambda-fips.us-east-1.amazonaws.com"
|
|
2979
|
+
},
|
|
2980
|
+
"fips-us-east-2" : {
|
|
2981
|
+
"credentialScope" : {
|
|
2982
|
+
"region" : "us-east-2"
|
|
2983
|
+
},
|
|
2984
|
+
"hostname" : "lambda-fips.us-east-2.amazonaws.com"
|
|
2985
|
+
},
|
|
2986
|
+
"fips-us-west-1" : {
|
|
2987
|
+
"credentialScope" : {
|
|
2988
|
+
"region" : "us-west-1"
|
|
2989
|
+
},
|
|
2990
|
+
"hostname" : "lambda-fips.us-west-1.amazonaws.com"
|
|
2991
|
+
},
|
|
2992
|
+
"fips-us-west-2" : {
|
|
2993
|
+
"credentialScope" : {
|
|
2994
|
+
"region" : "us-west-2"
|
|
2995
|
+
},
|
|
2996
|
+
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
|
|
2997
|
+
},
|
|
2842
2998
|
"me-south-1" : { },
|
|
2843
2999
|
"sa-east-1" : { },
|
|
2844
3000
|
"us-east-1" : { },
|
|
@@ -3385,6 +3541,12 @@
|
|
|
3385
3541
|
"region" : "us-east-1"
|
|
3386
3542
|
},
|
|
3387
3543
|
"hostname" : "organizations.us-east-1.amazonaws.com"
|
|
3544
|
+
},
|
|
3545
|
+
"fips-aws-global" : {
|
|
3546
|
+
"credentialScope" : {
|
|
3547
|
+
"region" : "us-east-1"
|
|
3548
|
+
},
|
|
3549
|
+
"hostname" : "organizations-fips.us-east-1.amazonaws.com"
|
|
3388
3550
|
}
|
|
3389
3551
|
},
|
|
3390
3552
|
"isRegionalized" : false,
|
|
@@ -5389,6 +5551,12 @@
|
|
|
5389
5551
|
}
|
|
5390
5552
|
}
|
|
5391
5553
|
},
|
|
5554
|
+
"api.sagemaker" : {
|
|
5555
|
+
"endpoints" : {
|
|
5556
|
+
"cn-north-1" : { },
|
|
5557
|
+
"cn-northwest-1" : { }
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5392
5560
|
"apigateway" : {
|
|
5393
5561
|
"endpoints" : {
|
|
5394
5562
|
"cn-north-1" : { },
|
|
@@ -5411,6 +5579,7 @@
|
|
|
5411
5579
|
},
|
|
5412
5580
|
"athena" : {
|
|
5413
5581
|
"endpoints" : {
|
|
5582
|
+
"cn-north-1" : { },
|
|
5414
5583
|
"cn-northwest-1" : { }
|
|
5415
5584
|
}
|
|
5416
5585
|
},
|
|
@@ -5557,7 +5726,19 @@
|
|
|
5557
5726
|
"elasticfilesystem" : {
|
|
5558
5727
|
"endpoints" : {
|
|
5559
5728
|
"cn-north-1" : { },
|
|
5560
|
-
"cn-northwest-1" : { }
|
|
5729
|
+
"cn-northwest-1" : { },
|
|
5730
|
+
"fips-cn-north-1" : {
|
|
5731
|
+
"credentialScope" : {
|
|
5732
|
+
"region" : "cn-north-1"
|
|
5733
|
+
},
|
|
5734
|
+
"hostname" : "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn"
|
|
5735
|
+
},
|
|
5736
|
+
"fips-cn-northwest-1" : {
|
|
5737
|
+
"credentialScope" : {
|
|
5738
|
+
"region" : "cn-northwest-1"
|
|
5739
|
+
},
|
|
5740
|
+
"hostname" : "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn"
|
|
5741
|
+
}
|
|
5561
5742
|
}
|
|
5562
5743
|
},
|
|
5563
5744
|
"elasticloadbalancing" : {
|
|
@@ -5612,6 +5793,7 @@
|
|
|
5612
5793
|
},
|
|
5613
5794
|
"glue" : {
|
|
5614
5795
|
"endpoints" : {
|
|
5796
|
+
"cn-north-1" : { },
|
|
5615
5797
|
"cn-northwest-1" : { }
|
|
5616
5798
|
}
|
|
5617
5799
|
},
|
|
@@ -5659,6 +5841,12 @@
|
|
|
5659
5841
|
"cn-northwest-1" : { }
|
|
5660
5842
|
}
|
|
5661
5843
|
},
|
|
5844
|
+
"kafka" : {
|
|
5845
|
+
"endpoints" : {
|
|
5846
|
+
"cn-north-1" : { },
|
|
5847
|
+
"cn-northwest-1" : { }
|
|
5848
|
+
}
|
|
5849
|
+
},
|
|
5662
5850
|
"kinesis" : {
|
|
5663
5851
|
"endpoints" : {
|
|
5664
5852
|
"cn-north-1" : { },
|
|
@@ -5735,6 +5923,12 @@
|
|
|
5735
5923
|
"cn-northwest-1" : { }
|
|
5736
5924
|
}
|
|
5737
5925
|
},
|
|
5926
|
+
"runtime.sagemaker" : {
|
|
5927
|
+
"endpoints" : {
|
|
5928
|
+
"cn-north-1" : { },
|
|
5929
|
+
"cn-northwest-1" : { }
|
|
5930
|
+
}
|
|
5931
|
+
},
|
|
5738
5932
|
"s3" : {
|
|
5739
5933
|
"defaults" : {
|
|
5740
5934
|
"protocols" : [ "http", "https" ],
|
|
@@ -6268,8 +6462,18 @@
|
|
|
6268
6462
|
},
|
|
6269
6463
|
"ec2" : {
|
|
6270
6464
|
"endpoints" : {
|
|
6271
|
-
"us-gov-east-1" : {
|
|
6272
|
-
|
|
6465
|
+
"us-gov-east-1" : {
|
|
6466
|
+
"credentialScope" : {
|
|
6467
|
+
"region" : "us-gov-east-1"
|
|
6468
|
+
},
|
|
6469
|
+
"hostname" : "ec2.us-gov-east-1.amazonaws.com"
|
|
6470
|
+
},
|
|
6471
|
+
"us-gov-west-1" : {
|
|
6472
|
+
"credentialScope" : {
|
|
6473
|
+
"region" : "us-gov-west-1"
|
|
6474
|
+
},
|
|
6475
|
+
"hostname" : "ec2.us-gov-west-1.amazonaws.com"
|
|
6476
|
+
}
|
|
6273
6477
|
}
|
|
6274
6478
|
},
|
|
6275
6479
|
"ecs" : {
|
|
@@ -6320,6 +6524,18 @@
|
|
|
6320
6524
|
},
|
|
6321
6525
|
"elasticfilesystem" : {
|
|
6322
6526
|
"endpoints" : {
|
|
6527
|
+
"fips-us-gov-east-1" : {
|
|
6528
|
+
"credentialScope" : {
|
|
6529
|
+
"region" : "us-gov-east-1"
|
|
6530
|
+
},
|
|
6531
|
+
"hostname" : "elasticfilesystem-fips.us-gov-east-1.amazonaws.com"
|
|
6532
|
+
},
|
|
6533
|
+
"fips-us-gov-west-1" : {
|
|
6534
|
+
"credentialScope" : {
|
|
6535
|
+
"region" : "us-gov-west-1"
|
|
6536
|
+
},
|
|
6537
|
+
"hostname" : "elasticfilesystem-fips.us-gov-west-1.amazonaws.com"
|
|
6538
|
+
},
|
|
6323
6539
|
"us-gov-east-1" : { },
|
|
6324
6540
|
"us-gov-west-1" : { }
|
|
6325
6541
|
}
|
|
@@ -6499,6 +6715,18 @@
|
|
|
6499
6715
|
},
|
|
6500
6716
|
"lambda" : {
|
|
6501
6717
|
"endpoints" : {
|
|
6718
|
+
"fips-us-gov-east-1" : {
|
|
6719
|
+
"credentialScope" : {
|
|
6720
|
+
"region" : "us-gov-east-1"
|
|
6721
|
+
},
|
|
6722
|
+
"hostname" : "lambda-fips.us-gov-east-1.amazonaws.com"
|
|
6723
|
+
},
|
|
6724
|
+
"fips-us-gov-west-1" : {
|
|
6725
|
+
"credentialScope" : {
|
|
6726
|
+
"region" : "us-gov-west-1"
|
|
6727
|
+
},
|
|
6728
|
+
"hostname" : "lambda-fips.us-gov-west-1.amazonaws.com"
|
|
6729
|
+
},
|
|
6502
6730
|
"us-gov-east-1" : { },
|
|
6503
6731
|
"us-gov-west-1" : { }
|
|
6504
6732
|
}
|
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.297.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: 2020-04-
|
|
11
|
+
date: 2020-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|