aws-partitions 1.317.0 → 1.318.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 +12 -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: 66b837fab889460c08e5cdff85d83a80b798a7125fbe5bfe5309cc2413d04238
|
|
4
|
+
data.tar.gz: 6c6884a5dafa3ab543ac37496d54721ca080a4518ec403735a470943a3377113
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 921ec42543e7ad4a95069cac562633d9e758a339484fedc6b20d2cc65b066cc02ed03a5984f9dc826f48b4b113abc04107600c3b9c80dac873dd3bd2155ade9d
|
|
7
|
+
data.tar.gz: 573e2c9cf518018d37f0557da2d231817341681bbd7e8abc973dac709f9cfebc234a30e0803d20277f2105bdaf49a41c369f6da0f6b5ebf69559fa9418a1bbea
|
data/partitions.json
CHANGED
|
@@ -4516,10 +4516,22 @@
|
|
|
4516
4516
|
},
|
|
4517
4517
|
"schemas" : {
|
|
4518
4518
|
"endpoints" : {
|
|
4519
|
+
"ap-east-1" : { },
|
|
4519
4520
|
"ap-northeast-1" : { },
|
|
4521
|
+
"ap-northeast-2" : { },
|
|
4522
|
+
"ap-south-1" : { },
|
|
4523
|
+
"ap-southeast-1" : { },
|
|
4524
|
+
"ap-southeast-2" : { },
|
|
4525
|
+
"ca-central-1" : { },
|
|
4526
|
+
"eu-central-1" : { },
|
|
4527
|
+
"eu-north-1" : { },
|
|
4520
4528
|
"eu-west-1" : { },
|
|
4529
|
+
"eu-west-2" : { },
|
|
4530
|
+
"eu-west-3" : { },
|
|
4531
|
+
"sa-east-1" : { },
|
|
4521
4532
|
"us-east-1" : { },
|
|
4522
4533
|
"us-east-2" : { },
|
|
4534
|
+
"us-west-1" : { },
|
|
4523
4535
|
"us-west-2" : { }
|
|
4524
4536
|
}
|
|
4525
4537
|
},
|
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.318.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-05-
|
|
11
|
+
date: 2020-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|