aws-partitions 1.1133.0 → 1.1141.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 +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +49 -1
- 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: 7445e99120a4dd56894696017b091d6bed9c1f35694fede7f867e4acc757f5c0
|
4
|
+
data.tar.gz: e622e9513c71098d4807d099945c7c1c79281df35e43ff61c8ad0c4c61fd00be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1514a829bbc028a72b19f1a87ba56e50b96d1c376a25d01d3a91164c216759bb5333da2117641fa85e6dfc30a6cce584b9f8747123d19b42efe11f14f9382f3
|
7
|
+
data.tar.gz: 3f3a6e2b733de272f0e1d71a93a7927021c3d4859ea896584558ee070ebd33ba266c188e62a7074eabdeea9ce30eeef03db3d0cfa552b49455cecfc62fc490c8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,46 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1141.0 (2025-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1140.0 (2025-08-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::ARCRegionswitch`.
|
13
|
+
|
14
|
+
1.1139.0 (2025-07-31)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1138.0 (2025-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1137.0 (2025-07-29)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1136.0 (2025-07-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1135.0 (2025-07-24)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1134.0 (2025-07-23)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
4
44
|
1.1133.0 (2025-07-22)
|
5
45
|
------------------
|
6
46
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1141.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -249,6 +249,7 @@ module Aws
|
|
249
249
|
'ACMPCA' => 'acm-pca',
|
250
250
|
'AIOps' => 'aiops',
|
251
251
|
'APIGateway' => 'apigateway',
|
252
|
+
'ARCRegionswitch' => 'arc-region-switch',
|
252
253
|
'ARCZonalShift' => 'arc-zonal-shift',
|
253
254
|
'AccessAnalyzer' => 'access-analyzer',
|
254
255
|
'Account' => 'account',
|
data/partitions.json
CHANGED
@@ -1783,6 +1783,7 @@
|
|
1783
1783
|
"tags" : [ "dualstack" ]
|
1784
1784
|
} ]
|
1785
1785
|
},
|
1786
|
+
"ap-southeast-5" : { },
|
1786
1787
|
"ca-central-1" : {
|
1787
1788
|
"variants" : [ {
|
1788
1789
|
"hostname" : "api.iot-tunneling-fips.ca-central-1.api.aws",
|
@@ -1807,6 +1808,7 @@
|
|
1807
1808
|
"tags" : [ "dualstack" ]
|
1808
1809
|
} ]
|
1809
1810
|
},
|
1811
|
+
"eu-south-2" : { },
|
1810
1812
|
"eu-west-1" : {
|
1811
1813
|
"variants" : [ {
|
1812
1814
|
"hostname" : "api.iot-tunneling.eu-west-1.api.aws",
|
@@ -3779,6 +3781,7 @@
|
|
3779
3781
|
"ap-south-2" : { },
|
3780
3782
|
"ap-southeast-1" : { },
|
3781
3783
|
"ap-southeast-2" : { },
|
3784
|
+
"ap-southeast-4" : { },
|
3782
3785
|
"bedrock-ap-northeast-1" : {
|
3783
3786
|
"credentialScope" : {
|
3784
3787
|
"region" : "ap-northeast-1"
|
@@ -4079,6 +4082,7 @@
|
|
4079
4082
|
"sa-east-1" : { },
|
4080
4083
|
"us-east-1" : { },
|
4081
4084
|
"us-east-2" : { },
|
4085
|
+
"us-west-1" : { },
|
4082
4086
|
"us-west-2" : { }
|
4083
4087
|
}
|
4084
4088
|
},
|
@@ -5505,6 +5509,20 @@
|
|
5505
5509
|
}
|
5506
5510
|
}
|
5507
5511
|
},
|
5512
|
+
"codeguru-profiler" : {
|
5513
|
+
"endpoints" : {
|
5514
|
+
"ap-northeast-1" : { },
|
5515
|
+
"ap-southeast-1" : { },
|
5516
|
+
"ap-southeast-2" : { },
|
5517
|
+
"eu-central-1" : { },
|
5518
|
+
"eu-north-1" : { },
|
5519
|
+
"eu-west-1" : { },
|
5520
|
+
"eu-west-2" : { },
|
5521
|
+
"us-east-1" : { },
|
5522
|
+
"us-east-2" : { },
|
5523
|
+
"us-west-2" : { }
|
5524
|
+
}
|
5525
|
+
},
|
5508
5526
|
"codeguru-reviewer" : {
|
5509
5527
|
"endpoints" : {
|
5510
5528
|
"ap-northeast-1" : { },
|
@@ -6699,6 +6717,7 @@
|
|
6699
6717
|
"endpoints" : {
|
6700
6718
|
"af-south-1" : { },
|
6701
6719
|
"ap-east-1" : { },
|
6720
|
+
"ap-east-2" : { },
|
6702
6721
|
"ap-northeast-1" : { },
|
6703
6722
|
"ap-northeast-2" : { },
|
6704
6723
|
"ap-northeast-3" : { },
|
@@ -6832,6 +6851,7 @@
|
|
6832
6851
|
"ap-south-1" : { },
|
6833
6852
|
"ap-southeast-1" : { },
|
6834
6853
|
"ap-southeast-2" : { },
|
6854
|
+
"ap-southeast-5" : { },
|
6835
6855
|
"ca-central-1" : {
|
6836
6856
|
"variants" : [ {
|
6837
6857
|
"hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
|
@@ -6840,6 +6860,7 @@
|
|
6840
6860
|
},
|
6841
6861
|
"eu-central-1" : { },
|
6842
6862
|
"eu-north-1" : { },
|
6863
|
+
"eu-south-2" : { },
|
6843
6864
|
"eu-west-1" : { },
|
6844
6865
|
"eu-west-2" : { },
|
6845
6866
|
"eu-west-3" : { },
|
@@ -12298,6 +12319,7 @@
|
|
12298
12319
|
"ap-south-1" : { },
|
12299
12320
|
"ap-southeast-1" : { },
|
12300
12321
|
"ap-southeast-2" : { },
|
12322
|
+
"ap-southeast-5" : { },
|
12301
12323
|
"ca-central-1" : {
|
12302
12324
|
"variants" : [ {
|
12303
12325
|
"hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
|
@@ -12305,6 +12327,7 @@
|
|
12305
12327
|
} ]
|
12306
12328
|
},
|
12307
12329
|
"eu-central-1" : { },
|
12330
|
+
"eu-south-2" : { },
|
12308
12331
|
"eu-west-1" : { },
|
12309
12332
|
"eu-west-2" : { },
|
12310
12333
|
"fips-ca-central-1" : {
|
@@ -12466,6 +12489,7 @@
|
|
12466
12489
|
"endpoints" : {
|
12467
12490
|
"af-south-1" : { },
|
12468
12491
|
"ap-east-1" : { },
|
12492
|
+
"ap-east-2" : { },
|
12469
12493
|
"ap-northeast-1" : { },
|
12470
12494
|
"ap-northeast-2" : { },
|
12471
12495
|
"ap-northeast-3" : { },
|
@@ -13183,6 +13207,7 @@
|
|
13183
13207
|
"ap-south-1" : { },
|
13184
13208
|
"ap-southeast-1" : { },
|
13185
13209
|
"ap-southeast-2" : { },
|
13210
|
+
"ap-southeast-5" : { },
|
13186
13211
|
"ca-central-1" : {
|
13187
13212
|
"variants" : [ {
|
13188
13213
|
"hostname" : "iot-fips.ca-central-1.amazonaws.com",
|
@@ -13191,6 +13216,7 @@
|
|
13191
13216
|
},
|
13192
13217
|
"eu-central-1" : { },
|
13193
13218
|
"eu-north-1" : { },
|
13219
|
+
"eu-south-2" : { },
|
13194
13220
|
"eu-west-1" : { },
|
13195
13221
|
"eu-west-2" : { },
|
13196
13222
|
"eu-west-3" : { },
|
@@ -13974,6 +14000,7 @@
|
|
13974
14000
|
"ap-northeast-1" : { },
|
13975
14001
|
"ap-northeast-2" : { },
|
13976
14002
|
"ap-south-1" : { },
|
14003
|
+
"ap-south-2" : { },
|
13977
14004
|
"ap-southeast-1" : { },
|
13978
14005
|
"ap-southeast-2" : { },
|
13979
14006
|
"ca-central-1" : { },
|
@@ -14373,11 +14400,14 @@
|
|
14373
14400
|
"ap-south-1" : { },
|
14374
14401
|
"ap-southeast-1" : { },
|
14375
14402
|
"ap-southeast-2" : { },
|
14403
|
+
"ap-southeast-5" : { },
|
14376
14404
|
"ca-central-1" : { },
|
14377
14405
|
"eu-central-1" : { },
|
14406
|
+
"eu-south-2" : { },
|
14378
14407
|
"eu-west-1" : { },
|
14379
14408
|
"eu-west-2" : { },
|
14380
14409
|
"eu-west-3" : { },
|
14410
|
+
"me-south-1" : { },
|
14381
14411
|
"sa-east-1" : { },
|
14382
14412
|
"us-east-1" : { },
|
14383
14413
|
"us-east-2" : { },
|
@@ -15386,6 +15416,7 @@
|
|
15386
15416
|
"endpoints" : {
|
15387
15417
|
"af-south-1" : { },
|
15388
15418
|
"ap-east-1" : { },
|
15419
|
+
"ap-east-2" : { },
|
15389
15420
|
"ap-northeast-1" : { },
|
15390
15421
|
"ap-northeast-2" : { },
|
15391
15422
|
"ap-northeast-3" : { },
|
@@ -15557,6 +15588,7 @@
|
|
15557
15588
|
"ap-south-1" : { },
|
15558
15589
|
"ap-southeast-1" : { },
|
15559
15590
|
"ap-southeast-2" : { },
|
15591
|
+
"ap-southeast-3" : { },
|
15560
15592
|
"ca-central-1" : { },
|
15561
15593
|
"eu-central-1" : { },
|
15562
15594
|
"eu-north-1" : { },
|
@@ -17433,6 +17465,7 @@
|
|
17433
17465
|
"endpoints" : {
|
17434
17466
|
"af-south-1" : { },
|
17435
17467
|
"ap-east-1" : { },
|
17468
|
+
"ap-east-2" : { },
|
17436
17469
|
"ap-northeast-1" : { },
|
17437
17470
|
"ap-northeast-2" : { },
|
17438
17471
|
"ap-northeast-3" : { },
|
@@ -21433,6 +21466,7 @@
|
|
21433
21466
|
"ap-southeast-3" : { },
|
21434
21467
|
"ap-southeast-4" : { },
|
21435
21468
|
"ap-southeast-5" : { },
|
21469
|
+
"ap-southeast-7" : { },
|
21436
21470
|
"ca-central-1" : { },
|
21437
21471
|
"ca-west-1" : { },
|
21438
21472
|
"eu-central-1" : { },
|
@@ -21446,6 +21480,7 @@
|
|
21446
21480
|
"il-central-1" : { },
|
21447
21481
|
"me-central-1" : { },
|
21448
21482
|
"me-south-1" : { },
|
21483
|
+
"mx-central-1" : { },
|
21449
21484
|
"sa-east-1" : { },
|
21450
21485
|
"us-east-1" : { },
|
21451
21486
|
"us-east-2" : { },
|
@@ -27280,6 +27315,7 @@
|
|
27280
27315
|
"ap-southeast-3" : { },
|
27281
27316
|
"ap-southeast-4" : { },
|
27282
27317
|
"ap-southeast-5" : { },
|
27318
|
+
"ap-southeast-7" : { },
|
27283
27319
|
"ca-central-1" : {
|
27284
27320
|
"variants" : [ {
|
27285
27321
|
"hostname" : "transfer-fips.ca-central-1.amazonaws.com",
|
@@ -36702,7 +36738,8 @@
|
|
36702
36738
|
},
|
36703
36739
|
"batch" : {
|
36704
36740
|
"endpoints" : {
|
36705
|
-
"us-iso-east-1" : { }
|
36741
|
+
"us-iso-east-1" : { },
|
36742
|
+
"us-iso-west-1" : { }
|
36706
36743
|
}
|
36707
36744
|
},
|
36708
36745
|
"bedrock" : {
|
@@ -37621,6 +37658,12 @@
|
|
37621
37658
|
"us-iso-west-1" : { }
|
37622
37659
|
}
|
37623
37660
|
},
|
37661
|
+
"servicequotas" : {
|
37662
|
+
"endpoints" : {
|
37663
|
+
"us-iso-east-1" : { },
|
37664
|
+
"us-iso-west-1" : { }
|
37665
|
+
}
|
37666
|
+
},
|
37624
37667
|
"snowball" : {
|
37625
37668
|
"endpoints" : {
|
37626
37669
|
"us-iso-east-1" : { },
|
@@ -38569,6 +38612,11 @@
|
|
38569
38612
|
"us-isob-east-1" : { }
|
38570
38613
|
}
|
38571
38614
|
},
|
38615
|
+
"servicequotas" : {
|
38616
|
+
"endpoints" : {
|
38617
|
+
"us-isob-east-1" : { }
|
38618
|
+
}
|
38619
|
+
},
|
38572
38620
|
"snowball" : {
|
38573
38621
|
"endpoints" : {
|
38574
38622
|
"us-isob-east-1" : { }
|