aws-partitions 1.552.0 → 1.553.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 +7 -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: 137607186d0d2fc55678c051f8433a8be7cebd7ad0d4cdf62b49a398530d4ffd
|
|
4
|
+
data.tar.gz: 9a4aa2943aea05f8d7247e384b604fc0e50a2c2b5d34677e2b12a67ad5078efc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43ca6b862995bde49004f92de13cedb78ebef1380cc36a382d84edc07509b7993e3f0b5bbb0e27077d7b301a42d1a6909be81e0d45e799152609e2339728a804
|
|
7
|
+
data.tar.gz: 5cfc277a23e8c9763c5bcf2e3376a6f3a2c3c2f46e4a92c51ba0534708f0c0725d960cbf32b78168e20ae435f6483bfc4a72bb38fbb7c32bd6d353c816c5c1c9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.553.0
|
data/partitions.json
CHANGED
|
@@ -2676,6 +2676,7 @@
|
|
|
2676
2676
|
},
|
|
2677
2677
|
"connect" : {
|
|
2678
2678
|
"endpoints" : {
|
|
2679
|
+
"af-south-1" : { },
|
|
2679
2680
|
"ap-northeast-1" : { },
|
|
2680
2681
|
"ap-northeast-2" : { },
|
|
2681
2682
|
"ap-southeast-1" : { },
|
|
@@ -12989,6 +12990,12 @@
|
|
|
12989
12990
|
"cn-northwest-1" : { }
|
|
12990
12991
|
}
|
|
12991
12992
|
},
|
|
12993
|
+
"codepipeline" : {
|
|
12994
|
+
"endpoints" : {
|
|
12995
|
+
"cn-north-1" : { },
|
|
12996
|
+
"cn-northwest-1" : { }
|
|
12997
|
+
}
|
|
12998
|
+
},
|
|
12992
12999
|
"cognito-identity" : {
|
|
12993
13000
|
"endpoints" : {
|
|
12994
13001
|
"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.553.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-02-
|
|
11
|
+
date: 2022-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|