aws-sdk-mainframemodernization 1.34.0 → 1.35.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: a2ac86f81631ab8ce657106f00374deae32513ef2f6194c3ad900953e20b1cd2
4
- data.tar.gz: f021ba9a183f3c8bf9cee609588560625924c7ceb5bcf98d501347eef7fe7c02
3
+ metadata.gz: f21ecd7a26ec24fe44e43e6dbb5aad228992ae46e5a2bf2abd9846f14a8bf627
4
+ data.tar.gz: c25d1b0471fb7cba9c7ec062da6bd44da6a4f0636ce0ed07b56da40ea1fabf69
5
5
  SHA512:
6
- metadata.gz: 2f49ce4905fc620da03dbd2aa2c41753e423ce915d63ab84dd6141656a1d2de391a1a94574792659d70f8ee072d5f9e3fd0790abacc0dd889a041a232c698a7b
7
- data.tar.gz: fe5575af114bdc713a37a6caebf9d1087f809212454d5022da510b83ca8cc8d7eaa47f55bae2f0afd602c5fc38c926026476f682b9c28d3e2a7e86ed70b3c4ed
6
+ metadata.gz: 7c55bcc54d9c928cf05eec45e0c7b9d9e40bd53efd5bde8b10d920e2af62479669d53bf53c76abbfbc4eb6b0e25ee08211f4c4bfb43da5b139e3fd6d9568a083
7
+ data.tar.gz: a196d5f4b8a283b5b641c6e7126990f5cb1f568bf138548233272e712b6409227e76d25cde984516f7ad2d4bcc054e18a129ccf9d4559b39e404f9e294f6d5c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-04-10)
5
+ ------------------
6
+
7
+ * Feature - Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.
8
+
4
9
  1.34.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -578,6 +578,65 @@ module Aws::MainframeModernization
578
578
  req.send_request(options)
579
579
  end
580
580
 
581
+ # Starts a data set export task for a specific application.
582
+ #
583
+ # @option params [required, String] :application_id
584
+ # The unique identifier of the application for which you want to export
585
+ # data sets.
586
+ #
587
+ # @option params [String] :client_token
588
+ # Unique, case-sensitive identifier you provide to ensure the
589
+ # idempotency of the request to create a data set export. The service
590
+ # generates the clientToken when the API call is triggered. The token
591
+ # expires after one hour, so if you retry the API within this timeframe
592
+ # with the same clientToken, you will get the same response. The service
593
+ # also handles deleting the clientToken after it expires.
594
+ #
595
+ # **A suitable default value is auto-generated.** You should normally
596
+ # not need to pass this option.**
597
+ #
598
+ # @option params [required, Types::DataSetExportConfig] :export_config
599
+ # The data set export task configuration.
600
+ #
601
+ # @option params [String] :kms_key_id
602
+ # The identifier of a customer managed key.
603
+ #
604
+ # @return [Types::CreateDataSetExportTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
605
+ #
606
+ # * {Types::CreateDataSetExportTaskResponse#task_id #task_id} => String
607
+ #
608
+ # @example Request syntax with placeholder values
609
+ #
610
+ # resp = client.create_data_set_export_task({
611
+ # application_id: "Identifier", # required
612
+ # client_token: "ClientToken",
613
+ # export_config: { # required
614
+ # data_sets: [
615
+ # {
616
+ # dataset_name: "String200", # required
617
+ # external_location: { # required
618
+ # s3_location: "String2000",
619
+ # },
620
+ # },
621
+ # ],
622
+ # s3_location: "String",
623
+ # },
624
+ # kms_key_id: "KMSKeyId",
625
+ # })
626
+ #
627
+ # @example Response structure
628
+ #
629
+ # resp.task_id #=> String
630
+ #
631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/CreateDataSetExportTask AWS API Documentation
632
+ #
633
+ # @overload create_data_set_export_task(params = {})
634
+ # @param [Hash] params ({})
635
+ def create_data_set_export_task(params = {}, options = {})
636
+ req = build_request(:create_data_set_export_task, params)
637
+ req.send_request(options)
638
+ end
639
+
581
640
  # Starts a data set import task for a specific application.
582
641
  #
583
642
  # @option params [required, String] :application_id
@@ -1082,6 +1141,8 @@ module Aws::MainframeModernization
1082
1141
  # resp.batch_job_identifier.restart_batch_job_identifier.execution_id #=> String
1083
1142
  # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.from_proc_step #=> String
1084
1143
  # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.from_step #=> String
1144
+ # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.skip #=> Boolean
1145
+ # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.step_checkpoint #=> Integer
1085
1146
  # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.to_proc_step #=> String
1086
1147
  # resp.batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.to_step #=> String
1087
1148
  # resp.batch_job_identifier.s3_batch_job_identifier.bucket #=> String
@@ -1095,6 +1156,8 @@ module Aws::MainframeModernization
1095
1156
  # resp.job_name #=> String
1096
1157
  # resp.job_step_restart_marker.from_proc_step #=> String
1097
1158
  # resp.job_step_restart_marker.from_step #=> String
1159
+ # resp.job_step_restart_marker.skip #=> Boolean
1160
+ # resp.job_step_restart_marker.step_checkpoint #=> Integer
1098
1161
  # resp.job_step_restart_marker.to_proc_step #=> String
1099
1162
  # resp.job_step_restart_marker.to_step #=> String
1100
1163
  # resp.job_type #=> String, one of "VSE", "JES2", "JES3"
@@ -1179,6 +1242,51 @@ module Aws::MainframeModernization
1179
1242
  req.send_request(options)
1180
1243
  end
1181
1244
 
1245
+ # Gets the status of a data set import task initiated with the
1246
+ # CreateDataSetExportTask operation.
1247
+ #
1248
+ # @option params [required, String] :application_id
1249
+ # The application identifier.
1250
+ #
1251
+ # @option params [required, String] :task_id
1252
+ # The task identifier returned by the CreateDataSetExportTask operation.
1253
+ #
1254
+ # @return [Types::GetDataSetExportTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1255
+ #
1256
+ # * {Types::GetDataSetExportTaskResponse#kms_key_arn #kms_key_arn} => String
1257
+ # * {Types::GetDataSetExportTaskResponse#status #status} => String
1258
+ # * {Types::GetDataSetExportTaskResponse#status_reason #status_reason} => String
1259
+ # * {Types::GetDataSetExportTaskResponse#summary #summary} => Types::DataSetExportSummary
1260
+ # * {Types::GetDataSetExportTaskResponse#task_id #task_id} => String
1261
+ #
1262
+ # @example Request syntax with placeholder values
1263
+ #
1264
+ # resp = client.get_data_set_export_task({
1265
+ # application_id: "Identifier", # required
1266
+ # task_id: "Identifier", # required
1267
+ # })
1268
+ #
1269
+ # @example Response structure
1270
+ #
1271
+ # resp.kms_key_arn #=> String
1272
+ # resp.status #=> String, one of "Creating", "Running", "Completed", "Failed"
1273
+ # resp.status_reason #=> String
1274
+ # resp.summary.failed #=> Integer
1275
+ # resp.summary.in_progress #=> Integer
1276
+ # resp.summary.pending #=> Integer
1277
+ # resp.summary.succeeded #=> Integer
1278
+ # resp.summary.total #=> Integer
1279
+ # resp.task_id #=> String
1280
+ #
1281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/GetDataSetExportTask AWS API Documentation
1282
+ #
1283
+ # @overload get_data_set_export_task(params = {})
1284
+ # @param [Hash] params ({})
1285
+ def get_data_set_export_task(params = {}, options = {})
1286
+ req = build_request(:get_data_set_export_task, params)
1287
+ req.send_request(options)
1288
+ end
1289
+
1182
1290
  # Gets the status of a data set import task initiated with the
1183
1291
  # CreateDataSetImportTask operation.
1184
1292
  #
@@ -1583,6 +1691,8 @@ module Aws::MainframeModernization
1583
1691
  # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.execution_id #=> String
1584
1692
  # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.from_proc_step #=> String
1585
1693
  # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.from_step #=> String
1694
+ # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.skip #=> Boolean
1695
+ # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.step_checkpoint #=> Integer
1586
1696
  # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.to_proc_step #=> String
1587
1697
  # resp.batch_job_executions[0].batch_job_identifier.restart_batch_job_identifier.job_step_restart_marker.to_step #=> String
1588
1698
  # resp.batch_job_executions[0].batch_job_identifier.s3_batch_job_identifier.bucket #=> String
@@ -1640,6 +1750,9 @@ module Aws::MainframeModernization
1640
1750
  # resp.batch_job_steps #=> Array
1641
1751
  # resp.batch_job_steps[0].proc_step_name #=> String
1642
1752
  # resp.batch_job_steps[0].proc_step_number #=> Integer
1753
+ # resp.batch_job_steps[0].step_checkpoint #=> Integer
1754
+ # resp.batch_job_steps[0].step_checkpoint_status #=> String
1755
+ # resp.batch_job_steps[0].step_checkpoint_time #=> Time
1643
1756
  # resp.batch_job_steps[0].step_cond_code #=> String
1644
1757
  # resp.batch_job_steps[0].step_name #=> String
1645
1758
  # resp.batch_job_steps[0].step_number #=> Integer
@@ -1654,6 +1767,56 @@ module Aws::MainframeModernization
1654
1767
  req.send_request(options)
1655
1768
  end
1656
1769
 
1770
+ # Lists the data set exports for the specified application.
1771
+ #
1772
+ # @option params [required, String] :application_id
1773
+ # The unique identifier of the application.
1774
+ #
1775
+ # @option params [Integer] :max_results
1776
+ # The maximum number of objects to return.
1777
+ #
1778
+ # @option params [String] :next_token
1779
+ # A pagination token returned from a previous call to this operation.
1780
+ # This specifies the next item to return. To return to the beginning of
1781
+ # the list, exclude this parameter.
1782
+ #
1783
+ # @return [Types::ListDataSetExportHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1784
+ #
1785
+ # * {Types::ListDataSetExportHistoryResponse#data_set_export_tasks #data_set_export_tasks} => Array<Types::DataSetExportTask>
1786
+ # * {Types::ListDataSetExportHistoryResponse#next_token #next_token} => String
1787
+ #
1788
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1789
+ #
1790
+ # @example Request syntax with placeholder values
1791
+ #
1792
+ # resp = client.list_data_set_export_history({
1793
+ # application_id: "Identifier", # required
1794
+ # max_results: 1,
1795
+ # next_token: "NextToken",
1796
+ # })
1797
+ #
1798
+ # @example Response structure
1799
+ #
1800
+ # resp.data_set_export_tasks #=> Array
1801
+ # resp.data_set_export_tasks[0].status #=> String, one of "Creating", "Running", "Completed", "Failed"
1802
+ # resp.data_set_export_tasks[0].status_reason #=> String
1803
+ # resp.data_set_export_tasks[0].summary.failed #=> Integer
1804
+ # resp.data_set_export_tasks[0].summary.in_progress #=> Integer
1805
+ # resp.data_set_export_tasks[0].summary.pending #=> Integer
1806
+ # resp.data_set_export_tasks[0].summary.succeeded #=> Integer
1807
+ # resp.data_set_export_tasks[0].summary.total #=> Integer
1808
+ # resp.data_set_export_tasks[0].task_id #=> String
1809
+ # resp.next_token #=> String
1810
+ #
1811
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/ListDataSetExportHistory AWS API Documentation
1812
+ #
1813
+ # @overload list_data_set_export_history(params = {})
1814
+ # @param [Hash] params ({})
1815
+ def list_data_set_export_history(params = {}, options = {})
1816
+ req = build_request(:list_data_set_export_history, params)
1817
+ req.send_request(options)
1818
+ end
1819
+
1657
1820
  # Lists the data set imports for the specified application.
1658
1821
  #
1659
1822
  # @option params [required, String] :application_id
@@ -2017,6 +2180,8 @@ module Aws::MainframeModernization
2017
2180
  # job_step_restart_marker: { # required
2018
2181
  # from_proc_step: "String",
2019
2182
  # from_step: "String", # required
2183
+ # skip: false,
2184
+ # step_checkpoint: 1,
2020
2185
  # to_proc_step: "String",
2021
2186
  # to_step: "String",
2022
2187
  # },
@@ -2271,7 +2436,7 @@ module Aws::MainframeModernization
2271
2436
  tracer: tracer
2272
2437
  )
2273
2438
  context[:gem_name] = 'aws-sdk-mainframemodernization'
2274
- context[:gem_version] = '1.34.0'
2439
+ context[:gem_version] = '1.35.0'
2275
2440
  Seahorse::Client::Request.new(handlers, context)
2276
2441
  end
2277
2442
 
@@ -46,6 +46,8 @@ module Aws::MainframeModernization
46
46
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
47
47
  CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
48
48
  CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
49
+ CreateDataSetExportTaskRequest = Shapes::StructureShape.new(name: 'CreateDataSetExportTaskRequest')
50
+ CreateDataSetExportTaskResponse = Shapes::StructureShape.new(name: 'CreateDataSetExportTaskResponse')
49
51
  CreateDataSetImportTaskRequest = Shapes::StructureShape.new(name: 'CreateDataSetImportTaskRequest')
50
52
  CreateDataSetImportTaskResponse = Shapes::StructureShape.new(name: 'CreateDataSetImportTaskResponse')
51
53
  CreateDeploymentRequest = Shapes::StructureShape.new(name: 'CreateDeploymentRequest')
@@ -53,6 +55,12 @@ module Aws::MainframeModernization
53
55
  CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
54
56
  CreateEnvironmentResponse = Shapes::StructureShape.new(name: 'CreateEnvironmentResponse')
55
57
  DataSet = Shapes::StructureShape.new(name: 'DataSet')
58
+ DataSetExportConfig = Shapes::UnionShape.new(name: 'DataSetExportConfig')
59
+ DataSetExportItem = Shapes::StructureShape.new(name: 'DataSetExportItem')
60
+ DataSetExportList = Shapes::ListShape.new(name: 'DataSetExportList')
61
+ DataSetExportSummary = Shapes::StructureShape.new(name: 'DataSetExportSummary')
62
+ DataSetExportTask = Shapes::StructureShape.new(name: 'DataSetExportTask')
63
+ DataSetExportTaskList = Shapes::ListShape.new(name: 'DataSetExportTaskList')
56
64
  DataSetImportConfig = Shapes::UnionShape.new(name: 'DataSetImportConfig')
57
65
  DataSetImportItem = Shapes::StructureShape.new(name: 'DataSetImportItem')
58
66
  DataSetImportList = Shapes::ListShape.new(name: 'DataSetImportList')
@@ -101,6 +109,8 @@ module Aws::MainframeModernization
101
109
  GetBatchJobExecutionResponse = Shapes::StructureShape.new(name: 'GetBatchJobExecutionResponse')
102
110
  GetDataSetDetailsRequest = Shapes::StructureShape.new(name: 'GetDataSetDetailsRequest')
103
111
  GetDataSetDetailsResponse = Shapes::StructureShape.new(name: 'GetDataSetDetailsResponse')
112
+ GetDataSetExportTaskRequest = Shapes::StructureShape.new(name: 'GetDataSetExportTaskRequest')
113
+ GetDataSetExportTaskResponse = Shapes::StructureShape.new(name: 'GetDataSetExportTaskResponse')
104
114
  GetDataSetImportTaskRequest = Shapes::StructureShape.new(name: 'GetDataSetImportTaskRequest')
105
115
  GetDataSetImportTaskResponse = Shapes::StructureShape.new(name: 'GetDataSetImportTaskResponse')
106
116
  GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
@@ -116,6 +126,7 @@ module Aws::MainframeModernization
116
126
  JobIdentifier = Shapes::UnionShape.new(name: 'JobIdentifier')
117
127
  JobStep = Shapes::StructureShape.new(name: 'JobStep')
118
128
  JobStepRestartMarker = Shapes::StructureShape.new(name: 'JobStepRestartMarker')
129
+ KMSKeyId = Shapes::StringShape.new(name: 'KMSKeyId')
119
130
  ListApplicationVersionsRequest = Shapes::StructureShape.new(name: 'ListApplicationVersionsRequest')
120
131
  ListApplicationVersionsResponse = Shapes::StructureShape.new(name: 'ListApplicationVersionsResponse')
121
132
  ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
@@ -126,6 +137,8 @@ module Aws::MainframeModernization
126
137
  ListBatchJobExecutionsResponse = Shapes::StructureShape.new(name: 'ListBatchJobExecutionsResponse')
127
138
  ListBatchJobRestartPointsRequest = Shapes::StructureShape.new(name: 'ListBatchJobRestartPointsRequest')
128
139
  ListBatchJobRestartPointsResponse = Shapes::StructureShape.new(name: 'ListBatchJobRestartPointsResponse')
140
+ ListDataSetExportHistoryRequest = Shapes::StructureShape.new(name: 'ListDataSetExportHistoryRequest')
141
+ ListDataSetExportHistoryResponse = Shapes::StructureShape.new(name: 'ListDataSetExportHistoryResponse')
129
142
  ListDataSetImportHistoryRequest = Shapes::StructureShape.new(name: 'ListDataSetImportHistoryRequest')
130
143
  ListDataSetImportHistoryResponse = Shapes::StructureShape.new(name: 'ListDataSetImportHistoryResponse')
131
144
  ListDataSetsRequest = Shapes::StructureShape.new(name: 'ListDataSetsRequest')
@@ -306,6 +319,15 @@ module Aws::MainframeModernization
306
319
  CreateApplicationResponse.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
307
320
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
308
321
 
322
+ CreateDataSetExportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
323
+ CreateDataSetExportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
324
+ CreateDataSetExportTaskRequest.add_member(:export_config, Shapes::ShapeRef.new(shape: DataSetExportConfig, required: true, location_name: "exportConfig"))
325
+ CreateDataSetExportTaskRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "kmsKeyId"))
326
+ CreateDataSetExportTaskRequest.struct_class = Types::CreateDataSetExportTaskRequest
327
+
328
+ CreateDataSetExportTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
329
+ CreateDataSetExportTaskResponse.struct_class = Types::CreateDataSetExportTaskResponse
330
+
309
331
  CreateDataSetImportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
310
332
  CreateDataSetImportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
311
333
  CreateDataSetImportTaskRequest.add_member(:import_config, Shapes::ShapeRef.new(shape: DataSetImportConfig, required: true, location_name: "importConfig"))
@@ -350,6 +372,35 @@ module Aws::MainframeModernization
350
372
  DataSet.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "storageType"))
351
373
  DataSet.struct_class = Types::DataSet
352
374
 
375
+ DataSetExportConfig.add_member(:data_sets, Shapes::ShapeRef.new(shape: DataSetExportList, location_name: "dataSets"))
376
+ DataSetExportConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
377
+ DataSetExportConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
378
+ DataSetExportConfig.add_member_subclass(:data_sets, Types::DataSetExportConfig::DataSets)
379
+ DataSetExportConfig.add_member_subclass(:s3_location, Types::DataSetExportConfig::S3Location)
380
+ DataSetExportConfig.add_member_subclass(:unknown, Types::DataSetExportConfig::Unknown)
381
+ DataSetExportConfig.struct_class = Types::DataSetExportConfig
382
+
383
+ DataSetExportItem.add_member(:dataset_name, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "datasetName"))
384
+ DataSetExportItem.add_member(:external_location, Shapes::ShapeRef.new(shape: ExternalLocation, required: true, location_name: "externalLocation"))
385
+ DataSetExportItem.struct_class = Types::DataSetExportItem
386
+
387
+ DataSetExportList.member = Shapes::ShapeRef.new(shape: DataSetExportItem)
388
+
389
+ DataSetExportSummary.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "failed"))
390
+ DataSetExportSummary.add_member(:in_progress, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "inProgress"))
391
+ DataSetExportSummary.add_member(:pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "pending"))
392
+ DataSetExportSummary.add_member(:succeeded, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "succeeded"))
393
+ DataSetExportSummary.add_member(:total, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "total"))
394
+ DataSetExportSummary.struct_class = Types::DataSetExportSummary
395
+
396
+ DataSetExportTask.add_member(:status, Shapes::ShapeRef.new(shape: DataSetTaskLifecycle, required: true, location_name: "status"))
397
+ DataSetExportTask.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
398
+ DataSetExportTask.add_member(:summary, Shapes::ShapeRef.new(shape: DataSetExportSummary, required: true, location_name: "summary"))
399
+ DataSetExportTask.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
400
+ DataSetExportTask.struct_class = Types::DataSetExportTask
401
+
402
+ DataSetExportTaskList.member = Shapes::ShapeRef.new(shape: DataSetExportTask)
403
+
353
404
  DataSetImportConfig.add_member(:data_sets, Shapes::ShapeRef.new(shape: DataSetImportList, location_name: "dataSets"))
354
405
  DataSetImportConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: String2000, location_name: "s3Location"))
355
406
  DataSetImportConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -579,6 +630,17 @@ module Aws::MainframeModernization
579
630
  GetDataSetDetailsResponse.add_member(:record_length, Shapes::ShapeRef.new(shape: Integer, location_name: "recordLength", metadata: {"box"=>true}))
580
631
  GetDataSetDetailsResponse.struct_class = Types::GetDataSetDetailsResponse
581
632
 
633
+ GetDataSetExportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
634
+ GetDataSetExportTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "taskId"))
635
+ GetDataSetExportTaskRequest.struct_class = Types::GetDataSetExportTaskRequest
636
+
637
+ GetDataSetExportTaskResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyArn"))
638
+ GetDataSetExportTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: DataSetTaskLifecycle, required: true, location_name: "status"))
639
+ GetDataSetExportTaskResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
640
+ GetDataSetExportTaskResponse.add_member(:summary, Shapes::ShapeRef.new(shape: DataSetExportSummary, location_name: "summary"))
641
+ GetDataSetExportTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
642
+ GetDataSetExportTaskResponse.struct_class = Types::GetDataSetExportTaskResponse
643
+
582
644
  GetDataSetImportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
583
645
  GetDataSetImportTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "taskId"))
584
646
  GetDataSetImportTaskRequest.struct_class = Types::GetDataSetImportTaskRequest
@@ -651,6 +713,9 @@ module Aws::MainframeModernization
651
713
 
652
714
  JobStep.add_member(:proc_step_name, Shapes::ShapeRef.new(shape: String, location_name: "procStepName"))
653
715
  JobStep.add_member(:proc_step_number, Shapes::ShapeRef.new(shape: Integer, location_name: "procStepNumber"))
716
+ JobStep.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box"=>true}))
717
+ JobStep.add_member(:step_checkpoint_status, Shapes::ShapeRef.new(shape: String, location_name: "stepCheckpointStatus"))
718
+ JobStep.add_member(:step_checkpoint_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stepCheckpointTime"))
654
719
  JobStep.add_member(:step_cond_code, Shapes::ShapeRef.new(shape: String, location_name: "stepCondCode"))
655
720
  JobStep.add_member(:step_name, Shapes::ShapeRef.new(shape: String, location_name: "stepName"))
656
721
  JobStep.add_member(:step_number, Shapes::ShapeRef.new(shape: Integer, location_name: "stepNumber"))
@@ -659,6 +724,8 @@ module Aws::MainframeModernization
659
724
 
660
725
  JobStepRestartMarker.add_member(:from_proc_step, Shapes::ShapeRef.new(shape: String, location_name: "fromProcStep"))
661
726
  JobStepRestartMarker.add_member(:from_step, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fromStep"))
727
+ JobStepRestartMarker.add_member(:skip, Shapes::ShapeRef.new(shape: Boolean, location_name: "skip", metadata: {"box"=>true}))
728
+ JobStepRestartMarker.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box"=>true}))
662
729
  JobStepRestartMarker.add_member(:to_proc_step, Shapes::ShapeRef.new(shape: String, location_name: "toProcStep"))
663
730
  JobStepRestartMarker.add_member(:to_step, Shapes::ShapeRef.new(shape: String, location_name: "toStep"))
664
731
  JobStepRestartMarker.struct_class = Types::JobStepRestartMarker
@@ -714,6 +781,15 @@ module Aws::MainframeModernization
714
781
  ListBatchJobRestartPointsResponse.add_member(:batch_job_steps, Shapes::ShapeRef.new(shape: BatchJobStepList, location_name: "batchJobSteps"))
715
782
  ListBatchJobRestartPointsResponse.struct_class = Types::ListBatchJobRestartPointsResponse
716
783
 
784
+ ListDataSetExportHistoryRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
785
+ ListDataSetExportHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
786
+ ListDataSetExportHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
787
+ ListDataSetExportHistoryRequest.struct_class = Types::ListDataSetExportHistoryRequest
788
+
789
+ ListDataSetExportHistoryResponse.add_member(:data_set_export_tasks, Shapes::ShapeRef.new(shape: DataSetExportTaskList, required: true, location_name: "dataSetExportTasks"))
790
+ ListDataSetExportHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
791
+ ListDataSetExportHistoryResponse.struct_class = Types::ListDataSetExportHistoryResponse
792
+
717
793
  ListDataSetImportHistoryRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
718
794
  ListDataSetImportHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
719
795
  ListDataSetImportHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -992,6 +1068,21 @@ module Aws::MainframeModernization
992
1068
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
993
1069
  end)
994
1070
 
1071
+ api.add_operation(:create_data_set_export_task, Seahorse::Model::Operation.new.tap do |o|
1072
+ o.name = "CreateDataSetExportTask"
1073
+ o.http_method = "POST"
1074
+ o.http_request_uri = "/applications/{applicationId}/dataset-export-task"
1075
+ o.input = Shapes::ShapeRef.new(shape: CreateDataSetExportTaskRequest)
1076
+ o.output = Shapes::ShapeRef.new(shape: CreateDataSetExportTaskResponse)
1077
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1084
+ end)
1085
+
995
1086
  api.add_operation(:create_data_set_import_task, Seahorse::Model::Operation.new.tap do |o|
996
1087
  o.name = "CreateDataSetImportTask"
997
1088
  o.http_method = "POST"
@@ -1131,6 +1222,19 @@ module Aws::MainframeModernization
1131
1222
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1132
1223
  end)
1133
1224
 
1225
+ api.add_operation(:get_data_set_export_task, Seahorse::Model::Operation.new.tap do |o|
1226
+ o.name = "GetDataSetExportTask"
1227
+ o.http_method = "GET"
1228
+ o.http_request_uri = "/applications/{applicationId}/dataset-export-tasks/{taskId}"
1229
+ o.input = Shapes::ShapeRef.new(shape: GetDataSetExportTaskRequest)
1230
+ o.output = Shapes::ShapeRef.new(shape: GetDataSetExportTaskResponse)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1236
+ end)
1237
+
1134
1238
  api.add_operation(:get_data_set_import_task, Seahorse::Model::Operation.new.tap do |o|
1135
1239
  o.name = "GetDataSetImportTask"
1136
1240
  o.http_method = "GET"
@@ -1270,6 +1374,25 @@ module Aws::MainframeModernization
1270
1374
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1271
1375
  end)
1272
1376
 
1377
+ api.add_operation(:list_data_set_export_history, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "ListDataSetExportHistory"
1379
+ o.http_method = "GET"
1380
+ o.http_request_uri = "/applications/{applicationId}/dataset-export-tasks"
1381
+ o.input = Shapes::ShapeRef.new(shape: ListDataSetExportHistoryRequest)
1382
+ o.output = Shapes::ShapeRef.new(shape: ListDataSetExportHistoryResponse)
1383
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1388
+ o[:pager] = Aws::Pager.new(
1389
+ limit_key: "max_results",
1390
+ tokens: {
1391
+ "next_token" => "next_token"
1392
+ }
1393
+ )
1394
+ end)
1395
+
1273
1396
  api.add_operation(:list_data_set_import_history, Seahorse::Model::Operation.new.tap do |o|
1274
1397
  o.name = "ListDataSetImportHistory"
1275
1398
  o.http_method = "GET"
@@ -435,6 +435,56 @@ module Aws::MainframeModernization
435
435
  include Aws::Structure
436
436
  end
437
437
 
438
+ # @!attribute [rw] application_id
439
+ # The unique identifier of the application for which you want to
440
+ # export data sets.
441
+ # @return [String]
442
+ #
443
+ # @!attribute [rw] client_token
444
+ # Unique, case-sensitive identifier you provide to ensure the
445
+ # idempotency of the request to create a data set export. The service
446
+ # generates the clientToken when the API call is triggered. The token
447
+ # expires after one hour, so if you retry the API within this
448
+ # timeframe with the same clientToken, you will get the same response.
449
+ # The service also handles deleting the clientToken after it expires.
450
+ #
451
+ # **A suitable default value is auto-generated.** You should normally
452
+ # not need to pass this option.
453
+ # @return [String]
454
+ #
455
+ # @!attribute [rw] export_config
456
+ # The data set export task configuration.
457
+ # @return [Types::DataSetExportConfig]
458
+ #
459
+ # @!attribute [rw] kms_key_id
460
+ # The identifier of a customer managed key.
461
+ # @return [String]
462
+ #
463
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/CreateDataSetExportTaskRequest AWS API Documentation
464
+ #
465
+ class CreateDataSetExportTaskRequest < Struct.new(
466
+ :application_id,
467
+ :client_token,
468
+ :export_config,
469
+ :kms_key_id)
470
+ SENSITIVE = []
471
+ include Aws::Structure
472
+ end
473
+
474
+ # @!attribute [rw] task_id
475
+ # The task identifier. This operation is asynchronous. Use this
476
+ # identifier with the GetDataSetExportTask operation to obtain the
477
+ # status of this task.
478
+ # @return [String]
479
+ #
480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/CreateDataSetExportTaskResponse AWS API Documentation
481
+ #
482
+ class CreateDataSetExportTaskResponse < Struct.new(
483
+ :task_id)
484
+ SENSITIVE = []
485
+ include Aws::Structure
486
+ end
487
+
438
488
  # @!attribute [rw] application_id
439
489
  # The unique identifier of the application for which you want to
440
490
  # import data sets.
@@ -680,6 +730,116 @@ module Aws::MainframeModernization
680
730
  include Aws::Structure
681
731
  end
682
732
 
733
+ # Identifies one or more data sets you want to import with the
734
+ # CreateDataSetExportTask operation.
735
+ #
736
+ # @note DataSetExportConfig is a union - when making an API calls you must set exactly one of the members.
737
+ #
738
+ # @!attribute [rw] data_sets
739
+ # The data sets.
740
+ # @return [Array<Types::DataSetExportItem>]
741
+ #
742
+ # @!attribute [rw] s3_location
743
+ # The Amazon S3 location of the data sets.
744
+ # @return [String]
745
+ #
746
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/DataSetExportConfig AWS API Documentation
747
+ #
748
+ class DataSetExportConfig < Struct.new(
749
+ :data_sets,
750
+ :s3_location,
751
+ :unknown)
752
+ SENSITIVE = []
753
+ include Aws::Structure
754
+ include Aws::Structure::Union
755
+
756
+ class DataSets < DataSetExportConfig; end
757
+ class S3Location < DataSetExportConfig; end
758
+ class Unknown < DataSetExportConfig; end
759
+ end
760
+
761
+ # Identifies a specific data set to export from an external location.
762
+ #
763
+ # @!attribute [rw] dataset_name
764
+ # The data set.
765
+ # @return [String]
766
+ #
767
+ # @!attribute [rw] external_location
768
+ # The location of the data set.
769
+ # @return [Types::ExternalLocation]
770
+ #
771
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/DataSetExportItem AWS API Documentation
772
+ #
773
+ class DataSetExportItem < Struct.new(
774
+ :dataset_name,
775
+ :external_location)
776
+ SENSITIVE = []
777
+ include Aws::Structure
778
+ end
779
+
780
+ # Represents a summary of data set exports.
781
+ #
782
+ # @!attribute [rw] failed
783
+ # The number of data set exports that have failed.
784
+ # @return [Integer]
785
+ #
786
+ # @!attribute [rw] in_progress
787
+ # The number of data set exports that are in progress.
788
+ # @return [Integer]
789
+ #
790
+ # @!attribute [rw] pending
791
+ # The number of data set exports that are pending.
792
+ # @return [Integer]
793
+ #
794
+ # @!attribute [rw] succeeded
795
+ # The number of data set exports that have succeeded.
796
+ # @return [Integer]
797
+ #
798
+ # @!attribute [rw] total
799
+ # The total number of data set exports.
800
+ # @return [Integer]
801
+ #
802
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/DataSetExportSummary AWS API Documentation
803
+ #
804
+ class DataSetExportSummary < Struct.new(
805
+ :failed,
806
+ :in_progress,
807
+ :pending,
808
+ :succeeded,
809
+ :total)
810
+ SENSITIVE = []
811
+ include Aws::Structure
812
+ end
813
+
814
+ # Contains information about a data set export task.
815
+ #
816
+ # @!attribute [rw] status
817
+ # The status of the data set export task.
818
+ # @return [String]
819
+ #
820
+ # @!attribute [rw] status_reason
821
+ # If dataset exports failed, the failure reason will show here.
822
+ # @return [String]
823
+ #
824
+ # @!attribute [rw] summary
825
+ # A summary of the data set export task.
826
+ # @return [Types::DataSetExportSummary]
827
+ #
828
+ # @!attribute [rw] task_id
829
+ # The identifier of the data set export task.
830
+ # @return [String]
831
+ #
832
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/DataSetExportTask AWS API Documentation
833
+ #
834
+ class DataSetExportTask < Struct.new(
835
+ :status,
836
+ :status_reason,
837
+ :summary,
838
+ :task_id)
839
+ SENSITIVE = []
840
+ include Aws::Structure
841
+ end
842
+
683
843
  # Identifies one or more data sets you want to import with the
684
844
  # CreateDataSetImportTask operation.
685
845
  #
@@ -1661,6 +1821,57 @@ module Aws::MainframeModernization
1661
1821
  include Aws::Structure
1662
1822
  end
1663
1823
 
1824
+ # @!attribute [rw] application_id
1825
+ # The application identifier.
1826
+ # @return [String]
1827
+ #
1828
+ # @!attribute [rw] task_id
1829
+ # The task identifier returned by the CreateDataSetExportTask
1830
+ # operation.
1831
+ # @return [String]
1832
+ #
1833
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/GetDataSetExportTaskRequest AWS API Documentation
1834
+ #
1835
+ class GetDataSetExportTaskRequest < Struct.new(
1836
+ :application_id,
1837
+ :task_id)
1838
+ SENSITIVE = []
1839
+ include Aws::Structure
1840
+ end
1841
+
1842
+ # @!attribute [rw] kms_key_arn
1843
+ # The identifier of a customer managed key used for exported data set
1844
+ # encryption.
1845
+ # @return [String]
1846
+ #
1847
+ # @!attribute [rw] status
1848
+ # The status of the task.
1849
+ # @return [String]
1850
+ #
1851
+ # @!attribute [rw] status_reason
1852
+ # If dataset export failed, the failure reason will show here.
1853
+ # @return [String]
1854
+ #
1855
+ # @!attribute [rw] summary
1856
+ # A summary of the status of the task.
1857
+ # @return [Types::DataSetExportSummary]
1858
+ #
1859
+ # @!attribute [rw] task_id
1860
+ # The task identifier.
1861
+ # @return [String]
1862
+ #
1863
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/GetDataSetExportTaskResponse AWS API Documentation
1864
+ #
1865
+ class GetDataSetExportTaskResponse < Struct.new(
1866
+ :kms_key_arn,
1867
+ :status,
1868
+ :status_reason,
1869
+ :summary,
1870
+ :task_id)
1871
+ SENSITIVE = []
1872
+ include Aws::Structure
1873
+ end
1874
+
1664
1875
  # @!attribute [rw] application_id
1665
1876
  # The application identifier.
1666
1877
  # @return [String]
@@ -1992,6 +2203,21 @@ module Aws::MainframeModernization
1992
2203
  # The number of a procedure step.
1993
2204
  # @return [Integer]
1994
2205
  #
2206
+ # @!attribute [rw] step_checkpoint
2207
+ # A registered step-level checkpoint identifier that can be used for
2208
+ # restarting an Amazon Web Services Blu Age application batch job.
2209
+ # @return [Integer]
2210
+ #
2211
+ # @!attribute [rw] step_checkpoint_status
2212
+ # The step-level checkpoint status for an Amazon Web Services Blu Age
2213
+ # application batch job.
2214
+ # @return [String]
2215
+ #
2216
+ # @!attribute [rw] step_checkpoint_time
2217
+ # The step-level checkpoint status for an Amazon Web Services Blu Age
2218
+ # application batch job.
2219
+ # @return [Time]
2220
+ #
1995
2221
  # @!attribute [rw] step_cond_code
1996
2222
  # The condition code of a step.
1997
2223
  # @return [String]
@@ -2013,6 +2239,9 @@ module Aws::MainframeModernization
2013
2239
  class JobStep < Struct.new(
2014
2240
  :proc_step_name,
2015
2241
  :proc_step_number,
2242
+ :step_checkpoint,
2243
+ :step_checkpoint_status,
2244
+ :step_checkpoint_time,
2016
2245
  :step_cond_code,
2017
2246
  :step_name,
2018
2247
  :step_number,
@@ -2032,6 +2261,16 @@ module Aws::MainframeModernization
2032
2261
  # The step name that a batch job was restarted from.
2033
2262
  # @return [String]
2034
2263
  #
2264
+ # @!attribute [rw] skip
2265
+ # The step-level checkpoint timestamp (creation or last modification)
2266
+ # for an Amazon Web Services Blu Age application batch job.
2267
+ # @return [Boolean]
2268
+ #
2269
+ # @!attribute [rw] step_checkpoint
2270
+ # Skip selected step and issue a restart from immediate successor step
2271
+ # for an Amazon Web Services Blu Age application batch job.
2272
+ # @return [Integer]
2273
+ #
2035
2274
  # @!attribute [rw] to_proc_step
2036
2275
  # The procedure step name that a batch job was restarted to.
2037
2276
  # @return [String]
@@ -2045,6 +2284,8 @@ module Aws::MainframeModernization
2045
2284
  class JobStepRestartMarker < Struct.new(
2046
2285
  :from_proc_step,
2047
2286
  :from_step,
2287
+ :skip,
2288
+ :step_checkpoint,
2048
2289
  :to_proc_step,
2049
2290
  :to_step)
2050
2291
  SENSITIVE = []
@@ -2294,6 +2535,49 @@ module Aws::MainframeModernization
2294
2535
  include Aws::Structure
2295
2536
  end
2296
2537
 
2538
+ # @!attribute [rw] application_id
2539
+ # The unique identifier of the application.
2540
+ # @return [String]
2541
+ #
2542
+ # @!attribute [rw] max_results
2543
+ # The maximum number of objects to return.
2544
+ # @return [Integer]
2545
+ #
2546
+ # @!attribute [rw] next_token
2547
+ # A pagination token returned from a previous call to this operation.
2548
+ # This specifies the next item to return. To return to the beginning
2549
+ # of the list, exclude this parameter.
2550
+ # @return [String]
2551
+ #
2552
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/ListDataSetExportHistoryRequest AWS API Documentation
2553
+ #
2554
+ class ListDataSetExportHistoryRequest < Struct.new(
2555
+ :application_id,
2556
+ :max_results,
2557
+ :next_token)
2558
+ SENSITIVE = []
2559
+ include Aws::Structure
2560
+ end
2561
+
2562
+ # @!attribute [rw] data_set_export_tasks
2563
+ # The data set export tasks.
2564
+ # @return [Array<Types::DataSetExportTask>]
2565
+ #
2566
+ # @!attribute [rw] next_token
2567
+ # If there are more items to return, this contains a token that is
2568
+ # passed to a subsequent call to this operation to retrieve the next
2569
+ # set of items.
2570
+ # @return [String]
2571
+ #
2572
+ # @see http://docs.aws.amazon.com/goto/WebAPI/m2-2021-04-28/ListDataSetExportHistoryResponse AWS API Documentation
2573
+ #
2574
+ class ListDataSetExportHistoryResponse < Struct.new(
2575
+ :data_set_export_tasks,
2576
+ :next_token)
2577
+ SENSITIVE = []
2578
+ include Aws::Structure
2579
+ end
2580
+
2297
2581
  # @!attribute [rw] application_id
2298
2582
  # The unique identifier of the application.
2299
2583
  # @return [String]
@@ -54,7 +54,7 @@ module Aws::MainframeModernization
54
54
  autoload :EndpointProvider, 'aws-sdk-mainframemodernization/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mainframemodernization/endpoints'
56
56
 
57
- GEM_VERSION = '1.34.0'
57
+ GEM_VERSION = '1.35.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -110,6 +110,29 @@ module Aws
110
110
  ) -> _CreateApplicationResponseSuccess
111
111
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
112
112
 
113
+ interface _CreateDataSetExportTaskResponseSuccess
114
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataSetExportTaskResponse]
115
+ def task_id: () -> ::String
116
+ end
117
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#create_data_set_export_task-instance_method
118
+ def create_data_set_export_task: (
119
+ application_id: ::String,
120
+ ?client_token: ::String,
121
+ export_config: {
122
+ data_sets: Array[
123
+ {
124
+ dataset_name: ::String,
125
+ external_location: {
126
+ s3_location: ::String?
127
+ }
128
+ },
129
+ ]?,
130
+ s3_location: ::String?
131
+ },
132
+ ?kms_key_id: ::String
133
+ ) -> _CreateDataSetExportTaskResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetExportTaskResponseSuccess
135
+
113
136
  interface _CreateDataSetImportTaskResponseSuccess
114
137
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataSetImportTaskResponse]
115
138
  def task_id: () -> ::String
@@ -339,6 +362,21 @@ module Aws
339
362
  ) -> _GetDataSetDetailsResponseSuccess
340
363
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSetDetailsResponseSuccess
341
364
 
365
+ interface _GetDataSetExportTaskResponseSuccess
366
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataSetExportTaskResponse]
367
+ def kms_key_arn: () -> ::String
368
+ def status: () -> ("Creating" | "Running" | "Completed" | "Failed")
369
+ def status_reason: () -> ::String
370
+ def summary: () -> Types::DataSetExportSummary
371
+ def task_id: () -> ::String
372
+ end
373
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#get_data_set_export_task-instance_method
374
+ def get_data_set_export_task: (
375
+ application_id: ::String,
376
+ task_id: ::String
377
+ ) -> _GetDataSetExportTaskResponseSuccess
378
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSetExportTaskResponseSuccess
379
+
342
380
  interface _GetDataSetImportTaskResponseSuccess
343
381
  include ::Seahorse::Client::_ResponseSuccess[Types::GetDataSetImportTaskResponse]
344
382
  def status: () -> ("Creating" | "Running" | "Completed" | "Failed")
@@ -480,6 +518,19 @@ module Aws
480
518
  ) -> _ListBatchJobRestartPointsResponseSuccess
481
519
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBatchJobRestartPointsResponseSuccess
482
520
 
521
+ interface _ListDataSetExportHistoryResponseSuccess
522
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSetExportHistoryResponse]
523
+ def data_set_export_tasks: () -> ::Array[Types::DataSetExportTask]
524
+ def next_token: () -> ::String
525
+ end
526
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MainframeModernization/Client.html#list_data_set_export_history-instance_method
527
+ def list_data_set_export_history: (
528
+ application_id: ::String,
529
+ ?max_results: ::Integer,
530
+ ?next_token: ::String
531
+ ) -> _ListDataSetExportHistoryResponseSuccess
532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSetExportHistoryResponseSuccess
533
+
483
534
  interface _ListDataSetImportHistoryResponseSuccess
484
535
  include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSetImportHistoryResponse]
485
536
  def data_set_import_tasks: () -> ::Array[Types::DataSetImportTask]
@@ -585,6 +636,8 @@ module Aws
585
636
  job_step_restart_marker: {
586
637
  from_proc_step: ::String?,
587
638
  from_step: ::String,
639
+ skip: bool?,
640
+ step_checkpoint: ::Integer?,
588
641
  to_proc_step: ::String?,
589
642
  to_step: ::String?
590
643
  }
data/sig/types.rbs CHANGED
@@ -130,6 +130,19 @@ module Aws::MainframeModernization
130
130
  SENSITIVE: []
131
131
  end
132
132
 
133
+ class CreateDataSetExportTaskRequest
134
+ attr_accessor application_id: ::String
135
+ attr_accessor client_token: ::String
136
+ attr_accessor export_config: Types::DataSetExportConfig
137
+ attr_accessor kms_key_id: ::String
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CreateDataSetExportTaskResponse
142
+ attr_accessor task_id: ::String
143
+ SENSITIVE: []
144
+ end
145
+
133
146
  class CreateDataSetImportTaskRequest
134
147
  attr_accessor application_id: ::String
135
148
  attr_accessor client_token: ::String
@@ -188,6 +201,43 @@ module Aws::MainframeModernization
188
201
  SENSITIVE: []
189
202
  end
190
203
 
204
+ class DataSetExportConfig
205
+ attr_accessor data_sets: ::Array[Types::DataSetExportItem]
206
+ attr_accessor s3_location: ::String
207
+ attr_accessor unknown: untyped
208
+ SENSITIVE: []
209
+
210
+ class DataSets < DataSetExportConfig
211
+ end
212
+ class S3Location < DataSetExportConfig
213
+ end
214
+ class Unknown < DataSetExportConfig
215
+ end
216
+ end
217
+
218
+ class DataSetExportItem
219
+ attr_accessor dataset_name: ::String
220
+ attr_accessor external_location: Types::ExternalLocation
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class DataSetExportSummary
225
+ attr_accessor failed: ::Integer
226
+ attr_accessor in_progress: ::Integer
227
+ attr_accessor pending: ::Integer
228
+ attr_accessor succeeded: ::Integer
229
+ attr_accessor total: ::Integer
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class DataSetExportTask
234
+ attr_accessor status: ("Creating" | "Running" | "Completed" | "Failed")
235
+ attr_accessor status_reason: ::String
236
+ attr_accessor summary: Types::DataSetExportSummary
237
+ attr_accessor task_id: ::String
238
+ SENSITIVE: []
239
+ end
240
+
191
241
  class DataSetImportConfig
192
242
  attr_accessor data_sets: ::Array[Types::DataSetImportItem]
193
243
  attr_accessor s3_location: ::String
@@ -491,6 +541,21 @@ module Aws::MainframeModernization
491
541
  SENSITIVE: []
492
542
  end
493
543
 
544
+ class GetDataSetExportTaskRequest
545
+ attr_accessor application_id: ::String
546
+ attr_accessor task_id: ::String
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class GetDataSetExportTaskResponse
551
+ attr_accessor kms_key_arn: ::String
552
+ attr_accessor status: ("Creating" | "Running" | "Completed" | "Failed")
553
+ attr_accessor status_reason: ::String
554
+ attr_accessor summary: Types::DataSetExportSummary
555
+ attr_accessor task_id: ::String
556
+ SENSITIVE: []
557
+ end
558
+
494
559
  class GetDataSetImportTaskRequest
495
560
  attr_accessor application_id: ::String
496
561
  attr_accessor task_id: ::String
@@ -586,6 +651,9 @@ module Aws::MainframeModernization
586
651
  class JobStep
587
652
  attr_accessor proc_step_name: ::String
588
653
  attr_accessor proc_step_number: ::Integer
654
+ attr_accessor step_checkpoint: ::Integer
655
+ attr_accessor step_checkpoint_status: ::String
656
+ attr_accessor step_checkpoint_time: ::Time
589
657
  attr_accessor step_cond_code: ::String
590
658
  attr_accessor step_name: ::String
591
659
  attr_accessor step_number: ::Integer
@@ -596,6 +664,8 @@ module Aws::MainframeModernization
596
664
  class JobStepRestartMarker
597
665
  attr_accessor from_proc_step: ::String
598
666
  attr_accessor from_step: ::String
667
+ attr_accessor skip: bool
668
+ attr_accessor step_checkpoint: ::Integer
599
669
  attr_accessor to_proc_step: ::String
600
670
  attr_accessor to_step: ::String
601
671
  SENSITIVE: []
@@ -672,6 +742,19 @@ module Aws::MainframeModernization
672
742
  SENSITIVE: []
673
743
  end
674
744
 
745
+ class ListDataSetExportHistoryRequest
746
+ attr_accessor application_id: ::String
747
+ attr_accessor max_results: ::Integer
748
+ attr_accessor next_token: ::String
749
+ SENSITIVE: []
750
+ end
751
+
752
+ class ListDataSetExportHistoryResponse
753
+ attr_accessor data_set_export_tasks: ::Array[Types::DataSetExportTask]
754
+ attr_accessor next_token: ::String
755
+ SENSITIVE: []
756
+ end
757
+
675
758
  class ListDataSetImportHistoryRequest
676
759
  attr_accessor application_id: ::String
677
760
  attr_accessor max_results: ::Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mainframemodernization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core