@aws-sdk/client-swf 3.948.0 → 3.953.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.
- package/dist-cjs/index.js +728 -457
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -2
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -2
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/DeprecateDomainCommand.js +2 -2
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -2
- package/dist-es/commands/DescribeDomainCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/ListActivityTypesCommand.js +2 -2
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -2
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -2
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -2
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
- package/dist-es/commands/RegisterDomainCommand.js +2 -2
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +465 -388
- package/dist-types/SWFClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +195 -205
- package/dist-types/ts3.4/SWFClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +194 -205
- package/package.json +34 -34
|
@@ -386,17 +386,17 @@ const _wT = "workflowType";
|
|
|
386
386
|
const _wTV = "workflowTypeVersion";
|
|
387
387
|
const n0 = "com.amazonaws.swf";
|
|
388
388
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
389
|
-
import { DefaultUndefinedFault
|
|
390
|
-
import { SWFServiceException
|
|
391
|
-
export var ActivityTask = [
|
|
389
|
+
import { DefaultUndefinedFault, DomainAlreadyExistsFault, DomainDeprecatedFault, LimitExceededFault, OperationNotPermittedFault, TooManyTagsFault, TypeAlreadyExistsFault, TypeDeprecatedFault, TypeNotDeprecatedFault, UnknownResourceFault, WorkflowExecutionAlreadyStartedFault, } from "../models/errors";
|
|
390
|
+
import { SWFServiceException } from "../models/SWFServiceException";
|
|
391
|
+
export var ActivityTask$ = [
|
|
392
392
|
3,
|
|
393
393
|
n0,
|
|
394
394
|
_AT,
|
|
395
395
|
0,
|
|
396
396
|
[_tT, _aI, _sEI, _wE, _aT, _i],
|
|
397
|
-
[0, 0, 1, () => WorkflowExecution
|
|
397
|
+
[0, 0, 1, () => WorkflowExecution$, () => ActivityType$, 0],
|
|
398
398
|
];
|
|
399
|
-
export var ActivityTaskCanceledEventAttributes = [
|
|
399
|
+
export var ActivityTaskCanceledEventAttributes$ = [
|
|
400
400
|
3,
|
|
401
401
|
n0,
|
|
402
402
|
_ATCEA,
|
|
@@ -404,7 +404,7 @@ export var ActivityTaskCanceledEventAttributes = [
|
|
|
404
404
|
[_d, _sEIc, _sEI, _lCREI],
|
|
405
405
|
[0, 1, 1, 1],
|
|
406
406
|
];
|
|
407
|
-
export var ActivityTaskCancelRequestedEventAttributes = [
|
|
407
|
+
export var ActivityTaskCancelRequestedEventAttributes$ = [
|
|
408
408
|
3,
|
|
409
409
|
n0,
|
|
410
410
|
_ATCREA,
|
|
@@ -412,7 +412,7 @@ export var ActivityTaskCancelRequestedEventAttributes = [
|
|
|
412
412
|
[_dTCEI, _aI],
|
|
413
413
|
[1, 0],
|
|
414
414
|
];
|
|
415
|
-
export var ActivityTaskCompletedEventAttributes = [
|
|
415
|
+
export var ActivityTaskCompletedEventAttributes$ = [
|
|
416
416
|
3,
|
|
417
417
|
n0,
|
|
418
418
|
_ATCEAc,
|
|
@@ -420,7 +420,7 @@ export var ActivityTaskCompletedEventAttributes = [
|
|
|
420
420
|
[_r, _sEIc, _sEI],
|
|
421
421
|
[0, 1, 1],
|
|
422
422
|
];
|
|
423
|
-
export var ActivityTaskFailedEventAttributes = [
|
|
423
|
+
export var ActivityTaskFailedEventAttributes$ = [
|
|
424
424
|
3,
|
|
425
425
|
n0,
|
|
426
426
|
_ATFEA,
|
|
@@ -428,17 +428,17 @@ export var ActivityTaskFailedEventAttributes = [
|
|
|
428
428
|
[_re, _d, _sEIc, _sEI],
|
|
429
429
|
[0, 0, 1, 1],
|
|
430
430
|
];
|
|
431
|
-
export var ActivityTaskScheduledEventAttributes = [
|
|
431
|
+
export var ActivityTaskScheduledEventAttributes$ = [
|
|
432
432
|
3,
|
|
433
433
|
n0,
|
|
434
434
|
_ATSEA,
|
|
435
435
|
0,
|
|
436
436
|
[_aT, _aI, _i, _c, _sTST, _sTCT, _sTCTt, _tL, _tP, _dTCEI, _hT],
|
|
437
|
-
[() => ActivityType
|
|
437
|
+
[() => ActivityType$, 0, 0, 0, 0, 0, 0, () => TaskList$, 0, 1, 0],
|
|
438
438
|
];
|
|
439
|
-
export var ActivityTaskStartedEventAttributes = [3, n0, _ATSEAc, 0, [_id, _sEIc], [0, 1]];
|
|
440
|
-
export var ActivityTaskStatus = [3, n0, _ATS, 0, [_cR], [2]];
|
|
441
|
-
export var ActivityTaskTimedOutEventAttributes = [
|
|
439
|
+
export var ActivityTaskStartedEventAttributes$ = [3, n0, _ATSEAc, 0, [_id, _sEIc], [0, 1]];
|
|
440
|
+
export var ActivityTaskStatus$ = [3, n0, _ATS, 0, [_cR], [2]];
|
|
441
|
+
export var ActivityTaskTimedOutEventAttributes$ = [
|
|
442
442
|
3,
|
|
443
443
|
n0,
|
|
444
444
|
_ATTOEA,
|
|
@@ -446,36 +446,43 @@ export var ActivityTaskTimedOutEventAttributes = [
|
|
|
446
446
|
[_tTi, _sEIc, _sEI, _d],
|
|
447
447
|
[0, 1, 1, 0],
|
|
448
448
|
];
|
|
449
|
-
export var ActivityType = [3, n0, _ATc, 0, [_n, _v], [0, 0]];
|
|
450
|
-
export var ActivityTypeConfiguration = [
|
|
449
|
+
export var ActivityType$ = [3, n0, _ATc, 0, [_n, _v], [0, 0]];
|
|
450
|
+
export var ActivityTypeConfiguration$ = [
|
|
451
451
|
3,
|
|
452
452
|
n0,
|
|
453
453
|
_ATC,
|
|
454
454
|
0,
|
|
455
455
|
[_dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
|
|
456
|
-
[0, 0, () => TaskList
|
|
456
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
457
457
|
];
|
|
458
|
-
export var ActivityTypeDetail = [
|
|
458
|
+
export var ActivityTypeDetail$ = [
|
|
459
459
|
3,
|
|
460
460
|
n0,
|
|
461
461
|
_ATD,
|
|
462
462
|
0,
|
|
463
463
|
[_tI, _co],
|
|
464
|
-
[() => ActivityTypeInfo
|
|
464
|
+
[() => ActivityTypeInfo$, () => ActivityTypeConfiguration$],
|
|
465
465
|
];
|
|
466
|
-
export var ActivityTypeInfo = [
|
|
466
|
+
export var ActivityTypeInfo$ = [
|
|
467
467
|
3,
|
|
468
468
|
n0,
|
|
469
469
|
_ATI,
|
|
470
470
|
0,
|
|
471
471
|
[_aT, _s, _de, _cD, _dD],
|
|
472
|
-
[() => ActivityType
|
|
472
|
+
[() => ActivityType$, 0, 0, 4, 4],
|
|
473
473
|
];
|
|
474
|
-
export var ActivityTypeInfos = [3, n0, _ATIc, 0, [_tIy, _nPT], [() => ActivityTypeInfoList, 0]];
|
|
475
|
-
export var CancelTimerDecisionAttributes = [3, n0, _CTDA, 0, [_tIi], [0]];
|
|
476
|
-
export var CancelTimerFailedEventAttributes = [
|
|
477
|
-
|
|
478
|
-
|
|
474
|
+
export var ActivityTypeInfos$ = [3, n0, _ATIc, 0, [_tIy, _nPT], [() => ActivityTypeInfoList, 0]];
|
|
475
|
+
export var CancelTimerDecisionAttributes$ = [3, n0, _CTDA, 0, [_tIi], [0]];
|
|
476
|
+
export var CancelTimerFailedEventAttributes$ = [
|
|
477
|
+
3,
|
|
478
|
+
n0,
|
|
479
|
+
_CTFEA,
|
|
480
|
+
0,
|
|
481
|
+
[_tIi, _ca, _dTCEI],
|
|
482
|
+
[0, 0, 1],
|
|
483
|
+
];
|
|
484
|
+
export var CancelWorkflowExecutionDecisionAttributes$ = [3, n0, _CWEDA, 0, [_d], [0]];
|
|
485
|
+
export var CancelWorkflowExecutionFailedEventAttributes$ = [
|
|
479
486
|
3,
|
|
480
487
|
n0,
|
|
481
488
|
_CWEFEA,
|
|
@@ -483,57 +490,57 @@ export var CancelWorkflowExecutionFailedEventAttributes = [
|
|
|
483
490
|
[_ca, _dTCEI],
|
|
484
491
|
[0, 1],
|
|
485
492
|
];
|
|
486
|
-
export var ChildWorkflowExecutionCanceledEventAttributes = [
|
|
493
|
+
export var ChildWorkflowExecutionCanceledEventAttributes$ = [
|
|
487
494
|
3,
|
|
488
495
|
n0,
|
|
489
496
|
_CWECEA,
|
|
490
497
|
0,
|
|
491
498
|
[_wE, _wT, _d, _iEI, _sEI],
|
|
492
|
-
[() => WorkflowExecution
|
|
499
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
493
500
|
];
|
|
494
|
-
export var ChildWorkflowExecutionCompletedEventAttributes = [
|
|
501
|
+
export var ChildWorkflowExecutionCompletedEventAttributes$ = [
|
|
495
502
|
3,
|
|
496
503
|
n0,
|
|
497
504
|
_CWECEAh,
|
|
498
505
|
0,
|
|
499
506
|
[_wE, _wT, _r, _iEI, _sEI],
|
|
500
|
-
[() => WorkflowExecution
|
|
507
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
501
508
|
];
|
|
502
|
-
export var ChildWorkflowExecutionFailedEventAttributes = [
|
|
509
|
+
export var ChildWorkflowExecutionFailedEventAttributes$ = [
|
|
503
510
|
3,
|
|
504
511
|
n0,
|
|
505
512
|
_CWEFEAh,
|
|
506
513
|
0,
|
|
507
514
|
[_wE, _wT, _re, _d, _iEI, _sEI],
|
|
508
|
-
[() => WorkflowExecution
|
|
515
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 0, 1, 1],
|
|
509
516
|
];
|
|
510
|
-
export var ChildWorkflowExecutionStartedEventAttributes = [
|
|
517
|
+
export var ChildWorkflowExecutionStartedEventAttributes$ = [
|
|
511
518
|
3,
|
|
512
519
|
n0,
|
|
513
520
|
_CWESEA,
|
|
514
521
|
0,
|
|
515
522
|
[_wE, _wT, _iEI],
|
|
516
|
-
[() => WorkflowExecution
|
|
523
|
+
[() => WorkflowExecution$, () => WorkflowType$, 1],
|
|
517
524
|
];
|
|
518
|
-
export var ChildWorkflowExecutionTerminatedEventAttributes = [
|
|
525
|
+
export var ChildWorkflowExecutionTerminatedEventAttributes$ = [
|
|
519
526
|
3,
|
|
520
527
|
n0,
|
|
521
528
|
_CWETEA,
|
|
522
529
|
0,
|
|
523
530
|
[_wE, _wT, _iEI, _sEI],
|
|
524
|
-
[() => WorkflowExecution
|
|
531
|
+
[() => WorkflowExecution$, () => WorkflowType$, 1, 1],
|
|
525
532
|
];
|
|
526
|
-
export var ChildWorkflowExecutionTimedOutEventAttributes = [
|
|
533
|
+
export var ChildWorkflowExecutionTimedOutEventAttributes$ = [
|
|
527
534
|
3,
|
|
528
535
|
n0,
|
|
529
536
|
_CWETOEA,
|
|
530
537
|
0,
|
|
531
538
|
[_wE, _wT, _tTi, _iEI, _sEI],
|
|
532
|
-
[() => WorkflowExecution
|
|
539
|
+
[() => WorkflowExecution$, () => WorkflowType$, 0, 1, 1],
|
|
533
540
|
];
|
|
534
|
-
export var CloseStatusFilter = [3, n0, _CSF, 0, [_s], [0]];
|
|
535
|
-
export var CompleteWorkflowExecutionDecisionAttributes = [3, n0, _CWEDAo, 0, [_r], [0]];
|
|
536
|
-
export var CompleteWorkflowExecutionFailedEventAttributes = [
|
|
541
|
+
export var CloseStatusFilter$ = [3, n0, _CSF, 0, [_s], [0]];
|
|
542
|
+
export var CompleteWorkflowExecutionDecisionAttributes$ = [3, n0, _CWEDAo, 0, [_r], [0]];
|
|
543
|
+
export var CompleteWorkflowExecutionFailedEventAttributes$ = [
|
|
537
544
|
3,
|
|
538
545
|
n0,
|
|
539
546
|
_CWEFEAo,
|
|
@@ -541,15 +548,15 @@ export var CompleteWorkflowExecutionFailedEventAttributes = [
|
|
|
541
548
|
[_ca, _dTCEI],
|
|
542
549
|
[0, 1],
|
|
543
550
|
];
|
|
544
|
-
export var ContinueAsNewWorkflowExecutionDecisionAttributes = [
|
|
551
|
+
export var ContinueAsNewWorkflowExecutionDecisionAttributes$ = [
|
|
545
552
|
3,
|
|
546
553
|
n0,
|
|
547
554
|
_CANWEDA,
|
|
548
555
|
0,
|
|
549
556
|
[_i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wTV, _lR],
|
|
550
|
-
[0, 0, () => TaskList
|
|
557
|
+
[0, 0, () => TaskList$, 0, 0, 0, 64 | 0, 0, 0],
|
|
551
558
|
];
|
|
552
|
-
export var ContinueAsNewWorkflowExecutionFailedEventAttributes = [
|
|
559
|
+
export var ContinueAsNewWorkflowExecutionFailedEventAttributes$ = [
|
|
553
560
|
3,
|
|
554
561
|
n0,
|
|
555
562
|
_CANWEFEA,
|
|
@@ -557,7 +564,7 @@ export var ContinueAsNewWorkflowExecutionFailedEventAttributes = [
|
|
|
557
564
|
[_ca, _dTCEI],
|
|
558
565
|
[0, 1],
|
|
559
566
|
];
|
|
560
|
-
export var CountClosedWorkflowExecutionsInput = [
|
|
567
|
+
export var CountClosedWorkflowExecutionsInput$ = [
|
|
561
568
|
3,
|
|
562
569
|
n0,
|
|
563
570
|
_CCWEI,
|
|
@@ -565,25 +572,39 @@ export var CountClosedWorkflowExecutionsInput = [
|
|
|
565
572
|
[_do, _sTF, _cTF, _eF, _tF, _tFa, _cSF],
|
|
566
573
|
[
|
|
567
574
|
0,
|
|
568
|
-
() => ExecutionTimeFilter
|
|
569
|
-
() => ExecutionTimeFilter
|
|
570
|
-
() => WorkflowExecutionFilter
|
|
571
|
-
() => WorkflowTypeFilter
|
|
572
|
-
() => TagFilter
|
|
573
|
-
() => CloseStatusFilter
|
|
575
|
+
() => ExecutionTimeFilter$,
|
|
576
|
+
() => ExecutionTimeFilter$,
|
|
577
|
+
() => WorkflowExecutionFilter$,
|
|
578
|
+
() => WorkflowTypeFilter$,
|
|
579
|
+
() => TagFilter$,
|
|
580
|
+
() => CloseStatusFilter$,
|
|
574
581
|
],
|
|
575
582
|
];
|
|
576
|
-
export var CountOpenWorkflowExecutionsInput = [
|
|
583
|
+
export var CountOpenWorkflowExecutionsInput$ = [
|
|
577
584
|
3,
|
|
578
585
|
n0,
|
|
579
586
|
_COWEI,
|
|
580
587
|
0,
|
|
581
588
|
[_do, _sTF, _tF, _tFa, _eF],
|
|
582
|
-
[0, () => ExecutionTimeFilter
|
|
589
|
+
[0, () => ExecutionTimeFilter$, () => WorkflowTypeFilter$, () => TagFilter$, () => WorkflowExecutionFilter$],
|
|
590
|
+
];
|
|
591
|
+
export var CountPendingActivityTasksInput$ = [
|
|
592
|
+
3,
|
|
593
|
+
n0,
|
|
594
|
+
_CPATI,
|
|
595
|
+
0,
|
|
596
|
+
[_do, _tL],
|
|
597
|
+
[0, () => TaskList$],
|
|
598
|
+
];
|
|
599
|
+
export var CountPendingDecisionTasksInput$ = [
|
|
600
|
+
3,
|
|
601
|
+
n0,
|
|
602
|
+
_CPDTI,
|
|
603
|
+
0,
|
|
604
|
+
[_do, _tL],
|
|
605
|
+
[0, () => TaskList$],
|
|
583
606
|
];
|
|
584
|
-
export var
|
|
585
|
-
export var CountPendingDecisionTasksInput = [3, n0, _CPDTI, 0, [_do, _tL], [0, () => TaskList]];
|
|
586
|
-
export var Decision = [
|
|
607
|
+
export var Decision$ = [
|
|
587
608
|
3,
|
|
588
609
|
n0,
|
|
589
610
|
_D,
|
|
@@ -591,47 +612,47 @@ export var Decision = [
|
|
|
591
612
|
[_dT, _sATDA, _rCATDA, _cWEDA, _fWEDA, _cWEDAa, _cANWEDA, _rMDA, _sTDA, _cTDA, _sEWEDA, _rCEWEDA, _sCWEDA, _sLFDA],
|
|
592
613
|
[
|
|
593
614
|
0,
|
|
594
|
-
() => ScheduleActivityTaskDecisionAttributes
|
|
595
|
-
() => RequestCancelActivityTaskDecisionAttributes
|
|
596
|
-
() => CompleteWorkflowExecutionDecisionAttributes
|
|
597
|
-
() => FailWorkflowExecutionDecisionAttributes
|
|
598
|
-
() => CancelWorkflowExecutionDecisionAttributes
|
|
599
|
-
() => ContinueAsNewWorkflowExecutionDecisionAttributes
|
|
600
|
-
() => RecordMarkerDecisionAttributes
|
|
601
|
-
() => StartTimerDecisionAttributes
|
|
602
|
-
() => CancelTimerDecisionAttributes
|
|
603
|
-
() => SignalExternalWorkflowExecutionDecisionAttributes
|
|
604
|
-
() => RequestCancelExternalWorkflowExecutionDecisionAttributes
|
|
605
|
-
() => StartChildWorkflowExecutionDecisionAttributes
|
|
606
|
-
() => ScheduleLambdaFunctionDecisionAttributes
|
|
615
|
+
() => ScheduleActivityTaskDecisionAttributes$,
|
|
616
|
+
() => RequestCancelActivityTaskDecisionAttributes$,
|
|
617
|
+
() => CompleteWorkflowExecutionDecisionAttributes$,
|
|
618
|
+
() => FailWorkflowExecutionDecisionAttributes$,
|
|
619
|
+
() => CancelWorkflowExecutionDecisionAttributes$,
|
|
620
|
+
() => ContinueAsNewWorkflowExecutionDecisionAttributes$,
|
|
621
|
+
() => RecordMarkerDecisionAttributes$,
|
|
622
|
+
() => StartTimerDecisionAttributes$,
|
|
623
|
+
() => CancelTimerDecisionAttributes$,
|
|
624
|
+
() => SignalExternalWorkflowExecutionDecisionAttributes$,
|
|
625
|
+
() => RequestCancelExternalWorkflowExecutionDecisionAttributes$,
|
|
626
|
+
() => StartChildWorkflowExecutionDecisionAttributes$,
|
|
627
|
+
() => ScheduleLambdaFunctionDecisionAttributes$,
|
|
607
628
|
],
|
|
608
629
|
];
|
|
609
|
-
export var DecisionTask = [
|
|
630
|
+
export var DecisionTask$ = [
|
|
610
631
|
3,
|
|
611
632
|
n0,
|
|
612
633
|
_DT,
|
|
613
634
|
0,
|
|
614
635
|
[_tT, _sEI, _wE, _wT, _e, _nPT, _pSEI],
|
|
615
|
-
[0, 1, () => WorkflowExecution
|
|
636
|
+
[0, 1, () => WorkflowExecution$, () => WorkflowType$, () => HistoryEventList, 0, 1],
|
|
616
637
|
];
|
|
617
|
-
export var DecisionTaskCompletedEventAttributes = [
|
|
638
|
+
export var DecisionTaskCompletedEventAttributes$ = [
|
|
618
639
|
3,
|
|
619
640
|
n0,
|
|
620
641
|
_DTCEA,
|
|
621
642
|
0,
|
|
622
643
|
[_eC, _sEIc, _sEI, _tL, _tLSTST],
|
|
623
|
-
[0, 1, 1, () => TaskList
|
|
644
|
+
[0, 1, 1, () => TaskList$, 0],
|
|
624
645
|
];
|
|
625
|
-
export var DecisionTaskScheduledEventAttributes = [
|
|
646
|
+
export var DecisionTaskScheduledEventAttributes$ = [
|
|
626
647
|
3,
|
|
627
648
|
n0,
|
|
628
649
|
_DTSEA,
|
|
629
650
|
0,
|
|
630
651
|
[_tL, _tP, _sTCTt, _sTST],
|
|
631
|
-
[() => TaskList
|
|
652
|
+
[() => TaskList$, 0, 0, 0],
|
|
632
653
|
];
|
|
633
|
-
export var DecisionTaskStartedEventAttributes = [3, n0, _DTSEAe, 0, [_id, _sEIc], [0, 1]];
|
|
634
|
-
export var DecisionTaskTimedOutEventAttributes = [
|
|
654
|
+
export var DecisionTaskStartedEventAttributes$ = [3, n0, _DTSEAe, 0, [_id, _sEIc], [0, 1]];
|
|
655
|
+
export var DecisionTaskTimedOutEventAttributes$ = [
|
|
635
656
|
3,
|
|
636
657
|
n0,
|
|
637
658
|
_DTTOEA,
|
|
@@ -639,58 +660,86 @@ export var DecisionTaskTimedOutEventAttributes = [
|
|
|
639
660
|
[_tTi, _sEIc, _sEI],
|
|
640
661
|
[0, 1, 1],
|
|
641
662
|
];
|
|
642
|
-
export var DefaultUndefinedFault = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
|
|
643
|
-
TypeRegistry.for(n0).registerError(DefaultUndefinedFault
|
|
644
|
-
export var DeleteActivityTypeInput = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType]];
|
|
645
|
-
export var DeleteWorkflowTypeInput = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType]];
|
|
646
|
-
export var DeprecateActivityTypeInput = [
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
663
|
+
export var DefaultUndefinedFault$ = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
|
|
664
|
+
TypeRegistry.for(n0).registerError(DefaultUndefinedFault$, DefaultUndefinedFault);
|
|
665
|
+
export var DeleteActivityTypeInput$ = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType$]];
|
|
666
|
+
export var DeleteWorkflowTypeInput$ = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType$]];
|
|
667
|
+
export var DeprecateActivityTypeInput$ = [
|
|
668
|
+
3,
|
|
669
|
+
n0,
|
|
670
|
+
_DATIe,
|
|
671
|
+
0,
|
|
672
|
+
[_do, _aT],
|
|
673
|
+
[0, () => ActivityType$],
|
|
674
|
+
];
|
|
675
|
+
export var DeprecateDomainInput$ = [3, n0, _DDI, 0, [_n], [0]];
|
|
676
|
+
export var DeprecateWorkflowTypeInput$ = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_DWTIe,
|
|
680
|
+
0,
|
|
681
|
+
[_do, _wT],
|
|
682
|
+
[0, () => WorkflowType$],
|
|
683
|
+
];
|
|
684
|
+
export var DescribeActivityTypeInput$ = [
|
|
685
|
+
3,
|
|
686
|
+
n0,
|
|
687
|
+
_DATIes,
|
|
688
|
+
0,
|
|
689
|
+
[_do, _aT],
|
|
690
|
+
[0, () => ActivityType$],
|
|
691
|
+
];
|
|
692
|
+
export var DescribeDomainInput$ = [3, n0, _DDIe, 0, [_n], [0]];
|
|
693
|
+
export var DescribeWorkflowExecutionInput$ = [
|
|
652
694
|
3,
|
|
653
695
|
n0,
|
|
654
696
|
_DWEI,
|
|
655
697
|
0,
|
|
656
698
|
[_do, _ex],
|
|
657
|
-
[0, () => WorkflowExecution],
|
|
699
|
+
[0, () => WorkflowExecution$],
|
|
700
|
+
];
|
|
701
|
+
export var DescribeWorkflowTypeInput$ = [
|
|
702
|
+
3,
|
|
703
|
+
n0,
|
|
704
|
+
_DWTIes,
|
|
705
|
+
0,
|
|
706
|
+
[_do, _wT],
|
|
707
|
+
[0, () => WorkflowType$],
|
|
658
708
|
];
|
|
659
|
-
export var
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export var
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
export var DomainDetail = [
|
|
709
|
+
export var DomainAlreadyExistsFault$ = [-3, n0, _DAEF, { [_er]: _cl }, [_m], [0]];
|
|
710
|
+
TypeRegistry.for(n0).registerError(DomainAlreadyExistsFault$, DomainAlreadyExistsFault);
|
|
711
|
+
export var DomainConfiguration$ = [3, n0, _DC, 0, [_wERPID], [0]];
|
|
712
|
+
export var DomainDeprecatedFault$ = [-3, n0, _DDF, { [_er]: _cl }, [_m], [0]];
|
|
713
|
+
TypeRegistry.for(n0).registerError(DomainDeprecatedFault$, DomainDeprecatedFault);
|
|
714
|
+
export var DomainDetail$ = [
|
|
666
715
|
3,
|
|
667
716
|
n0,
|
|
668
717
|
_DD,
|
|
669
718
|
0,
|
|
670
719
|
[_dI, _co],
|
|
671
|
-
[() => DomainInfo
|
|
720
|
+
[() => DomainInfo$, () => DomainConfiguration$],
|
|
672
721
|
];
|
|
673
|
-
export var DomainInfo = [3, n0, _DI, 0, [_n, _s, _de, _a], [0, 0, 0, 0]];
|
|
674
|
-
export var DomainInfos = [3, n0, _DIo, 0, [_dIo, _nPT], [() => DomainInfoList, 0]];
|
|
675
|
-
export var ExecutionTimeFilter = [3, n0, _ETF, 0, [_oD, _lD], [4, 4]];
|
|
676
|
-
export var ExternalWorkflowExecutionCancelRequestedEventAttributes = [
|
|
722
|
+
export var DomainInfo$ = [3, n0, _DI, 0, [_n, _s, _de, _a], [0, 0, 0, 0]];
|
|
723
|
+
export var DomainInfos$ = [3, n0, _DIo, 0, [_dIo, _nPT], [() => DomainInfoList, 0]];
|
|
724
|
+
export var ExecutionTimeFilter$ = [3, n0, _ETF, 0, [_oD, _lD], [4, 4]];
|
|
725
|
+
export var ExternalWorkflowExecutionCancelRequestedEventAttributes$ = [
|
|
677
726
|
3,
|
|
678
727
|
n0,
|
|
679
728
|
_EWECREA,
|
|
680
729
|
0,
|
|
681
730
|
[_wE, _iEI],
|
|
682
|
-
[() => WorkflowExecution
|
|
731
|
+
[() => WorkflowExecution$, 1],
|
|
683
732
|
];
|
|
684
|
-
export var ExternalWorkflowExecutionSignaledEventAttributes = [
|
|
733
|
+
export var ExternalWorkflowExecutionSignaledEventAttributes$ = [
|
|
685
734
|
3,
|
|
686
735
|
n0,
|
|
687
736
|
_EWESEA,
|
|
688
737
|
0,
|
|
689
738
|
[_wE, _iEI],
|
|
690
|
-
[() => WorkflowExecution
|
|
739
|
+
[() => WorkflowExecution$, 1],
|
|
691
740
|
];
|
|
692
|
-
export var FailWorkflowExecutionDecisionAttributes = [3, n0, _FWEDA, 0, [_re, _d], [0, 0]];
|
|
693
|
-
export var FailWorkflowExecutionFailedEventAttributes = [
|
|
741
|
+
export var FailWorkflowExecutionDecisionAttributes$ = [3, n0, _FWEDA, 0, [_re, _d], [0, 0]];
|
|
742
|
+
export var FailWorkflowExecutionFailedEventAttributes$ = [
|
|
694
743
|
3,
|
|
695
744
|
n0,
|
|
696
745
|
_FWEFEA,
|
|
@@ -698,16 +747,16 @@ export var FailWorkflowExecutionFailedEventAttributes = [
|
|
|
698
747
|
[_ca, _dTCEI],
|
|
699
748
|
[0, 1],
|
|
700
749
|
];
|
|
701
|
-
export var GetWorkflowExecutionHistoryInput = [
|
|
750
|
+
export var GetWorkflowExecutionHistoryInput$ = [
|
|
702
751
|
3,
|
|
703
752
|
n0,
|
|
704
753
|
_GWEHI,
|
|
705
754
|
0,
|
|
706
755
|
[_do, _ex, _nPT, _mPS, _rO],
|
|
707
|
-
[0, () => WorkflowExecution
|
|
756
|
+
[0, () => WorkflowExecution$, 0, 1, 2],
|
|
708
757
|
];
|
|
709
|
-
export var History = [3, n0, _H, 0, [_e, _nPT], [() => HistoryEventList, 0]];
|
|
710
|
-
export var HistoryEvent = [
|
|
758
|
+
export var History$ = [3, n0, _H, 0, [_e, _nPT], [() => HistoryEventList, 0]];
|
|
759
|
+
export var HistoryEvent$ = [
|
|
711
760
|
3,
|
|
712
761
|
n0,
|
|
713
762
|
_HE,
|
|
@@ -775,63 +824,63 @@ export var HistoryEvent = [
|
|
|
775
824
|
4,
|
|
776
825
|
0,
|
|
777
826
|
1,
|
|
778
|
-
() => WorkflowExecutionStartedEventAttributes
|
|
779
|
-
() => WorkflowExecutionCompletedEventAttributes
|
|
780
|
-
() => CompleteWorkflowExecutionFailedEventAttributes
|
|
781
|
-
() => WorkflowExecutionFailedEventAttributes
|
|
782
|
-
() => FailWorkflowExecutionFailedEventAttributes
|
|
783
|
-
() => WorkflowExecutionTimedOutEventAttributes
|
|
784
|
-
() => WorkflowExecutionCanceledEventAttributes
|
|
785
|
-
() => CancelWorkflowExecutionFailedEventAttributes
|
|
786
|
-
() => WorkflowExecutionContinuedAsNewEventAttributes
|
|
787
|
-
() => ContinueAsNewWorkflowExecutionFailedEventAttributes
|
|
788
|
-
() => WorkflowExecutionTerminatedEventAttributes
|
|
789
|
-
() => WorkflowExecutionCancelRequestedEventAttributes
|
|
790
|
-
() => DecisionTaskScheduledEventAttributes
|
|
791
|
-
() => DecisionTaskStartedEventAttributes
|
|
792
|
-
() => DecisionTaskCompletedEventAttributes
|
|
793
|
-
() => DecisionTaskTimedOutEventAttributes
|
|
794
|
-
() => ActivityTaskScheduledEventAttributes
|
|
795
|
-
() => ActivityTaskStartedEventAttributes
|
|
796
|
-
() => ActivityTaskCompletedEventAttributes
|
|
797
|
-
() => ActivityTaskFailedEventAttributes
|
|
798
|
-
() => ActivityTaskTimedOutEventAttributes
|
|
799
|
-
() => ActivityTaskCanceledEventAttributes
|
|
800
|
-
() => ActivityTaskCancelRequestedEventAttributes
|
|
801
|
-
() => WorkflowExecutionSignaledEventAttributes
|
|
802
|
-
() => MarkerRecordedEventAttributes
|
|
803
|
-
() => RecordMarkerFailedEventAttributes
|
|
804
|
-
() => TimerStartedEventAttributes
|
|
805
|
-
() => TimerFiredEventAttributes
|
|
806
|
-
() => TimerCanceledEventAttributes
|
|
807
|
-
() => StartChildWorkflowExecutionInitiatedEventAttributes
|
|
808
|
-
() => ChildWorkflowExecutionStartedEventAttributes
|
|
809
|
-
() => ChildWorkflowExecutionCompletedEventAttributes
|
|
810
|
-
() => ChildWorkflowExecutionFailedEventAttributes
|
|
811
|
-
() => ChildWorkflowExecutionTimedOutEventAttributes
|
|
812
|
-
() => ChildWorkflowExecutionCanceledEventAttributes
|
|
813
|
-
() => ChildWorkflowExecutionTerminatedEventAttributes
|
|
814
|
-
() => SignalExternalWorkflowExecutionInitiatedEventAttributes
|
|
815
|
-
() => ExternalWorkflowExecutionSignaledEventAttributes
|
|
816
|
-
() => SignalExternalWorkflowExecutionFailedEventAttributes
|
|
817
|
-
() => ExternalWorkflowExecutionCancelRequestedEventAttributes
|
|
818
|
-
() => RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
|
|
819
|
-
() => RequestCancelExternalWorkflowExecutionFailedEventAttributes
|
|
820
|
-
() => ScheduleActivityTaskFailedEventAttributes
|
|
821
|
-
() => RequestCancelActivityTaskFailedEventAttributes
|
|
822
|
-
() => StartTimerFailedEventAttributes
|
|
823
|
-
() => CancelTimerFailedEventAttributes
|
|
824
|
-
() => StartChildWorkflowExecutionFailedEventAttributes
|
|
825
|
-
() => LambdaFunctionScheduledEventAttributes
|
|
826
|
-
() => LambdaFunctionStartedEventAttributes
|
|
827
|
-
() => LambdaFunctionCompletedEventAttributes
|
|
828
|
-
() => LambdaFunctionFailedEventAttributes
|
|
829
|
-
() => LambdaFunctionTimedOutEventAttributes
|
|
830
|
-
() => ScheduleLambdaFunctionFailedEventAttributes
|
|
831
|
-
() => StartLambdaFunctionFailedEventAttributes
|
|
827
|
+
() => WorkflowExecutionStartedEventAttributes$,
|
|
828
|
+
() => WorkflowExecutionCompletedEventAttributes$,
|
|
829
|
+
() => CompleteWorkflowExecutionFailedEventAttributes$,
|
|
830
|
+
() => WorkflowExecutionFailedEventAttributes$,
|
|
831
|
+
() => FailWorkflowExecutionFailedEventAttributes$,
|
|
832
|
+
() => WorkflowExecutionTimedOutEventAttributes$,
|
|
833
|
+
() => WorkflowExecutionCanceledEventAttributes$,
|
|
834
|
+
() => CancelWorkflowExecutionFailedEventAttributes$,
|
|
835
|
+
() => WorkflowExecutionContinuedAsNewEventAttributes$,
|
|
836
|
+
() => ContinueAsNewWorkflowExecutionFailedEventAttributes$,
|
|
837
|
+
() => WorkflowExecutionTerminatedEventAttributes$,
|
|
838
|
+
() => WorkflowExecutionCancelRequestedEventAttributes$,
|
|
839
|
+
() => DecisionTaskScheduledEventAttributes$,
|
|
840
|
+
() => DecisionTaskStartedEventAttributes$,
|
|
841
|
+
() => DecisionTaskCompletedEventAttributes$,
|
|
842
|
+
() => DecisionTaskTimedOutEventAttributes$,
|
|
843
|
+
() => ActivityTaskScheduledEventAttributes$,
|
|
844
|
+
() => ActivityTaskStartedEventAttributes$,
|
|
845
|
+
() => ActivityTaskCompletedEventAttributes$,
|
|
846
|
+
() => ActivityTaskFailedEventAttributes$,
|
|
847
|
+
() => ActivityTaskTimedOutEventAttributes$,
|
|
848
|
+
() => ActivityTaskCanceledEventAttributes$,
|
|
849
|
+
() => ActivityTaskCancelRequestedEventAttributes$,
|
|
850
|
+
() => WorkflowExecutionSignaledEventAttributes$,
|
|
851
|
+
() => MarkerRecordedEventAttributes$,
|
|
852
|
+
() => RecordMarkerFailedEventAttributes$,
|
|
853
|
+
() => TimerStartedEventAttributes$,
|
|
854
|
+
() => TimerFiredEventAttributes$,
|
|
855
|
+
() => TimerCanceledEventAttributes$,
|
|
856
|
+
() => StartChildWorkflowExecutionInitiatedEventAttributes$,
|
|
857
|
+
() => ChildWorkflowExecutionStartedEventAttributes$,
|
|
858
|
+
() => ChildWorkflowExecutionCompletedEventAttributes$,
|
|
859
|
+
() => ChildWorkflowExecutionFailedEventAttributes$,
|
|
860
|
+
() => ChildWorkflowExecutionTimedOutEventAttributes$,
|
|
861
|
+
() => ChildWorkflowExecutionCanceledEventAttributes$,
|
|
862
|
+
() => ChildWorkflowExecutionTerminatedEventAttributes$,
|
|
863
|
+
() => SignalExternalWorkflowExecutionInitiatedEventAttributes$,
|
|
864
|
+
() => ExternalWorkflowExecutionSignaledEventAttributes$,
|
|
865
|
+
() => SignalExternalWorkflowExecutionFailedEventAttributes$,
|
|
866
|
+
() => ExternalWorkflowExecutionCancelRequestedEventAttributes$,
|
|
867
|
+
() => RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$,
|
|
868
|
+
() => RequestCancelExternalWorkflowExecutionFailedEventAttributes$,
|
|
869
|
+
() => ScheduleActivityTaskFailedEventAttributes$,
|
|
870
|
+
() => RequestCancelActivityTaskFailedEventAttributes$,
|
|
871
|
+
() => StartTimerFailedEventAttributes$,
|
|
872
|
+
() => CancelTimerFailedEventAttributes$,
|
|
873
|
+
() => StartChildWorkflowExecutionFailedEventAttributes$,
|
|
874
|
+
() => LambdaFunctionScheduledEventAttributes$,
|
|
875
|
+
() => LambdaFunctionStartedEventAttributes$,
|
|
876
|
+
() => LambdaFunctionCompletedEventAttributes$,
|
|
877
|
+
() => LambdaFunctionFailedEventAttributes$,
|
|
878
|
+
() => LambdaFunctionTimedOutEventAttributes$,
|
|
879
|
+
() => ScheduleLambdaFunctionFailedEventAttributes$,
|
|
880
|
+
() => StartLambdaFunctionFailedEventAttributes$,
|
|
832
881
|
],
|
|
833
882
|
];
|
|
834
|
-
export var LambdaFunctionCompletedEventAttributes = [
|
|
883
|
+
export var LambdaFunctionCompletedEventAttributes$ = [
|
|
835
884
|
3,
|
|
836
885
|
n0,
|
|
837
886
|
_LFCEA,
|
|
@@ -839,7 +888,7 @@ export var LambdaFunctionCompletedEventAttributes = [
|
|
|
839
888
|
[_sEIc, _sEI, _r],
|
|
840
889
|
[1, 1, 0],
|
|
841
890
|
];
|
|
842
|
-
export var LambdaFunctionFailedEventAttributes = [
|
|
891
|
+
export var LambdaFunctionFailedEventAttributes$ = [
|
|
843
892
|
3,
|
|
844
893
|
n0,
|
|
845
894
|
_LFFEA,
|
|
@@ -847,7 +896,7 @@ export var LambdaFunctionFailedEventAttributes = [
|
|
|
847
896
|
[_sEIc, _sEI, _re, _d],
|
|
848
897
|
[1, 1, 0, 0],
|
|
849
898
|
];
|
|
850
|
-
export var LambdaFunctionScheduledEventAttributes = [
|
|
899
|
+
export var LambdaFunctionScheduledEventAttributes$ = [
|
|
851
900
|
3,
|
|
852
901
|
n0,
|
|
853
902
|
_LFSEA,
|
|
@@ -855,8 +904,8 @@ export var LambdaFunctionScheduledEventAttributes = [
|
|
|
855
904
|
[_id_, _n, _c, _i, _sTCTt, _dTCEI],
|
|
856
905
|
[0, 0, 0, 0, 0, 1],
|
|
857
906
|
];
|
|
858
|
-
export var LambdaFunctionStartedEventAttributes = [3, n0, _LFSEAa, 0, [_sEIc], [1]];
|
|
859
|
-
export var LambdaFunctionTimedOutEventAttributes = [
|
|
907
|
+
export var LambdaFunctionStartedEventAttributes$ = [3, n0, _LFSEAa, 0, [_sEIc], [1]];
|
|
908
|
+
export var LambdaFunctionTimedOutEventAttributes$ = [
|
|
860
909
|
3,
|
|
861
910
|
n0,
|
|
862
911
|
_LFTOEA,
|
|
@@ -864,9 +913,9 @@ export var LambdaFunctionTimedOutEventAttributes = [
|
|
|
864
913
|
[_sEIc, _sEI, _tTi],
|
|
865
914
|
[1, 1, 0],
|
|
866
915
|
];
|
|
867
|
-
export var LimitExceededFault = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
|
|
868
|
-
TypeRegistry.for(n0).registerError(LimitExceededFault
|
|
869
|
-
export var ListActivityTypesInput = [
|
|
916
|
+
export var LimitExceededFault$ = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
|
|
917
|
+
TypeRegistry.for(n0).registerError(LimitExceededFault$, LimitExceededFault);
|
|
918
|
+
export var ListActivityTypesInput$ = [
|
|
870
919
|
3,
|
|
871
920
|
n0,
|
|
872
921
|
_LATI,
|
|
@@ -874,7 +923,7 @@ export var ListActivityTypesInput = [
|
|
|
874
923
|
[_do, _n, _rS, _nPT, _mPS, _rO],
|
|
875
924
|
[0, 0, 0, 0, 1, 2],
|
|
876
925
|
];
|
|
877
|
-
export var ListClosedWorkflowExecutionsInput = [
|
|
926
|
+
export var ListClosedWorkflowExecutionsInput$ = [
|
|
878
927
|
3,
|
|
879
928
|
n0,
|
|
880
929
|
_LCWEI,
|
|
@@ -882,29 +931,29 @@ export var ListClosedWorkflowExecutionsInput = [
|
|
|
882
931
|
[_do, _sTF, _cTF, _eF, _cSF, _tF, _tFa, _nPT, _mPS, _rO],
|
|
883
932
|
[
|
|
884
933
|
0,
|
|
885
|
-
() => ExecutionTimeFilter
|
|
886
|
-
() => ExecutionTimeFilter
|
|
887
|
-
() => WorkflowExecutionFilter
|
|
888
|
-
() => CloseStatusFilter
|
|
889
|
-
() => WorkflowTypeFilter
|
|
890
|
-
() => TagFilter
|
|
934
|
+
() => ExecutionTimeFilter$,
|
|
935
|
+
() => ExecutionTimeFilter$,
|
|
936
|
+
() => WorkflowExecutionFilter$,
|
|
937
|
+
() => CloseStatusFilter$,
|
|
938
|
+
() => WorkflowTypeFilter$,
|
|
939
|
+
() => TagFilter$,
|
|
891
940
|
0,
|
|
892
941
|
1,
|
|
893
942
|
2,
|
|
894
943
|
],
|
|
895
944
|
];
|
|
896
|
-
export var ListDomainsInput = [3, n0, _LDI, 0, [_nPT, _rS, _mPS, _rO], [0, 0, 1, 2]];
|
|
897
|
-
export var ListOpenWorkflowExecutionsInput = [
|
|
945
|
+
export var ListDomainsInput$ = [3, n0, _LDI, 0, [_nPT, _rS, _mPS, _rO], [0, 0, 1, 2]];
|
|
946
|
+
export var ListOpenWorkflowExecutionsInput$ = [
|
|
898
947
|
3,
|
|
899
948
|
n0,
|
|
900
949
|
_LOWEI,
|
|
901
950
|
0,
|
|
902
951
|
[_do, _sTF, _tF, _tFa, _nPT, _mPS, _rO, _eF],
|
|
903
|
-
[0, () => ExecutionTimeFilter
|
|
952
|
+
[0, () => ExecutionTimeFilter$, () => WorkflowTypeFilter$, () => TagFilter$, 0, 1, 2, () => WorkflowExecutionFilter$],
|
|
904
953
|
];
|
|
905
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [0]];
|
|
906
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [() => ResourceTagList]];
|
|
907
|
-
export var ListWorkflowTypesInput = [
|
|
954
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [0]];
|
|
955
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [() => ResourceTagList]];
|
|
956
|
+
export var ListWorkflowTypesInput$ = [
|
|
908
957
|
3,
|
|
909
958
|
n0,
|
|
910
959
|
_LWTI,
|
|
@@ -912,38 +961,45 @@ export var ListWorkflowTypesInput = [
|
|
|
912
961
|
[_do, _n, _rS, _nPT, _mPS, _rO],
|
|
913
962
|
[0, 0, 0, 0, 1, 2],
|
|
914
963
|
];
|
|
915
|
-
export var MarkerRecordedEventAttributes = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
|
|
916
|
-
export var OperationNotPermittedFault = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
|
|
917
|
-
TypeRegistry.for(n0).registerError(OperationNotPermittedFault
|
|
918
|
-
export var PendingTaskCount = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
|
|
919
|
-
export var PollForActivityTaskInput = [
|
|
964
|
+
export var MarkerRecordedEventAttributes$ = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
|
|
965
|
+
export var OperationNotPermittedFault$ = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
|
|
966
|
+
TypeRegistry.for(n0).registerError(OperationNotPermittedFault$, OperationNotPermittedFault);
|
|
967
|
+
export var PendingTaskCount$ = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
|
|
968
|
+
export var PollForActivityTaskInput$ = [
|
|
920
969
|
3,
|
|
921
970
|
n0,
|
|
922
971
|
_PFATI,
|
|
923
972
|
0,
|
|
924
973
|
[_do, _tL, _id],
|
|
925
|
-
[0, () => TaskList
|
|
974
|
+
[0, () => TaskList$, 0],
|
|
926
975
|
];
|
|
927
|
-
export var PollForDecisionTaskInput = [
|
|
976
|
+
export var PollForDecisionTaskInput$ = [
|
|
928
977
|
3,
|
|
929
978
|
n0,
|
|
930
979
|
_PFDTI,
|
|
931
980
|
0,
|
|
932
981
|
[_do, _tL, _id, _nPT, _mPS, _rO, _sAPSE],
|
|
933
|
-
[0, () => TaskList
|
|
982
|
+
[0, () => TaskList$, 0, 0, 1, 2, 2],
|
|
983
|
+
];
|
|
984
|
+
export var RecordActivityTaskHeartbeatInput$ = [3, n0, _RATHI, 0, [_tT, _d], [0, 0]];
|
|
985
|
+
export var RecordMarkerDecisionAttributes$ = [3, n0, _RMDA, 0, [_mN, _d], [0, 0]];
|
|
986
|
+
export var RecordMarkerFailedEventAttributes$ = [
|
|
987
|
+
3,
|
|
988
|
+
n0,
|
|
989
|
+
_RMFEA,
|
|
990
|
+
0,
|
|
991
|
+
[_mN, _ca, _dTCEI],
|
|
992
|
+
[0, 0, 1],
|
|
934
993
|
];
|
|
935
|
-
export var
|
|
936
|
-
export var RecordMarkerDecisionAttributes = [3, n0, _RMDA, 0, [_mN, _d], [0, 0]];
|
|
937
|
-
export var RecordMarkerFailedEventAttributes = [3, n0, _RMFEA, 0, [_mN, _ca, _dTCEI], [0, 0, 1]];
|
|
938
|
-
export var RegisterActivityTypeInput = [
|
|
994
|
+
export var RegisterActivityTypeInput$ = [
|
|
939
995
|
3,
|
|
940
996
|
n0,
|
|
941
997
|
_RATI,
|
|
942
998
|
0,
|
|
943
999
|
[_do, _n, _v, _de, _dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
|
|
944
|
-
[0, 0, 0, 0, 0, 0, () => TaskList
|
|
1000
|
+
[0, 0, 0, 0, 0, 0, () => TaskList$, 0, 0, 0],
|
|
945
1001
|
];
|
|
946
|
-
export var RegisterDomainInput = [
|
|
1002
|
+
export var RegisterDomainInput$ = [
|
|
947
1003
|
3,
|
|
948
1004
|
n0,
|
|
949
1005
|
_RDI,
|
|
@@ -951,16 +1007,16 @@ export var RegisterDomainInput = [
|
|
|
951
1007
|
[_n, _de, _wERPID, _t],
|
|
952
1008
|
[0, 0, 0, () => ResourceTagList],
|
|
953
1009
|
];
|
|
954
|
-
export var RegisterWorkflowTypeInput = [
|
|
1010
|
+
export var RegisterWorkflowTypeInput$ = [
|
|
955
1011
|
3,
|
|
956
1012
|
n0,
|
|
957
1013
|
_RWTI,
|
|
958
1014
|
0,
|
|
959
1015
|
[_do, _n, _v, _de, _dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
|
|
960
|
-
[0, 0, 0, 0, 0, 0, () => TaskList
|
|
1016
|
+
[0, 0, 0, 0, 0, 0, () => TaskList$, 0, 0, 0],
|
|
961
1017
|
];
|
|
962
|
-
export var RequestCancelActivityTaskDecisionAttributes = [3, n0, _RCATDA, 0, [_aI], [0]];
|
|
963
|
-
export var RequestCancelActivityTaskFailedEventAttributes = [
|
|
1018
|
+
export var RequestCancelActivityTaskDecisionAttributes$ = [3, n0, _RCATDA, 0, [_aI], [0]];
|
|
1019
|
+
export var RequestCancelActivityTaskFailedEventAttributes$ = [
|
|
964
1020
|
3,
|
|
965
1021
|
n0,
|
|
966
1022
|
_RCATFEA,
|
|
@@ -968,7 +1024,7 @@ export var RequestCancelActivityTaskFailedEventAttributes = [
|
|
|
968
1024
|
[_aI, _ca, _dTCEI],
|
|
969
1025
|
[0, 0, 1],
|
|
970
1026
|
];
|
|
971
|
-
export var RequestCancelExternalWorkflowExecutionDecisionAttributes = [
|
|
1027
|
+
export var RequestCancelExternalWorkflowExecutionDecisionAttributes$ = [
|
|
972
1028
|
3,
|
|
973
1029
|
n0,
|
|
974
1030
|
_RCEWEDA,
|
|
@@ -976,7 +1032,7 @@ export var RequestCancelExternalWorkflowExecutionDecisionAttributes = [
|
|
|
976
1032
|
[_wI, _rI, _c],
|
|
977
1033
|
[0, 0, 0],
|
|
978
1034
|
];
|
|
979
|
-
export var RequestCancelExternalWorkflowExecutionFailedEventAttributes = [
|
|
1035
|
+
export var RequestCancelExternalWorkflowExecutionFailedEventAttributes$ = [
|
|
980
1036
|
3,
|
|
981
1037
|
n0,
|
|
982
1038
|
_RCEWEFEA,
|
|
@@ -984,7 +1040,7 @@ export var RequestCancelExternalWorkflowExecutionFailedEventAttributes = [
|
|
|
984
1040
|
[_wI, _rI, _ca, _iEI, _dTCEI, _c],
|
|
985
1041
|
[0, 0, 0, 1, 1, 0],
|
|
986
1042
|
];
|
|
987
|
-
export var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
1043
|
+
export var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes$ = [
|
|
988
1044
|
3,
|
|
989
1045
|
n0,
|
|
990
1046
|
_RCEWEIEA,
|
|
@@ -992,37 +1048,37 @@ export var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
|
992
1048
|
[_wI, _rI, _dTCEI, _c],
|
|
993
1049
|
[0, 0, 1, 0],
|
|
994
1050
|
];
|
|
995
|
-
export var RequestCancelWorkflowExecutionInput = [3, n0, _RCWEI, 0, [_do, _wI, _rI], [0, 0, 0]];
|
|
996
|
-
export var ResourceTag = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
997
|
-
export var RespondActivityTaskCanceledInput = [3, n0, _RATCI, 0, [_tT, _d], [0, 0]];
|
|
998
|
-
export var RespondActivityTaskCompletedInput = [3, n0, _RATCIe, 0, [_tT, _r], [0, 0]];
|
|
999
|
-
export var RespondActivityTaskFailedInput = [3, n0, _RATFI, 0, [_tT, _re, _d], [0, 0, 0]];
|
|
1000
|
-
export var RespondDecisionTaskCompletedInput = [
|
|
1051
|
+
export var RequestCancelWorkflowExecutionInput$ = [3, n0, _RCWEI, 0, [_do, _wI, _rI], [0, 0, 0]];
|
|
1052
|
+
export var ResourceTag$ = [3, n0, _RT, 0, [_k, _va], [0, 0]];
|
|
1053
|
+
export var RespondActivityTaskCanceledInput$ = [3, n0, _RATCI, 0, [_tT, _d], [0, 0]];
|
|
1054
|
+
export var RespondActivityTaskCompletedInput$ = [3, n0, _RATCIe, 0, [_tT, _r], [0, 0]];
|
|
1055
|
+
export var RespondActivityTaskFailedInput$ = [3, n0, _RATFI, 0, [_tT, _re, _d], [0, 0, 0]];
|
|
1056
|
+
export var RespondDecisionTaskCompletedInput$ = [
|
|
1001
1057
|
3,
|
|
1002
1058
|
n0,
|
|
1003
1059
|
_RDTCI,
|
|
1004
1060
|
0,
|
|
1005
1061
|
[_tT, _dec, _eC, _tL, _tLSTST],
|
|
1006
|
-
[0, () => DecisionList, 0, () => TaskList
|
|
1062
|
+
[0, () => DecisionList, 0, () => TaskList$, 0],
|
|
1007
1063
|
];
|
|
1008
|
-
export var Run = [3, n0, _R, 0, [_rI], [0]];
|
|
1009
|
-
export var ScheduleActivityTaskDecisionAttributes = [
|
|
1064
|
+
export var Run$ = [3, n0, _R, 0, [_rI], [0]];
|
|
1065
|
+
export var ScheduleActivityTaskDecisionAttributes$ = [
|
|
1010
1066
|
3,
|
|
1011
1067
|
n0,
|
|
1012
1068
|
_SATDA,
|
|
1013
1069
|
0,
|
|
1014
1070
|
[_aT, _aI, _c, _i, _sTCT, _tL, _tP, _sTST, _sTCTt, _hT],
|
|
1015
|
-
[() => ActivityType
|
|
1071
|
+
[() => ActivityType$, 0, 0, 0, 0, () => TaskList$, 0, 0, 0, 0],
|
|
1016
1072
|
];
|
|
1017
|
-
export var ScheduleActivityTaskFailedEventAttributes = [
|
|
1073
|
+
export var ScheduleActivityTaskFailedEventAttributes$ = [
|
|
1018
1074
|
3,
|
|
1019
1075
|
n0,
|
|
1020
1076
|
_SATFEA,
|
|
1021
1077
|
0,
|
|
1022
1078
|
[_aT, _aI, _ca, _dTCEI],
|
|
1023
|
-
[() => ActivityType
|
|
1079
|
+
[() => ActivityType$, 0, 0, 1],
|
|
1024
1080
|
];
|
|
1025
|
-
export var ScheduleLambdaFunctionDecisionAttributes = [
|
|
1081
|
+
export var ScheduleLambdaFunctionDecisionAttributes$ = [
|
|
1026
1082
|
3,
|
|
1027
1083
|
n0,
|
|
1028
1084
|
_SLFDA,
|
|
@@ -1030,7 +1086,7 @@ export var ScheduleLambdaFunctionDecisionAttributes = [
|
|
|
1030
1086
|
[_id_, _n, _c, _i, _sTCTt],
|
|
1031
1087
|
[0, 0, 0, 0, 0],
|
|
1032
1088
|
];
|
|
1033
|
-
export var ScheduleLambdaFunctionFailedEventAttributes = [
|
|
1089
|
+
export var ScheduleLambdaFunctionFailedEventAttributes$ = [
|
|
1034
1090
|
3,
|
|
1035
1091
|
n0,
|
|
1036
1092
|
_SLFFEA,
|
|
@@ -1038,7 +1094,7 @@ export var ScheduleLambdaFunctionFailedEventAttributes = [
|
|
|
1038
1094
|
[_id_, _n, _ca, _dTCEI],
|
|
1039
1095
|
[0, 0, 0, 1],
|
|
1040
1096
|
];
|
|
1041
|
-
export var SignalExternalWorkflowExecutionDecisionAttributes = [
|
|
1097
|
+
export var SignalExternalWorkflowExecutionDecisionAttributes$ = [
|
|
1042
1098
|
3,
|
|
1043
1099
|
n0,
|
|
1044
1100
|
_SEWEDA,
|
|
@@ -1046,7 +1102,7 @@ export var SignalExternalWorkflowExecutionDecisionAttributes = [
|
|
|
1046
1102
|
[_wI, _rI, _sN, _i, _c],
|
|
1047
1103
|
[0, 0, 0, 0, 0],
|
|
1048
1104
|
];
|
|
1049
|
-
export var SignalExternalWorkflowExecutionFailedEventAttributes = [
|
|
1105
|
+
export var SignalExternalWorkflowExecutionFailedEventAttributes$ = [
|
|
1050
1106
|
3,
|
|
1051
1107
|
n0,
|
|
1052
1108
|
_SEWEFEA,
|
|
@@ -1054,7 +1110,7 @@ export var SignalExternalWorkflowExecutionFailedEventAttributes = [
|
|
|
1054
1110
|
[_wI, _rI, _ca, _iEI, _dTCEI, _c],
|
|
1055
1111
|
[0, 0, 0, 1, 1, 0],
|
|
1056
1112
|
];
|
|
1057
|
-
export var SignalExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
1113
|
+
export var SignalExternalWorkflowExecutionInitiatedEventAttributes$ = [
|
|
1058
1114
|
3,
|
|
1059
1115
|
n0,
|
|
1060
1116
|
_SEWEIEA,
|
|
@@ -1062,7 +1118,7 @@ export var SignalExternalWorkflowExecutionInitiatedEventAttributes = [
|
|
|
1062
1118
|
[_wI, _rI, _sN, _i, _dTCEI, _c],
|
|
1063
1119
|
[0, 0, 0, 0, 1, 0],
|
|
1064
1120
|
];
|
|
1065
|
-
export var SignalWorkflowExecutionInput = [
|
|
1121
|
+
export var SignalWorkflowExecutionInput$ = [
|
|
1066
1122
|
3,
|
|
1067
1123
|
n0,
|
|
1068
1124
|
_SWEI,
|
|
@@ -1070,31 +1126,31 @@ export var SignalWorkflowExecutionInput = [
|
|
|
1070
1126
|
[_do, _wI, _rI, _sN, _i],
|
|
1071
1127
|
[0, 0, 0, 0, 0],
|
|
1072
1128
|
];
|
|
1073
|
-
export var StartChildWorkflowExecutionDecisionAttributes = [
|
|
1129
|
+
export var StartChildWorkflowExecutionDecisionAttributes$ = [
|
|
1074
1130
|
3,
|
|
1075
1131
|
n0,
|
|
1076
1132
|
_SCWEDA,
|
|
1077
1133
|
0,
|
|
1078
1134
|
[_wT, _wI, _c, _i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _lR],
|
|
1079
|
-
[() => WorkflowType
|
|
1135
|
+
[() => WorkflowType$, 0, 0, 0, 0, () => TaskList$, 0, 0, 0, 64 | 0, 0],
|
|
1080
1136
|
];
|
|
1081
|
-
export var StartChildWorkflowExecutionFailedEventAttributes = [
|
|
1137
|
+
export var StartChildWorkflowExecutionFailedEventAttributes$ = [
|
|
1082
1138
|
3,
|
|
1083
1139
|
n0,
|
|
1084
1140
|
_SCWEFEA,
|
|
1085
1141
|
0,
|
|
1086
1142
|
[_wT, _ca, _wI, _iEI, _dTCEI, _c],
|
|
1087
|
-
[() => WorkflowType
|
|
1143
|
+
[() => WorkflowType$, 0, 0, 1, 1, 0],
|
|
1088
1144
|
];
|
|
1089
|
-
export var StartChildWorkflowExecutionInitiatedEventAttributes = [
|
|
1145
|
+
export var StartChildWorkflowExecutionInitiatedEventAttributes$ = [
|
|
1090
1146
|
3,
|
|
1091
1147
|
n0,
|
|
1092
1148
|
_SCWEIEA,
|
|
1093
1149
|
0,
|
|
1094
1150
|
[_wI, _wT, _c, _i, _eSTCT, _tL, _tP, _dTCEI, _cP, _tSTCT, _tLa, _lR],
|
|
1095
|
-
[0, () => WorkflowType
|
|
1151
|
+
[0, () => WorkflowType$, 0, 0, 0, () => TaskList$, 0, 1, 0, 0, 64 | 0, 0],
|
|
1096
1152
|
];
|
|
1097
|
-
export var StartLambdaFunctionFailedEventAttributes = [
|
|
1153
|
+
export var StartLambdaFunctionFailedEventAttributes$ = [
|
|
1098
1154
|
3,
|
|
1099
1155
|
n0,
|
|
1100
1156
|
_SLFFEAt,
|
|
@@ -1102,20 +1158,20 @@ export var StartLambdaFunctionFailedEventAttributes = [
|
|
|
1102
1158
|
[_sEIc, _ca, _m],
|
|
1103
1159
|
[1, 0, 0],
|
|
1104
1160
|
];
|
|
1105
|
-
export var StartTimerDecisionAttributes = [3, n0, _STDA, 0, [_tIi, _c, _sTFT], [0, 0, 0]];
|
|
1106
|
-
export var StartTimerFailedEventAttributes = [3, n0, _STFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
|
|
1107
|
-
export var StartWorkflowExecutionInput = [
|
|
1161
|
+
export var StartTimerDecisionAttributes$ = [3, n0, _STDA, 0, [_tIi, _c, _sTFT], [0, 0, 0]];
|
|
1162
|
+
export var StartTimerFailedEventAttributes$ = [3, n0, _STFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
|
|
1163
|
+
export var StartWorkflowExecutionInput$ = [
|
|
1108
1164
|
3,
|
|
1109
1165
|
n0,
|
|
1110
1166
|
_SWEIt,
|
|
1111
1167
|
0,
|
|
1112
1168
|
[_do, _wI, _wT, _tL, _tP, _i, _eSTCT, _tLa, _tSTCT, _cP, _lR],
|
|
1113
|
-
[0, 0, () => WorkflowType
|
|
1169
|
+
[0, 0, () => WorkflowType$, () => TaskList$, 0, 0, 0, 64 | 0, 0, 0, 0],
|
|
1114
1170
|
];
|
|
1115
|
-
export var TagFilter = [3, n0, _TF, 0, [_ta], [0]];
|
|
1116
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [0, () => ResourceTagList]];
|
|
1117
|
-
export var TaskList = [3, n0, _TL, 0, [_n], [0]];
|
|
1118
|
-
export var TerminateWorkflowExecutionInput = [
|
|
1171
|
+
export var TagFilter$ = [3, n0, _TF, 0, [_ta], [0]];
|
|
1172
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _t], [0, () => ResourceTagList]];
|
|
1173
|
+
export var TaskList$ = [3, n0, _TL, 0, [_n], [0]];
|
|
1174
|
+
export var TerminateWorkflowExecutionInput$ = [
|
|
1119
1175
|
3,
|
|
1120
1176
|
n0,
|
|
1121
1177
|
_TWEI,
|
|
@@ -1123,9 +1179,9 @@ export var TerminateWorkflowExecutionInput = [
|
|
|
1123
1179
|
[_do, _wI, _rI, _re, _d, _cP],
|
|
1124
1180
|
[0, 0, 0, 0, 0, 0],
|
|
1125
1181
|
];
|
|
1126
|
-
export var TimerCanceledEventAttributes = [3, n0, _TCEA, 0, [_tIi, _sEI, _dTCEI], [0, 1, 1]];
|
|
1127
|
-
export var TimerFiredEventAttributes = [3, n0, _TFEA, 0, [_tIi, _sEI], [0, 1]];
|
|
1128
|
-
export var TimerStartedEventAttributes = [
|
|
1182
|
+
export var TimerCanceledEventAttributes$ = [3, n0, _TCEA, 0, [_tIi, _sEI, _dTCEI], [0, 1, 1]];
|
|
1183
|
+
export var TimerFiredEventAttributes$ = [3, n0, _TFEA, 0, [_tIi, _sEI], [0, 1]];
|
|
1184
|
+
export var TimerStartedEventAttributes$ = [
|
|
1129
1185
|
3,
|
|
1130
1186
|
n0,
|
|
1131
1187
|
_TSEA,
|
|
@@ -1133,59 +1189,80 @@ export var TimerStartedEventAttributes = [
|
|
|
1133
1189
|
[_tIi, _c, _sTFT, _dTCEI],
|
|
1134
1190
|
[0, 0, 0, 1],
|
|
1135
1191
|
];
|
|
1136
|
-
export var TooManyTagsFault = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
1137
|
-
TypeRegistry.for(n0).registerError(TooManyTagsFault
|
|
1138
|
-
export var TypeAlreadyExistsFault = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
|
|
1139
|
-
TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault
|
|
1140
|
-
export var TypeDeprecatedFault = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
|
|
1141
|
-
TypeRegistry.for(n0).registerError(TypeDeprecatedFault
|
|
1142
|
-
export var TypeNotDeprecatedFault = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
|
|
1143
|
-
TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault
|
|
1144
|
-
export var UndeprecateActivityTypeInput = [
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
export var
|
|
1154
|
-
|
|
1192
|
+
export var TooManyTagsFault$ = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
1193
|
+
TypeRegistry.for(n0).registerError(TooManyTagsFault$, TooManyTagsFault);
|
|
1194
|
+
export var TypeAlreadyExistsFault$ = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
|
|
1195
|
+
TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault$, TypeAlreadyExistsFault);
|
|
1196
|
+
export var TypeDeprecatedFault$ = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
|
|
1197
|
+
TypeRegistry.for(n0).registerError(TypeDeprecatedFault$, TypeDeprecatedFault);
|
|
1198
|
+
export var TypeNotDeprecatedFault$ = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
|
|
1199
|
+
TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault$, TypeNotDeprecatedFault);
|
|
1200
|
+
export var UndeprecateActivityTypeInput$ = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_UATI,
|
|
1204
|
+
0,
|
|
1205
|
+
[_do, _aT],
|
|
1206
|
+
[0, () => ActivityType$],
|
|
1207
|
+
];
|
|
1208
|
+
export var UndeprecateDomainInput$ = [3, n0, _UDI, 0, [_n], [0]];
|
|
1209
|
+
export var UndeprecateWorkflowTypeInput$ = [
|
|
1210
|
+
3,
|
|
1211
|
+
n0,
|
|
1212
|
+
_UWTI,
|
|
1213
|
+
0,
|
|
1214
|
+
[_do, _wT],
|
|
1215
|
+
[0, () => WorkflowType$],
|
|
1216
|
+
];
|
|
1217
|
+
export var UnknownResourceFault$ = [-3, n0, _URF, { [_er]: _cl }, [_m], [0]];
|
|
1218
|
+
TypeRegistry.for(n0).registerError(UnknownResourceFault$, UnknownResourceFault);
|
|
1219
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
1220
|
+
export var WorkflowExecution$ = [3, n0, _WE, 0, [_wI, _rI], [0, 0]];
|
|
1221
|
+
export var WorkflowExecutionAlreadyStartedFault$ = [-3, n0, _WEASF, { [_er]: _cl }, [_m], [0]];
|
|
1222
|
+
TypeRegistry.for(n0).registerError(WorkflowExecutionAlreadyStartedFault$, WorkflowExecutionAlreadyStartedFault);
|
|
1223
|
+
export var WorkflowExecutionCanceledEventAttributes$ = [3, n0, _WECEA, 0, [_d, _dTCEI], [0, 1]];
|
|
1224
|
+
export var WorkflowExecutionCancelRequestedEventAttributes$ = [
|
|
1155
1225
|
3,
|
|
1156
1226
|
n0,
|
|
1157
1227
|
_WECREA,
|
|
1158
1228
|
0,
|
|
1159
1229
|
[_eWE, _eIEI, _ca],
|
|
1160
|
-
[() => WorkflowExecution
|
|
1230
|
+
[() => WorkflowExecution$, 1, 0],
|
|
1231
|
+
];
|
|
1232
|
+
export var WorkflowExecutionCompletedEventAttributes$ = [
|
|
1233
|
+
3,
|
|
1234
|
+
n0,
|
|
1235
|
+
_WECEAo,
|
|
1236
|
+
0,
|
|
1237
|
+
[_r, _dTCEI],
|
|
1238
|
+
[0, 1],
|
|
1161
1239
|
];
|
|
1162
|
-
export var
|
|
1163
|
-
export var WorkflowExecutionConfiguration = [
|
|
1240
|
+
export var WorkflowExecutionConfiguration$ = [
|
|
1164
1241
|
3,
|
|
1165
1242
|
n0,
|
|
1166
1243
|
_WEC,
|
|
1167
1244
|
0,
|
|
1168
1245
|
[_tSTCT, _eSTCT, _tL, _tP, _cP, _lR],
|
|
1169
|
-
[0, 0, () => TaskList
|
|
1246
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
1170
1247
|
];
|
|
1171
|
-
export var WorkflowExecutionContinuedAsNewEventAttributes = [
|
|
1248
|
+
export var WorkflowExecutionContinuedAsNewEventAttributes$ = [
|
|
1172
1249
|
3,
|
|
1173
1250
|
n0,
|
|
1174
1251
|
_WECANEA,
|
|
1175
1252
|
0,
|
|
1176
1253
|
[_i, _dTCEI, _nERI, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wT, _lR],
|
|
1177
|
-
[0, 1, 0, 0, () => TaskList
|
|
1254
|
+
[0, 1, 0, 0, () => TaskList$, 0, 0, 0, 64 | 0, () => WorkflowType$, 0],
|
|
1178
1255
|
];
|
|
1179
|
-
export var WorkflowExecutionCount = [3, n0, _WECo, 0, [_cou, _tr], [1, 2]];
|
|
1180
|
-
export var WorkflowExecutionDetail = [
|
|
1256
|
+
export var WorkflowExecutionCount$ = [3, n0, _WECo, 0, [_cou, _tr], [1, 2]];
|
|
1257
|
+
export var WorkflowExecutionDetail$ = [
|
|
1181
1258
|
3,
|
|
1182
1259
|
n0,
|
|
1183
1260
|
_WED,
|
|
1184
1261
|
0,
|
|
1185
1262
|
[_eIx, _eCx, _oC, _lATT, _lEC],
|
|
1186
|
-
[() => WorkflowExecutionInfo
|
|
1263
|
+
[() => WorkflowExecutionInfo$, () => WorkflowExecutionConfiguration$, () => WorkflowExecutionOpenCounts$, 4, 0],
|
|
1187
1264
|
];
|
|
1188
|
-
export var WorkflowExecutionFailedEventAttributes = [
|
|
1265
|
+
export var WorkflowExecutionFailedEventAttributes$ = [
|
|
1189
1266
|
3,
|
|
1190
1267
|
n0,
|
|
1191
1268
|
_WEFEA,
|
|
@@ -1193,16 +1270,16 @@ export var WorkflowExecutionFailedEventAttributes = [
|
|
|
1193
1270
|
[_re, _d, _dTCEI],
|
|
1194
1271
|
[0, 0, 1],
|
|
1195
1272
|
];
|
|
1196
|
-
export var WorkflowExecutionFilter = [3, n0, _WEF, 0, [_wI], [0]];
|
|
1197
|
-
export var WorkflowExecutionInfo = [
|
|
1273
|
+
export var WorkflowExecutionFilter$ = [3, n0, _WEF, 0, [_wI], [0]];
|
|
1274
|
+
export var WorkflowExecutionInfo$ = [
|
|
1198
1275
|
3,
|
|
1199
1276
|
n0,
|
|
1200
1277
|
_WEI,
|
|
1201
1278
|
0,
|
|
1202
1279
|
[_ex, _wT, _sT, _cT, _eS, _cS, _p, _tLa, _cR],
|
|
1203
|
-
[() => WorkflowExecution
|
|
1280
|
+
[() => WorkflowExecution$, () => WorkflowType$, 4, 4, 0, 0, () => WorkflowExecution$, 64 | 0, 2],
|
|
1204
1281
|
];
|
|
1205
|
-
export var WorkflowExecutionInfos = [
|
|
1282
|
+
export var WorkflowExecutionInfos$ = [
|
|
1206
1283
|
3,
|
|
1207
1284
|
n0,
|
|
1208
1285
|
_WEIo,
|
|
@@ -1210,7 +1287,7 @@ export var WorkflowExecutionInfos = [
|
|
|
1210
1287
|
[_eIxe, _nPT],
|
|
1211
1288
|
[() => WorkflowExecutionInfoList, 0],
|
|
1212
1289
|
];
|
|
1213
|
-
export var WorkflowExecutionOpenCounts = [
|
|
1290
|
+
export var WorkflowExecutionOpenCounts$ = [
|
|
1214
1291
|
3,
|
|
1215
1292
|
n0,
|
|
1216
1293
|
_WEOC,
|
|
@@ -1218,23 +1295,23 @@ export var WorkflowExecutionOpenCounts = [
|
|
|
1218
1295
|
[_oAT, _oDT, _oT, _oCWE, _oLF],
|
|
1219
1296
|
[1, 1, 1, 1, 1],
|
|
1220
1297
|
];
|
|
1221
|
-
export var WorkflowExecutionSignaledEventAttributes = [
|
|
1298
|
+
export var WorkflowExecutionSignaledEventAttributes$ = [
|
|
1222
1299
|
3,
|
|
1223
1300
|
n0,
|
|
1224
1301
|
_WESEA,
|
|
1225
1302
|
0,
|
|
1226
1303
|
[_sN, _i, _eWE, _eIEI],
|
|
1227
|
-
[0, 0, () => WorkflowExecution
|
|
1304
|
+
[0, 0, () => WorkflowExecution$, 1],
|
|
1228
1305
|
];
|
|
1229
|
-
export var WorkflowExecutionStartedEventAttributes = [
|
|
1306
|
+
export var WorkflowExecutionStartedEventAttributes$ = [
|
|
1230
1307
|
3,
|
|
1231
1308
|
n0,
|
|
1232
1309
|
_WESEAo,
|
|
1233
1310
|
0,
|
|
1234
1311
|
[_i, _eSTCT, _tSTCT, _cP, _tL, _tP, _wT, _tLa, _cERI, _pWE, _pIEI, _lR],
|
|
1235
|
-
[0, 0, 0, 0, () => TaskList
|
|
1312
|
+
[0, 0, 0, 0, () => TaskList$, 0, () => WorkflowType$, 64 | 0, 0, () => WorkflowExecution$, 1, 0],
|
|
1236
1313
|
];
|
|
1237
|
-
export var WorkflowExecutionTerminatedEventAttributes = [
|
|
1314
|
+
export var WorkflowExecutionTerminatedEventAttributes$ = [
|
|
1238
1315
|
3,
|
|
1239
1316
|
n0,
|
|
1240
1317
|
_WETEA,
|
|
@@ -1242,292 +1319,292 @@ export var WorkflowExecutionTerminatedEventAttributes = [
|
|
|
1242
1319
|
[_re, _d, _cP, _ca],
|
|
1243
1320
|
[0, 0, 0, 0],
|
|
1244
1321
|
];
|
|
1245
|
-
export var WorkflowExecutionTimedOutEventAttributes = [3, n0, _WETOEA, 0, [_tTi, _cP], [0, 0]];
|
|
1246
|
-
export var WorkflowType = [3, n0, _WT, 0, [_n, _v], [0, 0]];
|
|
1247
|
-
export var WorkflowTypeConfiguration = [
|
|
1322
|
+
export var WorkflowExecutionTimedOutEventAttributes$ = [3, n0, _WETOEA, 0, [_tTi, _cP], [0, 0]];
|
|
1323
|
+
export var WorkflowType$ = [3, n0, _WT, 0, [_n, _v], [0, 0]];
|
|
1324
|
+
export var WorkflowTypeConfiguration$ = [
|
|
1248
1325
|
3,
|
|
1249
1326
|
n0,
|
|
1250
1327
|
_WTC,
|
|
1251
1328
|
0,
|
|
1252
1329
|
[_dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
|
|
1253
|
-
[0, 0, () => TaskList
|
|
1330
|
+
[0, 0, () => TaskList$, 0, 0, 0],
|
|
1254
1331
|
];
|
|
1255
|
-
export var WorkflowTypeDetail = [
|
|
1332
|
+
export var WorkflowTypeDetail$ = [
|
|
1256
1333
|
3,
|
|
1257
1334
|
n0,
|
|
1258
1335
|
_WTD,
|
|
1259
1336
|
0,
|
|
1260
1337
|
[_tI, _co],
|
|
1261
|
-
[() => WorkflowTypeInfo
|
|
1338
|
+
[() => WorkflowTypeInfo$, () => WorkflowTypeConfiguration$],
|
|
1262
1339
|
];
|
|
1263
|
-
export var WorkflowTypeFilter = [3, n0, _WTF, 0, [_n, _v], [0, 0]];
|
|
1264
|
-
export var WorkflowTypeInfo = [
|
|
1340
|
+
export var WorkflowTypeFilter$ = [3, n0, _WTF, 0, [_n, _v], [0, 0]];
|
|
1341
|
+
export var WorkflowTypeInfo$ = [
|
|
1265
1342
|
3,
|
|
1266
1343
|
n0,
|
|
1267
1344
|
_WTI,
|
|
1268
1345
|
0,
|
|
1269
1346
|
[_wT, _s, _de, _cD, _dD],
|
|
1270
|
-
[() => WorkflowType
|
|
1271
|
-
];
|
|
1272
|
-
export var WorkflowTypeInfos = [3, n0, _WTIo, 0, [_tIy, _nPT], [() => WorkflowTypeInfoList, 0]];
|
|
1273
|
-
|
|
1274
|
-
export var SWFServiceException = [-3, _sm, "SWFServiceException", 0, [], []];
|
|
1275
|
-
TypeRegistry.for(_sm).registerError(SWFServiceException
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
export var CountClosedWorkflowExecutions = [
|
|
1347
|
+
[() => WorkflowType$, 0, 0, 4, 4],
|
|
1348
|
+
];
|
|
1349
|
+
export var WorkflowTypeInfos$ = [3, n0, _WTIo, 0, [_tIy, _nPT], [() => WorkflowTypeInfoList, 0]];
|
|
1350
|
+
var __Unit = "unit";
|
|
1351
|
+
export var SWFServiceException$ = [-3, _sm, "SWFServiceException", 0, [], []];
|
|
1352
|
+
TypeRegistry.for(_sm).registerError(SWFServiceException$, SWFServiceException);
|
|
1353
|
+
var ActivityTypeInfoList = [1, n0, _ATIL, 0, () => ActivityTypeInfo$];
|
|
1354
|
+
var DecisionList = [1, n0, _DL, 0, () => Decision$];
|
|
1355
|
+
var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo$];
|
|
1356
|
+
var HistoryEventList = [1, n0, _HEL, 0, () => HistoryEvent$];
|
|
1357
|
+
var ResourceTagKeyList = 64 | 0;
|
|
1358
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
1359
|
+
var TagList = 64 | 0;
|
|
1360
|
+
var WorkflowExecutionInfoList = [1, n0, _WEIL, 0, () => WorkflowExecutionInfo$];
|
|
1361
|
+
var WorkflowTypeInfoList = [1, n0, _WTIL, 0, () => WorkflowTypeInfo$];
|
|
1362
|
+
export var CountClosedWorkflowExecutions$ = [
|
|
1286
1363
|
9,
|
|
1287
1364
|
n0,
|
|
1288
1365
|
_CCWE,
|
|
1289
1366
|
0,
|
|
1290
|
-
() => CountClosedWorkflowExecutionsInput
|
|
1291
|
-
() => WorkflowExecutionCount
|
|
1367
|
+
() => CountClosedWorkflowExecutionsInput$,
|
|
1368
|
+
() => WorkflowExecutionCount$,
|
|
1292
1369
|
];
|
|
1293
|
-
export var CountOpenWorkflowExecutions = [
|
|
1370
|
+
export var CountOpenWorkflowExecutions$ = [
|
|
1294
1371
|
9,
|
|
1295
1372
|
n0,
|
|
1296
1373
|
_COWE,
|
|
1297
1374
|
0,
|
|
1298
|
-
() => CountOpenWorkflowExecutionsInput
|
|
1299
|
-
() => WorkflowExecutionCount
|
|
1375
|
+
() => CountOpenWorkflowExecutionsInput$,
|
|
1376
|
+
() => WorkflowExecutionCount$,
|
|
1300
1377
|
];
|
|
1301
|
-
export var CountPendingActivityTasks = [
|
|
1378
|
+
export var CountPendingActivityTasks$ = [
|
|
1302
1379
|
9,
|
|
1303
1380
|
n0,
|
|
1304
1381
|
_CPAT,
|
|
1305
1382
|
0,
|
|
1306
|
-
() => CountPendingActivityTasksInput
|
|
1307
|
-
() => PendingTaskCount
|
|
1383
|
+
() => CountPendingActivityTasksInput$,
|
|
1384
|
+
() => PendingTaskCount$,
|
|
1308
1385
|
];
|
|
1309
|
-
export var CountPendingDecisionTasks = [
|
|
1386
|
+
export var CountPendingDecisionTasks$ = [
|
|
1310
1387
|
9,
|
|
1311
1388
|
n0,
|
|
1312
1389
|
_CPDT,
|
|
1313
1390
|
0,
|
|
1314
|
-
() => CountPendingDecisionTasksInput
|
|
1315
|
-
() => PendingTaskCount
|
|
1391
|
+
() => CountPendingDecisionTasksInput$,
|
|
1392
|
+
() => PendingTaskCount$,
|
|
1316
1393
|
];
|
|
1317
|
-
export var DeleteActivityType = [9, n0, _DAT, 0, () => DeleteActivityTypeInput
|
|
1318
|
-
export var DeleteWorkflowType = [9, n0, _DWT, 0, () => DeleteWorkflowTypeInput
|
|
1319
|
-
export var DeprecateActivityType = [
|
|
1394
|
+
export var DeleteActivityType$ = [9, n0, _DAT, 0, () => DeleteActivityTypeInput$, () => __Unit];
|
|
1395
|
+
export var DeleteWorkflowType$ = [9, n0, _DWT, 0, () => DeleteWorkflowTypeInput$, () => __Unit];
|
|
1396
|
+
export var DeprecateActivityType$ = [
|
|
1320
1397
|
9,
|
|
1321
1398
|
n0,
|
|
1322
1399
|
_DATe,
|
|
1323
1400
|
0,
|
|
1324
|
-
() => DeprecateActivityTypeInput
|
|
1401
|
+
() => DeprecateActivityTypeInput$,
|
|
1325
1402
|
() => __Unit,
|
|
1326
1403
|
];
|
|
1327
|
-
export var DeprecateDomain = [9, n0, _DDe, 0, () => DeprecateDomainInput
|
|
1328
|
-
export var DeprecateWorkflowType = [
|
|
1404
|
+
export var DeprecateDomain$ = [9, n0, _DDe, 0, () => DeprecateDomainInput$, () => __Unit];
|
|
1405
|
+
export var DeprecateWorkflowType$ = [
|
|
1329
1406
|
9,
|
|
1330
1407
|
n0,
|
|
1331
1408
|
_DWTe,
|
|
1332
1409
|
0,
|
|
1333
|
-
() => DeprecateWorkflowTypeInput
|
|
1410
|
+
() => DeprecateWorkflowTypeInput$,
|
|
1334
1411
|
() => __Unit,
|
|
1335
1412
|
];
|
|
1336
|
-
export var DescribeActivityType = [
|
|
1413
|
+
export var DescribeActivityType$ = [
|
|
1337
1414
|
9,
|
|
1338
1415
|
n0,
|
|
1339
1416
|
_DATes,
|
|
1340
1417
|
0,
|
|
1341
|
-
() => DescribeActivityTypeInput
|
|
1342
|
-
() => ActivityTypeDetail
|
|
1418
|
+
() => DescribeActivityTypeInput$,
|
|
1419
|
+
() => ActivityTypeDetail$,
|
|
1343
1420
|
];
|
|
1344
|
-
export var DescribeDomain = [9, n0, _DDes, 0, () => DescribeDomainInput
|
|
1345
|
-
export var DescribeWorkflowExecution = [
|
|
1421
|
+
export var DescribeDomain$ = [9, n0, _DDes, 0, () => DescribeDomainInput$, () => DomainDetail$];
|
|
1422
|
+
export var DescribeWorkflowExecution$ = [
|
|
1346
1423
|
9,
|
|
1347
1424
|
n0,
|
|
1348
1425
|
_DWE,
|
|
1349
1426
|
0,
|
|
1350
|
-
() => DescribeWorkflowExecutionInput
|
|
1351
|
-
() => WorkflowExecutionDetail
|
|
1427
|
+
() => DescribeWorkflowExecutionInput$,
|
|
1428
|
+
() => WorkflowExecutionDetail$,
|
|
1352
1429
|
];
|
|
1353
|
-
export var DescribeWorkflowType = [
|
|
1430
|
+
export var DescribeWorkflowType$ = [
|
|
1354
1431
|
9,
|
|
1355
1432
|
n0,
|
|
1356
1433
|
_DWTes,
|
|
1357
1434
|
0,
|
|
1358
|
-
() => DescribeWorkflowTypeInput
|
|
1359
|
-
() => WorkflowTypeDetail
|
|
1435
|
+
() => DescribeWorkflowTypeInput$,
|
|
1436
|
+
() => WorkflowTypeDetail$,
|
|
1360
1437
|
];
|
|
1361
|
-
export var GetWorkflowExecutionHistory = [
|
|
1438
|
+
export var GetWorkflowExecutionHistory$ = [
|
|
1362
1439
|
9,
|
|
1363
1440
|
n0,
|
|
1364
1441
|
_GWEH,
|
|
1365
1442
|
0,
|
|
1366
|
-
() => GetWorkflowExecutionHistoryInput
|
|
1367
|
-
() => History
|
|
1443
|
+
() => GetWorkflowExecutionHistoryInput$,
|
|
1444
|
+
() => History$,
|
|
1368
1445
|
];
|
|
1369
|
-
export var ListActivityTypes = [
|
|
1446
|
+
export var ListActivityTypes$ = [
|
|
1370
1447
|
9,
|
|
1371
1448
|
n0,
|
|
1372
1449
|
_LAT,
|
|
1373
1450
|
0,
|
|
1374
|
-
() => ListActivityTypesInput
|
|
1375
|
-
() => ActivityTypeInfos
|
|
1451
|
+
() => ListActivityTypesInput$,
|
|
1452
|
+
() => ActivityTypeInfos$,
|
|
1376
1453
|
];
|
|
1377
|
-
export var ListClosedWorkflowExecutions = [
|
|
1454
|
+
export var ListClosedWorkflowExecutions$ = [
|
|
1378
1455
|
9,
|
|
1379
1456
|
n0,
|
|
1380
1457
|
_LCWE,
|
|
1381
1458
|
0,
|
|
1382
|
-
() => ListClosedWorkflowExecutionsInput
|
|
1383
|
-
() => WorkflowExecutionInfos
|
|
1459
|
+
() => ListClosedWorkflowExecutionsInput$,
|
|
1460
|
+
() => WorkflowExecutionInfos$,
|
|
1384
1461
|
];
|
|
1385
|
-
export var ListDomains = [9, n0, _LD, 0, () => ListDomainsInput
|
|
1386
|
-
export var ListOpenWorkflowExecutions = [
|
|
1462
|
+
export var ListDomains$ = [9, n0, _LD, 0, () => ListDomainsInput$, () => DomainInfos$];
|
|
1463
|
+
export var ListOpenWorkflowExecutions$ = [
|
|
1387
1464
|
9,
|
|
1388
1465
|
n0,
|
|
1389
1466
|
_LOWE,
|
|
1390
1467
|
0,
|
|
1391
|
-
() => ListOpenWorkflowExecutionsInput
|
|
1392
|
-
() => WorkflowExecutionInfos
|
|
1468
|
+
() => ListOpenWorkflowExecutionsInput$,
|
|
1469
|
+
() => WorkflowExecutionInfos$,
|
|
1393
1470
|
];
|
|
1394
|
-
export var ListTagsForResource = [
|
|
1471
|
+
export var ListTagsForResource$ = [
|
|
1395
1472
|
9,
|
|
1396
1473
|
n0,
|
|
1397
1474
|
_LTFR,
|
|
1398
1475
|
0,
|
|
1399
|
-
() => ListTagsForResourceInput
|
|
1400
|
-
() => ListTagsForResourceOutput
|
|
1476
|
+
() => ListTagsForResourceInput$,
|
|
1477
|
+
() => ListTagsForResourceOutput$,
|
|
1401
1478
|
];
|
|
1402
|
-
export var ListWorkflowTypes = [
|
|
1479
|
+
export var ListWorkflowTypes$ = [
|
|
1403
1480
|
9,
|
|
1404
1481
|
n0,
|
|
1405
1482
|
_LWT,
|
|
1406
1483
|
0,
|
|
1407
|
-
() => ListWorkflowTypesInput
|
|
1408
|
-
() => WorkflowTypeInfos
|
|
1484
|
+
() => ListWorkflowTypesInput$,
|
|
1485
|
+
() => WorkflowTypeInfos$,
|
|
1409
1486
|
];
|
|
1410
|
-
export var PollForActivityTask = [
|
|
1487
|
+
export var PollForActivityTask$ = [
|
|
1411
1488
|
9,
|
|
1412
1489
|
n0,
|
|
1413
1490
|
_PFAT,
|
|
1414
1491
|
0,
|
|
1415
|
-
() => PollForActivityTaskInput
|
|
1416
|
-
() => ActivityTask
|
|
1492
|
+
() => PollForActivityTaskInput$,
|
|
1493
|
+
() => ActivityTask$,
|
|
1417
1494
|
];
|
|
1418
|
-
export var PollForDecisionTask = [
|
|
1495
|
+
export var PollForDecisionTask$ = [
|
|
1419
1496
|
9,
|
|
1420
1497
|
n0,
|
|
1421
1498
|
_PFDT,
|
|
1422
1499
|
0,
|
|
1423
|
-
() => PollForDecisionTaskInput
|
|
1424
|
-
() => DecisionTask
|
|
1500
|
+
() => PollForDecisionTaskInput$,
|
|
1501
|
+
() => DecisionTask$,
|
|
1425
1502
|
];
|
|
1426
|
-
export var RecordActivityTaskHeartbeat = [
|
|
1503
|
+
export var RecordActivityTaskHeartbeat$ = [
|
|
1427
1504
|
9,
|
|
1428
1505
|
n0,
|
|
1429
1506
|
_RATH,
|
|
1430
1507
|
0,
|
|
1431
|
-
() => RecordActivityTaskHeartbeatInput
|
|
1432
|
-
() => ActivityTaskStatus
|
|
1508
|
+
() => RecordActivityTaskHeartbeatInput$,
|
|
1509
|
+
() => ActivityTaskStatus$,
|
|
1433
1510
|
];
|
|
1434
|
-
export var RegisterActivityType = [
|
|
1511
|
+
export var RegisterActivityType$ = [
|
|
1435
1512
|
9,
|
|
1436
1513
|
n0,
|
|
1437
1514
|
_RAT,
|
|
1438
1515
|
0,
|
|
1439
|
-
() => RegisterActivityTypeInput
|
|
1516
|
+
() => RegisterActivityTypeInput$,
|
|
1440
1517
|
() => __Unit,
|
|
1441
1518
|
];
|
|
1442
|
-
export var RegisterDomain = [9, n0, _RD, 0, () => RegisterDomainInput
|
|
1443
|
-
export var RegisterWorkflowType = [
|
|
1519
|
+
export var RegisterDomain$ = [9, n0, _RD, 0, () => RegisterDomainInput$, () => __Unit];
|
|
1520
|
+
export var RegisterWorkflowType$ = [
|
|
1444
1521
|
9,
|
|
1445
1522
|
n0,
|
|
1446
1523
|
_RWT,
|
|
1447
1524
|
0,
|
|
1448
|
-
() => RegisterWorkflowTypeInput
|
|
1525
|
+
() => RegisterWorkflowTypeInput$,
|
|
1449
1526
|
() => __Unit,
|
|
1450
1527
|
];
|
|
1451
|
-
export var RequestCancelWorkflowExecution = [
|
|
1528
|
+
export var RequestCancelWorkflowExecution$ = [
|
|
1452
1529
|
9,
|
|
1453
1530
|
n0,
|
|
1454
1531
|
_RCWE,
|
|
1455
1532
|
0,
|
|
1456
|
-
() => RequestCancelWorkflowExecutionInput
|
|
1533
|
+
() => RequestCancelWorkflowExecutionInput$,
|
|
1457
1534
|
() => __Unit,
|
|
1458
1535
|
];
|
|
1459
|
-
export var RespondActivityTaskCanceled = [
|
|
1536
|
+
export var RespondActivityTaskCanceled$ = [
|
|
1460
1537
|
9,
|
|
1461
1538
|
n0,
|
|
1462
1539
|
_RATC,
|
|
1463
1540
|
0,
|
|
1464
|
-
() => RespondActivityTaskCanceledInput
|
|
1541
|
+
() => RespondActivityTaskCanceledInput$,
|
|
1465
1542
|
() => __Unit,
|
|
1466
1543
|
];
|
|
1467
|
-
export var RespondActivityTaskCompleted = [
|
|
1544
|
+
export var RespondActivityTaskCompleted$ = [
|
|
1468
1545
|
9,
|
|
1469
1546
|
n0,
|
|
1470
1547
|
_RATCe,
|
|
1471
1548
|
0,
|
|
1472
|
-
() => RespondActivityTaskCompletedInput
|
|
1549
|
+
() => RespondActivityTaskCompletedInput$,
|
|
1473
1550
|
() => __Unit,
|
|
1474
1551
|
];
|
|
1475
|
-
export var RespondActivityTaskFailed = [
|
|
1552
|
+
export var RespondActivityTaskFailed$ = [
|
|
1476
1553
|
9,
|
|
1477
1554
|
n0,
|
|
1478
1555
|
_RATF,
|
|
1479
1556
|
0,
|
|
1480
|
-
() => RespondActivityTaskFailedInput
|
|
1557
|
+
() => RespondActivityTaskFailedInput$,
|
|
1481
1558
|
() => __Unit,
|
|
1482
1559
|
];
|
|
1483
|
-
export var RespondDecisionTaskCompleted = [
|
|
1560
|
+
export var RespondDecisionTaskCompleted$ = [
|
|
1484
1561
|
9,
|
|
1485
1562
|
n0,
|
|
1486
1563
|
_RDTC,
|
|
1487
1564
|
0,
|
|
1488
|
-
() => RespondDecisionTaskCompletedInput
|
|
1565
|
+
() => RespondDecisionTaskCompletedInput$,
|
|
1489
1566
|
() => __Unit,
|
|
1490
1567
|
];
|
|
1491
|
-
export var SignalWorkflowExecution = [
|
|
1568
|
+
export var SignalWorkflowExecution$ = [
|
|
1492
1569
|
9,
|
|
1493
1570
|
n0,
|
|
1494
1571
|
_SWE,
|
|
1495
1572
|
0,
|
|
1496
|
-
() => SignalWorkflowExecutionInput
|
|
1573
|
+
() => SignalWorkflowExecutionInput$,
|
|
1497
1574
|
() => __Unit,
|
|
1498
1575
|
];
|
|
1499
|
-
export var StartWorkflowExecution = [
|
|
1576
|
+
export var StartWorkflowExecution$ = [
|
|
1500
1577
|
9,
|
|
1501
1578
|
n0,
|
|
1502
1579
|
_SWEt,
|
|
1503
1580
|
0,
|
|
1504
|
-
() => StartWorkflowExecutionInput
|
|
1505
|
-
() => Run
|
|
1581
|
+
() => StartWorkflowExecutionInput$,
|
|
1582
|
+
() => Run$,
|
|
1506
1583
|
];
|
|
1507
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
1508
|
-
export var TerminateWorkflowExecution = [
|
|
1584
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => __Unit];
|
|
1585
|
+
export var TerminateWorkflowExecution$ = [
|
|
1509
1586
|
9,
|
|
1510
1587
|
n0,
|
|
1511
1588
|
_TWE,
|
|
1512
1589
|
0,
|
|
1513
|
-
() => TerminateWorkflowExecutionInput
|
|
1590
|
+
() => TerminateWorkflowExecutionInput$,
|
|
1514
1591
|
() => __Unit,
|
|
1515
1592
|
];
|
|
1516
|
-
export var UndeprecateActivityType = [
|
|
1593
|
+
export var UndeprecateActivityType$ = [
|
|
1517
1594
|
9,
|
|
1518
1595
|
n0,
|
|
1519
1596
|
_UAT,
|
|
1520
1597
|
0,
|
|
1521
|
-
() => UndeprecateActivityTypeInput
|
|
1598
|
+
() => UndeprecateActivityTypeInput$,
|
|
1522
1599
|
() => __Unit,
|
|
1523
1600
|
];
|
|
1524
|
-
export var UndeprecateDomain = [9, n0, _UD, 0, () => UndeprecateDomainInput
|
|
1525
|
-
export var UndeprecateWorkflowType = [
|
|
1601
|
+
export var UndeprecateDomain$ = [9, n0, _UD, 0, () => UndeprecateDomainInput$, () => __Unit];
|
|
1602
|
+
export var UndeprecateWorkflowType$ = [
|
|
1526
1603
|
9,
|
|
1527
1604
|
n0,
|
|
1528
1605
|
_UWT,
|
|
1529
1606
|
0,
|
|
1530
|
-
() => UndeprecateWorkflowTypeInput
|
|
1607
|
+
() => UndeprecateWorkflowTypeInput$,
|
|
1531
1608
|
() => __Unit,
|
|
1532
1609
|
];
|
|
1533
|
-
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput
|
|
1610
|
+
export var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceInput$, () => __Unit];
|