aws-sdk-bedrockdataautomationruntime 1.17.0 → 1.18.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: 749aaeeb156d600c2bb122236dee08170b866a558054bfedda3b827290359f9c
4
- data.tar.gz: a876f4b305b21f8392bcb94b307312f7d09b5d11660a7f1b191b3c28fe9cbad4
3
+ metadata.gz: c537104b96f99d31a07a30dd78192ed8a1d00ec9c055302d89f1b4577a416d70
4
+ data.tar.gz: 606a5412a9cc06a88edeafd1cb572cf2211b3b7b1f15be6e7814c64a93d121c6
5
5
  SHA512:
6
- metadata.gz: 24b28d524e598946f7741ed25f52a79abd3fa2c16cfa20dddcaf19f3588a53ed7c2db80a613571b3ce63e869b9edc5325364c443a035528e6fd950ae4762430e
7
- data.tar.gz: 865e375224b6148bf1d9baa166b827d4f30dde4ab40781176ac9e6f99a6beb54de2ba7f2ada1448a00f27a0ac5ec579e1636f351482cc6a2b63d32a5bc318171
6
+ metadata.gz: 53cfd6454d264e851a1b3275085121f82ddb733a067e0113ebc12fb6f1a1a556d6ea5b284e240be334aeeb96b1880ff8ce7d318be9c03a50fe9576cfd931159c
7
+ data.tar.gz: 0a5aa365a1b33fcd0b610ca15e35cc99351dfb9f2f4db47e3e8b3be0d68970cd05b4cbbfc5124b0ce49bc05d083e79e2c83b87ccd99b00dabe7b16539472b3d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new fields to GetDataAutomationStatus: jobSubmissionTime, jobCompletionTime, and jobDurationInSeconds
8
+
4
9
  1.17.0 (2025-11-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -494,6 +494,9 @@ module Aws::BedrockDataAutomationRuntime
494
494
  # * {Types::GetDataAutomationStatusResponse#error_type #error_type} => String
495
495
  # * {Types::GetDataAutomationStatusResponse#error_message #error_message} => String
496
496
  # * {Types::GetDataAutomationStatusResponse#output_configuration #output_configuration} => Types::OutputConfiguration
497
+ # * {Types::GetDataAutomationStatusResponse#job_submission_time #job_submission_time} => Time
498
+ # * {Types::GetDataAutomationStatusResponse#job_completion_time #job_completion_time} => Time
499
+ # * {Types::GetDataAutomationStatusResponse#job_duration_in_seconds #job_duration_in_seconds} => Integer
497
500
  #
498
501
  # @example Request syntax with placeholder values
499
502
  #
@@ -507,6 +510,9 @@ module Aws::BedrockDataAutomationRuntime
507
510
  # resp.error_type #=> String
508
511
  # resp.error_message #=> String
509
512
  # resp.output_configuration.s3_uri #=> String
513
+ # resp.job_submission_time #=> Time
514
+ # resp.job_completion_time #=> Time
515
+ # resp.job_duration_in_seconds #=> Integer
510
516
  #
511
517
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-runtime-2024-06-13/GetDataAutomationStatus AWS API Documentation
512
518
  #
@@ -788,7 +794,7 @@ module Aws::BedrockDataAutomationRuntime
788
794
  tracer: tracer
789
795
  )
790
796
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
791
- context[:gem_version] = '1.17.0'
797
+ context[:gem_version] = '1.18.0'
792
798
  Seahorse::Client::Request.new(handlers, context)
793
799
  end
794
800
 
@@ -38,6 +38,7 @@ module Aws::BedrockDataAutomationRuntime
38
38
  GetDataAutomationStatusResponse = Shapes::StructureShape.new(name: 'GetDataAutomationStatusResponse')
39
39
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
40
40
  InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
41
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
41
42
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
42
43
  InvocationArn = Shapes::StringShape.new(name: 'InvocationArn')
43
44
  InvokeDataAutomationAsyncRequest = Shapes::StructureShape.new(name: 'InvokeDataAutomationAsyncRequest')
@@ -59,6 +60,7 @@ module Aws::BedrockDataAutomationRuntime
59
60
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
60
61
  String = Shapes::StringShape.new(name: 'String')
61
62
  SyncInputConfiguration = Shapes::StructureShape.new(name: 'SyncInputConfiguration')
63
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
62
64
  Tag = Shapes::StructureShape.new(name: 'Tag')
63
65
  TagKey = Shapes::StringShape.new(name: 'TagKey')
64
66
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -111,6 +113,9 @@ module Aws::BedrockDataAutomationRuntime
111
113
  GetDataAutomationStatusResponse.add_member(:error_type, Shapes::ShapeRef.new(shape: String, location_name: "errorType"))
112
114
  GetDataAutomationStatusResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
113
115
  GetDataAutomationStatusResponse.add_member(:output_configuration, Shapes::ShapeRef.new(shape: OutputConfiguration, location_name: "outputConfiguration"))
116
+ GetDataAutomationStatusResponse.add_member(:job_submission_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "jobSubmissionTime"))
117
+ GetDataAutomationStatusResponse.add_member(:job_completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "jobCompletionTime"))
118
+ GetDataAutomationStatusResponse.add_member(:job_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "jobDurationInSeconds"))
114
119
  GetDataAutomationStatusResponse.struct_class = Types::GetDataAutomationStatusResponse
115
120
 
116
121
  InputConfiguration.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "s3Uri"))
@@ -146,13 +146,28 @@ module Aws::BedrockDataAutomationRuntime
146
146
  # Output configuration.
147
147
  # @return [Types::OutputConfiguration]
148
148
  #
149
+ # @!attribute [rw] job_submission_time
150
+ # Job Submission time.
151
+ # @return [Time]
152
+ #
153
+ # @!attribute [rw] job_completion_time
154
+ # Job completion time.
155
+ # @return [Time]
156
+ #
157
+ # @!attribute [rw] job_duration_in_seconds
158
+ # Job duration in seconds.
159
+ # @return [Integer]
160
+ #
149
161
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-runtime-2024-06-13/GetDataAutomationStatusResponse AWS API Documentation
150
162
  #
151
163
  class GetDataAutomationStatusResponse < Struct.new(
152
164
  :status,
153
165
  :error_type,
154
166
  :error_message,
155
- :output_configuration)
167
+ :output_configuration,
168
+ :job_submission_time,
169
+ :job_completion_time,
170
+ :job_duration_in_seconds)
156
171
  SENSITIVE = []
157
172
  include Aws::Structure
158
173
  end
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomationRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomationruntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomationruntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.17.0'
57
+ GEM_VERSION = '1.18.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -85,6 +85,9 @@ module Aws
85
85
  def error_type: () -> ::String
86
86
  def error_message: () -> ::String
87
87
  def output_configuration: () -> Types::OutputConfiguration
88
+ def job_submission_time: () -> ::Time
89
+ def job_completion_time: () -> ::Time
90
+ def job_duration_in_seconds: () -> ::Integer
88
91
  end
89
92
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockDataAutomationRuntime/Client.html#get_data_automation_status-instance_method
90
93
  def get_data_automation_status: (
data/sig/types.rbs CHANGED
@@ -52,6 +52,9 @@ module Aws::BedrockDataAutomationRuntime
52
52
  attr_accessor error_type: ::String
53
53
  attr_accessor error_message: ::String
54
54
  attr_accessor output_configuration: Types::OutputConfiguration
55
+ attr_accessor job_submission_time: ::Time
56
+ attr_accessor job_completion_time: ::Time
57
+ attr_accessor job_duration_in_seconds: ::Integer
55
58
  SENSITIVE: []
56
59
  end
57
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomationruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement