aws-partitions 1.1161.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 +65 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +4 -4
- data/partitions.json +51 -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,71 @@
|
|
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
|
+
|
34
|
+
1.1168.0 (2025-09-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1167.0 (2025-09-29)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1166.0 (2025-09-26)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1165.0 (2025-09-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1164.0 (2025-09-23)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.1163.0 (2025-09-22)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
63
|
+
|
64
|
+
1.1162.0 (2025-09-19)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
68
|
+
|
4
69
|
1.1161.0 (2025-09-16)
|
5
70
|
------------------
|
6
71
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1174.0
|
data/partitions-metadata.json
CHANGED
@@ -162,7 +162,7 @@
|
|
162
162
|
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
163
163
|
"implicitGlobalRegion" : "us-iso-east-1",
|
164
164
|
"name" : "aws-iso",
|
165
|
-
"supportsDualStack" :
|
165
|
+
"supportsDualStack" : true,
|
166
166
|
"supportsFIPS" : true
|
167
167
|
},
|
168
168
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
@@ -184,7 +184,7 @@
|
|
184
184
|
"dualStackDnsSuffix" : "api.aws.scloud",
|
185
185
|
"implicitGlobalRegion" : "us-isob-east-1",
|
186
186
|
"name" : "aws-iso-b",
|
187
|
-
"supportsDualStack" :
|
187
|
+
"supportsDualStack" : true,
|
188
188
|
"supportsFIPS" : true
|
189
189
|
},
|
190
190
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
204
204
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
205
205
|
"name" : "aws-iso-e",
|
206
|
-
"supportsDualStack" :
|
206
|
+
"supportsDualStack" : true,
|
207
207
|
"supportsFIPS" : true
|
208
208
|
},
|
209
209
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
@@ -222,7 +222,7 @@
|
|
222
222
|
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
223
223
|
"implicitGlobalRegion" : "us-isof-south-1",
|
224
224
|
"name" : "aws-iso-f",
|
225
|
-
"supportsDualStack" :
|
225
|
+
"supportsDualStack" : true,
|
226
226
|
"supportsFIPS" : true
|
227
227
|
},
|
228
228
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
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" : { },
|
@@ -3799,6 +3800,7 @@
|
|
3799
3800
|
},
|
3800
3801
|
"bedrock" : {
|
3801
3802
|
"endpoints" : {
|
3803
|
+
"ap-east-2" : { },
|
3802
3804
|
"ap-northeast-1" : { },
|
3803
3805
|
"ap-northeast-2" : { },
|
3804
3806
|
"ap-northeast-3" : { },
|
@@ -3808,6 +3810,8 @@
|
|
3808
3810
|
"ap-southeast-2" : { },
|
3809
3811
|
"ap-southeast-3" : { },
|
3810
3812
|
"ap-southeast-4" : { },
|
3813
|
+
"ap-southeast-5" : { },
|
3814
|
+
"ap-southeast-7" : { },
|
3811
3815
|
"bedrock-ap-northeast-1" : {
|
3812
3816
|
"credentialScope" : {
|
3813
3817
|
"region" : "ap-northeast-1"
|
@@ -4105,6 +4109,8 @@
|
|
4105
4109
|
"eu-west-1" : { },
|
4106
4110
|
"eu-west-2" : { },
|
4107
4111
|
"eu-west-3" : { },
|
4112
|
+
"il-central-1" : { },
|
4113
|
+
"me-central-1" : { },
|
4108
4114
|
"sa-east-1" : { },
|
4109
4115
|
"us-east-1" : { },
|
4110
4116
|
"us-east-2" : { },
|
@@ -5468,6 +5474,7 @@
|
|
5468
5474
|
"ap-southeast-3" : { },
|
5469
5475
|
"ap-southeast-4" : { },
|
5470
5476
|
"ap-southeast-5" : { },
|
5477
|
+
"ap-southeast-6" : { },
|
5471
5478
|
"ap-southeast-7" : { },
|
5472
5479
|
"ca-central-1" : { },
|
5473
5480
|
"ca-west-1" : { },
|
@@ -7525,6 +7532,7 @@
|
|
7525
7532
|
} ]
|
7526
7533
|
},
|
7527
7534
|
"endpoints" : {
|
7535
|
+
"ap-east-1" : { },
|
7528
7536
|
"ap-east-2" : { },
|
7529
7537
|
"ap-northeast-1" : {
|
7530
7538
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
@@ -7573,6 +7581,7 @@
|
|
7573
7581
|
"eu-central-1" : {
|
7574
7582
|
"hostname" : "datazone.eu-central-1.api.aws"
|
7575
7583
|
},
|
7584
|
+
"eu-central-2" : { },
|
7576
7585
|
"eu-north-1" : {
|
7577
7586
|
"hostname" : "datazone.eu-north-1.api.aws"
|
7578
7587
|
},
|
@@ -9550,6 +9559,7 @@
|
|
9550
9559
|
"tags" : [ "fips" ]
|
9551
9560
|
} ]
|
9552
9561
|
},
|
9562
|
+
"ap-southeast-6" : { },
|
9553
9563
|
"ap-southeast-7" : {
|
9554
9564
|
"variants" : [ {
|
9555
9565
|
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
|
@@ -11215,6 +11225,7 @@
|
|
11215
11225
|
"tags" : [ "fips" ]
|
11216
11226
|
} ]
|
11217
11227
|
},
|
11228
|
+
"ap-east-2" : { },
|
11218
11229
|
"ap-northeast-1" : {
|
11219
11230
|
"variants" : [ {
|
11220
11231
|
"hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
|
@@ -12752,6 +12763,7 @@
|
|
12752
12763
|
"endpoints" : {
|
12753
12764
|
"af-south-1" : { },
|
12754
12765
|
"ap-east-1" : { },
|
12766
|
+
"ap-east-2" : { },
|
12755
12767
|
"ap-northeast-1" : { },
|
12756
12768
|
"ap-northeast-2" : { },
|
12757
12769
|
"ap-northeast-3" : { },
|
@@ -14055,19 +14067,34 @@
|
|
14055
14067
|
},
|
14056
14068
|
"kafkaconnect" : {
|
14057
14069
|
"endpoints" : {
|
14070
|
+
"af-south-1" : { },
|
14071
|
+
"ap-east-1" : { },
|
14072
|
+
"ap-east-2" : { },
|
14058
14073
|
"ap-northeast-1" : { },
|
14059
14074
|
"ap-northeast-2" : { },
|
14075
|
+
"ap-northeast-3" : { },
|
14060
14076
|
"ap-south-1" : { },
|
14061
14077
|
"ap-south-2" : { },
|
14062
14078
|
"ap-southeast-1" : { },
|
14063
14079
|
"ap-southeast-2" : { },
|
14080
|
+
"ap-southeast-3" : { },
|
14081
|
+
"ap-southeast-4" : { },
|
14064
14082
|
"ap-southeast-5" : { },
|
14083
|
+
"ap-southeast-7" : { },
|
14065
14084
|
"ca-central-1" : { },
|
14085
|
+
"ca-west-1" : { },
|
14066
14086
|
"eu-central-1" : { },
|
14087
|
+
"eu-central-2" : { },
|
14067
14088
|
"eu-north-1" : { },
|
14089
|
+
"eu-south-1" : { },
|
14090
|
+
"eu-south-2" : { },
|
14068
14091
|
"eu-west-1" : { },
|
14069
14092
|
"eu-west-2" : { },
|
14070
14093
|
"eu-west-3" : { },
|
14094
|
+
"il-central-1" : { },
|
14095
|
+
"me-central-1" : { },
|
14096
|
+
"me-south-1" : { },
|
14097
|
+
"mx-central-1" : { },
|
14071
14098
|
"sa-east-1" : { },
|
14072
14099
|
"us-east-1" : { },
|
14073
14100
|
"us-east-2" : { },
|
@@ -16959,6 +16986,7 @@
|
|
16959
16986
|
"ap-southeast-3" : { },
|
16960
16987
|
"ap-southeast-4" : { },
|
16961
16988
|
"ap-southeast-5" : { },
|
16989
|
+
"ap-southeast-6" : { },
|
16962
16990
|
"ap-southeast-7" : { },
|
16963
16991
|
"ca-central-1" : {
|
16964
16992
|
"variants" : [ {
|
@@ -17888,6 +17916,7 @@
|
|
17888
17916
|
},
|
17889
17917
|
"hostname" : "oidc.ap-southeast-5.amazonaws.com"
|
17890
17918
|
},
|
17919
|
+
"ap-southeast-7" : { },
|
17891
17920
|
"ca-central-1" : {
|
17892
17921
|
"credentialScope" : {
|
17893
17922
|
"region" : "ca-central-1"
|
@@ -17966,6 +17995,7 @@
|
|
17966
17995
|
},
|
17967
17996
|
"hostname" : "oidc.me-south-1.amazonaws.com"
|
17968
17997
|
},
|
17998
|
+
"mx-central-1" : { },
|
17969
17999
|
"sa-east-1" : {
|
17970
18000
|
"credentialScope" : {
|
17971
18001
|
"region" : "sa-east-1"
|
@@ -18750,6 +18780,7 @@
|
|
18750
18780
|
"tags" : [ "dualstack" ]
|
18751
18781
|
} ]
|
18752
18782
|
},
|
18783
|
+
"eu-central-2" : { },
|
18753
18784
|
"eu-north-1" : {
|
18754
18785
|
"variants" : [ {
|
18755
18786
|
"hostname" : "polly.eu-north-1.api.aws",
|
@@ -18951,6 +18982,7 @@
|
|
18951
18982
|
},
|
18952
18983
|
"hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
|
18953
18984
|
},
|
18985
|
+
"ap-southeast-7" : { },
|
18954
18986
|
"ca-central-1" : {
|
18955
18987
|
"credentialScope" : {
|
18956
18988
|
"region" : "ca-central-1"
|
@@ -19029,6 +19061,7 @@
|
|
19029
19061
|
},
|
19030
19062
|
"hostname" : "portal.sso.me-south-1.amazonaws.com"
|
19031
19063
|
},
|
19064
|
+
"mx-central-1" : { },
|
19032
19065
|
"sa-east-1" : {
|
19033
19066
|
"credentialScope" : {
|
19034
19067
|
"region" : "sa-east-1"
|
@@ -20240,13 +20273,16 @@
|
|
20240
20273
|
"endpoints" : {
|
20241
20274
|
"af-south-1" : { },
|
20242
20275
|
"ap-east-1" : { },
|
20276
|
+
"ap-east-2" : { },
|
20243
20277
|
"ap-northeast-1" : { },
|
20244
20278
|
"ap-northeast-2" : { },
|
20279
|
+
"ap-northeast-3" : { },
|
20245
20280
|
"ap-south-1" : { },
|
20246
20281
|
"ap-south-2" : { },
|
20247
20282
|
"ap-southeast-1" : { },
|
20248
20283
|
"ap-southeast-2" : { },
|
20249
20284
|
"ap-southeast-3" : { },
|
20285
|
+
"ap-southeast-5" : { },
|
20250
20286
|
"ap-southeast-7" : { },
|
20251
20287
|
"ca-central-1" : {
|
20252
20288
|
"variants" : [ {
|
@@ -22988,6 +23024,7 @@
|
|
22988
23024
|
"tags" : [ "dualstack" ]
|
22989
23025
|
} ]
|
22990
23026
|
},
|
23027
|
+
"ap-southeast-6" : { },
|
22991
23028
|
"ap-southeast-7" : {
|
22992
23029
|
"variants" : [ {
|
22993
23030
|
"hostname" : "securityhub.ap-southeast-7.api.aws",
|
@@ -26023,6 +26060,7 @@
|
|
26023
26060
|
"ap-southeast-3" : { },
|
26024
26061
|
"ap-southeast-4" : { },
|
26025
26062
|
"ap-southeast-5" : { },
|
26063
|
+
"ap-southeast-7" : { },
|
26026
26064
|
"ca-central-1" : { },
|
26027
26065
|
"ca-west-1" : { },
|
26028
26066
|
"eu-central-1" : { },
|
@@ -26036,6 +26074,7 @@
|
|
26036
26074
|
"il-central-1" : { },
|
26037
26075
|
"me-central-1" : { },
|
26038
26076
|
"me-south-1" : { },
|
26077
|
+
"mx-central-1" : { },
|
26039
26078
|
"sa-east-1" : { },
|
26040
26079
|
"us-east-1" : { },
|
26041
26080
|
"us-east-2" : { },
|
@@ -26168,6 +26207,7 @@
|
|
26168
26207
|
"ap-southeast-3" : { },
|
26169
26208
|
"ap-southeast-4" : { },
|
26170
26209
|
"ap-southeast-5" : { },
|
26210
|
+
"ap-southeast-6" : { },
|
26171
26211
|
"ap-southeast-7" : { },
|
26172
26212
|
"ca-central-1" : {
|
26173
26213
|
"variants" : [ {
|
@@ -30982,6 +31022,12 @@
|
|
30982
31022
|
"cn-northwest-1" : { }
|
30983
31023
|
}
|
30984
31024
|
},
|
31025
|
+
"verifiedpermissions" : {
|
31026
|
+
"endpoints" : {
|
31027
|
+
"cn-north-1" : { },
|
31028
|
+
"cn-northwest-1" : { }
|
31029
|
+
}
|
31030
|
+
},
|
30985
31031
|
"waf-regional" : {
|
30986
31032
|
"endpoints" : {
|
30987
31033
|
"cn-north-1" : {
|
@@ -37330,6 +37376,11 @@
|
|
37330
37376
|
"us-iso-east-1" : { }
|
37331
37377
|
}
|
37332
37378
|
},
|
37379
|
+
"kinesisvideo" : {
|
37380
|
+
"endpoints" : {
|
37381
|
+
"us-iso-east-1" : { }
|
37382
|
+
}
|
37383
|
+
},
|
37333
37384
|
"kms" : {
|
37334
37385
|
"endpoints" : {
|
37335
37386
|
"ProdFips" : {
|