aws-partitions 1.345.0 → 1.346.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/partitions.json +3 -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: 1da3d1eded58ed5aad19a806b2c1260a1656d61ef2c9bdc738d92c4e2efe8472
|
|
4
|
+
data.tar.gz: 32a53a35a1f09e497c269798c087fbc919cd4c777997369260df4ccc5a0623d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83f795088855faf9d50303a04c2fd3403a0f76ca9f5897048444de082df87bde4ae3a55f08702c30d086598aed58856bf4ba604e026790c6f5eba43ec71efdd3
|
|
7
|
+
data.tar.gz: 917f7560ef6bc85d6b16aefff28846efabe9b1e53ed248e54db2661afcfc044deb0ffeef2d585d6d0def08f91012ed8dcfb9d850b2a473021b6f7fc25641ce78
|
data/partitions.json
CHANGED
|
@@ -889,6 +889,7 @@
|
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
"endpoints" : {
|
|
892
|
+
"af-south-1" : { },
|
|
892
893
|
"ap-east-1" : { },
|
|
893
894
|
"ap-northeast-1" : { },
|
|
894
895
|
"ap-northeast-2" : { },
|
|
@@ -898,6 +899,7 @@
|
|
|
898
899
|
"ca-central-1" : { },
|
|
899
900
|
"eu-central-1" : { },
|
|
900
901
|
"eu-north-1" : { },
|
|
902
|
+
"eu-south-1" : { },
|
|
901
903
|
"eu-west-1" : { },
|
|
902
904
|
"eu-west-2" : { },
|
|
903
905
|
"eu-west-3" : { },
|
|
@@ -2603,6 +2605,7 @@
|
|
|
2603
2605
|
"eu-north-1" : { },
|
|
2604
2606
|
"eu-west-1" : { },
|
|
2605
2607
|
"eu-west-2" : { },
|
|
2608
|
+
"eu-west-3" : { },
|
|
2606
2609
|
"us-east-1" : { },
|
|
2607
2610
|
"us-east-2" : { },
|
|
2608
2611
|
"us-west-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.346.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: 2020-07-
|
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|