lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.2.0 vs lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.3.0

- old
+ new

@@ -864,11 +864,11 @@ # # @example Response structure # # resp.arn #=> String # resp.id #=> String - # resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE" + # resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED" # resp.tags #=> Hash # resp.tags["TagKey"] #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateWorkflow AWS API Documentation # @@ -1748,11 +1748,11 @@ # resp.stop_time #=> Time # resp.storage_capacity #=> Integer # resp.tags #=> Hash # resp.tags["TagKey"] #=> String # resp.workflow_id #=> String - # resp.workflow_type #=> String, one of "PRIVATE", "SERVICE" + # resp.workflow_type #=> String, one of "PRIVATE" # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * run_completed @@ -2049,11 +2049,11 @@ # @example Request syntax with placeholder values # # resp = client.get_workflow({ # export: ["DEFINITION"], # accepts DEFINITION # id: "WorkflowId", # required - # type: "PRIVATE", # accepts PRIVATE, SERVICE + # type: "PRIVATE", # accepts PRIVATE # }) # # @example Response structure # # resp.arn #=> String @@ -2066,16 +2066,16 @@ # resp.main #=> String # resp.name #=> String # resp.parameter_template #=> Hash # resp.parameter_template["WorkflowParameterName"].description #=> String # resp.parameter_template["WorkflowParameterName"].optional #=> Boolean - # resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE" + # resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED" # resp.status_message #=> String # resp.storage_capacity #=> Integer # resp.tags #=> Hash # resp.tags["TagKey"] #=> String - # resp.type #=> String, one of "PRIVATE", "SERVICE" + # resp.type #=> String, one of "PRIVATE" # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * workflow_active @@ -2980,23 +2980,23 @@ # # resp = client.list_workflows({ # max_results: 1, # name: "WorkflowName", # starting_token: "WorkflowListToken", - # type: "PRIVATE", # accepts PRIVATE, SERVICE + # type: "PRIVATE", # accepts PRIVATE # }) # # @example Response structure # # resp.items #=> Array # resp.items[0].arn #=> String # resp.items[0].creation_time #=> Time # resp.items[0].digest #=> String # resp.items[0].id #=> String # resp.items[0].name #=> String - # resp.items[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE" - # resp.items[0].type #=> String, one of "PRIVATE", "SERVICE" + # resp.items[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED" + # resp.items[0].type #=> String, one of "PRIVATE" # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListWorkflows AWS API Documentation # # @overload list_workflows(params = {}) @@ -3374,11 +3374,11 @@ # storage_capacity: 1, # tags: { # "TagKey" => "TagValue", # }, # workflow_id: "WorkflowId", - # workflow_type: "PRIVATE", # accepts PRIVATE, SERVICE + # workflow_type: "PRIVATE", # accepts PRIVATE # }) # # @example Response structure # # resp.arn #=> String @@ -3670,10 +3670,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-omics' - context[:gem_version] = '1.2.0' + context[:gem_version] = '1.3.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #