aws-sdk-omics 1.17.0 → 1.19.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: 83397950ab4fa1db29510270d3f2dd0d254714b61f336618f289bd8e85afd85a
4
- data.tar.gz: 7796442786eefd9893653ab630f6d054a37df0b4cf29b09d4a7b62be4901c1eb
3
+ metadata.gz: 3e8f7a12cb781dd11daef15909516993e14378be9fe0a7cede093b72a176e316
4
+ data.tar.gz: 7cfb5d696f1b3b2080a2f7f55bd99b32fd58eba67727c6fbd28f2b222a285bf3
5
5
  SHA512:
6
- metadata.gz: fb48a849d2367e3b78890372faa538b166b29491bc3a0a0284ea7077403f7e8a50824afe49d58db231c6dcefe66580fddd8bbb04200535efa0f733a8dc7cfe5f
7
- data.tar.gz: 92cee8d6d53c08813341aa2d273c733101a59a54da6768e85e10c12cba0e74dab4d8cfea2bc7ab27e79dce4cf41fef462101d4f2d7254be23c46b8775ae459a4
6
+ metadata.gz: c56ae7d02208042fa3ece2f0922a7032f2370a8ee56be697d082e51441ab5824bec3b2e82ac92ce34392fdd08a5e78316a909afd4bd683ab41d4718bd3792370
7
+ data.tar.gz: 05526c86fda6b278caf93a938ca5e4b52b86dc10f1888da03d8914a55c10aaaa6efd68ee50161c4c5582b9b56fbe6eefbd2b92b39fa6ae4d64275f5869d869fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2023-11-09)
5
+ ------------------
6
+
7
+ * Feature - Support UBAM filetype for Omics Storage and make referenceArn optional
8
+
9
+ 1.18.0 (2023-11-08)
10
+ ------------------
11
+
12
+ * Feature - Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri".
13
+
4
14
  1.17.0 (2023-10-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.19.0
@@ -780,7 +780,7 @@ module Aws::Omics
780
780
  # @option params [String] :generated_from
781
781
  # Where the source originated.
782
782
  #
783
- # @option params [required, String] :reference_arn
783
+ # @option params [String] :reference_arn
784
784
  # The ARN of the reference.
785
785
  #
786
786
  # @option params [required, String] :name
@@ -811,11 +811,11 @@ module Aws::Omics
811
811
  # resp = client.create_multipart_read_set_upload({
812
812
  # sequence_store_id: "SequenceStoreId", # required
813
813
  # client_token: "ClientToken",
814
- # source_file_type: "FASTQ", # required, accepts FASTQ, BAM, CRAM
814
+ # source_file_type: "FASTQ", # required, accepts FASTQ, BAM, CRAM, UBAM
815
815
  # subject_id: "SubjectId", # required
816
816
  # sample_id: "SampleId", # required
817
817
  # generated_from: "GeneratedFrom",
818
- # reference_arn: "ReferenceArn", # required
818
+ # reference_arn: "ReferenceArn",
819
819
  # name: "ReadSetName", # required
820
820
  # description: "ReadSetDescription",
821
821
  # tags: {
@@ -827,7 +827,7 @@ module Aws::Omics
827
827
  #
828
828
  # resp.sequence_store_id #=> String
829
829
  # resp.upload_id #=> String
830
- # resp.source_file_type #=> String, one of "FASTQ", "BAM", "CRAM"
830
+ # resp.source_file_type #=> String, one of "FASTQ", "BAM", "CRAM", "UBAM"
831
831
  # resp.subject_id #=> String
832
832
  # resp.sample_id #=> String
833
833
  # resp.generated_from #=> String
@@ -1888,7 +1888,7 @@ module Aws::Omics
1888
1888
  # resp.sources #=> Array
1889
1889
  # resp.sources[0].source_files.source1 #=> String
1890
1890
  # resp.sources[0].source_files.source2 #=> String
1891
- # resp.sources[0].source_file_type #=> String, one of "FASTQ", "BAM", "CRAM"
1891
+ # resp.sources[0].source_file_type #=> String, one of "FASTQ", "BAM", "CRAM", "UBAM"
1892
1892
  # resp.sources[0].status #=> String, one of "NOT_STARTED", "IN_PROGRESS", "FINISHED", "FAILED"
1893
1893
  # resp.sources[0].status_message #=> String
1894
1894
  # resp.sources[0].subject_id #=> String
@@ -1958,7 +1958,7 @@ module Aws::Omics
1958
1958
  # resp.status #=> String, one of "ARCHIVED", "ACTIVATING", "ACTIVE", "DELETING", "DELETED", "PROCESSING_UPLOAD", "UPLOAD_FAILED"
1959
1959
  # resp.name #=> String
1960
1960
  # resp.description #=> String
1961
- # resp.file_type #=> String, one of "FASTQ", "BAM", "CRAM"
1961
+ # resp.file_type #=> String, one of "FASTQ", "BAM", "CRAM", "UBAM"
1962
1962
  # resp.creation_time #=> Time
1963
1963
  # resp.sequence_information.total_read_count #=> Integer
1964
1964
  # resp.sequence_information.total_base_count #=> Integer
@@ -2222,6 +2222,8 @@ module Aws::Omics
2222
2222
  # * {Types::GetRunResponse#retention_mode #retention_mode} => String
2223
2223
  # * {Types::GetRunResponse#failure_reason #failure_reason} => String
2224
2224
  # * {Types::GetRunResponse#log_location #log_location} => Types::RunLogLocation
2225
+ # * {Types::GetRunResponse#uuid #uuid} => String
2226
+ # * {Types::GetRunResponse#run_output_uri #run_output_uri} => String
2225
2227
  #
2226
2228
  # @example Request syntax with placeholder values
2227
2229
  #
@@ -2261,6 +2263,8 @@ module Aws::Omics
2261
2263
  # resp.failure_reason #=> String
2262
2264
  # resp.log_location.engine_log_stream #=> String
2263
2265
  # resp.log_location.run_log_stream #=> String
2266
+ # resp.uuid #=> String
2267
+ # resp.run_output_uri #=> String
2264
2268
  #
2265
2269
  #
2266
2270
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -2865,7 +2869,7 @@ module Aws::Omics
2865
2869
  # resp.uploads #=> Array
2866
2870
  # resp.uploads[0].sequence_store_id #=> String
2867
2871
  # resp.uploads[0].upload_id #=> String
2868
- # resp.uploads[0].source_file_type #=> String, one of "FASTQ", "BAM", "CRAM"
2872
+ # resp.uploads[0].source_file_type #=> String, one of "FASTQ", "BAM", "CRAM", "UBAM"
2869
2873
  # resp.uploads[0].subject_id #=> String
2870
2874
  # resp.uploads[0].sample_id #=> String
2871
2875
  # resp.uploads[0].generated_from #=> String
@@ -3146,7 +3150,7 @@ module Aws::Omics
3146
3150
  # filter: {
3147
3151
  # name: "ReadSetName",
3148
3152
  # status: "ARCHIVED", # accepts ARCHIVED, ACTIVATING, ACTIVE, DELETING, DELETED, PROCESSING_UPLOAD, UPLOAD_FAILED
3149
- # reference_arn: "ReferenceArn",
3153
+ # reference_arn: "ReferenceArnFilter",
3150
3154
  # created_after: Time.now,
3151
3155
  # created_before: Time.now,
3152
3156
  # sample_id: "SampleId",
@@ -3169,7 +3173,7 @@ module Aws::Omics
3169
3173
  # resp.read_sets[0].name #=> String
3170
3174
  # resp.read_sets[0].description #=> String
3171
3175
  # resp.read_sets[0].reference_arn #=> String
3172
- # resp.read_sets[0].file_type #=> String, one of "FASTQ", "BAM", "CRAM"
3176
+ # resp.read_sets[0].file_type #=> String, one of "FASTQ", "BAM", "CRAM", "UBAM"
3173
3177
  # resp.read_sets[0].sequence_information.total_read_count #=> Integer
3174
3178
  # resp.read_sets[0].sequence_information.total_base_count #=> Integer
3175
3179
  # resp.read_sets[0].sequence_information.generated_from #=> String
@@ -4046,11 +4050,11 @@ module Aws::Omics
4046
4050
  # source1: "S3Uri", # required
4047
4051
  # source2: "S3Uri",
4048
4052
  # },
4049
- # source_file_type: "FASTQ", # required, accepts FASTQ, BAM, CRAM
4053
+ # source_file_type: "FASTQ", # required, accepts FASTQ, BAM, CRAM, UBAM
4050
4054
  # subject_id: "SubjectId", # required
4051
4055
  # sample_id: "SampleId", # required
4052
4056
  # generated_from: "GeneratedFrom",
4053
- # reference_arn: "ReferenceArn", # required
4057
+ # reference_arn: "ReferenceArn",
4054
4058
  # name: "ReadSetName",
4055
4059
  # description: "ReadSetDescription",
4056
4060
  # tags: {
@@ -4200,6 +4204,8 @@ module Aws::Omics
4200
4204
  # * {Types::StartRunResponse#id #id} => String
4201
4205
  # * {Types::StartRunResponse#status #status} => String
4202
4206
  # * {Types::StartRunResponse#tags #tags} => Hash<String,String>
4207
+ # * {Types::StartRunResponse#uuid #uuid} => String
4208
+ # * {Types::StartRunResponse#run_output_uri #run_output_uri} => String
4203
4209
  #
4204
4210
  # @example Request syntax with placeholder values
4205
4211
  #
@@ -4230,6 +4236,8 @@ module Aws::Omics
4230
4236
  # resp.status #=> String, one of "PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "DELETED", "CANCELLED", "FAILED"
4231
4237
  # resp.tags #=> Hash
4232
4238
  # resp.tags["TagKey"] #=> String
4239
+ # resp.uuid #=> String
4240
+ # resp.run_output_uri #=> String
4233
4241
  #
4234
4242
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/StartRun AWS API Documentation
4235
4243
  #
@@ -4622,7 +4630,7 @@ module Aws::Omics
4622
4630
  params: params,
4623
4631
  config: config)
4624
4632
  context[:gem_name] = 'aws-sdk-omics'
4625
- context[:gem_version] = '1.17.0'
4633
+ context[:gem_version] = '1.19.0'
4626
4634
  Seahorse::Client::Request.new(handlers, context)
4627
4635
  end
4628
4636
 
@@ -313,6 +313,7 @@ module Aws::Omics
313
313
  ReadSetUploadPartListItemPartNumberInteger = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartNumberInteger')
314
314
  ReadSetUploadPartListItemPartSizeLong = Shapes::IntegerShape.new(name: 'ReadSetUploadPartListItemPartSizeLong')
315
315
  ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
316
+ ReferenceArnFilter = Shapes::StringShape.new(name: 'ReferenceArnFilter')
316
317
  ReferenceDescription = Shapes::StringShape.new(name: 'ReferenceDescription')
317
318
  ReferenceFile = Shapes::StringShape.new(name: 'ReferenceFile')
318
319
  ReferenceFiles = Shapes::StructureShape.new(name: 'ReferenceFiles')
@@ -378,6 +379,7 @@ module Aws::Omics
378
379
  RunStatus = Shapes::StringShape.new(name: 'RunStatus')
379
380
  RunStatusMessage = Shapes::StringShape.new(name: 'RunStatusMessage')
380
381
  RunTimestamp = Shapes::TimestampShape.new(name: 'RunTimestamp', timestampFormat: "iso8601")
382
+ RunUuid = Shapes::StringShape.new(name: 'RunUuid')
381
383
  S3Destination = Shapes::StringShape.new(name: 'S3Destination')
382
384
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
383
385
  SampleId = Shapes::StringShape.new(name: 'SampleId')
@@ -699,7 +701,7 @@ module Aws::Omics
699
701
  CreateMultipartReadSetUploadRequest.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
700
702
  CreateMultipartReadSetUploadRequest.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
701
703
  CreateMultipartReadSetUploadRequest.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
702
- CreateMultipartReadSetUploadRequest.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
704
+ CreateMultipartReadSetUploadRequest.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
703
705
  CreateMultipartReadSetUploadRequest.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, required: true, location_name: "name"))
704
706
  CreateMultipartReadSetUploadRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
705
707
  CreateMultipartReadSetUploadRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
@@ -1139,6 +1141,8 @@ module Aws::Omics
1139
1141
  GetRunResponse.add_member(:retention_mode, Shapes::ShapeRef.new(shape: RunRetentionMode, location_name: "retentionMode"))
1140
1142
  GetRunResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: RunFailureReason, location_name: "failureReason"))
1141
1143
  GetRunResponse.add_member(:log_location, Shapes::ShapeRef.new(shape: RunLogLocation, location_name: "logLocation"))
1144
+ GetRunResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: RunUuid, location_name: "uuid"))
1145
+ GetRunResponse.add_member(:run_output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "runOutputUri"))
1142
1146
  GetRunResponse.struct_class = Types::GetRunResponse
1143
1147
 
1144
1148
  GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
@@ -1569,7 +1573,7 @@ module Aws::Omics
1569
1573
 
1570
1574
  ReadSetFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1571
1575
  ReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, location_name: "status"))
1572
- ReadSetFilter.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1576
+ ReadSetFilter.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArnFilter, location_name: "referenceArn"))
1573
1577
  ReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
1574
1578
  ReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
1575
1579
  ReadSetFilter.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
@@ -1811,7 +1815,7 @@ module Aws::Omics
1811
1815
  StartReadSetImportJobSourceItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
1812
1816
  StartReadSetImportJobSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
1813
1817
  StartReadSetImportJobSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
1814
- StartReadSetImportJobSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
1818
+ StartReadSetImportJobSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
1815
1819
  StartReadSetImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
1816
1820
  StartReadSetImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
1817
1821
  StartReadSetImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
@@ -1858,6 +1862,8 @@ module Aws::Omics
1858
1862
  StartRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
1859
1863
  StartRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
1860
1864
  StartRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1865
+ StartRunResponse.add_member(:uuid, Shapes::ShapeRef.new(shape: RunUuid, location_name: "uuid"))
1866
+ StartRunResponse.add_member(:run_output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "runOutputUri"))
1861
1867
  StartRunResponse.struct_class = Types::StartRunResponse
1862
1868
 
1863
1869
  StartVariantImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
@@ -2675,6 +2675,14 @@ module Aws::Omics
2675
2675
  # The location of the run log.
2676
2676
  # @return [Types::RunLogLocation]
2677
2677
  #
2678
+ # @!attribute [rw] uuid
2679
+ # The universally unique identifier for a run.
2680
+ # @return [String]
2681
+ #
2682
+ # @!attribute [rw] run_output_uri
2683
+ # The destination for workflow outputs.
2684
+ # @return [String]
2685
+ #
2678
2686
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunResponse AWS API Documentation
2679
2687
  #
2680
2688
  class GetRunResponse < Struct.new(
@@ -2704,7 +2712,9 @@ module Aws::Omics
2704
2712
  :accelerators,
2705
2713
  :retention_mode,
2706
2714
  :failure_reason,
2707
- :log_location)
2715
+ :log_location,
2716
+ :uuid,
2717
+ :run_output_uri)
2708
2718
  SENSITIVE = []
2709
2719
  include Aws::Structure
2710
2720
  end
@@ -5825,13 +5835,23 @@ module Aws::Omics
5825
5835
  # The run's tags.
5826
5836
  # @return [Hash<String,String>]
5827
5837
  #
5838
+ # @!attribute [rw] uuid
5839
+ # The universally unique identifier for a run.
5840
+ # @return [String]
5841
+ #
5842
+ # @!attribute [rw] run_output_uri
5843
+ # The destination for workflow outputs.
5844
+ # @return [String]
5845
+ #
5828
5846
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/StartRunResponse AWS API Documentation
5829
5847
  #
5830
5848
  class StartRunResponse < Struct.new(
5831
5849
  :arn,
5832
5850
  :id,
5833
5851
  :status,
5834
- :tags)
5852
+ :tags,
5853
+ :uuid,
5854
+ :run_output_uri)
5835
5855
  SENSITIVE = []
5836
5856
  include Aws::Structure
5837
5857
  end
data/lib/aws-sdk-omics.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-omics/customizations'
53
53
  # @!group service
54
54
  module Aws::Omics
55
55
 
56
- GEM_VERSION = '1.17.0'
56
+ GEM_VERSION = '1.19.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-omics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-19 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core