aws-partitions 1.489.0 → 1.490.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 +15 -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: 8fe2fb196b117da608c055f7dedf71bb8ae0f6a9cf12042a4a68f26dc0398603
|
|
4
|
+
data.tar.gz: d2d301caad53dfc60295588784bcb7c5ffcbb0b154d13caa72ff5eb3c60371f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c26506c4ce57ea291c14eeef63fcee47014050fb579d520c9998d60a4f81c12c810fc4a17a6beb1e4d6d32d187dacbc5ba9e6d24200ad44a7e772e0cbe3ba95
|
|
7
|
+
data.tar.gz: 5bcf310cf82e999e0b0ac281134fb2a097dbd8342d410e285c44e2116bb5600eb610f24c855ea07358bc46b397684647d8400933b2e4531d1e1ca3c48f6b039d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.490.0
|
data/partitions.json
CHANGED
|
@@ -7808,6 +7808,12 @@
|
|
|
7808
7808
|
"cn-northwest-1" : { }
|
|
7809
7809
|
}
|
|
7810
7810
|
},
|
|
7811
|
+
"emr-containers" : {
|
|
7812
|
+
"endpoints" : {
|
|
7813
|
+
"cn-north-1" : { },
|
|
7814
|
+
"cn-northwest-1" : { }
|
|
7815
|
+
}
|
|
7816
|
+
},
|
|
7811
7817
|
"es" : {
|
|
7812
7818
|
"endpoints" : {
|
|
7813
7819
|
"cn-north-1" : { },
|
|
@@ -7826,6 +7832,15 @@
|
|
|
7826
7832
|
"cn-northwest-1" : { }
|
|
7827
7833
|
}
|
|
7828
7834
|
},
|
|
7835
|
+
"fms" : {
|
|
7836
|
+
"defaults" : {
|
|
7837
|
+
"protocols" : [ "https" ]
|
|
7838
|
+
},
|
|
7839
|
+
"endpoints" : {
|
|
7840
|
+
"cn-north-1" : { },
|
|
7841
|
+
"cn-northwest-1" : { }
|
|
7842
|
+
}
|
|
7843
|
+
},
|
|
7829
7844
|
"fsx" : {
|
|
7830
7845
|
"endpoints" : {
|
|
7831
7846
|
"cn-north-1" : { },
|
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.490.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-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|