aws-partitions 1.693.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63123df247e4e583860ec793240d959df7fb3e7288d24e3373a2725e1a9d0fd6
4
- data.tar.gz: 41faada3734e74028b963cf6f922fded46feba95bda4690f31ed8b11ff109e12
3
+ metadata.gz: 1df5940eea8877f881f6e6de8464483eb8f4172db87f7dd54019d4d2a0f76c2f
4
+ data.tar.gz: a58da6a93b901dd8478190f39b95a58fac8131414ebc73042177bff835d6be4c
5
5
  SHA512:
6
- metadata.gz: 3c9f7bcc4b48f37486d95a7e5ddc59eb14b487ee9486cc97c16f117c5e0cb3f38166c654931d59a6cd62987a7339d2a1591e57ee81988b89adc9c774c9b0629f
7
- data.tar.gz: dd828b64be4ba70bd394d2ab0c4577c94292b0bbf32d1990f4f082bf622a30a344d619e9941b8bb5c76d1032ae4d28cd784b0b0c03bd1bfcd57e0e82e552806c
6
+ metadata.gz: 40befc971d7db34d8ce29ab601c3e231dbae1e2a2b58af423dafaf21c6e6c44992c60e355a0fc5f9fc15411123fc9d6d158bda83ff7e9523a758a070cb98e3ac
7
+ data.tar.gz: 68a3f0df9aa04f57578b00154aabd5e53245637d5144ae48b4d14b385ab5398980c4fac23f796ef90944937c219cd6c5d7469dcc03f701c6883f81360cdcf02d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.693.0 (2023-01-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.693.0
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" : { },
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.693.0
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-13 00:00:00.000000000 Z
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: