aws-partitions 1.1040.0 → 1.1041.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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcfdb32d3a9e3fdae15920bcb6e70f895a9780528525514dd536c51e932fe5a3
4
- data.tar.gz: 8a393d6d25dfba62c141cf42911e5ad36e207afd87ab1506d6b0f7cd4d07159d
3
+ metadata.gz: 7a8901243baf94496d8cda2857c7081e0176c5c1e885fccc3b9d991a2759e444
4
+ data.tar.gz: 597de6f3fae0ab4e66ce1657c6ec50035a394d7471215edfe0c71485204154ad
5
5
  SHA512:
6
- metadata.gz: 91132e8b1bf63667bd2c608f0285607c7982cd5bfea8576c9dc70c68baa2b41f1c7247e9047edfe0fb24585d93dfd3aab504235054891136bc81eaa53d4e815e
7
- data.tar.gz: b2a3cacedfd4b8048b4bd0672b7c8bcf6c58bd769ec3b854e5e637a0f8a2773761737155b09a272951a4f6afc42209630f2277c47e768b79b0c02fa81b3f8bde
6
+ metadata.gz: fde471da6ee07e692b69197a93883207c47c9a1b01bc7385204574495f37158825e5801bcbdb6c87b5f314ffb5a2f33de8fed07d4ac5faf91e69bb6be1ef4c37
7
+ data.tar.gz: 02ac640016ef12e2d97722f8ddf7c89a24bc85bdaac7999867f85d1c9a4888a3bd58df5bddc3e9e8dbb4206849f8e9aa79c488b19ecc43c5739e7195985c2e7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1041.0 (2025-01-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1040.0 (2025-01-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1040.0
1
+ 1.1041.0
data/partitions.json CHANGED
@@ -8757,6 +8757,13 @@
8757
8757
  "deprecated" : true,
8758
8758
  "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com"
8759
8759
  },
8760
+ "fips-mx-central-1" : {
8761
+ "credentialScope" : {
8762
+ "region" : "mx-central-1"
8763
+ },
8764
+ "deprecated" : true,
8765
+ "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com"
8766
+ },
8760
8767
  "fips-sa-east-1" : {
8761
8768
  "credentialScope" : {
8762
8769
  "region" : "sa-east-1"
@@ -8810,6 +8817,12 @@
8810
8817
  "tags" : [ "fips" ]
8811
8818
  } ]
8812
8819
  },
8820
+ "mx-central-1" : {
8821
+ "variants" : [ {
8822
+ "hostname" : "elasticfilesystem-fips.mx-central-1.amazonaws.com",
8823
+ "tags" : [ "fips" ]
8824
+ } ]
8825
+ },
8813
8826
  "sa-east-1" : {
8814
8827
  "variants" : [ {
8815
8828
  "hostname" : "elasticfilesystem-fips.sa-east-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.1040.0
4
+ version: 1.1041.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-01-17 00:00:00.000000000 Z
11
+ date: 2025-01-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: