aws-partitions 1.480.0 → 1.481.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +30 -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: 885a7e78a81e47de088f491d2431321b740a2af497eecf436fe1733a39722c3e
|
4
|
+
data.tar.gz: 5283b1ead9ad82ed5ee925111d42c8026d3a3f34a24e4455edb5d98b0ddc4b84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5ac7caf4832b90c71e06ca68244d1f1d0fda2450a33dbb9f0dc5176b6a06f7c9976e637c2d2a39855b5f6178e711f89b1ffbe2c58dd90a81f06cac25ebae46f
|
7
|
+
data.tar.gz: b601ea7f27d4cc53ca4cdb7cf63b3feba341e0e4de185bcb75bee090708a7c1b83aff7abc2d6748c80f5b90ac6477a9ceeb61f104900a8f7492f36df1dd1f9dc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.481.0
|
data/partitions.json
CHANGED
@@ -261,6 +261,29 @@
|
|
261
261
|
"us-west-2" : { }
|
262
262
|
}
|
263
263
|
},
|
264
|
+
"amplify" : {
|
265
|
+
"endpoints" : {
|
266
|
+
"ap-east-1" : { },
|
267
|
+
"ap-northeast-1" : { },
|
268
|
+
"ap-northeast-2" : { },
|
269
|
+
"ap-south-1" : { },
|
270
|
+
"ap-southeast-1" : { },
|
271
|
+
"ap-southeast-2" : { },
|
272
|
+
"ca-central-1" : { },
|
273
|
+
"eu-central-1" : { },
|
274
|
+
"eu-north-1" : { },
|
275
|
+
"eu-south-1" : { },
|
276
|
+
"eu-west-1" : { },
|
277
|
+
"eu-west-2" : { },
|
278
|
+
"eu-west-3" : { },
|
279
|
+
"me-south-1" : { },
|
280
|
+
"sa-east-1" : { },
|
281
|
+
"us-east-1" : { },
|
282
|
+
"us-east-2" : { },
|
283
|
+
"us-west-1" : { },
|
284
|
+
"us-west-2" : { }
|
285
|
+
}
|
286
|
+
},
|
264
287
|
"amplifybackend" : {
|
265
288
|
"endpoints" : {
|
266
289
|
"ap-northeast-1" : { },
|
@@ -1789,6 +1812,7 @@
|
|
1789
1812
|
"ap-east-1" : { },
|
1790
1813
|
"ap-northeast-1" : { },
|
1791
1814
|
"ap-northeast-2" : { },
|
1815
|
+
"ap-northeast-3" : { },
|
1792
1816
|
"ap-south-1" : { },
|
1793
1817
|
"ap-southeast-1" : { },
|
1794
1818
|
"ap-southeast-2" : { },
|
@@ -7570,6 +7594,7 @@
|
|
7570
7594
|
},
|
7571
7595
|
"dax" : {
|
7572
7596
|
"endpoints" : {
|
7597
|
+
"cn-north-1" : { },
|
7573
7598
|
"cn-northwest-1" : { }
|
7574
7599
|
}
|
7575
7600
|
},
|
@@ -10253,6 +10278,11 @@
|
|
10253
10278
|
"us-iso-east-1" : { }
|
10254
10279
|
}
|
10255
10280
|
},
|
10281
|
+
"license-manager" : {
|
10282
|
+
"endpoints" : {
|
10283
|
+
"us-iso-east-1" : { }
|
10284
|
+
}
|
10285
|
+
},
|
10256
10286
|
"logs" : {
|
10257
10287
|
"endpoints" : {
|
10258
10288
|
"us-iso-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.481.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-07-
|
11
|
+
date: 2021-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|