lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.16.0 vs lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.17.0

- old
+ new

@@ -2218,10 +2218,12 @@ # * {Types::GetRunResponse#stop_time #stop_time} => Time # * {Types::GetRunResponse#status_message #status_message} => String # * {Types::GetRunResponse#tags #tags} => Hash<String,String> # * {Types::GetRunResponse#accelerators #accelerators} => String # * {Types::GetRunResponse#retention_mode #retention_mode} => String + # * {Types::GetRunResponse#failure_reason #failure_reason} => String + # * {Types::GetRunResponse#log_location #log_location} => Types::RunLogLocation # # @example Request syntax with placeholder values # # resp = client.get_run({ # id: "RunId", # required @@ -2254,10 +2256,13 @@ # resp.status_message #=> String # resp.tags #=> Hash # resp.tags["TagKey"] #=> String # resp.accelerators #=> String, one of "GPU" # resp.retention_mode #=> String, one of "RETAIN", "REMOVE" + # resp.failure_reason #=> String + # resp.log_location.engine_log_stream #=> String + # resp.log_location.run_log_stream #=> String # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * run_completed @@ -2318,11 +2323,11 @@ end # Gets information about a workflow run task. # # @option params [required, String] :id - # The task's ID. + # The workflow run ID. # # @option params [required, String] :task_id # The task's ID. # # @return [Types::GetRunTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -2337,10 +2342,11 @@ # * {Types::GetRunTaskResponse#stop_time #stop_time} => Time # * {Types::GetRunTaskResponse#status_message #status_message} => String # * {Types::GetRunTaskResponse#log_stream #log_stream} => String # * {Types::GetRunTaskResponse#gpus #gpus} => Integer # * {Types::GetRunTaskResponse#instance_type #instance_type} => String + # * {Types::GetRunTaskResponse#failure_reason #failure_reason} => String # # @example Request syntax with placeholder values # # resp = client.get_run_task({ # id: "RunId", # required @@ -2359,10 +2365,11 @@ # resp.stop_time #=> Time # resp.status_message #=> String # resp.log_stream #=> String # resp.gpus #=> Integer # resp.instance_type #=> String + # resp.failure_reason #=> String # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * task_completed @@ -4613,10 +4620,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-omics' - context[:gem_version] = '1.16.0' + context[:gem_version] = '1.17.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #