aws-partitions 1.1166.0 → 1.1173.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 +35 -0
- data/VERSION +1 -1
- data/partitions.json +20 -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: 28eaa0f1b6d88e6f617a4323c8f8fcc220f6e69ed5134569b6d1f6711a2e48dd
|
4
|
+
data.tar.gz: 2df21c32f556cb3abb870b0bc249c59b020f457b0fec4eb7705d6ed76e01ce29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ff86532391d36239dc074c7872a9b99cd89783a02bb501e056082bb7264d289263d662c55e5620e299897905d614539cf099e298e6de578c130dfb7dec5f5c
|
7
|
+
data.tar.gz: 90b11404dbc94964f5d51614b9fb9e0261730b7355a9e4946272564da5f8e0f636bfe526626f7002c04f48cb1220f1b4886aa5e683fe54eedfa7e5ca5aaed572
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1173.0 (2025-10-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1172.0 (2025-10-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1171.0 (2025-10-09)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1170.0 (2025-10-08)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1169.0 (2025-10-07)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1168.0 (2025-09-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1167.0 (2025-09-29)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
4
39
|
1.1166.0 (2025-09-26)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1173.0
|
data/partitions.json
CHANGED
@@ -3658,6 +3658,7 @@
|
|
3658
3658
|
"ap-southeast-3" : { },
|
3659
3659
|
"ap-southeast-4" : { },
|
3660
3660
|
"ap-southeast-5" : { },
|
3661
|
+
"ap-southeast-6" : { },
|
3661
3662
|
"ap-southeast-7" : { },
|
3662
3663
|
"ca-central-1" : { },
|
3663
3664
|
"ca-west-1" : { },
|
@@ -5473,6 +5474,7 @@
|
|
5473
5474
|
"ap-southeast-3" : { },
|
5474
5475
|
"ap-southeast-4" : { },
|
5475
5476
|
"ap-southeast-5" : { },
|
5477
|
+
"ap-southeast-6" : { },
|
5476
5478
|
"ap-southeast-7" : { },
|
5477
5479
|
"ca-central-1" : { },
|
5478
5480
|
"ca-west-1" : { },
|
@@ -12761,6 +12763,7 @@
|
|
12761
12763
|
"endpoints" : {
|
12762
12764
|
"af-south-1" : { },
|
12763
12765
|
"ap-east-1" : { },
|
12766
|
+
"ap-east-2" : { },
|
12764
12767
|
"ap-northeast-1" : { },
|
12765
12768
|
"ap-northeast-2" : { },
|
12766
12769
|
"ap-northeast-3" : { },
|
@@ -14064,23 +14067,33 @@
|
|
14064
14067
|
},
|
14065
14068
|
"kafkaconnect" : {
|
14066
14069
|
"endpoints" : {
|
14070
|
+
"af-south-1" : { },
|
14071
|
+
"ap-east-1" : { },
|
14067
14072
|
"ap-east-2" : { },
|
14068
14073
|
"ap-northeast-1" : { },
|
14069
14074
|
"ap-northeast-2" : { },
|
14075
|
+
"ap-northeast-3" : { },
|
14070
14076
|
"ap-south-1" : { },
|
14071
14077
|
"ap-south-2" : { },
|
14072
14078
|
"ap-southeast-1" : { },
|
14073
14079
|
"ap-southeast-2" : { },
|
14080
|
+
"ap-southeast-3" : { },
|
14081
|
+
"ap-southeast-4" : { },
|
14074
14082
|
"ap-southeast-5" : { },
|
14075
14083
|
"ap-southeast-7" : { },
|
14076
14084
|
"ca-central-1" : { },
|
14077
14085
|
"ca-west-1" : { },
|
14078
14086
|
"eu-central-1" : { },
|
14087
|
+
"eu-central-2" : { },
|
14079
14088
|
"eu-north-1" : { },
|
14089
|
+
"eu-south-1" : { },
|
14080
14090
|
"eu-south-2" : { },
|
14081
14091
|
"eu-west-1" : { },
|
14082
14092
|
"eu-west-2" : { },
|
14083
14093
|
"eu-west-3" : { },
|
14094
|
+
"il-central-1" : { },
|
14095
|
+
"me-central-1" : { },
|
14096
|
+
"me-south-1" : { },
|
14084
14097
|
"mx-central-1" : { },
|
14085
14098
|
"sa-east-1" : { },
|
14086
14099
|
"us-east-1" : { },
|
@@ -16973,6 +16986,7 @@
|
|
16973
16986
|
"ap-southeast-3" : { },
|
16974
16987
|
"ap-southeast-4" : { },
|
16975
16988
|
"ap-southeast-5" : { },
|
16989
|
+
"ap-southeast-6" : { },
|
16976
16990
|
"ap-southeast-7" : { },
|
16977
16991
|
"ca-central-1" : {
|
16978
16992
|
"variants" : [ {
|
@@ -18766,6 +18780,7 @@
|
|
18766
18780
|
"tags" : [ "dualstack" ]
|
18767
18781
|
} ]
|
18768
18782
|
},
|
18783
|
+
"eu-central-2" : { },
|
18769
18784
|
"eu-north-1" : {
|
18770
18785
|
"variants" : [ {
|
18771
18786
|
"hostname" : "polly.eu-north-1.api.aws",
|
@@ -18967,6 +18982,7 @@
|
|
18967
18982
|
},
|
18968
18983
|
"hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
|
18969
18984
|
},
|
18985
|
+
"ap-southeast-7" : { },
|
18970
18986
|
"ca-central-1" : {
|
18971
18987
|
"credentialScope" : {
|
18972
18988
|
"region" : "ca-central-1"
|
@@ -19045,6 +19061,7 @@
|
|
19045
19061
|
},
|
19046
19062
|
"hostname" : "portal.sso.me-south-1.amazonaws.com"
|
19047
19063
|
},
|
19064
|
+
"mx-central-1" : { },
|
19048
19065
|
"sa-east-1" : {
|
19049
19066
|
"credentialScope" : {
|
19050
19067
|
"region" : "sa-east-1"
|
@@ -26041,6 +26058,7 @@
|
|
26041
26058
|
"ap-southeast-3" : { },
|
26042
26059
|
"ap-southeast-4" : { },
|
26043
26060
|
"ap-southeast-5" : { },
|
26061
|
+
"ap-southeast-7" : { },
|
26044
26062
|
"ca-central-1" : { },
|
26045
26063
|
"ca-west-1" : { },
|
26046
26064
|
"eu-central-1" : { },
|
@@ -26054,6 +26072,7 @@
|
|
26054
26072
|
"il-central-1" : { },
|
26055
26073
|
"me-central-1" : { },
|
26056
26074
|
"me-south-1" : { },
|
26075
|
+
"mx-central-1" : { },
|
26057
26076
|
"sa-east-1" : { },
|
26058
26077
|
"us-east-1" : { },
|
26059
26078
|
"us-east-2" : { },
|
@@ -26186,6 +26205,7 @@
|
|
26186
26205
|
"ap-southeast-3" : { },
|
26187
26206
|
"ap-southeast-4" : { },
|
26188
26207
|
"ap-southeast-5" : { },
|
26208
|
+
"ap-southeast-6" : { },
|
26189
26209
|
"ap-southeast-7" : { },
|
26190
26210
|
"ca-central-1" : {
|
26191
26211
|
"variants" : [ {
|