aws-partitions 1.171.0 → 1.172.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 +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6a995d28cf5333ffd72b1f5a25e574cbbb39178
|
|
4
|
+
data.tar.gz: 5a0c5fba86eda2b4790a2cdb7c2987da0fd7882d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a3bf2eb8b4bc14540862ef4b75dcf36cd01b70cf87cbbd0dacb37d32de2cf5f9b72f9b1837a4b567bf4344597e3e5175e74560d593e3966963be8f1f4dc6e8a
|
|
7
|
+
data.tar.gz: 9c06c4f963a69a9a8a7da4699da54437a2598d61947c589ba781820dc3438576bec880fdd918e85579667236168d7383048db61e1021f7b5d92702dd899abe4a
|
data/partitions.json
CHANGED
|
@@ -442,6 +442,16 @@
|
|
|
442
442
|
"us-west-2" : { }
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
|
+
"backup" : {
|
|
446
|
+
"endpoints" : {
|
|
447
|
+
"ap-southeast-2" : { },
|
|
448
|
+
"eu-central-1" : { },
|
|
449
|
+
"eu-west-1" : { },
|
|
450
|
+
"us-east-1" : { },
|
|
451
|
+
"us-east-2" : { },
|
|
452
|
+
"us-west-2" : { }
|
|
453
|
+
}
|
|
454
|
+
},
|
|
445
455
|
"batch" : {
|
|
446
456
|
"endpoints" : {
|
|
447
457
|
"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.172.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: 2019-06-
|
|
11
|
+
date: 2019-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|