aws-partitions 1.1004.0 → 1.1005.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: 25d6e1a44063a1b145fe17222c1cbd5e2960cb54d316457f70e6613f5e960716
4
- data.tar.gz: 48310075a2ed1ad74d433515c6f280621d476d8fe6de0409c356d7a35860878a
3
+ metadata.gz: 4b36ca95eb7c0eaf889863bdd393e54940dc83e992fc15dc41aec4e9b1abc0a8
4
+ data.tar.gz: d4d19649370adb26f7cdeef94a78ec5c043fb52247d4dd9598123b6fd01b7d20
5
5
  SHA512:
6
- metadata.gz: fa05d1d0ba97dbf06b941749761bc6e8018b371be6ef7660f48ecefac9a090470cdcb08d4c07900423fb5a2184f3dba60fea628dbf0a4b8ad8c6d8f48811f804
7
- data.tar.gz: b47b71972cf0b97137d8ca8b346fda6e81770672ab4b3f1217920f77552515b1cc3061e3824d16c3588272ba209a59421821e1a60d2177fd471dd81e75dc6836
6
+ metadata.gz: 2ceb20a0f9c62b0a4de0963486d6a80da5fc6c2bdc3249d636bbb9f0931e4bf53b86365d39d0b8230c93fc9d01170c6bbaa1db979c7a7dbf695c1a3c76ee3c13
7
+ data.tar.gz: c8c66757e3a079c911b83ff50dc8f732e3bed4de352d1da671ec21600c3bcfbad9141fb20512244d2ec134b1ffb1a82d515ee1dda4fdfe203f08d2e0aabd5585
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1005.0 (2024-11-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1004.0 (2024-11-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1004.0
1
+ 1.1005.0
data/partitions.json CHANGED
@@ -11528,6 +11528,7 @@
11528
11528
  "ap-southeast-2" : { },
11529
11529
  "ap-southeast-3" : { },
11530
11530
  "ap-southeast-4" : { },
11531
+ "ap-southeast-5" : { },
11531
11532
  "ca-central-1" : {
11532
11533
  "variants" : [ {
11533
11534
  "hostname" : "kinesisanalytics-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.1004.0
4
+ version: 1.1005.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-11 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: