aws-partitions 1.1168.0 → 1.1174.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 +30 -0
- data/VERSION +1 -1
- data/partitions.json +17 -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: aa9d54e84ed8a590e91b19b740ac13b2990f3ec9dcad5ff8ce6e36b616ba0638
|
4
|
+
data.tar.gz: b7880e4443463fa09d63048234475e6a2576930fe477f968b9eabee13f8bb4fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3574f29a0e769cebcf61d6c718aef899bf83ed8658e582d7e70187e22ebd4001da04013350a834af6988fb2450750ece4e67b3d5a4e0a5396a806a97c775b277
|
7
|
+
data.tar.gz: 225c48b63a1b2ad66973e23406eb3e7788d5249a0a855998a9c862378255ee8c7535d9e0735376684ba58177cb214869dc9f586770cc9d19254f51df554447b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1174.0 (2025-10-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1173.0 (2025-10-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1172.0 (2025-10-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1171.0 (2025-10-09)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1170.0 (2025-10-08)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1169.0 (2025-10-07)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.1168.0 (2025-09-30)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1174.0
|
data/partitions.json
CHANGED
@@ -5474,6 +5474,7 @@
|
|
5474
5474
|
"ap-southeast-3" : { },
|
5475
5475
|
"ap-southeast-4" : { },
|
5476
5476
|
"ap-southeast-5" : { },
|
5477
|
+
"ap-southeast-6" : { },
|
5477
5478
|
"ap-southeast-7" : { },
|
5478
5479
|
"ca-central-1" : { },
|
5479
5480
|
"ca-west-1" : { },
|
@@ -12762,6 +12763,7 @@
|
|
12762
12763
|
"endpoints" : {
|
12763
12764
|
"af-south-1" : { },
|
12764
12765
|
"ap-east-1" : { },
|
12766
|
+
"ap-east-2" : { },
|
12765
12767
|
"ap-northeast-1" : { },
|
12766
12768
|
"ap-northeast-2" : { },
|
12767
12769
|
"ap-northeast-3" : { },
|
@@ -14065,23 +14067,33 @@
|
|
14065
14067
|
},
|
14066
14068
|
"kafkaconnect" : {
|
14067
14069
|
"endpoints" : {
|
14070
|
+
"af-south-1" : { },
|
14071
|
+
"ap-east-1" : { },
|
14068
14072
|
"ap-east-2" : { },
|
14069
14073
|
"ap-northeast-1" : { },
|
14070
14074
|
"ap-northeast-2" : { },
|
14075
|
+
"ap-northeast-3" : { },
|
14071
14076
|
"ap-south-1" : { },
|
14072
14077
|
"ap-south-2" : { },
|
14073
14078
|
"ap-southeast-1" : { },
|
14074
14079
|
"ap-southeast-2" : { },
|
14080
|
+
"ap-southeast-3" : { },
|
14081
|
+
"ap-southeast-4" : { },
|
14075
14082
|
"ap-southeast-5" : { },
|
14076
14083
|
"ap-southeast-7" : { },
|
14077
14084
|
"ca-central-1" : { },
|
14078
14085
|
"ca-west-1" : { },
|
14079
14086
|
"eu-central-1" : { },
|
14087
|
+
"eu-central-2" : { },
|
14080
14088
|
"eu-north-1" : { },
|
14089
|
+
"eu-south-1" : { },
|
14081
14090
|
"eu-south-2" : { },
|
14082
14091
|
"eu-west-1" : { },
|
14083
14092
|
"eu-west-2" : { },
|
14084
14093
|
"eu-west-3" : { },
|
14094
|
+
"il-central-1" : { },
|
14095
|
+
"me-central-1" : { },
|
14096
|
+
"me-south-1" : { },
|
14085
14097
|
"mx-central-1" : { },
|
14086
14098
|
"sa-east-1" : { },
|
14087
14099
|
"us-east-1" : { },
|
@@ -16974,6 +16986,7 @@
|
|
16974
16986
|
"ap-southeast-3" : { },
|
16975
16987
|
"ap-southeast-4" : { },
|
16976
16988
|
"ap-southeast-5" : { },
|
16989
|
+
"ap-southeast-6" : { },
|
16977
16990
|
"ap-southeast-7" : { },
|
16978
16991
|
"ca-central-1" : {
|
16979
16992
|
"variants" : [ {
|
@@ -18767,6 +18780,7 @@
|
|
18767
18780
|
"tags" : [ "dualstack" ]
|
18768
18781
|
} ]
|
18769
18782
|
},
|
18783
|
+
"eu-central-2" : { },
|
18770
18784
|
"eu-north-1" : {
|
18771
18785
|
"variants" : [ {
|
18772
18786
|
"hostname" : "polly.eu-north-1.api.aws",
|
@@ -20262,11 +20276,13 @@
|
|
20262
20276
|
"ap-east-2" : { },
|
20263
20277
|
"ap-northeast-1" : { },
|
20264
20278
|
"ap-northeast-2" : { },
|
20279
|
+
"ap-northeast-3" : { },
|
20265
20280
|
"ap-south-1" : { },
|
20266
20281
|
"ap-south-2" : { },
|
20267
20282
|
"ap-southeast-1" : { },
|
20268
20283
|
"ap-southeast-2" : { },
|
20269
20284
|
"ap-southeast-3" : { },
|
20285
|
+
"ap-southeast-5" : { },
|
20270
20286
|
"ap-southeast-7" : { },
|
20271
20287
|
"ca-central-1" : {
|
20272
20288
|
"variants" : [ {
|
@@ -26191,6 +26207,7 @@
|
|
26191
26207
|
"ap-southeast-3" : { },
|
26192
26208
|
"ap-southeast-4" : { },
|
26193
26209
|
"ap-southeast-5" : { },
|
26210
|
+
"ap-southeast-6" : { },
|
26194
26211
|
"ap-southeast-7" : { },
|
26195
26212
|
"ca-central-1" : {
|
26196
26213
|
"variants" : [ {
|