aws-partitions 1.1126.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 +37 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +18 -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,43 @@
|
|
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
|
+
|
4
41
|
1.1126.0 (2025-07-09)
|
5
42
|
------------------
|
6
43
|
|
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
@@ -5729,6 +5729,7 @@
|
|
5729
5729
|
"tags" : [ "dualstack" ]
|
5730
5730
|
} ]
|
5731
5731
|
},
|
5732
|
+
"ap-southeast-7" : { },
|
5732
5733
|
"ca-central-1" : {
|
5733
5734
|
"variants" : [ {
|
5734
5735
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5835,6 +5836,7 @@
|
|
5835
5836
|
"tags" : [ "dualstack" ]
|
5836
5837
|
} ]
|
5837
5838
|
},
|
5839
|
+
"mx-central-1" : { },
|
5838
5840
|
"sa-east-1" : {
|
5839
5841
|
"variants" : [ {
|
5840
5842
|
"hostname" : "cognito-identity.sa-east-1.amazonaws.com",
|
@@ -5965,6 +5967,7 @@
|
|
5965
5967
|
"tags" : [ "dualstack" ]
|
5966
5968
|
} ]
|
5967
5969
|
},
|
5970
|
+
"ap-southeast-7" : { },
|
5968
5971
|
"ca-central-1" : {
|
5969
5972
|
"variants" : [ {
|
5970
5973
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -6071,6 +6074,7 @@
|
|
6071
6074
|
"tags" : [ "dualstack" ]
|
6072
6075
|
} ]
|
6073
6076
|
},
|
6077
|
+
"mx-central-1" : { },
|
6074
6078
|
"sa-east-1" : {
|
6075
6079
|
"variants" : [ {
|
6076
6080
|
"hostname" : "cognito-idp.sa-east-1.amazonaws.com",
|
@@ -11510,6 +11514,7 @@
|
|
11510
11514
|
"endpoints" : {
|
11511
11515
|
"af-south-1" : { },
|
11512
11516
|
"ap-east-1" : { },
|
11517
|
+
"ap-east-2" : { },
|
11513
11518
|
"ap-northeast-1" : { },
|
11514
11519
|
"ap-northeast-2" : { },
|
11515
11520
|
"ap-northeast-3" : { },
|
@@ -13859,6 +13864,7 @@
|
|
13859
13864
|
"endpoints" : {
|
13860
13865
|
"af-south-1" : { },
|
13861
13866
|
"ap-east-1" : { },
|
13867
|
+
"ap-east-2" : { },
|
13862
13868
|
"ap-northeast-1" : { },
|
13863
13869
|
"ap-northeast-2" : { },
|
13864
13870
|
"ap-northeast-3" : { },
|
@@ -16973,6 +16979,8 @@
|
|
16973
16979
|
"ap-southeast-2" : { },
|
16974
16980
|
"ap-southeast-3" : { },
|
16975
16981
|
"ap-southeast-4" : { },
|
16982
|
+
"ap-southeast-5" : { },
|
16983
|
+
"ap-southeast-7" : { },
|
16976
16984
|
"ca-central-1" : { },
|
16977
16985
|
"eu-central-1" : { },
|
16978
16986
|
"eu-central-2" : { },
|
@@ -17219,6 +17227,7 @@
|
|
17219
17227
|
"endpoints" : {
|
17220
17228
|
"af-south-1" : { },
|
17221
17229
|
"ap-east-1" : { },
|
17230
|
+
"ap-east-2" : { },
|
17222
17231
|
"ap-northeast-1" : { },
|
17223
17232
|
"ap-northeast-2" : { },
|
17224
17233
|
"ap-northeast-3" : { },
|
@@ -21423,7 +21432,9 @@
|
|
21423
21432
|
"ap-southeast-2" : { },
|
21424
21433
|
"ap-southeast-3" : { },
|
21425
21434
|
"ap-southeast-4" : { },
|
21435
|
+
"ap-southeast-5" : { },
|
21426
21436
|
"ca-central-1" : { },
|
21437
|
+
"ca-west-1" : { },
|
21427
21438
|
"eu-central-1" : { },
|
21428
21439
|
"eu-central-2" : { },
|
21429
21440
|
"eu-north-1" : { },
|
@@ -22808,6 +22819,7 @@
|
|
22808
22819
|
"tags" : [ "dualstack" ]
|
22809
22820
|
} ]
|
22810
22821
|
},
|
22822
|
+
"ap-east-2" : { },
|
22811
22823
|
"ap-northeast-1" : {
|
22812
22824
|
"variants" : [ {
|
22813
22825
|
"hostname" : "securityhub.ap-northeast-1.api.aws",
|
@@ -39909,6 +39921,12 @@
|
|
39909
39921
|
"us-isof-south-1" : { }
|
39910
39922
|
}
|
39911
39923
|
},
|
39924
|
+
"runtime.sagemaker" : {
|
39925
|
+
"endpoints" : {
|
39926
|
+
"us-isof-east-1" : { },
|
39927
|
+
"us-isof-south-1" : { }
|
39928
|
+
}
|
39929
|
+
},
|
39912
39930
|
"s3" : {
|
39913
39931
|
"defaults" : {
|
39914
39932
|
"protocols" : [ "http", "https" ],
|