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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b809cf94f4f447c5422381c0714fe5802256469e6dfd7a65ecd159442f29c7c
4
- data.tar.gz: bf8d4e7df7e3998c77131d025d4d8ca27d1d26bc8cbd8cfe1a624d2ce3d01215
3
+ metadata.gz: ecc37e44157e451155e12df178b26d8be39da2d05ac6b7481799a88a16d7f8e5
4
+ data.tar.gz: 51f2b2c604bc8a02500664fd659537919a43d14935a79363927621528e3c841c
5
5
  SHA512:
6
- metadata.gz: c2968c2a5ebad045ea1aebf9f56719ddbff8bb53f656a8123cf6586f2ee7dbfdd25e1490a8b7368c23aa4aac86af4059ef58ae968354d3d9ba9a7f9ef531e234
7
- data.tar.gz: cd2348ff2064980dd994cf12793a9bbe23826aa6849f67775cdb90b3e1a8321b732a8b7da06b9ef0ed307c318b8b8a1cd66f0bd88f55ad0f17e16113bbb5cdf4
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.7.0
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
- # 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
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.7.0'
1398
+ context[:gem_version] = '1.9.0'
1400
1399
  Seahorse::Client::Request.new(handlers, context)
1401
1400
  end
1402
1401
 
@@ -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.7.0'
57
+ GEM_VERSION = '1.9.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"),
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services