aws-partitions 1.433.0 → 1.434.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +44 -2
- 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: 04d3bdd815f3880fc1493a5ad6ce820adc1caf0e1484c22291bf6da6dec06af7
|
|
4
|
+
data.tar.gz: f50d6a2871b1751490eb974a9dbd2fc50d7c6163f77f5feec108a2588dd97a77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1b6eb0b67ec0fa9a3122c71ab45e2af0236e14a68f5532e4e682c50cf2c8b363897d630510d1ae7f7df5cbfdace948d259bdc7182ceb19eca7bfb3fab040ac4
|
|
7
|
+
data.tar.gz: a1a1ab0c417db4ddff31275e1e150ae6d1192298974d8b90aba3f2a4322a63f8f0b1c00c3716e54c6842eeaf813606587ad5ec5bc7ada8634118ea5cbaffa13f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.434.0
|
data/partitions.json
CHANGED
|
@@ -886,9 +886,11 @@
|
|
|
886
886
|
},
|
|
887
887
|
"batch" : {
|
|
888
888
|
"endpoints" : {
|
|
889
|
+
"af-south-1" : { },
|
|
889
890
|
"ap-east-1" : { },
|
|
890
891
|
"ap-northeast-1" : { },
|
|
891
892
|
"ap-northeast-2" : { },
|
|
893
|
+
"ap-northeast-3" : { },
|
|
892
894
|
"ap-south-1" : { },
|
|
893
895
|
"ap-southeast-1" : { },
|
|
894
896
|
"ap-southeast-2" : { },
|
|
@@ -4817,6 +4819,36 @@
|
|
|
4817
4819
|
"eu-west-1" : { },
|
|
4818
4820
|
"eu-west-2" : { },
|
|
4819
4821
|
"eu-west-3" : { },
|
|
4822
|
+
"fips-ca-central-1" : {
|
|
4823
|
+
"credentialScope" : {
|
|
4824
|
+
"region" : "ca-central-1"
|
|
4825
|
+
},
|
|
4826
|
+
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
|
|
4827
|
+
},
|
|
4828
|
+
"fips-us-east-1" : {
|
|
4829
|
+
"credentialScope" : {
|
|
4830
|
+
"region" : "us-east-1"
|
|
4831
|
+
},
|
|
4832
|
+
"hostname" : "ram-fips.us-east-1.amazonaws.com"
|
|
4833
|
+
},
|
|
4834
|
+
"fips-us-east-2" : {
|
|
4835
|
+
"credentialScope" : {
|
|
4836
|
+
"region" : "us-east-2"
|
|
4837
|
+
},
|
|
4838
|
+
"hostname" : "ram-fips.us-east-2.amazonaws.com"
|
|
4839
|
+
},
|
|
4840
|
+
"fips-us-west-1" : {
|
|
4841
|
+
"credentialScope" : {
|
|
4842
|
+
"region" : "us-west-1"
|
|
4843
|
+
},
|
|
4844
|
+
"hostname" : "ram-fips.us-west-1.amazonaws.com"
|
|
4845
|
+
},
|
|
4846
|
+
"fips-us-west-2" : {
|
|
4847
|
+
"credentialScope" : {
|
|
4848
|
+
"region" : "us-west-2"
|
|
4849
|
+
},
|
|
4850
|
+
"hostname" : "ram-fips.us-west-2.amazonaws.com"
|
|
4851
|
+
},
|
|
4820
4852
|
"me-south-1" : { },
|
|
4821
4853
|
"sa-east-1" : { },
|
|
4822
4854
|
"us-east-1" : { },
|
|
@@ -8807,8 +8839,18 @@
|
|
|
8807
8839
|
},
|
|
8808
8840
|
"ram" : {
|
|
8809
8841
|
"endpoints" : {
|
|
8810
|
-
"us-gov-east-1" : {
|
|
8811
|
-
|
|
8842
|
+
"us-gov-east-1" : {
|
|
8843
|
+
"credentialScope" : {
|
|
8844
|
+
"region" : "us-gov-east-1"
|
|
8845
|
+
},
|
|
8846
|
+
"hostname" : "ram.us-gov-east-1.amazonaws.com"
|
|
8847
|
+
},
|
|
8848
|
+
"us-gov-west-1" : {
|
|
8849
|
+
"credentialScope" : {
|
|
8850
|
+
"region" : "us-gov-west-1"
|
|
8851
|
+
},
|
|
8852
|
+
"hostname" : "ram.us-gov-west-1.amazonaws.com"
|
|
8853
|
+
}
|
|
8812
8854
|
}
|
|
8813
8855
|
},
|
|
8814
8856
|
"rds" : {
|
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.434.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-03-
|
|
11
|
+
date: 2021-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|