aws-partitions 1.1051.0 → 1.1052.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 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cc05d4392e6f7c105d09088a75b285eb683e482aa2454b640de9e7936789b93
4
- data.tar.gz: d37f4cf447fd83faa78419ae313b012504586343a85887bebfc4e072782c5b0b
3
+ metadata.gz: 3d7ae273971a29035995b894d637603177e599a279b8207f43abe60ea0cb61cb
4
+ data.tar.gz: be42a02c306a68e641a1b01ef92f5061049b733bcfee8f30b72a27aabab3d650
5
5
  SHA512:
6
- metadata.gz: 460df7c29e031a63b103a2b15b468b6e21821dd5cd51176cae2000888efdae95201ef79d9dbe554acfd4af0be81699e7a894804fd7b25a31bc523975c86eb277
7
- data.tar.gz: e8a3028edb1d57cbec9fea873717353b49c24a52d04a36a0160bb20e3f6187ff7201f81f9b3db7b7d96bf9532de5f0b6804d5bf54761fb8c5737d635c69c500d
6
+ metadata.gz: 52830149811bc80af17d1517d42e266be47fcd939e9943cc6da24cef1e7b3cf6a2544d516ed85c65304160446ca226f12f763d1c376a534ea1473760148dac0c
7
+ data.tar.gz: 28831bcf9bab3e9fbd0b5d3eb7f4bb5710e547a4483aff55606c837fe3339b9671907abc1aecd1bea3850156a91fa1a422583df10a8d04ef0ab5dae0601ed465
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1052.0 (2025-02-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1051.0 (2025-02-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1051.0
1
+ 1.1052.0
data/partitions.json CHANGED
@@ -17118,6 +17118,12 @@
17118
17118
  "tags" : [ "dualstack" ]
17119
17119
  } ]
17120
17120
  },
17121
+ "eu-south-2" : {
17122
+ "variants" : [ {
17123
+ "hostname" : "polly.eu-south-2.api.aws",
17124
+ "tags" : [ "dualstack" ]
17125
+ } ]
17126
+ },
17121
17127
  "eu-west-1" : {
17122
17128
  "variants" : [ {
17123
17129
  "hostname" : "polly.eu-west-1.api.aws",
@@ -17751,6 +17757,12 @@
17751
17757
  "ca-west-1" : {
17752
17758
  "variants" : [ {
17753
17759
  "tags" : [ "dualstack" ]
17760
+ }, {
17761
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
17762
+ "tags" : [ "fips" ]
17763
+ }, {
17764
+ "hostname" : "ram-fips.ca-west-1.api.aws",
17765
+ "tags" : [ "dualstack", "fips" ]
17754
17766
  } ]
17755
17767
  },
17756
17768
  "eu-central-1" : {
@@ -17800,6 +17812,13 @@
17800
17812
  "deprecated" : true,
17801
17813
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
17802
17814
  },
17815
+ "fips-ca-west-1" : {
17816
+ "credentialScope" : {
17817
+ "region" : "ca-west-1"
17818
+ },
17819
+ "deprecated" : true,
17820
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
17821
+ },
17803
17822
  "fips-us-east-1" : {
17804
17823
  "credentialScope" : {
17805
17824
  "region" : "us-east-1"
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.1051.0
4
+ version: 1.1052.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-02-17 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: