aws-partitions 1.1129.0 → 1.1131.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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 647e4bd97b502cae9b9f87f1758c1ba1944eed85f3c7ecc4b066d67b6c037409
|
4
|
+
data.tar.gz: 2b294fe3f40bd8066c59d63460ff8e1e618bb62b5a7ddd1cba787a0661ef3c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63e301fba0a654713fd7e100d64e2d45743b470da7bd1f677ff9b0c636613f1e994945a84ab80230d052d5ec8118ae06bc2ed6e3d3594d7997cfa53d2e98ed04
|
7
|
+
data.tar.gz: 385a5743e6083ad8e8ec0c83e82d791a40b4164b10b12bc12461f8dcb2faaf821568a6c9fbaa7e98ccc6300b8f40acc82bcadf718a380233fe9fc510faeeebdf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1131.0 (2025-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1130.0 (2025-07-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1129.0 (2025-07-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1131.0
|
data/partitions.json
CHANGED
@@ -21428,7 +21428,9 @@
|
|
21428
21428
|
"ap-southeast-2" : { },
|
21429
21429
|
"ap-southeast-3" : { },
|
21430
21430
|
"ap-southeast-4" : { },
|
21431
|
+
"ap-southeast-5" : { },
|
21431
21432
|
"ca-central-1" : { },
|
21433
|
+
"ca-west-1" : { },
|
21432
21434
|
"eu-central-1" : { },
|
21433
21435
|
"eu-central-2" : { },
|
21434
21436
|
"eu-north-1" : { },
|
@@ -22813,6 +22815,7 @@
|
|
22813
22815
|
"tags" : [ "dualstack" ]
|
22814
22816
|
} ]
|
22815
22817
|
},
|
22818
|
+
"ap-east-2" : { },
|
22816
22819
|
"ap-northeast-1" : {
|
22817
22820
|
"variants" : [ {
|
22818
22821
|
"hostname" : "securityhub.ap-northeast-1.api.aws",
|