aws-partitions 1.489.0 → 1.493.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/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/partitions.json +155 -0
- 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: 9618ccb7786af1f04d754c228cc109f218627afe3ff325eb7d159b83a5c3acdd
|
|
4
|
+
data.tar.gz: d788a4f5d5998a63f62112156a898f2dec342bb8a0dee4a30313a88aa7c1df45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 690cc3d34c0811deec6f9b715ebf53cb02fc638bc2f6dec4d8fa35486c1fd2eb7ec2c925947205456b02cf9eaf1696d8865e177096d8966bfb5504610dd68c94
|
|
7
|
+
data.tar.gz: 94bf725fd18c19445ad7a4d45ac68ce0e25da2f464f86f5fd5a2b96b335e3f1a6db60fdfd02f8c34cf7ba4042e875338997a06034d10212ab1fd79957d1c182c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.493.0 (2021-08-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.492.0 (2021-08-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.491.0 (2021-08-25)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.490.0 (2021-08-23)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.489.0 (2021-08-19)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.493.0
|
data/partitions.json
CHANGED
|
@@ -830,6 +830,18 @@
|
|
|
830
830
|
"us-west-2" : { }
|
|
831
831
|
}
|
|
832
832
|
},
|
|
833
|
+
"aps" : {
|
|
834
|
+
"defaults" : {
|
|
835
|
+
"protocols" : [ "https" ]
|
|
836
|
+
},
|
|
837
|
+
"endpoints" : {
|
|
838
|
+
"eu-central-1" : { },
|
|
839
|
+
"eu-west-1" : { },
|
|
840
|
+
"us-east-1" : { },
|
|
841
|
+
"us-east-2" : { },
|
|
842
|
+
"us-west-2" : { }
|
|
843
|
+
}
|
|
844
|
+
},
|
|
833
845
|
"athena" : {
|
|
834
846
|
"endpoints" : {
|
|
835
847
|
"af-south-1" : { },
|
|
@@ -1800,6 +1812,58 @@
|
|
|
1800
1812
|
"us-west-2" : { }
|
|
1801
1813
|
}
|
|
1802
1814
|
},
|
|
1815
|
+
"data.jobs.iot" : {
|
|
1816
|
+
"endpoints" : {
|
|
1817
|
+
"ap-east-1" : { },
|
|
1818
|
+
"ap-northeast-1" : { },
|
|
1819
|
+
"ap-northeast-2" : { },
|
|
1820
|
+
"ap-south-1" : { },
|
|
1821
|
+
"ap-southeast-1" : { },
|
|
1822
|
+
"ap-southeast-2" : { },
|
|
1823
|
+
"ca-central-1" : { },
|
|
1824
|
+
"eu-central-1" : { },
|
|
1825
|
+
"eu-north-1" : { },
|
|
1826
|
+
"eu-west-1" : { },
|
|
1827
|
+
"eu-west-2" : { },
|
|
1828
|
+
"eu-west-3" : { },
|
|
1829
|
+
"fips-ca-central-1" : {
|
|
1830
|
+
"credentialScope" : {
|
|
1831
|
+
"region" : "ca-central-1"
|
|
1832
|
+
},
|
|
1833
|
+
"hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com"
|
|
1834
|
+
},
|
|
1835
|
+
"fips-us-east-1" : {
|
|
1836
|
+
"credentialScope" : {
|
|
1837
|
+
"region" : "us-east-1"
|
|
1838
|
+
},
|
|
1839
|
+
"hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com"
|
|
1840
|
+
},
|
|
1841
|
+
"fips-us-east-2" : {
|
|
1842
|
+
"credentialScope" : {
|
|
1843
|
+
"region" : "us-east-2"
|
|
1844
|
+
},
|
|
1845
|
+
"hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com"
|
|
1846
|
+
},
|
|
1847
|
+
"fips-us-west-1" : {
|
|
1848
|
+
"credentialScope" : {
|
|
1849
|
+
"region" : "us-west-1"
|
|
1850
|
+
},
|
|
1851
|
+
"hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com"
|
|
1852
|
+
},
|
|
1853
|
+
"fips-us-west-2" : {
|
|
1854
|
+
"credentialScope" : {
|
|
1855
|
+
"region" : "us-west-2"
|
|
1856
|
+
},
|
|
1857
|
+
"hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
|
|
1858
|
+
},
|
|
1859
|
+
"me-south-1" : { },
|
|
1860
|
+
"sa-east-1" : { },
|
|
1861
|
+
"us-east-1" : { },
|
|
1862
|
+
"us-east-2" : { },
|
|
1863
|
+
"us-west-1" : { },
|
|
1864
|
+
"us-west-2" : { }
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1803
1867
|
"data.mediastore" : {
|
|
1804
1868
|
"endpoints" : {
|
|
1805
1869
|
"ap-northeast-1" : { },
|
|
@@ -3208,6 +3272,16 @@
|
|
|
3208
3272
|
"us-west-2" : { }
|
|
3209
3273
|
}
|
|
3210
3274
|
},
|
|
3275
|
+
"frauddetector" : {
|
|
3276
|
+
"endpoints" : {
|
|
3277
|
+
"ap-southeast-1" : { },
|
|
3278
|
+
"ap-southeast-2" : { },
|
|
3279
|
+
"eu-west-1" : { },
|
|
3280
|
+
"us-east-1" : { },
|
|
3281
|
+
"us-east-2" : { },
|
|
3282
|
+
"us-west-2" : { }
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3211
3285
|
"fsx" : {
|
|
3212
3286
|
"endpoints" : {
|
|
3213
3287
|
"af-south-1" : { },
|
|
@@ -3784,6 +3858,36 @@
|
|
|
3784
3858
|
"eu-west-1" : { },
|
|
3785
3859
|
"eu-west-2" : { },
|
|
3786
3860
|
"eu-west-3" : { },
|
|
3861
|
+
"fips-ca-central-1" : {
|
|
3862
|
+
"credentialScope" : {
|
|
3863
|
+
"region" : "ca-central-1"
|
|
3864
|
+
},
|
|
3865
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
|
|
3866
|
+
},
|
|
3867
|
+
"fips-us-east-1" : {
|
|
3868
|
+
"credentialScope" : {
|
|
3869
|
+
"region" : "us-east-1"
|
|
3870
|
+
},
|
|
3871
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
|
|
3872
|
+
},
|
|
3873
|
+
"fips-us-east-2" : {
|
|
3874
|
+
"credentialScope" : {
|
|
3875
|
+
"region" : "us-east-2"
|
|
3876
|
+
},
|
|
3877
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
|
|
3878
|
+
},
|
|
3879
|
+
"fips-us-west-1" : {
|
|
3880
|
+
"credentialScope" : {
|
|
3881
|
+
"region" : "us-west-1"
|
|
3882
|
+
},
|
|
3883
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
|
|
3884
|
+
},
|
|
3885
|
+
"fips-us-west-2" : {
|
|
3886
|
+
"credentialScope" : {
|
|
3887
|
+
"region" : "us-west-2"
|
|
3888
|
+
},
|
|
3889
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
|
|
3890
|
+
},
|
|
3787
3891
|
"me-south-1" : { },
|
|
3788
3892
|
"sa-east-1" : { },
|
|
3789
3893
|
"us-east-1" : { },
|
|
@@ -7687,6 +7791,12 @@
|
|
|
7687
7791
|
"cn-northwest-1" : { }
|
|
7688
7792
|
}
|
|
7689
7793
|
},
|
|
7794
|
+
"data.jobs.iot" : {
|
|
7795
|
+
"endpoints" : {
|
|
7796
|
+
"cn-north-1" : { },
|
|
7797
|
+
"cn-northwest-1" : { }
|
|
7798
|
+
}
|
|
7799
|
+
},
|
|
7690
7800
|
"dax" : {
|
|
7691
7801
|
"endpoints" : {
|
|
7692
7802
|
"cn-north-1" : { },
|
|
@@ -7808,6 +7918,12 @@
|
|
|
7808
7918
|
"cn-northwest-1" : { }
|
|
7809
7919
|
}
|
|
7810
7920
|
},
|
|
7921
|
+
"emr-containers" : {
|
|
7922
|
+
"endpoints" : {
|
|
7923
|
+
"cn-north-1" : { },
|
|
7924
|
+
"cn-northwest-1" : { }
|
|
7925
|
+
}
|
|
7926
|
+
},
|
|
7811
7927
|
"es" : {
|
|
7812
7928
|
"endpoints" : {
|
|
7813
7929
|
"cn-north-1" : { },
|
|
@@ -7826,6 +7942,15 @@
|
|
|
7826
7942
|
"cn-northwest-1" : { }
|
|
7827
7943
|
}
|
|
7828
7944
|
},
|
|
7945
|
+
"fms" : {
|
|
7946
|
+
"defaults" : {
|
|
7947
|
+
"protocols" : [ "https" ]
|
|
7948
|
+
},
|
|
7949
|
+
"endpoints" : {
|
|
7950
|
+
"cn-north-1" : { },
|
|
7951
|
+
"cn-northwest-1" : { }
|
|
7952
|
+
}
|
|
7953
|
+
},
|
|
7829
7954
|
"fsx" : {
|
|
7830
7955
|
"endpoints" : {
|
|
7831
7956
|
"cn-north-1" : { },
|
|
@@ -8796,6 +8921,24 @@
|
|
|
8796
8921
|
"us-gov-west-1" : { }
|
|
8797
8922
|
}
|
|
8798
8923
|
},
|
|
8924
|
+
"data.jobs.iot" : {
|
|
8925
|
+
"endpoints" : {
|
|
8926
|
+
"fips-us-gov-east-1" : {
|
|
8927
|
+
"credentialScope" : {
|
|
8928
|
+
"region" : "us-gov-east-1"
|
|
8929
|
+
},
|
|
8930
|
+
"hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com"
|
|
8931
|
+
},
|
|
8932
|
+
"fips-us-gov-west-1" : {
|
|
8933
|
+
"credentialScope" : {
|
|
8934
|
+
"region" : "us-gov-west-1"
|
|
8935
|
+
},
|
|
8936
|
+
"hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com"
|
|
8937
|
+
},
|
|
8938
|
+
"us-gov-east-1" : { },
|
|
8939
|
+
"us-gov-west-1" : { }
|
|
8940
|
+
}
|
|
8941
|
+
},
|
|
8799
8942
|
"datasync" : {
|
|
8800
8943
|
"endpoints" : {
|
|
8801
8944
|
"fips-us-gov-east-1" : {
|
|
@@ -9297,6 +9440,18 @@
|
|
|
9297
9440
|
},
|
|
9298
9441
|
"iotsecuredtunneling" : {
|
|
9299
9442
|
"endpoints" : {
|
|
9443
|
+
"fips-us-gov-east-1" : {
|
|
9444
|
+
"credentialScope" : {
|
|
9445
|
+
"region" : "us-gov-east-1"
|
|
9446
|
+
},
|
|
9447
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
|
|
9448
|
+
},
|
|
9449
|
+
"fips-us-gov-west-1" : {
|
|
9450
|
+
"credentialScope" : {
|
|
9451
|
+
"region" : "us-gov-west-1"
|
|
9452
|
+
},
|
|
9453
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
|
|
9454
|
+
},
|
|
9300
9455
|
"us-gov-east-1" : { },
|
|
9301
9456
|
"us-gov-west-1" : { }
|
|
9302
9457
|
}
|
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.493.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: 2021-08-
|
|
11
|
+
date: 2021-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|