@aws-sdk/client-sfn 3.296.0 → 3.298.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/SFN.d.ts +27 -0
- package/dist-types/SFNClient.d.ts +24 -4
- package/dist-types/commands/CreateActivityCommand.d.ts +16 -0
- package/dist-types/commands/CreateStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DeleteActivityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActivityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMapRunCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetActivityTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListActivitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListMapRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListStateMachinesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskFailureCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +16 -0
- package/dist-types/commands/StartExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopExecutionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMapRunCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +16 -0
- package/dist-types/models/SFNServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +270 -250
- package/dist-types/pagination/GetExecutionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActivitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMapRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStateMachinesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -175
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetExecutionHistoryCommandInput, GetExecutionHistoryCommandOutput } from "../commands/GetExecutionHistoryCommand";
|
|
3
3
|
import { SFNPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetExecutionHistory(config: SFNPaginationConfiguration, input: GetExecutionHistoryCommandInput, ...additionalArguments: any): Paginator<GetExecutionHistoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListActivitiesCommandInput, ListActivitiesCommandOutput } from "../commands/ListActivitiesCommand";
|
|
3
3
|
import { SFNPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListActivities(config: SFNPaginationConfiguration, input: ListActivitiesCommandInput, ...additionalArguments: any): Paginator<ListActivitiesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
|
|
3
3
|
import { SFNPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListExecutions(config: SFNPaginationConfiguration, input: ListExecutionsCommandInput, ...additionalArguments: any): Paginator<ListExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMapRunsCommandInput, ListMapRunsCommandOutput } from "../commands/ListMapRunsCommand";
|
|
3
3
|
import { SFNPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMapRuns(config: SFNPaginationConfiguration, input: ListMapRunsCommandInput, ...additionalArguments: any): Paginator<ListMapRunsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListStateMachinesCommandInput, ListStateMachinesCommandOutput } from "../commands/ListStateMachinesCommand";
|
|
3
3
|
import { SFNPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListStateMachines(config: SFNPaginationConfiguration, input: ListStateMachinesCommandInput, ...additionalArguments: any): Paginator<ListStateMachinesCommandOutput>;
|
|
@@ -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.298.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,9 +21,9 @@
|
|
|
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/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.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",
|