aws-partitions 1.1107.0 → 1.1109.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: 870b9dd3ffdc0f4e4c540223ed2b15392834372da1b76eb2fb46d60c69ca7e06
|
4
|
+
data.tar.gz: 8c0434df351a91549d7a89031f08661cb23848f98134607871d9ffeef3cf4726
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a1b8f86cb57cc4909b5d300b36958f5d73c8529d00711957c9d82e62c276a2dc23081c5266750558e3a9a82d6a8e930cc9e316696b995445f2a374952851c7c
|
7
|
+
data.tar.gz: 136166628f11ffb652d49a5a94a8b004b32f6b1e3cb6ab0ba51884abe7a14736c42b636325d6c38f2b05044723790a206122a5c806957cedb43ecf1b2fa0d3eb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1109.0 (2025-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1108.0 (2025-05-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1107.0 (2025-05-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1109.0
|
data/partitions.json
CHANGED
@@ -22421,6 +22421,7 @@
|
|
22421
22421
|
"ap-southeast-3" : { },
|
22422
22422
|
"ap-southeast-4" : { },
|
22423
22423
|
"ca-central-1" : { },
|
22424
|
+
"ca-west-1" : { },
|
22424
22425
|
"eu-central-1" : { },
|
22425
22426
|
"eu-central-2" : { },
|
22426
22427
|
"eu-north-1" : { },
|
@@ -38882,6 +38883,11 @@
|
|
38882
38883
|
}
|
38883
38884
|
}
|
38884
38885
|
},
|
38886
|
+
"license-manager" : {
|
38887
|
+
"endpoints" : {
|
38888
|
+
"eu-isoe-west-1" : { }
|
38889
|
+
}
|
38890
|
+
},
|
38885
38891
|
"logs" : {
|
38886
38892
|
"endpoints" : {
|
38887
38893
|
"eu-isoe-west-1" : { }
|