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

- old
+ new

@@ -2220,10 +2220,12 @@ # * {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 + # * {Types::GetRunResponse#uuid #uuid} => String + # * {Types::GetRunResponse#run_output_uri #run_output_uri} => String # # @example Request syntax with placeholder values # # resp = client.get_run({ # id: "RunId", # required @@ -2259,10 +2261,12 @@ # 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 + # resp.uuid #=> String + # resp.run_output_uri #=> String # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * run_completed @@ -4198,10 +4202,12 @@ # # * {Types::StartRunResponse#arn #arn} => String # * {Types::StartRunResponse#id #id} => String # * {Types::StartRunResponse#status #status} => String # * {Types::StartRunResponse#tags #tags} => Hash<String,String> + # * {Types::StartRunResponse#uuid #uuid} => String + # * {Types::StartRunResponse#run_output_uri #run_output_uri} => String # # @example Request syntax with placeholder values # # resp = client.start_run({ # workflow_id: "WorkflowId", @@ -4228,10 +4234,12 @@ # resp.arn #=> String # resp.id #=> String # resp.status #=> String, one of "PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "DELETED", "CANCELLED", "FAILED" # resp.tags #=> Hash # resp.tags["TagKey"] #=> String + # resp.uuid #=> String + # resp.run_output_uri #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/StartRun AWS API Documentation # # @overload start_run(params = {}) # @param [Hash] params ({}) @@ -4620,10 +4628,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-omics' - context[:gem_version] = '1.17.0' + context[:gem_version] = '1.18.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #