aws-sdk-omics 1.71.0 → 1.73.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +6 -1
- data/lib/aws-sdk-omics/client_api.rb +3 -0
- data/lib/aws-sdk-omics/types.rb +23 -3
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b34e6a9b94ec5ec7e4fdacddeb2f7e65bbd2aa13144dce56e632d26f62265aeb
|
|
4
|
+
data.tar.gz: '086b143094a7fd9daccee19fd11f307e24dc6fc94c295f137792cc3e45d36b51'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50ecfd3492c21977cdb331d27e019ff24acb659234798308434d9ac7678a5da10bfd590264b1c021523f14eceefaa8fcc2d2af078c5a6d32b00d4f5d0063f4f9
|
|
7
|
+
data.tar.gz: d80116c8dc17355b6e2ae13f58277892db4ae90023b9e6141772c3824479f05b31c8bf16fcc1e891790aadba06848caf506142120295f72780a6a35f5c317339
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.73.0 (2026-06-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for workflowName in the ListRuns API response.
|
|
8
|
+
|
|
9
|
+
1.72.0 (2026-06-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - StartRunBatch API - Add EngineSettings
|
|
13
|
+
|
|
4
14
|
1.71.0 (2026-05-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
|
@@ -5432,6 +5432,7 @@ module Aws::Omics
|
|
|
5432
5432
|
# resp.items[0].stop_time #=> Time
|
|
5433
5433
|
# resp.items[0].storage_type #=> String, one of "STATIC", "DYNAMIC"
|
|
5434
5434
|
# resp.items[0].workflow_version_name #=> String
|
|
5435
|
+
# resp.items[0].workflow_name #=> String
|
|
5435
5436
|
# resp.next_token #=> String
|
|
5436
5437
|
#
|
|
5437
5438
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListRuns AWS API Documentation
|
|
@@ -6674,6 +6675,8 @@ module Aws::Omics
|
|
|
6674
6675
|
# workflow_version_name: "WorkflowVersionName",
|
|
6675
6676
|
# networking_mode: "RESTRICTED", # accepts RESTRICTED, VPC
|
|
6676
6677
|
# configuration_name: "ConfigurationName",
|
|
6678
|
+
# engine_settings: {
|
|
6679
|
+
# },
|
|
6677
6680
|
# },
|
|
6678
6681
|
# batch_run_settings: { # required
|
|
6679
6682
|
# inline_settings: [
|
|
@@ -6688,6 +6691,8 @@ module Aws::Omics
|
|
|
6688
6691
|
# run_tags: {
|
|
6689
6692
|
# "TagKey" => "TagValue",
|
|
6690
6693
|
# },
|
|
6694
|
+
# engine_settings: {
|
|
6695
|
+
# },
|
|
6691
6696
|
# },
|
|
6692
6697
|
# ],
|
|
6693
6698
|
# s3_uri_settings: "S3UriSettings",
|
|
@@ -7396,7 +7401,7 @@ module Aws::Omics
|
|
|
7396
7401
|
tracer: tracer
|
|
7397
7402
|
)
|
|
7398
7403
|
context[:gem_name] = 'aws-sdk-omics'
|
|
7399
|
-
context[:gem_version] = '1.
|
|
7404
|
+
context[:gem_version] = '1.73.0'
|
|
7400
7405
|
Seahorse::Client::Request.new(handlers, context)
|
|
7401
7406
|
end
|
|
7402
7407
|
|
|
@@ -1123,6 +1123,7 @@ module Aws::Omics
|
|
|
1123
1123
|
DefaultRunSetting.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
|
1124
1124
|
DefaultRunSetting.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
|
|
1125
1125
|
DefaultRunSetting.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "configurationName"))
|
|
1126
|
+
DefaultRunSetting.add_member(:engine_settings, Shapes::ShapeRef.new(shape: EngineSettings, location_name: "engineSettings"))
|
|
1126
1127
|
DefaultRunSetting.struct_class = Types::DefaultRunSetting
|
|
1127
1128
|
|
|
1128
1129
|
DefinitionRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "connectionArn"))
|
|
@@ -1796,6 +1797,7 @@ module Aws::Omics
|
|
|
1796
1797
|
InlineSetting.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
|
|
1797
1798
|
InlineSetting.add_member(:output_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "outputBucketOwnerId"))
|
|
1798
1799
|
InlineSetting.add_member(:run_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "runTags"))
|
|
1800
|
+
InlineSetting.add_member(:engine_settings, Shapes::ShapeRef.new(shape: EngineSettings, location_name: "engineSettings"))
|
|
1799
1801
|
InlineSetting.struct_class = Types::InlineSetting
|
|
1800
1802
|
|
|
1801
1803
|
InlineSettings.member = Shapes::ShapeRef.new(shape: InlineSetting)
|
|
@@ -2303,6 +2305,7 @@ module Aws::Omics
|
|
|
2303
2305
|
RunListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
|
|
2304
2306
|
RunListItem.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "storageType"))
|
|
2305
2307
|
RunListItem.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
|
|
2308
|
+
RunListItem.add_member(:workflow_name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "workflowName"))
|
|
2306
2309
|
RunListItem.struct_class = Types::RunListItem
|
|
2307
2310
|
|
|
2308
2311
|
RunLogLocation.add_member(:engine_log_stream, Shapes::ShapeRef.new(shape: EngineLogStream, location_name: "engineLogStream"))
|
data/lib/aws-sdk-omics/types.rb
CHANGED
|
@@ -2134,6 +2134,12 @@ module Aws::Omics
|
|
|
2134
2134
|
# Optional configuration name to use for the workflow run.
|
|
2135
2135
|
# @return [String]
|
|
2136
2136
|
#
|
|
2137
|
+
# @!attribute [rw] engine_settings
|
|
2138
|
+
# Engine-specific settings for the workflow run. Use this field to
|
|
2139
|
+
# specify configuration options that are specific to the workflow
|
|
2140
|
+
# engine (for example, Nextflow profiles).
|
|
2141
|
+
# @return [Hash,Array,String,Numeric,Boolean]
|
|
2142
|
+
#
|
|
2137
2143
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DefaultRunSetting AWS API Documentation
|
|
2138
2144
|
#
|
|
2139
2145
|
class DefaultRunSetting < Struct.new(
|
|
@@ -2156,7 +2162,8 @@ module Aws::Omics
|
|
|
2156
2162
|
:output_bucket_owner_id,
|
|
2157
2163
|
:workflow_version_name,
|
|
2158
2164
|
:networking_mode,
|
|
2159
|
-
:configuration_name
|
|
2165
|
+
:configuration_name,
|
|
2166
|
+
:engine_settings)
|
|
2160
2167
|
SENSITIVE = []
|
|
2161
2168
|
include Aws::Structure
|
|
2162
2169
|
end
|
|
@@ -5212,6 +5219,13 @@ module Aws::Omics
|
|
|
5212
5219
|
# this object take precedence when keys overlap.
|
|
5213
5220
|
# @return [Hash<String,String>]
|
|
5214
5221
|
#
|
|
5222
|
+
# @!attribute [rw] engine_settings
|
|
5223
|
+
# Per-run engine-specific settings. Use this field to specify
|
|
5224
|
+
# configuration options that are specific to the workflow engine (for
|
|
5225
|
+
# example, Nextflow profiles). Overrides
|
|
5226
|
+
# `defaultRunSetting.engineSettings` for this run.
|
|
5227
|
+
# @return [Hash,Array,String,Numeric,Boolean]
|
|
5228
|
+
#
|
|
5215
5229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/InlineSetting AWS API Documentation
|
|
5216
5230
|
#
|
|
5217
5231
|
class InlineSetting < Struct.new(
|
|
@@ -5221,7 +5235,8 @@ module Aws::Omics
|
|
|
5221
5235
|
:priority,
|
|
5222
5236
|
:parameters,
|
|
5223
5237
|
:output_bucket_owner_id,
|
|
5224
|
-
:run_tags
|
|
5238
|
+
:run_tags,
|
|
5239
|
+
:engine_settings)
|
|
5225
5240
|
SENSITIVE = []
|
|
5226
5241
|
include Aws::Structure
|
|
5227
5242
|
end
|
|
@@ -7409,6 +7424,10 @@ module Aws::Omics
|
|
|
7409
7424
|
# The name of the workflow version.
|
|
7410
7425
|
# @return [String]
|
|
7411
7426
|
#
|
|
7427
|
+
# @!attribute [rw] workflow_name
|
|
7428
|
+
# The name of the workflow.
|
|
7429
|
+
# @return [String]
|
|
7430
|
+
#
|
|
7412
7431
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/RunListItem AWS API Documentation
|
|
7413
7432
|
#
|
|
7414
7433
|
class RunListItem < Struct.new(
|
|
@@ -7424,7 +7443,8 @@ module Aws::Omics
|
|
|
7424
7443
|
:start_time,
|
|
7425
7444
|
:stop_time,
|
|
7426
7445
|
:storage_type,
|
|
7427
|
-
:workflow_version_name
|
|
7446
|
+
:workflow_version_name,
|
|
7447
|
+
:workflow_name)
|
|
7428
7448
|
SENSITIVE = []
|
|
7429
7449
|
include Aws::Structure
|
|
7430
7450
|
end
|
data/lib/aws-sdk-omics.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1809,7 +1809,9 @@ module Aws
|
|
|
1809
1809
|
output_bucket_owner_id: ::String?,
|
|
1810
1810
|
workflow_version_name: ::String?,
|
|
1811
1811
|
networking_mode: ("RESTRICTED" | "VPC")?,
|
|
1812
|
-
configuration_name: ::String
|
|
1812
|
+
configuration_name: ::String?,
|
|
1813
|
+
engine_settings: {
|
|
1814
|
+
}?
|
|
1813
1815
|
},
|
|
1814
1816
|
batch_run_settings: {
|
|
1815
1817
|
inline_settings: Array[
|
|
@@ -1821,7 +1823,9 @@ module Aws
|
|
|
1821
1823
|
parameters: {
|
|
1822
1824
|
}?,
|
|
1823
1825
|
output_bucket_owner_id: ::String?,
|
|
1824
|
-
run_tags: Hash[::String, ::String]
|
|
1826
|
+
run_tags: Hash[::String, ::String]?,
|
|
1827
|
+
engine_settings: {
|
|
1828
|
+
}?
|
|
1825
1829
|
}
|
|
1826
1830
|
]?,
|
|
1827
1831
|
s3_uri_settings: ::String?
|
data/sig/types.rbs
CHANGED
|
@@ -521,6 +521,7 @@ module Aws::Omics
|
|
|
521
521
|
attr_accessor workflow_version_name: ::String
|
|
522
522
|
attr_accessor networking_mode: ("RESTRICTED" | "VPC")
|
|
523
523
|
attr_accessor configuration_name: ::String
|
|
524
|
+
attr_accessor engine_settings: untyped
|
|
524
525
|
SENSITIVE: []
|
|
525
526
|
end
|
|
526
527
|
|
|
@@ -1358,6 +1359,7 @@ module Aws::Omics
|
|
|
1358
1359
|
attr_accessor parameters: untyped
|
|
1359
1360
|
attr_accessor output_bucket_owner_id: ::String
|
|
1360
1361
|
attr_accessor run_tags: ::Hash[::String, ::String]
|
|
1362
|
+
attr_accessor engine_settings: untyped
|
|
1361
1363
|
SENSITIVE: []
|
|
1362
1364
|
end
|
|
1363
1365
|
|
|
@@ -2002,6 +2004,7 @@ module Aws::Omics
|
|
|
2002
2004
|
attr_accessor stop_time: ::Time
|
|
2003
2005
|
attr_accessor storage_type: ("STATIC" | "DYNAMIC")
|
|
2004
2006
|
attr_accessor workflow_version_name: ::String
|
|
2007
|
+
attr_accessor workflow_name: ::String
|
|
2005
2008
|
SENSITIVE: []
|
|
2006
2009
|
end
|
|
2007
2010
|
|