aws-sdk-bedrockdataautomation 1.6.0 → 1.8.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 +6 -6
- data/lib/aws-sdk-bedrockdataautomation/client_api.rb +3 -3
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -2
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe312351deaa781cdfc879f164d7f2fdc42a363c5d5f075f315f7f11a654e2ce
|
4
|
+
data.tar.gz: 9463fdf41b223ca1aa49b9217b2fb10c958255ac7139db365353cc9af63147a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebc74490a467c16cf940cb1f44806be83bbbb9b26d508856930962d8760bd301fc3ef6750f389e64a5631c1dccd43f27013997d6761836bffa1322062b133f09
|
7
|
+
data.tar.gz: 27331853ad3873588ae75a48a2ebc838a340a4fb146e45fd3813a6dbffba6bf1a4c7da4d5c85bc171b53f183059ae8419215fcb41a8a5cd4df237fdbf2428717
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.8.0 (2025-05-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for Custom output and blueprints for AUDIO data types.
|
8
|
+
|
9
|
+
1.7.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.6.0 (2025-04-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -504,7 +504,7 @@ module Aws::BedrockDataAutomation
|
|
504
504
|
#
|
505
505
|
# resp = client.create_blueprint({
|
506
506
|
# blueprint_name: "BlueprintName", # required
|
507
|
-
# type: "DOCUMENT", # required, accepts DOCUMENT, IMAGE
|
507
|
+
# type: "DOCUMENT", # required, accepts DOCUMENT, IMAGE, AUDIO
|
508
508
|
# blueprint_stage: "DEVELOPMENT", # accepts DEVELOPMENT, LIVE
|
509
509
|
# schema: "BlueprintSchema", # required
|
510
510
|
# client_token: "ClientToken",
|
@@ -526,7 +526,7 @@ module Aws::BedrockDataAutomation
|
|
526
526
|
#
|
527
527
|
# resp.blueprint.blueprint_arn #=> String
|
528
528
|
# resp.blueprint.schema #=> String
|
529
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
529
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
530
530
|
# resp.blueprint.creation_time #=> Time
|
531
531
|
# resp.blueprint.last_modified_time #=> Time
|
532
532
|
# resp.blueprint.blueprint_name #=> String
|
@@ -572,7 +572,7 @@ module Aws::BedrockDataAutomation
|
|
572
572
|
#
|
573
573
|
# resp.blueprint.blueprint_arn #=> String
|
574
574
|
# resp.blueprint.schema #=> String
|
575
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
575
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
576
576
|
# resp.blueprint.creation_time #=> Time
|
577
577
|
# resp.blueprint.last_modified_time #=> Time
|
578
578
|
# resp.blueprint.blueprint_name #=> String
|
@@ -854,7 +854,7 @@ module Aws::BedrockDataAutomation
|
|
854
854
|
#
|
855
855
|
# resp.blueprint.blueprint_arn #=> String
|
856
856
|
# resp.blueprint.schema #=> String
|
857
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
857
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
858
858
|
# resp.blueprint.creation_time #=> Time
|
859
859
|
# resp.blueprint.last_modified_time #=> Time
|
860
860
|
# resp.blueprint.blueprint_name #=> String
|
@@ -1195,7 +1195,7 @@ module Aws::BedrockDataAutomation
|
|
1195
1195
|
#
|
1196
1196
|
# resp.blueprint.blueprint_arn #=> String
|
1197
1197
|
# resp.blueprint.schema #=> String
|
1198
|
-
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE"
|
1198
|
+
# resp.blueprint.type #=> String, one of "DOCUMENT", "IMAGE", "AUDIO"
|
1199
1199
|
# resp.blueprint.creation_time #=> Time
|
1200
1200
|
# resp.blueprint.last_modified_time #=> Time
|
1201
1201
|
# resp.blueprint.blueprint_name #=> String
|
@@ -1396,7 +1396,7 @@ module Aws::BedrockDataAutomation
|
|
1396
1396
|
tracer: tracer
|
1397
1397
|
)
|
1398
1398
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
1399
|
-
context[:gem_version] = '1.
|
1399
|
+
context[:gem_version] = '1.8.0'
|
1400
1400
|
Seahorse::Client::Request.new(handlers, context)
|
1401
1401
|
end
|
1402
1402
|
|
@@ -208,7 +208,7 @@ module Aws::BedrockDataAutomation
|
|
208
208
|
CreateBlueprintRequest.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
|
209
209
|
CreateBlueprintRequest.add_member(:blueprint_stage, Shapes::ShapeRef.new(shape: BlueprintStage, location_name: "blueprintStage"))
|
210
210
|
CreateBlueprintRequest.add_member(:schema, Shapes::ShapeRef.new(shape: BlueprintSchema, required: true, location_name: "schema"))
|
211
|
-
CreateBlueprintRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
211
|
+
CreateBlueprintRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
212
212
|
CreateBlueprintRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
213
213
|
CreateBlueprintRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
214
214
|
CreateBlueprintRequest.struct_class = Types::CreateBlueprintRequest
|
@@ -217,7 +217,7 @@ module Aws::BedrockDataAutomation
|
|
217
217
|
CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
|
218
218
|
|
219
219
|
CreateBlueprintVersionRequest.add_member(:blueprint_arn, Shapes::ShapeRef.new(shape: BlueprintArn, required: true, location: "uri", location_name: "blueprintArn"))
|
220
|
-
CreateBlueprintVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
220
|
+
CreateBlueprintVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
221
221
|
CreateBlueprintVersionRequest.struct_class = Types::CreateBlueprintVersionRequest
|
222
222
|
|
223
223
|
CreateBlueprintVersionResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, required: true, location_name: "blueprint"))
|
@@ -229,7 +229,7 @@ module Aws::BedrockDataAutomation
|
|
229
229
|
CreateDataAutomationProjectRequest.add_member(:standard_output_configuration, Shapes::ShapeRef.new(shape: StandardOutputConfiguration, required: true, location_name: "standardOutputConfiguration"))
|
230
230
|
CreateDataAutomationProjectRequest.add_member(:custom_output_configuration, Shapes::ShapeRef.new(shape: CustomOutputConfiguration, location_name: "customOutputConfiguration"))
|
231
231
|
CreateDataAutomationProjectRequest.add_member(:override_configuration, Shapes::ShapeRef.new(shape: OverrideConfiguration, location_name: "overrideConfiguration"))
|
232
|
-
CreateDataAutomationProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
232
|
+
CreateDataAutomationProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
233
233
|
CreateDataAutomationProjectRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
234
234
|
CreateDataAutomationProjectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
235
235
|
CreateDataAutomationProjectRequest.struct_class = Types::CreateDataAutomationProjectRequest
|
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
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-bedrockdataautomation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomation
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomation/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Data Automation for Amazon Bedrock
|
99
96
|
test_files: []
|