aws-sdk-omics 1.10.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +9 -2
- data/lib/aws-sdk-omics/client_api.rb +7 -0
- data/lib/aws-sdk-omics/types.rb +34 -8
- data/lib/aws-sdk-omics.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f765f55a07c6598c5702dd62a9264a50986eb71fe47eeaa53343ddc3ef3f05ed
|
4
|
+
data.tar.gz: 6e9b9cc345dc600f02877ac3bc6a6b9dfba572589ad8b631b47ed6c2f4e388d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96cf328bb119aeb13b545b63214e2dc079f674129f85ce8759bcc548cf19be138e2ac038a757a43e66786d9262f579aedc0da873c24605d5f7d20864bd41109e
|
7
|
+
data.tar.gz: ec55df30e58af42e9b97f2b207da51117909bf6128f301a12feee3b3de4aaa556a3daaad77897d05073a758df682951250a01a1b89d8a04a15fba7097307ceae
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.12.0 (2023-08-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds instanceType to GetRunTask & ListRunTasks responses.
|
8
|
+
|
9
|
+
1.11.0 (2023-07-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add CreationType filter for ListReadSets
|
13
|
+
|
4
14
|
1.10.0 (2023-07-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
@@ -1641,6 +1641,7 @@ module Aws::Omics
|
|
1641
1641
|
# * {Types::GetReadSetMetadataResponse#reference_arn #reference_arn} => String
|
1642
1642
|
# * {Types::GetReadSetMetadataResponse#files #files} => Types::ReadSetFiles
|
1643
1643
|
# * {Types::GetReadSetMetadataResponse#status_message #status_message} => String
|
1644
|
+
# * {Types::GetReadSetMetadataResponse#creation_type #creation_type} => String
|
1644
1645
|
#
|
1645
1646
|
# @example Request syntax with placeholder values
|
1646
1647
|
#
|
@@ -1676,6 +1677,7 @@ module Aws::Omics
|
|
1676
1677
|
# resp.files.index.part_size #=> Integer
|
1677
1678
|
# resp.files.index.content_length #=> Integer
|
1678
1679
|
# resp.status_message #=> String
|
1680
|
+
# resp.creation_type #=> String, one of "IMPORT", "UPLOAD"
|
1679
1681
|
#
|
1680
1682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetMetadata AWS API Documentation
|
1681
1683
|
#
|
@@ -2033,6 +2035,7 @@ module Aws::Omics
|
|
2033
2035
|
# * {Types::GetRunTaskResponse#status_message #status_message} => String
|
2034
2036
|
# * {Types::GetRunTaskResponse#log_stream #log_stream} => String
|
2035
2037
|
# * {Types::GetRunTaskResponse#gpus #gpus} => Integer
|
2038
|
+
# * {Types::GetRunTaskResponse#instance_type #instance_type} => String
|
2036
2039
|
#
|
2037
2040
|
# @example Request syntax with placeholder values
|
2038
2041
|
#
|
@@ -2054,6 +2057,7 @@ module Aws::Omics
|
|
2054
2057
|
# resp.status_message #=> String
|
2055
2058
|
# resp.log_stream #=> String
|
2056
2059
|
# resp.gpus #=> Integer
|
2060
|
+
# resp.instance_type #=> String
|
2057
2061
|
#
|
2058
2062
|
#
|
2059
2063
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -2312,7 +2316,7 @@ module Aws::Omics
|
|
2312
2316
|
# IDs of annotation import jobs to retrieve.
|
2313
2317
|
#
|
2314
2318
|
# @option params [String] :next_token
|
2315
|
-
#
|
2319
|
+
# Specifies the pagination token from a previous request to retrieve the
|
2316
2320
|
# next page of results.
|
2317
2321
|
#
|
2318
2322
|
# @option params [Types::ListAnnotationImportJobsFilter] :filter
|
@@ -2742,6 +2746,7 @@ module Aws::Omics
|
|
2742
2746
|
# sample_id: "SampleId",
|
2743
2747
|
# subject_id: "SubjectId",
|
2744
2748
|
# generated_from: "GeneratedFrom",
|
2749
|
+
# creation_type: "IMPORT", # accepts IMPORT, UPLOAD
|
2745
2750
|
# },
|
2746
2751
|
# })
|
2747
2752
|
#
|
@@ -2765,6 +2770,7 @@ module Aws::Omics
|
|
2765
2770
|
# resp.read_sets[0].sequence_information.alignment #=> String
|
2766
2771
|
# resp.read_sets[0].creation_time #=> Time
|
2767
2772
|
# resp.read_sets[0].status_message #=> String
|
2773
|
+
# resp.read_sets[0].creation_type #=> String, one of "IMPORT", "UPLOAD"
|
2768
2774
|
#
|
2769
2775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSets AWS API Documentation
|
2770
2776
|
#
|
@@ -3033,6 +3039,7 @@ module Aws::Omics
|
|
3033
3039
|
# resp.items[0].start_time #=> Time
|
3034
3040
|
# resp.items[0].stop_time #=> Time
|
3035
3041
|
# resp.items[0].gpus #=> Integer
|
3042
|
+
# resp.items[0].instance_type #=> String
|
3036
3043
|
# resp.next_token #=> String
|
3037
3044
|
#
|
3038
3045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListRunTasks AWS API Documentation
|
@@ -4084,7 +4091,7 @@ module Aws::Omics
|
|
4084
4091
|
params: params,
|
4085
4092
|
config: config)
|
4086
4093
|
context[:gem_name] = 'aws-sdk-omics'
|
4087
|
-
context[:gem_version] = '1.
|
4094
|
+
context[:gem_version] = '1.12.0'
|
4088
4095
|
Seahorse::Client::Request.new(handlers, context)
|
4089
4096
|
end
|
4090
4097
|
|
@@ -76,6 +76,7 @@ module Aws::Omics
|
|
76
76
|
CreateWorkflowRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'CreateWorkflowRequestStorageCapacityInteger')
|
77
77
|
CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
|
78
78
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
|
79
|
+
CreationType = Shapes::StringShape.new(name: 'CreationType')
|
79
80
|
DeleteAnnotationStoreRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreRequest')
|
80
81
|
DeleteAnnotationStoreResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreResponse')
|
81
82
|
DeleteReferenceRequest = Shapes::StructureShape.new(name: 'DeleteReferenceRequest')
|
@@ -404,6 +405,7 @@ module Aws::Omics
|
|
404
405
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
405
406
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
406
407
|
TaskId = Shapes::StringShape.new(name: 'TaskId')
|
408
|
+
TaskInstanceType = Shapes::StringShape.new(name: 'TaskInstanceType')
|
407
409
|
TaskList = Shapes::ListShape.new(name: 'TaskList')
|
408
410
|
TaskListItem = Shapes::StructureShape.new(name: 'TaskListItem')
|
409
411
|
TaskListItemCpusInteger = Shapes::IntegerShape.new(name: 'TaskListItemCpusInteger')
|
@@ -880,6 +882,7 @@ module Aws::Omics
|
|
880
882
|
GetReadSetMetadataResponse.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
|
881
883
|
GetReadSetMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReadSetFiles, location_name: "files"))
|
882
884
|
GetReadSetMetadataResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: ReadSetStatusMessage, location_name: "statusMessage"))
|
885
|
+
GetReadSetMetadataResponse.add_member(:creation_type, Shapes::ShapeRef.new(shape: CreationType, location_name: "creationType"))
|
883
886
|
GetReadSetMetadataResponse.struct_class = Types::GetReadSetMetadataResponse
|
884
887
|
|
885
888
|
GetReadSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location: "uri", location_name: "id"))
|
@@ -1005,6 +1008,7 @@ module Aws::Omics
|
|
1005
1008
|
GetRunTaskResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TaskStatusMessage, location_name: "statusMessage"))
|
1006
1009
|
GetRunTaskResponse.add_member(:log_stream, Shapes::ShapeRef.new(shape: TaskLogStream, location_name: "logStream"))
|
1007
1010
|
GetRunTaskResponse.add_member(:gpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseGpusInteger, location_name: "gpus"))
|
1011
|
+
GetRunTaskResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: TaskInstanceType, location_name: "instanceType"))
|
1008
1012
|
GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
|
1009
1013
|
|
1010
1014
|
GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
|
@@ -1393,6 +1397,7 @@ module Aws::Omics
|
|
1393
1397
|
ReadSetFilter.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
|
1394
1398
|
ReadSetFilter.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
|
1395
1399
|
ReadSetFilter.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
|
1400
|
+
ReadSetFilter.add_member(:creation_type, Shapes::ShapeRef.new(shape: CreationType, location_name: "creationType"))
|
1396
1401
|
ReadSetFilter.struct_class = Types::ReadSetFilter
|
1397
1402
|
|
1398
1403
|
ReadSetIdList.member = Shapes::ShapeRef.new(shape: ReadSetId)
|
@@ -1412,6 +1417,7 @@ module Aws::Omics
|
|
1412
1417
|
ReadSetListItem.add_member(:sequence_information, Shapes::ShapeRef.new(shape: SequenceInformation, location_name: "sequenceInformation"))
|
1413
1418
|
ReadSetListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
|
1414
1419
|
ReadSetListItem.add_member(:status_message, Shapes::ShapeRef.new(shape: ReadSetStatusMessage, location_name: "statusMessage"))
|
1420
|
+
ReadSetListItem.add_member(:creation_type, Shapes::ShapeRef.new(shape: CreationType, location_name: "creationType"))
|
1415
1421
|
ReadSetListItem.struct_class = Types::ReadSetListItem
|
1416
1422
|
|
1417
1423
|
ReadSetUploadPartList.member = Shapes::ShapeRef.new(shape: ReadSetUploadPartListItem)
|
@@ -1697,6 +1703,7 @@ module Aws::Omics
|
|
1697
1703
|
TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
|
1698
1704
|
TaskListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
|
1699
1705
|
TaskListItem.add_member(:gpus, Shapes::ShapeRef.new(shape: TaskListItemGpusInteger, location_name: "gpus"))
|
1706
|
+
TaskListItem.add_member(:instance_type, Shapes::ShapeRef.new(shape: TaskInstanceType, location_name: "instanceType"))
|
1700
1707
|
TaskListItem.struct_class = Types::TaskListItem
|
1701
1708
|
|
1702
1709
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
data/lib/aws-sdk-omics/types.rb
CHANGED
@@ -1745,6 +1745,10 @@ module Aws::Omics
|
|
1745
1745
|
# the read set has a status.
|
1746
1746
|
# @return [String]
|
1747
1747
|
#
|
1748
|
+
# @!attribute [rw] creation_type
|
1749
|
+
# The creation type of the read set.
|
1750
|
+
# @return [String]
|
1751
|
+
#
|
1748
1752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetMetadataResponse AWS API Documentation
|
1749
1753
|
#
|
1750
1754
|
class GetReadSetMetadataResponse < Struct.new(
|
@@ -1761,7 +1765,8 @@ module Aws::Omics
|
|
1761
1765
|
:sequence_information,
|
1762
1766
|
:reference_arn,
|
1763
1767
|
:files,
|
1764
|
-
:status_message
|
1768
|
+
:status_message,
|
1769
|
+
:creation_type)
|
1765
1770
|
SENSITIVE = []
|
1766
1771
|
include Aws::Structure
|
1767
1772
|
end
|
@@ -2305,6 +2310,10 @@ module Aws::Omics
|
|
2305
2310
|
# The number of Graphics Processing Units (GPU) specified in the task.
|
2306
2311
|
# @return [Integer]
|
2307
2312
|
#
|
2313
|
+
# @!attribute [rw] instance_type
|
2314
|
+
# The instance type for a task.
|
2315
|
+
# @return [String]
|
2316
|
+
#
|
2308
2317
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunTaskResponse AWS API Documentation
|
2309
2318
|
#
|
2310
2319
|
class GetRunTaskResponse < Struct.new(
|
@@ -2318,7 +2327,8 @@ module Aws::Omics
|
|
2318
2327
|
:stop_time,
|
2319
2328
|
:status_message,
|
2320
2329
|
:log_stream,
|
2321
|
-
:gpus
|
2330
|
+
:gpus,
|
2331
|
+
:instance_type)
|
2322
2332
|
SENSITIVE = []
|
2323
2333
|
include Aws::Structure
|
2324
2334
|
end
|
@@ -2915,8 +2925,8 @@ module Aws::Omics
|
|
2915
2925
|
# @return [Array<String>]
|
2916
2926
|
#
|
2917
2927
|
# @!attribute [rw] next_token
|
2918
|
-
#
|
2919
|
-
# next page of results.
|
2928
|
+
# Specifies the pagination token from a previous request to retrieve
|
2929
|
+
# the next page of results.
|
2920
2930
|
# @return [String]
|
2921
2931
|
#
|
2922
2932
|
# @!attribute [rw] filter
|
@@ -2939,7 +2949,8 @@ module Aws::Omics
|
|
2939
2949
|
# @return [Array<Types::AnnotationImportJobItem>]
|
2940
2950
|
#
|
2941
2951
|
# @!attribute [rw] next_token
|
2942
|
-
#
|
2952
|
+
# Specifies the pagination token from a previous request to retrieve
|
2953
|
+
# the next page of results.
|
2943
2954
|
# @return [String]
|
2944
2955
|
#
|
2945
2956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListAnnotationImportJobsResponse AWS API Documentation
|
@@ -4018,6 +4029,10 @@ module Aws::Omics
|
|
4018
4029
|
# Where the source originated.
|
4019
4030
|
# @return [String]
|
4020
4031
|
#
|
4032
|
+
# @!attribute [rw] creation_type
|
4033
|
+
# The creation type of the read set.
|
4034
|
+
# @return [String]
|
4035
|
+
#
|
4021
4036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ReadSetFilter AWS API Documentation
|
4022
4037
|
#
|
4023
4038
|
class ReadSetFilter < Struct.new(
|
@@ -4028,7 +4043,8 @@ module Aws::Omics
|
|
4028
4043
|
:created_before,
|
4029
4044
|
:sample_id,
|
4030
4045
|
:subject_id,
|
4031
|
-
:generated_from
|
4046
|
+
:generated_from,
|
4047
|
+
:creation_type)
|
4032
4048
|
SENSITIVE = []
|
4033
4049
|
include Aws::Structure
|
4034
4050
|
end
|
@@ -4088,6 +4104,10 @@ module Aws::Omics
|
|
4088
4104
|
# read set has a status.
|
4089
4105
|
# @return [String]
|
4090
4106
|
#
|
4107
|
+
# @!attribute [rw] creation_type
|
4108
|
+
# The creation type of the read set.
|
4109
|
+
# @return [String]
|
4110
|
+
#
|
4091
4111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ReadSetListItem AWS API Documentation
|
4092
4112
|
#
|
4093
4113
|
class ReadSetListItem < Struct.new(
|
@@ -4103,7 +4123,8 @@ module Aws::Omics
|
|
4103
4123
|
:file_type,
|
4104
4124
|
:sequence_information,
|
4105
4125
|
:creation_time,
|
4106
|
-
:status_message
|
4126
|
+
:status_message,
|
4127
|
+
:creation_type)
|
4107
4128
|
SENSITIVE = []
|
4108
4129
|
include Aws::Structure
|
4109
4130
|
end
|
@@ -5251,6 +5272,10 @@ module Aws::Omics
|
|
5251
5272
|
# task.
|
5252
5273
|
# @return [Integer]
|
5253
5274
|
#
|
5275
|
+
# @!attribute [rw] instance_type
|
5276
|
+
# The instance type for a task.
|
5277
|
+
# @return [String]
|
5278
|
+
#
|
5254
5279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/TaskListItem AWS API Documentation
|
5255
5280
|
#
|
5256
5281
|
class TaskListItem < Struct.new(
|
@@ -5262,7 +5287,8 @@ module Aws::Omics
|
|
5262
5287
|
:creation_time,
|
5263
5288
|
:start_time,
|
5264
5289
|
:stop_time,
|
5265
|
-
:gpus
|
5290
|
+
:gpus,
|
5291
|
+
:instance_type)
|
5266
5292
|
SENSITIVE = []
|
5267
5293
|
include Aws::Structure
|
5268
5294
|
end
|
data/lib/aws-sdk-omics.rb
CHANGED
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.
|
4
|
+
version: 1.12.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-
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|