aws-partitions 1.1161.0 → 1.1163.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 +6 -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: 80e123e48b15cdb5d33cdd0c40e97db53e59b0e5d47ec0c7e68b68f2dc2aae84
|
4
|
+
data.tar.gz: 19046aca6cac557c4606cd5f101d78eafd0da6fe9cc944c20e5cd063520c78a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aaab299b74deea8524d34ff0e980c9e79b61f28bb33e8a2579b53de26930fb7a5d95a81c53d8873f100b328f2e1fd8ddb05f181781209477d9e9037961c8cc43
|
7
|
+
data.tar.gz: 35e313b3b959ff5036f67a057e55d037146157c95c9efe4e728a022f9a560f7f5d7ecc1e4b370cfb02350540b516bd6ecfe2b21389cf9862832df4d9590e1350
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1163.0 (2025-09-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1162.0 (2025-09-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1161.0 (2025-09-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1163.0
|
data/partitions.json
CHANGED
@@ -7525,6 +7525,7 @@
|
|
7525
7525
|
} ]
|
7526
7526
|
},
|
7527
7527
|
"endpoints" : {
|
7528
|
+
"ap-east-1" : { },
|
7528
7529
|
"ap-east-2" : { },
|
7529
7530
|
"ap-northeast-1" : {
|
7530
7531
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
@@ -7573,6 +7574,7 @@
|
|
7573
7574
|
"eu-central-1" : {
|
7574
7575
|
"hostname" : "datazone.eu-central-1.api.aws"
|
7575
7576
|
},
|
7577
|
+
"eu-central-2" : { },
|
7576
7578
|
"eu-north-1" : {
|
7577
7579
|
"hostname" : "datazone.eu-north-1.api.aws"
|
7578
7580
|
},
|
@@ -17888,6 +17890,7 @@
|
|
17888
17890
|
},
|
17889
17891
|
"hostname" : "oidc.ap-southeast-5.amazonaws.com"
|
17890
17892
|
},
|
17893
|
+
"ap-southeast-7" : { },
|
17891
17894
|
"ca-central-1" : {
|
17892
17895
|
"credentialScope" : {
|
17893
17896
|
"region" : "ca-central-1"
|
@@ -17966,6 +17969,7 @@
|
|
17966
17969
|
},
|
17967
17970
|
"hostname" : "oidc.me-south-1.amazonaws.com"
|
17968
17971
|
},
|
17972
|
+
"mx-central-1" : { },
|
17969
17973
|
"sa-east-1" : {
|
17970
17974
|
"credentialScope" : {
|
17971
17975
|
"region" : "sa-east-1"
|
@@ -20240,6 +20244,7 @@
|
|
20240
20244
|
"endpoints" : {
|
20241
20245
|
"af-south-1" : { },
|
20242
20246
|
"ap-east-1" : { },
|
20247
|
+
"ap-east-2" : { },
|
20243
20248
|
"ap-northeast-1" : { },
|
20244
20249
|
"ap-northeast-2" : { },
|
20245
20250
|
"ap-south-1" : { },
|
@@ -22988,6 +22993,7 @@
|
|
22988
22993
|
"tags" : [ "dualstack" ]
|
22989
22994
|
} ]
|
22990
22995
|
},
|
22996
|
+
"ap-southeast-6" : { },
|
22991
22997
|
"ap-southeast-7" : {
|
22992
22998
|
"variants" : [ {
|
22993
22999
|
"hostname" : "securityhub.ap-southeast-7.api.aws",
|