aws-partitions 1.1156.0 → 1.1158.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 +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da7f830ef7f9318edd61e63e37d3a60e8b47e84327181196917543e0f69bfe85
|
4
|
+
data.tar.gz: a470aeaf7942327bc20aa2e08a18a83ce1f868d6969db7a0fdf136728ec0c7f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d359f8e129e006963d8e13e36bab843784e1a6eb48448039d6b07843d2ddb03652bf5053eb4f684c0f58f31393a66b744b74169849df7e106e0406706e33dcba
|
7
|
+
data.tar.gz: 21266025c01f8b521cb06e928303f4802065cc7f064dd292947f159e117b1655caf8d9cb2b8b82c0ee36e60e00e5b0303ee2774aafb719157b4f5f95bca64317
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1158.0 (2025-09-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1157.0 (2025-09-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1156.0 (2025-09-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1158.0
|
data/partitions.json
CHANGED
@@ -27677,6 +27677,7 @@
|
|
27677
27677
|
"ap-southeast-3" : { },
|
27678
27678
|
"ap-southeast-4" : { },
|
27679
27679
|
"ap-southeast-5" : { },
|
27680
|
+
"ap-southeast-6" : { },
|
27680
27681
|
"ap-southeast-7" : { },
|
27681
27682
|
"ca-central-1" : {
|
27682
27683
|
"variants" : [ {
|
@@ -28443,6 +28444,7 @@
|
|
28443
28444
|
"tags" : [ "fips" ]
|
28444
28445
|
} ]
|
28445
28446
|
},
|
28447
|
+
"ap-east-2" : { },
|
28446
28448
|
"ap-northeast-1" : {
|
28447
28449
|
"credentialScope" : {
|
28448
28450
|
"region" : "ap-northeast-1"
|