aws-partitions 1.1067.0 → 1.1069.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 +8 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30f518e87a580f555da0c869d35b56fbe9ca062609e635f1c0f302666da2cd67
4
- data.tar.gz: 8eafebfb581f51b59684b680be69adc6c679cf43fa2cd8a4fb406116369e159a
3
+ metadata.gz: 6c4d48f251f975b533cb9af8cf0faee2fc40a7ab62f426cccbde8b56f173dfea
4
+ data.tar.gz: 0cf3ba5a0dbd08745bf572b8c4e3cd1030e64fca2a9cf27195f004ccbbf278a8
5
5
  SHA512:
6
- metadata.gz: 7416c87d4668870146a51ae7cdfcf682366e9b502bcab51a742f9a53805af512b71aacaf5e8cf035fff3e5abd3d59a6036b97b5799199b829e113abedce21f72
7
- data.tar.gz: a9095091fdee9cd53d4818e25818e1e82640c8fc7b4d804ee732e470392ae466b0d06039e4ca62c66612f6f33ca91644b8c94e152e66a570c3cb093e70f23963
6
+ metadata.gz: b4e8c5595cae63eca237608c98e902d77463556ad265f72cb9582a862460f165a265efd6a608d49d3aa954dcc7f47de69dff23a622d875774fa363472b4a811e
7
+ data.tar.gz: a34165b7f319e949263d0e5ea2c4354e700ab50cb57265546c64398906feb034b881f65e301967a8e94e889f037c9d459f24b5493937c9bbd63c32399c940980
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1069.0 (2025-03-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1068.0 (2025-03-17)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1067.0 (2025-03-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1067.0
1
+ 1.1069.0
data/partitions.json CHANGED
@@ -628,7 +628,12 @@
628
628
  },
629
629
  "agreement-marketplace" : {
630
630
  "endpoints" : {
631
- "us-east-1" : { }
631
+ "us-east-1" : {
632
+ "variants" : [ {
633
+ "hostname" : "agreement-marketplace.us-east-1.api.aws",
634
+ "tags" : [ "dualstack" ]
635
+ } ]
636
+ }
632
637
  }
633
638
  },
634
639
  "airflow" : {
@@ -14771,6 +14776,7 @@
14771
14776
  "il-central-1" : { },
14772
14777
  "me-central-1" : { },
14773
14778
  "me-south-1" : { },
14779
+ "mx-central-1" : { },
14774
14780
  "sa-east-1" : { },
14775
14781
  "us-east-1" : {
14776
14782
  "variants" : [ {
@@ -24549,6 +24555,7 @@
24549
24555
  "ap-southeast-3" : { },
24550
24556
  "ap-southeast-4" : { },
24551
24557
  "ap-southeast-5" : { },
24558
+ "ap-southeast-7" : { },
24552
24559
  "ca-central-1" : {
24553
24560
  "variants" : [ {
24554
24561
  "hostname" : "storagegateway-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.1067.0
4
+ version: 1.1069.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: 2025-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: