aws-sdk-omics 1.38.0 → 1.40.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.
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::Omics::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,175 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :abort_multipart_read_set_upload
74
- Aws::Omics::Endpoints::AbortMultipartReadSetUpload.build(context)
75
- when :accept_share
76
- Aws::Omics::Endpoints::AcceptShare.build(context)
77
- when :batch_delete_read_set
78
- Aws::Omics::Endpoints::BatchDeleteReadSet.build(context)
79
- when :cancel_annotation_import_job
80
- Aws::Omics::Endpoints::CancelAnnotationImportJob.build(context)
81
- when :cancel_run
82
- Aws::Omics::Endpoints::CancelRun.build(context)
83
- when :cancel_variant_import_job
84
- Aws::Omics::Endpoints::CancelVariantImportJob.build(context)
85
- when :complete_multipart_read_set_upload
86
- Aws::Omics::Endpoints::CompleteMultipartReadSetUpload.build(context)
87
- when :create_annotation_store
88
- Aws::Omics::Endpoints::CreateAnnotationStore.build(context)
89
- when :create_annotation_store_version
90
- Aws::Omics::Endpoints::CreateAnnotationStoreVersion.build(context)
91
- when :create_multipart_read_set_upload
92
- Aws::Omics::Endpoints::CreateMultipartReadSetUpload.build(context)
93
- when :create_reference_store
94
- Aws::Omics::Endpoints::CreateReferenceStore.build(context)
95
- when :create_run_group
96
- Aws::Omics::Endpoints::CreateRunGroup.build(context)
97
- when :create_sequence_store
98
- Aws::Omics::Endpoints::CreateSequenceStore.build(context)
99
- when :create_share
100
- Aws::Omics::Endpoints::CreateShare.build(context)
101
- when :create_variant_store
102
- Aws::Omics::Endpoints::CreateVariantStore.build(context)
103
- when :create_workflow
104
- Aws::Omics::Endpoints::CreateWorkflow.build(context)
105
- when :delete_annotation_store
106
- Aws::Omics::Endpoints::DeleteAnnotationStore.build(context)
107
- when :delete_annotation_store_versions
108
- Aws::Omics::Endpoints::DeleteAnnotationStoreVersions.build(context)
109
- when :delete_reference
110
- Aws::Omics::Endpoints::DeleteReference.build(context)
111
- when :delete_reference_store
112
- Aws::Omics::Endpoints::DeleteReferenceStore.build(context)
113
- when :delete_run
114
- Aws::Omics::Endpoints::DeleteRun.build(context)
115
- when :delete_run_group
116
- Aws::Omics::Endpoints::DeleteRunGroup.build(context)
117
- when :delete_sequence_store
118
- Aws::Omics::Endpoints::DeleteSequenceStore.build(context)
119
- when :delete_share
120
- Aws::Omics::Endpoints::DeleteShare.build(context)
121
- when :delete_variant_store
122
- Aws::Omics::Endpoints::DeleteVariantStore.build(context)
123
- when :delete_workflow
124
- Aws::Omics::Endpoints::DeleteWorkflow.build(context)
125
- when :get_annotation_import_job
126
- Aws::Omics::Endpoints::GetAnnotationImportJob.build(context)
127
- when :get_annotation_store
128
- Aws::Omics::Endpoints::GetAnnotationStore.build(context)
129
- when :get_annotation_store_version
130
- Aws::Omics::Endpoints::GetAnnotationStoreVersion.build(context)
131
- when :get_read_set
132
- Aws::Omics::Endpoints::GetReadSet.build(context)
133
- when :get_read_set_activation_job
134
- Aws::Omics::Endpoints::GetReadSetActivationJob.build(context)
135
- when :get_read_set_export_job
136
- Aws::Omics::Endpoints::GetReadSetExportJob.build(context)
137
- when :get_read_set_import_job
138
- Aws::Omics::Endpoints::GetReadSetImportJob.build(context)
139
- when :get_read_set_metadata
140
- Aws::Omics::Endpoints::GetReadSetMetadata.build(context)
141
- when :get_reference
142
- Aws::Omics::Endpoints::GetReference.build(context)
143
- when :get_reference_import_job
144
- Aws::Omics::Endpoints::GetReferenceImportJob.build(context)
145
- when :get_reference_metadata
146
- Aws::Omics::Endpoints::GetReferenceMetadata.build(context)
147
- when :get_reference_store
148
- Aws::Omics::Endpoints::GetReferenceStore.build(context)
149
- when :get_run
150
- Aws::Omics::Endpoints::GetRun.build(context)
151
- when :get_run_group
152
- Aws::Omics::Endpoints::GetRunGroup.build(context)
153
- when :get_run_task
154
- Aws::Omics::Endpoints::GetRunTask.build(context)
155
- when :get_sequence_store
156
- Aws::Omics::Endpoints::GetSequenceStore.build(context)
157
- when :get_share
158
- Aws::Omics::Endpoints::GetShare.build(context)
159
- when :get_variant_import_job
160
- Aws::Omics::Endpoints::GetVariantImportJob.build(context)
161
- when :get_variant_store
162
- Aws::Omics::Endpoints::GetVariantStore.build(context)
163
- when :get_workflow
164
- Aws::Omics::Endpoints::GetWorkflow.build(context)
165
- when :list_annotation_import_jobs
166
- Aws::Omics::Endpoints::ListAnnotationImportJobs.build(context)
167
- when :list_annotation_store_versions
168
- Aws::Omics::Endpoints::ListAnnotationStoreVersions.build(context)
169
- when :list_annotation_stores
170
- Aws::Omics::Endpoints::ListAnnotationStores.build(context)
171
- when :list_multipart_read_set_uploads
172
- Aws::Omics::Endpoints::ListMultipartReadSetUploads.build(context)
173
- when :list_read_set_activation_jobs
174
- Aws::Omics::Endpoints::ListReadSetActivationJobs.build(context)
175
- when :list_read_set_export_jobs
176
- Aws::Omics::Endpoints::ListReadSetExportJobs.build(context)
177
- when :list_read_set_import_jobs
178
- Aws::Omics::Endpoints::ListReadSetImportJobs.build(context)
179
- when :list_read_set_upload_parts
180
- Aws::Omics::Endpoints::ListReadSetUploadParts.build(context)
181
- when :list_read_sets
182
- Aws::Omics::Endpoints::ListReadSets.build(context)
183
- when :list_reference_import_jobs
184
- Aws::Omics::Endpoints::ListReferenceImportJobs.build(context)
185
- when :list_reference_stores
186
- Aws::Omics::Endpoints::ListReferenceStores.build(context)
187
- when :list_references
188
- Aws::Omics::Endpoints::ListReferences.build(context)
189
- when :list_run_groups
190
- Aws::Omics::Endpoints::ListRunGroups.build(context)
191
- when :list_run_tasks
192
- Aws::Omics::Endpoints::ListRunTasks.build(context)
193
- when :list_runs
194
- Aws::Omics::Endpoints::ListRuns.build(context)
195
- when :list_sequence_stores
196
- Aws::Omics::Endpoints::ListSequenceStores.build(context)
197
- when :list_shares
198
- Aws::Omics::Endpoints::ListShares.build(context)
199
- when :list_tags_for_resource
200
- Aws::Omics::Endpoints::ListTagsForResource.build(context)
201
- when :list_variant_import_jobs
202
- Aws::Omics::Endpoints::ListVariantImportJobs.build(context)
203
- when :list_variant_stores
204
- Aws::Omics::Endpoints::ListVariantStores.build(context)
205
- when :list_workflows
206
- Aws::Omics::Endpoints::ListWorkflows.build(context)
207
- when :start_annotation_import_job
208
- Aws::Omics::Endpoints::StartAnnotationImportJob.build(context)
209
- when :start_read_set_activation_job
210
- Aws::Omics::Endpoints::StartReadSetActivationJob.build(context)
211
- when :start_read_set_export_job
212
- Aws::Omics::Endpoints::StartReadSetExportJob.build(context)
213
- when :start_read_set_import_job
214
- Aws::Omics::Endpoints::StartReadSetImportJob.build(context)
215
- when :start_reference_import_job
216
- Aws::Omics::Endpoints::StartReferenceImportJob.build(context)
217
- when :start_run
218
- Aws::Omics::Endpoints::StartRun.build(context)
219
- when :start_variant_import_job
220
- Aws::Omics::Endpoints::StartVariantImportJob.build(context)
221
- when :tag_resource
222
- Aws::Omics::Endpoints::TagResource.build(context)
223
- when :untag_resource
224
- Aws::Omics::Endpoints::UntagResource.build(context)
225
- when :update_annotation_store
226
- Aws::Omics::Endpoints::UpdateAnnotationStore.build(context)
227
- when :update_annotation_store_version
228
- Aws::Omics::Endpoints::UpdateAnnotationStoreVersion.build(context)
229
- when :update_run_group
230
- Aws::Omics::Endpoints::UpdateRunGroup.build(context)
231
- when :update_variant_store
232
- Aws::Omics::Endpoints::UpdateVariantStore.build(context)
233
- when :update_workflow
234
- Aws::Omics::Endpoints::UpdateWorkflow.build(context)
235
- when :upload_read_set_part
236
- Aws::Omics::Endpoints::UploadReadSetPart.build(context)
237
- end
238
- end
239
70
  end
240
71
 
241
72
  def add_handlers(handlers, _config)
@@ -893,6 +893,106 @@ module Aws::Omics
893
893
  include Aws::Structure
894
894
  end
895
895
 
896
+ # @!attribute [rw] cache_behavior
897
+ # Default cache behavior for runs that use this cache. Supported
898
+ # values are:
899
+ #
900
+ # `CACHE_ON_FAILURE`: Caches task outputs from completed tasks for
901
+ # runs that fail. This setting is useful if you're debugging a
902
+ # workflow that fails after several tasks completed successfully. The
903
+ # subsequent run uses the cache outputs for previously-completed tasks
904
+ # if the task definition, inputs, and container in ECR are identical
905
+ # to the prior run.
906
+ #
907
+ # `CACHE_ALWAYS`: Caches task outputs from completed tasks for all
908
+ # runs. This setting is useful in development mode, but do not use it
909
+ # in a production setting.
910
+ #
911
+ # If you don't specify a value, the default behavior is
912
+ # CACHE\_ON\_FAILURE. When you start a run that uses this cache, you
913
+ # can override the default cache behavior.
914
+ #
915
+ # For more information, see [Run cache behavior][1] in the AWS
916
+ # HealthOmics User Guide.
917
+ #
918
+ #
919
+ #
920
+ # [1]: https://docs.aws.amazon.com/omics/latest/dev/how-run-cache.html#run-cache-behavior
921
+ # @return [String]
922
+ #
923
+ # @!attribute [rw] cache_s3_location
924
+ # Specify the S3 location for storing the cached task outputs. This
925
+ # data must be immediately accessible (not in an archived state).
926
+ # @return [String]
927
+ #
928
+ # @!attribute [rw] description
929
+ # Enter a description of the run cache.
930
+ # @return [String]
931
+ #
932
+ # @!attribute [rw] name
933
+ # Enter a user-friendly name for the run cache.
934
+ # @return [String]
935
+ #
936
+ # @!attribute [rw] request_id
937
+ # A unique request token, to ensure idempotency. If you don't specify
938
+ # a token, HealthOmics automatically generates a universally unique
939
+ # identifier (UUID) for the request.
940
+ #
941
+ # **A suitable default value is auto-generated.** You should normally
942
+ # not need to pass this option.
943
+ # @return [String]
944
+ #
945
+ # @!attribute [rw] tags
946
+ # Specify one or more tags to associate with this run cache.
947
+ # @return [Hash<String,String>]
948
+ #
949
+ # @!attribute [rw] cache_bucket_owner_id
950
+ # The AWS account ID of the expected owner of the S3 bucket for the
951
+ # run cache. If not provided, your account ID is set as the owner of
952
+ # the bucket.
953
+ # @return [String]
954
+ #
955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateRunCacheRequest AWS API Documentation
956
+ #
957
+ class CreateRunCacheRequest < Struct.new(
958
+ :cache_behavior,
959
+ :cache_s3_location,
960
+ :description,
961
+ :name,
962
+ :request_id,
963
+ :tags,
964
+ :cache_bucket_owner_id)
965
+ SENSITIVE = []
966
+ include Aws::Structure
967
+ end
968
+
969
+ # @!attribute [rw] arn
970
+ # Unique resource identifier for the run cache.
971
+ # @return [String]
972
+ #
973
+ # @!attribute [rw] id
974
+ # Identifier for the run cache.
975
+ # @return [String]
976
+ #
977
+ # @!attribute [rw] status
978
+ # Run cache status.
979
+ # @return [String]
980
+ #
981
+ # @!attribute [rw] tags
982
+ # The tags associated with this run cache.
983
+ # @return [Hash<String,String>]
984
+ #
985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateRunCacheResponse AWS API Documentation
986
+ #
987
+ class CreateRunCacheResponse < Struct.new(
988
+ :arn,
989
+ :id,
990
+ :status,
991
+ :tags)
992
+ SENSITIVE = []
993
+ include Aws::Structure
994
+ end
995
+
896
996
  # @!attribute [rw] name
897
997
  # A name for the group.
898
998
  # @return [String]
@@ -1361,6 +1461,18 @@ module Aws::Omics
1361
1461
  #
1362
1462
  class DeleteReferenceStoreResponse < Aws::EmptyStructure; end
1363
1463
 
1464
+ # @!attribute [rw] id
1465
+ # Run cache identifier for the cache you want to delete.
1466
+ # @return [String]
1467
+ #
1468
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteRunCacheRequest AWS API Documentation
1469
+ #
1470
+ class DeleteRunCacheRequest < Struct.new(
1471
+ :id)
1472
+ SENSITIVE = []
1473
+ include Aws::Structure
1474
+ end
1475
+
1364
1476
  # @!attribute [rw] id
1365
1477
  # The run group's ID.
1366
1478
  # @return [String]
@@ -2527,6 +2639,75 @@ module Aws::Omics
2527
2639
  include Aws::Structure
2528
2640
  end
2529
2641
 
2642
+ # @!attribute [rw] id
2643
+ # The identifier of the run cache to retrieve.
2644
+ # @return [String]
2645
+ #
2646
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunCacheRequest AWS API Documentation
2647
+ #
2648
+ class GetRunCacheRequest < Struct.new(
2649
+ :id)
2650
+ SENSITIVE = []
2651
+ include Aws::Structure
2652
+ end
2653
+
2654
+ # @!attribute [rw] arn
2655
+ # Unique resource identifier for the run cache.
2656
+ # @return [String]
2657
+ #
2658
+ # @!attribute [rw] cache_behavior
2659
+ # The default cache behavior for runs using this cache.
2660
+ # @return [String]
2661
+ #
2662
+ # @!attribute [rw] cache_bucket_owner_id
2663
+ # The identifier of the bucket owner.
2664
+ # @return [String]
2665
+ #
2666
+ # @!attribute [rw] cache_s3_uri
2667
+ # The S3 URI where the cache data is stored.
2668
+ # @return [String]
2669
+ #
2670
+ # @!attribute [rw] creation_time
2671
+ # Creation time of the run cache (an ISO 8601 formatted string).
2672
+ # @return [Time]
2673
+ #
2674
+ # @!attribute [rw] description
2675
+ # The run cache description.
2676
+ # @return [String]
2677
+ #
2678
+ # @!attribute [rw] id
2679
+ # The run cache ID.
2680
+ # @return [String]
2681
+ #
2682
+ # @!attribute [rw] name
2683
+ # The run cache name.
2684
+ # @return [String]
2685
+ #
2686
+ # @!attribute [rw] status
2687
+ # The run cache status.
2688
+ # @return [String]
2689
+ #
2690
+ # @!attribute [rw] tags
2691
+ # The tags associated with the run cache.
2692
+ # @return [Hash<String,String>]
2693
+ #
2694
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunCacheResponse AWS API Documentation
2695
+ #
2696
+ class GetRunCacheResponse < Struct.new(
2697
+ :arn,
2698
+ :cache_behavior,
2699
+ :cache_bucket_owner_id,
2700
+ :cache_s3_uri,
2701
+ :creation_time,
2702
+ :description,
2703
+ :id,
2704
+ :name,
2705
+ :status,
2706
+ :tags)
2707
+ SENSITIVE = []
2708
+ include Aws::Structure
2709
+ end
2710
+
2530
2711
  # @!attribute [rw] id
2531
2712
  # The group's ID.
2532
2713
  # @return [String]
@@ -2616,6 +2797,18 @@ module Aws::Omics
2616
2797
  # The run's ID.
2617
2798
  # @return [String]
2618
2799
  #
2800
+ # @!attribute [rw] cache_id
2801
+ # The run cache associated with the run.
2802
+ # @return [String]
2803
+ #
2804
+ # @!attribute [rw] cache_behavior
2805
+ # The run cache behavior for the run.
2806
+ # @return [String]
2807
+ #
2808
+ # @!attribute [rw] engine_version
2809
+ # The workflow engine version.
2810
+ # @return [String]
2811
+ #
2619
2812
  # @!attribute [rw] status
2620
2813
  # The run's status.
2621
2814
  # @return [String]
@@ -2739,6 +2932,9 @@ module Aws::Omics
2739
2932
  class GetRunResponse < Struct.new(
2740
2933
  :arn,
2741
2934
  :id,
2935
+ :cache_id,
2936
+ :cache_behavior,
2937
+ :engine_version,
2742
2938
  :status,
2743
2939
  :workflow_id,
2744
2940
  :workflow_type,
@@ -2805,6 +3001,15 @@ module Aws::Omics
2805
3001
  # The task's CPU usage.
2806
3002
  # @return [Integer]
2807
3003
  #
3004
+ # @!attribute [rw] cache_hit
3005
+ # Set to true if AWS HealthOmics found a matching entry in the run
3006
+ # cache for this task.
3007
+ # @return [Boolean]
3008
+ #
3009
+ # @!attribute [rw] cache_s3_uri
3010
+ # The S3 URI of the cache location.
3011
+ # @return [String]
3012
+ #
2808
3013
  # @!attribute [rw] memory
2809
3014
  # The task's memory use in gigabytes.
2810
3015
  # @return [Integer]
@@ -2848,6 +3053,8 @@ module Aws::Omics
2848
3053
  :status,
2849
3054
  :name,
2850
3055
  :cpus,
3056
+ :cache_hit,
3057
+ :cache_s3_uri,
2851
3058
  :memory,
2852
3059
  :creation_time,
2853
3060
  :start_time,
@@ -4074,6 +4281,43 @@ module Aws::Omics
4074
4281
  include Aws::Structure
4075
4282
  end
4076
4283
 
4284
+ # @!attribute [rw] max_results
4285
+ # The maximum number of results to return.
4286
+ # @return [Integer]
4287
+ #
4288
+ # @!attribute [rw] starting_token
4289
+ # Optional pagination token returned from a prior call to the
4290
+ # `ListRunCaches` API operation.
4291
+ # @return [String]
4292
+ #
4293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListRunCachesRequest AWS API Documentation
4294
+ #
4295
+ class ListRunCachesRequest < Struct.new(
4296
+ :max_results,
4297
+ :starting_token)
4298
+ SENSITIVE = []
4299
+ include Aws::Structure
4300
+ end
4301
+
4302
+ # @!attribute [rw] items
4303
+ # Details about each run cache in the response.
4304
+ # @return [Array<Types::RunCacheListItem>]
4305
+ #
4306
+ # @!attribute [rw] next_token
4307
+ # Pagination token to retrieve additional run caches. If the response
4308
+ # does not have a `nextToken`value, you have reached to the end of the
4309
+ # list.
4310
+ # @return [String]
4311
+ #
4312
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListRunCachesResponse AWS API Documentation
4313
+ #
4314
+ class ListRunCachesResponse < Struct.new(
4315
+ :items,
4316
+ :next_token)
4317
+ SENSITIVE = []
4318
+ include Aws::Structure
4319
+ end
4320
+
4077
4321
  # @!attribute [rw] name
4078
4322
  # The run groups' name.
4079
4323
  # @return [String]
@@ -5113,6 +5357,51 @@ module Aws::Omics
5113
5357
  include Aws::Structure
5114
5358
  end
5115
5359
 
5360
+ # List entry for one run cache.
5361
+ #
5362
+ # @!attribute [rw] arn
5363
+ # Unique resource identifier for the run cache.
5364
+ # @return [String]
5365
+ #
5366
+ # @!attribute [rw] cache_behavior
5367
+ # Default cache behavior for the run cache.
5368
+ # @return [String]
5369
+ #
5370
+ # @!attribute [rw] cache_s3_uri
5371
+ # The S3 uri for the run cache data.
5372
+ # @return [String]
5373
+ #
5374
+ # @!attribute [rw] creation_time
5375
+ # The time that this run cache was created (an ISO 8601 formatted
5376
+ # string).
5377
+ # @return [Time]
5378
+ #
5379
+ # @!attribute [rw] id
5380
+ # The identifier for this run cache.
5381
+ # @return [String]
5382
+ #
5383
+ # @!attribute [rw] name
5384
+ # The name of the run cache.
5385
+ # @return [String]
5386
+ #
5387
+ # @!attribute [rw] status
5388
+ # The run cache status.
5389
+ # @return [String]
5390
+ #
5391
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/RunCacheListItem AWS API Documentation
5392
+ #
5393
+ class RunCacheListItem < Struct.new(
5394
+ :arn,
5395
+ :cache_behavior,
5396
+ :cache_s3_uri,
5397
+ :creation_time,
5398
+ :id,
5399
+ :name,
5400
+ :status)
5401
+ SENSITIVE = []
5402
+ include Aws::Structure
5403
+ end
5404
+
5116
5405
  # A run group.
5117
5406
  #
5118
5407
  # @!attribute [rw] arn
@@ -5889,6 +6178,22 @@ module Aws::Omics
5889
6178
  # A name for the run.
5890
6179
  # @return [String]
5891
6180
  #
6181
+ # @!attribute [rw] cache_id
6182
+ # Identifier of the cache associated with this run. If you don't
6183
+ # specify a cache ID, no task outputs are cached for this run.
6184
+ # @return [String]
6185
+ #
6186
+ # @!attribute [rw] cache_behavior
6187
+ # The cache behavior for the run. You specify this value if you want
6188
+ # to override the default behavior for the cache. You had set the
6189
+ # default value when you created the cache. For more information, see
6190
+ # [Run cache behavior][1] in the AWS HealthOmics User Guide.
6191
+ #
6192
+ #
6193
+ #
6194
+ # [1]: https://docs.aws.amazon.com/omics/latest/dev/how-run-cache.html#run-cache-behavior
6195
+ # @return [String]
6196
+ #
5892
6197
  # @!attribute [rw] run_group_id
5893
6198
  # The run's group ID.
5894
6199
  # @return [String]
@@ -5928,7 +6233,22 @@ module Aws::Omics
5928
6233
  # @return [String]
5929
6234
  #
5930
6235
  # @!attribute [rw] retention_mode
5931
- # The retention mode for the run.
6236
+ # The retention mode for the run. The default value is RETAIN.
6237
+ #
6238
+ # HealthOmics stores a fixed number of runs that are available to the
6239
+ # console and API. In the default mode (RETAIN), you need to remove
6240
+ # runs manually when the number of run exceeds the maximum. If you set
6241
+ # the retention mode to `REMOVE`, HealthOmics automatically removes
6242
+ # runs (that have mode set to REMOVE) when the number of run exceeds
6243
+ # the maximum. All run logs are available in CloudWatch logs, if you
6244
+ # need information about a run that is no longer available to the API.
6245
+ #
6246
+ # For more information about retention mode, see [Specifying run
6247
+ # retention mode][1] in the *AWS HealthOmics User Guide*.
6248
+ #
6249
+ #
6250
+ #
6251
+ # [1]: https://docs.aws.amazon.com/omics/latest/dev/starting-a-run.html
5932
6252
  # @return [String]
5933
6253
  #
5934
6254
  # @!attribute [rw] storage_type
@@ -5950,6 +6270,8 @@ module Aws::Omics
5950
6270
  :run_id,
5951
6271
  :role_arn,
5952
6272
  :name,
6273
+ :cache_id,
6274
+ :cache_behavior,
5953
6275
  :run_group_id,
5954
6276
  :priority,
5955
6277
  :parameters,
@@ -5966,7 +6288,7 @@ module Aws::Omics
5966
6288
  end
5967
6289
 
5968
6290
  # @!attribute [rw] arn
5969
- # The run's ARN.
6291
+ # Unique resource identifier for the run.
5970
6292
  # @return [String]
5971
6293
  #
5972
6294
  # @!attribute [rw] id
@@ -6108,6 +6430,15 @@ module Aws::Omics
6108
6430
  # The task's CPU count.
6109
6431
  # @return [Integer]
6110
6432
  #
6433
+ # @!attribute [rw] cache_hit
6434
+ # Set to true if AWS HealthOmics found a matching entry in the run
6435
+ # cache for this task.
6436
+ # @return [Boolean]
6437
+ #
6438
+ # @!attribute [rw] cache_s3_uri
6439
+ # The S3 URI of the cache location.
6440
+ # @return [String]
6441
+ #
6111
6442
  # @!attribute [rw] memory
6112
6443
  # The task's memory use in gigabyes.
6113
6444
  # @return [Integer]
@@ -6140,6 +6471,8 @@ module Aws::Omics
6140
6471
  :status,
6141
6472
  :name,
6142
6473
  :cpus,
6474
+ :cache_hit,
6475
+ :cache_s3_uri,
6143
6476
  :memory,
6144
6477
  :creation_time,
6145
6478
  :start_time,
@@ -6384,6 +6717,33 @@ module Aws::Omics
6384
6717
  include Aws::Structure
6385
6718
  end
6386
6719
 
6720
+ # @!attribute [rw] cache_behavior
6721
+ # Update the default run cache behavior.
6722
+ # @return [String]
6723
+ #
6724
+ # @!attribute [rw] description
6725
+ # Update the run cache description.
6726
+ # @return [String]
6727
+ #
6728
+ # @!attribute [rw] id
6729
+ # The identifier of the run cache you want to update.
6730
+ # @return [String]
6731
+ #
6732
+ # @!attribute [rw] name
6733
+ # Update the name of the run cache.
6734
+ # @return [String]
6735
+ #
6736
+ # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/UpdateRunCacheRequest AWS API Documentation
6737
+ #
6738
+ class UpdateRunCacheRequest < Struct.new(
6739
+ :cache_behavior,
6740
+ :description,
6741
+ :id,
6742
+ :name)
6743
+ SENSITIVE = []
6744
+ include Aws::Structure
6745
+ end
6746
+
6387
6747
  # @!attribute [rw] id
6388
6748
  # The group's ID.
6389
6749
  # @return [String]
data/lib/aws-sdk-omics.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Omics
55
55
  autoload :EndpointProvider, 'aws-sdk-omics/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-omics/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61