aws-partitions 1.221.0 → 1.226.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 +123 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ee334da1b2df7500b98aeaff3ee44f4dda7777a
|
|
4
|
+
data.tar.gz: 31844f6302dcf86437c10bb9631e8a776ae8d18f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 695a3f3d267ecd0f6e9455cd0fefd8c79588963d6c23b6b8a083f25a1193c025526d07b1d66d89414f5baf93554d9cd161e7faa77e838c80303b7e8e02a8fe45
|
|
7
|
+
data.tar.gz: cbd4d1cca80d7e5499160c82d9058e76d6ad648c3fc7323e239be7efe6c4c69b162921fdc3c5d44e214adf5118ce5aa854109b731e3e33497d6231f385e23af7
|
data/partitions.json
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"eu-west-1" : { },
|
|
111
111
|
"eu-west-2" : { },
|
|
112
112
|
"eu-west-3" : { },
|
|
113
|
+
"me-south-1" : { },
|
|
113
114
|
"us-east-1" : { },
|
|
114
115
|
"us-east-2" : { },
|
|
115
116
|
"us-west-1" : { },
|
|
@@ -264,6 +265,7 @@
|
|
|
264
265
|
"eu-west-1" : { },
|
|
265
266
|
"eu-west-2" : { },
|
|
266
267
|
"eu-west-3" : { },
|
|
268
|
+
"me-south-1" : { },
|
|
267
269
|
"sa-east-1" : { },
|
|
268
270
|
"us-east-1" : { },
|
|
269
271
|
"us-east-1-fips" : {
|
|
@@ -641,6 +643,7 @@
|
|
|
641
643
|
"eu-west-2" : { },
|
|
642
644
|
"eu-west-3" : { },
|
|
643
645
|
"me-south-1" : { },
|
|
646
|
+
"sa-east-1" : { },
|
|
644
647
|
"us-east-1" : { },
|
|
645
648
|
"us-east-2" : { },
|
|
646
649
|
"us-west-1" : { },
|
|
@@ -1121,6 +1124,18 @@
|
|
|
1121
1124
|
},
|
|
1122
1125
|
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
|
1123
1126
|
},
|
|
1127
|
+
"ap-south-1" : {
|
|
1128
|
+
"credentialScope" : {
|
|
1129
|
+
"region" : "ap-south-1"
|
|
1130
|
+
},
|
|
1131
|
+
"hostname" : "rds.ap-south-1.amazonaws.com"
|
|
1132
|
+
},
|
|
1133
|
+
"ap-southeast-1" : {
|
|
1134
|
+
"credentialScope" : {
|
|
1135
|
+
"region" : "ap-southeast-1"
|
|
1136
|
+
},
|
|
1137
|
+
"hostname" : "rds.ap-southeast-1.amazonaws.com"
|
|
1138
|
+
},
|
|
1124
1139
|
"ap-southeast-2" : {
|
|
1125
1140
|
"credentialScope" : {
|
|
1126
1141
|
"region" : "ap-southeast-2"
|
|
@@ -1779,9 +1794,12 @@
|
|
|
1779
1794
|
"iotevents" : {
|
|
1780
1795
|
"endpoints" : {
|
|
1781
1796
|
"ap-northeast-1" : { },
|
|
1797
|
+
"ap-northeast-2" : { },
|
|
1798
|
+
"ap-southeast-1" : { },
|
|
1782
1799
|
"ap-southeast-2" : { },
|
|
1783
1800
|
"eu-central-1" : { },
|
|
1784
1801
|
"eu-west-1" : { },
|
|
1802
|
+
"eu-west-2" : { },
|
|
1785
1803
|
"us-east-1" : { },
|
|
1786
1804
|
"us-east-2" : { },
|
|
1787
1805
|
"us-west-2" : { }
|
|
@@ -1795,6 +1813,18 @@
|
|
|
1795
1813
|
},
|
|
1796
1814
|
"hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
|
|
1797
1815
|
},
|
|
1816
|
+
"ap-northeast-2" : {
|
|
1817
|
+
"credentialScope" : {
|
|
1818
|
+
"region" : "ap-northeast-2"
|
|
1819
|
+
},
|
|
1820
|
+
"hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
|
|
1821
|
+
},
|
|
1822
|
+
"ap-southeast-1" : {
|
|
1823
|
+
"credentialScope" : {
|
|
1824
|
+
"region" : "ap-southeast-1"
|
|
1825
|
+
},
|
|
1826
|
+
"hostname" : "data.iotevents.ap-southeast-1.amazonaws.com"
|
|
1827
|
+
},
|
|
1798
1828
|
"ap-southeast-2" : {
|
|
1799
1829
|
"credentialScope" : {
|
|
1800
1830
|
"region" : "ap-southeast-2"
|
|
@@ -1813,6 +1843,12 @@
|
|
|
1813
1843
|
},
|
|
1814
1844
|
"hostname" : "data.iotevents.eu-west-1.amazonaws.com"
|
|
1815
1845
|
},
|
|
1846
|
+
"eu-west-2" : {
|
|
1847
|
+
"credentialScope" : {
|
|
1848
|
+
"region" : "eu-west-2"
|
|
1849
|
+
},
|
|
1850
|
+
"hostname" : "data.iotevents.eu-west-2.amazonaws.com"
|
|
1851
|
+
},
|
|
1816
1852
|
"us-east-1" : {
|
|
1817
1853
|
"credentialScope" : {
|
|
1818
1854
|
"region" : "us-east-1"
|
|
@@ -1850,18 +1886,22 @@
|
|
|
1850
1886
|
},
|
|
1851
1887
|
"kafka" : {
|
|
1852
1888
|
"endpoints" : {
|
|
1889
|
+
"ap-east-1" : { },
|
|
1853
1890
|
"ap-northeast-1" : { },
|
|
1854
1891
|
"ap-northeast-2" : { },
|
|
1855
1892
|
"ap-south-1" : { },
|
|
1856
1893
|
"ap-southeast-1" : { },
|
|
1857
1894
|
"ap-southeast-2" : { },
|
|
1895
|
+
"ca-central-1" : { },
|
|
1858
1896
|
"eu-central-1" : { },
|
|
1859
1897
|
"eu-north-1" : { },
|
|
1860
1898
|
"eu-west-1" : { },
|
|
1861
1899
|
"eu-west-2" : { },
|
|
1862
1900
|
"eu-west-3" : { },
|
|
1901
|
+
"sa-east-1" : { },
|
|
1863
1902
|
"us-east-1" : { },
|
|
1864
1903
|
"us-east-2" : { },
|
|
1904
|
+
"us-west-1" : { },
|
|
1865
1905
|
"us-west-2" : { }
|
|
1866
1906
|
}
|
|
1867
1907
|
},
|
|
@@ -2087,8 +2127,11 @@
|
|
|
2087
2127
|
"eu-central-1" : { },
|
|
2088
2128
|
"eu-north-1" : { },
|
|
2089
2129
|
"eu-west-1" : { },
|
|
2130
|
+
"eu-west-2" : { },
|
|
2131
|
+
"eu-west-3" : { },
|
|
2090
2132
|
"sa-east-1" : { },
|
|
2091
2133
|
"us-east-1" : { },
|
|
2134
|
+
"us-east-2" : { },
|
|
2092
2135
|
"us-west-2" : { }
|
|
2093
2136
|
}
|
|
2094
2137
|
},
|
|
@@ -2207,6 +2250,30 @@
|
|
|
2207
2250
|
"eu-west-1" : { },
|
|
2208
2251
|
"eu-west-2" : { },
|
|
2209
2252
|
"eu-west-3" : { },
|
|
2253
|
+
"fips-us-east-1" : {
|
|
2254
|
+
"credentialScope" : {
|
|
2255
|
+
"region" : "us-east-1"
|
|
2256
|
+
},
|
|
2257
|
+
"hostname" : "mq-fips.us-east-1.amazonaws.com"
|
|
2258
|
+
},
|
|
2259
|
+
"fips-us-east-2" : {
|
|
2260
|
+
"credentialScope" : {
|
|
2261
|
+
"region" : "us-east-2"
|
|
2262
|
+
},
|
|
2263
|
+
"hostname" : "mq-fips.us-east-2.amazonaws.com"
|
|
2264
|
+
},
|
|
2265
|
+
"fips-us-west-1" : {
|
|
2266
|
+
"credentialScope" : {
|
|
2267
|
+
"region" : "us-west-1"
|
|
2268
|
+
},
|
|
2269
|
+
"hostname" : "mq-fips.us-west-1.amazonaws.com"
|
|
2270
|
+
},
|
|
2271
|
+
"fips-us-west-2" : {
|
|
2272
|
+
"credentialScope" : {
|
|
2273
|
+
"region" : "us-west-2"
|
|
2274
|
+
},
|
|
2275
|
+
"hostname" : "mq-fips.us-west-2.amazonaws.com"
|
|
2276
|
+
},
|
|
2210
2277
|
"us-east-1" : { },
|
|
2211
2278
|
"us-east-2" : { },
|
|
2212
2279
|
"us-west-1" : { },
|
|
@@ -2599,6 +2666,7 @@
|
|
|
2599
2666
|
"eu-west-1" : { },
|
|
2600
2667
|
"eu-west-2" : { },
|
|
2601
2668
|
"eu-west-3" : { },
|
|
2669
|
+
"me-south-1" : { },
|
|
2602
2670
|
"sa-east-1" : { },
|
|
2603
2671
|
"us-east-1" : { },
|
|
2604
2672
|
"us-east-1-fips" : {
|
|
@@ -2857,6 +2925,7 @@
|
|
|
2857
2925
|
},
|
|
2858
2926
|
"secretsmanager" : {
|
|
2859
2927
|
"endpoints" : {
|
|
2928
|
+
"ap-east-1" : { },
|
|
2860
2929
|
"ap-northeast-1" : { },
|
|
2861
2930
|
"ap-northeast-2" : { },
|
|
2862
2931
|
"ap-south-1" : { },
|
|
@@ -2926,6 +2995,9 @@
|
|
|
2926
2995
|
"protocols" : [ "https" ]
|
|
2927
2996
|
},
|
|
2928
2997
|
"endpoints" : {
|
|
2998
|
+
"ap-east-1" : {
|
|
2999
|
+
"protocols" : [ "https" ]
|
|
3000
|
+
},
|
|
2929
3001
|
"ap-northeast-1" : {
|
|
2930
3002
|
"protocols" : [ "https" ]
|
|
2931
3003
|
},
|
|
@@ -3641,6 +3713,12 @@
|
|
|
3641
3713
|
"cn-northwest-1" : { }
|
|
3642
3714
|
}
|
|
3643
3715
|
},
|
|
3716
|
+
"batch" : {
|
|
3717
|
+
"endpoints" : {
|
|
3718
|
+
"cn-north-1" : { },
|
|
3719
|
+
"cn-northwest-1" : { }
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3644
3722
|
"cloudformation" : {
|
|
3645
3723
|
"endpoints" : {
|
|
3646
3724
|
"cn-north-1" : { },
|
|
@@ -4091,6 +4169,23 @@
|
|
|
4091
4169
|
"us-gov-west-1" : { }
|
|
4092
4170
|
}
|
|
4093
4171
|
},
|
|
4172
|
+
"appstream2" : {
|
|
4173
|
+
"defaults" : {
|
|
4174
|
+
"credentialScope" : {
|
|
4175
|
+
"service" : "appstream"
|
|
4176
|
+
},
|
|
4177
|
+
"protocols" : [ "https" ]
|
|
4178
|
+
},
|
|
4179
|
+
"endpoints" : {
|
|
4180
|
+
"fips" : {
|
|
4181
|
+
"credentialScope" : {
|
|
4182
|
+
"region" : "us-gov-west-1"
|
|
4183
|
+
},
|
|
4184
|
+
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
|
|
4185
|
+
},
|
|
4186
|
+
"us-gov-west-1" : { }
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
4094
4189
|
"athena" : {
|
|
4095
4190
|
"endpoints" : {
|
|
4096
4191
|
"us-gov-east-1" : { },
|
|
@@ -4524,6 +4619,12 @@
|
|
|
4524
4619
|
"isRegionalized" : false,
|
|
4525
4620
|
"partitionEndpoint" : "aws-us-gov-global"
|
|
4526
4621
|
},
|
|
4622
|
+
"route53resolver" : {
|
|
4623
|
+
"endpoints" : {
|
|
4624
|
+
"us-gov-east-1" : { },
|
|
4625
|
+
"us-gov-west-1" : { }
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4527
4628
|
"runtime.sagemaker" : {
|
|
4528
4629
|
"endpoints" : {
|
|
4529
4630
|
"us-gov-west-1" : { }
|
|
@@ -4588,6 +4689,13 @@
|
|
|
4588
4689
|
},
|
|
4589
4690
|
"secretsmanager" : {
|
|
4590
4691
|
"endpoints" : {
|
|
4692
|
+
"us-gov-east-1" : { },
|
|
4693
|
+
"us-gov-east-1-fips" : {
|
|
4694
|
+
"credentialScope" : {
|
|
4695
|
+
"region" : "us-gov-east-1"
|
|
4696
|
+
},
|
|
4697
|
+
"hostname" : "secretsmanager-fips.us-gov-east-1.amazonaws.com"
|
|
4698
|
+
},
|
|
4591
4699
|
"us-gov-west-1" : { },
|
|
4592
4700
|
"us-gov-west-1-fips" : {
|
|
4593
4701
|
"credentialScope" : {
|
|
@@ -4759,6 +4867,16 @@
|
|
|
4759
4867
|
}
|
|
4760
4868
|
}
|
|
4761
4869
|
},
|
|
4870
|
+
"api.sagemaker" : {
|
|
4871
|
+
"endpoints" : {
|
|
4872
|
+
"us-iso-east-1" : { }
|
|
4873
|
+
}
|
|
4874
|
+
},
|
|
4875
|
+
"apigateway" : {
|
|
4876
|
+
"endpoints" : {
|
|
4877
|
+
"us-iso-east-1" : { }
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4762
4880
|
"application-autoscaling" : {
|
|
4763
4881
|
"defaults" : {
|
|
4764
4882
|
"credentialScope" : {
|
|
@@ -4936,6 +5054,11 @@
|
|
|
4936
5054
|
"isRegionalized" : false,
|
|
4937
5055
|
"partitionEndpoint" : "aws-iso-global"
|
|
4938
5056
|
},
|
|
5057
|
+
"runtime.sagemaker" : {
|
|
5058
|
+
"endpoints" : {
|
|
5059
|
+
"us-iso-east-1" : { }
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
4939
5062
|
"s3" : {
|
|
4940
5063
|
"defaults" : {
|
|
4941
5064
|
"signatureVersions" : [ "s3v4" ]
|
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.226.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: 2019-10-
|
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|