aws-partitions 1.554.0 → 1.557.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 +8 -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: 04bbb8e468c0c80317e210f074c881b8f689b1e1d5f0a0d69568ded149a3f425
|
|
4
|
+
data.tar.gz: 96642eb876200203c588a184ad13fb9a2c54922b54568b6ae981664c298ad8b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98aab502c4e006681c4fabf164b0d7bf49e052b8b840ecf46e2eaedbad0c30fe8b0f1af4ae4361fc3f0f7a145bcc0b921ea6e201701440f0c7bdd48ad9ca683c
|
|
7
|
+
data.tar.gz: 1ea941d2c41084cee5da4d06113720ea1aeaf89fd7b67dff4ad12f2a3544e2019dd331c3c4eb36b410b19af26cb2955e2a13e45e56dd7365c09e0452912aff34
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.557.0 (2022-02-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.556.0 (2022-02-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.555.0 (2022-02-17)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.554.0 (2022-02-10)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.557.0
|
data/partitions.json
CHANGED
|
@@ -5726,6 +5726,7 @@
|
|
|
5726
5726
|
"ap-south-1" : { },
|
|
5727
5727
|
"ap-southeast-1" : { },
|
|
5728
5728
|
"ap-southeast-2" : { },
|
|
5729
|
+
"ap-southeast-3" : { },
|
|
5729
5730
|
"ca-central-1" : { },
|
|
5730
5731
|
"eu-central-1" : { },
|
|
5731
5732
|
"eu-north-1" : { },
|
|
@@ -7887,6 +7888,7 @@
|
|
|
7887
7888
|
},
|
|
7888
7889
|
"mq" : {
|
|
7889
7890
|
"endpoints" : {
|
|
7891
|
+
"af-south-1" : { },
|
|
7890
7892
|
"ap-east-1" : { },
|
|
7891
7893
|
"ap-northeast-1" : { },
|
|
7892
7894
|
"ap-northeast-2" : { },
|
|
@@ -14781,6 +14783,12 @@
|
|
|
14781
14783
|
}
|
|
14782
14784
|
},
|
|
14783
14785
|
"ec2" : {
|
|
14786
|
+
"defaults" : {
|
|
14787
|
+
"variants" : [ {
|
|
14788
|
+
"hostname" : "ec2.{region}.{dnsSuffix}",
|
|
14789
|
+
"tags" : [ "fips" ]
|
|
14790
|
+
} ]
|
|
14791
|
+
},
|
|
14784
14792
|
"endpoints" : {
|
|
14785
14793
|
"us-gov-east-1" : {
|
|
14786
14794
|
"credentialScope" : {
|
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.557.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-02-
|
|
11
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|