aws-partitions 1.1007.0 → 1.1008.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: b985c0ab2c5ba9c4420a7befb9fb5cd11a40af0b787a7a3b149901124b5f1f4b
4
- data.tar.gz: 24b4ce49a8a1d5cb35d3999c238a1b6140d27af6a597af656e45c08938b43378
3
+ metadata.gz: 1d9ab92db705ed43844245575ac374ac4d096809f6fbb9ecc06d2b8f9e0f5085
4
+ data.tar.gz: 3e288dd649b60af08c68da6c79996cd8ced66fc5f2e963a3313725cb899aced6
5
5
  SHA512:
6
- metadata.gz: c401666cbdb5d741f2456cb37b205608555487a0014654171294d89dd98e525cf4d4ec62895511a5a7f926cbbc47ca5a0c59b8d291936497f2b905a6ec05689f
7
- data.tar.gz: 309d10d81be23951f60f2951d32e650c1e3788c0ed5046373791da3f5ba2a563940ad9ec32c51bf13c5c90df3e1f66877ac2f3a40a553bd070a4d0523a656e25
6
+ metadata.gz: c075d3fa45a55fbbc4f563a39e4b79174b64389ea54bc28a2aaf6b8ac26e3e230eabab0a26f2eb2d013d4c8052e81b606a05c940bab0faa48169deb6768e61e6
7
+ data.tar.gz: 5b05da8ec3ea2ef9b0227306674c556e20ad0f93c8ba05f12029a2844e9f4c727914f77756281cb916b072c9ecf0b62ca9e67d693922a833a12af49884ac1c03
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1008.0 (2024-11-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1007.0 (2024-11-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1007.0
1
+ 1.1008.0
data/partitions.json CHANGED
@@ -12057,6 +12057,7 @@
12057
12057
  "ap-southeast-2" : { },
12058
12058
  "ap-southeast-3" : { },
12059
12059
  "ap-southeast-4" : { },
12060
+ "ap-southeast-5" : { },
12060
12061
  "ca-central-1" : { },
12061
12062
  "ca-west-1" : { },
12062
12063
  "eu-central-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.1007.0
4
+ version: 1.1008.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-14 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: