aws-partitions 1.1101.0 → 1.1102.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 +2 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a606aa8ab7358d72c2f0cb469e7e971897ef096b6a66a6771621d99f2617b156
4
- data.tar.gz: b900c23a4960609d4168f8a86070bbad661b37cf4ffb9e0b544072fd7c95265b
3
+ metadata.gz: '08201a2c02671460d041af4422dae96823a793f8d13180227cf90addd2da1952'
4
+ data.tar.gz: 7c365b4fca7f36d3581c967e3a767e2901faa544f30ed27035a302b1a94817b9
5
5
  SHA512:
6
- metadata.gz: 36f4f14666338376bed2534f68cfa57f66478c3c4c05e6d89015846038b53b887d31b6039d1420609ae829b9adc9885cb9acf25e7c82c4ca9a848f58ae556717
7
- data.tar.gz: 3f84287a7c8fd4093c23d1eadf6f53d272e90ba27ec59cd28576fc9f3760787606966dd2b101a6ebd20bfffac758a5f7cf7a739ff71e4f9110b408c61fd67db8
6
+ metadata.gz: '01903c620be72406821c5b8a21fc46773c8e12c365271bf5fdcd9fa4a103ceb90779dc1e51131818ffc77a2e7cbabff52abe8fa90c67b517e8106136a98381bb'
7
+ data.tar.gz: 811553cec0229987bd25b89ebdaad01235594d8bcca83305656babc9399eea984683760f28a29f22befb82696c7cbdd1d606fa852e22bf3b666f7ecbe0cb4075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1102.0 (2025-05-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1101.0 (2025-05-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1101.0
1
+ 1.1102.0
data/partitions.json CHANGED
@@ -11459,6 +11459,7 @@
11459
11459
  "ap-southeast-3" : { },
11460
11460
  "ap-southeast-4" : { },
11461
11461
  "ap-southeast-5" : { },
11462
+ "ap-southeast-7" : { },
11462
11463
  "ca-central-1" : {
11463
11464
  "variants" : [ {
11464
11465
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
@@ -11566,6 +11567,7 @@
11566
11567
  "il-central-1" : { },
11567
11568
  "me-central-1" : { },
11568
11569
  "me-south-1" : { },
11570
+ "mx-central-1" : { },
11569
11571
  "prod-ca-central-1" : {
11570
11572
  "credentialScope" : {
11571
11573
  "region" : "ca-central-1"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1101.0
4
+ version: 1.1102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services