aws-partitions 1.1132.0 → 1.1134.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: 06bc7b0e5fe273222840f42a389b117b016d6e941b67b7fd90cce4a33c4899da
|
4
|
+
data.tar.gz: 7daecdd1c47945224d42edc8336b299f37064cbf8429e3fe8aa5b581d25aeb79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9195b32384d59214e4a182d3d0a62621231d8ea1f8b611620560a1a622060861b9ea6cc8bcc4fa51fa80e756214ea3137f77085389ac4ba0008c821c84b43d4c
|
7
|
+
data.tar.gz: f292fe6024c010176461284c7190dfac0de76c59c6f84f371eed8c2e2533253e11b550d7e7ae50e09499020c2413ab6a383090609be304b6fad115c5bc42ba3b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1134.0 (2025-07-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1133.0 (2025-07-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1132.0 (2025-07-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1134.0
|
data/partitions.json
CHANGED
@@ -5729,6 +5729,7 @@
|
|
5729
5729
|
"tags" : [ "dualstack" ]
|
5730
5730
|
} ]
|
5731
5731
|
},
|
5732
|
+
"ap-southeast-7" : { },
|
5732
5733
|
"ca-central-1" : {
|
5733
5734
|
"variants" : [ {
|
5734
5735
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5966,6 +5967,7 @@
|
|
5966
5967
|
"tags" : [ "dualstack" ]
|
5967
5968
|
} ]
|
5968
5969
|
},
|
5970
|
+
"ap-southeast-7" : { },
|
5969
5971
|
"ca-central-1" : {
|
5970
5972
|
"variants" : [ {
|
5971
5973
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -15384,6 +15386,7 @@
|
|
15384
15386
|
"endpoints" : {
|
15385
15387
|
"af-south-1" : { },
|
15386
15388
|
"ap-east-1" : { },
|
15389
|
+
"ap-east-2" : { },
|
15387
15390
|
"ap-northeast-1" : { },
|
15388
15391
|
"ap-northeast-2" : { },
|
15389
15392
|
"ap-northeast-3" : { },
|