@aws-sdk/client-sfn 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/SFN.js +1 -20
- package/dist-cjs/SFNClient.js +35 -0
- package/dist-cjs/commands/CreateActivityCommand.js +36 -0
- package/dist-cjs/commands/CreateStateMachineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteActivityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteStateMachineCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/DescribeActivityCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeExecutionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeStateMachineCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeStateMachineForExecutionCommand.js +2 -31
- package/dist-cjs/commands/GetActivityTaskCommand.js +36 -0
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListActivitiesCommand.js +2 -32
- package/dist-cjs/commands/ListExecutionsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListStateMachinesCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/SendTaskFailureCommand.js +2 -28
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/SendTaskSuccessCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StartExecutionCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/StartSyncExecutionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopExecutionCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/dist-cjs/commands/UpdateStateMachineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -334
- package/{dist/cjs → dist-cjs}/pagination/GetExecutionHistoryPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListActivitiesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListExecutionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListStateMachinesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/SFN.js +1 -2
- package/{dist/es → dist-es}/SFNClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateActivityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStateMachineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteActivityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteStateMachineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeActivityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeStateMachineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeStateMachineForExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetActivityTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetExecutionHistoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListActivitiesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListExecutionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListStateMachinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SendTaskFailureCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SendTaskHeartbeatCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SendTaskSuccessCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartSyncExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateStateMachineCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/GetExecutionHistoryPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListActivitiesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListExecutionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListStateMachinesPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_0.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/SFN.d.ts +2 -2
- package/{dist/types → dist-types}/SFNClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateActivityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateStateMachineCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteActivityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteStateMachineCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeActivityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeStateMachineCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeStateMachineForExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetActivityTaskCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetExecutionHistoryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListActivitiesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListStateMachinesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SendTaskFailureCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SendTaskHeartbeatCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SendTaskSuccessCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartSyncExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StopExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateStateMachineCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListActivitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListStateMachinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/SFN.d.ts +120 -0
- package/{dist/types → dist-types}/ts3.4/SFNClient.d.ts +32 -112
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1331 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListActivitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListStateMachinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/SFN.ts +0 -993
- package/SFNClient.ts +0 -331
- package/commands/CreateActivityCommand.ts +0 -110
- package/commands/CreateStateMachineCommand.ts +0 -112
- package/commands/DeleteActivityCommand.ts +0 -94
- package/commands/DeleteStateMachineCommand.ts +0 -100
- package/commands/DescribeActivityCommand.ts +0 -97
- package/commands/DescribeExecutionCommand.ts +0 -98
- package/commands/DescribeStateMachineCommand.ts +0 -97
- package/commands/DescribeStateMachineForExecutionCommand.ts +0 -106
- package/commands/GetActivityTaskCommand.ts +0 -106
- package/commands/GetExecutionHistoryCommand.ts +0 -99
- package/commands/ListActivitiesCommand.ts +0 -99
- package/commands/ListExecutionsCommand.ts +0 -101
- package/commands/ListStateMachinesCommand.ts +0 -99
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/SendTaskFailureCommand.ts +0 -95
- package/commands/SendTaskHeartbeatCommand.ts +0 -108
- package/commands/SendTaskSuccessCommand.ts +0 -96
- package/commands/StartExecutionCommand.ts +0 -102
- package/commands/StartSyncExecutionCommand.ts +0 -94
- package/commands/StopExecutionCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -99
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateStateMachineCommand.ts +0 -104
- package/dist/cjs/SFN.js.map +0 -1
- package/dist/cjs/SFNClient.js +0 -59
- package/dist/cjs/SFNClient.js.map +0 -1
- package/dist/cjs/commands/CreateActivityCommand.js +0 -77
- package/dist/cjs/commands/CreateActivityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStateMachineCommand.js +0 -79
- package/dist/cjs/commands/CreateStateMachineCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteActivityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStateMachineCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeActivityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStateMachineCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStateMachineForExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/GetActivityTaskCommand.js +0 -73
- package/dist/cjs/commands/GetActivityTaskCommand.js.map +0 -1
- package/dist/cjs/commands/GetExecutionHistoryCommand.js +0 -66
- package/dist/cjs/commands/GetExecutionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListActivitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListExecutionsCommand.js +0 -68
- package/dist/cjs/commands/ListExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStateMachinesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/SendTaskFailureCommand.js.map +0 -1
- package/dist/cjs/commands/SendTaskHeartbeatCommand.js +0 -75
- package/dist/cjs/commands/SendTaskHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/SendTaskSuccessCommand.js.map +0 -1
- package/dist/cjs/commands/StartExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/StartSyncExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/StopExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStateMachineCommand.js +0 -71
- package/dist/cjs/commands/UpdateStateMachineCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetExecutionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListActivitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStateMachinesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SFN.js.map +0 -1
- package/dist/es/SFNClient.js.map +0 -1
- package/dist/es/commands/CreateActivityCommand.js.map +0 -1
- package/dist/es/commands/CreateStateMachineCommand.js.map +0 -1
- package/dist/es/commands/DeleteActivityCommand.js.map +0 -1
- package/dist/es/commands/DeleteStateMachineCommand.js.map +0 -1
- package/dist/es/commands/DescribeActivityCommand.js.map +0 -1
- package/dist/es/commands/DescribeExecutionCommand.js.map +0 -1
- package/dist/es/commands/DescribeStateMachineCommand.js.map +0 -1
- package/dist/es/commands/DescribeStateMachineForExecutionCommand.js.map +0 -1
- package/dist/es/commands/GetActivityTaskCommand.js.map +0 -1
- package/dist/es/commands/GetExecutionHistoryCommand.js.map +0 -1
- package/dist/es/commands/ListActivitiesCommand.js.map +0 -1
- package/dist/es/commands/ListExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListStateMachinesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/SendTaskFailureCommand.js.map +0 -1
- package/dist/es/commands/SendTaskHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/SendTaskSuccessCommand.js.map +0 -1
- package/dist/es/commands/StartExecutionCommand.js.map +0 -1
- package/dist/es/commands/StartSyncExecutionCommand.js.map +0 -1
- package/dist/es/commands/StopExecutionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateStateMachineCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -32
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetExecutionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListActivitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStateMachinesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_0.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/SFN.d.ts +0 -313
- package/dist/types/ts3.4/commands/CreateActivityCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateStateMachineCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteActivityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStateMachineCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeActivityCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeExecutionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeStateMachineCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetActivityTaskCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListActivitiesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListExecutionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListStateMachinesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SendTaskFailureCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/SendTaskSuccessCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartExecutionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/StartSyncExecutionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopExecutionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateStateMachineCommand.d.ts +0 -45
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2540
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3374
- package/pagination/GetExecutionHistoryPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListActivitiesPaginator.ts +0 -58
- package/pagination/ListExecutionsPaginator.ts +0 -58
- package/pagination/ListStateMachinesPaginator.ts +0 -58
- package/protocols/Aws_json1_0.ts +0 -3957
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,1331 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface ActivityDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "ActivityDoesNotExist";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
message?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace ActivityDoesNotExist {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: ActivityDoesNotExist) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface ActivityFailedEventDetails {
|
|
14
|
+
|
|
15
|
+
error?: string;
|
|
16
|
+
|
|
17
|
+
cause?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace ActivityFailedEventDetails {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: ActivityFailedEventDetails) => any;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface ActivityLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
25
|
+
name: "ActivityLimitExceeded";
|
|
26
|
+
$fault: "client";
|
|
27
|
+
message?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ActivityLimitExceeded {
|
|
30
|
+
|
|
31
|
+
const filterSensitiveLog: (obj: ActivityLimitExceeded) => any;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface ActivityListItem {
|
|
35
|
+
|
|
36
|
+
activityArn: string | undefined;
|
|
37
|
+
|
|
38
|
+
name: string | undefined;
|
|
39
|
+
|
|
40
|
+
creationDate: Date | undefined;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace ActivityListItem {
|
|
43
|
+
|
|
44
|
+
const filterSensitiveLog: (obj: ActivityListItem) => any;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface HistoryEventExecutionDataDetails {
|
|
48
|
+
|
|
49
|
+
truncated?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace HistoryEventExecutionDataDetails {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: HistoryEventExecutionDataDetails) => any;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface ActivityScheduledEventDetails {
|
|
57
|
+
|
|
58
|
+
resource: string | undefined;
|
|
59
|
+
|
|
60
|
+
input?: string;
|
|
61
|
+
|
|
62
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
63
|
+
|
|
64
|
+
timeoutInSeconds?: number;
|
|
65
|
+
|
|
66
|
+
heartbeatInSeconds?: number;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ActivityScheduledEventDetails {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: ActivityScheduledEventDetails) => any;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface ActivityScheduleFailedEventDetails {
|
|
74
|
+
|
|
75
|
+
error?: string;
|
|
76
|
+
|
|
77
|
+
cause?: string;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace ActivityScheduleFailedEventDetails {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: ActivityScheduleFailedEventDetails) => any;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface ActivityStartedEventDetails {
|
|
85
|
+
|
|
86
|
+
workerName?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace ActivityStartedEventDetails {
|
|
89
|
+
|
|
90
|
+
const filterSensitiveLog: (obj: ActivityStartedEventDetails) => any;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface ActivitySucceededEventDetails {
|
|
94
|
+
|
|
95
|
+
output?: string;
|
|
96
|
+
|
|
97
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
98
|
+
}
|
|
99
|
+
export declare namespace ActivitySucceededEventDetails {
|
|
100
|
+
|
|
101
|
+
const filterSensitiveLog: (obj: ActivitySucceededEventDetails) => any;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface ActivityTimedOutEventDetails {
|
|
105
|
+
|
|
106
|
+
error?: string;
|
|
107
|
+
|
|
108
|
+
cause?: string;
|
|
109
|
+
}
|
|
110
|
+
export declare namespace ActivityTimedOutEventDetails {
|
|
111
|
+
|
|
112
|
+
const filterSensitiveLog: (obj: ActivityTimedOutEventDetails) => any;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface ActivityWorkerLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
116
|
+
name: "ActivityWorkerLimitExceeded";
|
|
117
|
+
$fault: "client";
|
|
118
|
+
message?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace ActivityWorkerLimitExceeded {
|
|
121
|
+
|
|
122
|
+
const filterSensitiveLog: (obj: ActivityWorkerLimitExceeded) => any;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface Tag {
|
|
126
|
+
|
|
127
|
+
key?: string;
|
|
128
|
+
|
|
129
|
+
value?: string;
|
|
130
|
+
}
|
|
131
|
+
export declare namespace Tag {
|
|
132
|
+
|
|
133
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
134
|
+
}
|
|
135
|
+
export interface CreateActivityInput {
|
|
136
|
+
|
|
137
|
+
name: string | undefined;
|
|
138
|
+
|
|
139
|
+
tags?: Tag[];
|
|
140
|
+
}
|
|
141
|
+
export declare namespace CreateActivityInput {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: CreateActivityInput) => any;
|
|
144
|
+
}
|
|
145
|
+
export interface CreateActivityOutput {
|
|
146
|
+
|
|
147
|
+
activityArn: string | undefined;
|
|
148
|
+
|
|
149
|
+
creationDate: Date | undefined;
|
|
150
|
+
}
|
|
151
|
+
export declare namespace CreateActivityOutput {
|
|
152
|
+
|
|
153
|
+
const filterSensitiveLog: (obj: CreateActivityOutput) => any;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface InvalidName extends __SmithyException, $MetadataBearer {
|
|
157
|
+
name: "InvalidName";
|
|
158
|
+
$fault: "client";
|
|
159
|
+
message?: string;
|
|
160
|
+
}
|
|
161
|
+
export declare namespace InvalidName {
|
|
162
|
+
|
|
163
|
+
const filterSensitiveLog: (obj: InvalidName) => any;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export interface TooManyTags extends __SmithyException, $MetadataBearer {
|
|
167
|
+
name: "TooManyTags";
|
|
168
|
+
$fault: "client";
|
|
169
|
+
message?: string;
|
|
170
|
+
resourceName?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace TooManyTags {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: TooManyTags) => any;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface CloudWatchLogsLogGroup {
|
|
178
|
+
|
|
179
|
+
logGroupArn?: string;
|
|
180
|
+
}
|
|
181
|
+
export declare namespace CloudWatchLogsLogGroup {
|
|
182
|
+
|
|
183
|
+
const filterSensitiveLog: (obj: CloudWatchLogsLogGroup) => any;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface LogDestination {
|
|
187
|
+
|
|
188
|
+
cloudWatchLogsLogGroup?: CloudWatchLogsLogGroup;
|
|
189
|
+
}
|
|
190
|
+
export declare namespace LogDestination {
|
|
191
|
+
|
|
192
|
+
const filterSensitiveLog: (obj: LogDestination) => any;
|
|
193
|
+
}
|
|
194
|
+
export declare type LogLevel = "ALL" | "ERROR" | "FATAL" | "OFF";
|
|
195
|
+
|
|
196
|
+
export interface LoggingConfiguration {
|
|
197
|
+
|
|
198
|
+
level?: LogLevel | string;
|
|
199
|
+
|
|
200
|
+
includeExecutionData?: boolean;
|
|
201
|
+
|
|
202
|
+
destinations?: LogDestination[];
|
|
203
|
+
}
|
|
204
|
+
export declare namespace LoggingConfiguration {
|
|
205
|
+
|
|
206
|
+
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export interface TracingConfiguration {
|
|
210
|
+
|
|
211
|
+
enabled?: boolean;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace TracingConfiguration {
|
|
214
|
+
|
|
215
|
+
const filterSensitiveLog: (obj: TracingConfiguration) => any;
|
|
216
|
+
}
|
|
217
|
+
export declare type StateMachineType = "EXPRESS" | "STANDARD";
|
|
218
|
+
export interface CreateStateMachineInput {
|
|
219
|
+
|
|
220
|
+
name: string | undefined;
|
|
221
|
+
|
|
222
|
+
definition: string | undefined;
|
|
223
|
+
|
|
224
|
+
roleArn: string | undefined;
|
|
225
|
+
|
|
226
|
+
type?: StateMachineType | string;
|
|
227
|
+
|
|
228
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
229
|
+
|
|
230
|
+
tags?: Tag[];
|
|
231
|
+
|
|
232
|
+
tracingConfiguration?: TracingConfiguration;
|
|
233
|
+
}
|
|
234
|
+
export declare namespace CreateStateMachineInput {
|
|
235
|
+
|
|
236
|
+
const filterSensitiveLog: (obj: CreateStateMachineInput) => any;
|
|
237
|
+
}
|
|
238
|
+
export interface CreateStateMachineOutput {
|
|
239
|
+
|
|
240
|
+
stateMachineArn: string | undefined;
|
|
241
|
+
|
|
242
|
+
creationDate: Date | undefined;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace CreateStateMachineOutput {
|
|
245
|
+
|
|
246
|
+
const filterSensitiveLog: (obj: CreateStateMachineOutput) => any;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface InvalidArn extends __SmithyException, $MetadataBearer {
|
|
250
|
+
name: "InvalidArn";
|
|
251
|
+
$fault: "client";
|
|
252
|
+
message?: string;
|
|
253
|
+
}
|
|
254
|
+
export declare namespace InvalidArn {
|
|
255
|
+
|
|
256
|
+
const filterSensitiveLog: (obj: InvalidArn) => any;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface InvalidDefinition extends __SmithyException, $MetadataBearer {
|
|
260
|
+
name: "InvalidDefinition";
|
|
261
|
+
$fault: "client";
|
|
262
|
+
message?: string;
|
|
263
|
+
}
|
|
264
|
+
export declare namespace InvalidDefinition {
|
|
265
|
+
|
|
266
|
+
const filterSensitiveLog: (obj: InvalidDefinition) => any;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export interface InvalidLoggingConfiguration extends __SmithyException, $MetadataBearer {
|
|
270
|
+
name: "InvalidLoggingConfiguration";
|
|
271
|
+
$fault: "client";
|
|
272
|
+
message?: string;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace InvalidLoggingConfiguration {
|
|
275
|
+
|
|
276
|
+
const filterSensitiveLog: (obj: InvalidLoggingConfiguration) => any;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface InvalidTracingConfiguration extends __SmithyException, $MetadataBearer {
|
|
280
|
+
name: "InvalidTracingConfiguration";
|
|
281
|
+
$fault: "client";
|
|
282
|
+
message?: string;
|
|
283
|
+
}
|
|
284
|
+
export declare namespace InvalidTracingConfiguration {
|
|
285
|
+
|
|
286
|
+
const filterSensitiveLog: (obj: InvalidTracingConfiguration) => any;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface StateMachineAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
290
|
+
name: "StateMachineAlreadyExists";
|
|
291
|
+
$fault: "client";
|
|
292
|
+
message?: string;
|
|
293
|
+
}
|
|
294
|
+
export declare namespace StateMachineAlreadyExists {
|
|
295
|
+
|
|
296
|
+
const filterSensitiveLog: (obj: StateMachineAlreadyExists) => any;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export interface StateMachineDeleting extends __SmithyException, $MetadataBearer {
|
|
300
|
+
name: "StateMachineDeleting";
|
|
301
|
+
$fault: "client";
|
|
302
|
+
message?: string;
|
|
303
|
+
}
|
|
304
|
+
export declare namespace StateMachineDeleting {
|
|
305
|
+
|
|
306
|
+
const filterSensitiveLog: (obj: StateMachineDeleting) => any;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export interface StateMachineLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
310
|
+
name: "StateMachineLimitExceeded";
|
|
311
|
+
$fault: "client";
|
|
312
|
+
message?: string;
|
|
313
|
+
}
|
|
314
|
+
export declare namespace StateMachineLimitExceeded {
|
|
315
|
+
|
|
316
|
+
const filterSensitiveLog: (obj: StateMachineLimitExceeded) => any;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export interface StateMachineTypeNotSupported extends __SmithyException, $MetadataBearer {
|
|
320
|
+
name: "StateMachineTypeNotSupported";
|
|
321
|
+
$fault: "client";
|
|
322
|
+
message?: string;
|
|
323
|
+
}
|
|
324
|
+
export declare namespace StateMachineTypeNotSupported {
|
|
325
|
+
|
|
326
|
+
const filterSensitiveLog: (obj: StateMachineTypeNotSupported) => any;
|
|
327
|
+
}
|
|
328
|
+
export interface DeleteActivityInput {
|
|
329
|
+
|
|
330
|
+
activityArn: string | undefined;
|
|
331
|
+
}
|
|
332
|
+
export declare namespace DeleteActivityInput {
|
|
333
|
+
|
|
334
|
+
const filterSensitiveLog: (obj: DeleteActivityInput) => any;
|
|
335
|
+
}
|
|
336
|
+
export interface DeleteActivityOutput {
|
|
337
|
+
}
|
|
338
|
+
export declare namespace DeleteActivityOutput {
|
|
339
|
+
|
|
340
|
+
const filterSensitiveLog: (obj: DeleteActivityOutput) => any;
|
|
341
|
+
}
|
|
342
|
+
export interface DeleteStateMachineInput {
|
|
343
|
+
|
|
344
|
+
stateMachineArn: string | undefined;
|
|
345
|
+
}
|
|
346
|
+
export declare namespace DeleteStateMachineInput {
|
|
347
|
+
|
|
348
|
+
const filterSensitiveLog: (obj: DeleteStateMachineInput) => any;
|
|
349
|
+
}
|
|
350
|
+
export interface DeleteStateMachineOutput {
|
|
351
|
+
}
|
|
352
|
+
export declare namespace DeleteStateMachineOutput {
|
|
353
|
+
|
|
354
|
+
const filterSensitiveLog: (obj: DeleteStateMachineOutput) => any;
|
|
355
|
+
}
|
|
356
|
+
export interface DescribeActivityInput {
|
|
357
|
+
|
|
358
|
+
activityArn: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
export declare namespace DescribeActivityInput {
|
|
361
|
+
|
|
362
|
+
const filterSensitiveLog: (obj: DescribeActivityInput) => any;
|
|
363
|
+
}
|
|
364
|
+
export interface DescribeActivityOutput {
|
|
365
|
+
|
|
366
|
+
activityArn: string | undefined;
|
|
367
|
+
|
|
368
|
+
name: string | undefined;
|
|
369
|
+
|
|
370
|
+
creationDate: Date | undefined;
|
|
371
|
+
}
|
|
372
|
+
export declare namespace DescribeActivityOutput {
|
|
373
|
+
|
|
374
|
+
const filterSensitiveLog: (obj: DescribeActivityOutput) => any;
|
|
375
|
+
}
|
|
376
|
+
export interface DescribeExecutionInput {
|
|
377
|
+
|
|
378
|
+
executionArn: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace DescribeExecutionInput {
|
|
381
|
+
|
|
382
|
+
const filterSensitiveLog: (obj: DescribeExecutionInput) => any;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface CloudWatchEventsExecutionDataDetails {
|
|
386
|
+
|
|
387
|
+
included?: boolean;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace CloudWatchEventsExecutionDataDetails {
|
|
390
|
+
|
|
391
|
+
const filterSensitiveLog: (obj: CloudWatchEventsExecutionDataDetails) => any;
|
|
392
|
+
}
|
|
393
|
+
export declare type ExecutionStatus = "ABORTED" | "FAILED" | "RUNNING" | "SUCCEEDED" | "TIMED_OUT";
|
|
394
|
+
export interface DescribeExecutionOutput {
|
|
395
|
+
|
|
396
|
+
executionArn: string | undefined;
|
|
397
|
+
|
|
398
|
+
stateMachineArn: string | undefined;
|
|
399
|
+
|
|
400
|
+
name?: string;
|
|
401
|
+
|
|
402
|
+
status: ExecutionStatus | string | undefined;
|
|
403
|
+
|
|
404
|
+
startDate: Date | undefined;
|
|
405
|
+
|
|
406
|
+
stopDate?: Date;
|
|
407
|
+
|
|
408
|
+
input?: string;
|
|
409
|
+
|
|
410
|
+
inputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
411
|
+
|
|
412
|
+
output?: string;
|
|
413
|
+
|
|
414
|
+
outputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
415
|
+
|
|
416
|
+
traceHeader?: string;
|
|
417
|
+
}
|
|
418
|
+
export declare namespace DescribeExecutionOutput {
|
|
419
|
+
|
|
420
|
+
const filterSensitiveLog: (obj: DescribeExecutionOutput) => any;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export interface ExecutionDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
424
|
+
name: "ExecutionDoesNotExist";
|
|
425
|
+
$fault: "client";
|
|
426
|
+
message?: string;
|
|
427
|
+
}
|
|
428
|
+
export declare namespace ExecutionDoesNotExist {
|
|
429
|
+
|
|
430
|
+
const filterSensitiveLog: (obj: ExecutionDoesNotExist) => any;
|
|
431
|
+
}
|
|
432
|
+
export interface DescribeStateMachineInput {
|
|
433
|
+
|
|
434
|
+
stateMachineArn: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace DescribeStateMachineInput {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: DescribeStateMachineInput) => any;
|
|
439
|
+
}
|
|
440
|
+
export declare type StateMachineStatus = "ACTIVE" | "DELETING";
|
|
441
|
+
export interface DescribeStateMachineOutput {
|
|
442
|
+
|
|
443
|
+
stateMachineArn: string | undefined;
|
|
444
|
+
|
|
445
|
+
name: string | undefined;
|
|
446
|
+
|
|
447
|
+
status?: StateMachineStatus | string;
|
|
448
|
+
|
|
449
|
+
definition: string | undefined;
|
|
450
|
+
|
|
451
|
+
roleArn: string | undefined;
|
|
452
|
+
|
|
453
|
+
type: StateMachineType | string | undefined;
|
|
454
|
+
|
|
455
|
+
creationDate: Date | undefined;
|
|
456
|
+
|
|
457
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
458
|
+
|
|
459
|
+
tracingConfiguration?: TracingConfiguration;
|
|
460
|
+
}
|
|
461
|
+
export declare namespace DescribeStateMachineOutput {
|
|
462
|
+
|
|
463
|
+
const filterSensitiveLog: (obj: DescribeStateMachineOutput) => any;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export interface StateMachineDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
467
|
+
name: "StateMachineDoesNotExist";
|
|
468
|
+
$fault: "client";
|
|
469
|
+
message?: string;
|
|
470
|
+
}
|
|
471
|
+
export declare namespace StateMachineDoesNotExist {
|
|
472
|
+
|
|
473
|
+
const filterSensitiveLog: (obj: StateMachineDoesNotExist) => any;
|
|
474
|
+
}
|
|
475
|
+
export interface DescribeStateMachineForExecutionInput {
|
|
476
|
+
|
|
477
|
+
executionArn: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export declare namespace DescribeStateMachineForExecutionInput {
|
|
480
|
+
|
|
481
|
+
const filterSensitiveLog: (obj: DescribeStateMachineForExecutionInput) => any;
|
|
482
|
+
}
|
|
483
|
+
export interface DescribeStateMachineForExecutionOutput {
|
|
484
|
+
|
|
485
|
+
stateMachineArn: string | undefined;
|
|
486
|
+
|
|
487
|
+
name: string | undefined;
|
|
488
|
+
|
|
489
|
+
definition: string | undefined;
|
|
490
|
+
|
|
491
|
+
roleArn: string | undefined;
|
|
492
|
+
|
|
493
|
+
updateDate: Date | undefined;
|
|
494
|
+
|
|
495
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
496
|
+
|
|
497
|
+
tracingConfiguration?: TracingConfiguration;
|
|
498
|
+
}
|
|
499
|
+
export declare namespace DescribeStateMachineForExecutionOutput {
|
|
500
|
+
|
|
501
|
+
const filterSensitiveLog: (obj: DescribeStateMachineForExecutionOutput) => any;
|
|
502
|
+
}
|
|
503
|
+
export interface GetActivityTaskInput {
|
|
504
|
+
|
|
505
|
+
activityArn: string | undefined;
|
|
506
|
+
|
|
507
|
+
workerName?: string;
|
|
508
|
+
}
|
|
509
|
+
export declare namespace GetActivityTaskInput {
|
|
510
|
+
|
|
511
|
+
const filterSensitiveLog: (obj: GetActivityTaskInput) => any;
|
|
512
|
+
}
|
|
513
|
+
export interface GetActivityTaskOutput {
|
|
514
|
+
|
|
515
|
+
taskToken?: string;
|
|
516
|
+
|
|
517
|
+
input?: string;
|
|
518
|
+
}
|
|
519
|
+
export declare namespace GetActivityTaskOutput {
|
|
520
|
+
|
|
521
|
+
const filterSensitiveLog: (obj: GetActivityTaskOutput) => any;
|
|
522
|
+
}
|
|
523
|
+
export interface GetExecutionHistoryInput {
|
|
524
|
+
|
|
525
|
+
executionArn: string | undefined;
|
|
526
|
+
|
|
527
|
+
maxResults?: number;
|
|
528
|
+
|
|
529
|
+
reverseOrder?: boolean;
|
|
530
|
+
|
|
531
|
+
nextToken?: string;
|
|
532
|
+
|
|
533
|
+
includeExecutionData?: boolean;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace GetExecutionHistoryInput {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: GetExecutionHistoryInput) => any;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface ExecutionAbortedEventDetails {
|
|
541
|
+
|
|
542
|
+
error?: string;
|
|
543
|
+
|
|
544
|
+
cause?: string;
|
|
545
|
+
}
|
|
546
|
+
export declare namespace ExecutionAbortedEventDetails {
|
|
547
|
+
|
|
548
|
+
const filterSensitiveLog: (obj: ExecutionAbortedEventDetails) => any;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export interface ExecutionFailedEventDetails {
|
|
552
|
+
|
|
553
|
+
error?: string;
|
|
554
|
+
|
|
555
|
+
cause?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare namespace ExecutionFailedEventDetails {
|
|
558
|
+
|
|
559
|
+
const filterSensitiveLog: (obj: ExecutionFailedEventDetails) => any;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export interface ExecutionStartedEventDetails {
|
|
563
|
+
|
|
564
|
+
input?: string;
|
|
565
|
+
|
|
566
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
567
|
+
|
|
568
|
+
roleArn?: string;
|
|
569
|
+
}
|
|
570
|
+
export declare namespace ExecutionStartedEventDetails {
|
|
571
|
+
|
|
572
|
+
const filterSensitiveLog: (obj: ExecutionStartedEventDetails) => any;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
export interface ExecutionSucceededEventDetails {
|
|
576
|
+
|
|
577
|
+
output?: string;
|
|
578
|
+
|
|
579
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
580
|
+
}
|
|
581
|
+
export declare namespace ExecutionSucceededEventDetails {
|
|
582
|
+
|
|
583
|
+
const filterSensitiveLog: (obj: ExecutionSucceededEventDetails) => any;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface ExecutionTimedOutEventDetails {
|
|
587
|
+
|
|
588
|
+
error?: string;
|
|
589
|
+
|
|
590
|
+
cause?: string;
|
|
591
|
+
}
|
|
592
|
+
export declare namespace ExecutionTimedOutEventDetails {
|
|
593
|
+
|
|
594
|
+
const filterSensitiveLog: (obj: ExecutionTimedOutEventDetails) => any;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
export interface LambdaFunctionFailedEventDetails {
|
|
598
|
+
|
|
599
|
+
error?: string;
|
|
600
|
+
|
|
601
|
+
cause?: string;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace LambdaFunctionFailedEventDetails {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: LambdaFunctionFailedEventDetails) => any;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface LambdaFunctionScheduledEventDetails {
|
|
609
|
+
|
|
610
|
+
resource: string | undefined;
|
|
611
|
+
|
|
612
|
+
input?: string;
|
|
613
|
+
|
|
614
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
615
|
+
|
|
616
|
+
timeoutInSeconds?: number;
|
|
617
|
+
}
|
|
618
|
+
export declare namespace LambdaFunctionScheduledEventDetails {
|
|
619
|
+
|
|
620
|
+
const filterSensitiveLog: (obj: LambdaFunctionScheduledEventDetails) => any;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
export interface LambdaFunctionScheduleFailedEventDetails {
|
|
624
|
+
|
|
625
|
+
error?: string;
|
|
626
|
+
|
|
627
|
+
cause?: string;
|
|
628
|
+
}
|
|
629
|
+
export declare namespace LambdaFunctionScheduleFailedEventDetails {
|
|
630
|
+
|
|
631
|
+
const filterSensitiveLog: (obj: LambdaFunctionScheduleFailedEventDetails) => any;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
export interface LambdaFunctionStartFailedEventDetails {
|
|
635
|
+
|
|
636
|
+
error?: string;
|
|
637
|
+
|
|
638
|
+
cause?: string;
|
|
639
|
+
}
|
|
640
|
+
export declare namespace LambdaFunctionStartFailedEventDetails {
|
|
641
|
+
|
|
642
|
+
const filterSensitiveLog: (obj: LambdaFunctionStartFailedEventDetails) => any;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
export interface LambdaFunctionSucceededEventDetails {
|
|
646
|
+
|
|
647
|
+
output?: string;
|
|
648
|
+
|
|
649
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
650
|
+
}
|
|
651
|
+
export declare namespace LambdaFunctionSucceededEventDetails {
|
|
652
|
+
|
|
653
|
+
const filterSensitiveLog: (obj: LambdaFunctionSucceededEventDetails) => any;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export interface LambdaFunctionTimedOutEventDetails {
|
|
657
|
+
|
|
658
|
+
error?: string;
|
|
659
|
+
|
|
660
|
+
cause?: string;
|
|
661
|
+
}
|
|
662
|
+
export declare namespace LambdaFunctionTimedOutEventDetails {
|
|
663
|
+
|
|
664
|
+
const filterSensitiveLog: (obj: LambdaFunctionTimedOutEventDetails) => any;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export interface MapIterationEventDetails {
|
|
668
|
+
|
|
669
|
+
name?: string;
|
|
670
|
+
|
|
671
|
+
index?: number;
|
|
672
|
+
}
|
|
673
|
+
export declare namespace MapIterationEventDetails {
|
|
674
|
+
|
|
675
|
+
const filterSensitiveLog: (obj: MapIterationEventDetails) => any;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export interface MapStateStartedEventDetails {
|
|
679
|
+
|
|
680
|
+
length?: number;
|
|
681
|
+
}
|
|
682
|
+
export declare namespace MapStateStartedEventDetails {
|
|
683
|
+
|
|
684
|
+
const filterSensitiveLog: (obj: MapStateStartedEventDetails) => any;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface StateEnteredEventDetails {
|
|
688
|
+
|
|
689
|
+
name: string | undefined;
|
|
690
|
+
|
|
691
|
+
input?: string;
|
|
692
|
+
|
|
693
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
694
|
+
}
|
|
695
|
+
export declare namespace StateEnteredEventDetails {
|
|
696
|
+
|
|
697
|
+
const filterSensitiveLog: (obj: StateEnteredEventDetails) => any;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface StateExitedEventDetails {
|
|
701
|
+
|
|
702
|
+
name: string | undefined;
|
|
703
|
+
|
|
704
|
+
output?: string;
|
|
705
|
+
|
|
706
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
707
|
+
}
|
|
708
|
+
export declare namespace StateExitedEventDetails {
|
|
709
|
+
|
|
710
|
+
const filterSensitiveLog: (obj: StateExitedEventDetails) => any;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export interface TaskFailedEventDetails {
|
|
714
|
+
|
|
715
|
+
resourceType: string | undefined;
|
|
716
|
+
|
|
717
|
+
resource: string | undefined;
|
|
718
|
+
|
|
719
|
+
error?: string;
|
|
720
|
+
|
|
721
|
+
cause?: string;
|
|
722
|
+
}
|
|
723
|
+
export declare namespace TaskFailedEventDetails {
|
|
724
|
+
|
|
725
|
+
const filterSensitiveLog: (obj: TaskFailedEventDetails) => any;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
export interface TaskScheduledEventDetails {
|
|
729
|
+
|
|
730
|
+
resourceType: string | undefined;
|
|
731
|
+
|
|
732
|
+
resource: string | undefined;
|
|
733
|
+
|
|
734
|
+
region: string | undefined;
|
|
735
|
+
|
|
736
|
+
parameters: string | undefined;
|
|
737
|
+
|
|
738
|
+
timeoutInSeconds?: number;
|
|
739
|
+
|
|
740
|
+
heartbeatInSeconds?: number;
|
|
741
|
+
}
|
|
742
|
+
export declare namespace TaskScheduledEventDetails {
|
|
743
|
+
|
|
744
|
+
const filterSensitiveLog: (obj: TaskScheduledEventDetails) => any;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface TaskStartedEventDetails {
|
|
748
|
+
|
|
749
|
+
resourceType: string | undefined;
|
|
750
|
+
|
|
751
|
+
resource: string | undefined;
|
|
752
|
+
}
|
|
753
|
+
export declare namespace TaskStartedEventDetails {
|
|
754
|
+
|
|
755
|
+
const filterSensitiveLog: (obj: TaskStartedEventDetails) => any;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export interface TaskStartFailedEventDetails {
|
|
759
|
+
|
|
760
|
+
resourceType: string | undefined;
|
|
761
|
+
|
|
762
|
+
resource: string | undefined;
|
|
763
|
+
|
|
764
|
+
error?: string;
|
|
765
|
+
|
|
766
|
+
cause?: string;
|
|
767
|
+
}
|
|
768
|
+
export declare namespace TaskStartFailedEventDetails {
|
|
769
|
+
|
|
770
|
+
const filterSensitiveLog: (obj: TaskStartFailedEventDetails) => any;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
export interface TaskSubmitFailedEventDetails {
|
|
774
|
+
|
|
775
|
+
resourceType: string | undefined;
|
|
776
|
+
|
|
777
|
+
resource: string | undefined;
|
|
778
|
+
|
|
779
|
+
error?: string;
|
|
780
|
+
|
|
781
|
+
cause?: string;
|
|
782
|
+
}
|
|
783
|
+
export declare namespace TaskSubmitFailedEventDetails {
|
|
784
|
+
|
|
785
|
+
const filterSensitiveLog: (obj: TaskSubmitFailedEventDetails) => any;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export interface TaskSubmittedEventDetails {
|
|
789
|
+
|
|
790
|
+
resourceType: string | undefined;
|
|
791
|
+
|
|
792
|
+
resource: string | undefined;
|
|
793
|
+
|
|
794
|
+
output?: string;
|
|
795
|
+
|
|
796
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
797
|
+
}
|
|
798
|
+
export declare namespace TaskSubmittedEventDetails {
|
|
799
|
+
|
|
800
|
+
const filterSensitiveLog: (obj: TaskSubmittedEventDetails) => any;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export interface TaskSucceededEventDetails {
|
|
804
|
+
|
|
805
|
+
resourceType: string | undefined;
|
|
806
|
+
|
|
807
|
+
resource: string | undefined;
|
|
808
|
+
|
|
809
|
+
output?: string;
|
|
810
|
+
|
|
811
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
812
|
+
}
|
|
813
|
+
export declare namespace TaskSucceededEventDetails {
|
|
814
|
+
|
|
815
|
+
const filterSensitiveLog: (obj: TaskSucceededEventDetails) => any;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
export interface TaskTimedOutEventDetails {
|
|
819
|
+
|
|
820
|
+
resourceType: string | undefined;
|
|
821
|
+
|
|
822
|
+
resource: string | undefined;
|
|
823
|
+
|
|
824
|
+
error?: string;
|
|
825
|
+
|
|
826
|
+
cause?: string;
|
|
827
|
+
}
|
|
828
|
+
export declare namespace TaskTimedOutEventDetails {
|
|
829
|
+
|
|
830
|
+
const filterSensitiveLog: (obj: TaskTimedOutEventDetails) => any;
|
|
831
|
+
}
|
|
832
|
+
export declare type HistoryEventType = "ActivityFailed" | "ActivityScheduleFailed" | "ActivityScheduled" | "ActivityStarted" | "ActivitySucceeded" | "ActivityTimedOut" | "ChoiceStateEntered" | "ChoiceStateExited" | "ExecutionAborted" | "ExecutionFailed" | "ExecutionStarted" | "ExecutionSucceeded" | "ExecutionTimedOut" | "FailStateEntered" | "LambdaFunctionFailed" | "LambdaFunctionScheduleFailed" | "LambdaFunctionScheduled" | "LambdaFunctionStartFailed" | "LambdaFunctionStarted" | "LambdaFunctionSucceeded" | "LambdaFunctionTimedOut" | "MapIterationAborted" | "MapIterationFailed" | "MapIterationStarted" | "MapIterationSucceeded" | "MapStateAborted" | "MapStateEntered" | "MapStateExited" | "MapStateFailed" | "MapStateStarted" | "MapStateSucceeded" | "ParallelStateAborted" | "ParallelStateEntered" | "ParallelStateExited" | "ParallelStateFailed" | "ParallelStateStarted" | "ParallelStateSucceeded" | "PassStateEntered" | "PassStateExited" | "SucceedStateEntered" | "SucceedStateExited" | "TaskFailed" | "TaskScheduled" | "TaskStartFailed" | "TaskStarted" | "TaskStateAborted" | "TaskStateEntered" | "TaskStateExited" | "TaskSubmitFailed" | "TaskSubmitted" | "TaskSucceeded" | "TaskTimedOut" | "WaitStateAborted" | "WaitStateEntered" | "WaitStateExited";
|
|
833
|
+
|
|
834
|
+
export interface HistoryEvent {
|
|
835
|
+
|
|
836
|
+
timestamp: Date | undefined;
|
|
837
|
+
|
|
838
|
+
type: HistoryEventType | string | undefined;
|
|
839
|
+
|
|
840
|
+
id: number | undefined;
|
|
841
|
+
|
|
842
|
+
previousEventId?: number;
|
|
843
|
+
|
|
844
|
+
activityFailedEventDetails?: ActivityFailedEventDetails;
|
|
845
|
+
|
|
846
|
+
activityScheduleFailedEventDetails?: ActivityScheduleFailedEventDetails;
|
|
847
|
+
|
|
848
|
+
activityScheduledEventDetails?: ActivityScheduledEventDetails;
|
|
849
|
+
|
|
850
|
+
activityStartedEventDetails?: ActivityStartedEventDetails;
|
|
851
|
+
|
|
852
|
+
activitySucceededEventDetails?: ActivitySucceededEventDetails;
|
|
853
|
+
|
|
854
|
+
activityTimedOutEventDetails?: ActivityTimedOutEventDetails;
|
|
855
|
+
|
|
856
|
+
taskFailedEventDetails?: TaskFailedEventDetails;
|
|
857
|
+
|
|
858
|
+
taskScheduledEventDetails?: TaskScheduledEventDetails;
|
|
859
|
+
|
|
860
|
+
taskStartFailedEventDetails?: TaskStartFailedEventDetails;
|
|
861
|
+
|
|
862
|
+
taskStartedEventDetails?: TaskStartedEventDetails;
|
|
863
|
+
|
|
864
|
+
taskSubmitFailedEventDetails?: TaskSubmitFailedEventDetails;
|
|
865
|
+
|
|
866
|
+
taskSubmittedEventDetails?: TaskSubmittedEventDetails;
|
|
867
|
+
|
|
868
|
+
taskSucceededEventDetails?: TaskSucceededEventDetails;
|
|
869
|
+
|
|
870
|
+
taskTimedOutEventDetails?: TaskTimedOutEventDetails;
|
|
871
|
+
|
|
872
|
+
executionFailedEventDetails?: ExecutionFailedEventDetails;
|
|
873
|
+
|
|
874
|
+
executionStartedEventDetails?: ExecutionStartedEventDetails;
|
|
875
|
+
|
|
876
|
+
executionSucceededEventDetails?: ExecutionSucceededEventDetails;
|
|
877
|
+
|
|
878
|
+
executionAbortedEventDetails?: ExecutionAbortedEventDetails;
|
|
879
|
+
|
|
880
|
+
executionTimedOutEventDetails?: ExecutionTimedOutEventDetails;
|
|
881
|
+
|
|
882
|
+
mapStateStartedEventDetails?: MapStateStartedEventDetails;
|
|
883
|
+
|
|
884
|
+
mapIterationStartedEventDetails?: MapIterationEventDetails;
|
|
885
|
+
|
|
886
|
+
mapIterationSucceededEventDetails?: MapIterationEventDetails;
|
|
887
|
+
|
|
888
|
+
mapIterationFailedEventDetails?: MapIterationEventDetails;
|
|
889
|
+
|
|
890
|
+
mapIterationAbortedEventDetails?: MapIterationEventDetails;
|
|
891
|
+
|
|
892
|
+
lambdaFunctionFailedEventDetails?: LambdaFunctionFailedEventDetails;
|
|
893
|
+
|
|
894
|
+
lambdaFunctionScheduleFailedEventDetails?: LambdaFunctionScheduleFailedEventDetails;
|
|
895
|
+
|
|
896
|
+
lambdaFunctionScheduledEventDetails?: LambdaFunctionScheduledEventDetails;
|
|
897
|
+
|
|
898
|
+
lambdaFunctionStartFailedEventDetails?: LambdaFunctionStartFailedEventDetails;
|
|
899
|
+
|
|
900
|
+
lambdaFunctionSucceededEventDetails?: LambdaFunctionSucceededEventDetails;
|
|
901
|
+
|
|
902
|
+
lambdaFunctionTimedOutEventDetails?: LambdaFunctionTimedOutEventDetails;
|
|
903
|
+
|
|
904
|
+
stateEnteredEventDetails?: StateEnteredEventDetails;
|
|
905
|
+
|
|
906
|
+
stateExitedEventDetails?: StateExitedEventDetails;
|
|
907
|
+
}
|
|
908
|
+
export declare namespace HistoryEvent {
|
|
909
|
+
|
|
910
|
+
const filterSensitiveLog: (obj: HistoryEvent) => any;
|
|
911
|
+
}
|
|
912
|
+
export interface GetExecutionHistoryOutput {
|
|
913
|
+
|
|
914
|
+
events: HistoryEvent[] | undefined;
|
|
915
|
+
|
|
916
|
+
nextToken?: string;
|
|
917
|
+
}
|
|
918
|
+
export declare namespace GetExecutionHistoryOutput {
|
|
919
|
+
|
|
920
|
+
const filterSensitiveLog: (obj: GetExecutionHistoryOutput) => any;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export interface InvalidToken extends __SmithyException, $MetadataBearer {
|
|
924
|
+
name: "InvalidToken";
|
|
925
|
+
$fault: "client";
|
|
926
|
+
message?: string;
|
|
927
|
+
}
|
|
928
|
+
export declare namespace InvalidToken {
|
|
929
|
+
|
|
930
|
+
const filterSensitiveLog: (obj: InvalidToken) => any;
|
|
931
|
+
}
|
|
932
|
+
export interface ListActivitiesInput {
|
|
933
|
+
|
|
934
|
+
maxResults?: number;
|
|
935
|
+
|
|
936
|
+
nextToken?: string;
|
|
937
|
+
}
|
|
938
|
+
export declare namespace ListActivitiesInput {
|
|
939
|
+
|
|
940
|
+
const filterSensitiveLog: (obj: ListActivitiesInput) => any;
|
|
941
|
+
}
|
|
942
|
+
export interface ListActivitiesOutput {
|
|
943
|
+
|
|
944
|
+
activities: ActivityListItem[] | undefined;
|
|
945
|
+
|
|
946
|
+
nextToken?: string;
|
|
947
|
+
}
|
|
948
|
+
export declare namespace ListActivitiesOutput {
|
|
949
|
+
|
|
950
|
+
const filterSensitiveLog: (obj: ListActivitiesOutput) => any;
|
|
951
|
+
}
|
|
952
|
+
export interface ListExecutionsInput {
|
|
953
|
+
|
|
954
|
+
stateMachineArn: string | undefined;
|
|
955
|
+
|
|
956
|
+
statusFilter?: ExecutionStatus | string;
|
|
957
|
+
|
|
958
|
+
maxResults?: number;
|
|
959
|
+
|
|
960
|
+
nextToken?: string;
|
|
961
|
+
}
|
|
962
|
+
export declare namespace ListExecutionsInput {
|
|
963
|
+
|
|
964
|
+
const filterSensitiveLog: (obj: ListExecutionsInput) => any;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
export interface ExecutionListItem {
|
|
968
|
+
|
|
969
|
+
executionArn: string | undefined;
|
|
970
|
+
|
|
971
|
+
stateMachineArn: string | undefined;
|
|
972
|
+
|
|
973
|
+
name: string | undefined;
|
|
974
|
+
|
|
975
|
+
status: ExecutionStatus | string | undefined;
|
|
976
|
+
|
|
977
|
+
startDate: Date | undefined;
|
|
978
|
+
|
|
979
|
+
stopDate?: Date;
|
|
980
|
+
}
|
|
981
|
+
export declare namespace ExecutionListItem {
|
|
982
|
+
|
|
983
|
+
const filterSensitiveLog: (obj: ExecutionListItem) => any;
|
|
984
|
+
}
|
|
985
|
+
export interface ListExecutionsOutput {
|
|
986
|
+
|
|
987
|
+
executions: ExecutionListItem[] | undefined;
|
|
988
|
+
|
|
989
|
+
nextToken?: string;
|
|
990
|
+
}
|
|
991
|
+
export declare namespace ListExecutionsOutput {
|
|
992
|
+
|
|
993
|
+
const filterSensitiveLog: (obj: ListExecutionsOutput) => any;
|
|
994
|
+
}
|
|
995
|
+
export interface ListStateMachinesInput {
|
|
996
|
+
|
|
997
|
+
maxResults?: number;
|
|
998
|
+
|
|
999
|
+
nextToken?: string;
|
|
1000
|
+
}
|
|
1001
|
+
export declare namespace ListStateMachinesInput {
|
|
1002
|
+
|
|
1003
|
+
const filterSensitiveLog: (obj: ListStateMachinesInput) => any;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
export interface StateMachineListItem {
|
|
1007
|
+
|
|
1008
|
+
stateMachineArn: string | undefined;
|
|
1009
|
+
|
|
1010
|
+
name: string | undefined;
|
|
1011
|
+
|
|
1012
|
+
type: StateMachineType | string | undefined;
|
|
1013
|
+
|
|
1014
|
+
creationDate: Date | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
export declare namespace StateMachineListItem {
|
|
1017
|
+
|
|
1018
|
+
const filterSensitiveLog: (obj: StateMachineListItem) => any;
|
|
1019
|
+
}
|
|
1020
|
+
export interface ListStateMachinesOutput {
|
|
1021
|
+
stateMachines: StateMachineListItem[] | undefined;
|
|
1022
|
+
|
|
1023
|
+
nextToken?: string;
|
|
1024
|
+
}
|
|
1025
|
+
export declare namespace ListStateMachinesOutput {
|
|
1026
|
+
|
|
1027
|
+
const filterSensitiveLog: (obj: ListStateMachinesOutput) => any;
|
|
1028
|
+
}
|
|
1029
|
+
export interface ListTagsForResourceInput {
|
|
1030
|
+
|
|
1031
|
+
resourceArn: string | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
export declare namespace ListTagsForResourceInput {
|
|
1034
|
+
|
|
1035
|
+
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1036
|
+
}
|
|
1037
|
+
export interface ListTagsForResourceOutput {
|
|
1038
|
+
|
|
1039
|
+
tags?: Tag[];
|
|
1040
|
+
}
|
|
1041
|
+
export declare namespace ListTagsForResourceOutput {
|
|
1042
|
+
|
|
1043
|
+
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
|
|
1047
|
+
name: "ResourceNotFound";
|
|
1048
|
+
$fault: "client";
|
|
1049
|
+
message?: string;
|
|
1050
|
+
resourceName?: string;
|
|
1051
|
+
}
|
|
1052
|
+
export declare namespace ResourceNotFound {
|
|
1053
|
+
|
|
1054
|
+
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
1055
|
+
}
|
|
1056
|
+
export interface SendTaskFailureInput {
|
|
1057
|
+
|
|
1058
|
+
taskToken: string | undefined;
|
|
1059
|
+
|
|
1060
|
+
error?: string;
|
|
1061
|
+
|
|
1062
|
+
cause?: string;
|
|
1063
|
+
}
|
|
1064
|
+
export declare namespace SendTaskFailureInput {
|
|
1065
|
+
|
|
1066
|
+
const filterSensitiveLog: (obj: SendTaskFailureInput) => any;
|
|
1067
|
+
}
|
|
1068
|
+
export interface SendTaskFailureOutput {
|
|
1069
|
+
}
|
|
1070
|
+
export declare namespace SendTaskFailureOutput {
|
|
1071
|
+
|
|
1072
|
+
const filterSensitiveLog: (obj: SendTaskFailureOutput) => any;
|
|
1073
|
+
}
|
|
1074
|
+
export interface TaskDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
1075
|
+
name: "TaskDoesNotExist";
|
|
1076
|
+
$fault: "client";
|
|
1077
|
+
message?: string;
|
|
1078
|
+
}
|
|
1079
|
+
export declare namespace TaskDoesNotExist {
|
|
1080
|
+
|
|
1081
|
+
const filterSensitiveLog: (obj: TaskDoesNotExist) => any;
|
|
1082
|
+
}
|
|
1083
|
+
export interface TaskTimedOut extends __SmithyException, $MetadataBearer {
|
|
1084
|
+
name: "TaskTimedOut";
|
|
1085
|
+
$fault: "client";
|
|
1086
|
+
message?: string;
|
|
1087
|
+
}
|
|
1088
|
+
export declare namespace TaskTimedOut {
|
|
1089
|
+
|
|
1090
|
+
const filterSensitiveLog: (obj: TaskTimedOut) => any;
|
|
1091
|
+
}
|
|
1092
|
+
export interface SendTaskHeartbeatInput {
|
|
1093
|
+
|
|
1094
|
+
taskToken: string | undefined;
|
|
1095
|
+
}
|
|
1096
|
+
export declare namespace SendTaskHeartbeatInput {
|
|
1097
|
+
|
|
1098
|
+
const filterSensitiveLog: (obj: SendTaskHeartbeatInput) => any;
|
|
1099
|
+
}
|
|
1100
|
+
export interface SendTaskHeartbeatOutput {
|
|
1101
|
+
}
|
|
1102
|
+
export declare namespace SendTaskHeartbeatOutput {
|
|
1103
|
+
|
|
1104
|
+
const filterSensitiveLog: (obj: SendTaskHeartbeatOutput) => any;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
export interface InvalidOutput extends __SmithyException, $MetadataBearer {
|
|
1108
|
+
name: "InvalidOutput";
|
|
1109
|
+
$fault: "client";
|
|
1110
|
+
message?: string;
|
|
1111
|
+
}
|
|
1112
|
+
export declare namespace InvalidOutput {
|
|
1113
|
+
|
|
1114
|
+
const filterSensitiveLog: (obj: InvalidOutput) => any;
|
|
1115
|
+
}
|
|
1116
|
+
export interface SendTaskSuccessInput {
|
|
1117
|
+
|
|
1118
|
+
taskToken: string | undefined;
|
|
1119
|
+
|
|
1120
|
+
output: string | undefined;
|
|
1121
|
+
}
|
|
1122
|
+
export declare namespace SendTaskSuccessInput {
|
|
1123
|
+
|
|
1124
|
+
const filterSensitiveLog: (obj: SendTaskSuccessInput) => any;
|
|
1125
|
+
}
|
|
1126
|
+
export interface SendTaskSuccessOutput {
|
|
1127
|
+
}
|
|
1128
|
+
export declare namespace SendTaskSuccessOutput {
|
|
1129
|
+
|
|
1130
|
+
const filterSensitiveLog: (obj: SendTaskSuccessOutput) => any;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export interface ExecutionAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
1134
|
+
name: "ExecutionAlreadyExists";
|
|
1135
|
+
$fault: "client";
|
|
1136
|
+
message?: string;
|
|
1137
|
+
}
|
|
1138
|
+
export declare namespace ExecutionAlreadyExists {
|
|
1139
|
+
|
|
1140
|
+
const filterSensitiveLog: (obj: ExecutionAlreadyExists) => any;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
export interface ExecutionLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
1144
|
+
name: "ExecutionLimitExceeded";
|
|
1145
|
+
$fault: "client";
|
|
1146
|
+
message?: string;
|
|
1147
|
+
}
|
|
1148
|
+
export declare namespace ExecutionLimitExceeded {
|
|
1149
|
+
|
|
1150
|
+
const filterSensitiveLog: (obj: ExecutionLimitExceeded) => any;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface InvalidExecutionInput extends __SmithyException, $MetadataBearer {
|
|
1154
|
+
name: "InvalidExecutionInput";
|
|
1155
|
+
$fault: "client";
|
|
1156
|
+
message?: string;
|
|
1157
|
+
}
|
|
1158
|
+
export declare namespace InvalidExecutionInput {
|
|
1159
|
+
|
|
1160
|
+
const filterSensitiveLog: (obj: InvalidExecutionInput) => any;
|
|
1161
|
+
}
|
|
1162
|
+
export interface StartExecutionInput {
|
|
1163
|
+
|
|
1164
|
+
stateMachineArn: string | undefined;
|
|
1165
|
+
|
|
1166
|
+
name?: string;
|
|
1167
|
+
|
|
1168
|
+
input?: string;
|
|
1169
|
+
|
|
1170
|
+
traceHeader?: string;
|
|
1171
|
+
}
|
|
1172
|
+
export declare namespace StartExecutionInput {
|
|
1173
|
+
|
|
1174
|
+
const filterSensitiveLog: (obj: StartExecutionInput) => any;
|
|
1175
|
+
}
|
|
1176
|
+
export interface StartExecutionOutput {
|
|
1177
|
+
|
|
1178
|
+
executionArn: string | undefined;
|
|
1179
|
+
|
|
1180
|
+
startDate: Date | undefined;
|
|
1181
|
+
}
|
|
1182
|
+
export declare namespace StartExecutionOutput {
|
|
1183
|
+
|
|
1184
|
+
const filterSensitiveLog: (obj: StartExecutionOutput) => any;
|
|
1185
|
+
}
|
|
1186
|
+
export interface StartSyncExecutionInput {
|
|
1187
|
+
|
|
1188
|
+
stateMachineArn: string | undefined;
|
|
1189
|
+
|
|
1190
|
+
name?: string;
|
|
1191
|
+
|
|
1192
|
+
input?: string;
|
|
1193
|
+
|
|
1194
|
+
traceHeader?: string;
|
|
1195
|
+
}
|
|
1196
|
+
export declare namespace StartSyncExecutionInput {
|
|
1197
|
+
|
|
1198
|
+
const filterSensitiveLog: (obj: StartSyncExecutionInput) => any;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export interface BillingDetails {
|
|
1202
|
+
|
|
1203
|
+
billedMemoryUsedInMB?: number;
|
|
1204
|
+
|
|
1205
|
+
billedDurationInMilliseconds?: number;
|
|
1206
|
+
}
|
|
1207
|
+
export declare namespace BillingDetails {
|
|
1208
|
+
|
|
1209
|
+
const filterSensitiveLog: (obj: BillingDetails) => any;
|
|
1210
|
+
}
|
|
1211
|
+
export declare type SyncExecutionStatus = "FAILED" | "SUCCEEDED" | "TIMED_OUT";
|
|
1212
|
+
export interface StartSyncExecutionOutput {
|
|
1213
|
+
|
|
1214
|
+
executionArn: string | undefined;
|
|
1215
|
+
|
|
1216
|
+
stateMachineArn?: string;
|
|
1217
|
+
|
|
1218
|
+
name?: string;
|
|
1219
|
+
|
|
1220
|
+
startDate: Date | undefined;
|
|
1221
|
+
|
|
1222
|
+
stopDate: Date | undefined;
|
|
1223
|
+
|
|
1224
|
+
status: SyncExecutionStatus | string | undefined;
|
|
1225
|
+
|
|
1226
|
+
error?: string;
|
|
1227
|
+
|
|
1228
|
+
cause?: string;
|
|
1229
|
+
|
|
1230
|
+
input?: string;
|
|
1231
|
+
|
|
1232
|
+
inputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
1233
|
+
|
|
1234
|
+
output?: string;
|
|
1235
|
+
|
|
1236
|
+
outputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
1237
|
+
|
|
1238
|
+
traceHeader?: string;
|
|
1239
|
+
|
|
1240
|
+
billingDetails?: BillingDetails;
|
|
1241
|
+
}
|
|
1242
|
+
export declare namespace StartSyncExecutionOutput {
|
|
1243
|
+
|
|
1244
|
+
const filterSensitiveLog: (obj: StartSyncExecutionOutput) => any;
|
|
1245
|
+
}
|
|
1246
|
+
export interface StopExecutionInput {
|
|
1247
|
+
|
|
1248
|
+
executionArn: string | undefined;
|
|
1249
|
+
|
|
1250
|
+
error?: string;
|
|
1251
|
+
|
|
1252
|
+
cause?: string;
|
|
1253
|
+
}
|
|
1254
|
+
export declare namespace StopExecutionInput {
|
|
1255
|
+
|
|
1256
|
+
const filterSensitiveLog: (obj: StopExecutionInput) => any;
|
|
1257
|
+
}
|
|
1258
|
+
export interface StopExecutionOutput {
|
|
1259
|
+
|
|
1260
|
+
stopDate: Date | undefined;
|
|
1261
|
+
}
|
|
1262
|
+
export declare namespace StopExecutionOutput {
|
|
1263
|
+
|
|
1264
|
+
const filterSensitiveLog: (obj: StopExecutionOutput) => any;
|
|
1265
|
+
}
|
|
1266
|
+
export interface TagResourceInput {
|
|
1267
|
+
|
|
1268
|
+
resourceArn: string | undefined;
|
|
1269
|
+
|
|
1270
|
+
tags: Tag[] | undefined;
|
|
1271
|
+
}
|
|
1272
|
+
export declare namespace TagResourceInput {
|
|
1273
|
+
|
|
1274
|
+
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
1275
|
+
}
|
|
1276
|
+
export interface TagResourceOutput {
|
|
1277
|
+
}
|
|
1278
|
+
export declare namespace TagResourceOutput {
|
|
1279
|
+
|
|
1280
|
+
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
1281
|
+
}
|
|
1282
|
+
export interface UntagResourceInput {
|
|
1283
|
+
|
|
1284
|
+
resourceArn: string | undefined;
|
|
1285
|
+
|
|
1286
|
+
tagKeys: string[] | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
export declare namespace UntagResourceInput {
|
|
1289
|
+
|
|
1290
|
+
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
1291
|
+
}
|
|
1292
|
+
export interface UntagResourceOutput {
|
|
1293
|
+
}
|
|
1294
|
+
export declare namespace UntagResourceOutput {
|
|
1295
|
+
|
|
1296
|
+
const filterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface MissingRequiredParameter extends __SmithyException, $MetadataBearer {
|
|
1300
|
+
name: "MissingRequiredParameter";
|
|
1301
|
+
$fault: "client";
|
|
1302
|
+
message?: string;
|
|
1303
|
+
}
|
|
1304
|
+
export declare namespace MissingRequiredParameter {
|
|
1305
|
+
|
|
1306
|
+
const filterSensitiveLog: (obj: MissingRequiredParameter) => any;
|
|
1307
|
+
}
|
|
1308
|
+
export interface UpdateStateMachineInput {
|
|
1309
|
+
|
|
1310
|
+
stateMachineArn: string | undefined;
|
|
1311
|
+
|
|
1312
|
+
definition?: string;
|
|
1313
|
+
|
|
1314
|
+
roleArn?: string;
|
|
1315
|
+
|
|
1316
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
1317
|
+
|
|
1318
|
+
tracingConfiguration?: TracingConfiguration;
|
|
1319
|
+
}
|
|
1320
|
+
export declare namespace UpdateStateMachineInput {
|
|
1321
|
+
|
|
1322
|
+
const filterSensitiveLog: (obj: UpdateStateMachineInput) => any;
|
|
1323
|
+
}
|
|
1324
|
+
export interface UpdateStateMachineOutput {
|
|
1325
|
+
|
|
1326
|
+
updateDate: Date | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export declare namespace UpdateStateMachineOutput {
|
|
1329
|
+
|
|
1330
|
+
const filterSensitiveLog: (obj: UpdateStateMachineOutput) => any;
|
|
1331
|
+
}
|