lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.21.0 vs lib/aws-sdk-omics/client.rb in aws-sdk-omics-1.22.0

- old
+ new

@@ -1163,11 +1163,11 @@ # # @option params [Hash<String,Types::WorkflowParameter>] :parameter_template # A parameter template for the workflow. # # @option params [Integer] :storage_capacity - # A storage capacity for the workflow in gigabytes. + # A storage capacity for the workflow in gibibytes. # # @option params [Hash<String,String>] :tags # Tags for the workflow. # # @option params [required, String] :request_id @@ -2833,11 +2833,13 @@ def list_annotation_stores(params = {}, options = {}) req = build_request(:list_annotation_stores, params) req.send_request(options) end - # Lists all multipart read set uploads and their statuses. + # Lists multipart read set uploads and for in progress uploads. Once the + # upload is completed, a read set is created and the upload will no + # longer be returned in the respone. # # @option params [required, String] :sequence_store_id # The Sequence Store ID used for the multipart uploads. # # @option params [Integer] :max_results @@ -4628,10 +4630,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-omics' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #