aws-partitions 1.1100.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e35594853f134bdd92430e0cf2dd7d5bf35cb8448c3739d931c53aeba877b867
4
- data.tar.gz: 53717b9b2dd65eae072b343edc51daa8a2d3e5071ffcbc9a6542c63cac8266b9
3
+ metadata.gz: '08201a2c02671460d041af4422dae96823a793f8d13180227cf90addd2da1952'
4
+ data.tar.gz: 7c365b4fca7f36d3581c967e3a767e2901faa544f30ed27035a302b1a94817b9
5
5
  SHA512:
6
- metadata.gz: 35432c3714676bc4434fc898c6024d40ba1fb0dcc7f530f7f2b589ae56f0477314407f88e1f69d37c362b0a2400c5481f0d5161585102ebfa2e829c81ee644b4
7
- data.tar.gz: 0d8ab4c23b6acf23586c279298fbd0f5368dc70048e1661e44e981efcc10549c2c49d72980cb4b99f67817d6171b36aa3571abee1724c8f1252f2dfc7c40b97f
6
+ metadata.gz: '01903c620be72406821c5b8a21fc46773c8e12c365271bf5fdcd9fa4a103ceb90779dc1e51131818ffc77a2e7cbabff52abe8fa90c67b517e8106136a98381bb'
7
+ data.tar.gz: 811553cec0229987bd25b89ebdaad01235594d8bcca83305656babc9399eea984683760f28a29f22befb82696c7cbdd1d606fa852e22bf3b666f7ecbe0cb4075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1101.0 (2025-05-08)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1100.0 (2025-05-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1100.0
1
+ 1.1102.0
data/partitions.json CHANGED
@@ -2761,6 +2761,7 @@
2761
2761
  "eu-central-1" : { },
2762
2762
  "eu-west-1" : { },
2763
2763
  "eu-west-2" : { },
2764
+ "eu-west-3" : { },
2764
2765
  "fips" : {
2765
2766
  "credentialScope" : {
2766
2767
  "region" : "us-west-2"
@@ -11458,6 +11459,7 @@
11458
11459
  "ap-southeast-3" : { },
11459
11460
  "ap-southeast-4" : { },
11460
11461
  "ap-southeast-5" : { },
11462
+ "ap-southeast-7" : { },
11461
11463
  "ca-central-1" : {
11462
11464
  "variants" : [ {
11463
11465
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
@@ -11565,6 +11567,7 @@
11565
11567
  "il-central-1" : { },
11566
11568
  "me-central-1" : { },
11567
11569
  "me-south-1" : { },
11570
+ "mx-central-1" : { },
11568
11571
  "prod-ca-central-1" : {
11569
11572
  "credentialScope" : {
11570
11573
  "region" : "ca-central-1"
@@ -12429,6 +12432,7 @@
12429
12432
  "il-central-1" : { },
12430
12433
  "me-central-1" : { },
12431
12434
  "me-south-1" : { },
12435
+ "mx-central-1" : { },
12432
12436
  "sa-east-1" : { },
12433
12437
  "us-east-1" : {
12434
12438
  "variants" : [ {
@@ -24122,6 +24126,7 @@
24122
24126
  "tags" : [ "dualstack" ]
24123
24127
  } ]
24124
24128
  },
24129
+ "mx-central-1" : { },
24125
24130
  "sa-east-1" : {
24126
24131
  "variants" : [ {
24127
24132
  "hostname" : "sms-voice.sa-east-1.api.aws",
@@ -28841,6 +28846,7 @@
28841
28846
  "eu-central-1" : { },
28842
28847
  "eu-west-1" : { },
28843
28848
  "eu-west-2" : { },
28849
+ "eu-west-3" : { },
28844
28850
  "fips-us-east-1" : {
28845
28851
  "credentialScope" : {
28846
28852
  "region" : "us-east-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.1100.0
4
+ version: 1.1102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services