aws-partitions 1.791.0 → 1.792.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edab2ffc76d40aca3bb3acfb532f34a821310494f375075c2c7aa7a5aeaac165
4
- data.tar.gz: 13e347ab46fbb92e76104e25c44d2b665bd893b17da26af68da738c82fce3c56
3
+ metadata.gz: '0993a3917ca69bf0c9b0ba1f4f9e369a18e203bb5fb77d8dfd272953bed48ebc'
4
+ data.tar.gz: 168711a9ebb2045d2a2bba1797e07b056476cadc989d3724145634b756aeb97c
5
5
  SHA512:
6
- metadata.gz: 79c1a48edee4b0ef1446e0f823f79fb3391e7dd57cebf308e257cd5007d0640dda608d8199779d1bfb9d7edfd7abb902d910b00295fe4d1df6da1a46f37e27e0
7
- data.tar.gz: ec20335a22730bb7e9f9c978bc7bcb9da69342093092ff4f9f74fe2928c74ec7a613dcc9e0a777e9c7b040659dc5a6838b831fba09931a08568460e4d21c0394
6
+ metadata.gz: fbd6e3c5949a785a4445ad02432f6aabda827d4794e11f622a37681f4873bd129c1ec9e7873e685647df3cc8362a07a65b6e928d945e061b98f10d2e7f1f3329
7
+ data.tar.gz: '091ee744b98c09713b9a5d56953f9fbc1c25c4623281b49de1d6c386136d32c76da7ae77282c4fd561b45dced3e08322ec26a1813b8210f710bce3d77b97cbf1'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.792.0 (2023-07-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.791.0 (2023-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.791.0
1
+ 1.792.0
data/partitions.json CHANGED
@@ -1461,16 +1461,20 @@
1461
1461
  "ap-northeast-2" : { },
1462
1462
  "ap-northeast-3" : { },
1463
1463
  "ap-south-1" : { },
1464
+ "ap-south-2" : { },
1464
1465
  "ap-southeast-1" : { },
1465
1466
  "ap-southeast-2" : { },
1466
1467
  "ap-southeast-3" : { },
1467
1468
  "ca-central-1" : { },
1468
1469
  "eu-central-1" : { },
1470
+ "eu-central-2" : { },
1469
1471
  "eu-north-1" : { },
1470
1472
  "eu-south-1" : { },
1473
+ "eu-south-2" : { },
1471
1474
  "eu-west-1" : { },
1472
1475
  "eu-west-2" : { },
1473
1476
  "eu-west-3" : { },
1477
+ "me-central-1" : { },
1474
1478
  "me-south-1" : { },
1475
1479
  "sa-east-1" : { },
1476
1480
  "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.791.0
4
+ version: 1.792.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-07-21 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: