@aws-sdk/client-swf 3.687.0 → 3.692.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.
@@ -72,7 +72,7 @@ export interface ActivityTask {
72
72
  * <p>The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.</p>
73
73
  * @public
74
74
  */
75
- input?: string;
75
+ input?: string | undefined;
76
76
  }
77
77
  /**
78
78
  * <p>Provides the details of the <code>ActivityTaskCanceled</code> event.</p>
@@ -83,7 +83,7 @@ export interface ActivityTaskCanceledEventAttributes {
83
83
  * <p>Details of the cancellation.</p>
84
84
  * @public
85
85
  */
86
- details?: string;
86
+ details?: string | undefined;
87
87
  /**
88
88
  * <p>The ID of the <code>ActivityTaskScheduled</code> event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
89
89
  * @public
@@ -100,7 +100,7 @@ export interface ActivityTaskCanceledEventAttributes {
100
100
  * <p>If set, contains the ID of the last <code>ActivityTaskCancelRequested</code> event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
101
101
  * @public
102
102
  */
103
- latestCancelRequestedEventId?: number;
103
+ latestCancelRequestedEventId?: number | undefined;
104
104
  }
105
105
  /**
106
106
  * <p>Provides the details of the <code>ActivityTaskCancelRequested</code> event.</p>
@@ -128,7 +128,7 @@ export interface ActivityTaskCompletedEventAttributes {
128
128
  * <p>The results of the activity task.</p>
129
129
  * @public
130
130
  */
131
- result?: string;
131
+ result?: string | undefined;
132
132
  /**
133
133
  * <p>The ID of the <code>ActivityTaskScheduled</code> event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
134
134
  * @public
@@ -151,12 +151,12 @@ export interface ActivityTaskFailedEventAttributes {
151
151
  * <p>The reason provided for the failure.</p>
152
152
  * @public
153
153
  */
154
- reason?: string;
154
+ reason?: string | undefined;
155
155
  /**
156
156
  * <p>The details of the failure.</p>
157
157
  * @public
158
158
  */
159
- details?: string;
159
+ details?: string | undefined;
160
160
  /**
161
161
  * <p>The ID of the <code>ActivityTaskScheduled</code> event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
162
162
  * @public
@@ -200,27 +200,27 @@ export interface ActivityTaskScheduledEventAttributes {
200
200
  * <p>The input provided to the activity task.</p>
201
201
  * @public
202
202
  */
203
- input?: string;
203
+ input?: string | undefined;
204
204
  /**
205
205
  * <p>Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.</p>
206
206
  * @public
207
207
  */
208
- control?: string;
208
+ control?: string | undefined;
209
209
  /**
210
210
  * <p>The maximum amount of time the activity task can wait to be assigned to a worker.</p>
211
211
  * @public
212
212
  */
213
- scheduleToStartTimeout?: string;
213
+ scheduleToStartTimeout?: string | undefined;
214
214
  /**
215
215
  * <p>The maximum amount of time for this activity task.</p>
216
216
  * @public
217
217
  */
218
- scheduleToCloseTimeout?: string;
218
+ scheduleToCloseTimeout?: string | undefined;
219
219
  /**
220
220
  * <p>The maximum amount of time a worker may take to process the activity task.</p>
221
221
  * @public
222
222
  */
223
- startToCloseTimeout?: string;
223
+ startToCloseTimeout?: string | undefined;
224
224
  /**
225
225
  * <p>The task list in which the activity task has been scheduled.</p>
226
226
  * @public
@@ -235,7 +235,7 @@ export interface ActivityTaskScheduledEventAttributes {
235
235
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
236
236
  * @public
237
237
  */
238
- taskPriority?: string;
238
+ taskPriority?: string | undefined;
239
239
  /**
240
240
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
241
241
  * @public
@@ -247,7 +247,7 @@ export interface ActivityTaskScheduledEventAttributes {
247
247
  * the worker subsequently attempts to record a heartbeat or return a result, it is ignored.</p>
248
248
  * @public
249
249
  */
250
- heartbeatTimeout?: string;
250
+ heartbeatTimeout?: string | undefined;
251
251
  }
252
252
  /**
253
253
  * <p>Provides the details of the <code>ActivityTaskStarted</code> event.</p>
@@ -258,7 +258,7 @@ export interface ActivityTaskStartedEventAttributes {
258
258
  * <p>Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.</p>
259
259
  * @public
260
260
  */
261
- identity?: string;
261
+ identity?: string | undefined;
262
262
  /**
263
263
  * <p>The ID of the <code>ActivityTaskScheduled</code> event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
264
264
  * @public
@@ -317,7 +317,7 @@ export interface ActivityTaskTimedOutEventAttributes {
317
317
  * <code>RecordActivityTaskHeartbeat</code>.</p>
318
318
  * @public
319
319
  */
320
- details?: string;
320
+ details?: string | undefined;
321
321
  }
322
322
  /**
323
323
  * <p>Configuration settings registered with the activity type.</p>
@@ -332,7 +332,7 @@ export interface ActivityTypeConfiguration {
332
332
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
333
333
  * @public
334
334
  */
335
- defaultTaskStartToCloseTimeout?: string;
335
+ defaultTaskStartToCloseTimeout?: string | undefined;
336
336
  /**
337
337
  * <p>
338
338
  * The default maximum time, in seconds, before which a worker processing a task must report
@@ -346,7 +346,7 @@ export interface ActivityTypeConfiguration {
346
346
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
347
347
  * @public
348
348
  */
349
- defaultTaskHeartbeatTimeout?: string;
349
+ defaultTaskHeartbeatTimeout?: string | undefined;
350
350
  /**
351
351
  * <p>
352
352
  * The default task list specified for this activity type at registration. This default is used if
@@ -356,7 +356,7 @@ export interface ActivityTypeConfiguration {
356
356
  * <a>Decision</a>.</p>
357
357
  * @public
358
358
  */
359
- defaultTaskList?: TaskList;
359
+ defaultTaskList?: TaskList | undefined;
360
360
  /**
361
361
  * <p>
362
362
  * The default task priority for tasks of this activity type, specified at registration. If not
@@ -367,7 +367,7 @@ export interface ActivityTypeConfiguration {
367
367
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
368
368
  * @public
369
369
  */
370
- defaultTaskPriority?: string;
370
+ defaultTaskPriority?: string | undefined;
371
371
  /**
372
372
  * <p>
373
373
  * The default maximum duration, specified when registering the activity type, that a task of an
@@ -377,7 +377,7 @@ export interface ActivityTypeConfiguration {
377
377
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
378
378
  * @public
379
379
  */
380
- defaultTaskScheduleToStartTimeout?: string;
380
+ defaultTaskScheduleToStartTimeout?: string | undefined;
381
381
  /**
382
382
  * <p>
383
383
  * The default maximum duration, specified when registering the activity type, for tasks of this activity
@@ -386,7 +386,7 @@ export interface ActivityTypeConfiguration {
386
386
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
387
387
  * @public
388
388
  */
389
- defaultTaskScheduleToCloseTimeout?: string;
389
+ defaultTaskScheduleToCloseTimeout?: string | undefined;
390
390
  }
391
391
  /**
392
392
  * @public
@@ -419,7 +419,7 @@ export interface ActivityTypeInfo {
419
419
  * <p>The description of the activity type provided in <a>RegisterActivityType</a>.</p>
420
420
  * @public
421
421
  */
422
- description?: string;
422
+ description?: string | undefined;
423
423
  /**
424
424
  * <p>The date and time this activity type was created through <a>RegisterActivityType</a>.</p>
425
425
  * @public
@@ -429,7 +429,7 @@ export interface ActivityTypeInfo {
429
429
  * <p>If DEPRECATED, the date and time <a>DeprecateActivityType</a> was called.</p>
430
430
  * @public
431
431
  */
432
- deprecationDate?: Date;
432
+ deprecationDate?: Date | undefined;
433
433
  }
434
434
  /**
435
435
  * <p>Detailed information about an activity type.</p>
@@ -480,7 +480,7 @@ export interface ActivityTypeInfos {
480
480
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
481
481
  * @public
482
482
  */
483
- nextPageToken?: string;
483
+ nextPageToken?: string | undefined;
484
484
  }
485
485
  /**
486
486
  * <p>Provides the details of the <code>CancelTimer</code> decision.</p>
@@ -582,7 +582,7 @@ export interface CancelWorkflowExecutionDecisionAttributes {
582
582
  * Details of the cancellation.</p>
583
583
  * @public
584
584
  */
585
- details?: string;
585
+ details?: string | undefined;
586
586
  }
587
587
  /**
588
588
  * @public
@@ -673,7 +673,7 @@ export interface ChildWorkflowExecutionCanceledEventAttributes {
673
673
  * <p>Details of the cancellation (if provided).</p>
674
674
  * @public
675
675
  */
676
- details?: string;
676
+ details?: string | undefined;
677
677
  /**
678
678
  * <p>The ID of the <code>StartChildWorkflowExecutionInitiated</code> event corresponding to the
679
679
  * <code>StartChildWorkflowExecution</code>
@@ -710,7 +710,7 @@ export interface ChildWorkflowExecutionCompletedEventAttributes {
710
710
  * <p>The result of the child workflow execution.</p>
711
711
  * @public
712
712
  */
713
- result?: string;
713
+ result?: string | undefined;
714
714
  /**
715
715
  * <p>The ID of the <code>StartChildWorkflowExecutionInitiated</code> event corresponding to the <code>StartChildWorkflowExecution</code>
716
716
  * <a>Decision</a> to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.</p>
@@ -744,12 +744,12 @@ export interface ChildWorkflowExecutionFailedEventAttributes {
744
744
  * <p>The reason for the failure (if provided).</p>
745
745
  * @public
746
746
  */
747
- reason?: string;
747
+ reason?: string | undefined;
748
748
  /**
749
749
  * <p>The details of the failure (if provided).</p>
750
750
  * @public
751
751
  */
752
- details?: string;
752
+ details?: string | undefined;
753
753
  /**
754
754
  * <p>The ID of the <code>StartChildWorkflowExecutionInitiated</code> event corresponding to the
755
755
  * <code>StartChildWorkflowExecution</code>
@@ -929,7 +929,7 @@ export interface CompleteWorkflowExecutionDecisionAttributes {
929
929
  * <p>The result of the workflow execution. The form of the result is implementation defined.</p>
930
930
  * @public
931
931
  */
932
- result?: string;
932
+ result?: string | undefined;
933
933
  }
934
934
  /**
935
935
  * @public
@@ -1010,7 +1010,7 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1010
1010
  * <p>The input provided to the new workflow execution.</p>
1011
1011
  * @public
1012
1012
  */
1013
- input?: string;
1013
+ input?: string | undefined;
1014
1014
  /**
1015
1015
  * <p>If set, specifies the total duration for this workflow execution. This overrides the
1016
1016
  * <code>defaultExecutionStartToCloseTimeout</code> specified when registering the workflow type.</p>
@@ -1020,13 +1020,13 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1020
1020
  * </note>
1021
1021
  * @public
1022
1022
  */
1023
- executionStartToCloseTimeout?: string;
1023
+ executionStartToCloseTimeout?: string | undefined;
1024
1024
  /**
1025
1025
  * <p>The task list to use for the decisions of the new (continued) workflow
1026
1026
  * execution.</p>
1027
1027
  * @public
1028
1028
  */
1029
- taskList?: TaskList;
1029
+ taskList?: TaskList | undefined;
1030
1030
  /**
1031
1031
  * <p>
1032
1032
  * The task priority that, if set, specifies the priority for the decision tasks for this workflow
@@ -1036,7 +1036,7 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1036
1036
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
1037
1037
  * @public
1038
1038
  */
1039
- taskPriority?: string;
1039
+ taskPriority?: string | undefined;
1040
1040
  /**
1041
1041
  * <p>Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the
1042
1042
  * <code>defaultTaskStartToCloseTimout</code> specified when registering the workflow type using
@@ -1047,7 +1047,7 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1047
1047
  * </note>
1048
1048
  * @public
1049
1049
  */
1050
- taskStartToCloseTimeout?: string;
1050
+ taskStartToCloseTimeout?: string | undefined;
1051
1051
  /**
1052
1052
  * <p>If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated
1053
1053
  * by calling the <a>TerminateWorkflowExecution</a> action explicitly or due to an expired timeout. This policy
@@ -1075,24 +1075,24 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1075
1075
  * </note>
1076
1076
  * @public
1077
1077
  */
1078
- childPolicy?: ChildPolicy;
1078
+ childPolicy?: ChildPolicy | undefined;
1079
1079
  /**
1080
1080
  * <p>The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can
1081
1081
  * list workflow executions with a specific tag by calling <a>ListOpenWorkflowExecutions</a> or
1082
1082
  * <a>ListClosedWorkflowExecutions</a> and specifying a <a>TagFilter</a>.</p>
1083
1083
  * @public
1084
1084
  */
1085
- tagList?: string[];
1085
+ tagList?: string[] | undefined;
1086
1086
  /**
1087
1087
  * <p>The version of the workflow to start.</p>
1088
1088
  * @public
1089
1089
  */
1090
- workflowTypeVersion?: string;
1090
+ workflowTypeVersion?: string | undefined;
1091
1091
  /**
1092
1092
  * <p>The IAM role to attach to the new (continued) execution.</p>
1093
1093
  * @public
1094
1094
  */
1095
- lambdaRole?: string;
1095
+ lambdaRole?: string | undefined;
1096
1096
  }
1097
1097
  /**
1098
1098
  * @public
@@ -1153,7 +1153,7 @@ export interface ExecutionTimeFilter {
1153
1153
  * <p>Specifies the latest start or close date and time to return.</p>
1154
1154
  * @public
1155
1155
  */
1156
- latestDate?: Date;
1156
+ latestDate?: Date | undefined;
1157
1157
  }
1158
1158
  /**
1159
1159
  * <p>Used to filter the workflow executions in visibility APIs by their <code>workflowId</code>.</p>
@@ -1195,7 +1195,7 @@ export interface WorkflowTypeFilter {
1195
1195
  * <p>Version of the workflow type.</p>
1196
1196
  * @public
1197
1197
  */
1198
- version?: string;
1198
+ version?: string | undefined;
1199
1199
  }
1200
1200
  /**
1201
1201
  * @public
@@ -1216,7 +1216,7 @@ export interface CountClosedWorkflowExecutionsInput {
1216
1216
  * </note>
1217
1217
  * @public
1218
1218
  */
1219
- startTimeFilter?: ExecutionTimeFilter;
1219
+ startTimeFilter?: ExecutionTimeFilter | undefined;
1220
1220
  /**
1221
1221
  * <p>If specified, only workflow executions that meet the close time criteria of the filter
1222
1222
  * are counted.</p>
@@ -1227,7 +1227,7 @@ export interface CountClosedWorkflowExecutionsInput {
1227
1227
  * </note>
1228
1228
  * @public
1229
1229
  */
1230
- closeTimeFilter?: ExecutionTimeFilter;
1230
+ closeTimeFilter?: ExecutionTimeFilter | undefined;
1231
1231
  /**
1232
1232
  * <p>If specified, only workflow executions matching the <code>WorkflowId</code> in the
1233
1233
  * filter are counted.</p>
@@ -1239,7 +1239,7 @@ export interface CountClosedWorkflowExecutionsInput {
1239
1239
  * </note>
1240
1240
  * @public
1241
1241
  */
1242
- executionFilter?: WorkflowExecutionFilter;
1242
+ executionFilter?: WorkflowExecutionFilter | undefined;
1243
1243
  /**
1244
1244
  * <p>If specified, indicates the type of the workflow executions to be counted.</p>
1245
1245
  * <note>
@@ -1250,7 +1250,7 @@ export interface CountClosedWorkflowExecutionsInput {
1250
1250
  * </note>
1251
1251
  * @public
1252
1252
  */
1253
- typeFilter?: WorkflowTypeFilter;
1253
+ typeFilter?: WorkflowTypeFilter | undefined;
1254
1254
  /**
1255
1255
  * <p>If specified, only executions that have a tag that matches the filter are
1256
1256
  * counted.</p>
@@ -1262,7 +1262,7 @@ export interface CountClosedWorkflowExecutionsInput {
1262
1262
  * </note>
1263
1263
  * @public
1264
1264
  */
1265
- tagFilter?: TagFilter;
1265
+ tagFilter?: TagFilter | undefined;
1266
1266
  /**
1267
1267
  * <p>If specified, only workflow executions that match this close status are counted. This
1268
1268
  * filter has an affect only if <code>executionStatus</code> is specified as
@@ -1275,7 +1275,7 @@ export interface CountClosedWorkflowExecutionsInput {
1275
1275
  * </note>
1276
1276
  * @public
1277
1277
  */
1278
- closeStatusFilter?: CloseStatusFilter;
1278
+ closeStatusFilter?: CloseStatusFilter | undefined;
1279
1279
  }
1280
1280
  /**
1281
1281
  * <p>Returned when the caller doesn't have sufficient permissions to invoke the action.</p>
@@ -1317,7 +1317,7 @@ export interface WorkflowExecutionCount {
1317
1317
  * <p>If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.</p>
1318
1318
  * @public
1319
1319
  */
1320
- truncated?: boolean;
1320
+ truncated?: boolean | undefined;
1321
1321
  }
1322
1322
  /**
1323
1323
  * @public
@@ -1343,7 +1343,7 @@ export interface CountOpenWorkflowExecutionsInput {
1343
1343
  * </note>
1344
1344
  * @public
1345
1345
  */
1346
- typeFilter?: WorkflowTypeFilter;
1346
+ typeFilter?: WorkflowTypeFilter | undefined;
1347
1347
  /**
1348
1348
  * <p>If specified, only executions that have a tag that matches the filter are
1349
1349
  * counted.</p>
@@ -1354,7 +1354,7 @@ export interface CountOpenWorkflowExecutionsInput {
1354
1354
  * </note>
1355
1355
  * @public
1356
1356
  */
1357
- tagFilter?: TagFilter;
1357
+ tagFilter?: TagFilter | undefined;
1358
1358
  /**
1359
1359
  * <p>If specified, only workflow executions matching the <code>WorkflowId</code> in the
1360
1360
  * filter are counted.</p>
@@ -1365,7 +1365,7 @@ export interface CountOpenWorkflowExecutionsInput {
1365
1365
  * </note>
1366
1366
  * @public
1367
1367
  */
1368
- executionFilter?: WorkflowExecutionFilter;
1368
+ executionFilter?: WorkflowExecutionFilter | undefined;
1369
1369
  }
1370
1370
  /**
1371
1371
  * @public
@@ -1396,7 +1396,7 @@ export interface PendingTaskCount {
1396
1396
  * <p>If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.</p>
1397
1397
  * @public
1398
1398
  */
1399
- truncated?: boolean;
1399
+ truncated?: boolean | undefined;
1400
1400
  }
1401
1401
  /**
1402
1402
  * @public
@@ -1466,13 +1466,13 @@ export interface FailWorkflowExecutionDecisionAttributes {
1466
1466
  * <p>A descriptive reason for the failure that may help in diagnostics.</p>
1467
1467
  * @public
1468
1468
  */
1469
- reason?: string;
1469
+ reason?: string | undefined;
1470
1470
  /**
1471
1471
  * <p>
1472
1472
  * Details of the failure.</p>
1473
1473
  * @public
1474
1474
  */
1475
- details?: string;
1475
+ details?: string | undefined;
1476
1476
  }
1477
1477
  /**
1478
1478
  * <p>Provides the details of the <code>RecordMarker</code> decision.</p>
@@ -1510,7 +1510,7 @@ export interface RecordMarkerDecisionAttributes {
1510
1510
  * The details of the marker.</p>
1511
1511
  * @public
1512
1512
  */
1513
- details?: string;
1513
+ details?: string | undefined;
1514
1514
  }
1515
1515
  /**
1516
1516
  * <p>Provides the details of the <code>RequestCancelActivityTask</code> decision.</p>
@@ -1579,12 +1579,12 @@ export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
1579
1579
  * <p>The <code>runId</code> of the external workflow execution to cancel.</p>
1580
1580
  * @public
1581
1581
  */
1582
- runId?: string;
1582
+ runId?: string | undefined;
1583
1583
  /**
1584
1584
  * <p>The data attached to the event that can be used by the decider in subsequent workflow tasks.</p>
1585
1585
  * @public
1586
1586
  */
1587
- control?: string;
1587
+ control?: string | undefined;
1588
1588
  }
1589
1589
  /**
1590
1590
  * <p>Provides the details of the <code>ScheduleActivityTask</code> decision.</p>
@@ -1647,12 +1647,12 @@ export interface ScheduleActivityTaskDecisionAttributes {
1647
1647
  * <p>Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.</p>
1648
1648
  * @public
1649
1649
  */
1650
- control?: string;
1650
+ control?: string | undefined;
1651
1651
  /**
1652
1652
  * <p>The input provided to the activity task.</p>
1653
1653
  * @public
1654
1654
  */
1655
- input?: string;
1655
+ input?: string | undefined;
1656
1656
  /**
1657
1657
  * <p>The maximum duration for this activity task.</p>
1658
1658
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
@@ -1661,7 +1661,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1661
1661
  * </note>
1662
1662
  * @public
1663
1663
  */
1664
- scheduleToCloseTimeout?: string;
1664
+ scheduleToCloseTimeout?: string | undefined;
1665
1665
  /**
1666
1666
  * <p>If set, specifies the name of the task list in which to schedule the activity task. If not specified, the
1667
1667
  * <code>defaultTaskList</code> registered with the activity type is used.</p>
@@ -1674,7 +1674,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1674
1674
  * <i>not</i> be the literal string <code>arn</code>.</p>
1675
1675
  * @public
1676
1676
  */
1677
- taskList?: TaskList;
1677
+ taskList?: TaskList | undefined;
1678
1678
  /**
1679
1679
  * <p>
1680
1680
  * If set, specifies the priority with which the activity task is to be assigned to a worker. This
@@ -1684,7 +1684,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1684
1684
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
1685
1685
  * @public
1686
1686
  */
1687
- taskPriority?: string;
1687
+ taskPriority?: string | undefined;
1688
1688
  /**
1689
1689
  * <p>
1690
1690
  * If set, specifies the maximum duration the activity task can wait to be assigned to a worker.
@@ -1696,7 +1696,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1696
1696
  * </note>
1697
1697
  * @public
1698
1698
  */
1699
- scheduleToStartTimeout?: string;
1699
+ scheduleToStartTimeout?: string | undefined;
1700
1700
  /**
1701
1701
  * <p>If set, specifies the maximum duration a worker may take to process this activity task. This overrides the
1702
1702
  * default start-to-close timeout specified when registering the activity type using <a>RegisterActivityType</a>.</p>
@@ -1706,7 +1706,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1706
1706
  * </note>
1707
1707
  * @public
1708
1708
  */
1709
- startToCloseTimeout?: string;
1709
+ startToCloseTimeout?: string | undefined;
1710
1710
  /**
1711
1711
  * <p>If set, specifies the maximum time before which a worker processing a task of this type must report progress by
1712
1712
  * calling <a>RecordActivityTaskHeartbeat</a>. If the timeout is exceeded, the activity task is automatically timed
@@ -1716,7 +1716,7 @@ export interface ScheduleActivityTaskDecisionAttributes {
1716
1716
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
1717
1717
  * @public
1718
1718
  */
1719
- heartbeatTimeout?: string;
1719
+ heartbeatTimeout?: string | undefined;
1720
1720
  }
1721
1721
  /**
1722
1722
  * <p>Decision attributes specified in <code>scheduleLambdaFunctionDecisionAttributes</code> within the list of
@@ -1739,19 +1739,19 @@ export interface ScheduleLambdaFunctionDecisionAttributes {
1739
1739
  * This data isn't sent to the Lambda task.</p>
1740
1740
  * @public
1741
1741
  */
1742
- control?: string;
1742
+ control?: string | undefined;
1743
1743
  /**
1744
1744
  * <p>The optional input data to be supplied to the Lambda function.</p>
1745
1745
  * @public
1746
1746
  */
1747
- input?: string;
1747
+ input?: string | undefined;
1748
1748
  /**
1749
1749
  * <p>The timeout value, in seconds, after which the Lambda function is considered to be
1750
1750
  * failed once it has started. This can be any integer from 1-900 (1s-15m).</p>
1751
1751
  * <p>If no value is supplied, then a default value of 900s is assumed.</p>
1752
1752
  * @public
1753
1753
  */
1754
- startToCloseTimeout?: string;
1754
+ startToCloseTimeout?: string | undefined;
1755
1755
  }
1756
1756
  /**
1757
1757
  * <p>Provides the details of the <code>SignalExternalWorkflowExecution</code> decision.</p>
@@ -1788,7 +1788,7 @@ export interface SignalExternalWorkflowExecutionDecisionAttributes {
1788
1788
  * <p>The <code>runId</code> of the workflow execution to be signaled.</p>
1789
1789
  * @public
1790
1790
  */
1791
- runId?: string;
1791
+ runId?: string | undefined;
1792
1792
  /**
1793
1793
  * <p>
1794
1794
  * The name of the signal.The target workflow execution uses the signal name and input to
@@ -1802,12 +1802,12 @@ export interface SignalExternalWorkflowExecutionDecisionAttributes {
1802
1802
  * name and input data to process the signal.</p>
1803
1803
  * @public
1804
1804
  */
1805
- input?: string;
1805
+ input?: string | undefined;
1806
1806
  /**
1807
1807
  * <p>The data attached to the event that can be used by the decider in subsequent decision tasks.</p>
1808
1808
  * @public
1809
1809
  */
1810
- control?: string;
1810
+ control?: string | undefined;
1811
1811
  }
1812
1812
  /**
1813
1813
  * <p>Provides the details of the <code>StartChildWorkflowExecution</code> decision.</p>
@@ -1874,12 +1874,12 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1874
1874
  * <p>The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.</p>
1875
1875
  * @public
1876
1876
  */
1877
- control?: string;
1877
+ control?: string | undefined;
1878
1878
  /**
1879
1879
  * <p>The input to be provided to the workflow execution.</p>
1880
1880
  * @public
1881
1881
  */
1882
- input?: string;
1882
+ input?: string | undefined;
1883
1883
  /**
1884
1884
  * <p>The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.</p>
1885
1885
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
@@ -1888,7 +1888,7 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1888
1888
  * </note>
1889
1889
  * @public
1890
1890
  */
1891
- executionStartToCloseTimeout?: string;
1891
+ executionStartToCloseTimeout?: string | undefined;
1892
1892
  /**
1893
1893
  * <p>The name of the task list to be used for decision tasks of the child workflow execution.</p>
1894
1894
  * <note>
@@ -1900,7 +1900,7 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1900
1900
  * <i>not</i> be the literal string <code>arn</code>.</p>
1901
1901
  * @public
1902
1902
  */
1903
- taskList?: TaskList;
1903
+ taskList?: TaskList | undefined;
1904
1904
  /**
1905
1905
  * <p>
1906
1906
  * A task priority that, if set, specifies the priority for a decision task of this workflow
@@ -1910,7 +1910,7 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1910
1910
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
1911
1911
  * @public
1912
1912
  */
1913
- taskPriority?: string;
1913
+ taskPriority?: string | undefined;
1914
1914
  /**
1915
1915
  * <p>Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the
1916
1916
  * <code>defaultTaskStartToCloseTimout</code> specified when registering the workflow type using
@@ -1921,7 +1921,7 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1921
1921
  * </note>
1922
1922
  * @public
1923
1923
  */
1924
- taskStartToCloseTimeout?: string;
1924
+ taskStartToCloseTimeout?: string | undefined;
1925
1925
  /**
1926
1926
  * <p>
1927
1927
  * If set, specifies the policy to use for the child workflow executions if the workflow execution
@@ -1950,19 +1950,19 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1950
1950
  * </note>
1951
1951
  * @public
1952
1952
  */
1953
- childPolicy?: ChildPolicy;
1953
+ childPolicy?: ChildPolicy | undefined;
1954
1954
  /**
1955
1955
  * <p>The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can
1956
1956
  * list workflow executions with a specific tag by calling <a>ListOpenWorkflowExecutions</a> or
1957
1957
  * <a>ListClosedWorkflowExecutions</a> and specifying a <a>TagFilter</a>.</p>
1958
1958
  * @public
1959
1959
  */
1960
- tagList?: string[];
1960
+ tagList?: string[] | undefined;
1961
1961
  /**
1962
1962
  * <p>The IAM role attached to the child workflow execution.</p>
1963
1963
  * @public
1964
1964
  */
1965
- lambdaRole?: string;
1965
+ lambdaRole?: string | undefined;
1966
1966
  }
1967
1967
  /**
1968
1968
  * <p>Provides the details of the <code>StartTimer</code> decision.</p>
@@ -2003,7 +2003,7 @@ export interface StartTimerDecisionAttributes {
2003
2003
  * <p>The data attached to the event that can be used by the decider in subsequent workflow tasks.</p>
2004
2004
  * @public
2005
2005
  */
2006
- control?: string;
2006
+ control?: string | undefined;
2007
2007
  /**
2008
2008
  * <p>
2009
2009
  * The duration to wait before firing the timer.</p>
@@ -2294,69 +2294,69 @@ export interface Decision {
2294
2294
  * <p>Provides the details of the <code>ScheduleActivityTask</code> decision. It isn't set for other decision types.</p>
2295
2295
  * @public
2296
2296
  */
2297
- scheduleActivityTaskDecisionAttributes?: ScheduleActivityTaskDecisionAttributes;
2297
+ scheduleActivityTaskDecisionAttributes?: ScheduleActivityTaskDecisionAttributes | undefined;
2298
2298
  /**
2299
2299
  * <p>Provides the details of the <code>RequestCancelActivityTask</code> decision. It isn't set for other decision types.</p>
2300
2300
  * @public
2301
2301
  */
2302
- requestCancelActivityTaskDecisionAttributes?: RequestCancelActivityTaskDecisionAttributes;
2302
+ requestCancelActivityTaskDecisionAttributes?: RequestCancelActivityTaskDecisionAttributes | undefined;
2303
2303
  /**
2304
2304
  * <p>Provides the details of the <code>CompleteWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2305
2305
  * @public
2306
2306
  */
2307
- completeWorkflowExecutionDecisionAttributes?: CompleteWorkflowExecutionDecisionAttributes;
2307
+ completeWorkflowExecutionDecisionAttributes?: CompleteWorkflowExecutionDecisionAttributes | undefined;
2308
2308
  /**
2309
2309
  * <p>Provides the details of the <code>FailWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2310
2310
  * @public
2311
2311
  */
2312
- failWorkflowExecutionDecisionAttributes?: FailWorkflowExecutionDecisionAttributes;
2312
+ failWorkflowExecutionDecisionAttributes?: FailWorkflowExecutionDecisionAttributes | undefined;
2313
2313
  /**
2314
2314
  * <p>Provides the details of the <code>CancelWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2315
2315
  * @public
2316
2316
  */
2317
- cancelWorkflowExecutionDecisionAttributes?: CancelWorkflowExecutionDecisionAttributes;
2317
+ cancelWorkflowExecutionDecisionAttributes?: CancelWorkflowExecutionDecisionAttributes | undefined;
2318
2318
  /**
2319
2319
  * <p>Provides the details of the <code>ContinueAsNewWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2320
2320
  * @public
2321
2321
  */
2322
- continueAsNewWorkflowExecutionDecisionAttributes?: ContinueAsNewWorkflowExecutionDecisionAttributes;
2322
+ continueAsNewWorkflowExecutionDecisionAttributes?: ContinueAsNewWorkflowExecutionDecisionAttributes | undefined;
2323
2323
  /**
2324
2324
  * <p>Provides the details of the <code>RecordMarker</code> decision. It isn't set for other decision types.</p>
2325
2325
  * @public
2326
2326
  */
2327
- recordMarkerDecisionAttributes?: RecordMarkerDecisionAttributes;
2327
+ recordMarkerDecisionAttributes?: RecordMarkerDecisionAttributes | undefined;
2328
2328
  /**
2329
2329
  * <p>Provides the details of the <code>StartTimer</code> decision. It isn't set for other decision types.</p>
2330
2330
  * @public
2331
2331
  */
2332
- startTimerDecisionAttributes?: StartTimerDecisionAttributes;
2332
+ startTimerDecisionAttributes?: StartTimerDecisionAttributes | undefined;
2333
2333
  /**
2334
2334
  * <p>Provides the details of the <code>CancelTimer</code> decision. It isn't set for other decision types.</p>
2335
2335
  * @public
2336
2336
  */
2337
- cancelTimerDecisionAttributes?: CancelTimerDecisionAttributes;
2337
+ cancelTimerDecisionAttributes?: CancelTimerDecisionAttributes | undefined;
2338
2338
  /**
2339
2339
  * <p>Provides the details of the <code>SignalExternalWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2340
2340
  * @public
2341
2341
  */
2342
- signalExternalWorkflowExecutionDecisionAttributes?: SignalExternalWorkflowExecutionDecisionAttributes;
2342
+ signalExternalWorkflowExecutionDecisionAttributes?: SignalExternalWorkflowExecutionDecisionAttributes | undefined;
2343
2343
  /**
2344
2344
  * <p>Provides the details of the <code>RequestCancelExternalWorkflowExecution</code> decision.
2345
2345
  * It isn't set for other decision types.</p>
2346
2346
  * @public
2347
2347
  */
2348
- requestCancelExternalWorkflowExecutionDecisionAttributes?: RequestCancelExternalWorkflowExecutionDecisionAttributes;
2348
+ requestCancelExternalWorkflowExecutionDecisionAttributes?: RequestCancelExternalWorkflowExecutionDecisionAttributes | undefined;
2349
2349
  /**
2350
2350
  * <p>Provides the details of the <code>StartChildWorkflowExecution</code> decision. It isn't set for other decision types.</p>
2351
2351
  * @public
2352
2352
  */
2353
- startChildWorkflowExecutionDecisionAttributes?: StartChildWorkflowExecutionDecisionAttributes;
2353
+ startChildWorkflowExecutionDecisionAttributes?: StartChildWorkflowExecutionDecisionAttributes | undefined;
2354
2354
  /**
2355
2355
  * <p>Provides the details of the <code>ScheduleLambdaFunction</code> decision. It isn't set
2356
2356
  * for other decision types.</p>
2357
2357
  * @public
2358
2358
  */
2359
- scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
2359
+ scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes | undefined;
2360
2360
  }
2361
2361
  /**
2362
2362
  * <p>Provides the details of the <code>DecisionTaskCompleted</code> event.</p>
@@ -2367,7 +2367,7 @@ export interface DecisionTaskCompletedEventAttributes {
2367
2367
  * <p>User defined context for the workflow execution.</p>
2368
2368
  * @public
2369
2369
  */
2370
- executionContext?: string;
2370
+ executionContext?: string | undefined;
2371
2371
  /**
2372
2372
  * <p>The ID of the <code>DecisionTaskScheduled</code> event that was recorded when this decision task was scheduled.
2373
2373
  * This information can be useful for diagnosing problems by tracing back the chain of
@@ -2386,12 +2386,12 @@ export interface DecisionTaskCompletedEventAttributes {
2386
2386
  * <p>Represents a task list.</p>
2387
2387
  * @public
2388
2388
  */
2389
- taskList?: TaskList;
2389
+ taskList?: TaskList | undefined;
2390
2390
  /**
2391
2391
  * <p>The maximum amount of time the decision task can wait to be assigned to a worker.</p>
2392
2392
  * @public
2393
2393
  */
2394
- taskListScheduleToStartTimeout?: string;
2394
+ taskListScheduleToStartTimeout?: string | undefined;
2395
2395
  }
2396
2396
  /**
2397
2397
  * <p>Provides details about the <code>DecisionTaskScheduled</code> event.</p>
@@ -2411,18 +2411,18 @@ export interface DecisionTaskScheduledEventAttributes {
2411
2411
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
2412
2412
  * @public
2413
2413
  */
2414
- taskPriority?: string;
2414
+ taskPriority?: string | undefined;
2415
2415
  /**
2416
2416
  * <p>The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.</p>
2417
2417
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
2418
2418
  * @public
2419
2419
  */
2420
- startToCloseTimeout?: string;
2420
+ startToCloseTimeout?: string | undefined;
2421
2421
  /**
2422
2422
  * <p>The maximum amount of time the decision task can wait to be assigned to a worker.</p>
2423
2423
  * @public
2424
2424
  */
2425
- scheduleToStartTimeout?: string;
2425
+ scheduleToStartTimeout?: string | undefined;
2426
2426
  }
2427
2427
  /**
2428
2428
  * <p>Provides the details of the <code>DecisionTaskStarted</code> event.</p>
@@ -2433,7 +2433,7 @@ export interface DecisionTaskStartedEventAttributes {
2433
2433
  * <p>Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.</p>
2434
2434
  * @public
2435
2435
  */
2436
- identity?: string;
2436
+ identity?: string | undefined;
2437
2437
  /**
2438
2438
  * <p>The ID of the <code>DecisionTaskScheduled</code> event that was recorded when this decision task was scheduled.
2439
2439
  * This information can be useful for diagnosing problems by tracing back the chain of
@@ -2637,7 +2637,7 @@ export interface LambdaFunctionCompletedEventAttributes {
2637
2637
  * <p>The results of the Lambda task.</p>
2638
2638
  * @public
2639
2639
  */
2640
- result?: string;
2640
+ result?: string | undefined;
2641
2641
  }
2642
2642
  /**
2643
2643
  * <p>Provides the details of the <code>LambdaFunctionFailed</code> event. It isn't set for
@@ -2661,12 +2661,12 @@ export interface LambdaFunctionFailedEventAttributes {
2661
2661
  * <p>The reason provided for the failure.</p>
2662
2662
  * @public
2663
2663
  */
2664
- reason?: string;
2664
+ reason?: string | undefined;
2665
2665
  /**
2666
2666
  * <p>The details of the failure.</p>
2667
2667
  * @public
2668
2668
  */
2669
- details?: string;
2669
+ details?: string | undefined;
2670
2670
  }
2671
2671
  /**
2672
2672
  * <p>Provides the details of the <code>LambdaFunctionScheduled</code> event. It isn't set
@@ -2689,17 +2689,17 @@ export interface LambdaFunctionScheduledEventAttributes {
2689
2689
  * data isn't sent to the Lambda task.</p>
2690
2690
  * @public
2691
2691
  */
2692
- control?: string;
2692
+ control?: string | undefined;
2693
2693
  /**
2694
2694
  * <p>The input provided to the Lambda task.</p>
2695
2695
  * @public
2696
2696
  */
2697
- input?: string;
2697
+ input?: string | undefined;
2698
2698
  /**
2699
2699
  * <p>The maximum amount of time a worker can take to process the Lambda task.</p>
2700
2700
  * @public
2701
2701
  */
2702
- startToCloseTimeout?: string;
2702
+ startToCloseTimeout?: string | undefined;
2703
2703
  /**
2704
2704
  * <p>The ID of the <code>LambdaFunctionCompleted</code> event corresponding to the decision
2705
2705
  * that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.</p>
@@ -2752,7 +2752,7 @@ export interface LambdaFunctionTimedOutEventAttributes {
2752
2752
  * <p>The type of the timeout that caused this event.</p>
2753
2753
  * @public
2754
2754
  */
2755
- timeoutType?: LambdaFunctionTimeoutType;
2755
+ timeoutType?: LambdaFunctionTimeoutType | undefined;
2756
2756
  }
2757
2757
  /**
2758
2758
  * <p>Provides the details of the <code>MarkerRecorded</code> event.</p>
@@ -2768,7 +2768,7 @@ export interface MarkerRecordedEventAttributes {
2768
2768
  * <p>The details of the marker.</p>
2769
2769
  * @public
2770
2770
  */
2771
- details?: string;
2771
+ details?: string | undefined;
2772
2772
  /**
2773
2773
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
2774
2774
  * <code>RecordMarker</code> decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of
@@ -2883,7 +2883,7 @@ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
2883
2883
  * <p>The <code>runId</code> of the external workflow execution.</p>
2884
2884
  * @public
2885
2885
  */
2886
- runId?: string;
2886
+ runId?: string | undefined;
2887
2887
  /**
2888
2888
  * <p>The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.</p>
2889
2889
  * <note>
@@ -2914,7 +2914,7 @@ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
2914
2914
  * This data isn't sent to the workflow execution.</p>
2915
2915
  * @public
2916
2916
  */
2917
- control?: string;
2917
+ control?: string | undefined;
2918
2918
  }
2919
2919
  /**
2920
2920
  * <p>Provides the details of the <code>RequestCancelExternalWorkflowExecutionInitiated</code> event.</p>
@@ -2930,7 +2930,7 @@ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
2930
2930
  * <p>The <code>runId</code> of the external workflow execution to be canceled.</p>
2931
2931
  * @public
2932
2932
  */
2933
- runId?: string;
2933
+ runId?: string | undefined;
2934
2934
  /**
2935
2935
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
2936
2936
  * <code>RequestCancelExternalWorkflowExecution</code> decision for this cancellation request.
@@ -2943,7 +2943,7 @@ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
2943
2943
  * <p>Data attached to the event that can be used by the decider in subsequent workflow tasks.</p>
2944
2944
  * @public
2945
2945
  */
2946
- control?: string;
2946
+ control?: string | undefined;
2947
2947
  }
2948
2948
  /**
2949
2949
  * @public
@@ -3076,7 +3076,7 @@ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
3076
3076
  * <p>The <code>runId</code> of the external workflow execution that the signal was being delivered to.</p>
3077
3077
  * @public
3078
3078
  */
3079
- runId?: string;
3079
+ runId?: string | undefined;
3080
3080
  /**
3081
3081
  * <p>The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.</p>
3082
3082
  * <note>
@@ -3106,7 +3106,7 @@ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
3106
3106
  * This data isn't sent to the workflow execution.</p>
3107
3107
  * @public
3108
3108
  */
3109
- control?: string;
3109
+ control?: string | undefined;
3110
3110
  }
3111
3111
  /**
3112
3112
  * <p>Provides the details of the <code>SignalExternalWorkflowExecutionInitiated</code> event.</p>
@@ -3122,7 +3122,7 @@ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
3122
3122
  * <p>The <code>runId</code> of the external workflow execution to send the signal to.</p>
3123
3123
  * @public
3124
3124
  */
3125
- runId?: string;
3125
+ runId?: string | undefined;
3126
3126
  /**
3127
3127
  * <p>The name of the signal.</p>
3128
3128
  * @public
@@ -3132,7 +3132,7 @@ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
3132
3132
  * <p>The input provided to the signal.</p>
3133
3133
  * @public
3134
3134
  */
3135
- input?: string;
3135
+ input?: string | undefined;
3136
3136
  /**
3137
3137
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3138
3138
  * <code>SignalExternalWorkflowExecution</code> decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of
@@ -3144,7 +3144,7 @@ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
3144
3144
  * <p>Data attached to the event that can be used by the decider in subsequent decision tasks.</p>
3145
3145
  * @public
3146
3146
  */
3147
- control?: string;
3147
+ control?: string | undefined;
3148
3148
  }
3149
3149
  /**
3150
3150
  * @public
@@ -3214,7 +3214,7 @@ export interface StartChildWorkflowExecutionFailedEventAttributes {
3214
3214
  * This data isn't sent to the child workflow execution.</p>
3215
3215
  * @public
3216
3216
  */
3217
- control?: string;
3217
+ control?: string | undefined;
3218
3218
  }
3219
3219
  /**
3220
3220
  * <p>Provides the details of the <code>StartChildWorkflowExecutionInitiated</code> event.</p>
@@ -3235,18 +3235,18 @@ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
3235
3235
  * <p>Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.</p>
3236
3236
  * @public
3237
3237
  */
3238
- control?: string;
3238
+ control?: string | undefined;
3239
3239
  /**
3240
3240
  * <p>The inputs provided to the child workflow execution.</p>
3241
3241
  * @public
3242
3242
  */
3243
- input?: string;
3243
+ input?: string | undefined;
3244
3244
  /**
3245
3245
  * <p>The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.</p>
3246
3246
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3247
3247
  * @public
3248
3248
  */
3249
- executionStartToCloseTimeout?: string;
3249
+ executionStartToCloseTimeout?: string | undefined;
3250
3250
  /**
3251
3251
  * <p>The name of the task list used for the decision tasks of the child workflow execution.</p>
3252
3252
  * @public
@@ -3260,7 +3260,7 @@ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
3260
3260
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
3261
3261
  * @public
3262
3262
  */
3263
- taskPriority?: string;
3263
+ taskPriority?: string | undefined;
3264
3264
  /**
3265
3265
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3266
3266
  * <code>StartChildWorkflowExecution</code>
@@ -3297,17 +3297,17 @@ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
3297
3297
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3298
3298
  * @public
3299
3299
  */
3300
- taskStartToCloseTimeout?: string;
3300
+ taskStartToCloseTimeout?: string | undefined;
3301
3301
  /**
3302
3302
  * <p>The list of tags to associated with the child workflow execution.</p>
3303
3303
  * @public
3304
3304
  */
3305
- tagList?: string[];
3305
+ tagList?: string[] | undefined;
3306
3306
  /**
3307
3307
  * <p>The IAM role to attach to the child workflow execution.</p>
3308
3308
  * @public
3309
3309
  */
3310
- lambdaRole?: string;
3310
+ lambdaRole?: string | undefined;
3311
3311
  }
3312
3312
  /**
3313
3313
  * @public
@@ -3331,7 +3331,7 @@ export interface StartLambdaFunctionFailedEventAttributes {
3331
3331
  * activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.</p>
3332
3332
  * @public
3333
3333
  */
3334
- scheduledEventId?: number;
3334
+ scheduledEventId?: number | undefined;
3335
3335
  /**
3336
3336
  * <p>The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.</p>
3337
3337
  * <note>
@@ -3342,12 +3342,12 @@ export interface StartLambdaFunctionFailedEventAttributes {
3342
3342
  * </note>
3343
3343
  * @public
3344
3344
  */
3345
- cause?: StartLambdaFunctionFailedCause;
3345
+ cause?: StartLambdaFunctionFailedCause | undefined;
3346
3346
  /**
3347
3347
  * <p>A description that can help diagnose the cause of the fault.</p>
3348
3348
  * @public
3349
3349
  */
3350
- message?: string;
3350
+ message?: string | undefined;
3351
3351
  }
3352
3352
  /**
3353
3353
  * @public
@@ -3450,7 +3450,7 @@ export interface TimerStartedEventAttributes {
3450
3450
  * <p>Data attached to the event that can be used by the decider in subsequent workflow tasks.</p>
3451
3451
  * @public
3452
3452
  */
3453
- control?: string;
3453
+ control?: string | undefined;
3454
3454
  /**
3455
3455
  * <p>The duration of time after which the timer fires.</p>
3456
3456
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>.</p>
@@ -3474,7 +3474,7 @@ export interface WorkflowExecutionCanceledEventAttributes {
3474
3474
  * <p>The details of the cancellation.</p>
3475
3475
  * @public
3476
3476
  */
3477
- details?: string;
3477
+ details?: string | undefined;
3478
3478
  /**
3479
3479
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3480
3480
  * <code>CancelWorkflowExecution</code> decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of
@@ -3503,7 +3503,7 @@ export interface WorkflowExecutionCancelRequestedEventAttributes {
3503
3503
  * <p>The external workflow execution for which the cancellation was requested.</p>
3504
3504
  * @public
3505
3505
  */
3506
- externalWorkflowExecution?: WorkflowExecution;
3506
+ externalWorkflowExecution?: WorkflowExecution | undefined;
3507
3507
  /**
3508
3508
  * <p>The ID of the <code>RequestCancelExternalWorkflowExecutionInitiated</code> event corresponding to the
3509
3509
  * <code>RequestCancelExternalWorkflowExecution</code> decision to cancel this workflow execution.The source event
@@ -3511,12 +3511,12 @@ export interface WorkflowExecutionCancelRequestedEventAttributes {
3511
3511
  * events leading up to this event.</p>
3512
3512
  * @public
3513
3513
  */
3514
- externalInitiatedEventId?: number;
3514
+ externalInitiatedEventId?: number | undefined;
3515
3515
  /**
3516
3516
  * <p>If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.</p>
3517
3517
  * @public
3518
3518
  */
3519
- cause?: WorkflowExecutionCancelRequestedCause;
3519
+ cause?: WorkflowExecutionCancelRequestedCause | undefined;
3520
3520
  }
3521
3521
  /**
3522
3522
  * <p>Provides the details of the <code>WorkflowExecutionCompleted</code> event.</p>
@@ -3527,7 +3527,7 @@ export interface WorkflowExecutionCompletedEventAttributes {
3527
3527
  * <p>The result produced by the workflow execution upon successful completion.</p>
3528
3528
  * @public
3529
3529
  */
3530
- result?: string;
3530
+ result?: string | undefined;
3531
3531
  /**
3532
3532
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3533
3533
  * <code>CompleteWorkflowExecution</code> decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of
@@ -3545,7 +3545,7 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3545
3545
  * <p>The input provided to the new workflow execution.</p>
3546
3546
  * @public
3547
3547
  */
3548
- input?: string;
3548
+ input?: string | undefined;
3549
3549
  /**
3550
3550
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3551
3551
  * <code>ContinueAsNewWorkflowExecution</code> decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of
@@ -3563,7 +3563,7 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3563
3563
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3564
3564
  * @public
3565
3565
  */
3566
- executionStartToCloseTimeout?: string;
3566
+ executionStartToCloseTimeout?: string | undefined;
3567
3567
  /**
3568
3568
  * <p>The task list to use for the decisions of the new (continued) workflow
3569
3569
  * execution.</p>
@@ -3575,13 +3575,13 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3575
3575
  * execution.</p>
3576
3576
  * @public
3577
3577
  */
3578
- taskPriority?: string;
3578
+ taskPriority?: string | undefined;
3579
3579
  /**
3580
3580
  * <p>The maximum duration of decision tasks for the new workflow execution.</p>
3581
3581
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3582
3582
  * @public
3583
3583
  */
3584
- taskStartToCloseTimeout?: string;
3584
+ taskStartToCloseTimeout?: string | undefined;
3585
3585
  /**
3586
3586
  * <p>The policy to use for the child workflow executions of the new execution if it is terminated by calling the
3587
3587
  * <a>TerminateWorkflowExecution</a> action explicitly or due to an expired timeout.</p>
@@ -3609,7 +3609,7 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3609
3609
  * <p>The list of tags associated with the new workflow execution.</p>
3610
3610
  * @public
3611
3611
  */
3612
- tagList?: string[];
3612
+ tagList?: string[] | undefined;
3613
3613
  /**
3614
3614
  * <p>The workflow type of this execution.</p>
3615
3615
  * @public
@@ -3619,7 +3619,7 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3619
3619
  * <p>The IAM role to attach to the new (continued) workflow execution.</p>
3620
3620
  * @public
3621
3621
  */
3622
- lambdaRole?: string;
3622
+ lambdaRole?: string | undefined;
3623
3623
  }
3624
3624
  /**
3625
3625
  * <p>Provides the details of the <code>WorkflowExecutionFailed</code> event.</p>
@@ -3630,12 +3630,12 @@ export interface WorkflowExecutionFailedEventAttributes {
3630
3630
  * <p>The descriptive reason provided for the failure.</p>
3631
3631
  * @public
3632
3632
  */
3633
- reason?: string;
3633
+ reason?: string | undefined;
3634
3634
  /**
3635
3635
  * <p>The details of the failure.</p>
3636
3636
  * @public
3637
3637
  */
3638
- details?: string;
3638
+ details?: string | undefined;
3639
3639
  /**
3640
3640
  * <p>The ID of the <code>DecisionTaskCompleted</code> event corresponding to the decision task that resulted in the
3641
3641
  * <code>FailWorkflowExecution</code> decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of
@@ -3658,12 +3658,12 @@ export interface WorkflowExecutionSignaledEventAttributes {
3658
3658
  * <p>The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.</p>
3659
3659
  * @public
3660
3660
  */
3661
- input?: string;
3661
+ input?: string | undefined;
3662
3662
  /**
3663
3663
  * <p>The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.</p>
3664
3664
  * @public
3665
3665
  */
3666
- externalWorkflowExecution?: WorkflowExecution;
3666
+ externalWorkflowExecution?: WorkflowExecution | undefined;
3667
3667
  /**
3668
3668
  * <p>The ID of the <code>SignalExternalWorkflowExecutionInitiated</code> event corresponding to the
3669
3669
  * <code>SignalExternalWorkflow</code> decision to signal this workflow execution.The source event with this ID can
@@ -3672,7 +3672,7 @@ export interface WorkflowExecutionSignaledEventAttributes {
3672
3672
  * the signal was initiated by another workflow execution.</p>
3673
3673
  * @public
3674
3674
  */
3675
- externalInitiatedEventId?: number;
3675
+ externalInitiatedEventId?: number | undefined;
3676
3676
  }
3677
3677
  /**
3678
3678
  * <p>Provides details of <code>WorkflowExecutionStarted</code> event.</p>
@@ -3683,19 +3683,19 @@ export interface WorkflowExecutionStartedEventAttributes {
3683
3683
  * <p>The input provided to the workflow execution.</p>
3684
3684
  * @public
3685
3685
  */
3686
- input?: string;
3686
+ input?: string | undefined;
3687
3687
  /**
3688
3688
  * <p>The maximum duration for this workflow execution.</p>
3689
3689
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3690
3690
  * @public
3691
3691
  */
3692
- executionStartToCloseTimeout?: string;
3692
+ executionStartToCloseTimeout?: string | undefined;
3693
3693
  /**
3694
3694
  * <p>The maximum duration of decision tasks for this workflow type.</p>
3695
3695
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
3696
3696
  * @public
3697
3697
  */
3698
- taskStartToCloseTimeout?: string;
3698
+ taskStartToCloseTimeout?: string | undefined;
3699
3699
  /**
3700
3700
  * <p>The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
3701
3701
  * <a>TerminateWorkflowExecution</a> action explicitly or due to an expired timeout.</p>
@@ -3728,7 +3728,7 @@ export interface WorkflowExecutionStartedEventAttributes {
3728
3728
  * <p>The priority of the decision tasks in the workflow execution.</p>
3729
3729
  * @public
3730
3730
  */
3731
- taskPriority?: string;
3731
+ taskPriority?: string | undefined;
3732
3732
  /**
3733
3733
  * <p>The workflow type of this execution.</p>
3734
3734
  * @public
@@ -3738,19 +3738,19 @@ export interface WorkflowExecutionStartedEventAttributes {
3738
3738
  * <p>The list of tags associated with this workflow execution. An execution can have up to 5 tags.</p>
3739
3739
  * @public
3740
3740
  */
3741
- tagList?: string[];
3741
+ tagList?: string[] | undefined;
3742
3742
  /**
3743
3743
  * <p>If this workflow execution was started due to a <code>ContinueAsNewWorkflowExecution</code> decision, then it
3744
3744
  * contains the <code>runId</code> of the previous workflow execution that was closed and continued as this
3745
3745
  * execution.</p>
3746
3746
  * @public
3747
3747
  */
3748
- continuedExecutionRunId?: string;
3748
+ continuedExecutionRunId?: string | undefined;
3749
3749
  /**
3750
3750
  * <p>The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.</p>
3751
3751
  * @public
3752
3752
  */
3753
- parentWorkflowExecution?: WorkflowExecution;
3753
+ parentWorkflowExecution?: WorkflowExecution | undefined;
3754
3754
  /**
3755
3755
  * <p>The ID of the <code>StartChildWorkflowExecutionInitiated</code> event corresponding to the
3756
3756
  * <code>StartChildWorkflowExecution</code>
@@ -3759,12 +3759,12 @@ export interface WorkflowExecutionStartedEventAttributes {
3759
3759
  * events leading up to this event.</p>
3760
3760
  * @public
3761
3761
  */
3762
- parentInitiatedEventId?: number;
3762
+ parentInitiatedEventId?: number | undefined;
3763
3763
  /**
3764
3764
  * <p>The IAM role attached to the workflow execution.</p>
3765
3765
  * @public
3766
3766
  */
3767
- lambdaRole?: string;
3767
+ lambdaRole?: string | undefined;
3768
3768
  }
3769
3769
  /**
3770
3770
  * @public
@@ -3788,12 +3788,12 @@ export interface WorkflowExecutionTerminatedEventAttributes {
3788
3788
  * <p>The reason provided for the termination.</p>
3789
3789
  * @public
3790
3790
  */
3791
- reason?: string;
3791
+ reason?: string | undefined;
3792
3792
  /**
3793
3793
  * <p>The details provided for the termination.</p>
3794
3794
  * @public
3795
3795
  */
3796
- details?: string;
3796
+ details?: string | undefined;
3797
3797
  /**
3798
3798
  * <p>The policy used for the child workflow executions of this workflow execution.</p>
3799
3799
  * <p>The supported child policies are:</p>
@@ -3820,7 +3820,7 @@ export interface WorkflowExecutionTerminatedEventAttributes {
3820
3820
  * <p>If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.</p>
3821
3821
  * @public
3822
3822
  */
3823
- cause?: WorkflowExecutionTerminatedCause;
3823
+ cause?: WorkflowExecutionTerminatedCause | undefined;
3824
3824
  }
3825
3825
  /**
3826
3826
  * <p>Provides the details of the <code>WorkflowExecutionTimedOut</code> event.</p>
@@ -4097,325 +4097,325 @@ export interface HistoryEvent {
4097
4097
  * information about the event. It isn't set for other event types.</p>
4098
4098
  * @public
4099
4099
  */
4100
- workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes;
4100
+ workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes | undefined;
4101
4101
  /**
4102
4102
  * <p>If the event is of type <code>WorkflowExecutionCompleted</code> then this member is set and provides detailed
4103
4103
  * information about the event. It isn't set for other event types.</p>
4104
4104
  * @public
4105
4105
  */
4106
- workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes;
4106
+ workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes | undefined;
4107
4107
  /**
4108
4108
  * <p>If the event is of type <code>CompleteWorkflowExecutionFailed</code> then this member is set and provides
4109
4109
  * detailed information about the event. It isn't set for other event types.</p>
4110
4110
  * @public
4111
4111
  */
4112
- completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes;
4112
+ completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes | undefined;
4113
4113
  /**
4114
4114
  * <p>If the event is of type <code>WorkflowExecutionFailed</code> then this member is set and provides detailed
4115
4115
  * information about the event. It isn't set for other event types.</p>
4116
4116
  * @public
4117
4117
  */
4118
- workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes;
4118
+ workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes | undefined;
4119
4119
  /**
4120
4120
  * <p>If the event is of type <code>FailWorkflowExecutionFailed</code> then this member is set and provides detailed
4121
4121
  * information about the event. It isn't set for other event types.</p>
4122
4122
  * @public
4123
4123
  */
4124
- failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes;
4124
+ failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes | undefined;
4125
4125
  /**
4126
4126
  * <p>If the event is of type <code>WorkflowExecutionTimedOut</code> then this member is set and provides detailed
4127
4127
  * information about the event. It isn't set for other event types.</p>
4128
4128
  * @public
4129
4129
  */
4130
- workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes;
4130
+ workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes | undefined;
4131
4131
  /**
4132
4132
  * <p>If the event is of type <code>WorkflowExecutionCanceled</code> then this member is set and provides detailed
4133
4133
  * information about the event. It isn't set for other event types.</p>
4134
4134
  * @public
4135
4135
  */
4136
- workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes;
4136
+ workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes | undefined;
4137
4137
  /**
4138
4138
  * <p>If the event is of type <code>CancelWorkflowExecutionFailed</code> then this member is set and provides detailed
4139
4139
  * information about the event. It isn't set for other event types.</p>
4140
4140
  * @public
4141
4141
  */
4142
- cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes;
4142
+ cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes | undefined;
4143
4143
  /**
4144
4144
  * <p>If the event is of type <code>WorkflowExecutionContinuedAsNew</code> then this member is set and provides
4145
4145
  * detailed information about the event. It isn't set for other event types.</p>
4146
4146
  * @public
4147
4147
  */
4148
- workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes;
4148
+ workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes | undefined;
4149
4149
  /**
4150
4150
  * <p>If the event is of type <code>ContinueAsNewWorkflowExecutionFailed</code> then this member is set and provides
4151
4151
  * detailed information about the event. It isn't set for other event types.</p>
4152
4152
  * @public
4153
4153
  */
4154
- continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes;
4154
+ continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes | undefined;
4155
4155
  /**
4156
4156
  * <p>If the event is of type <code>WorkflowExecutionTerminated</code> then this member is set and provides detailed
4157
4157
  * information about the event. It isn't set for other event types.</p>
4158
4158
  * @public
4159
4159
  */
4160
- workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes;
4160
+ workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes | undefined;
4161
4161
  /**
4162
4162
  * <p>If the event is of type <code>WorkflowExecutionCancelRequested</code> then this member is set and provides
4163
4163
  * detailed information about the event. It isn't set for other event types.</p>
4164
4164
  * @public
4165
4165
  */
4166
- workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes;
4166
+ workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes | undefined;
4167
4167
  /**
4168
4168
  * <p>If the event is of type <code>DecisionTaskScheduled</code> then this member is set and provides detailed
4169
4169
  * information about the event. It isn't set for other event types.</p>
4170
4170
  * @public
4171
4171
  */
4172
- decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes;
4172
+ decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes | undefined;
4173
4173
  /**
4174
4174
  * <p>If the event is of type <code>DecisionTaskStarted</code> then this member is set and provides detailed
4175
4175
  * information about the event. It isn't set for other event types.</p>
4176
4176
  * @public
4177
4177
  */
4178
- decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes;
4178
+ decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes | undefined;
4179
4179
  /**
4180
4180
  * <p>If the event is of type <code>DecisionTaskCompleted</code> then this member is set and provides detailed
4181
4181
  * information about the event. It isn't set for other event types.</p>
4182
4182
  * @public
4183
4183
  */
4184
- decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes;
4184
+ decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes | undefined;
4185
4185
  /**
4186
4186
  * <p>If the event is of type <code>DecisionTaskTimedOut</code> then this member is set and provides detailed
4187
4187
  * information about the event. It isn't set for other event types.</p>
4188
4188
  * @public
4189
4189
  */
4190
- decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes;
4190
+ decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes | undefined;
4191
4191
  /**
4192
4192
  * <p>If the event is of type <code>ActivityTaskScheduled</code> then this member is set and provides detailed
4193
4193
  * information about the event. It isn't set for other event types.</p>
4194
4194
  * @public
4195
4195
  */
4196
- activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes;
4196
+ activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes | undefined;
4197
4197
  /**
4198
4198
  * <p>If the event is of type <code>ActivityTaskStarted</code> then this member is set and provides detailed
4199
4199
  * information about the event. It isn't set for other event types.</p>
4200
4200
  * @public
4201
4201
  */
4202
- activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes;
4202
+ activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes | undefined;
4203
4203
  /**
4204
4204
  * <p>If the event is of type <code>ActivityTaskCompleted</code> then this member is set and provides detailed
4205
4205
  * information about the event. It isn't set for other event types.</p>
4206
4206
  * @public
4207
4207
  */
4208
- activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes;
4208
+ activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes | undefined;
4209
4209
  /**
4210
4210
  * <p>If the event is of type <code>ActivityTaskFailed</code> then this member is set and provides detailed
4211
4211
  * information about the event. It isn't set for other event types.</p>
4212
4212
  * @public
4213
4213
  */
4214
- activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes;
4214
+ activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes | undefined;
4215
4215
  /**
4216
4216
  * <p>If the event is of type <code>ActivityTaskTimedOut</code> then this member is set and provides detailed
4217
4217
  * information about the event. It isn't set for other event types.</p>
4218
4218
  * @public
4219
4219
  */
4220
- activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes;
4220
+ activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes | undefined;
4221
4221
  /**
4222
4222
  * <p>If the event is of type <code>ActivityTaskCanceled</code> then this member is set and provides detailed
4223
4223
  * information about the event. It isn't set for other event types.</p>
4224
4224
  * @public
4225
4225
  */
4226
- activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes;
4226
+ activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes | undefined;
4227
4227
  /**
4228
4228
  * <p>If the event is of type <code>ActivityTaskcancelRequested</code> then this member is set and provides detailed
4229
4229
  * information about the event. It isn't set for other event types.</p>
4230
4230
  * @public
4231
4231
  */
4232
- activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes;
4232
+ activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes | undefined;
4233
4233
  /**
4234
4234
  * <p>If the event is of type <code>WorkflowExecutionSignaled</code> then this member is set and provides detailed
4235
4235
  * information about the event. It isn't set for other event types.</p>
4236
4236
  * @public
4237
4237
  */
4238
- workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes;
4238
+ workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes | undefined;
4239
4239
  /**
4240
4240
  * <p>If the event is of type <code>MarkerRecorded</code> then this member is set and provides detailed information
4241
4241
  * about the event. It isn't set for other event types.</p>
4242
4242
  * @public
4243
4243
  */
4244
- markerRecordedEventAttributes?: MarkerRecordedEventAttributes;
4244
+ markerRecordedEventAttributes?: MarkerRecordedEventAttributes | undefined;
4245
4245
  /**
4246
4246
  * <p>If the event is of type <code>DecisionTaskFailed</code> then this member is set and provides detailed
4247
4247
  * information about the event. It isn't set for other event types.</p>
4248
4248
  * @public
4249
4249
  */
4250
- recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes;
4250
+ recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes | undefined;
4251
4251
  /**
4252
4252
  * <p>If the event is of type <code>TimerStarted</code> then this member is set and provides detailed information
4253
4253
  * about the event. It isn't set for other event types.</p>
4254
4254
  * @public
4255
4255
  */
4256
- timerStartedEventAttributes?: TimerStartedEventAttributes;
4256
+ timerStartedEventAttributes?: TimerStartedEventAttributes | undefined;
4257
4257
  /**
4258
4258
  * <p>If the event is of type <code>TimerFired</code> then this member is set and provides detailed information about
4259
4259
  * the event. It isn't set for other event types.</p>
4260
4260
  * @public
4261
4261
  */
4262
- timerFiredEventAttributes?: TimerFiredEventAttributes;
4262
+ timerFiredEventAttributes?: TimerFiredEventAttributes | undefined;
4263
4263
  /**
4264
4264
  * <p>If the event is of type <code>TimerCanceled</code> then this member is set and provides detailed information
4265
4265
  * about the event. It isn't set for other event types.</p>
4266
4266
  * @public
4267
4267
  */
4268
- timerCanceledEventAttributes?: TimerCanceledEventAttributes;
4268
+ timerCanceledEventAttributes?: TimerCanceledEventAttributes | undefined;
4269
4269
  /**
4270
4270
  * <p>If the event is of type <code>StartChildWorkflowExecutionInitiated</code> then this member is set and provides
4271
4271
  * detailed information about the event. It isn't set for other event types.</p>
4272
4272
  * @public
4273
4273
  */
4274
- startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes;
4274
+ startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes | undefined;
4275
4275
  /**
4276
4276
  * <p>If the event is of type <code>ChildWorkflowExecutionStarted</code> then this member is set and provides detailed
4277
4277
  * information about the event. It isn't set for other event types.</p>
4278
4278
  * @public
4279
4279
  */
4280
- childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes;
4280
+ childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes | undefined;
4281
4281
  /**
4282
4282
  * <p>If the event is of type <code>ChildWorkflowExecutionCompleted</code> then this member is set and provides
4283
4283
  * detailed information about the event. It isn't set for other event types.</p>
4284
4284
  * @public
4285
4285
  */
4286
- childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes;
4286
+ childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes | undefined;
4287
4287
  /**
4288
4288
  * <p>If the event is of type <code>ChildWorkflowExecutionFailed</code> then this member is set and provides detailed
4289
4289
  * information about the event. It isn't set for other event types.</p>
4290
4290
  * @public
4291
4291
  */
4292
- childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes;
4292
+ childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes | undefined;
4293
4293
  /**
4294
4294
  * <p>If the event is of type <code>ChildWorkflowExecutionTimedOut</code> then this member is set and provides
4295
4295
  * detailed information about the event. It isn't set for other event types.</p>
4296
4296
  * @public
4297
4297
  */
4298
- childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes;
4298
+ childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes | undefined;
4299
4299
  /**
4300
4300
  * <p>If the event is of type <code>ChildWorkflowExecutionCanceled</code> then this member is set and provides
4301
4301
  * detailed information about the event. It isn't set for other event types.</p>
4302
4302
  * @public
4303
4303
  */
4304
- childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes;
4304
+ childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes | undefined;
4305
4305
  /**
4306
4306
  * <p>If the event is of type <code>ChildWorkflowExecutionTerminated</code> then this member is set and provides
4307
4307
  * detailed information about the event. It isn't set for other event types.</p>
4308
4308
  * @public
4309
4309
  */
4310
- childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes;
4310
+ childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes | undefined;
4311
4311
  /**
4312
4312
  * <p>If the event is of type <code>SignalExternalWorkflowExecutionInitiated</code> then this member is set and
4313
4313
  * provides detailed information about the event. It isn't set for other event types.</p>
4314
4314
  * @public
4315
4315
  */
4316
- signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes;
4316
+ signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes | undefined;
4317
4317
  /**
4318
4318
  * <p>If the event is of type <code>ExternalWorkflowExecutionSignaled</code> then this member is set and provides
4319
4319
  * detailed information about the event. It isn't set for other event types.</p>
4320
4320
  * @public
4321
4321
  */
4322
- externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes;
4322
+ externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes | undefined;
4323
4323
  /**
4324
4324
  * <p>If the event is of type <code>SignalExternalWorkflowExecutionFailed</code> then this member is set and provides
4325
4325
  * detailed information about the event. It isn't set for other event types.</p>
4326
4326
  * @public
4327
4327
  */
4328
- signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes;
4328
+ signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes | undefined;
4329
4329
  /**
4330
4330
  * <p>If the event is of type <code>ExternalWorkflowExecutionCancelRequested</code> then this member is set and
4331
4331
  * provides detailed information about the event. It isn't set for other event types. </p>
4332
4332
  * @public
4333
4333
  */
4334
- externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes;
4334
+ externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes | undefined;
4335
4335
  /**
4336
4336
  * <p>If the event is of type <code>RequestCancelExternalWorkflowExecutionInitiated</code> then this member is set and
4337
4337
  * provides detailed information about the event. It isn't set for other event types.</p>
4338
4338
  * @public
4339
4339
  */
4340
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
4340
+ requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes | undefined;
4341
4341
  /**
4342
4342
  * <p>If the event is of type <code>RequestCancelExternalWorkflowExecutionFailed</code> then this member is set and
4343
4343
  * provides detailed information about the event. It isn't set for other event types.</p>
4344
4344
  * @public
4345
4345
  */
4346
- requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes;
4346
+ requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes | undefined;
4347
4347
  /**
4348
4348
  * <p>If the event is of type <code>ScheduleActivityTaskFailed</code> then this member is set and provides detailed
4349
4349
  * information about the event. It isn't set for other event types.</p>
4350
4350
  * @public
4351
4351
  */
4352
- scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes;
4352
+ scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes | undefined;
4353
4353
  /**
4354
4354
  * <p>If the event is of type <code>RequestCancelActivityTaskFailed</code> then this member is set and provides
4355
4355
  * detailed information about the event. It isn't set for other event types.</p>
4356
4356
  * @public
4357
4357
  */
4358
- requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes;
4358
+ requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes | undefined;
4359
4359
  /**
4360
4360
  * <p>If the event is of type <code>StartTimerFailed</code> then this member is set and provides detailed information
4361
4361
  * about the event. It isn't set for other event types.</p>
4362
4362
  * @public
4363
4363
  */
4364
- startTimerFailedEventAttributes?: StartTimerFailedEventAttributes;
4364
+ startTimerFailedEventAttributes?: StartTimerFailedEventAttributes | undefined;
4365
4365
  /**
4366
4366
  * <p>If the event is of type <code>CancelTimerFailed</code> then this member is set and provides detailed information
4367
4367
  * about the event. It isn't set for other event types.</p>
4368
4368
  * @public
4369
4369
  */
4370
- cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes;
4370
+ cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes | undefined;
4371
4371
  /**
4372
4372
  * <p>If the event is of type <code>StartChildWorkflowExecutionFailed</code> then this member is set and provides
4373
4373
  * detailed information about the event. It isn't set for other event types.</p>
4374
4374
  * @public
4375
4375
  */
4376
- startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes;
4376
+ startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes | undefined;
4377
4377
  /**
4378
4378
  * <p>Provides the details of the <code>LambdaFunctionScheduled</code> event. It isn't set
4379
4379
  * for other event types.</p>
4380
4380
  * @public
4381
4381
  */
4382
- lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes;
4382
+ lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes | undefined;
4383
4383
  /**
4384
4384
  * <p>Provides the details of the <code>LambdaFunctionStarted</code> event. It isn't set for
4385
4385
  * other event types.</p>
4386
4386
  * @public
4387
4387
  */
4388
- lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes;
4388
+ lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes | undefined;
4389
4389
  /**
4390
4390
  * <p>Provides the details of the <code>LambdaFunctionCompleted</code> event. It isn't set
4391
4391
  * for other event types.</p>
4392
4392
  * @public
4393
4393
  */
4394
- lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes;
4394
+ lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes | undefined;
4395
4395
  /**
4396
4396
  * <p>Provides the details of the <code>LambdaFunctionFailed</code> event. It isn't set for
4397
4397
  * other event types.</p>
4398
4398
  * @public
4399
4399
  */
4400
- lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes;
4400
+ lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes | undefined;
4401
4401
  /**
4402
4402
  * <p>Provides the details of the <code>LambdaFunctionTimedOut</code> event. It isn't set for
4403
4403
  * other event types.</p>
4404
4404
  * @public
4405
4405
  */
4406
- lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes;
4406
+ lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes | undefined;
4407
4407
  /**
4408
4408
  * <p>Provides the details of the <code>ScheduleLambdaFunctionFailed</code> event. It isn't
4409
4409
  * set for other event types.</p>
4410
4410
  * @public
4411
4411
  */
4412
- scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes;
4412
+ scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes | undefined;
4413
4413
  /**
4414
4414
  * <p>Provides the details of the <code>StartLambdaFunctionFailed</code> event. It isn't set
4415
4415
  * for other event types.</p>
4416
4416
  * @public
4417
4417
  */
4418
- startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
4418
+ startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes | undefined;
4419
4419
  }
4420
4420
  /**
4421
4421
  * <p>A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.</p>
@@ -4454,12 +4454,12 @@ export interface DecisionTask {
4454
4454
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
4455
4455
  * @public
4456
4456
  */
4457
- nextPageToken?: string;
4457
+ nextPageToken?: string | undefined;
4458
4458
  /**
4459
4459
  * <p>The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.</p>
4460
4460
  * @public
4461
4461
  */
4462
- previousStartedEventId?: number;
4462
+ previousStartedEventId?: number | undefined;
4463
4463
  }
4464
4464
  /**
4465
4465
  * <p>The <code>StartWorkflowExecution</code> API action was called without the required
@@ -4660,12 +4660,12 @@ export interface DomainInfo {
4660
4660
  * <p>The description of the domain provided through <a>RegisterDomain</a>.</p>
4661
4661
  * @public
4662
4662
  */
4663
- description?: string;
4663
+ description?: string | undefined;
4664
4664
  /**
4665
4665
  * <p>The ARN of the domain.</p>
4666
4666
  * @public
4667
4667
  */
4668
- arn?: string;
4668
+ arn?: string | undefined;
4669
4669
  }
4670
4670
  /**
4671
4671
  * <p>Contains details of a domain.</p>
@@ -4728,7 +4728,7 @@ export interface WorkflowExecutionConfiguration {
4728
4728
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
4729
4729
  * @public
4730
4730
  */
4731
- taskPriority?: string;
4731
+ taskPriority?: string | undefined;
4732
4732
  /**
4733
4733
  * <p>The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
4734
4734
  * <a>TerminateWorkflowExecution</a> action explicitly or due to an expired timeout.</p>
@@ -4756,7 +4756,7 @@ export interface WorkflowExecutionConfiguration {
4756
4756
  * <p>The IAM role attached to the child workflow execution.</p>
4757
4757
  * @public
4758
4758
  */
4759
- lambdaRole?: string;
4759
+ lambdaRole?: string | undefined;
4760
4760
  }
4761
4761
  /**
4762
4762
  * @public
@@ -4794,7 +4794,7 @@ export interface WorkflowExecutionInfo {
4794
4794
  * <p>The time when the workflow execution was closed. Set only if the execution status is CLOSED.</p>
4795
4795
  * @public
4796
4796
  */
4797
- closeTimestamp?: Date;
4797
+ closeTimestamp?: Date | undefined;
4798
4798
  /**
4799
4799
  * <p>The current status of the execution.</p>
4800
4800
  * @public
@@ -4833,22 +4833,22 @@ export interface WorkflowExecutionInfo {
4833
4833
  * </ul>
4834
4834
  * @public
4835
4835
  */
4836
- closeStatus?: CloseStatus;
4836
+ closeStatus?: CloseStatus | undefined;
4837
4837
  /**
4838
4838
  * <p>If this workflow execution is a child of another execution then contains the workflow execution that started this execution.</p>
4839
4839
  * @public
4840
4840
  */
4841
- parent?: WorkflowExecution;
4841
+ parent?: WorkflowExecution | undefined;
4842
4842
  /**
4843
4843
  * <p>The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.</p>
4844
4844
  * @public
4845
4845
  */
4846
- tagList?: string[];
4846
+ tagList?: string[] | undefined;
4847
4847
  /**
4848
4848
  * <p>Set to true if a cancellation is requested for this workflow execution.</p>
4849
4849
  * @public
4850
4850
  */
4851
- cancelRequested?: boolean;
4851
+ cancelRequested?: boolean | undefined;
4852
4852
  }
4853
4853
  /**
4854
4854
  * <p>Contains the counts of open tasks, child workflow executions and timers for a workflow execution.</p>
@@ -4879,7 +4879,7 @@ export interface WorkflowExecutionOpenCounts {
4879
4879
  * <p>The count of Lambda tasks whose status is <code>OPEN</code>.</p>
4880
4880
  * @public
4881
4881
  */
4882
- openLambdaFunctions?: number;
4882
+ openLambdaFunctions?: number | undefined;
4883
4883
  }
4884
4884
  /**
4885
4885
  * <p>Contains details about a workflow execution.</p>
@@ -4905,13 +4905,13 @@ export interface WorkflowExecutionDetail {
4905
4905
  * <p>The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.</p>
4906
4906
  * @public
4907
4907
  */
4908
- latestActivityTaskTimestamp?: Date;
4908
+ latestActivityTaskTimestamp?: Date | undefined;
4909
4909
  /**
4910
4910
  * <p>The latest executionContext provided by the decider for this workflow execution. A decider can provide an
4911
4911
  * executionContext (a free-form string) when closing a decision task using <a>RespondDecisionTaskCompleted</a>.</p>
4912
4912
  * @public
4913
4913
  */
4914
- latestExecutionContext?: string;
4914
+ latestExecutionContext?: string | undefined;
4915
4915
  }
4916
4916
  /**
4917
4917
  * @public
@@ -4944,7 +4944,7 @@ export interface WorkflowTypeConfiguration {
4944
4944
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
4945
4945
  * @public
4946
4946
  */
4947
- defaultTaskStartToCloseTimeout?: string;
4947
+ defaultTaskStartToCloseTimeout?: string | undefined;
4948
4948
  /**
4949
4949
  * <p>
4950
4950
  * The default maximum duration, specified when registering the workflow type, for executions of
@@ -4954,7 +4954,7 @@ export interface WorkflowTypeConfiguration {
4954
4954
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
4955
4955
  * @public
4956
4956
  */
4957
- defaultExecutionStartToCloseTimeout?: string;
4957
+ defaultExecutionStartToCloseTimeout?: string | undefined;
4958
4958
  /**
4959
4959
  * <p>
4960
4960
  * The default task list, specified when registering the workflow type, for decisions tasks
@@ -4963,7 +4963,7 @@ export interface WorkflowTypeConfiguration {
4963
4963
  * <a>Decision</a>.</p>
4964
4964
  * @public
4965
4965
  */
4966
- defaultTaskList?: TaskList;
4966
+ defaultTaskList?: TaskList | undefined;
4967
4967
  /**
4968
4968
  * <p>
4969
4969
  * The default task priority, specified when registering the workflow type, for all decision tasks
@@ -4974,7 +4974,7 @@ export interface WorkflowTypeConfiguration {
4974
4974
  * <p>For more information about setting task priority, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/programming-priority.html">Setting Task Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
4975
4975
  * @public
4976
4976
  */
4977
- defaultTaskPriority?: string;
4977
+ defaultTaskPriority?: string | undefined;
4978
4978
  /**
4979
4979
  * <p>
4980
4980
  * The default policy to use for the child workflow executions when a workflow execution of this
@@ -5001,7 +5001,7 @@ export interface WorkflowTypeConfiguration {
5001
5001
  * </ul>
5002
5002
  * @public
5003
5003
  */
5004
- defaultChildPolicy?: ChildPolicy;
5004
+ defaultChildPolicy?: ChildPolicy | undefined;
5005
5005
  /**
5006
5006
  * <p>The default IAM role attached to this workflow type.</p>
5007
5007
  * <note>
@@ -5012,7 +5012,7 @@ export interface WorkflowTypeConfiguration {
5012
5012
  * </note>
5013
5013
  * @public
5014
5014
  */
5015
- defaultLambdaRole?: string;
5015
+ defaultLambdaRole?: string | undefined;
5016
5016
  }
5017
5017
  /**
5018
5018
  * <p>Contains information about a workflow type.</p>
@@ -5033,7 +5033,7 @@ export interface WorkflowTypeInfo {
5033
5033
  * <p>The description of the type registered through <a>RegisterWorkflowType</a>.</p>
5034
5034
  * @public
5035
5035
  */
5036
- description?: string;
5036
+ description?: string | undefined;
5037
5037
  /**
5038
5038
  * <p>The date when this type was registered.</p>
5039
5039
  * @public
@@ -5043,7 +5043,7 @@ export interface WorkflowTypeInfo {
5043
5043
  * <p>If the type is in deprecated state, then it is set to the date when the type was deprecated.</p>
5044
5044
  * @public
5045
5045
  */
5046
- deprecationDate?: Date;
5046
+ deprecationDate?: Date | undefined;
5047
5047
  }
5048
5048
  /**
5049
5049
  * <p>Contains details about a workflow type.</p>
@@ -5103,7 +5103,7 @@ export interface DomainInfos {
5103
5103
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
5104
5104
  * @public
5105
5105
  */
5106
- nextPageToken?: string;
5106
+ nextPageToken?: string | undefined;
5107
5107
  }
5108
5108
  /**
5109
5109
  * @public
@@ -5129,20 +5129,20 @@ export interface GetWorkflowExecutionHistoryInput {
5129
5129
  * in a single call. </p>
5130
5130
  * @public
5131
5131
  */
5132
- nextPageToken?: string;
5132
+ nextPageToken?: string | undefined;
5133
5133
  /**
5134
5134
  * <p>The maximum number of results that are returned per call.
5135
5135
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5136
5136
  * @public
5137
5137
  */
5138
- maximumPageSize?: number;
5138
+ maximumPageSize?: number | undefined;
5139
5139
  /**
5140
5140
  * <p>When set to <code>true</code>, returns the events in reverse order. By default the
5141
5141
  * results are returned in ascending order of the <code>eventTimeStamp</code> of the
5142
5142
  * events.</p>
5143
5143
  * @public
5144
5144
  */
5145
- reverseOrder?: boolean;
5145
+ reverseOrder?: boolean | undefined;
5146
5146
  }
5147
5147
  /**
5148
5148
  * <p>Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.</p>
@@ -5161,7 +5161,7 @@ export interface History {
5161
5161
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
5162
5162
  * @public
5163
5163
  */
5164
- nextPageToken?: string;
5164
+ nextPageToken?: string | undefined;
5165
5165
  }
5166
5166
  /**
5167
5167
  * <p>Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.</p>
@@ -5188,7 +5188,7 @@ export interface ListActivityTypesInput {
5188
5188
  * <p>If specified, only lists the activity types that have this name.</p>
5189
5189
  * @public
5190
5190
  */
5191
- name?: string;
5191
+ name?: string | undefined;
5192
5192
  /**
5193
5193
  * <p>Specifies the registration status of the activity types to list.</p>
5194
5194
  * @public
@@ -5204,20 +5204,20 @@ export interface ListActivityTypesInput {
5204
5204
  * in a single call. </p>
5205
5205
  * @public
5206
5206
  */
5207
- nextPageToken?: string;
5207
+ nextPageToken?: string | undefined;
5208
5208
  /**
5209
5209
  * <p>The maximum number of results that are returned per call.
5210
5210
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5211
5211
  * @public
5212
5212
  */
5213
- maximumPageSize?: number;
5213
+ maximumPageSize?: number | undefined;
5214
5214
  /**
5215
5215
  * <p>When set to <code>true</code>, returns the results in reverse order. By default, the
5216
5216
  * results are returned in ascending alphabetical order by <code>name</code> of the activity
5217
5217
  * types.</p>
5218
5218
  * @public
5219
5219
  */
5220
- reverseOrder?: boolean;
5220
+ reverseOrder?: boolean | undefined;
5221
5221
  }
5222
5222
  /**
5223
5223
  * @public
@@ -5239,7 +5239,7 @@ export interface ListClosedWorkflowExecutionsInput {
5239
5239
  * </note>
5240
5240
  * @public
5241
5241
  */
5242
- startTimeFilter?: ExecutionTimeFilter;
5242
+ startTimeFilter?: ExecutionTimeFilter | undefined;
5243
5243
  /**
5244
5244
  * <p>If specified, the workflow executions are included in the returned results based on
5245
5245
  * whether their close times are within the range specified by this filter. Also, if this
@@ -5251,7 +5251,7 @@ export interface ListClosedWorkflowExecutionsInput {
5251
5251
  * </note>
5252
5252
  * @public
5253
5253
  */
5254
- closeTimeFilter?: ExecutionTimeFilter;
5254
+ closeTimeFilter?: ExecutionTimeFilter | undefined;
5255
5255
  /**
5256
5256
  * <p>If specified, only workflow executions matching the workflow ID specified in the filter
5257
5257
  * are returned.</p>
@@ -5263,7 +5263,7 @@ export interface ListClosedWorkflowExecutionsInput {
5263
5263
  * </note>
5264
5264
  * @public
5265
5265
  */
5266
- executionFilter?: WorkflowExecutionFilter;
5266
+ executionFilter?: WorkflowExecutionFilter | undefined;
5267
5267
  /**
5268
5268
  * <p>If specified, only workflow executions that match this <i>close
5269
5269
  * status</i> are listed. For example, if TERMINATED is specified, then only TERMINATED
@@ -5276,7 +5276,7 @@ export interface ListClosedWorkflowExecutionsInput {
5276
5276
  * </note>
5277
5277
  * @public
5278
5278
  */
5279
- closeStatusFilter?: CloseStatusFilter;
5279
+ closeStatusFilter?: CloseStatusFilter | undefined;
5280
5280
  /**
5281
5281
  * <p>If specified, only executions of the type specified in the filter are
5282
5282
  * returned.</p>
@@ -5288,7 +5288,7 @@ export interface ListClosedWorkflowExecutionsInput {
5288
5288
  * </note>
5289
5289
  * @public
5290
5290
  */
5291
- typeFilter?: WorkflowTypeFilter;
5291
+ typeFilter?: WorkflowTypeFilter | undefined;
5292
5292
  /**
5293
5293
  * <p>If specified, only executions that have the matching tag are listed.</p>
5294
5294
  * <note>
@@ -5299,7 +5299,7 @@ export interface ListClosedWorkflowExecutionsInput {
5299
5299
  * </note>
5300
5300
  * @public
5301
5301
  */
5302
- tagFilter?: TagFilter;
5302
+ tagFilter?: TagFilter | undefined;
5303
5303
  /**
5304
5304
  * <p>If <code>NextPageToken</code> is returned there are more results
5305
5305
  * available. The value of <code>NextPageToken</code> is a unique pagination token for each page. Make the call again using
@@ -5310,20 +5310,20 @@ export interface ListClosedWorkflowExecutionsInput {
5310
5310
  * in a single call. </p>
5311
5311
  * @public
5312
5312
  */
5313
- nextPageToken?: string;
5313
+ nextPageToken?: string | undefined;
5314
5314
  /**
5315
5315
  * <p>The maximum number of results that are returned per call.
5316
5316
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5317
5317
  * @public
5318
5318
  */
5319
- maximumPageSize?: number;
5319
+ maximumPageSize?: number | undefined;
5320
5320
  /**
5321
5321
  * <p>When set to <code>true</code>, returns the results in reverse order. By default the
5322
5322
  * results are returned in descending order of the start or the close time of the
5323
5323
  * executions.</p>
5324
5324
  * @public
5325
5325
  */
5326
- reverseOrder?: boolean;
5326
+ reverseOrder?: boolean | undefined;
5327
5327
  }
5328
5328
  /**
5329
5329
  * <p>Contains a paginated list of information about workflow executions.</p>
@@ -5342,7 +5342,7 @@ export interface WorkflowExecutionInfos {
5342
5342
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
5343
5343
  * @public
5344
5344
  */
5345
- nextPageToken?: string;
5345
+ nextPageToken?: string | undefined;
5346
5346
  }
5347
5347
  /**
5348
5348
  * @public
@@ -5358,7 +5358,7 @@ export interface ListDomainsInput {
5358
5358
  * in a single call. </p>
5359
5359
  * @public
5360
5360
  */
5361
- nextPageToken?: string;
5361
+ nextPageToken?: string | undefined;
5362
5362
  /**
5363
5363
  * <p>Specifies the registration status of the domains to list.</p>
5364
5364
  * @public
@@ -5369,14 +5369,14 @@ export interface ListDomainsInput {
5369
5369
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5370
5370
  * @public
5371
5371
  */
5372
- maximumPageSize?: number;
5372
+ maximumPageSize?: number | undefined;
5373
5373
  /**
5374
5374
  * <p>When set to <code>true</code>, returns the results in reverse order. By default, the
5375
5375
  * results are returned in ascending alphabetical order by <code>name</code> of the
5376
5376
  * domains.</p>
5377
5377
  * @public
5378
5378
  */
5379
- reverseOrder?: boolean;
5379
+ reverseOrder?: boolean | undefined;
5380
5380
  }
5381
5381
  /**
5382
5382
  * @public
@@ -5403,7 +5403,7 @@ export interface ListOpenWorkflowExecutionsInput {
5403
5403
  * </note>
5404
5404
  * @public
5405
5405
  */
5406
- typeFilter?: WorkflowTypeFilter;
5406
+ typeFilter?: WorkflowTypeFilter | undefined;
5407
5407
  /**
5408
5408
  * <p>If specified, only executions that have the matching tag are listed.</p>
5409
5409
  * <note>
@@ -5413,7 +5413,7 @@ export interface ListOpenWorkflowExecutionsInput {
5413
5413
  * </note>
5414
5414
  * @public
5415
5415
  */
5416
- tagFilter?: TagFilter;
5416
+ tagFilter?: TagFilter | undefined;
5417
5417
  /**
5418
5418
  * <p>If <code>NextPageToken</code> is returned there are more results
5419
5419
  * available. The value of <code>NextPageToken</code> is a unique pagination token for each page. Make the call again using
@@ -5424,19 +5424,19 @@ export interface ListOpenWorkflowExecutionsInput {
5424
5424
  * in a single call. </p>
5425
5425
  * @public
5426
5426
  */
5427
- nextPageToken?: string;
5427
+ nextPageToken?: string | undefined;
5428
5428
  /**
5429
5429
  * <p>The maximum number of results that are returned per call.
5430
5430
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5431
5431
  * @public
5432
5432
  */
5433
- maximumPageSize?: number;
5433
+ maximumPageSize?: number | undefined;
5434
5434
  /**
5435
5435
  * <p>When set to <code>true</code>, returns the results in reverse order. By default the
5436
5436
  * results are returned in descending order of the start time of the executions.</p>
5437
5437
  * @public
5438
5438
  */
5439
- reverseOrder?: boolean;
5439
+ reverseOrder?: boolean | undefined;
5440
5440
  /**
5441
5441
  * <p>If specified, only workflow executions matching the workflow ID specified in the filter
5442
5442
  * are returned.</p>
@@ -5447,7 +5447,7 @@ export interface ListOpenWorkflowExecutionsInput {
5447
5447
  * </note>
5448
5448
  * @public
5449
5449
  */
5450
- executionFilter?: WorkflowExecutionFilter;
5450
+ executionFilter?: WorkflowExecutionFilter | undefined;
5451
5451
  }
5452
5452
  /**
5453
5453
  * @public
@@ -5475,7 +5475,7 @@ export interface ResourceTag {
5475
5475
  * <p>The value of a tag.</p>
5476
5476
  * @public
5477
5477
  */
5478
- value?: string;
5478
+ value?: string | undefined;
5479
5479
  }
5480
5480
  /**
5481
5481
  * @public
@@ -5485,7 +5485,7 @@ export interface ListTagsForResourceOutput {
5485
5485
  * <p>An array of tags associated with the domain.</p>
5486
5486
  * @public
5487
5487
  */
5488
- tags?: ResourceTag[];
5488
+ tags?: ResourceTag[] | undefined;
5489
5489
  }
5490
5490
  /**
5491
5491
  * @public
@@ -5500,7 +5500,7 @@ export interface ListWorkflowTypesInput {
5500
5500
  * <p>If specified, lists the workflow type with this name.</p>
5501
5501
  * @public
5502
5502
  */
5503
- name?: string;
5503
+ name?: string | undefined;
5504
5504
  /**
5505
5505
  * <p>Specifies the registration status of the workflow types to list.</p>
5506
5506
  * @public
@@ -5516,20 +5516,20 @@ export interface ListWorkflowTypesInput {
5516
5516
  * in a single call. </p>
5517
5517
  * @public
5518
5518
  */
5519
- nextPageToken?: string;
5519
+ nextPageToken?: string | undefined;
5520
5520
  /**
5521
5521
  * <p>The maximum number of results that are returned per call.
5522
5522
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
5523
5523
  * @public
5524
5524
  */
5525
- maximumPageSize?: number;
5525
+ maximumPageSize?: number | undefined;
5526
5526
  /**
5527
5527
  * <p>When set to <code>true</code>, returns the results in reverse order. By default the
5528
5528
  * results are returned in ascending alphabetical order of the <code>name</code> of the workflow
5529
5529
  * types.</p>
5530
5530
  * @public
5531
5531
  */
5532
- reverseOrder?: boolean;
5532
+ reverseOrder?: boolean | undefined;
5533
5533
  }
5534
5534
  /**
5535
5535
  * <p>Contains a paginated list of information structures about workflow types.</p>
@@ -5548,7 +5548,7 @@ export interface WorkflowTypeInfos {
5548
5548
  * <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call.</p>
5549
5549
  * @public
5550
5550
  */
5551
- nextPageToken?: string;
5551
+ nextPageToken?: string | undefined;
5552
5552
  }
5553
5553
  /**
5554
5554
  * @public
@@ -5574,7 +5574,7 @@ export interface PollForActivityTaskInput {
5574
5574
  * tracing when problems arise. The form of this identity is user defined.</p>
5575
5575
  * @public
5576
5576
  */
5577
- identity?: string;
5577
+ identity?: string | undefined;
5578
5578
  }
5579
5579
  /**
5580
5580
  * @public
@@ -5600,7 +5600,7 @@ export interface PollForDecisionTaskInput {
5600
5600
  * problems arise. The form of this identity is user defined.</p>
5601
5601
  * @public
5602
5602
  */
5603
- identity?: string;
5603
+ identity?: string | undefined;
5604
5604
  /**
5605
5605
  * <p>If <code>NextPageToken</code> is returned there are more results
5606
5606
  * available. The value of <code>NextPageToken</code> is a unique pagination token for each page. Make the call again using
@@ -5616,7 +5616,7 @@ export interface PollForDecisionTaskInput {
5616
5616
  * </note>
5617
5617
  * @public
5618
5618
  */
5619
- nextPageToken?: string;
5619
+ nextPageToken?: string | undefined;
5620
5620
  /**
5621
5621
  * <p>The maximum number of results that are returned per call.
5622
5622
  * Use <code>nextPageToken</code> to obtain further pages of results. </p>
@@ -5625,19 +5625,19 @@ export interface PollForDecisionTaskInput {
5625
5625
  * specified maximum.</p>
5626
5626
  * @public
5627
5627
  */
5628
- maximumPageSize?: number;
5628
+ maximumPageSize?: number | undefined;
5629
5629
  /**
5630
5630
  * <p>When set to <code>true</code>, returns the events in reverse order. By default the
5631
5631
  * results are returned in ascending order of the <code>eventTimestamp</code> of the
5632
5632
  * events.</p>
5633
5633
  * @public
5634
5634
  */
5635
- reverseOrder?: boolean;
5635
+ reverseOrder?: boolean | undefined;
5636
5636
  /**
5637
5637
  * <p>When set to <code>true</code>, returns the events with <code>eventTimestamp</code> greater than or equal to <code>eventTimestamp</code> of the most recent <code>DecisionTaskStarted</code> event. By default, this parameter is set to <code>false</code>.</p>
5638
5638
  * @public
5639
5639
  */
5640
- startAtPreviousStartedEvent?: boolean;
5640
+ startAtPreviousStartedEvent?: boolean | undefined;
5641
5641
  }
5642
5642
  /**
5643
5643
  * @public
@@ -5658,7 +5658,7 @@ export interface RecordActivityTaskHeartbeatInput {
5658
5658
  * <p>If specified, contains details about the progress of the task.</p>
5659
5659
  * @public
5660
5660
  */
5661
- details?: string;
5661
+ details?: string | undefined;
5662
5662
  }
5663
5663
  /**
5664
5664
  * @public
@@ -5695,7 +5695,7 @@ export interface RegisterActivityTypeInput {
5695
5695
  * <p>A textual description of the activity type.</p>
5696
5696
  * @public
5697
5697
  */
5698
- description?: string;
5698
+ description?: string | undefined;
5699
5699
  /**
5700
5700
  * <p>If set, specifies the default maximum duration that a worker can take to process tasks
5701
5701
  * of this activity type. This default can be overridden when scheduling an activity task using
@@ -5705,7 +5705,7 @@ export interface RegisterActivityTypeInput {
5705
5705
  * <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
5706
5706
  * @public
5707
5707
  */
5708
- defaultTaskStartToCloseTimeout?: string;
5708
+ defaultTaskStartToCloseTimeout?: string | undefined;
5709
5709
  /**
5710
5710
  * <p>If set, specifies the default maximum time before which a worker processing a task of
5711
5711
  * this type must report progress by calling <a>RecordActivityTaskHeartbeat</a>. If
@@ -5719,7 +5719,7 @@ export interface RegisterActivityTypeInput {
5719
5719
  * <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
5720
5720
  * @public
5721
5721
  */
5722
- defaultTaskHeartbeatTimeout?: string;
5722
+ defaultTaskHeartbeatTimeout?: string | undefined;
5723
5723
  /**
5724
5724
  * <p>If set, specifies the default task list to use for scheduling tasks of this activity
5725
5725
  * type. This default task list is used if a task list isn't provided when a task is scheduled
@@ -5727,7 +5727,7 @@ export interface RegisterActivityTypeInput {
5727
5727
  * <a>Decision</a>.</p>
5728
5728
  * @public
5729
5729
  */
5730
- defaultTaskList?: TaskList;
5730
+ defaultTaskList?: TaskList | undefined;
5731
5731
  /**
5732
5732
  * <p>The default task priority to assign to the activity type. If not assigned, then
5733
5733
  * <code>0</code> is used. Valid values are integers that range from Java's
@@ -5738,7 +5738,7 @@ export interface RegisterActivityTypeInput {
5738
5738
  * <i>Amazon SWF Developer Guide</i>.</i>.</p>
5739
5739
  * @public
5740
5740
  */
5741
- defaultTaskPriority?: string;
5741
+ defaultTaskPriority?: string | undefined;
5742
5742
  /**
5743
5743
  * <p>If set, specifies the default maximum duration that a task of this activity type can
5744
5744
  * wait before being assigned to a worker. This default can be overridden when scheduling an
@@ -5748,7 +5748,7 @@ export interface RegisterActivityTypeInput {
5748
5748
  * <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
5749
5749
  * @public
5750
5750
  */
5751
- defaultTaskScheduleToStartTimeout?: string;
5751
+ defaultTaskScheduleToStartTimeout?: string | undefined;
5752
5752
  /**
5753
5753
  * <p>If set, specifies the default maximum duration for a task of this activity type. This
5754
5754
  * default can be overridden when scheduling an activity task using the
@@ -5758,7 +5758,7 @@ export interface RegisterActivityTypeInput {
5758
5758
  * <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
5759
5759
  * @public
5760
5760
  */
5761
- defaultTaskScheduleToCloseTimeout?: string;
5761
+ defaultTaskScheduleToCloseTimeout?: string | undefined;
5762
5762
  }
5763
5763
  /**
5764
5764
  * <p>Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.</p>
@@ -5790,7 +5790,7 @@ export interface RegisterDomainInput {
5790
5790
  * <p>A text description of the domain.</p>
5791
5791
  * @public
5792
5792
  */
5793
- description?: string;
5793
+ description?: string | undefined;
5794
5794
  /**
5795
5795
  * <p>The duration (in days) that records and histories of workflow executions on the domain
5796
5796
  * should be kept by the service. After the retention period, the workflow execution isn't
@@ -5809,7 +5809,7 @@ export interface RegisterDomainInput {
5809
5809
  * <p>Tags may only contain unicode letters, digits, whitespace, or these symbols: <code>_ . : / = + - @</code>.</p>
5810
5810
  * @public
5811
5811
  */
5812
- tags?: ResourceTag[];
5812
+ tags?: ResourceTag[] | undefined;
5813
5813
  }
5814
5814
  /**
5815
5815
  * <p>You've exceeded the number of tags allowed for a domain.</p>
@@ -5859,7 +5859,7 @@ export interface RegisterWorkflowTypeInput {
5859
5859
  * <p>Textual description of the workflow type.</p>
5860
5860
  * @public
5861
5861
  */
5862
- description?: string;
5862
+ description?: string | undefined;
5863
5863
  /**
5864
5864
  * <p>If set, specifies the default maximum duration of decision tasks for this workflow
5865
5865
  * type. This default can be overridden when starting a workflow execution using the <a>StartWorkflowExecution</a> action or the <code>StartChildWorkflowExecution</code>
@@ -5868,7 +5868,7 @@ export interface RegisterWorkflowTypeInput {
5868
5868
  * <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
5869
5869
  * @public
5870
5870
  */
5871
- defaultTaskStartToCloseTimeout?: string;
5871
+ defaultTaskStartToCloseTimeout?: string | undefined;
5872
5872
  /**
5873
5873
  * <p>If set, specifies the default maximum duration for executions of this workflow type.
5874
5874
  * You can override this default when starting an execution through the <a>StartWorkflowExecution</a> Action or <code>StartChildWorkflowExecution</code>
@@ -5880,7 +5880,7 @@ export interface RegisterWorkflowTypeInput {
5880
5880
  * to time out.</p>
5881
5881
  * @public
5882
5882
  */
5883
- defaultExecutionStartToCloseTimeout?: string;
5883
+ defaultExecutionStartToCloseTimeout?: string | undefined;
5884
5884
  /**
5885
5885
  * <p>If set, specifies the default task list to use for scheduling decision tasks for
5886
5886
  * executions of this workflow type. This default is used only if a task list isn't provided when
@@ -5889,7 +5889,7 @@ export interface RegisterWorkflowTypeInput {
5889
5889
  * <a>Decision</a>.</p>
5890
5890
  * @public
5891
5891
  */
5892
- defaultTaskList?: TaskList;
5892
+ defaultTaskList?: TaskList | undefined;
5893
5893
  /**
5894
5894
  * <p>The default task priority to assign to the workflow type. If not assigned, then
5895
5895
  * <code>0</code> is used. Valid values are integers that range from Java's
@@ -5899,7 +5899,7 @@ export interface RegisterWorkflowTypeInput {
5899
5899
  * Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
5900
5900
  * @public
5901
5901
  */
5902
- defaultTaskPriority?: string;
5902
+ defaultTaskPriority?: string | undefined;
5903
5903
  /**
5904
5904
  * <p>If set, specifies the default policy to use for the child workflow executions when a
5905
5905
  * workflow execution of this type is terminated, by calling the <a>TerminateWorkflowExecution</a> action explicitly or due to an expired timeout. This
@@ -5926,7 +5926,7 @@ export interface RegisterWorkflowTypeInput {
5926
5926
  * </ul>
5927
5927
  * @public
5928
5928
  */
5929
- defaultChildPolicy?: ChildPolicy;
5929
+ defaultChildPolicy?: ChildPolicy | undefined;
5930
5930
  /**
5931
5931
  * <p>The default IAM role attached to this workflow type.</p>
5932
5932
  * <note>
@@ -5937,7 +5937,7 @@ export interface RegisterWorkflowTypeInput {
5937
5937
  * </note>
5938
5938
  * @public
5939
5939
  */
5940
- defaultLambdaRole?: string;
5940
+ defaultLambdaRole?: string | undefined;
5941
5941
  }
5942
5942
  /**
5943
5943
  * @public
@@ -5957,7 +5957,7 @@ export interface RequestCancelWorkflowExecutionInput {
5957
5957
  * <p>The runId of the workflow execution to cancel.</p>
5958
5958
  * @public
5959
5959
  */
5960
- runId?: string;
5960
+ runId?: string | undefined;
5961
5961
  }
5962
5962
  /**
5963
5963
  * @public
@@ -5978,7 +5978,7 @@ export interface RespondActivityTaskCanceledInput {
5978
5978
  * <p> Information about the cancellation.</p>
5979
5979
  * @public
5980
5980
  */
5981
- details?: string;
5981
+ details?: string | undefined;
5982
5982
  }
5983
5983
  /**
5984
5984
  * @public
@@ -6000,7 +6000,7 @@ export interface RespondActivityTaskCompletedInput {
6000
6000
  * specific.</p>
6001
6001
  * @public
6002
6002
  */
6003
- result?: string;
6003
+ result?: string | undefined;
6004
6004
  }
6005
6005
  /**
6006
6006
  * @public
@@ -6021,12 +6021,12 @@ export interface RespondActivityTaskFailedInput {
6021
6021
  * <p>Description of the error that may assist in diagnostics.</p>
6022
6022
  * @public
6023
6023
  */
6024
- reason?: string;
6024
+ reason?: string | undefined;
6025
6025
  /**
6026
6026
  * <p> Detailed information about the failure.</p>
6027
6027
  * @public
6028
6028
  */
6029
- details?: string;
6029
+ details?: string | undefined;
6030
6030
  }
6031
6031
  /**
6032
6032
  * <p>Input data for a TaskCompleted response to a decision task.</p>
@@ -6050,23 +6050,23 @@ export interface RespondDecisionTaskCompletedInput {
6050
6050
  * details.</p>
6051
6051
  * @public
6052
6052
  */
6053
- decisions?: Decision[];
6053
+ decisions?: Decision[] | undefined;
6054
6054
  /**
6055
6055
  * <p>User defined context to add to workflow execution.</p>
6056
6056
  * @public
6057
6057
  */
6058
- executionContext?: string;
6058
+ executionContext?: string | undefined;
6059
6059
  /**
6060
6060
  * <p>The task list to use for the future decision tasks of this workflow execution. This list overrides the original task list you specified while starting the workflow execution. </p>
6061
6061
  * @public
6062
6062
  */
6063
- taskList?: TaskList;
6063
+ taskList?: TaskList | undefined;
6064
6064
  /**
6065
6065
  * <p>Specifies a timeout (in seconds) for the task list override. When this parameter is missing, the task list override is permanent. This parameter makes it possible to temporarily override the task list. If a decision task scheduled on the override task list is not started within the timeout, the decision task will time out. Amazon SWF will revert the override and schedule a new decision task to the original task list.</p>
6066
6066
  * <p>If a decision task scheduled on the override task list is started within the timeout, but not completed within the start-to-close timeout, Amazon SWF will also revert the override and schedule a new decision task to the original task list.</p>
6067
6067
  * @public
6068
6068
  */
6069
- taskListScheduleToStartTimeout?: string;
6069
+ taskListScheduleToStartTimeout?: string | undefined;
6070
6070
  }
6071
6071
  /**
6072
6072
  * <p>Specifies the <code>runId</code> of a workflow execution.</p>
@@ -6078,7 +6078,7 @@ export interface Run {
6078
6078
  * can be used to uniquely identify the workflow execution within a domain.</p>
6079
6079
  * @public
6080
6080
  */
6081
- runId?: string;
6081
+ runId?: string | undefined;
6082
6082
  }
6083
6083
  /**
6084
6084
  * @public
@@ -6098,7 +6098,7 @@ export interface SignalWorkflowExecutionInput {
6098
6098
  * <p>The runId of the workflow execution to signal.</p>
6099
6099
  * @public
6100
6100
  */
6101
- runId?: string;
6101
+ runId?: string | undefined;
6102
6102
  /**
6103
6103
  * <p>The name of the signal. This name must be meaningful to the target workflow.</p>
6104
6104
  * @public
@@ -6109,7 +6109,7 @@ export interface SignalWorkflowExecutionInput {
6109
6109
  * workflow execution's history.</p>
6110
6110
  * @public
6111
6111
  */
6112
- input?: string;
6112
+ input?: string | undefined;
6113
6113
  }
6114
6114
  /**
6115
6115
  * @public
@@ -6157,7 +6157,7 @@ export interface StartWorkflowExecutionInput {
6157
6157
  * <i>not</i> be the literal string <code>arn</code>.</p>
6158
6158
  * @public
6159
6159
  */
6160
- taskList?: TaskList;
6160
+ taskList?: TaskList | undefined;
6161
6161
  /**
6162
6162
  * <p>The task priority to use for this workflow execution. This overrides any default
6163
6163
  * priority that was assigned when the workflow type was registered. If not set, then the default
@@ -6168,14 +6168,14 @@ export interface StartWorkflowExecutionInput {
6168
6168
  * Priority</a> in the <i>Amazon SWF Developer Guide</i>.</p>
6169
6169
  * @public
6170
6170
  */
6171
- taskPriority?: string;
6171
+ taskPriority?: string | undefined;
6172
6172
  /**
6173
6173
  * <p>The input for the workflow execution. This is a free form string which should be
6174
6174
  * meaningful to the workflow you are starting. This <code>input</code> is made available to the
6175
6175
  * new workflow execution in the <code>WorkflowExecutionStarted</code> history event.</p>
6176
6176
  * @public
6177
6177
  */
6178
- input?: string;
6178
+ input?: string | undefined;
6179
6179
  /**
6180
6180
  * <p>The total duration for this workflow execution. This overrides the
6181
6181
  * defaultExecutionStartToCloseTimeout specified when registering the workflow type.</p>
@@ -6191,14 +6191,14 @@ export interface StartWorkflowExecutionInput {
6191
6191
  * </note>
6192
6192
  * @public
6193
6193
  */
6194
- executionStartToCloseTimeout?: string;
6194
+ executionStartToCloseTimeout?: string | undefined;
6195
6195
  /**
6196
6196
  * <p>The list of tags to associate with the workflow execution. You can specify a maximum of
6197
6197
  * 5 tags. You can list workflow executions with a specific tag by calling <a>ListOpenWorkflowExecutions</a> or <a>ListClosedWorkflowExecutions</a> and
6198
6198
  * specifying a <a>TagFilter</a>.</p>
6199
6199
  * @public
6200
6200
  */
6201
- tagList?: string[];
6201
+ tagList?: string[] | undefined;
6202
6202
  /**
6203
6203
  * <p>Specifies the maximum duration of decision tasks for this workflow execution. This
6204
6204
  * parameter overrides the <code>defaultTaskStartToCloseTimout</code> specified when registering
@@ -6213,7 +6213,7 @@ export interface StartWorkflowExecutionInput {
6213
6213
  * </note>
6214
6214
  * @public
6215
6215
  */
6216
- taskStartToCloseTimeout?: string;
6216
+ taskStartToCloseTimeout?: string | undefined;
6217
6217
  /**
6218
6218
  * <p>If set, specifies the policy to use for the child workflow executions of this workflow
6219
6219
  * execution if it is terminated, by calling the <a>TerminateWorkflowExecution</a>
@@ -6245,7 +6245,7 @@ export interface StartWorkflowExecutionInput {
6245
6245
  * </note>
6246
6246
  * @public
6247
6247
  */
6248
- childPolicy?: ChildPolicy;
6248
+ childPolicy?: ChildPolicy | undefined;
6249
6249
  /**
6250
6250
  * <p>The IAM role to attach to this workflow execution.</p>
6251
6251
  * <note>
@@ -6256,7 +6256,7 @@ export interface StartWorkflowExecutionInput {
6256
6256
  * </note>
6257
6257
  * @public
6258
6258
  */
6259
- lambdaRole?: string;
6259
+ lambdaRole?: string | undefined;
6260
6260
  }
6261
6261
  /**
6262
6262
  * <p>Returned by <a>StartWorkflowExecution</a> when an open execution with the same workflowId is already running in
@@ -6305,17 +6305,17 @@ export interface TerminateWorkflowExecutionInput {
6305
6305
  * <p>The runId of the workflow execution to terminate.</p>
6306
6306
  * @public
6307
6307
  */
6308
- runId?: string;
6308
+ runId?: string | undefined;
6309
6309
  /**
6310
6310
  * <p> A descriptive reason for terminating the workflow execution.</p>
6311
6311
  * @public
6312
6312
  */
6313
- reason?: string;
6313
+ reason?: string | undefined;
6314
6314
  /**
6315
6315
  * <p> Details for terminating the workflow execution.</p>
6316
6316
  * @public
6317
6317
  */
6318
- details?: string;
6318
+ details?: string | undefined;
6319
6319
  /**
6320
6320
  * <p>If set, specifies the policy to use for the child workflow executions of the workflow
6321
6321
  * execution being terminated. This policy overrides the child policy specified for the workflow
@@ -6346,7 +6346,7 @@ export interface TerminateWorkflowExecutionInput {
6346
6346
  * </note>
6347
6347
  * @public
6348
6348
  */
6349
- childPolicy?: ChildPolicy;
6349
+ childPolicy?: ChildPolicy | undefined;
6350
6350
  }
6351
6351
  /**
6352
6352
  * @public