aws-partitions 1.692.0 → 1.694.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +2 -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: 1df5940eea8877f881f6e6de8464483eb8f4172db87f7dd54019d4d2a0f76c2f
|
|
4
|
+
data.tar.gz: a58da6a93b901dd8478190f39b95a58fac8131414ebc73042177bff835d6be4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40befc971d7db34d8ce29ab601c3e231dbae1e2a2b58af423dafaf21c6e6c44992c60e355a0fc5f9fc15411123fc9d6d158bda83ff7e9523a758a070cb98e3ac
|
|
7
|
+
data.tar.gz: 68a3f0df9aa04f57578b00154aabd5e53245637d5144ae48b4d14b385ab5398980c4fac23f796ef90944937c219cd6c5d7469dcc03f701c6883f81360cdcf02d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.694.0 (2023-01-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.693.0 (2023-01-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.692.0 (2023-01-12)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.694.0
|
data/partitions.json
CHANGED
|
@@ -2069,6 +2069,7 @@
|
|
|
2069
2069
|
"eu-west-1" : { },
|
|
2070
2070
|
"eu-west-2" : { },
|
|
2071
2071
|
"eu-west-3" : { },
|
|
2072
|
+
"me-central-1" : { },
|
|
2072
2073
|
"me-south-1" : { },
|
|
2073
2074
|
"sa-east-1" : { },
|
|
2074
2075
|
"us-east-1" : { },
|
|
@@ -13190,6 +13191,7 @@
|
|
|
13190
13191
|
"deprecated" : true,
|
|
13191
13192
|
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
|
|
13192
13193
|
},
|
|
13194
|
+
"me-central-1" : { },
|
|
13193
13195
|
"me-south-1" : { },
|
|
13194
13196
|
"sa-east-1" : { },
|
|
13195
13197
|
"us-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.694.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: 2023-01-
|
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|