@aws-sdk/client-sfn 3.297.0 → 3.299.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/commands/CreateActivityCommand.js +2 -3
- package/dist-cjs/commands/CreateStateMachineCommand.js +1 -1
- package/dist-cjs/commands/DeleteActivityCommand.js +2 -3
- package/dist-cjs/commands/DeleteStateMachineCommand.js +2 -3
- package/dist-cjs/commands/DescribeActivityCommand.js +2 -3
- package/dist-cjs/commands/DescribeExecutionCommand.js +1 -1
- package/dist-cjs/commands/DescribeMapRunCommand.js +2 -3
- package/dist-cjs/commands/DescribeStateMachineCommand.js +1 -1
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +1 -1
- package/dist-cjs/commands/GetActivityTaskCommand.js +1 -1
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +1 -1
- package/dist-cjs/commands/ListActivitiesCommand.js +2 -3
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMapRunsCommand.js +2 -3
- package/dist-cjs/commands/ListStateMachinesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/SendTaskFailureCommand.js +1 -1
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +2 -3
- package/dist-cjs/commands/SendTaskSuccessCommand.js +1 -1
- package/dist-cjs/commands/StartExecutionCommand.js +1 -1
- package/dist-cjs/commands/StopExecutionCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateMapRunCommand.js +2 -3
- package/dist-cjs/commands/UpdateStateMachineCommand.js +1 -1
- package/dist-cjs/models/models_0.js +2 -239
- package/dist-es/commands/CreateActivityCommand.js +2 -3
- package/dist-es/commands/CreateStateMachineCommand.js +2 -2
- package/dist-es/commands/DeleteActivityCommand.js +2 -3
- package/dist-es/commands/DeleteStateMachineCommand.js +2 -3
- package/dist-es/commands/DescribeActivityCommand.js +2 -3
- package/dist-es/commands/DescribeExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeMapRunCommand.js +2 -3
- package/dist-es/commands/DescribeStateMachineCommand.js +2 -2
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +2 -2
- package/dist-es/commands/GetActivityTaskCommand.js +2 -2
- package/dist-es/commands/GetExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/ListActivitiesCommand.js +2 -3
- package/dist-es/commands/ListExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMapRunsCommand.js +2 -3
- package/dist-es/commands/ListStateMachinesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/SendTaskFailureCommand.js +2 -2
- package/dist-es/commands/SendTaskHeartbeatCommand.js +2 -3
- package/dist-es/commands/SendTaskSuccessCommand.js +2 -2
- package/dist-es/commands/StartExecutionCommand.js +2 -2
- package/dist-es/commands/StopExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateMapRunCommand.js +2 -3
- package/dist-es/commands/UpdateStateMachineCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -177
- package/dist-types/models/models_0.d.ts +0 -236
- package/dist-types/ts3.4/models/models_0.d.ts +0 -175
- package/package.json +11 -10
|
@@ -2596,14 +2596,6 @@ export interface UpdateStateMachineOutput {
|
|
|
2596
2596
|
* @internal
|
|
2597
2597
|
*/
|
|
2598
2598
|
export declare const ActivityFailedEventDetailsFilterSensitiveLog: (obj: ActivityFailedEventDetails) => any;
|
|
2599
|
-
/**
|
|
2600
|
-
* @internal
|
|
2601
|
-
*/
|
|
2602
|
-
export declare const ActivityListItemFilterSensitiveLog: (obj: ActivityListItem) => any;
|
|
2603
|
-
/**
|
|
2604
|
-
* @internal
|
|
2605
|
-
*/
|
|
2606
|
-
export declare const HistoryEventExecutionDataDetailsFilterSensitiveLog: (obj: HistoryEventExecutionDataDetails) => any;
|
|
2607
2599
|
/**
|
|
2608
2600
|
* @internal
|
|
2609
2601
|
*/
|
|
@@ -2612,10 +2604,6 @@ export declare const ActivityScheduledEventDetailsFilterSensitiveLog: (obj: Acti
|
|
|
2612
2604
|
* @internal
|
|
2613
2605
|
*/
|
|
2614
2606
|
export declare const ActivityScheduleFailedEventDetailsFilterSensitiveLog: (obj: ActivityScheduleFailedEventDetails) => any;
|
|
2615
|
-
/**
|
|
2616
|
-
* @internal
|
|
2617
|
-
*/
|
|
2618
|
-
export declare const ActivityStartedEventDetailsFilterSensitiveLog: (obj: ActivityStartedEventDetails) => any;
|
|
2619
2607
|
/**
|
|
2620
2608
|
* @internal
|
|
2621
2609
|
*/
|
|
@@ -2624,122 +2612,26 @@ export declare const ActivitySucceededEventDetailsFilterSensitiveLog: (obj: Acti
|
|
|
2624
2612
|
* @internal
|
|
2625
2613
|
*/
|
|
2626
2614
|
export declare const ActivityTimedOutEventDetailsFilterSensitiveLog: (obj: ActivityTimedOutEventDetails) => any;
|
|
2627
|
-
/**
|
|
2628
|
-
* @internal
|
|
2629
|
-
*/
|
|
2630
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2631
|
-
/**
|
|
2632
|
-
* @internal
|
|
2633
|
-
*/
|
|
2634
|
-
export declare const CreateActivityInputFilterSensitiveLog: (obj: CreateActivityInput) => any;
|
|
2635
|
-
/**
|
|
2636
|
-
* @internal
|
|
2637
|
-
*/
|
|
2638
|
-
export declare const CreateActivityOutputFilterSensitiveLog: (obj: CreateActivityOutput) => any;
|
|
2639
|
-
/**
|
|
2640
|
-
* @internal
|
|
2641
|
-
*/
|
|
2642
|
-
export declare const CloudWatchLogsLogGroupFilterSensitiveLog: (obj: CloudWatchLogsLogGroup) => any;
|
|
2643
|
-
/**
|
|
2644
|
-
* @internal
|
|
2645
|
-
*/
|
|
2646
|
-
export declare const LogDestinationFilterSensitiveLog: (obj: LogDestination) => any;
|
|
2647
|
-
/**
|
|
2648
|
-
* @internal
|
|
2649
|
-
*/
|
|
2650
|
-
export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
export declare const TracingConfigurationFilterSensitiveLog: (obj: TracingConfiguration) => any;
|
|
2655
2615
|
/**
|
|
2656
2616
|
* @internal
|
|
2657
2617
|
*/
|
|
2658
2618
|
export declare const CreateStateMachineInputFilterSensitiveLog: (obj: CreateStateMachineInput) => any;
|
|
2659
|
-
/**
|
|
2660
|
-
* @internal
|
|
2661
|
-
*/
|
|
2662
|
-
export declare const CreateStateMachineOutputFilterSensitiveLog: (obj: CreateStateMachineOutput) => any;
|
|
2663
|
-
/**
|
|
2664
|
-
* @internal
|
|
2665
|
-
*/
|
|
2666
|
-
export declare const DeleteActivityInputFilterSensitiveLog: (obj: DeleteActivityInput) => any;
|
|
2667
|
-
/**
|
|
2668
|
-
* @internal
|
|
2669
|
-
*/
|
|
2670
|
-
export declare const DeleteActivityOutputFilterSensitiveLog: (obj: DeleteActivityOutput) => any;
|
|
2671
|
-
/**
|
|
2672
|
-
* @internal
|
|
2673
|
-
*/
|
|
2674
|
-
export declare const DeleteStateMachineInputFilterSensitiveLog: (obj: DeleteStateMachineInput) => any;
|
|
2675
|
-
/**
|
|
2676
|
-
* @internal
|
|
2677
|
-
*/
|
|
2678
|
-
export declare const DeleteStateMachineOutputFilterSensitiveLog: (obj: DeleteStateMachineOutput) => any;
|
|
2679
|
-
/**
|
|
2680
|
-
* @internal
|
|
2681
|
-
*/
|
|
2682
|
-
export declare const DescribeActivityInputFilterSensitiveLog: (obj: DescribeActivityInput) => any;
|
|
2683
|
-
/**
|
|
2684
|
-
* @internal
|
|
2685
|
-
*/
|
|
2686
|
-
export declare const DescribeActivityOutputFilterSensitiveLog: (obj: DescribeActivityOutput) => any;
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
export declare const DescribeExecutionInputFilterSensitiveLog: (obj: DescribeExecutionInput) => any;
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
export declare const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog: (obj: CloudWatchEventsExecutionDataDetails) => any;
|
|
2695
2619
|
/**
|
|
2696
2620
|
* @internal
|
|
2697
2621
|
*/
|
|
2698
2622
|
export declare const DescribeExecutionOutputFilterSensitiveLog: (obj: DescribeExecutionOutput) => any;
|
|
2699
|
-
/**
|
|
2700
|
-
* @internal
|
|
2701
|
-
*/
|
|
2702
|
-
export declare const DescribeMapRunInputFilterSensitiveLog: (obj: DescribeMapRunInput) => any;
|
|
2703
|
-
/**
|
|
2704
|
-
* @internal
|
|
2705
|
-
*/
|
|
2706
|
-
export declare const MapRunExecutionCountsFilterSensitiveLog: (obj: MapRunExecutionCounts) => any;
|
|
2707
|
-
/**
|
|
2708
|
-
* @internal
|
|
2709
|
-
*/
|
|
2710
|
-
export declare const MapRunItemCountsFilterSensitiveLog: (obj: MapRunItemCounts) => any;
|
|
2711
|
-
/**
|
|
2712
|
-
* @internal
|
|
2713
|
-
*/
|
|
2714
|
-
export declare const DescribeMapRunOutputFilterSensitiveLog: (obj: DescribeMapRunOutput) => any;
|
|
2715
|
-
/**
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
2718
|
-
export declare const DescribeStateMachineInputFilterSensitiveLog: (obj: DescribeStateMachineInput) => any;
|
|
2719
2623
|
/**
|
|
2720
2624
|
* @internal
|
|
2721
2625
|
*/
|
|
2722
2626
|
export declare const DescribeStateMachineOutputFilterSensitiveLog: (obj: DescribeStateMachineOutput) => any;
|
|
2723
|
-
/**
|
|
2724
|
-
* @internal
|
|
2725
|
-
*/
|
|
2726
|
-
export declare const DescribeStateMachineForExecutionInputFilterSensitiveLog: (obj: DescribeStateMachineForExecutionInput) => any;
|
|
2727
2627
|
/**
|
|
2728
2628
|
* @internal
|
|
2729
2629
|
*/
|
|
2730
2630
|
export declare const DescribeStateMachineForExecutionOutputFilterSensitiveLog: (obj: DescribeStateMachineForExecutionOutput) => any;
|
|
2731
|
-
/**
|
|
2732
|
-
* @internal
|
|
2733
|
-
*/
|
|
2734
|
-
export declare const GetActivityTaskInputFilterSensitiveLog: (obj: GetActivityTaskInput) => any;
|
|
2735
2631
|
/**
|
|
2736
2632
|
* @internal
|
|
2737
2633
|
*/
|
|
2738
2634
|
export declare const GetActivityTaskOutputFilterSensitiveLog: (obj: GetActivityTaskOutput) => any;
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
export declare const GetExecutionHistoryInputFilterSensitiveLog: (obj: GetExecutionHistoryInput) => any;
|
|
2743
2635
|
/**
|
|
2744
2636
|
* @internal
|
|
2745
2637
|
*/
|
|
@@ -2764,10 +2656,6 @@ export declare const ExecutionTimedOutEventDetailsFilterSensitiveLog: (obj: Exec
|
|
|
2764
2656
|
* @internal
|
|
2765
2657
|
*/
|
|
2766
2658
|
export declare const LambdaFunctionFailedEventDetailsFilterSensitiveLog: (obj: LambdaFunctionFailedEventDetails) => any;
|
|
2767
|
-
/**
|
|
2768
|
-
* @internal
|
|
2769
|
-
*/
|
|
2770
|
-
export declare const TaskCredentialsFilterSensitiveLog: (obj: TaskCredentials) => any;
|
|
2771
2659
|
/**
|
|
2772
2660
|
* @internal
|
|
2773
2661
|
*/
|
|
@@ -2788,22 +2676,10 @@ export declare const LambdaFunctionSucceededEventDetailsFilterSensitiveLog: (obj
|
|
|
2788
2676
|
* @internal
|
|
2789
2677
|
*/
|
|
2790
2678
|
export declare const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog: (obj: LambdaFunctionTimedOutEventDetails) => any;
|
|
2791
|
-
/**
|
|
2792
|
-
* @internal
|
|
2793
|
-
*/
|
|
2794
|
-
export declare const MapIterationEventDetailsFilterSensitiveLog: (obj: MapIterationEventDetails) => any;
|
|
2795
2679
|
/**
|
|
2796
2680
|
* @internal
|
|
2797
2681
|
*/
|
|
2798
2682
|
export declare const MapRunFailedEventDetailsFilterSensitiveLog: (obj: MapRunFailedEventDetails) => any;
|
|
2799
|
-
/**
|
|
2800
|
-
* @internal
|
|
2801
|
-
*/
|
|
2802
|
-
export declare const MapRunStartedEventDetailsFilterSensitiveLog: (obj: MapRunStartedEventDetails) => any;
|
|
2803
|
-
/**
|
|
2804
|
-
* @internal
|
|
2805
|
-
*/
|
|
2806
|
-
export declare const MapStateStartedEventDetailsFilterSensitiveLog: (obj: MapStateStartedEventDetails) => any;
|
|
2807
2683
|
/**
|
|
2808
2684
|
* @internal
|
|
2809
2685
|
*/
|
|
@@ -2820,10 +2696,6 @@ export declare const TaskFailedEventDetailsFilterSensitiveLog: (obj: TaskFailedE
|
|
|
2820
2696
|
* @internal
|
|
2821
2697
|
*/
|
|
2822
2698
|
export declare const TaskScheduledEventDetailsFilterSensitiveLog: (obj: TaskScheduledEventDetails) => any;
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
export declare const TaskStartedEventDetailsFilterSensitiveLog: (obj: TaskStartedEventDetails) => any;
|
|
2827
2699
|
/**
|
|
2828
2700
|
* @internal
|
|
2829
2701
|
*/
|
|
@@ -2852,98 +2724,22 @@ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
|
|
|
2852
2724
|
* @internal
|
|
2853
2725
|
*/
|
|
2854
2726
|
export declare const GetExecutionHistoryOutputFilterSensitiveLog: (obj: GetExecutionHistoryOutput) => any;
|
|
2855
|
-
/**
|
|
2856
|
-
* @internal
|
|
2857
|
-
*/
|
|
2858
|
-
export declare const ListActivitiesInputFilterSensitiveLog: (obj: ListActivitiesInput) => any;
|
|
2859
|
-
/**
|
|
2860
|
-
* @internal
|
|
2861
|
-
*/
|
|
2862
|
-
export declare const ListActivitiesOutputFilterSensitiveLog: (obj: ListActivitiesOutput) => any;
|
|
2863
|
-
/**
|
|
2864
|
-
* @internal
|
|
2865
|
-
*/
|
|
2866
|
-
export declare const ListExecutionsInputFilterSensitiveLog: (obj: ListExecutionsInput) => any;
|
|
2867
|
-
/**
|
|
2868
|
-
* @internal
|
|
2869
|
-
*/
|
|
2870
|
-
export declare const ExecutionListItemFilterSensitiveLog: (obj: ExecutionListItem) => any;
|
|
2871
|
-
/**
|
|
2872
|
-
* @internal
|
|
2873
|
-
*/
|
|
2874
|
-
export declare const ListExecutionsOutputFilterSensitiveLog: (obj: ListExecutionsOutput) => any;
|
|
2875
|
-
/**
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2878
|
-
export declare const ListMapRunsInputFilterSensitiveLog: (obj: ListMapRunsInput) => any;
|
|
2879
|
-
/**
|
|
2880
|
-
* @internal
|
|
2881
|
-
*/
|
|
2882
|
-
export declare const MapRunListItemFilterSensitiveLog: (obj: MapRunListItem) => any;
|
|
2883
|
-
/**
|
|
2884
|
-
* @internal
|
|
2885
|
-
*/
|
|
2886
|
-
export declare const ListMapRunsOutputFilterSensitiveLog: (obj: ListMapRunsOutput) => any;
|
|
2887
|
-
/**
|
|
2888
|
-
* @internal
|
|
2889
|
-
*/
|
|
2890
|
-
export declare const ListStateMachinesInputFilterSensitiveLog: (obj: ListStateMachinesInput) => any;
|
|
2891
|
-
/**
|
|
2892
|
-
* @internal
|
|
2893
|
-
*/
|
|
2894
|
-
export declare const StateMachineListItemFilterSensitiveLog: (obj: StateMachineListItem) => any;
|
|
2895
|
-
/**
|
|
2896
|
-
* @internal
|
|
2897
|
-
*/
|
|
2898
|
-
export declare const ListStateMachinesOutputFilterSensitiveLog: (obj: ListStateMachinesOutput) => any;
|
|
2899
|
-
/**
|
|
2900
|
-
* @internal
|
|
2901
|
-
*/
|
|
2902
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
2903
|
-
/**
|
|
2904
|
-
* @internal
|
|
2905
|
-
*/
|
|
2906
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
2907
2727
|
/**
|
|
2908
2728
|
* @internal
|
|
2909
2729
|
*/
|
|
2910
2730
|
export declare const SendTaskFailureInputFilterSensitiveLog: (obj: SendTaskFailureInput) => any;
|
|
2911
|
-
/**
|
|
2912
|
-
* @internal
|
|
2913
|
-
*/
|
|
2914
|
-
export declare const SendTaskFailureOutputFilterSensitiveLog: (obj: SendTaskFailureOutput) => any;
|
|
2915
|
-
/**
|
|
2916
|
-
* @internal
|
|
2917
|
-
*/
|
|
2918
|
-
export declare const SendTaskHeartbeatInputFilterSensitiveLog: (obj: SendTaskHeartbeatInput) => any;
|
|
2919
|
-
/**
|
|
2920
|
-
* @internal
|
|
2921
|
-
*/
|
|
2922
|
-
export declare const SendTaskHeartbeatOutputFilterSensitiveLog: (obj: SendTaskHeartbeatOutput) => any;
|
|
2923
2731
|
/**
|
|
2924
2732
|
* @internal
|
|
2925
2733
|
*/
|
|
2926
2734
|
export declare const SendTaskSuccessInputFilterSensitiveLog: (obj: SendTaskSuccessInput) => any;
|
|
2927
|
-
/**
|
|
2928
|
-
* @internal
|
|
2929
|
-
*/
|
|
2930
|
-
export declare const SendTaskSuccessOutputFilterSensitiveLog: (obj: SendTaskSuccessOutput) => any;
|
|
2931
2735
|
/**
|
|
2932
2736
|
* @internal
|
|
2933
2737
|
*/
|
|
2934
2738
|
export declare const StartExecutionInputFilterSensitiveLog: (obj: StartExecutionInput) => any;
|
|
2935
|
-
/**
|
|
2936
|
-
* @internal
|
|
2937
|
-
*/
|
|
2938
|
-
export declare const StartExecutionOutputFilterSensitiveLog: (obj: StartExecutionOutput) => any;
|
|
2939
2739
|
/**
|
|
2940
2740
|
* @internal
|
|
2941
2741
|
*/
|
|
2942
2742
|
export declare const StartSyncExecutionInputFilterSensitiveLog: (obj: StartSyncExecutionInput) => any;
|
|
2943
|
-
/**
|
|
2944
|
-
* @internal
|
|
2945
|
-
*/
|
|
2946
|
-
export declare const BillingDetailsFilterSensitiveLog: (obj: BillingDetails) => any;
|
|
2947
2743
|
/**
|
|
2948
2744
|
* @internal
|
|
2949
2745
|
*/
|
|
@@ -2952,39 +2748,7 @@ export declare const StartSyncExecutionOutputFilterSensitiveLog: (obj: StartSync
|
|
|
2952
2748
|
* @internal
|
|
2953
2749
|
*/
|
|
2954
2750
|
export declare const StopExecutionInputFilterSensitiveLog: (obj: StopExecutionInput) => any;
|
|
2955
|
-
/**
|
|
2956
|
-
* @internal
|
|
2957
|
-
*/
|
|
2958
|
-
export declare const StopExecutionOutputFilterSensitiveLog: (obj: StopExecutionOutput) => any;
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
2963
|
-
/**
|
|
2964
|
-
* @internal
|
|
2965
|
-
*/
|
|
2966
|
-
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
2967
|
-
/**
|
|
2968
|
-
* @internal
|
|
2969
|
-
*/
|
|
2970
|
-
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
2971
|
-
/**
|
|
2972
|
-
* @internal
|
|
2973
|
-
*/
|
|
2974
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
2975
|
-
/**
|
|
2976
|
-
* @internal
|
|
2977
|
-
*/
|
|
2978
|
-
export declare const UpdateMapRunInputFilterSensitiveLog: (obj: UpdateMapRunInput) => any;
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
export declare const UpdateMapRunOutputFilterSensitiveLog: (obj: UpdateMapRunOutput) => any;
|
|
2983
2751
|
/**
|
|
2984
2752
|
* @internal
|
|
2985
2753
|
*/
|
|
2986
2754
|
export declare const UpdateStateMachineInputFilterSensitiveLog: (obj: UpdateStateMachineInput) => any;
|
|
2987
|
-
/**
|
|
2988
|
-
* @internal
|
|
2989
|
-
*/
|
|
2990
|
-
export declare const UpdateStateMachineOutputFilterSensitiveLog: (obj: UpdateStateMachineOutput) => any;
|
|
@@ -770,112 +770,33 @@ export interface UpdateStateMachineOutput {
|
|
|
770
770
|
export declare const ActivityFailedEventDetailsFilterSensitiveLog: (
|
|
771
771
|
obj: ActivityFailedEventDetails
|
|
772
772
|
) => any;
|
|
773
|
-
export declare const ActivityListItemFilterSensitiveLog: (
|
|
774
|
-
obj: ActivityListItem
|
|
775
|
-
) => any;
|
|
776
|
-
export declare const HistoryEventExecutionDataDetailsFilterSensitiveLog: (
|
|
777
|
-
obj: HistoryEventExecutionDataDetails
|
|
778
|
-
) => any;
|
|
779
773
|
export declare const ActivityScheduledEventDetailsFilterSensitiveLog: (
|
|
780
774
|
obj: ActivityScheduledEventDetails
|
|
781
775
|
) => any;
|
|
782
776
|
export declare const ActivityScheduleFailedEventDetailsFilterSensitiveLog: (
|
|
783
777
|
obj: ActivityScheduleFailedEventDetails
|
|
784
778
|
) => any;
|
|
785
|
-
export declare const ActivityStartedEventDetailsFilterSensitiveLog: (
|
|
786
|
-
obj: ActivityStartedEventDetails
|
|
787
|
-
) => any;
|
|
788
779
|
export declare const ActivitySucceededEventDetailsFilterSensitiveLog: (
|
|
789
780
|
obj: ActivitySucceededEventDetails
|
|
790
781
|
) => any;
|
|
791
782
|
export declare const ActivityTimedOutEventDetailsFilterSensitiveLog: (
|
|
792
783
|
obj: ActivityTimedOutEventDetails
|
|
793
784
|
) => any;
|
|
794
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
795
|
-
export declare const CreateActivityInputFilterSensitiveLog: (
|
|
796
|
-
obj: CreateActivityInput
|
|
797
|
-
) => any;
|
|
798
|
-
export declare const CreateActivityOutputFilterSensitiveLog: (
|
|
799
|
-
obj: CreateActivityOutput
|
|
800
|
-
) => any;
|
|
801
|
-
export declare const CloudWatchLogsLogGroupFilterSensitiveLog: (
|
|
802
|
-
obj: CloudWatchLogsLogGroup
|
|
803
|
-
) => any;
|
|
804
|
-
export declare const LogDestinationFilterSensitiveLog: (
|
|
805
|
-
obj: LogDestination
|
|
806
|
-
) => any;
|
|
807
|
-
export declare const LoggingConfigurationFilterSensitiveLog: (
|
|
808
|
-
obj: LoggingConfiguration
|
|
809
|
-
) => any;
|
|
810
|
-
export declare const TracingConfigurationFilterSensitiveLog: (
|
|
811
|
-
obj: TracingConfiguration
|
|
812
|
-
) => any;
|
|
813
785
|
export declare const CreateStateMachineInputFilterSensitiveLog: (
|
|
814
786
|
obj: CreateStateMachineInput
|
|
815
787
|
) => any;
|
|
816
|
-
export declare const CreateStateMachineOutputFilterSensitiveLog: (
|
|
817
|
-
obj: CreateStateMachineOutput
|
|
818
|
-
) => any;
|
|
819
|
-
export declare const DeleteActivityInputFilterSensitiveLog: (
|
|
820
|
-
obj: DeleteActivityInput
|
|
821
|
-
) => any;
|
|
822
|
-
export declare const DeleteActivityOutputFilterSensitiveLog: (
|
|
823
|
-
obj: DeleteActivityOutput
|
|
824
|
-
) => any;
|
|
825
|
-
export declare const DeleteStateMachineInputFilterSensitiveLog: (
|
|
826
|
-
obj: DeleteStateMachineInput
|
|
827
|
-
) => any;
|
|
828
|
-
export declare const DeleteStateMachineOutputFilterSensitiveLog: (
|
|
829
|
-
obj: DeleteStateMachineOutput
|
|
830
|
-
) => any;
|
|
831
|
-
export declare const DescribeActivityInputFilterSensitiveLog: (
|
|
832
|
-
obj: DescribeActivityInput
|
|
833
|
-
) => any;
|
|
834
|
-
export declare const DescribeActivityOutputFilterSensitiveLog: (
|
|
835
|
-
obj: DescribeActivityOutput
|
|
836
|
-
) => any;
|
|
837
|
-
export declare const DescribeExecutionInputFilterSensitiveLog: (
|
|
838
|
-
obj: DescribeExecutionInput
|
|
839
|
-
) => any;
|
|
840
|
-
export declare const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog: (
|
|
841
|
-
obj: CloudWatchEventsExecutionDataDetails
|
|
842
|
-
) => any;
|
|
843
788
|
export declare const DescribeExecutionOutputFilterSensitiveLog: (
|
|
844
789
|
obj: DescribeExecutionOutput
|
|
845
790
|
) => any;
|
|
846
|
-
export declare const DescribeMapRunInputFilterSensitiveLog: (
|
|
847
|
-
obj: DescribeMapRunInput
|
|
848
|
-
) => any;
|
|
849
|
-
export declare const MapRunExecutionCountsFilterSensitiveLog: (
|
|
850
|
-
obj: MapRunExecutionCounts
|
|
851
|
-
) => any;
|
|
852
|
-
export declare const MapRunItemCountsFilterSensitiveLog: (
|
|
853
|
-
obj: MapRunItemCounts
|
|
854
|
-
) => any;
|
|
855
|
-
export declare const DescribeMapRunOutputFilterSensitiveLog: (
|
|
856
|
-
obj: DescribeMapRunOutput
|
|
857
|
-
) => any;
|
|
858
|
-
export declare const DescribeStateMachineInputFilterSensitiveLog: (
|
|
859
|
-
obj: DescribeStateMachineInput
|
|
860
|
-
) => any;
|
|
861
791
|
export declare const DescribeStateMachineOutputFilterSensitiveLog: (
|
|
862
792
|
obj: DescribeStateMachineOutput
|
|
863
793
|
) => any;
|
|
864
|
-
export declare const DescribeStateMachineForExecutionInputFilterSensitiveLog: (
|
|
865
|
-
obj: DescribeStateMachineForExecutionInput
|
|
866
|
-
) => any;
|
|
867
794
|
export declare const DescribeStateMachineForExecutionOutputFilterSensitiveLog: (
|
|
868
795
|
obj: DescribeStateMachineForExecutionOutput
|
|
869
796
|
) => any;
|
|
870
|
-
export declare const GetActivityTaskInputFilterSensitiveLog: (
|
|
871
|
-
obj: GetActivityTaskInput
|
|
872
|
-
) => any;
|
|
873
797
|
export declare const GetActivityTaskOutputFilterSensitiveLog: (
|
|
874
798
|
obj: GetActivityTaskOutput
|
|
875
799
|
) => any;
|
|
876
|
-
export declare const GetExecutionHistoryInputFilterSensitiveLog: (
|
|
877
|
-
obj: GetExecutionHistoryInput
|
|
878
|
-
) => any;
|
|
879
800
|
export declare const ExecutionAbortedEventDetailsFilterSensitiveLog: (
|
|
880
801
|
obj: ExecutionAbortedEventDetails
|
|
881
802
|
) => any;
|
|
@@ -894,9 +815,6 @@ export declare const ExecutionTimedOutEventDetailsFilterSensitiveLog: (
|
|
|
894
815
|
export declare const LambdaFunctionFailedEventDetailsFilterSensitiveLog: (
|
|
895
816
|
obj: LambdaFunctionFailedEventDetails
|
|
896
817
|
) => any;
|
|
897
|
-
export declare const TaskCredentialsFilterSensitiveLog: (
|
|
898
|
-
obj: TaskCredentials
|
|
899
|
-
) => any;
|
|
900
818
|
export declare const LambdaFunctionScheduledEventDetailsFilterSensitiveLog: (
|
|
901
819
|
obj: LambdaFunctionScheduledEventDetails
|
|
902
820
|
) => any;
|
|
@@ -912,18 +830,9 @@ export declare const LambdaFunctionSucceededEventDetailsFilterSensitiveLog: (
|
|
|
912
830
|
export declare const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog: (
|
|
913
831
|
obj: LambdaFunctionTimedOutEventDetails
|
|
914
832
|
) => any;
|
|
915
|
-
export declare const MapIterationEventDetailsFilterSensitiveLog: (
|
|
916
|
-
obj: MapIterationEventDetails
|
|
917
|
-
) => any;
|
|
918
833
|
export declare const MapRunFailedEventDetailsFilterSensitiveLog: (
|
|
919
834
|
obj: MapRunFailedEventDetails
|
|
920
835
|
) => any;
|
|
921
|
-
export declare const MapRunStartedEventDetailsFilterSensitiveLog: (
|
|
922
|
-
obj: MapRunStartedEventDetails
|
|
923
|
-
) => any;
|
|
924
|
-
export declare const MapStateStartedEventDetailsFilterSensitiveLog: (
|
|
925
|
-
obj: MapStateStartedEventDetails
|
|
926
|
-
) => any;
|
|
927
836
|
export declare const StateEnteredEventDetailsFilterSensitiveLog: (
|
|
928
837
|
obj: StateEnteredEventDetails
|
|
929
838
|
) => any;
|
|
@@ -936,9 +845,6 @@ export declare const TaskFailedEventDetailsFilterSensitiveLog: (
|
|
|
936
845
|
export declare const TaskScheduledEventDetailsFilterSensitiveLog: (
|
|
937
846
|
obj: TaskScheduledEventDetails
|
|
938
847
|
) => any;
|
|
939
|
-
export declare const TaskStartedEventDetailsFilterSensitiveLog: (
|
|
940
|
-
obj: TaskStartedEventDetails
|
|
941
|
-
) => any;
|
|
942
848
|
export declare const TaskStartFailedEventDetailsFilterSensitiveLog: (
|
|
943
849
|
obj: TaskStartFailedEventDetails
|
|
944
850
|
) => any;
|
|
@@ -958,105 +864,24 @@ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
|
|
|
958
864
|
export declare const GetExecutionHistoryOutputFilterSensitiveLog: (
|
|
959
865
|
obj: GetExecutionHistoryOutput
|
|
960
866
|
) => any;
|
|
961
|
-
export declare const ListActivitiesInputFilterSensitiveLog: (
|
|
962
|
-
obj: ListActivitiesInput
|
|
963
|
-
) => any;
|
|
964
|
-
export declare const ListActivitiesOutputFilterSensitiveLog: (
|
|
965
|
-
obj: ListActivitiesOutput
|
|
966
|
-
) => any;
|
|
967
|
-
export declare const ListExecutionsInputFilterSensitiveLog: (
|
|
968
|
-
obj: ListExecutionsInput
|
|
969
|
-
) => any;
|
|
970
|
-
export declare const ExecutionListItemFilterSensitiveLog: (
|
|
971
|
-
obj: ExecutionListItem
|
|
972
|
-
) => any;
|
|
973
|
-
export declare const ListExecutionsOutputFilterSensitiveLog: (
|
|
974
|
-
obj: ListExecutionsOutput
|
|
975
|
-
) => any;
|
|
976
|
-
export declare const ListMapRunsInputFilterSensitiveLog: (
|
|
977
|
-
obj: ListMapRunsInput
|
|
978
|
-
) => any;
|
|
979
|
-
export declare const MapRunListItemFilterSensitiveLog: (
|
|
980
|
-
obj: MapRunListItem
|
|
981
|
-
) => any;
|
|
982
|
-
export declare const ListMapRunsOutputFilterSensitiveLog: (
|
|
983
|
-
obj: ListMapRunsOutput
|
|
984
|
-
) => any;
|
|
985
|
-
export declare const ListStateMachinesInputFilterSensitiveLog: (
|
|
986
|
-
obj: ListStateMachinesInput
|
|
987
|
-
) => any;
|
|
988
|
-
export declare const StateMachineListItemFilterSensitiveLog: (
|
|
989
|
-
obj: StateMachineListItem
|
|
990
|
-
) => any;
|
|
991
|
-
export declare const ListStateMachinesOutputFilterSensitiveLog: (
|
|
992
|
-
obj: ListStateMachinesOutput
|
|
993
|
-
) => any;
|
|
994
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
995
|
-
obj: ListTagsForResourceInput
|
|
996
|
-
) => any;
|
|
997
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
998
|
-
obj: ListTagsForResourceOutput
|
|
999
|
-
) => any;
|
|
1000
867
|
export declare const SendTaskFailureInputFilterSensitiveLog: (
|
|
1001
868
|
obj: SendTaskFailureInput
|
|
1002
869
|
) => any;
|
|
1003
|
-
export declare const SendTaskFailureOutputFilterSensitiveLog: (
|
|
1004
|
-
obj: SendTaskFailureOutput
|
|
1005
|
-
) => any;
|
|
1006
|
-
export declare const SendTaskHeartbeatInputFilterSensitiveLog: (
|
|
1007
|
-
obj: SendTaskHeartbeatInput
|
|
1008
|
-
) => any;
|
|
1009
|
-
export declare const SendTaskHeartbeatOutputFilterSensitiveLog: (
|
|
1010
|
-
obj: SendTaskHeartbeatOutput
|
|
1011
|
-
) => any;
|
|
1012
870
|
export declare const SendTaskSuccessInputFilterSensitiveLog: (
|
|
1013
871
|
obj: SendTaskSuccessInput
|
|
1014
872
|
) => any;
|
|
1015
|
-
export declare const SendTaskSuccessOutputFilterSensitiveLog: (
|
|
1016
|
-
obj: SendTaskSuccessOutput
|
|
1017
|
-
) => any;
|
|
1018
873
|
export declare const StartExecutionInputFilterSensitiveLog: (
|
|
1019
874
|
obj: StartExecutionInput
|
|
1020
875
|
) => any;
|
|
1021
|
-
export declare const StartExecutionOutputFilterSensitiveLog: (
|
|
1022
|
-
obj: StartExecutionOutput
|
|
1023
|
-
) => any;
|
|
1024
876
|
export declare const StartSyncExecutionInputFilterSensitiveLog: (
|
|
1025
877
|
obj: StartSyncExecutionInput
|
|
1026
878
|
) => any;
|
|
1027
|
-
export declare const BillingDetailsFilterSensitiveLog: (
|
|
1028
|
-
obj: BillingDetails
|
|
1029
|
-
) => any;
|
|
1030
879
|
export declare const StartSyncExecutionOutputFilterSensitiveLog: (
|
|
1031
880
|
obj: StartSyncExecutionOutput
|
|
1032
881
|
) => any;
|
|
1033
882
|
export declare const StopExecutionInputFilterSensitiveLog: (
|
|
1034
883
|
obj: StopExecutionInput
|
|
1035
884
|
) => any;
|
|
1036
|
-
export declare const StopExecutionOutputFilterSensitiveLog: (
|
|
1037
|
-
obj: StopExecutionOutput
|
|
1038
|
-
) => any;
|
|
1039
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1040
|
-
obj: TagResourceInput
|
|
1041
|
-
) => any;
|
|
1042
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
1043
|
-
obj: TagResourceOutput
|
|
1044
|
-
) => any;
|
|
1045
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1046
|
-
obj: UntagResourceInput
|
|
1047
|
-
) => any;
|
|
1048
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
1049
|
-
obj: UntagResourceOutput
|
|
1050
|
-
) => any;
|
|
1051
|
-
export declare const UpdateMapRunInputFilterSensitiveLog: (
|
|
1052
|
-
obj: UpdateMapRunInput
|
|
1053
|
-
) => any;
|
|
1054
|
-
export declare const UpdateMapRunOutputFilterSensitiveLog: (
|
|
1055
|
-
obj: UpdateMapRunOutput
|
|
1056
|
-
) => any;
|
|
1057
885
|
export declare const UpdateStateMachineInputFilterSensitiveLog: (
|
|
1058
886
|
obj: UpdateStateMachineInput
|
|
1059
887
|
) => any;
|
|
1060
|
-
export declare const UpdateStateMachineOutputFilterSensitiveLog: (
|
|
1061
|
-
obj: UpdateStateMachineOutput
|
|
1062
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo sfn"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|