aws-sdk-omics 1.65.0 → 1.66.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: d453f282af8ed9fd310351b61cd55339e117c1c415c405296c135b2ca9aaf4aa
4
- data.tar.gz: d6b02a3198cdb839b8d71418a1623b8871a5e3bcc2eca6498d927c886fd445b4
3
+ metadata.gz: 8dec719f126359c11c753d16746e7186844678c453086608081c441ac9a301d4
4
+ data.tar.gz: a75b76c3f98ae894c74a7afbffb16a97a3dd410aeb500fee6ab440c46ca421c7
5
5
  SHA512:
6
- metadata.gz: db3e4ec1645a2c1a386c39998af1dfd2b4c99468330555753320606b1ad0d5627a460584373d87a44e78f1c68d492f2942cb82a09f4ff346f9f60eaff93752b4
7
- data.tar.gz: cd8dc677ed7c85de29646169c0040662e89b102a2e45842c0020acf51b7da6633276a1e3cdbec47070473c97fd75aa72abd1c2d0a54133c49b5bf7f9624fc46b
6
+ metadata.gz: af187a26ccc1c873d44e87fcb18081975c2adb88f0e2dc50bcaf0561fabac65a08e90e6958be32ce2960684df5eab3d39b041f63108d876be1c01b2967194d0d
7
+ data.tar.gz: 4cab94ffcae6c0eda735b56a7f83f88fb0b04b1ec29d7a12f476584c1b651028d4a6909c547cac1d5c3d18f10a5c8a8730a57a624b3fb1fa3250e9a9236b548c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2026-04-27)
5
+ ------------------
6
+
7
+ * Feature - Enable Public Internet or VPC configuration to BatchRun
8
+
4
9
  1.65.0 (2026-03-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -2930,7 +2930,7 @@ module Aws::Omics
2930
2930
  # resp.arn #=> String
2931
2931
  # resp.uuid #=> String
2932
2932
  # resp.name #=> String
2933
- # resp.status #=> String, one of "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
2933
+ # resp.status #=> String, one of "CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
2934
2934
  # resp.tags #=> Hash
2935
2935
  # resp.tags["TagKey"] #=> String
2936
2936
  # resp.total_runs #=> Integer
@@ -2952,6 +2952,8 @@ module Aws::Omics
2952
2952
  # resp.default_run_setting.workflow_owner_id #=> String
2953
2953
  # resp.default_run_setting.output_bucket_owner_id #=> String
2954
2954
  # resp.default_run_setting.workflow_version_name #=> String
2955
+ # resp.default_run_setting.networking_mode #=> String, one of "RESTRICTED", "VPC"
2956
+ # resp.default_run_setting.configuration_name #=> String
2955
2957
  # resp.submission_summary.successful_start_submission_count #=> Integer
2956
2958
  # resp.submission_summary.failed_start_submission_count #=> Integer
2957
2959
  # resp.submission_summary.pending_start_submission_count #=> Integer
@@ -4579,7 +4581,7 @@ module Aws::Omics
4579
4581
  # resp = client.list_batch({
4580
4582
  # max_items: 1,
4581
4583
  # starting_token: "ListToken",
4582
- # status: "PENDING", # accepts PENDING, SUBMITTING, INPROGRESS, STOPPING, CANCELLED, FAILED, PROCESSED, RUNS_DELETING, RUNS_DELETED
4584
+ # status: "CREATING", # accepts CREATING, PENDING, SUBMITTING, INPROGRESS, STOPPING, CANCELLED, FAILED, PROCESSED, RUNS_DELETING, RUNS_DELETED
4583
4585
  # name: "BatchName",
4584
4586
  # run_group_id: "RunGroupId",
4585
4587
  # })
@@ -4589,7 +4591,7 @@ module Aws::Omics
4589
4591
  # resp.items #=> Array
4590
4592
  # resp.items[0].id #=> String
4591
4593
  # resp.items[0].name #=> String
4592
- # resp.items[0].status #=> String, one of "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
4594
+ # resp.items[0].status #=> String, one of "CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
4593
4595
  # resp.items[0].created_at #=> Time
4594
4596
  # resp.items[0].total_runs #=> Integer
4595
4597
  # resp.items[0].workflow_id #=> String
@@ -6577,9 +6579,10 @@ module Aws::Omics
6577
6579
  # Amazon S3 via `s3UriSettings` (up to 100,000 runs).
6578
6580
  #
6579
6581
  # `StartRunBatch` validates common fields synchronously and returns
6580
- # immediately with a batch ID and status `PENDING`. Runs are submitted
6581
- # gradually and asynchronously at a rate governed by your `StartRun`
6582
- # throughput quota.
6582
+ # immediately with a batch ID and status `CREATING`. The batch
6583
+ # transitions to `PENDING` once initial setup completes. Runs are then
6584
+ # submitted gradually and asynchronously at a rate governed by your
6585
+ # `StartRun` throughput quota.
6583
6586
  #
6584
6587
  # @option params [String] :batch_name
6585
6588
  # An optional user-friendly name for the run batch.
@@ -6642,6 +6645,8 @@ module Aws::Omics
6642
6645
  # workflow_owner_id: "WorkflowOwnerId",
6643
6646
  # output_bucket_owner_id: "AwsAccountId",
6644
6647
  # workflow_version_name: "WorkflowVersionName",
6648
+ # networking_mode: "RESTRICTED", # accepts RESTRICTED, VPC
6649
+ # configuration_name: "ConfigurationName",
6645
6650
  # },
6646
6651
  # batch_run_settings: { # required
6647
6652
  # inline_settings: [
@@ -6666,7 +6671,7 @@ module Aws::Omics
6666
6671
  #
6667
6672
  # resp.id #=> String
6668
6673
  # resp.arn #=> String
6669
- # resp.status #=> String, one of "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
6674
+ # resp.status #=> String, one of "CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETED"
6670
6675
  # resp.uuid #=> String
6671
6676
  # resp.tags #=> Hash
6672
6677
  # resp.tags["TagKey"] #=> String
@@ -7364,7 +7369,7 @@ module Aws::Omics
7364
7369
  tracer: tracer
7365
7370
  )
7366
7371
  context[:gem_name] = 'aws-sdk-omics'
7367
- context[:gem_version] = '1.65.0'
7372
+ context[:gem_version] = '1.66.0'
7368
7373
  Seahorse::Client::Request.new(handlers, context)
7369
7374
  end
7370
7375
 
@@ -1117,6 +1117,8 @@ module Aws::Omics
1117
1117
  DefaultRunSetting.add_member(:workflow_owner_id, Shapes::ShapeRef.new(shape: WorkflowOwnerId, location_name: "workflowOwnerId"))
1118
1118
  DefaultRunSetting.add_member(:output_bucket_owner_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "outputBucketOwnerId"))
1119
1119
  DefaultRunSetting.add_member(:workflow_version_name, Shapes::ShapeRef.new(shape: WorkflowVersionName, location_name: "workflowVersionName"))
1120
+ DefaultRunSetting.add_member(:networking_mode, Shapes::ShapeRef.new(shape: NetworkingMode, location_name: "networkingMode"))
1121
+ DefaultRunSetting.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "configurationName"))
1120
1122
  DefaultRunSetting.struct_class = Types::DefaultRunSetting
1121
1123
 
1122
1124
  DefinitionRepository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "connectionArn"))
@@ -2125,6 +2125,15 @@ module Aws::Omics
2125
2125
  # The version name of the specified workflow.
2126
2126
  # @return [String]
2127
2127
  #
2128
+ # @!attribute [rw] networking_mode
2129
+ # Optional configuration for run networking behavior. If not
2130
+ # specified, this will default to RESTRICTED.
2131
+ # @return [String]
2132
+ #
2133
+ # @!attribute [rw] configuration_name
2134
+ # Optional configuration name to use for the workflow run.
2135
+ # @return [String]
2136
+ #
2128
2137
  # @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DefaultRunSetting AWS API Documentation
2129
2138
  #
2130
2139
  class DefaultRunSetting < Struct.new(
@@ -2145,7 +2154,9 @@ module Aws::Omics
2145
2154
  :storage_type,
2146
2155
  :workflow_owner_id,
2147
2156
  :output_bucket_owner_id,
2148
- :workflow_version_name)
2157
+ :workflow_version_name,
2158
+ :networking_mode,
2159
+ :configuration_name)
2149
2160
  SENSITIVE = []
2150
2161
  include Aws::Structure
2151
2162
  end
@@ -3028,7 +3039,12 @@ module Aws::Omics
3028
3039
  # @return [String]
3029
3040
  #
3030
3041
  # @!attribute [rw] status
3031
- # The current status of the run batch.
3042
+ # The current status of the run batch. Possible values: `CREATING`
3043
+ # (initial setup), `PENDING` (ready to submit runs), `SUBMITTING`
3044
+ # (submitting runs), `INPROGRESS` (runs executing), `STOPPING`
3045
+ # (cancellation in progress), `PROCESSED` (all runs completed),
3046
+ # `CANCELLED` (batch cancelled), `FAILED` (batch failed),
3047
+ # `RUNS_DELETING` (deleting runs), `RUNS_DELETED` (runs deleted).
3032
3048
  # @return [String]
3033
3049
  #
3034
3050
  # @!attribute [rw] tags
@@ -8189,7 +8205,8 @@ module Aws::Omics
8189
8205
  # @return [String]
8190
8206
  #
8191
8207
  # @!attribute [rw] status
8192
- # The initial status of the run batch.
8208
+ # The initial status of the run batch. Returns `CREATING` while the
8209
+ # batch is being initialized.
8193
8210
  # @return [String]
8194
8211
  #
8195
8212
  # @!attribute [rw] uuid
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.65.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -738,7 +738,7 @@ module Aws
738
738
  def arn: () -> ::String
739
739
  def uuid: () -> ::String
740
740
  def name: () -> ::String
741
- def status: () -> ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
741
+ def status: () -> ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
742
742
  def tags: () -> ::Hash[::String, ::String]
743
743
  def total_runs: () -> ::Integer
744
744
  def default_run_setting: () -> Types::DefaultRunSetting
@@ -1265,7 +1265,7 @@ module Aws
1265
1265
  def list_batch: (
1266
1266
  ?max_items: ::Integer,
1267
1267
  ?starting_token: ::String,
1268
- ?status: ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED"),
1268
+ ?status: ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED"),
1269
1269
  ?name: ::String,
1270
1270
  ?run_group_id: ::String
1271
1271
  ) -> _ListBatchResponseSuccess
@@ -1818,7 +1818,7 @@ module Aws
1818
1818
  include ::Seahorse::Client::_ResponseSuccess[Types::StartRunBatchResponse]
1819
1819
  def id: () -> ::String
1820
1820
  def arn: () -> ::String
1821
- def status: () -> ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
1821
+ def status: () -> ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
1822
1822
  def uuid: () -> ::String
1823
1823
  def tags: () -> ::Hash[::String, ::String]
1824
1824
  end
@@ -1846,7 +1846,9 @@ module Aws
1846
1846
  storage_type: ("STATIC" | "DYNAMIC")?,
1847
1847
  workflow_owner_id: ::String?,
1848
1848
  output_bucket_owner_id: ::String?,
1849
- workflow_version_name: ::String?
1849
+ workflow_version_name: ::String?,
1850
+ networking_mode: ("RESTRICTED" | "VPC")?,
1851
+ configuration_name: ::String?
1850
1852
  },
1851
1853
  batch_run_settings: {
1852
1854
  inline_settings: Array[
data/sig/types.rbs CHANGED
@@ -125,7 +125,7 @@ module Aws::Omics
125
125
  class BatchListItem
126
126
  attr_accessor id: ::String
127
127
  attr_accessor name: ::String
128
- attr_accessor status: ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
128
+ attr_accessor status: ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
129
129
  attr_accessor created_at: ::Time
130
130
  attr_accessor total_runs: ::Integer
131
131
  attr_accessor workflow_id: ::String
@@ -519,6 +519,8 @@ module Aws::Omics
519
519
  attr_accessor workflow_owner_id: ::String
520
520
  attr_accessor output_bucket_owner_id: ::String
521
521
  attr_accessor workflow_version_name: ::String
522
+ attr_accessor networking_mode: ("RESTRICTED" | "VPC")
523
+ attr_accessor configuration_name: ::String
522
524
  SENSITIVE: []
523
525
  end
524
526
 
@@ -804,7 +806,7 @@ module Aws::Omics
804
806
  attr_accessor arn: ::String
805
807
  attr_accessor uuid: ::String
806
808
  attr_accessor name: ::String
807
- attr_accessor status: ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
809
+ attr_accessor status: ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
808
810
  attr_accessor tags: ::Hash[::String, ::String]
809
811
  attr_accessor total_runs: ::Integer
810
812
  attr_accessor default_run_setting: Types::DefaultRunSetting
@@ -1420,7 +1422,7 @@ module Aws::Omics
1420
1422
  class ListBatchRequest
1421
1423
  attr_accessor max_items: ::Integer
1422
1424
  attr_accessor starting_token: ::String
1423
- attr_accessor status: ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
1425
+ attr_accessor status: ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
1424
1426
  attr_accessor name: ::String
1425
1427
  attr_accessor run_group_id: ::String
1426
1428
  SENSITIVE: []
@@ -2219,7 +2221,7 @@ module Aws::Omics
2219
2221
  class StartRunBatchResponse
2220
2222
  attr_accessor id: ::String
2221
2223
  attr_accessor arn: ::String
2222
- attr_accessor status: ("PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
2224
+ attr_accessor status: ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
2223
2225
  attr_accessor uuid: ::String
2224
2226
  attr_accessor tags: ::Hash[::String, ::String]
2225
2227
  SENSITIVE: []
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.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services