aws-partitions 1.1126.0 → 1.1131.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 +27 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +14 -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: 647e4bd97b502cae9b9f87f1758c1ba1944eed85f3c7ecc4b066d67b6c037409
|
4
|
+
data.tar.gz: 2b294fe3f40bd8066c59d63460ff8e1e618bb62b5a7ddd1cba787a0661ef3c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63e301fba0a654713fd7e100d64e2d45743b470da7bd1f677ff9b0c636613f1e994945a84ab80230d052d5ec8118ae06bc2ed6e3d3594d7997cfa53d2e98ed04
|
7
|
+
data.tar.gz: 385a5743e6083ad8e8ec0c83e82d791a40b4164b10b12bc12461f8dcb2faaf821568a6c9fbaa7e98ccc6300b8f40acc82bcadf718a380233fe9fc510faeeebdf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,33 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1131.0 (2025-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1130.0 (2025-07-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1129.0 (2025-07-16)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
|
18
|
+
|
19
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
|
20
|
+
|
21
|
+
1.1128.0 (2025-07-16)
|
22
|
+
------------------
|
23
|
+
|
24
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
25
|
+
|
26
|
+
1.1127.0 (2025-07-15)
|
27
|
+
------------------
|
28
|
+
|
29
|
+
* Feature - Added support for enumerating regions for `Aws::S3Vectors`.
|
30
|
+
|
4
31
|
1.1126.0 (2025-07-09)
|
5
32
|
------------------
|
6
33
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1131.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
@@ -11510,6 +11510,7 @@
|
|
11510
11510
|
"endpoints" : {
|
11511
11511
|
"af-south-1" : { },
|
11512
11512
|
"ap-east-1" : { },
|
11513
|
+
"ap-east-2" : { },
|
11513
11514
|
"ap-northeast-1" : { },
|
11514
11515
|
"ap-northeast-2" : { },
|
11515
11516
|
"ap-northeast-3" : { },
|
@@ -13859,6 +13860,7 @@
|
|
13859
13860
|
"endpoints" : {
|
13860
13861
|
"af-south-1" : { },
|
13861
13862
|
"ap-east-1" : { },
|
13863
|
+
"ap-east-2" : { },
|
13862
13864
|
"ap-northeast-1" : { },
|
13863
13865
|
"ap-northeast-2" : { },
|
13864
13866
|
"ap-northeast-3" : { },
|
@@ -16973,6 +16975,8 @@
|
|
16973
16975
|
"ap-southeast-2" : { },
|
16974
16976
|
"ap-southeast-3" : { },
|
16975
16977
|
"ap-southeast-4" : { },
|
16978
|
+
"ap-southeast-5" : { },
|
16979
|
+
"ap-southeast-7" : { },
|
16976
16980
|
"ca-central-1" : { },
|
16977
16981
|
"eu-central-1" : { },
|
16978
16982
|
"eu-central-2" : { },
|
@@ -17219,6 +17223,7 @@
|
|
17219
17223
|
"endpoints" : {
|
17220
17224
|
"af-south-1" : { },
|
17221
17225
|
"ap-east-1" : { },
|
17226
|
+
"ap-east-2" : { },
|
17222
17227
|
"ap-northeast-1" : { },
|
17223
17228
|
"ap-northeast-2" : { },
|
17224
17229
|
"ap-northeast-3" : { },
|
@@ -21423,7 +21428,9 @@
|
|
21423
21428
|
"ap-southeast-2" : { },
|
21424
21429
|
"ap-southeast-3" : { },
|
21425
21430
|
"ap-southeast-4" : { },
|
21431
|
+
"ap-southeast-5" : { },
|
21426
21432
|
"ca-central-1" : { },
|
21433
|
+
"ca-west-1" : { },
|
21427
21434
|
"eu-central-1" : { },
|
21428
21435
|
"eu-central-2" : { },
|
21429
21436
|
"eu-north-1" : { },
|
@@ -22808,6 +22815,7 @@
|
|
22808
22815
|
"tags" : [ "dualstack" ]
|
22809
22816
|
} ]
|
22810
22817
|
},
|
22818
|
+
"ap-east-2" : { },
|
22811
22819
|
"ap-northeast-1" : {
|
22812
22820
|
"variants" : [ {
|
22813
22821
|
"hostname" : "securityhub.ap-northeast-1.api.aws",
|
@@ -39909,6 +39917,12 @@
|
|
39909
39917
|
"us-isof-south-1" : { }
|
39910
39918
|
}
|
39911
39919
|
},
|
39920
|
+
"runtime.sagemaker" : {
|
39921
|
+
"endpoints" : {
|
39922
|
+
"us-isof-east-1" : { },
|
39923
|
+
"us-isof-south-1" : { }
|
39924
|
+
}
|
39925
|
+
},
|
39912
39926
|
"s3" : {
|
39913
39927
|
"defaults" : {
|
39914
39928
|
"protocols" : [ "http", "https" ],
|