aws-partitions 1.335.0 → 1.336.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 +11 -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: 10b9137837b350017fae72708aa185fdf18b89fefba71b004d4f9722fc78e970
|
|
4
|
+
data.tar.gz: 6d348ee240536bbd54272252f04add775cd9fb023d7b26d350952488e6c94bb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58100ad6dd3d66e0b396cb5346b523820195fdb45cffb2c2e1d66b1849f5843af477ecf7ba588f7400ee4139c7f8dcfedbe570ac53877ad47df209a2b664305a
|
|
7
|
+
data.tar.gz: 0bb5fa0daf3226c8c59d5d96c9d8ab6839d2cefc41b84fe7c050a1ddf9b2373345dd5604972e59a5ea42f32c5d484f501f54060a054625267d8751de65547740
|
data/partitions.json
CHANGED
|
@@ -2804,6 +2804,11 @@
|
|
|
2804
2804
|
"us-east-1" : { }
|
|
2805
2805
|
}
|
|
2806
2806
|
},
|
|
2807
|
+
"honeycode" : {
|
|
2808
|
+
"endpoints" : {
|
|
2809
|
+
"us-west-2" : { }
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2807
2812
|
"iam" : {
|
|
2808
2813
|
"endpoints" : {
|
|
2809
2814
|
"aws-global" : {
|
|
@@ -6793,6 +6798,12 @@
|
|
|
6793
6798
|
"us-gov-west-1" : { }
|
|
6794
6799
|
}
|
|
6795
6800
|
},
|
|
6801
|
+
"backup" : {
|
|
6802
|
+
"endpoints" : {
|
|
6803
|
+
"us-gov-east-1" : { },
|
|
6804
|
+
"us-gov-west-1" : { }
|
|
6805
|
+
}
|
|
6806
|
+
},
|
|
6796
6807
|
"batch" : {
|
|
6797
6808
|
"endpoints" : {
|
|
6798
6809
|
"fips-us-gov-east-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.336.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-06-
|
|
11
|
+
date: 2020-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|