aws-partitions 1.1125.0 → 1.1133.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 +42 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +25 -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: 6ea1389ef37b7db612d9827d2c503d663eecd82ff1cbc4121593a24b994f580a
|
4
|
+
data.tar.gz: 3de94454e4909976b7aabd3e36e0f54081cbefe526e87923cfd0c7786b9b7c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a6d3b37bb85cdccbcdd37d2d524ce9b5c00b7dc7d8e5fe34605ecee5a609545f2996809be81d3dd12c6531a5219323b488db32fad402705ae8f7f4a2bdfa3b
|
7
|
+
data.tar.gz: c2b43e1bb7a4eb1d012f1383b0f349710399d410f02d25c618f3505f52df432e966949cacb9afc14f57271fd63e12f6cc3bdd0b3cb7e72c7c89165519116ce88
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,48 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1133.0 (2025-07-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1132.0 (2025-07-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1131.0 (2025-07-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1130.0 (2025-07-17)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1129.0 (2025-07-16)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
|
28
|
+
|
29
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
|
30
|
+
|
31
|
+
1.1128.0 (2025-07-16)
|
32
|
+
------------------
|
33
|
+
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
35
|
+
|
36
|
+
1.1127.0 (2025-07-15)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Added support for enumerating regions for `Aws::S3Vectors`.
|
40
|
+
|
41
|
+
1.1126.0 (2025-07-09)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
4
46
|
1.1125.0 (2025-07-03)
|
5
47
|
------------------
|
6
48
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1133.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -288,6 +288,8 @@ module Aws
|
|
288
288
|
'Batch' => 'batch',
|
289
289
|
'Bedrock' => 'bedrock',
|
290
290
|
'BedrockAgent' => 'bedrock-agent',
|
291
|
+
'BedrockAgentCore' => 'bedrock-agentcore',
|
292
|
+
'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
|
291
293
|
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
292
294
|
'BedrockDataAutomation' => 'bedrock-data-automation',
|
293
295
|
'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
|
@@ -582,6 +584,7 @@ module Aws
|
|
582
584
|
'S3Control' => 's3-control',
|
583
585
|
'S3Outposts' => 's3-outposts',
|
584
586
|
'S3Tables' => 's3tables',
|
587
|
+
'S3Vectors' => 's3vectors',
|
585
588
|
'SES' => 'email',
|
586
589
|
'SESV2' => 'email',
|
587
590
|
'SMS' => 'sms',
|
data/partitions.json
CHANGED
@@ -1625,6 +1625,7 @@
|
|
1625
1625
|
"endpoints" : {
|
1626
1626
|
"af-south-1" : { },
|
1627
1627
|
"ap-east-1" : { },
|
1628
|
+
"ap-east-2" : { },
|
1628
1629
|
"ap-northeast-1" : { },
|
1629
1630
|
"ap-northeast-2" : { },
|
1630
1631
|
"ap-northeast-3" : { },
|
@@ -5728,6 +5729,7 @@
|
|
5728
5729
|
"tags" : [ "dualstack" ]
|
5729
5730
|
} ]
|
5730
5731
|
},
|
5732
|
+
"ap-southeast-7" : { },
|
5731
5733
|
"ca-central-1" : {
|
5732
5734
|
"variants" : [ {
|
5733
5735
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5834,6 +5836,7 @@
|
|
5834
5836
|
"tags" : [ "dualstack" ]
|
5835
5837
|
} ]
|
5836
5838
|
},
|
5839
|
+
"mx-central-1" : { },
|
5837
5840
|
"sa-east-1" : {
|
5838
5841
|
"variants" : [ {
|
5839
5842
|
"hostname" : "cognito-identity.sa-east-1.amazonaws.com",
|
@@ -5964,6 +5967,7 @@
|
|
5964
5967
|
"tags" : [ "dualstack" ]
|
5965
5968
|
} ]
|
5966
5969
|
},
|
5970
|
+
"ap-southeast-7" : { },
|
5967
5971
|
"ca-central-1" : {
|
5968
5972
|
"variants" : [ {
|
5969
5973
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -6070,6 +6074,7 @@
|
|
6070
6074
|
"tags" : [ "dualstack" ]
|
6071
6075
|
} ]
|
6072
6076
|
},
|
6077
|
+
"mx-central-1" : { },
|
6073
6078
|
"sa-east-1" : {
|
6074
6079
|
"variants" : [ {
|
6075
6080
|
"hostname" : "cognito-idp.sa-east-1.amazonaws.com",
|
@@ -9338,6 +9343,7 @@
|
|
9338
9343
|
"tags" : [ "dualstack" ]
|
9339
9344
|
} ]
|
9340
9345
|
},
|
9346
|
+
"me-central-1" : { },
|
9341
9347
|
"me-south-1" : {
|
9342
9348
|
"variants" : [ {
|
9343
9349
|
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
@@ -11508,6 +11514,7 @@
|
|
11508
11514
|
"endpoints" : {
|
11509
11515
|
"af-south-1" : { },
|
11510
11516
|
"ap-east-1" : { },
|
11517
|
+
"ap-east-2" : { },
|
11511
11518
|
"ap-northeast-1" : { },
|
11512
11519
|
"ap-northeast-2" : { },
|
11513
11520
|
"ap-northeast-3" : { },
|
@@ -13857,6 +13864,7 @@
|
|
13857
13864
|
"endpoints" : {
|
13858
13865
|
"af-south-1" : { },
|
13859
13866
|
"ap-east-1" : { },
|
13867
|
+
"ap-east-2" : { },
|
13860
13868
|
"ap-northeast-1" : { },
|
13861
13869
|
"ap-northeast-2" : { },
|
13862
13870
|
"ap-northeast-3" : { },
|
@@ -14251,6 +14259,7 @@
|
|
14251
14259
|
"endpoints" : {
|
14252
14260
|
"af-south-1" : { },
|
14253
14261
|
"ap-east-1" : { },
|
14262
|
+
"ap-east-2" : { },
|
14254
14263
|
"ap-northeast-1" : { },
|
14255
14264
|
"ap-northeast-2" : { },
|
14256
14265
|
"ap-northeast-3" : { },
|
@@ -16970,6 +16979,8 @@
|
|
16970
16979
|
"ap-southeast-2" : { },
|
16971
16980
|
"ap-southeast-3" : { },
|
16972
16981
|
"ap-southeast-4" : { },
|
16982
|
+
"ap-southeast-5" : { },
|
16983
|
+
"ap-southeast-7" : { },
|
16973
16984
|
"ca-central-1" : { },
|
16974
16985
|
"eu-central-1" : { },
|
16975
16986
|
"eu-central-2" : { },
|
@@ -17216,6 +17227,7 @@
|
|
17216
17227
|
"endpoints" : {
|
17217
17228
|
"af-south-1" : { },
|
17218
17229
|
"ap-east-1" : { },
|
17230
|
+
"ap-east-2" : { },
|
17219
17231
|
"ap-northeast-1" : { },
|
17220
17232
|
"ap-northeast-2" : { },
|
17221
17233
|
"ap-northeast-3" : { },
|
@@ -21420,7 +21432,9 @@
|
|
21420
21432
|
"ap-southeast-2" : { },
|
21421
21433
|
"ap-southeast-3" : { },
|
21422
21434
|
"ap-southeast-4" : { },
|
21435
|
+
"ap-southeast-5" : { },
|
21423
21436
|
"ca-central-1" : { },
|
21437
|
+
"ca-west-1" : { },
|
21424
21438
|
"eu-central-1" : { },
|
21425
21439
|
"eu-central-2" : { },
|
21426
21440
|
"eu-north-1" : { },
|
@@ -22504,6 +22518,7 @@
|
|
22504
22518
|
"endpoints" : {
|
22505
22519
|
"af-south-1" : { },
|
22506
22520
|
"ap-east-1" : { },
|
22521
|
+
"ap-east-2" : { },
|
22507
22522
|
"ap-northeast-1" : { },
|
22508
22523
|
"ap-northeast-2" : { },
|
22509
22524
|
"ap-northeast-3" : { },
|
@@ -22513,6 +22528,8 @@
|
|
22513
22528
|
"ap-southeast-2" : { },
|
22514
22529
|
"ap-southeast-3" : { },
|
22515
22530
|
"ap-southeast-4" : { },
|
22531
|
+
"ap-southeast-5" : { },
|
22532
|
+
"ap-southeast-7" : { },
|
22516
22533
|
"ca-central-1" : { },
|
22517
22534
|
"ca-west-1" : { },
|
22518
22535
|
"eu-central-1" : { },
|
@@ -22526,6 +22543,7 @@
|
|
22526
22543
|
"il-central-1" : { },
|
22527
22544
|
"me-central-1" : { },
|
22528
22545
|
"me-south-1" : { },
|
22546
|
+
"mx-central-1" : { },
|
22529
22547
|
"sa-east-1" : { },
|
22530
22548
|
"us-east-1" : { },
|
22531
22549
|
"us-east-2" : { },
|
@@ -22801,6 +22819,7 @@
|
|
22801
22819
|
"tags" : [ "dualstack" ]
|
22802
22820
|
} ]
|
22803
22821
|
},
|
22822
|
+
"ap-east-2" : { },
|
22804
22823
|
"ap-northeast-1" : {
|
22805
22824
|
"variants" : [ {
|
22806
22825
|
"hostname" : "securityhub.ap-northeast-1.api.aws",
|
@@ -39902,6 +39921,12 @@
|
|
39902
39921
|
"us-isof-south-1" : { }
|
39903
39922
|
}
|
39904
39923
|
},
|
39924
|
+
"runtime.sagemaker" : {
|
39925
|
+
"endpoints" : {
|
39926
|
+
"us-isof-east-1" : { },
|
39927
|
+
"us-isof-south-1" : { }
|
39928
|
+
}
|
39929
|
+
},
|
39905
39930
|
"s3" : {
|
39906
39931
|
"defaults" : {
|
39907
39932
|
"protocols" : [ "http", "https" ],
|