aws-partitions 1.552.0 → 1.556.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 +20 -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: 2404c806cfe5a87335058759609681872289d391696d8f56c8d6e9a9a291e81f
|
|
4
|
+
data.tar.gz: 5a5b735b50ba9567b26ff99500d9ba60eea26514ac67d65fb1e8d2e6b88e9938
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eefb6df443ed539b9f447dbc95a9397788d6d5c81f11b3eb277ce45caf2d55f6f1611a3108a5beb74f9d10726f697ff1925f954ffa13833757aa51eee0fbc48b
|
|
7
|
+
data.tar.gz: adea1b99c0afae64a88435992d025918dbfca191003988bcef7377310a98d5d886d25a893242664a720045d287baed8a94d9dd00fe5d6c3b7efb5a40f66b2352
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.556.0 (2022-02-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.555.0 (2022-02-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.554.0 (2022-02-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.553.0 (2022-02-04)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.552.0 (2022-02-03)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.556.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" : { },
|
|
@@ -5725,6 +5726,7 @@
|
|
|
5725
5726
|
"ap-south-1" : { },
|
|
5726
5727
|
"ap-southeast-1" : { },
|
|
5727
5728
|
"ap-southeast-2" : { },
|
|
5729
|
+
"ap-southeast-3" : { },
|
|
5728
5730
|
"ca-central-1" : { },
|
|
5729
5731
|
"eu-central-1" : { },
|
|
5730
5732
|
"eu-north-1" : { },
|
|
@@ -7886,6 +7888,7 @@
|
|
|
7886
7888
|
},
|
|
7887
7889
|
"mq" : {
|
|
7888
7890
|
"endpoints" : {
|
|
7891
|
+
"af-south-1" : { },
|
|
7889
7892
|
"ap-east-1" : { },
|
|
7890
7893
|
"ap-northeast-1" : { },
|
|
7891
7894
|
"ap-northeast-2" : { },
|
|
@@ -12045,6 +12048,7 @@
|
|
|
12045
12048
|
"ap-east-1" : { },
|
|
12046
12049
|
"ap-northeast-1" : { },
|
|
12047
12050
|
"ap-northeast-2" : { },
|
|
12051
|
+
"ap-northeast-3" : { },
|
|
12048
12052
|
"ap-south-1" : { },
|
|
12049
12053
|
"ap-southeast-1" : { },
|
|
12050
12054
|
"ap-southeast-2" : { },
|
|
@@ -12989,6 +12993,12 @@
|
|
|
12989
12993
|
"cn-northwest-1" : { }
|
|
12990
12994
|
}
|
|
12991
12995
|
},
|
|
12996
|
+
"codepipeline" : {
|
|
12997
|
+
"endpoints" : {
|
|
12998
|
+
"cn-north-1" : { },
|
|
12999
|
+
"cn-northwest-1" : { }
|
|
13000
|
+
}
|
|
13001
|
+
},
|
|
12992
13002
|
"cognito-identity" : {
|
|
12993
13003
|
"endpoints" : {
|
|
12994
13004
|
"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.556.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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|