aws-sdk-bedrockdataautomation 1.7.0 → 1.9.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockdataautomation/client.rb +7 -8
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -2
- 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: ecc37e44157e451155e12df178b26d8be39da2d05ac6b7481799a88a16d7f8e5
|
4
|
+
data.tar.gz: 51f2b2c604bc8a02500664fd659537919a43d14935a79363927621528e3c841c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a8dcc48fbe82f354fb8a279e03047205c331dc50be83d843147057b1fd8958b89cf62090cecaaea990cbee3949173bd6c21ec7cfe4a85f582ef2ff806ce6f78
|
7
|
+
data.tar.gz: a7ff620772af8727c9bb6dce5a739886d0c56a724b1160a05b0bb79f375b58a6eeb27d415dd43b57284dea46656d94b90f8c2b1a6d20d78f8ef6b0147db64dc1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.9.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.8.0 (2025-05-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for Custom output and blueprints for AUDIO data types.
|
13
|
+
|
4
14
|
1.7.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -200,8 +200,7 @@ module Aws::BedrockDataAutomation
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -504,7 +503,7 @@ module Aws::BedrockDataAutomation
|
|
504
503
|
#
|
505
504
|
# resp = client.create_blueprint({
|
506
505
|
# blueprint_name: "BlueprintName", # required
|
507
|
-
# type: "DOCUMENT", # required, accepts DOCUMENT, IMAGE
|
506
|
+
# type: "DOCUMENT", # required, accepts DOCUMENT, IMAGE, AUDIO
|
508
507
|
# blueprint_stage: "DEVELOPMENT", # accepts DEVELOPMENT, LIVE
|
509
508
|
# schema: "BlueprintSchema", # required
|
510
509
|
# client_token: "ClientToken",
|
@@ -526,7 +525,7 @@ module Aws::BedrockDataAutomation
|
|
526
525
|
#
|
527
526
|
# resp.blueprint.blueprint_arn #=> String
|
528
527
|
# resp.blueprint.schema #=> String
|
529
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
528
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
530
529
|
# resp.blueprint.creation_time #=> Time
|
531
530
|
# resp.blueprint.last_modified_time #=> Time
|
532
531
|
# resp.blueprint.blueprint_name #=> String
|
@@ -572,7 +571,7 @@ module Aws::BedrockDataAutomation
|
|
572
571
|
#
|
573
572
|
# resp.blueprint.blueprint_arn #=> String
|
574
573
|
# resp.blueprint.schema #=> String
|
575
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
574
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
576
575
|
# resp.blueprint.creation_time #=> Time
|
577
576
|
# resp.blueprint.last_modified_time #=> Time
|
578
577
|
# resp.blueprint.blueprint_name #=> String
|
@@ -854,7 +853,7 @@ module Aws::BedrockDataAutomation
|
|
854
853
|
#
|
855
854
|
# resp.blueprint.blueprint_arn #=> String
|
856
855
|
# resp.blueprint.schema #=> String
|
857
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
856
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
858
857
|
# resp.blueprint.creation_time #=> Time
|
859
858
|
# resp.blueprint.last_modified_time #=> Time
|
860
859
|
# resp.blueprint.blueprint_name #=> String
|
@@ -1195,7 +1194,7 @@ module Aws::BedrockDataAutomation
|
|
1195
1194
|
#
|
1196
1195
|
# resp.blueprint.blueprint_arn #=> String
|
1197
1196
|
# resp.blueprint.schema #=> String
|
1198
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
1197
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
1199
1198
|
# resp.blueprint.creation_time #=> Time
|
1200
1199
|
# resp.blueprint.last_modified_time #=> Time
|
1201
1200
|
# resp.blueprint.blueprint_name #=> String
|
@@ -1396,7 +1395,7 @@ module Aws::BedrockDataAutomation
|
|
1396
1395
|
tracer: tracer
|
1397
1396
|
)
|
1398
1397
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
1399
|
-
context[:gem_version] = '1.
|
1398
|
+
context[:gem_version] = '1.9.0'
|
1400
1399
|
Seahorse::Client::Request.new(handlers, context)
|
1401
1400
|
end
|
1402
1401
|
|
data/sig/client.rbs
CHANGED
@@ -84,7 +84,7 @@ module Aws
|
|
84
84
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockDataAutomation/Client.html#create_blueprint-instance_method
|
85
85
|
def create_blueprint: (
|
86
86
|
blueprint_name: ::String,
|
87
|
-
type: ("DOCUMENT" | "IMAGE"),
|
87
|
+
type: ("DOCUMENT" | "IMAGE" | "AUDIO"),
|
88
88
|
?blueprint_stage: ("DEVELOPMENT" | "LIVE"),
|
89
89
|
schema: ::String,
|
90
90
|
?client_token: ::String,
|
data/sig/types.rbs
CHANGED
@@ -44,7 +44,7 @@ module Aws::BedrockDataAutomation
|
|
44
44
|
class Blueprint
|
45
45
|
attr_accessor blueprint_arn: ::String
|
46
46
|
attr_accessor schema: ::String
|
47
|
-
attr_accessor type: ("DOCUMENT" | "IMAGE")
|
47
|
+
attr_accessor type: ("DOCUMENT" | "IMAGE" | "AUDIO")
|
48
48
|
attr_accessor creation_time: ::Time
|
49
49
|
attr_accessor last_modified_time: ::Time
|
50
50
|
attr_accessor blueprint_name: ::String
|
@@ -86,7 +86,7 @@ module Aws::BedrockDataAutomation
|
|
86
86
|
|
87
87
|
class CreateBlueprintRequest
|
88
88
|
attr_accessor blueprint_name: ::String
|
89
|
-
attr_accessor type: ("DOCUMENT" | "IMAGE")
|
89
|
+
attr_accessor type: ("DOCUMENT" | "IMAGE" | "AUDIO")
|
90
90
|
attr_accessor blueprint_stage: ("DEVELOPMENT" | "LIVE")
|
91
91
|
attr_accessor schema: ::String
|
92
92
|
attr_accessor client_token: ::String
|