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