aws-partitions 1.56.0 → 1.57.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 +21 -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: 1afe8e7fc695d52acd07ce682fc5a12d13b2897b
|
|
4
|
+
data.tar.gz: c8d8280be0773f613a040e3da60fc92a3b245e13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b230fc8e86aaea407aea7dc9f8956603e142c17eff4fe4dd6e6bb014a2a472d6f0a79f5dd3f8c443192a3f90c8ef7405a05bddf42b0ada9339a316b853128eed
|
|
7
|
+
data.tar.gz: cb4f65e94e751d9854723c4ef42f7ee8ea8247dd32d7243ad4da820c77f75d81331690b457b266cad5fb503ced90b04c2c1872674854d2ee329af191936de06f
|
data/partitions.json
CHANGED
|
@@ -180,6 +180,22 @@
|
|
|
180
180
|
"us-west-2" : { }
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
|
+
"autoscaling-plans" : {
|
|
184
|
+
"defaults" : {
|
|
185
|
+
"credentialScope" : {
|
|
186
|
+
"service" : "autoscaling-plans"
|
|
187
|
+
},
|
|
188
|
+
"hostname" : "autoscaling.{region}.amazonaws.com",
|
|
189
|
+
"protocols" : [ "http", "https" ]
|
|
190
|
+
},
|
|
191
|
+
"endpoints" : {
|
|
192
|
+
"ap-southeast-1" : { },
|
|
193
|
+
"eu-west-1" : { },
|
|
194
|
+
"us-east-1" : { },
|
|
195
|
+
"us-east-2" : { },
|
|
196
|
+
"us-west-2" : { }
|
|
197
|
+
}
|
|
198
|
+
},
|
|
183
199
|
"batch" : {
|
|
184
200
|
"endpoints" : {
|
|
185
201
|
"ap-northeast-1" : { },
|
|
@@ -2085,6 +2101,11 @@
|
|
|
2085
2101
|
"us-gov-west-1" : { }
|
|
2086
2102
|
}
|
|
2087
2103
|
},
|
|
2104
|
+
"ecs" : {
|
|
2105
|
+
"endpoints" : {
|
|
2106
|
+
"us-gov-west-1" : { }
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2088
2109
|
"elasticache" : {
|
|
2089
2110
|
"endpoints" : {
|
|
2090
2111
|
"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.57.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-01-
|
|
11
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|