aws-sdk-mainframemodernization 1.14.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,662 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MainframeModernization
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CancelBatchJobExecutionResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelBatchJobExecutionResponse]
77
+ end
78
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#cancel_batch_job_execution-instance_method
79
+ def cancel_batch_job_execution: (
80
+ application_id: ::String,
81
+ execution_id: ::String
82
+ ) -> _CancelBatchJobExecutionResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelBatchJobExecutionResponseSuccess
84
+
85
+ interface _CreateApplicationResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
87
+ def application_arn: () -> ::String
88
+ def application_id: () -> ::String
89
+ def application_version: () -> ::Integer
90
+ end
91
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#create_application-instance_method
92
+ def create_application: (
93
+ ?client_token: ::String,
94
+ definition: {
95
+ content: ::String?,
96
+ s3_location: ::String?
97
+ },
98
+ ?description: ::String,
99
+ engine_type: ("microfocus" | "bluage"),
100
+ ?kms_key_id: ::String,
101
+ name: ::String,
102
+ ?role_arn: ::String,
103
+ ?tags: Hash[::String, ::String]
104
+ ) -> _CreateApplicationResponseSuccess
105
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
106
+
107
+ interface _CreateDataSetImportTaskResponseSuccess
108
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataSetImportTaskResponse]
109
+ def task_id: () -> ::String
110
+ end
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#create_data_set_import_task-instance_method
112
+ def create_data_set_import_task: (
113
+ application_id: ::String,
114
+ ?client_token: ::String,
115
+ import_config: {
116
+ data_sets: Array[
117
+ {
118
+ data_set: {
119
+ dataset_name: ::String,
120
+ dataset_org: {
121
+ gdg: {
122
+ limit: ::Integer?,
123
+ roll_disposition: ::String?
124
+ }?,
125
+ po: {
126
+ encoding: ::String?,
127
+ format: ::String,
128
+ member_file_extensions: Array[::String]
129
+ }?,
130
+ ps: {
131
+ encoding: ::String?,
132
+ format: ::String
133
+ }?,
134
+ vsam: {
135
+ alternate_keys: Array[
136
+ {
137
+ allow_duplicates: bool?,
138
+ length: ::Integer,
139
+ name: ::String?,
140
+ offset: ::Integer
141
+ },
142
+ ]?,
143
+ compressed: bool?,
144
+ encoding: ::String?,
145
+ format: ::String,
146
+ primary_key: {
147
+ length: ::Integer,
148
+ name: ::String?,
149
+ offset: ::Integer
150
+ }?
151
+ }?
152
+ },
153
+ record_length: {
154
+ max: ::Integer,
155
+ min: ::Integer
156
+ },
157
+ relative_path: ::String?,
158
+ storage_type: ::String?
159
+ },
160
+ external_location: {
161
+ s3_location: ::String?
162
+ }
163
+ },
164
+ ]?,
165
+ s3_location: ::String?
166
+ }
167
+ ) -> _CreateDataSetImportTaskResponseSuccess
168
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetImportTaskResponseSuccess
169
+
170
+ interface _CreateDeploymentResponseSuccess
171
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDeploymentResponse]
172
+ def deployment_id: () -> ::String
173
+ end
174
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#create_deployment-instance_method
175
+ def create_deployment: (
176
+ application_id: ::String,
177
+ application_version: ::Integer,
178
+ ?client_token: ::String,
179
+ environment_id: ::String
180
+ ) -> _CreateDeploymentResponseSuccess
181
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeploymentResponseSuccess
182
+
183
+ interface _CreateEnvironmentResponseSuccess
184
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentResponse]
185
+ def environment_id: () -> ::String
186
+ end
187
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#create_environment-instance_method
188
+ def create_environment: (
189
+ ?client_token: ::String,
190
+ ?description: ::String,
191
+ engine_type: ("microfocus" | "bluage"),
192
+ ?engine_version: ::String,
193
+ ?high_availability_config: {
194
+ desired_capacity: ::Integer
195
+ },
196
+ instance_type: ::String,
197
+ ?kms_key_id: ::String,
198
+ name: ::String,
199
+ ?preferred_maintenance_window: ::String,
200
+ ?publicly_accessible: bool,
201
+ ?security_group_ids: Array[::String],
202
+ ?storage_configurations: Array[
203
+ {
204
+ efs: {
205
+ file_system_id: ::String,
206
+ mount_point: ::String
207
+ }?,
208
+ fsx: {
209
+ file_system_id: ::String,
210
+ mount_point: ::String
211
+ }?
212
+ },
213
+ ],
214
+ ?subnet_ids: Array[::String],
215
+ ?tags: Hash[::String, ::String]
216
+ ) -> _CreateEnvironmentResponseSuccess
217
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
218
+
219
+ interface _DeleteApplicationResponseSuccess
220
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
221
+ end
222
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#delete_application-instance_method
223
+ def delete_application: (
224
+ application_id: ::String
225
+ ) -> _DeleteApplicationResponseSuccess
226
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
227
+
228
+ interface _DeleteApplicationFromEnvironmentResponseSuccess
229
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationFromEnvironmentResponse]
230
+ end
231
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#delete_application_from_environment-instance_method
232
+ def delete_application_from_environment: (
233
+ application_id: ::String,
234
+ environment_id: ::String
235
+ ) -> _DeleteApplicationFromEnvironmentResponseSuccess
236
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationFromEnvironmentResponseSuccess
237
+
238
+ interface _DeleteEnvironmentResponseSuccess
239
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResponse]
240
+ end
241
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#delete_environment-instance_method
242
+ def delete_environment: (
243
+ environment_id: ::String
244
+ ) -> _DeleteEnvironmentResponseSuccess
245
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
246
+
247
+ interface _GetApplicationResponseSuccess
248
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
249
+ def application_arn: () -> ::String
250
+ def application_id: () -> ::String
251
+ def creation_time: () -> ::Time
252
+ def deployed_version: () -> Types::DeployedVersionSummary
253
+ def description: () -> ::String
254
+ def engine_type: () -> ("microfocus" | "bluage")
255
+ def environment_id: () -> ::String
256
+ def kms_key_id: () -> ::String
257
+ def last_start_time: () -> ::Time
258
+ def latest_version: () -> Types::ApplicationVersionSummary
259
+ def listener_arns: () -> ::Array[::String]
260
+ def listener_ports: () -> ::Array[::Integer]
261
+ def load_balancer_dns_name: () -> ::String
262
+ def log_groups: () -> ::Array[Types::LogGroupSummary]
263
+ def name: () -> ::String
264
+ def role_arn: () -> ::String
265
+ def status: () -> ("Creating" | "Created" | "Available" | "Ready" | "Starting" | "Running" | "Stopping" | "Stopped" | "Failed" | "Deleting" | "Deleting From Environment")
266
+ def status_reason: () -> ::String
267
+ def tags: () -> ::Hash[::String, ::String]
268
+ def target_group_arns: () -> ::Array[::String]
269
+ end
270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_application-instance_method
271
+ def get_application: (
272
+ application_id: ::String
273
+ ) -> _GetApplicationResponseSuccess
274
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
275
+
276
+ interface _GetApplicationVersionResponseSuccess
277
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationVersionResponse]
278
+ def application_version: () -> ::Integer
279
+ def creation_time: () -> ::Time
280
+ def definition_content: () -> ::String
281
+ def description: () -> ::String
282
+ def name: () -> ::String
283
+ def status: () -> ("Creating" | "Available" | "Failed")
284
+ def status_reason: () -> ::String
285
+ end
286
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_application_version-instance_method
287
+ def get_application_version: (
288
+ application_id: ::String,
289
+ application_version: ::Integer
290
+ ) -> _GetApplicationVersionResponseSuccess
291
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationVersionResponseSuccess
292
+
293
+ interface _GetBatchJobExecutionResponseSuccess
294
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBatchJobExecutionResponse]
295
+ def application_id: () -> ::String
296
+ def batch_job_identifier: () -> Types::BatchJobIdentifier
297
+ def end_time: () -> ::Time
298
+ def execution_id: () -> ::String
299
+ def job_id: () -> ::String
300
+ def job_name: () -> ::String
301
+ def job_step_restart_marker: () -> Types::JobStepRestartMarker
302
+ def job_type: () -> ("VSE" | "JES2" | "JES3")
303
+ def job_user: () -> ::String
304
+ def return_code: () -> ::String
305
+ def start_time: () -> ::Time
306
+ def status: () -> ("Submitting" | "Holding" | "Dispatching" | "Running" | "Cancelling" | "Cancelled" | "Succeeded" | "Failed" | "Purged" | "Succeeded With Warning")
307
+ def status_reason: () -> ::String
308
+ end
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_batch_job_execution-instance_method
310
+ def get_batch_job_execution: (
311
+ application_id: ::String,
312
+ execution_id: ::String
313
+ ) -> _GetBatchJobExecutionResponseSuccess
314
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBatchJobExecutionResponseSuccess
315
+
316
+ interface _GetDataSetDetailsResponseSuccess
317
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataSetDetailsResponse]
318
+ def blocksize: () -> ::Integer
319
+ def creation_time: () -> ::Time
320
+ def data_set_name: () -> ::String
321
+ def data_set_org: () -> Types::DatasetDetailOrgAttributes
322
+ def file_size: () -> ::Integer
323
+ def last_referenced_time: () -> ::Time
324
+ def last_updated_time: () -> ::Time
325
+ def location: () -> ::String
326
+ def record_length: () -> ::Integer
327
+ end
328
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_data_set_details-instance_method
329
+ def get_data_set_details: (
330
+ application_id: ::String,
331
+ data_set_name: ::String
332
+ ) -> _GetDataSetDetailsResponseSuccess
333
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSetDetailsResponseSuccess
334
+
335
+ interface _GetDataSetImportTaskResponseSuccess
336
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataSetImportTaskResponse]
337
+ def status: () -> ("Creating" | "Running" | "Completed" | "Failed")
338
+ def summary: () -> Types::DataSetImportSummary
339
+ def task_id: () -> ::String
340
+ end
341
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_data_set_import_task-instance_method
342
+ def get_data_set_import_task: (
343
+ application_id: ::String,
344
+ task_id: ::String
345
+ ) -> _GetDataSetImportTaskResponseSuccess
346
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSetImportTaskResponseSuccess
347
+
348
+ interface _GetDeploymentResponseSuccess
349
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDeploymentResponse]
350
+ def application_id: () -> ::String
351
+ def application_version: () -> ::Integer
352
+ def creation_time: () -> ::Time
353
+ def deployment_id: () -> ::String
354
+ def environment_id: () -> ::String
355
+ def status: () -> ("Deploying" | "Succeeded" | "Failed" | "Updating Deployment")
356
+ def status_reason: () -> ::String
357
+ end
358
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_deployment-instance_method
359
+ def get_deployment: (
360
+ application_id: ::String,
361
+ deployment_id: ::String
362
+ ) -> _GetDeploymentResponseSuccess
363
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeploymentResponseSuccess
364
+
365
+ interface _GetEnvironmentResponseSuccess
366
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
367
+ def actual_capacity: () -> ::Integer
368
+ def creation_time: () -> ::Time
369
+ def description: () -> ::String
370
+ def engine_type: () -> ("microfocus" | "bluage")
371
+ def engine_version: () -> ::String
372
+ def environment_arn: () -> ::String
373
+ def environment_id: () -> ::String
374
+ def high_availability_config: () -> Types::HighAvailabilityConfig
375
+ def instance_type: () -> ::String
376
+ def kms_key_id: () -> ::String
377
+ def load_balancer_arn: () -> ::String
378
+ def name: () -> ::String
379
+ def pending_maintenance: () -> Types::PendingMaintenance
380
+ def preferred_maintenance_window: () -> ::String
381
+ def publicly_accessible: () -> bool
382
+ def security_group_ids: () -> ::Array[::String]
383
+ def status: () -> ("Creating" | "Available" | "Updating" | "Deleting" | "Failed")
384
+ def status_reason: () -> ::String
385
+ def storage_configurations: () -> ::Array[Types::StorageConfiguration]
386
+ def subnet_ids: () -> ::Array[::String]
387
+ def tags: () -> ::Hash[::String, ::String]
388
+ def vpc_id: () -> ::String
389
+ end
390
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_environment-instance_method
391
+ def get_environment: (
392
+ environment_id: ::String
393
+ ) -> _GetEnvironmentResponseSuccess
394
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentResponseSuccess
395
+
396
+ interface _GetSignedBluinsightsUrlResponseSuccess
397
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSignedBluinsightsUrlResponse]
398
+ def signed_bi_url: () -> ::String
399
+ end
400
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_signed_bluinsights_url-instance_method
401
+ def get_signed_bluinsights_url: () -> _GetSignedBluinsightsUrlResponseSuccess
402
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSignedBluinsightsUrlResponseSuccess
403
+
404
+ interface _ListApplicationVersionsResponseSuccess
405
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationVersionsResponse]
406
+ def application_versions: () -> ::Array[Types::ApplicationVersionSummary]
407
+ def next_token: () -> ::String
408
+ end
409
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_application_versions-instance_method
410
+ def list_application_versions: (
411
+ application_id: ::String,
412
+ ?max_results: ::Integer,
413
+ ?next_token: ::String
414
+ ) -> _ListApplicationVersionsResponseSuccess
415
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationVersionsResponseSuccess
416
+
417
+ interface _ListApplicationsResponseSuccess
418
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
419
+ def applications: () -> ::Array[Types::ApplicationSummary]
420
+ def next_token: () -> ::String
421
+ end
422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_applications-instance_method
423
+ def list_applications: (
424
+ ?environment_id: ::String,
425
+ ?max_results: ::Integer,
426
+ ?names: Array[::String],
427
+ ?next_token: ::String
428
+ ) -> _ListApplicationsResponseSuccess
429
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
430
+
431
+ interface _ListBatchJobDefinitionsResponseSuccess
432
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBatchJobDefinitionsResponse]
433
+ def batch_job_definitions: () -> ::Array[Types::BatchJobDefinition]
434
+ def next_token: () -> ::String
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_batch_job_definitions-instance_method
437
+ def list_batch_job_definitions: (
438
+ application_id: ::String,
439
+ ?max_results: ::Integer,
440
+ ?next_token: ::String,
441
+ ?prefix: ::String
442
+ ) -> _ListBatchJobDefinitionsResponseSuccess
443
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBatchJobDefinitionsResponseSuccess
444
+
445
+ interface _ListBatchJobExecutionsResponseSuccess
446
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBatchJobExecutionsResponse]
447
+ def batch_job_executions: () -> ::Array[Types::BatchJobExecutionSummary]
448
+ def next_token: () -> ::String
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_batch_job_executions-instance_method
451
+ def list_batch_job_executions: (
452
+ application_id: ::String,
453
+ ?execution_ids: Array[::String],
454
+ ?job_name: ::String,
455
+ ?max_results: ::Integer,
456
+ ?next_token: ::String,
457
+ ?started_after: ::Time,
458
+ ?started_before: ::Time,
459
+ ?status: ("Submitting" | "Holding" | "Dispatching" | "Running" | "Cancelling" | "Cancelled" | "Succeeded" | "Failed" | "Purged" | "Succeeded With Warning")
460
+ ) -> _ListBatchJobExecutionsResponseSuccess
461
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBatchJobExecutionsResponseSuccess
462
+
463
+ interface _ListBatchJobRestartPointsResponseSuccess
464
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBatchJobRestartPointsResponse]
465
+ def batch_job_steps: () -> ::Array[Types::JobStep]
466
+ end
467
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_batch_job_restart_points-instance_method
468
+ def list_batch_job_restart_points: (
469
+ application_id: ::String,
470
+ execution_id: ::String
471
+ ) -> _ListBatchJobRestartPointsResponseSuccess
472
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBatchJobRestartPointsResponseSuccess
473
+
474
+ interface _ListDataSetImportHistoryResponseSuccess
475
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSetImportHistoryResponse]
476
+ def data_set_import_tasks: () -> ::Array[Types::DataSetImportTask]
477
+ def next_token: () -> ::String
478
+ end
479
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_data_set_import_history-instance_method
480
+ def list_data_set_import_history: (
481
+ application_id: ::String,
482
+ ?max_results: ::Integer,
483
+ ?next_token: ::String
484
+ ) -> _ListDataSetImportHistoryResponseSuccess
485
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSetImportHistoryResponseSuccess
486
+
487
+ interface _ListDataSetsResponseSuccess
488
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSetsResponse]
489
+ def data_sets: () -> ::Array[Types::DataSetSummary]
490
+ def next_token: () -> ::String
491
+ end
492
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_data_sets-instance_method
493
+ def list_data_sets: (
494
+ application_id: ::String,
495
+ ?max_results: ::Integer,
496
+ ?name_filter: ::String,
497
+ ?next_token: ::String,
498
+ ?prefix: ::String
499
+ ) -> _ListDataSetsResponseSuccess
500
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSetsResponseSuccess
501
+
502
+ interface _ListDeploymentsResponseSuccess
503
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDeploymentsResponse]
504
+ def deployments: () -> ::Array[Types::DeploymentSummary]
505
+ def next_token: () -> ::String
506
+ end
507
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_deployments-instance_method
508
+ def list_deployments: (
509
+ application_id: ::String,
510
+ ?max_results: ::Integer,
511
+ ?next_token: ::String
512
+ ) -> _ListDeploymentsResponseSuccess
513
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeploymentsResponseSuccess
514
+
515
+ interface _ListEngineVersionsResponseSuccess
516
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEngineVersionsResponse]
517
+ def engine_versions: () -> ::Array[Types::EngineVersionsSummary]
518
+ def next_token: () -> ::String
519
+ end
520
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_engine_versions-instance_method
521
+ def list_engine_versions: (
522
+ ?engine_type: ("microfocus" | "bluage"),
523
+ ?max_results: ::Integer,
524
+ ?next_token: ::String
525
+ ) -> _ListEngineVersionsResponseSuccess
526
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngineVersionsResponseSuccess
527
+
528
+ interface _ListEnvironmentsResponseSuccess
529
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsResponse]
530
+ def environments: () -> ::Array[Types::EnvironmentSummary]
531
+ def next_token: () -> ::String
532
+ end
533
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_environments-instance_method
534
+ def list_environments: (
535
+ ?engine_type: ("microfocus" | "bluage"),
536
+ ?max_results: ::Integer,
537
+ ?names: Array[::String],
538
+ ?next_token: ::String
539
+ ) -> _ListEnvironmentsResponseSuccess
540
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
541
+
542
+ interface _ListTagsForResourceResponseSuccess
543
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
544
+ def tags: () -> ::Hash[::String, ::String]
545
+ end
546
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_tags_for_resource-instance_method
547
+ def list_tags_for_resource: (
548
+ resource_arn: ::String
549
+ ) -> _ListTagsForResourceResponseSuccess
550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
551
+
552
+ interface _StartApplicationResponseSuccess
553
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartApplicationResponse]
554
+ end
555
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#start_application-instance_method
556
+ def start_application: (
557
+ application_id: ::String
558
+ ) -> _StartApplicationResponseSuccess
559
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartApplicationResponseSuccess
560
+
561
+ interface _StartBatchJobResponseSuccess
562
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartBatchJobResponse]
563
+ def execution_id: () -> ::String
564
+ end
565
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#start_batch_job-instance_method
566
+ def start_batch_job: (
567
+ application_id: ::String,
568
+ batch_job_identifier: {
569
+ file_batch_job_identifier: {
570
+ file_name: ::String,
571
+ folder_path: ::String?
572
+ }?,
573
+ restart_batch_job_identifier: {
574
+ execution_id: ::String,
575
+ job_step_restart_marker: {
576
+ from_proc_step: ::String?,
577
+ from_step: ::String,
578
+ to_proc_step: ::String?,
579
+ to_step: ::String?
580
+ }
581
+ }?,
582
+ s3_batch_job_identifier: {
583
+ bucket: ::String,
584
+ identifier: {
585
+ file_name: ::String?,
586
+ script_name: ::String?
587
+ },
588
+ key_prefix: ::String?
589
+ }?,
590
+ script_batch_job_identifier: {
591
+ script_name: ::String
592
+ }?
593
+ },
594
+ ?job_params: Hash[::String, ::String]
595
+ ) -> _StartBatchJobResponseSuccess
596
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBatchJobResponseSuccess
597
+
598
+ interface _StopApplicationResponseSuccess
599
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopApplicationResponse]
600
+ end
601
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#stop_application-instance_method
602
+ def stop_application: (
603
+ application_id: ::String,
604
+ ?force_stop: bool
605
+ ) -> _StopApplicationResponseSuccess
606
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopApplicationResponseSuccess
607
+
608
+ interface _TagResourceResponseSuccess
609
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
610
+ end
611
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#tag_resource-instance_method
612
+ def tag_resource: (
613
+ resource_arn: ::String,
614
+ tags: Hash[::String, ::String]
615
+ ) -> _TagResourceResponseSuccess
616
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
617
+
618
+ interface _UntagResourceResponseSuccess
619
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
620
+ end
621
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#untag_resource-instance_method
622
+ def untag_resource: (
623
+ resource_arn: ::String,
624
+ tag_keys: Array[::String]
625
+ ) -> _UntagResourceResponseSuccess
626
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
627
+
628
+ interface _UpdateApplicationResponseSuccess
629
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
630
+ def application_version: () -> ::Integer
631
+ end
632
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#update_application-instance_method
633
+ def update_application: (
634
+ application_id: ::String,
635
+ current_application_version: ::Integer,
636
+ ?definition: {
637
+ content: ::String?,
638
+ s3_location: ::String?
639
+ },
640
+ ?description: ::String
641
+ ) -> _UpdateApplicationResponseSuccess
642
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
643
+
644
+ interface _UpdateEnvironmentResponseSuccess
645
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentResponse]
646
+ def environment_id: () -> ::String
647
+ end
648
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#update_environment-instance_method
649
+ def update_environment: (
650
+ ?apply_during_maintenance_window: bool,
651
+ ?desired_capacity: ::Integer,
652
+ ?engine_version: ::String,
653
+ environment_id: ::String,
654
+ ?force_update: bool,
655
+ ?instance_type: ::String,
656
+ ?preferred_maintenance_window: ::String
657
+ ) -> _UpdateEnvironmentResponseSuccess
658
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
659
+ end
660
+ end
661
+ end
662
+