aws-sdk-omics 1.70.0 → 1.72.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: 589bcc32ed4c2ce099369e6ccb6c3150f34457e866bd0279f1d0e221c8a40b45
4
- data.tar.gz: 91f74029e4cfc3cda4e689fdcc03c0970f58df9bb993d6544145bf5617079f2d
3
+ metadata.gz: 6e7ac489105ab762cc39df626e4bca1cf7f46f2c936087b2df37245b9927da63
4
+ data.tar.gz: 7a9dc2b57f77d573f9365c241c1ff34d9b88b0bd393827d142e9fb45a5304f52
5
5
  SHA512:
6
- metadata.gz: 8cb2ad0e2d69a41ff709f41caad49d1ee946d1eaf4f9dcf30c6dc29e489f0bf2e5c3caf90e7bc466804c5e22db5be8305f573fe7ddf70868708f11cad80b7238
7
- data.tar.gz: e2ba671a47a0a1d9f389d9466dce5ad6c74c14b03c598d51acd80f8c2d2ea80f9c00acffc268f76c568c2d50d0f572ce8e123846f7447dc77b59db41a9edfd09
6
+ metadata.gz: 1e930748f54ef29cce4690bb80257b8cfbfccc6e2813b8590fd4b195f416aa12d309abd3a72e186ecd3306996ee416a154a83a735804a2f04da60216d87d46c6
7
+ data.tar.gz: cb64716e8ceba0cf9c43ae7205759ded6ed8ccb54ea07ab0d92eca7d0dc3e003c4aeff88bde79447e3b7fe8df21f298f3ab8d5ff1256532d6c5c1bd807e35eec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2026-06-08)
5
+ ------------------
6
+
7
+ * Feature - StartRunBatch API - Add EngineSettings
8
+
9
+ 1.71.0 (2026-05-29)
10
+ ------------------
11
+
12
+ * Feature - Add engineSettings to StartRun and GetRun. Add profiles and profileParameterTemplates to GetWorkflow and GetWorkflowVersion.
13
+
4
14
  1.70.0 (2026-05-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -3605,6 +3605,7 @@ module Aws::Omics
3605
3605
  # * {Types::GetRunResponse#networking_mode #networking_mode} => String
3606
3606
  # * {Types::GetRunResponse#configuration #configuration} => Types::ConfigurationDetails
3607
3607
  # * {Types::GetRunResponse#vpc_config #vpc_config} => Types::VpcConfigResponse
3608
+ # * {Types::GetRunResponse#engine_settings #engine_settings} => Hash,Array,String,Numeric,Boolean
3608
3609
  #
3609
3610
  # @example Request syntax with placeholder values
3610
3611
  #
@@ -4164,6 +4165,8 @@ module Aws::Omics
4164
4165
  # * {Types::GetWorkflowResponse#readme #readme} => String
4165
4166
  # * {Types::GetWorkflowResponse#definition_repository_details #definition_repository_details} => Types::DefinitionRepositoryDetails
4166
4167
  # * {Types::GetWorkflowResponse#readme_path #readme_path} => String
4168
+ # * {Types::GetWorkflowResponse#profiles #profiles} => Array<String>
4169
+ # * {Types::GetWorkflowResponse#profile_parameter_templates #profile_parameter_templates} => Hash<String,Hash<String,Types::WorkflowParameter>>
4167
4170
  #
4168
4171
  # @example Request syntax with placeholder values
4169
4172
  #
@@ -4215,6 +4218,12 @@ module Aws::Omics
4215
4218
  # resp.definition_repository_details.provider_type #=> String
4216
4219
  # resp.definition_repository_details.provider_endpoint #=> String
4217
4220
  # resp.readme_path #=> String
4221
+ # resp.profiles #=> Array
4222
+ # resp.profiles[0] #=> String
4223
+ # resp.profile_parameter_templates #=> Hash
4224
+ # resp.profile_parameter_templates["WorkflowProfileName"] #=> Hash
4225
+ # resp.profile_parameter_templates["WorkflowProfileName"]["WorkflowParameterName"].description #=> String
4226
+ # resp.profile_parameter_templates["WorkflowProfileName"]["WorkflowParameterName"].optional #=> Boolean
4218
4227
  #
4219
4228
  #
4220
4229
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4281,6 +4290,8 @@ module Aws::Omics
4281
4290
  # * {Types::GetWorkflowVersionResponse#readme #readme} => String
4282
4291
  # * {Types::GetWorkflowVersionResponse#definition_repository_details #definition_repository_details} => Types::DefinitionRepositoryDetails
4283
4292
  # * {Types::GetWorkflowVersionResponse#readme_path #readme_path} => String
4293
+ # * {Types::GetWorkflowVersionResponse#profiles #profiles} => Array<String>
4294
+ # * {Types::GetWorkflowVersionResponse#profile_parameter_templates #profile_parameter_templates} => Hash<String,Hash<String,Types::WorkflowParameter>>
4284
4295
  #
4285
4296
  # @example Request syntax with placeholder values
4286
4297
  #
@@ -4334,6 +4345,12 @@ module Aws::Omics
4334
4345
  # resp.definition_repository_details.provider_type #=> String
4335
4346
  # resp.definition_repository_details.provider_endpoint #=> String
4336
4347
  # resp.readme_path #=> String
4348
+ # resp.profiles #=> Array
4349
+ # resp.profiles[0] #=> String
4350
+ # resp.profile_parameter_templates #=> Hash
4351
+ # resp.profile_parameter_templates["WorkflowProfileName"] #=> Hash
4352
+ # resp.profile_parameter_templates["WorkflowProfileName"]["WorkflowParameterName"].description #=> String
4353
+ # resp.profile_parameter_templates["WorkflowProfileName"]["WorkflowParameterName"].optional #=> Boolean
4337
4354
  #
4338
4355
  #
4339
4356
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -6507,6 +6524,16 @@ module Aws::Omics
6507
6524
  # @option params [String] :configuration_name
6508
6525
  # Optional configuration name to use for the workflow run.
6509
6526
  #
6527
+ # @option params [Hash,Array,String,Numeric,Boolean] :engine_settings
6528
+ # Engine-specific settings for the workflow run. Use this field to
6529
+ # specify configuration options that are specific to the workflow engine
6530
+ # (for example, Nextflow profiles).
6531
+ #
6532
+ # Document type used to carry open content
6533
+ # (Hash,Array,String,Numeric,Boolean). A document type value is
6534
+ # serialized using the same format as its surroundings and requires no
6535
+ # additional encoding or escaping.
6536
+ #
6510
6537
  # @return [Types::StartRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6511
6538
  #
6512
6539
  # * {Types::StartRunResponse#arn #arn} => String
@@ -6545,6 +6572,8 @@ module Aws::Omics
6545
6572
  # workflow_version_name: "WorkflowVersionName",
6546
6573
  # networking_mode: "RESTRICTED", # accepts RESTRICTED, VPC
6547
6574
  # configuration_name: "ConfigurationName",
6575
+ # engine_settings: {
6576
+ # },
6548
6577
  # })
6549
6578
  #
6550
6579
  # @example Response structure
@@ -6645,6 +6674,8 @@ module Aws::Omics
6645
6674
  # workflow_version_name: "WorkflowVersionName",
6646
6675
  # networking_mode: "RESTRICTED", # accepts RESTRICTED, VPC
6647
6676
  # configuration_name: "ConfigurationName",
6677
+ # engine_settings: {
6678
+ # },
6648
6679
  # },
6649
6680
  # batch_run_settings: { # required
6650
6681
  # inline_settings: [
@@ -6659,6 +6690,8 @@ module Aws::Omics
6659
6690
  # run_tags: {
6660
6691
  # "TagKey" => "TagValue",
6661
6692
  # },
6693
+ # engine_settings: {
6694
+ # },
6662
6695
  # },
6663
6696
  # ],
6664
6697
  # s3_uri_settings: "S3UriSettings",
@@ -7367,7 +7400,7 @@ module Aws::Omics
7367
7400
  tracer: tracer
7368
7401
  )
7369
7402
  context[:gem_name] = 'aws-sdk-omics'
7370
- context[:gem_version] = '1.70.0'
7403
+ context[:gem_version] = '1.72.0'
7371
7404
  Seahorse::Client::Request.new(handlers, context)
7372
7405
  end
7373
7406
 
@@ -160,6 +160,7 @@ module Aws::Omics
160
160
  Encoding = Shapes::StringShape.new(name: 'Encoding')
161
161
  EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
162
162
  EngineLogStream = Shapes::StringShape.new(name: 'EngineLogStream')
163
+ EngineSettings = Shapes::DocumentShape.new(name: 'EngineSettings', document: true)
163
164
  EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
164
165
  EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
165
166
  EscapeQuotes = Shapes::BooleanShape.new(name: 'EscapeQuotes')
@@ -679,6 +680,9 @@ module Aws::Omics
679
680
  WorkflowParameterDescription = Shapes::StringShape.new(name: 'WorkflowParameterDescription')
680
681
  WorkflowParameterName = Shapes::StringShape.new(name: 'WorkflowParameterName')
681
682
  WorkflowParameterTemplate = Shapes::MapShape.new(name: 'WorkflowParameterTemplate')
683
+ WorkflowProfileList = Shapes::ListShape.new(name: 'WorkflowProfileList')
684
+ WorkflowProfileName = Shapes::StringShape.new(name: 'WorkflowProfileName')
685
+ WorkflowProfileParameterTemplates = Shapes::MapShape.new(name: 'WorkflowProfileParameterTemplates')
682
686
  WorkflowRequestId = Shapes::StringShape.new(name: 'WorkflowRequestId')
683
687
  WorkflowStatus = Shapes::StringShape.new(name: 'WorkflowStatus')
684
688
  WorkflowStatusMessage = Shapes::StringShape.new(name: 'WorkflowStatusMessage')
@@ -1119,6 +1123,7 @@ module Aws::Omics
1119
1123
  DefaultRunSetting.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
1120
1124
  DefaultRunSetting.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
1121
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"))
1122
1127
  DefaultRunSetting.struct_class = Types::DefaultRunSetting
1123
1128
 
1124
1129
  DefinitionRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "connectionArn"))
@@ -1557,6 +1562,7 @@ module Aws::Omics
1557
1562
  GetRunResponse.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
1558
1563
  GetRunResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationDetails, location_name: "configuration"))
1559
1564
  GetRunResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfigResponse, location_name: "vpcConfig"))
1565
+ GetRunResponse.add_member(:engine_settings, Shapes::ShapeRef.new(shape: EngineSettings, location_name: "engineSettings"))
1560
1566
  GetRunResponse.struct_class = Types::GetRunResponse
1561
1567
 
1562
1568
  GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
@@ -1677,6 +1683,8 @@ module Aws::Omics
1677
1683
  GetWorkflowResponse.add_member(:readme, Shapes::ShapeRef.new(shape: ReadmeS3PresignedUrl, location_name: "readme"))
1678
1684
  GetWorkflowResponse.add_member(:definition_repository_details, Shapes::ShapeRef.new(shape: DefinitionRepositoryDetails, location_name: "definitionRepositoryDetails"))
1679
1685
  GetWorkflowResponse.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
1686
+ GetWorkflowResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkflowProfileList, location_name: "profiles"))
1687
+ GetWorkflowResponse.add_member(:profile_parameter_templates, Shapes::ShapeRef.new(shape: WorkflowProfileParameterTemplates, location_name: "profileParameterTemplates"))
1680
1688
  GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
1681
1689
 
1682
1690
  GetWorkflowVersionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "workflowId"))
@@ -1710,6 +1718,8 @@ module Aws::Omics
1710
1718
  GetWorkflowVersionResponse.add_member(:readme, Shapes::ShapeRef.new(shape: ReadmeS3PresignedUrl, location_name: "readme"))
1711
1719
  GetWorkflowVersionResponse.add_member(:definition_repository_details, Shapes::ShapeRef.new(shape: DefinitionRepositoryDetails, location_name: "definitionRepositoryDetails"))
1712
1720
  GetWorkflowVersionResponse.add_member(:readme_path, Shapes::ShapeRef.new(shape: ReadmePath, location_name: "readmePath"))
1721
+ GetWorkflowVersionResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkflowProfileList, location_name: "profiles"))
1722
+ GetWorkflowVersionResponse.add_member(:profile_parameter_templates, Shapes::ShapeRef.new(shape: WorkflowProfileParameterTemplates, location_name: "profileParameterTemplates"))
1713
1723
  GetWorkflowVersionResponse.struct_class = Types::GetWorkflowVersionResponse
1714
1724
 
1715
1725
  ImageDetails.add_member(:image, Shapes::ShapeRef.new(shape: Uri, location_name: "image"))
@@ -1787,6 +1797,7 @@ module Aws::Omics
1787
1797
  InlineSetting.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
1788
1798
  InlineSetting.add_member(:output_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "outputBucketOwnerId"))
1789
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"))
1790
1801
  InlineSetting.struct_class = Types::InlineSetting
1791
1802
 
1792
1803
  InlineSettings.member = Shapes::ShapeRef.new(shape: InlineSetting)
@@ -2510,6 +2521,7 @@ module Aws::Omics
2510
2521
  StartRunRequest.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
2511
2522
  StartRunRequest.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
2512
2523
  StartRunRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "configurationName"))
2524
+ StartRunRequest.add_member(:engine_settings, Shapes::ShapeRef.new(shape: EngineSettings, location_name: "engineSettings"))
2513
2525
  StartRunRequest.struct_class = Types::StartRunRequest
2514
2526
 
2515
2527
  StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
@@ -2816,6 +2828,11 @@ module Aws::Omics
2816
2828
  WorkflowParameterTemplate.key = Shapes::ShapeRef.new(shape: WorkflowParameterName)
2817
2829
  WorkflowParameterTemplate.value = Shapes::ShapeRef.new(shape: WorkflowParameter)
2818
2830
 
2831
+ WorkflowProfileList.member = Shapes::ShapeRef.new(shape: WorkflowProfileName)
2832
+
2833
+ WorkflowProfileParameterTemplates.key = Shapes::ShapeRef.new(shape: WorkflowProfileName)
2834
+ WorkflowProfileParameterTemplates.value = Shapes::ShapeRef.new(shape: WorkflowParameterTemplate)
2835
+
2819
2836
  WorkflowVersionList.member = Shapes::ShapeRef.new(shape: WorkflowVersionListItem)
2820
2837
 
2821
2838
  WorkflowVersionListItem.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
@@ -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
@@ -4066,6 +4073,10 @@ module Aws::Omics
4066
4073
  # VPC configuration for the workflow run.
4067
4074
  # @return [Types::VpcConfigResponse]
4068
4075
  #
4076
+ # @!attribute [rw] engine_settings
4077
+ # The engine-specific settings for the workflow run.
4078
+ # @return [Hash,Array,String,Numeric,Boolean]
4079
+ #
4069
4080
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunResponse AWS API Documentation
4070
4081
  #
4071
4082
  class GetRunResponse < Struct.new(
@@ -4108,7 +4119,8 @@ module Aws::Omics
4108
4119
  :workflow_uuid,
4109
4120
  :networking_mode,
4110
4121
  :configuration,
4111
- :vpc_config)
4122
+ :vpc_config,
4123
+ :engine_settings)
4112
4124
  SENSITIVE = []
4113
4125
  include Aws::Structure
4114
4126
  end
@@ -4653,6 +4665,18 @@ module Aws::Omics
4653
4665
  # directory of the repository will be used.
4654
4666
  # @return [String]
4655
4667
  #
4668
+ # @!attribute [rw] profiles
4669
+ # The list of Nextflow profiles that are available for this workflow.
4670
+ # Profiles allow you to select predefined configuration settings at
4671
+ # runtime.
4672
+ # @return [Array<String>]
4673
+ #
4674
+ # @!attribute [rw] profile_parameter_templates
4675
+ # A mapping of profile names to their parameter templates. Each
4676
+ # profile defines its own set of parameters that you can use when
4677
+ # starting a run with that profile.
4678
+ # @return [Hash<String,Hash<String,Types::WorkflowParameter>>]
4679
+ #
4656
4680
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetWorkflowResponse AWS API Documentation
4657
4681
  #
4658
4682
  class GetWorkflowResponse < Struct.new(
@@ -4678,7 +4702,9 @@ module Aws::Omics
4678
4702
  :container_registry_map,
4679
4703
  :readme,
4680
4704
  :definition_repository_details,
4681
- :readme_path)
4705
+ :readme_path,
4706
+ :profiles,
4707
+ :profile_parameter_templates)
4682
4708
  SENSITIVE = []
4683
4709
  include Aws::Structure
4684
4710
  end
@@ -4819,6 +4845,18 @@ module Aws::Omics
4819
4845
  # root directory of the repository will be used.
4820
4846
  # @return [String]
4821
4847
  #
4848
+ # @!attribute [rw] profiles
4849
+ # The list of Nextflow profiles that are available for this workflow
4850
+ # version. Profiles allow you to select predefined configuration
4851
+ # settings at runtime.
4852
+ # @return [Array<String>]
4853
+ #
4854
+ # @!attribute [rw] profile_parameter_templates
4855
+ # A mapping of profile names to their parameter templates. Each
4856
+ # profile defines its own set of parameters that you can use when
4857
+ # starting a run with that profile.
4858
+ # @return [Hash<String,Hash<String,Types::WorkflowParameter>>]
4859
+ #
4822
4860
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetWorkflowVersionResponse AWS API Documentation
4823
4861
  #
4824
4862
  class GetWorkflowVersionResponse < Struct.new(
@@ -4845,7 +4883,9 @@ module Aws::Omics
4845
4883
  :container_registry_map,
4846
4884
  :readme,
4847
4885
  :definition_repository_details,
4848
- :readme_path)
4886
+ :readme_path,
4887
+ :profiles,
4888
+ :profile_parameter_templates)
4849
4889
  SENSITIVE = []
4850
4890
  include Aws::Structure
4851
4891
  end
@@ -5179,6 +5219,13 @@ module Aws::Omics
5179
5219
  # this object take precedence when keys overlap.
5180
5220
  # @return [Hash<String,String>]
5181
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
+ #
5182
5229
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/InlineSetting AWS API Documentation
5183
5230
  #
5184
5231
  class InlineSetting < Struct.new(
@@ -5188,7 +5235,8 @@ module Aws::Omics
5188
5235
  :priority,
5189
5236
  :parameters,
5190
5237
  :output_bucket_owner_id,
5191
- :run_tags)
5238
+ :run_tags,
5239
+ :engine_settings)
5192
5240
  SENSITIVE = []
5193
5241
  include Aws::Structure
5194
5242
  end
@@ -8403,6 +8451,12 @@ module Aws::Omics
8403
8451
  # Optional configuration name to use for the workflow run.
8404
8452
  # @return [String]
8405
8453
  #
8454
+ # @!attribute [rw] engine_settings
8455
+ # Engine-specific settings for the workflow run. Use this field to
8456
+ # specify configuration options that are specific to the workflow
8457
+ # engine (for example, Nextflow profiles).
8458
+ # @return [Hash,Array,String,Numeric,Boolean]
8459
+ #
8406
8460
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/StartRunRequest AWS API Documentation
8407
8461
  #
8408
8462
  class StartRunRequest < Struct.new(
@@ -8426,7 +8480,8 @@ module Aws::Omics
8426
8480
  :workflow_owner_id,
8427
8481
  :workflow_version_name,
8428
8482
  :networking_mode,
8429
- :configuration_name)
8483
+ :configuration_name,
8484
+ :engine_settings)
8430
8485
  SENSITIVE = []
8431
8486
  include Aws::Structure
8432
8487
  end
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.70.0'
58
+ GEM_VERSION = '1.72.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -931,6 +931,7 @@ module Aws
931
931
  def networking_mode: () -> ("RESTRICTED" | "VPC")
932
932
  def configuration: () -> Types::ConfigurationDetails
933
933
  def vpc_config: () -> Types::VpcConfigResponse
934
+ def engine_settings: () -> untyped
934
935
  end
935
936
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Omics/Client.html#get_run-instance_method
936
937
  def get_run: (
@@ -1114,6 +1115,8 @@ module Aws
1114
1115
  def readme: () -> ::String
1115
1116
  def definition_repository_details: () -> Types::DefinitionRepositoryDetails
1116
1117
  def readme_path: () -> ::String
1118
+ def profiles: () -> ::Array[::String]
1119
+ def profile_parameter_templates: () -> ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1117
1120
  end
1118
1121
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Omics/Client.html#get_workflow-instance_method
1119
1122
  def get_workflow: (
@@ -1150,6 +1153,8 @@ module Aws
1150
1153
  def readme: () -> ::String
1151
1154
  def definition_repository_details: () -> Types::DefinitionRepositoryDetails
1152
1155
  def readme_path: () -> ::String
1156
+ def profiles: () -> ::Array[::String]
1157
+ def profile_parameter_templates: () -> ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1153
1158
  end
1154
1159
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Omics/Client.html#get_workflow_version-instance_method
1155
1160
  def get_workflow_version: (
@@ -1764,7 +1769,9 @@ module Aws
1764
1769
  ?workflow_owner_id: ::String,
1765
1770
  ?workflow_version_name: ::String,
1766
1771
  ?networking_mode: ("RESTRICTED" | "VPC"),
1767
- ?configuration_name: ::String
1772
+ ?configuration_name: ::String,
1773
+ ?engine_settings: {
1774
+ }
1768
1775
  ) -> _StartRunResponseSuccess
1769
1776
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartRunResponseSuccess
1770
1777
 
@@ -1802,7 +1809,9 @@ module Aws
1802
1809
  output_bucket_owner_id: ::String?,
1803
1810
  workflow_version_name: ::String?,
1804
1811
  networking_mode: ("RESTRICTED" | "VPC")?,
1805
- configuration_name: ::String?
1812
+ configuration_name: ::String?,
1813
+ engine_settings: {
1814
+ }?
1806
1815
  },
1807
1816
  batch_run_settings: {
1808
1817
  inline_settings: Array[
@@ -1814,7 +1823,9 @@ module Aws
1814
1823
  parameters: {
1815
1824
  }?,
1816
1825
  output_bucket_owner_id: ::String?,
1817
- run_tags: Hash[::String, ::String]?
1826
+ run_tags: Hash[::String, ::String]?,
1827
+ engine_settings: {
1828
+ }?
1818
1829
  }
1819
1830
  ]?,
1820
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
 
@@ -1083,6 +1084,7 @@ module Aws::Omics
1083
1084
  attr_accessor networking_mode: ("RESTRICTED" | "VPC")
1084
1085
  attr_accessor configuration: Types::ConfigurationDetails
1085
1086
  attr_accessor vpc_config: Types::VpcConfigResponse
1087
+ attr_accessor engine_settings: untyped
1086
1088
  SENSITIVE: []
1087
1089
  end
1088
1090
 
@@ -1231,6 +1233,8 @@ module Aws::Omics
1231
1233
  attr_accessor readme: ::String
1232
1234
  attr_accessor definition_repository_details: Types::DefinitionRepositoryDetails
1233
1235
  attr_accessor readme_path: ::String
1236
+ attr_accessor profiles: ::Array[::String]
1237
+ attr_accessor profile_parameter_templates: ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1234
1238
  SENSITIVE: []
1235
1239
  end
1236
1240
 
@@ -1268,6 +1272,8 @@ module Aws::Omics
1268
1272
  attr_accessor readme: ::String
1269
1273
  attr_accessor definition_repository_details: Types::DefinitionRepositoryDetails
1270
1274
  attr_accessor readme_path: ::String
1275
+ attr_accessor profiles: ::Array[::String]
1276
+ attr_accessor profile_parameter_templates: ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1271
1277
  SENSITIVE: []
1272
1278
  end
1273
1279
 
@@ -1353,6 +1359,7 @@ module Aws::Omics
1353
1359
  attr_accessor parameters: untyped
1354
1360
  attr_accessor output_bucket_owner_id: ::String
1355
1361
  attr_accessor run_tags: ::Hash[::String, ::String]
1362
+ attr_accessor engine_settings: untyped
1356
1363
  SENSITIVE: []
1357
1364
  end
1358
1365
 
@@ -2249,6 +2256,7 @@ module Aws::Omics
2249
2256
  attr_accessor workflow_version_name: ::String
2250
2257
  attr_accessor networking_mode: ("RESTRICTED" | "VPC")
2251
2258
  attr_accessor configuration_name: ::String
2259
+ attr_accessor engine_settings: untyped
2252
2260
  SENSITIVE: []
2253
2261
  end
2254
2262
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-omics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services