aws-partitions 1.1057.0 → 1.1059.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +3 -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: 01b3afdb4c4b7f035d49c171a76a7727985cca3ab5fad6264e67fdaa0a2e5d4a
|
4
|
+
data.tar.gz: 399974efaf5a90d1453a0066ce29201ea6248f8e6334a764d034f9bc95b64c22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1818b44ed25260d3ee9ca7018dc9f0a7e1729c238b95200f9dee122aac1f85b24b066e09b1899e58257d36e949e67c8cd3e7bef37828393dc766034e0d85b19
|
7
|
+
data.tar.gz: e70071b65e84831a0d56089752eea0c712e5de1d12a3cc8f93025dfaaed2124bdaebed3443ecc1bb04f88cb06596af6502860df13bc88604cae19d6c83ce0980
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1059.0 (2025-03-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1058.0 (2025-02-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1057.0 (2025-02-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1059.0
|
data/partitions.json
CHANGED
@@ -15396,6 +15396,7 @@
|
|
15396
15396
|
"ap-southeast-3" : { },
|
15397
15397
|
"ap-southeast-4" : { },
|
15398
15398
|
"ap-southeast-5" : { },
|
15399
|
+
"ap-southeast-7" : { },
|
15399
15400
|
"ca-central-1" : {
|
15400
15401
|
"variants" : [ {
|
15401
15402
|
"hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
|
@@ -15433,6 +15434,7 @@
|
|
15433
15434
|
"il-central-1" : { },
|
15434
15435
|
"me-central-1" : { },
|
15435
15436
|
"me-south-1" : { },
|
15437
|
+
"mx-central-1" : { },
|
15436
15438
|
"sa-east-1" : { },
|
15437
15439
|
"us-east-1" : {
|
15438
15440
|
"variants" : [ {
|
@@ -31954,6 +31956,7 @@
|
|
31954
31956
|
},
|
31955
31957
|
"quicksight" : {
|
31956
31958
|
"endpoints" : {
|
31959
|
+
"us-gov-east-1" : { },
|
31957
31960
|
"us-gov-west-1" : { }
|
31958
31961
|
}
|
31959
31962
|
},
|
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.1059.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-
|
11
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|