aws-sdk-bedrockdataautomation 1.6.0 → 1.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c924e97e8184208e40f207c0706450dced26fa1988f4704cd42cbdaba9a0fb3
4
- data.tar.gz: f50a666fecbec76c6523b626b79a0d54cb95d5164cd7e317655957d9c20aab53
3
+ metadata.gz: c477dd61d3f21656f9aa7cf47fde9181d5b0550e168487b4abb57bcdcca1a1a5
4
+ data.tar.gz: 1019bf7c617d6ceb0cc28c60a7eccba35ae2ea81a7ae0e2de86c35404d147417
5
5
  SHA512:
6
- metadata.gz: 544313f4badd0fe341f417aab7296ab8432603916a7bd2c3bca2b94df968161cfc7e1bff0135c42d23e5a5b8cba0121c997b2deac0c75732ac264273a2f1c5b5
7
- data.tar.gz: c0c2ff726c03cffb9e00b58440e6ed467f039699e1ddedc08d719c720aa6110771ce7818ee65227c0aef1a43d57653e47c045a77e99ea0ef17f3cd9360fc1aa0
6
+ metadata.gz: b955a117996061b0dc4707ff73c46b0d9410e5528a432db56e61b450c5e294f435be3917563c74ed8b0827e63be74927b92112435172a2a37bf9298611706f8f
7
+ data.tar.gz: 9271bbe0799068aaa0ec9625e87c26ae87e138a33c414cf375a404755b862d86e63e4738eaeb4aa210ed247eb61ae077c81984911a0cd9ebe83c94585848a403
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2025-05-16)
5
+ ------------------
6
+
7
+ * Feature - Add support for VIDEO modality to BlueprintType enum.
8
+
9
+ 1.9.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.8.0 (2025-05-02)
15
+ ------------------
16
+
17
+ * Feature - Added support for Custom output and blueprints for AUDIO data types.
18
+
19
+ 1.7.0 (2025-05-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.6.0 (2025-04-24)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.10.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
- # Set to true to disable SDK automatically adding host prefix
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, VIDEO
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", "VIDEO"
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", "VIDEO"
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", "VIDEO"
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", "VIDEO"
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.6.0'
1398
+ context[:gem_version] = '1.10.0'
1400
1399
  Seahorse::Client::Request.new(handlers, context)
1401
1400
  end
1402
1401
 
@@ -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
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomation
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomation/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomation/endpoints'
56
56
 
57
- GEM_VERSION = '1.6.0'
57
+ GEM_VERSION = '1.10.0'
58
58
 
59
59
  end
60
60
 
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" | "VIDEO"),
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" | "VIDEO")
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" | "VIDEO")
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.6.0
4
+ version: 1.10.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: 2025-04-24 00:00:00.000000000 Z
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.4.10
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: []