aws-partitions 1.761.0 → 1.763.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +10 -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: 1005b521c5c23865faf4bdf588dd44816521167444fc8312f435328941669869
|
|
4
|
+
data.tar.gz: e80ece347587ca70a214f7d5a2f5dfe4ccc69b19054d84dc62b8f5927539bc3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5dad32fe7bc1eccbfd526e0bcfb062cd74c565e2fe54a0499e81491b01c36d1890a314c1cbf83c9ecd6cbc814f23b823c42023523aa98fa24fd4aa69e92623f
|
|
7
|
+
data.tar.gz: 6ddec22c8efecb39bf5534a0f73311b6039e71fb0d9d57929ab40bccde03a5eb74e2fd633db2fcbdb1d974cbd18ef44b64bcf7fafc98b76c27350f61fcf6020f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.763.0 (2023-05-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.762.0 (2023-05-09)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.761.0 (2023-05-08)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.763.0
|
data/partitions.json
CHANGED
|
@@ -1817,12 +1817,16 @@
|
|
|
1817
1817
|
},
|
|
1818
1818
|
"endpoints" : {
|
|
1819
1819
|
"ap-northeast-1" : { },
|
|
1820
|
+
"ap-northeast-2" : { },
|
|
1821
|
+
"ap-south-1" : { },
|
|
1820
1822
|
"ap-southeast-1" : { },
|
|
1821
1823
|
"ap-southeast-2" : { },
|
|
1822
1824
|
"eu-central-1" : { },
|
|
1823
1825
|
"eu-north-1" : { },
|
|
1824
1826
|
"eu-west-1" : { },
|
|
1825
1827
|
"eu-west-2" : { },
|
|
1828
|
+
"eu-west-3" : { },
|
|
1829
|
+
"sa-east-1" : { },
|
|
1826
1830
|
"us-east-1" : { },
|
|
1827
1831
|
"us-east-2" : { },
|
|
1828
1832
|
"us-west-2" : { }
|
|
@@ -18012,6 +18016,12 @@
|
|
|
18012
18016
|
"cn-northwest-1" : { }
|
|
18013
18017
|
}
|
|
18014
18018
|
},
|
|
18019
|
+
"emr-serverless" : {
|
|
18020
|
+
"endpoints" : {
|
|
18021
|
+
"cn-north-1" : { },
|
|
18022
|
+
"cn-northwest-1" : { }
|
|
18023
|
+
}
|
|
18024
|
+
},
|
|
18015
18025
|
"es" : {
|
|
18016
18026
|
"endpoints" : {
|
|
18017
18027
|
"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.763.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: 2023-05-
|
|
11
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|