aws-partitions 1.600.0 → 1.601.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 +0 -15
- 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: 5e0254d229869bad780d12e628b10364200efc0a50a38ffb6508d2a70f45c0c5
|
|
4
|
+
data.tar.gz: 890bac5b911d50e3ab2c9de2e7b9199b30cb5931a1c28ca5741a480d92566d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8d7d19bf4c7256db60ea7829aee653c54adae3046c6714898824526040e164db078a6d01bc4e65b43d5eb497251a4b54c7076ce53c7ce0f97d6096a906b14c7
|
|
7
|
+
data.tar.gz: 18dba5328500bd8c9152d063867db7db9a47f09844209f3af2c1366ebb879cb9776a0b4594820f0c07e849a076512db7adc9582c8f994d51b74648b23ee25a6c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.601.0
|
data/partitions.json
CHANGED
|
@@ -9815,21 +9815,6 @@
|
|
|
9815
9815
|
}
|
|
9816
9816
|
}
|
|
9817
9817
|
},
|
|
9818
|
-
"redshift-serverless" : {
|
|
9819
|
-
"endpoints" : {
|
|
9820
|
-
"ap-northeast-1" : { },
|
|
9821
|
-
"ap-northeast-2" : { },
|
|
9822
|
-
"ap-southeast-1" : { },
|
|
9823
|
-
"ap-southeast-2" : { },
|
|
9824
|
-
"eu-central-1" : { },
|
|
9825
|
-
"eu-north-1" : { },
|
|
9826
|
-
"eu-west-1" : { },
|
|
9827
|
-
"eu-west-2" : { },
|
|
9828
|
-
"us-east-1" : { },
|
|
9829
|
-
"us-east-2" : { },
|
|
9830
|
-
"us-west-2" : { }
|
|
9831
|
-
}
|
|
9832
|
-
},
|
|
9833
9818
|
"rekognition" : {
|
|
9834
9819
|
"endpoints" : {
|
|
9835
9820
|
"ap-northeast-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.601.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: 2022-06-
|
|
11
|
+
date: 2022-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|