aws-partitions 1.59.0 → 1.60.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 +14 -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: a4283e97f5f19367ab0ca84291be202f10862def
|
|
4
|
+
data.tar.gz: e7a2476489f2966202ef5c7c1a7136cd00b505d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5b5a7b50d9c27b8acf5db173785d350bce7437ff3715cc1016cad0235f792f124d0ec427aa0c05513e3b2d7dae536898949ef49b0add520a56867f63248b1d5
|
|
7
|
+
data.tar.gz: 33a58e0e7a912c41da5ccc14205d98690abfd9ab60f2ecd0ec1693f056a730e8ca359c0c37ec50d57934be7cf9a09067ca754b607682b869dec24648453f2fe8
|
data/partitions.json
CHANGED
|
@@ -1002,6 +1002,15 @@
|
|
|
1002
1002
|
"us-west-2" : { }
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
|
+
"kinesisvideo" : {
|
|
1006
|
+
"endpoints" : {
|
|
1007
|
+
"ap-northeast-1" : { },
|
|
1008
|
+
"eu-central-1" : { },
|
|
1009
|
+
"eu-west-1" : { },
|
|
1010
|
+
"us-east-1" : { },
|
|
1011
|
+
"us-west-2" : { }
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1005
1014
|
"kms" : {
|
|
1006
1015
|
"endpoints" : {
|
|
1007
1016
|
"ap-northeast-1" : { },
|
|
@@ -2111,6 +2120,11 @@
|
|
|
2111
2120
|
"us-gov-west-1" : { }
|
|
2112
2121
|
}
|
|
2113
2122
|
},
|
|
2123
|
+
"ecr" : {
|
|
2124
|
+
"endpoints" : {
|
|
2125
|
+
"us-gov-west-1" : { }
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2114
2128
|
"ecs" : {
|
|
2115
2129
|
"endpoints" : {
|
|
2116
2130
|
"us-gov-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.60.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: 2018-02-
|
|
11
|
+
date: 2018-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|