aws-partitions 1.1263.0 → 1.1265.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 +4 -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: 8b87f85c5eb348b19fd5d3a685d725b63db7439d0e439ed37d4f277c2e398b10
|
|
4
|
+
data.tar.gz: 0a9a8830d0d1e784206377d4ca6cd23da619fa9eebf706017fc9fe1573836805
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 557767e630fd3ace36a14b1125763dcef36022f8fc13fc195cb9b0bfc8ba395eeb4180516fc3ad856635ceefa5ecfb3b15fa20781a8724fa00583d4b958ebfcf
|
|
7
|
+
data.tar.gz: 3e09e3c7acbca2fb552e3a083c313d56c2dc0edb109e627a32d9669b3a2e31b16f2a5e716cddf43b7dc1b678cb2db6395c1397105e9eb4ed4c6dfc39e54f8d85
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1265.0 (2026-07-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1264.0 (2026-07-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1263.0 (2026-06-30)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1265.0
|
data/partitions.json
CHANGED
|
@@ -5535,6 +5535,7 @@
|
|
|
5535
5535
|
"ap-southeast-3" : { },
|
|
5536
5536
|
"ap-southeast-4" : { },
|
|
5537
5537
|
"ap-southeast-5" : { },
|
|
5538
|
+
"ap-southeast-6" : { },
|
|
5538
5539
|
"ca-central-1" : {
|
|
5539
5540
|
"variants" : [ {
|
|
5540
5541
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
|
@@ -8243,7 +8244,9 @@
|
|
|
8243
8244
|
"ap-southeast-2" : { },
|
|
8244
8245
|
"ap-southeast-3" : { },
|
|
8245
8246
|
"ap-southeast-4" : { },
|
|
8247
|
+
"ap-southeast-6" : { },
|
|
8246
8248
|
"ca-central-1" : { },
|
|
8249
|
+
"ca-west-1" : { },
|
|
8247
8250
|
"eu-central-1" : { },
|
|
8248
8251
|
"eu-central-2" : { },
|
|
8249
8252
|
"eu-north-1" : { },
|
|
@@ -14272,6 +14275,7 @@
|
|
|
14272
14275
|
"eu-west-1" : { },
|
|
14273
14276
|
"eu-west-2" : { },
|
|
14274
14277
|
"eu-west-3" : { },
|
|
14278
|
+
"il-central-1" : { },
|
|
14275
14279
|
"me-south-1" : { },
|
|
14276
14280
|
"sa-east-1" : { },
|
|
14277
14281
|
"us-east-1" : { },
|