aws-partitions 1.1039.0 → 1.1041.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a8901243baf94496d8cda2857c7081e0176c5c1e885fccc3b9d991a2759e444
|
4
|
+
data.tar.gz: 597de6f3fae0ab4e66ce1657c6ec50035a394d7471215edfe0c71485204154ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fde471da6ee07e692b69197a93883207c47c9a1b01bc7385204574495f37158825e5801bcbdb6c87b5f314ffb5a2f33de8fed07d4ac5faf91e69bb6be1ef4c37
|
7
|
+
data.tar.gz: 02ac640016ef12e2d97722f8ddf7c89a24bc85bdaac7999867f85d1c9a4888a3bd58df5bddc3e9e8dbb4206849f8e9aa79c488b19ecc43c5739e7195985c2e7e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.1040.0 (2025-01-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1039.0 (2025-01-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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",
|
@@ -11120,6 +11133,7 @@
|
|
11120
11133
|
"ap-southeast-2" : { },
|
11121
11134
|
"ap-southeast-3" : { },
|
11122
11135
|
"ap-southeast-4" : { },
|
11136
|
+
"ap-southeast-5" : { },
|
11123
11137
|
"ca-central-1" : { },
|
11124
11138
|
"ca-west-1" : { },
|
11125
11139
|
"eu-central-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.
|
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-
|
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:
|