aws-partitions 1.558.0 → 1.561.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +23 -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: c76e03066809c6e7193632cbd1ec092934698b3cd6cbed1006af4bf1e89b1375
|
|
4
|
+
data.tar.gz: c05b3631e8502a30e05e2280d7e01a3150634929bd882db1f5e4879f76bc31da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 665c937e31042537ffa7e1eff2b1c9e1d9d9b9b4c663c64d4736f2a2e9fa49aa1329ee9309706496eedc2183fac13a5fbdbbce46f7b2ddbd66af3f171c0d8476
|
|
7
|
+
data.tar.gz: 6fdd28e47340187669ddaab9800d626e1429a8ad26583114ddb8e167d58f0082d255eb86cbec6f00e48879091c95fc7bc87e8eb878025b6449a708250f99f6a4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.561.0 (2022-03-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.560.0 (2022-02-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.559.0 (2022-02-25)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.558.0 (2022-02-23)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.561.0
|
data/partitions.json
CHANGED
|
@@ -426,6 +426,27 @@
|
|
|
426
426
|
"us-west-2" : { }
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
"amplifyuibuilder" : {
|
|
430
|
+
"endpoints" : {
|
|
431
|
+
"ap-northeast-1" : { },
|
|
432
|
+
"ap-northeast-2" : { },
|
|
433
|
+
"ap-south-1" : { },
|
|
434
|
+
"ap-southeast-1" : { },
|
|
435
|
+
"ap-southeast-2" : { },
|
|
436
|
+
"ca-central-1" : { },
|
|
437
|
+
"eu-central-1" : { },
|
|
438
|
+
"eu-north-1" : { },
|
|
439
|
+
"eu-west-1" : { },
|
|
440
|
+
"eu-west-2" : { },
|
|
441
|
+
"eu-west-3" : { },
|
|
442
|
+
"me-south-1" : { },
|
|
443
|
+
"sa-east-1" : { },
|
|
444
|
+
"us-east-1" : { },
|
|
445
|
+
"us-east-2" : { },
|
|
446
|
+
"us-west-1" : { },
|
|
447
|
+
"us-west-2" : { }
|
|
448
|
+
}
|
|
449
|
+
},
|
|
429
450
|
"api.detective" : {
|
|
430
451
|
"defaults" : {
|
|
431
452
|
"protocols" : [ "https" ]
|
|
@@ -1578,6 +1599,7 @@
|
|
|
1578
1599
|
},
|
|
1579
1600
|
"braket" : {
|
|
1580
1601
|
"endpoints" : {
|
|
1602
|
+
"eu-west-2" : { },
|
|
1581
1603
|
"us-east-1" : { },
|
|
1582
1604
|
"us-west-1" : { },
|
|
1583
1605
|
"us-west-2" : { }
|
|
@@ -7984,6 +8006,7 @@
|
|
|
7984
8006
|
"ap-south-1" : { },
|
|
7985
8007
|
"ap-southeast-1" : { },
|
|
7986
8008
|
"ap-southeast-2" : { },
|
|
8009
|
+
"ap-southeast-3" : { },
|
|
7987
8010
|
"ca-central-1" : { },
|
|
7988
8011
|
"eu-central-1" : { },
|
|
7989
8012
|
"eu-north-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.561.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: 2022-
|
|
11
|
+
date: 2022-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|