aws-partitions 1.1083.0 → 1.1084.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 +19 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eba4a2a02f3416e68a6d138d0437942dc04774df3f3f94f4d9dd3321e5b4afce
4
- data.tar.gz: d46ccdf120419446444825fdbeb5c8d961eedfc9d1655f7df4f6b9d085e790f0
3
+ metadata.gz: adb562d37218040cf316c7ece19036d5e70c518d99ef5aecd4d289926bee469b
4
+ data.tar.gz: 52a3337ad5dfbad9298bcb3983f91d2bd557ded7e3989d93f0d0f64fd7265559
5
5
  SHA512:
6
- metadata.gz: 373ab1613f3aee3e4e88a875a71748a609f4f77558b49e2072d947e20d8146d75417157aa07b7134a47da3dd932be9689c2da7a227935420c0c1687b3754261e
7
- data.tar.gz: 10ca784af7a80842aa78dd272e5fad20a0d0f576581e991fb7b3a05df9edcd69bce5b7fa3384538a86e983a3cece30d6f824a077953fa978d92b4969cbced041
6
+ metadata.gz: 58146ac5a472bbbf6b4e4cae15986f923220f79a4d93dc93ea54c57412a66e55c080aed4f12e8f540b573717a03117b8748ff20478945df2ae549d78a41b5c5a
7
+ data.tar.gz: 2c6ae37e47aa1c3e4c730f4146748e7aa0bd51daa12b5d9a65ca75eea52554929ff926356d4c7d2c4fb803aa7b18d484c81c465cf8be1eda301f35dc77d8cef1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1084.0 (2025-04-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1083.0 (2025-04-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1083.0
1
+ 1.1084.0
data/partitions.json CHANGED
@@ -10122,6 +10122,7 @@
10122
10122
  "tags" : [ "fips" ]
10123
10123
  } ]
10124
10124
  },
10125
+ "ca-west-1" : { },
10125
10126
  "eu-central-1" : { },
10126
10127
  "eu-north-1" : { },
10127
10128
  "eu-south-1" : { },
@@ -17848,6 +17849,7 @@
17848
17849
  "ca-central-1" : { },
17849
17850
  "eu-central-1" : { },
17850
17851
  "eu-north-1" : { },
17852
+ "eu-south-2" : { },
17851
17853
  "eu-west-1" : { },
17852
17854
  "eu-west-2" : { },
17853
17855
  "sa-east-1" : { },
@@ -29354,7 +29356,11 @@
29354
29356
  "region" : "cn-northwest-1"
29355
29357
  },
29356
29358
  "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
29357
- "protocols" : [ "https" ]
29359
+ "protocols" : [ "https" ],
29360
+ "variants" : [ {
29361
+ "hostname" : "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
29362
+ "tags" : [ "dualstack" ]
29363
+ } ]
29358
29364
  }
29359
29365
  }
29360
29366
  },
@@ -33774,8 +33780,18 @@
33774
33780
  }
33775
33781
  },
33776
33782
  "endpoints" : {
33777
- "us-gov-east-1" : { },
33778
- "us-gov-west-1" : { }
33783
+ "us-gov-east-1" : {
33784
+ "variants" : [ {
33785
+ "hostname" : "metering-marketplace.us-gov-east-1.api.aws",
33786
+ "tags" : [ "dualstack" ]
33787
+ } ]
33788
+ },
33789
+ "us-gov-west-1" : {
33790
+ "variants" : [ {
33791
+ "hostname" : "metering-marketplace.us-gov-west-1.api.aws",
33792
+ "tags" : [ "dualstack" ]
33793
+ } ]
33794
+ }
33779
33795
  }
33780
33796
  },
33781
33797
  "metrics.sagemaker" : {
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.1083.0
4
+ version: 1.1084.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-04-08 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: