aws-partitions 1.1100.0 → 1.1101.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 +4 -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: a606aa8ab7358d72c2f0cb469e7e971897ef096b6a66a6771621d99f2617b156
4
+ data.tar.gz: b900c23a4960609d4168f8a86070bbad661b37cf4ffb9e0b544072fd7c95265b
5
5
  SHA512:
6
- metadata.gz: 35432c3714676bc4434fc898c6024d40ba1fb0dcc7f530f7f2b589ae56f0477314407f88e1f69d37c362b0a2400c5481f0d5161585102ebfa2e829c81ee644b4
7
- data.tar.gz: 0d8ab4c23b6acf23586c279298fbd0f5368dc70048e1661e44e981efcc10549c2c49d72980cb4b99f67817d6171b36aa3571abee1724c8f1252f2dfc7c40b97f
6
+ metadata.gz: 36f4f14666338376bed2534f68cfa57f66478c3c4c05e6d89015846038b53b887d31b6039d1420609ae829b9adc9885cb9acf25e7c82c4ca9a848f58ae556717
7
+ data.tar.gz: 3f84287a7c8fd4093c23d1eadf6f53d272e90ba27ec59cd28576fc9f3760787606966dd2b101a6ebd20bfffac758a5f7cf7a739ff71e4f9110b408c61fd67db8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1101.0 (2025-05-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1100.0 (2025-05-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1100.0
1
+ 1.1101.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"
@@ -12429,6 +12430,7 @@
12429
12430
  "il-central-1" : { },
12430
12431
  "me-central-1" : { },
12431
12432
  "me-south-1" : { },
12433
+ "mx-central-1" : { },
12432
12434
  "sa-east-1" : { },
12433
12435
  "us-east-1" : {
12434
12436
  "variants" : [ {
@@ -24122,6 +24124,7 @@
24122
24124
  "tags" : [ "dualstack" ]
24123
24125
  } ]
24124
24126
  },
24127
+ "mx-central-1" : { },
24125
24128
  "sa-east-1" : {
24126
24129
  "variants" : [ {
24127
24130
  "hostname" : "sms-voice.sa-east-1.api.aws",
@@ -28841,6 +28844,7 @@
28841
28844
  "eu-central-1" : { },
28842
28845
  "eu-west-1" : { },
28843
28846
  "eu-west-2" : { },
28847
+ "eu-west-3" : { },
28844
28848
  "fips-us-east-1" : {
28845
28849
  "credentialScope" : {
28846
28850
  "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.1101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services