aws-partitions 1.425.0 → 1.426.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/lib/aws-partitions.rb +1 -5
- data/partitions.json +15 -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: 2a65a3c6399f5caeee6c5c7835f8878ac68e5fe618914c4614d8b79e429325a7
|
|
4
|
+
data.tar.gz: 1c6e7160e4eaa121ca58e27d1e4953d98740ec7087c3010b3107043d19dbf2c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b44482dde364f154ff2b278e7f41e5e59f5f67a92c991289c5544fa2c212ef811541b9ab1842ccd8ed50449bbdc8eed410d2683c16fc730cbf63acd9bfddecba
|
|
7
|
+
data.tar.gz: bbd80e56d870d3310ec893f2e32882d7d060c7bbc62c6fc6f5fcafba65d3714801da3c866d33694e13050cc4509900f90b2b18a6b3d16a6aabeab97873a927f1
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -212,11 +212,7 @@ module Aws
|
|
|
212
212
|
def defaults
|
|
213
213
|
@defaults ||= begin
|
|
214
214
|
path = File.expand_path('../../partitions.json', __FILE__)
|
|
215
|
-
defaults =
|
|
216
|
-
JSON.load(File.read(path), freeze: true)
|
|
217
|
-
else
|
|
218
|
-
JSON.parse(File.read(path))
|
|
219
|
-
end
|
|
215
|
+
defaults = JSON.parse(File.read(path), freeze: true)
|
|
220
216
|
defaults.merge('partitions' => defaults['partitions'].dup)
|
|
221
217
|
end
|
|
222
218
|
end
|
data/partitions.json
CHANGED
|
@@ -255,6 +255,21 @@
|
|
|
255
255
|
"us-west-2" : { }
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
|
+
"amplifybackend" : {
|
|
259
|
+
"endpoints" : {
|
|
260
|
+
"ap-northeast-2" : { },
|
|
261
|
+
"ap-south-1" : { },
|
|
262
|
+
"ap-southeast-1" : { },
|
|
263
|
+
"ap-southeast-2" : { },
|
|
264
|
+
"eu-central-1" : { },
|
|
265
|
+
"eu-south-1" : { },
|
|
266
|
+
"eu-west-1" : { },
|
|
267
|
+
"eu-west-2" : { },
|
|
268
|
+
"us-east-1" : { },
|
|
269
|
+
"us-east-2" : { },
|
|
270
|
+
"us-west-2" : { }
|
|
271
|
+
}
|
|
272
|
+
},
|
|
258
273
|
"api.detective" : {
|
|
259
274
|
"defaults" : {
|
|
260
275
|
"protocols" : [ "https" ]
|
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.426.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: 2021-02-
|
|
11
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|