aws-partitions 1.1002.0 → 1.1003.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: a8dd473d48cca3b4167be401bf5a97d97af1cfbba2184d6063fe2ec7d420bb30
4
- data.tar.gz: b72d1d675033b53316022309fae60bb4a8040d36a8b4eb585fbf5d3366756bc1
3
+ metadata.gz: 478be86da8d3c7f11af5dc14a15b6cda9962d8bd9086928162710d2fa58331dc
4
+ data.tar.gz: 2bc184d02b0ff86adfcef035416189a981dec0f4565d5885ffec1a4033f82a64
5
5
  SHA512:
6
- metadata.gz: 7870bfcad6b1938bdae8a0e2ad1402b85f8e0da29434bfe1690bb9d61685f4a8575ce84f18f3c3a7651ad0bfe8c523785b0a1f56339e89dea24e10da5324901a
7
- data.tar.gz: d9c6f6acade126254283f3222581d97b9bac7c54f4100de24893b92ada82ac1408083a684d7fedd39e2af9ec533af25688cc31374b0b2a0482ee11157981ec56
6
+ metadata.gz: 8cbdf8ca5e33558acbeeb3078023557d624eb4b71a001d556af25c7b15d74282b58db20f9eabef8b00461b25050701ab43714f99999698d7f07ee71914612cc4
7
+ data.tar.gz: 01543317007e0cfa15a255a87c9435ef28b012928a4ddd21ed0976594f78cd705eec1b9481a993028021c4084007e3f5076e7a0bb26b0b316b6ca288f451147a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1003.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1002.0 (2024-11-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1002.0
1
+ 1.1003.0
data/partitions.json CHANGED
@@ -6344,6 +6344,7 @@
6344
6344
  "ap-southeast-2" : { },
6345
6345
  "ap-southeast-3" : { },
6346
6346
  "ap-southeast-4" : { },
6347
+ "ap-southeast-5" : { },
6347
6348
  "ca-central-1" : {
6348
6349
  "variants" : [ {
6349
6350
  "hostname" : "ds-fips.ca-central-1.amazonaws.com",
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.1002.0
4
+ version: 1.1003.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: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: