@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
|
@@ -6,18 +6,12 @@ exports.UpdateStateMachineOutput = exports.UpdateStateMachineInput = exports.Mis
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
var ActivityDoesNotExist;
|
|
8
8
|
(function (ActivityDoesNotExist) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
ActivityDoesNotExist.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(ActivityDoesNotExist = exports.ActivityDoesNotExist || (exports.ActivityDoesNotExist = {}));
|
|
16
13
|
var ActivityFailedEventDetails;
|
|
17
14
|
(function (ActivityFailedEventDetails) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
ActivityFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -26,36 +20,24 @@ var ActivityFailedEventDetails;
|
|
|
26
20
|
})(ActivityFailedEventDetails = exports.ActivityFailedEventDetails || (exports.ActivityFailedEventDetails = {}));
|
|
27
21
|
var ActivityLimitExceeded;
|
|
28
22
|
(function (ActivityLimitExceeded) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
ActivityLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
33
24
|
...obj,
|
|
34
25
|
});
|
|
35
26
|
})(ActivityLimitExceeded = exports.ActivityLimitExceeded || (exports.ActivityLimitExceeded = {}));
|
|
36
27
|
var ActivityListItem;
|
|
37
28
|
(function (ActivityListItem) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
29
|
ActivityListItem.filterSensitiveLog = (obj) => ({
|
|
42
30
|
...obj,
|
|
43
31
|
});
|
|
44
32
|
})(ActivityListItem = exports.ActivityListItem || (exports.ActivityListItem = {}));
|
|
45
33
|
var HistoryEventExecutionDataDetails;
|
|
46
34
|
(function (HistoryEventExecutionDataDetails) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
35
|
HistoryEventExecutionDataDetails.filterSensitiveLog = (obj) => ({
|
|
51
36
|
...obj,
|
|
52
37
|
});
|
|
53
38
|
})(HistoryEventExecutionDataDetails = exports.HistoryEventExecutionDataDetails || (exports.HistoryEventExecutionDataDetails = {}));
|
|
54
39
|
var ActivityScheduledEventDetails;
|
|
55
40
|
(function (ActivityScheduledEventDetails) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
41
|
ActivityScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
60
42
|
...obj,
|
|
61
43
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -63,9 +45,6 @@ var ActivityScheduledEventDetails;
|
|
|
63
45
|
})(ActivityScheduledEventDetails = exports.ActivityScheduledEventDetails || (exports.ActivityScheduledEventDetails = {}));
|
|
64
46
|
var ActivityScheduleFailedEventDetails;
|
|
65
47
|
(function (ActivityScheduleFailedEventDetails) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
48
|
ActivityScheduleFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
70
49
|
...obj,
|
|
71
50
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -74,18 +53,12 @@ var ActivityScheduleFailedEventDetails;
|
|
|
74
53
|
})(ActivityScheduleFailedEventDetails = exports.ActivityScheduleFailedEventDetails || (exports.ActivityScheduleFailedEventDetails = {}));
|
|
75
54
|
var ActivityStartedEventDetails;
|
|
76
55
|
(function (ActivityStartedEventDetails) {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
56
|
ActivityStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
81
57
|
...obj,
|
|
82
58
|
});
|
|
83
59
|
})(ActivityStartedEventDetails = exports.ActivityStartedEventDetails || (exports.ActivityStartedEventDetails = {}));
|
|
84
60
|
var ActivitySucceededEventDetails;
|
|
85
61
|
(function (ActivitySucceededEventDetails) {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
62
|
ActivitySucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
90
63
|
...obj,
|
|
91
64
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -93,9 +66,6 @@ var ActivitySucceededEventDetails;
|
|
|
93
66
|
})(ActivitySucceededEventDetails = exports.ActivitySucceededEventDetails || (exports.ActivitySucceededEventDetails = {}));
|
|
94
67
|
var ActivityTimedOutEventDetails;
|
|
95
68
|
(function (ActivityTimedOutEventDetails) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
69
|
ActivityTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
100
70
|
...obj,
|
|
101
71
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -104,99 +74,66 @@ var ActivityTimedOutEventDetails;
|
|
|
104
74
|
})(ActivityTimedOutEventDetails = exports.ActivityTimedOutEventDetails || (exports.ActivityTimedOutEventDetails = {}));
|
|
105
75
|
var ActivityWorkerLimitExceeded;
|
|
106
76
|
(function (ActivityWorkerLimitExceeded) {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
77
|
ActivityWorkerLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
111
78
|
...obj,
|
|
112
79
|
});
|
|
113
80
|
})(ActivityWorkerLimitExceeded = exports.ActivityWorkerLimitExceeded || (exports.ActivityWorkerLimitExceeded = {}));
|
|
114
81
|
var Tag;
|
|
115
82
|
(function (Tag) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
83
|
Tag.filterSensitiveLog = (obj) => ({
|
|
120
84
|
...obj,
|
|
121
85
|
});
|
|
122
86
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
123
87
|
var CreateActivityInput;
|
|
124
88
|
(function (CreateActivityInput) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
89
|
CreateActivityInput.filterSensitiveLog = (obj) => ({
|
|
129
90
|
...obj,
|
|
130
91
|
});
|
|
131
92
|
})(CreateActivityInput = exports.CreateActivityInput || (exports.CreateActivityInput = {}));
|
|
132
93
|
var CreateActivityOutput;
|
|
133
94
|
(function (CreateActivityOutput) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
95
|
CreateActivityOutput.filterSensitiveLog = (obj) => ({
|
|
138
96
|
...obj,
|
|
139
97
|
});
|
|
140
98
|
})(CreateActivityOutput = exports.CreateActivityOutput || (exports.CreateActivityOutput = {}));
|
|
141
99
|
var InvalidName;
|
|
142
100
|
(function (InvalidName) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
101
|
InvalidName.filterSensitiveLog = (obj) => ({
|
|
147
102
|
...obj,
|
|
148
103
|
});
|
|
149
104
|
})(InvalidName = exports.InvalidName || (exports.InvalidName = {}));
|
|
150
105
|
var TooManyTags;
|
|
151
106
|
(function (TooManyTags) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
107
|
TooManyTags.filterSensitiveLog = (obj) => ({
|
|
156
108
|
...obj,
|
|
157
109
|
});
|
|
158
110
|
})(TooManyTags = exports.TooManyTags || (exports.TooManyTags = {}));
|
|
159
111
|
var CloudWatchLogsLogGroup;
|
|
160
112
|
(function (CloudWatchLogsLogGroup) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
113
|
CloudWatchLogsLogGroup.filterSensitiveLog = (obj) => ({
|
|
165
114
|
...obj,
|
|
166
115
|
});
|
|
167
116
|
})(CloudWatchLogsLogGroup = exports.CloudWatchLogsLogGroup || (exports.CloudWatchLogsLogGroup = {}));
|
|
168
117
|
var LogDestination;
|
|
169
118
|
(function (LogDestination) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
119
|
LogDestination.filterSensitiveLog = (obj) => ({
|
|
174
120
|
...obj,
|
|
175
121
|
});
|
|
176
122
|
})(LogDestination = exports.LogDestination || (exports.LogDestination = {}));
|
|
177
123
|
var LoggingConfiguration;
|
|
178
124
|
(function (LoggingConfiguration) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
125
|
LoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
183
126
|
...obj,
|
|
184
127
|
});
|
|
185
128
|
})(LoggingConfiguration = exports.LoggingConfiguration || (exports.LoggingConfiguration = {}));
|
|
186
129
|
var TracingConfiguration;
|
|
187
130
|
(function (TracingConfiguration) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
131
|
TracingConfiguration.filterSensitiveLog = (obj) => ({
|
|
192
132
|
...obj,
|
|
193
133
|
});
|
|
194
134
|
})(TracingConfiguration = exports.TracingConfiguration || (exports.TracingConfiguration = {}));
|
|
195
135
|
var CreateStateMachineInput;
|
|
196
136
|
(function (CreateStateMachineInput) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
137
|
CreateStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
201
138
|
...obj,
|
|
202
139
|
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -204,162 +141,108 @@ var CreateStateMachineInput;
|
|
|
204
141
|
})(CreateStateMachineInput = exports.CreateStateMachineInput || (exports.CreateStateMachineInput = {}));
|
|
205
142
|
var CreateStateMachineOutput;
|
|
206
143
|
(function (CreateStateMachineOutput) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
144
|
CreateStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
211
145
|
...obj,
|
|
212
146
|
});
|
|
213
147
|
})(CreateStateMachineOutput = exports.CreateStateMachineOutput || (exports.CreateStateMachineOutput = {}));
|
|
214
148
|
var InvalidArn;
|
|
215
149
|
(function (InvalidArn) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
150
|
InvalidArn.filterSensitiveLog = (obj) => ({
|
|
220
151
|
...obj,
|
|
221
152
|
});
|
|
222
153
|
})(InvalidArn = exports.InvalidArn || (exports.InvalidArn = {}));
|
|
223
154
|
var InvalidDefinition;
|
|
224
155
|
(function (InvalidDefinition) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
156
|
InvalidDefinition.filterSensitiveLog = (obj) => ({
|
|
229
157
|
...obj,
|
|
230
158
|
});
|
|
231
159
|
})(InvalidDefinition = exports.InvalidDefinition || (exports.InvalidDefinition = {}));
|
|
232
160
|
var InvalidLoggingConfiguration;
|
|
233
161
|
(function (InvalidLoggingConfiguration) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
162
|
InvalidLoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
238
163
|
...obj,
|
|
239
164
|
});
|
|
240
165
|
})(InvalidLoggingConfiguration = exports.InvalidLoggingConfiguration || (exports.InvalidLoggingConfiguration = {}));
|
|
241
166
|
var InvalidTracingConfiguration;
|
|
242
167
|
(function (InvalidTracingConfiguration) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
168
|
InvalidTracingConfiguration.filterSensitiveLog = (obj) => ({
|
|
247
169
|
...obj,
|
|
248
170
|
});
|
|
249
171
|
})(InvalidTracingConfiguration = exports.InvalidTracingConfiguration || (exports.InvalidTracingConfiguration = {}));
|
|
250
172
|
var StateMachineAlreadyExists;
|
|
251
173
|
(function (StateMachineAlreadyExists) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
174
|
StateMachineAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
256
175
|
...obj,
|
|
257
176
|
});
|
|
258
177
|
})(StateMachineAlreadyExists = exports.StateMachineAlreadyExists || (exports.StateMachineAlreadyExists = {}));
|
|
259
178
|
var StateMachineDeleting;
|
|
260
179
|
(function (StateMachineDeleting) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
180
|
StateMachineDeleting.filterSensitiveLog = (obj) => ({
|
|
265
181
|
...obj,
|
|
266
182
|
});
|
|
267
183
|
})(StateMachineDeleting = exports.StateMachineDeleting || (exports.StateMachineDeleting = {}));
|
|
268
184
|
var StateMachineLimitExceeded;
|
|
269
185
|
(function (StateMachineLimitExceeded) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
186
|
StateMachineLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
274
187
|
...obj,
|
|
275
188
|
});
|
|
276
189
|
})(StateMachineLimitExceeded = exports.StateMachineLimitExceeded || (exports.StateMachineLimitExceeded = {}));
|
|
277
190
|
var StateMachineTypeNotSupported;
|
|
278
191
|
(function (StateMachineTypeNotSupported) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
192
|
StateMachineTypeNotSupported.filterSensitiveLog = (obj) => ({
|
|
283
193
|
...obj,
|
|
284
194
|
});
|
|
285
195
|
})(StateMachineTypeNotSupported = exports.StateMachineTypeNotSupported || (exports.StateMachineTypeNotSupported = {}));
|
|
286
196
|
var DeleteActivityInput;
|
|
287
197
|
(function (DeleteActivityInput) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
198
|
DeleteActivityInput.filterSensitiveLog = (obj) => ({
|
|
292
199
|
...obj,
|
|
293
200
|
});
|
|
294
201
|
})(DeleteActivityInput = exports.DeleteActivityInput || (exports.DeleteActivityInput = {}));
|
|
295
202
|
var DeleteActivityOutput;
|
|
296
203
|
(function (DeleteActivityOutput) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
204
|
DeleteActivityOutput.filterSensitiveLog = (obj) => ({
|
|
301
205
|
...obj,
|
|
302
206
|
});
|
|
303
207
|
})(DeleteActivityOutput = exports.DeleteActivityOutput || (exports.DeleteActivityOutput = {}));
|
|
304
208
|
var DeleteStateMachineInput;
|
|
305
209
|
(function (DeleteStateMachineInput) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
210
|
DeleteStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
310
211
|
...obj,
|
|
311
212
|
});
|
|
312
213
|
})(DeleteStateMachineInput = exports.DeleteStateMachineInput || (exports.DeleteStateMachineInput = {}));
|
|
313
214
|
var DeleteStateMachineOutput;
|
|
314
215
|
(function (DeleteStateMachineOutput) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
216
|
DeleteStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
319
217
|
...obj,
|
|
320
218
|
});
|
|
321
219
|
})(DeleteStateMachineOutput = exports.DeleteStateMachineOutput || (exports.DeleteStateMachineOutput = {}));
|
|
322
220
|
var DescribeActivityInput;
|
|
323
221
|
(function (DescribeActivityInput) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
222
|
DescribeActivityInput.filterSensitiveLog = (obj) => ({
|
|
328
223
|
...obj,
|
|
329
224
|
});
|
|
330
225
|
})(DescribeActivityInput = exports.DescribeActivityInput || (exports.DescribeActivityInput = {}));
|
|
331
226
|
var DescribeActivityOutput;
|
|
332
227
|
(function (DescribeActivityOutput) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
228
|
DescribeActivityOutput.filterSensitiveLog = (obj) => ({
|
|
337
229
|
...obj,
|
|
338
230
|
});
|
|
339
231
|
})(DescribeActivityOutput = exports.DescribeActivityOutput || (exports.DescribeActivityOutput = {}));
|
|
340
232
|
var DescribeExecutionInput;
|
|
341
233
|
(function (DescribeExecutionInput) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
234
|
DescribeExecutionInput.filterSensitiveLog = (obj) => ({
|
|
346
235
|
...obj,
|
|
347
236
|
});
|
|
348
237
|
})(DescribeExecutionInput = exports.DescribeExecutionInput || (exports.DescribeExecutionInput = {}));
|
|
349
238
|
var CloudWatchEventsExecutionDataDetails;
|
|
350
239
|
(function (CloudWatchEventsExecutionDataDetails) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
240
|
CloudWatchEventsExecutionDataDetails.filterSensitiveLog = (obj) => ({
|
|
355
241
|
...obj,
|
|
356
242
|
});
|
|
357
243
|
})(CloudWatchEventsExecutionDataDetails = exports.CloudWatchEventsExecutionDataDetails || (exports.CloudWatchEventsExecutionDataDetails = {}));
|
|
358
244
|
var DescribeExecutionOutput;
|
|
359
245
|
(function (DescribeExecutionOutput) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
246
|
DescribeExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
364
247
|
...obj,
|
|
365
248
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -368,27 +251,18 @@ var DescribeExecutionOutput;
|
|
|
368
251
|
})(DescribeExecutionOutput = exports.DescribeExecutionOutput || (exports.DescribeExecutionOutput = {}));
|
|
369
252
|
var ExecutionDoesNotExist;
|
|
370
253
|
(function (ExecutionDoesNotExist) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
254
|
ExecutionDoesNotExist.filterSensitiveLog = (obj) => ({
|
|
375
255
|
...obj,
|
|
376
256
|
});
|
|
377
257
|
})(ExecutionDoesNotExist = exports.ExecutionDoesNotExist || (exports.ExecutionDoesNotExist = {}));
|
|
378
258
|
var DescribeStateMachineInput;
|
|
379
259
|
(function (DescribeStateMachineInput) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
260
|
DescribeStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
384
261
|
...obj,
|
|
385
262
|
});
|
|
386
263
|
})(DescribeStateMachineInput = exports.DescribeStateMachineInput || (exports.DescribeStateMachineInput = {}));
|
|
387
264
|
var DescribeStateMachineOutput;
|
|
388
265
|
(function (DescribeStateMachineOutput) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
266
|
DescribeStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
393
267
|
...obj,
|
|
394
268
|
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -396,27 +270,18 @@ var DescribeStateMachineOutput;
|
|
|
396
270
|
})(DescribeStateMachineOutput = exports.DescribeStateMachineOutput || (exports.DescribeStateMachineOutput = {}));
|
|
397
271
|
var StateMachineDoesNotExist;
|
|
398
272
|
(function (StateMachineDoesNotExist) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
273
|
StateMachineDoesNotExist.filterSensitiveLog = (obj) => ({
|
|
403
274
|
...obj,
|
|
404
275
|
});
|
|
405
276
|
})(StateMachineDoesNotExist = exports.StateMachineDoesNotExist || (exports.StateMachineDoesNotExist = {}));
|
|
406
277
|
var DescribeStateMachineForExecutionInput;
|
|
407
278
|
(function (DescribeStateMachineForExecutionInput) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
279
|
DescribeStateMachineForExecutionInput.filterSensitiveLog = (obj) => ({
|
|
412
280
|
...obj,
|
|
413
281
|
});
|
|
414
282
|
})(DescribeStateMachineForExecutionInput = exports.DescribeStateMachineForExecutionInput || (exports.DescribeStateMachineForExecutionInput = {}));
|
|
415
283
|
var DescribeStateMachineForExecutionOutput;
|
|
416
284
|
(function (DescribeStateMachineForExecutionOutput) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
285
|
DescribeStateMachineForExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
421
286
|
...obj,
|
|
422
287
|
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -424,18 +289,12 @@ var DescribeStateMachineForExecutionOutput;
|
|
|
424
289
|
})(DescribeStateMachineForExecutionOutput = exports.DescribeStateMachineForExecutionOutput || (exports.DescribeStateMachineForExecutionOutput = {}));
|
|
425
290
|
var GetActivityTaskInput;
|
|
426
291
|
(function (GetActivityTaskInput) {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
292
|
GetActivityTaskInput.filterSensitiveLog = (obj) => ({
|
|
431
293
|
...obj,
|
|
432
294
|
});
|
|
433
295
|
})(GetActivityTaskInput = exports.GetActivityTaskInput || (exports.GetActivityTaskInput = {}));
|
|
434
296
|
var GetActivityTaskOutput;
|
|
435
297
|
(function (GetActivityTaskOutput) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
298
|
GetActivityTaskOutput.filterSensitiveLog = (obj) => ({
|
|
440
299
|
...obj,
|
|
441
300
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -443,18 +302,12 @@ var GetActivityTaskOutput;
|
|
|
443
302
|
})(GetActivityTaskOutput = exports.GetActivityTaskOutput || (exports.GetActivityTaskOutput = {}));
|
|
444
303
|
var GetExecutionHistoryInput;
|
|
445
304
|
(function (GetExecutionHistoryInput) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
305
|
GetExecutionHistoryInput.filterSensitiveLog = (obj) => ({
|
|
450
306
|
...obj,
|
|
451
307
|
});
|
|
452
308
|
})(GetExecutionHistoryInput = exports.GetExecutionHistoryInput || (exports.GetExecutionHistoryInput = {}));
|
|
453
309
|
var ExecutionAbortedEventDetails;
|
|
454
310
|
(function (ExecutionAbortedEventDetails) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
311
|
ExecutionAbortedEventDetails.filterSensitiveLog = (obj) => ({
|
|
459
312
|
...obj,
|
|
460
313
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -463,9 +316,6 @@ var ExecutionAbortedEventDetails;
|
|
|
463
316
|
})(ExecutionAbortedEventDetails = exports.ExecutionAbortedEventDetails || (exports.ExecutionAbortedEventDetails = {}));
|
|
464
317
|
var ExecutionFailedEventDetails;
|
|
465
318
|
(function (ExecutionFailedEventDetails) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
319
|
ExecutionFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
470
320
|
...obj,
|
|
471
321
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -474,9 +324,6 @@ var ExecutionFailedEventDetails;
|
|
|
474
324
|
})(ExecutionFailedEventDetails = exports.ExecutionFailedEventDetails || (exports.ExecutionFailedEventDetails = {}));
|
|
475
325
|
var ExecutionStartedEventDetails;
|
|
476
326
|
(function (ExecutionStartedEventDetails) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
327
|
ExecutionStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
481
328
|
...obj,
|
|
482
329
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -484,9 +331,6 @@ var ExecutionStartedEventDetails;
|
|
|
484
331
|
})(ExecutionStartedEventDetails = exports.ExecutionStartedEventDetails || (exports.ExecutionStartedEventDetails = {}));
|
|
485
332
|
var ExecutionSucceededEventDetails;
|
|
486
333
|
(function (ExecutionSucceededEventDetails) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
334
|
ExecutionSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
491
335
|
...obj,
|
|
492
336
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -494,9 +338,6 @@ var ExecutionSucceededEventDetails;
|
|
|
494
338
|
})(ExecutionSucceededEventDetails = exports.ExecutionSucceededEventDetails || (exports.ExecutionSucceededEventDetails = {}));
|
|
495
339
|
var ExecutionTimedOutEventDetails;
|
|
496
340
|
(function (ExecutionTimedOutEventDetails) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
341
|
ExecutionTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
501
342
|
...obj,
|
|
502
343
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -505,9 +346,6 @@ var ExecutionTimedOutEventDetails;
|
|
|
505
346
|
})(ExecutionTimedOutEventDetails = exports.ExecutionTimedOutEventDetails || (exports.ExecutionTimedOutEventDetails = {}));
|
|
506
347
|
var LambdaFunctionFailedEventDetails;
|
|
507
348
|
(function (LambdaFunctionFailedEventDetails) {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
349
|
LambdaFunctionFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
512
350
|
...obj,
|
|
513
351
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -516,9 +354,6 @@ var LambdaFunctionFailedEventDetails;
|
|
|
516
354
|
})(LambdaFunctionFailedEventDetails = exports.LambdaFunctionFailedEventDetails || (exports.LambdaFunctionFailedEventDetails = {}));
|
|
517
355
|
var LambdaFunctionScheduledEventDetails;
|
|
518
356
|
(function (LambdaFunctionScheduledEventDetails) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
357
|
LambdaFunctionScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
523
358
|
...obj,
|
|
524
359
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -526,9 +361,6 @@ var LambdaFunctionScheduledEventDetails;
|
|
|
526
361
|
})(LambdaFunctionScheduledEventDetails = exports.LambdaFunctionScheduledEventDetails || (exports.LambdaFunctionScheduledEventDetails = {}));
|
|
527
362
|
var LambdaFunctionScheduleFailedEventDetails;
|
|
528
363
|
(function (LambdaFunctionScheduleFailedEventDetails) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
364
|
LambdaFunctionScheduleFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
533
365
|
...obj,
|
|
534
366
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -537,9 +369,6 @@ var LambdaFunctionScheduleFailedEventDetails;
|
|
|
537
369
|
})(LambdaFunctionScheduleFailedEventDetails = exports.LambdaFunctionScheduleFailedEventDetails || (exports.LambdaFunctionScheduleFailedEventDetails = {}));
|
|
538
370
|
var LambdaFunctionStartFailedEventDetails;
|
|
539
371
|
(function (LambdaFunctionStartFailedEventDetails) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
372
|
LambdaFunctionStartFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
544
373
|
...obj,
|
|
545
374
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -548,9 +377,6 @@ var LambdaFunctionStartFailedEventDetails;
|
|
|
548
377
|
})(LambdaFunctionStartFailedEventDetails = exports.LambdaFunctionStartFailedEventDetails || (exports.LambdaFunctionStartFailedEventDetails = {}));
|
|
549
378
|
var LambdaFunctionSucceededEventDetails;
|
|
550
379
|
(function (LambdaFunctionSucceededEventDetails) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
380
|
LambdaFunctionSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
555
381
|
...obj,
|
|
556
382
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -558,9 +384,6 @@ var LambdaFunctionSucceededEventDetails;
|
|
|
558
384
|
})(LambdaFunctionSucceededEventDetails = exports.LambdaFunctionSucceededEventDetails || (exports.LambdaFunctionSucceededEventDetails = {}));
|
|
559
385
|
var LambdaFunctionTimedOutEventDetails;
|
|
560
386
|
(function (LambdaFunctionTimedOutEventDetails) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
387
|
LambdaFunctionTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
565
388
|
...obj,
|
|
566
389
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -569,27 +392,18 @@ var LambdaFunctionTimedOutEventDetails;
|
|
|
569
392
|
})(LambdaFunctionTimedOutEventDetails = exports.LambdaFunctionTimedOutEventDetails || (exports.LambdaFunctionTimedOutEventDetails = {}));
|
|
570
393
|
var MapIterationEventDetails;
|
|
571
394
|
(function (MapIterationEventDetails) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
395
|
MapIterationEventDetails.filterSensitiveLog = (obj) => ({
|
|
576
396
|
...obj,
|
|
577
397
|
});
|
|
578
398
|
})(MapIterationEventDetails = exports.MapIterationEventDetails || (exports.MapIterationEventDetails = {}));
|
|
579
399
|
var MapStateStartedEventDetails;
|
|
580
400
|
(function (MapStateStartedEventDetails) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
401
|
MapStateStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
585
402
|
...obj,
|
|
586
403
|
});
|
|
587
404
|
})(MapStateStartedEventDetails = exports.MapStateStartedEventDetails || (exports.MapStateStartedEventDetails = {}));
|
|
588
405
|
var StateEnteredEventDetails;
|
|
589
406
|
(function (StateEnteredEventDetails) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
407
|
StateEnteredEventDetails.filterSensitiveLog = (obj) => ({
|
|
594
408
|
...obj,
|
|
595
409
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -597,9 +411,6 @@ var StateEnteredEventDetails;
|
|
|
597
411
|
})(StateEnteredEventDetails = exports.StateEnteredEventDetails || (exports.StateEnteredEventDetails = {}));
|
|
598
412
|
var StateExitedEventDetails;
|
|
599
413
|
(function (StateExitedEventDetails) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
414
|
StateExitedEventDetails.filterSensitiveLog = (obj) => ({
|
|
604
415
|
...obj,
|
|
605
416
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -607,9 +418,6 @@ var StateExitedEventDetails;
|
|
|
607
418
|
})(StateExitedEventDetails = exports.StateExitedEventDetails || (exports.StateExitedEventDetails = {}));
|
|
608
419
|
var TaskFailedEventDetails;
|
|
609
420
|
(function (TaskFailedEventDetails) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
421
|
TaskFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
614
422
|
...obj,
|
|
615
423
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -618,9 +426,6 @@ var TaskFailedEventDetails;
|
|
|
618
426
|
})(TaskFailedEventDetails = exports.TaskFailedEventDetails || (exports.TaskFailedEventDetails = {}));
|
|
619
427
|
var TaskScheduledEventDetails;
|
|
620
428
|
(function (TaskScheduledEventDetails) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
429
|
TaskScheduledEventDetails.filterSensitiveLog = (obj) => ({
|
|
625
430
|
...obj,
|
|
626
431
|
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -628,18 +433,12 @@ var TaskScheduledEventDetails;
|
|
|
628
433
|
})(TaskScheduledEventDetails = exports.TaskScheduledEventDetails || (exports.TaskScheduledEventDetails = {}));
|
|
629
434
|
var TaskStartedEventDetails;
|
|
630
435
|
(function (TaskStartedEventDetails) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
436
|
TaskStartedEventDetails.filterSensitiveLog = (obj) => ({
|
|
635
437
|
...obj,
|
|
636
438
|
});
|
|
637
439
|
})(TaskStartedEventDetails = exports.TaskStartedEventDetails || (exports.TaskStartedEventDetails = {}));
|
|
638
440
|
var TaskStartFailedEventDetails;
|
|
639
441
|
(function (TaskStartFailedEventDetails) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
442
|
TaskStartFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
644
443
|
...obj,
|
|
645
444
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -648,9 +447,6 @@ var TaskStartFailedEventDetails;
|
|
|
648
447
|
})(TaskStartFailedEventDetails = exports.TaskStartFailedEventDetails || (exports.TaskStartFailedEventDetails = {}));
|
|
649
448
|
var TaskSubmitFailedEventDetails;
|
|
650
449
|
(function (TaskSubmitFailedEventDetails) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
450
|
TaskSubmitFailedEventDetails.filterSensitiveLog = (obj) => ({
|
|
655
451
|
...obj,
|
|
656
452
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -659,9 +455,6 @@ var TaskSubmitFailedEventDetails;
|
|
|
659
455
|
})(TaskSubmitFailedEventDetails = exports.TaskSubmitFailedEventDetails || (exports.TaskSubmitFailedEventDetails = {}));
|
|
660
456
|
var TaskSubmittedEventDetails;
|
|
661
457
|
(function (TaskSubmittedEventDetails) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
458
|
TaskSubmittedEventDetails.filterSensitiveLog = (obj) => ({
|
|
666
459
|
...obj,
|
|
667
460
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -669,9 +462,6 @@ var TaskSubmittedEventDetails;
|
|
|
669
462
|
})(TaskSubmittedEventDetails = exports.TaskSubmittedEventDetails || (exports.TaskSubmittedEventDetails = {}));
|
|
670
463
|
var TaskSucceededEventDetails;
|
|
671
464
|
(function (TaskSucceededEventDetails) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
465
|
TaskSucceededEventDetails.filterSensitiveLog = (obj) => ({
|
|
676
466
|
...obj,
|
|
677
467
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -679,9 +469,6 @@ var TaskSucceededEventDetails;
|
|
|
679
469
|
})(TaskSucceededEventDetails = exports.TaskSucceededEventDetails || (exports.TaskSucceededEventDetails = {}));
|
|
680
470
|
var TaskTimedOutEventDetails;
|
|
681
471
|
(function (TaskTimedOutEventDetails) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
472
|
TaskTimedOutEventDetails.filterSensitiveLog = (obj) => ({
|
|
686
473
|
...obj,
|
|
687
474
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -690,9 +477,6 @@ var TaskTimedOutEventDetails;
|
|
|
690
477
|
})(TaskTimedOutEventDetails = exports.TaskTimedOutEventDetails || (exports.TaskTimedOutEventDetails = {}));
|
|
691
478
|
var HistoryEvent;
|
|
692
479
|
(function (HistoryEvent) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
480
|
HistoryEvent.filterSensitiveLog = (obj) => ({
|
|
697
481
|
...obj,
|
|
698
482
|
...(obj.activityFailedEventDetails && {
|
|
@@ -774,9 +558,6 @@ var HistoryEvent;
|
|
|
774
558
|
})(HistoryEvent = exports.HistoryEvent || (exports.HistoryEvent = {}));
|
|
775
559
|
var GetExecutionHistoryOutput;
|
|
776
560
|
(function (GetExecutionHistoryOutput) {
|
|
777
|
-
/**
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
780
561
|
GetExecutionHistoryOutput.filterSensitiveLog = (obj) => ({
|
|
781
562
|
...obj,
|
|
782
563
|
...(obj.events && { events: obj.events.map((item) => HistoryEvent.filterSensitiveLog(item)) }),
|
|
@@ -784,117 +565,78 @@ var GetExecutionHistoryOutput;
|
|
|
784
565
|
})(GetExecutionHistoryOutput = exports.GetExecutionHistoryOutput || (exports.GetExecutionHistoryOutput = {}));
|
|
785
566
|
var InvalidToken;
|
|
786
567
|
(function (InvalidToken) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
568
|
InvalidToken.filterSensitiveLog = (obj) => ({
|
|
791
569
|
...obj,
|
|
792
570
|
});
|
|
793
571
|
})(InvalidToken = exports.InvalidToken || (exports.InvalidToken = {}));
|
|
794
572
|
var ListActivitiesInput;
|
|
795
573
|
(function (ListActivitiesInput) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
574
|
ListActivitiesInput.filterSensitiveLog = (obj) => ({
|
|
800
575
|
...obj,
|
|
801
576
|
});
|
|
802
577
|
})(ListActivitiesInput = exports.ListActivitiesInput || (exports.ListActivitiesInput = {}));
|
|
803
578
|
var ListActivitiesOutput;
|
|
804
579
|
(function (ListActivitiesOutput) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
580
|
ListActivitiesOutput.filterSensitiveLog = (obj) => ({
|
|
809
581
|
...obj,
|
|
810
582
|
});
|
|
811
583
|
})(ListActivitiesOutput = exports.ListActivitiesOutput || (exports.ListActivitiesOutput = {}));
|
|
812
584
|
var ListExecutionsInput;
|
|
813
585
|
(function (ListExecutionsInput) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
586
|
ListExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
818
587
|
...obj,
|
|
819
588
|
});
|
|
820
589
|
})(ListExecutionsInput = exports.ListExecutionsInput || (exports.ListExecutionsInput = {}));
|
|
821
590
|
var ExecutionListItem;
|
|
822
591
|
(function (ExecutionListItem) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
592
|
ExecutionListItem.filterSensitiveLog = (obj) => ({
|
|
827
593
|
...obj,
|
|
828
594
|
});
|
|
829
595
|
})(ExecutionListItem = exports.ExecutionListItem || (exports.ExecutionListItem = {}));
|
|
830
596
|
var ListExecutionsOutput;
|
|
831
597
|
(function (ListExecutionsOutput) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
598
|
ListExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
836
599
|
...obj,
|
|
837
600
|
});
|
|
838
601
|
})(ListExecutionsOutput = exports.ListExecutionsOutput || (exports.ListExecutionsOutput = {}));
|
|
839
602
|
var ListStateMachinesInput;
|
|
840
603
|
(function (ListStateMachinesInput) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
604
|
ListStateMachinesInput.filterSensitiveLog = (obj) => ({
|
|
845
605
|
...obj,
|
|
846
606
|
});
|
|
847
607
|
})(ListStateMachinesInput = exports.ListStateMachinesInput || (exports.ListStateMachinesInput = {}));
|
|
848
608
|
var StateMachineListItem;
|
|
849
609
|
(function (StateMachineListItem) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
610
|
StateMachineListItem.filterSensitiveLog = (obj) => ({
|
|
854
611
|
...obj,
|
|
855
612
|
});
|
|
856
613
|
})(StateMachineListItem = exports.StateMachineListItem || (exports.StateMachineListItem = {}));
|
|
857
614
|
var ListStateMachinesOutput;
|
|
858
615
|
(function (ListStateMachinesOutput) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
616
|
ListStateMachinesOutput.filterSensitiveLog = (obj) => ({
|
|
863
617
|
...obj,
|
|
864
618
|
});
|
|
865
619
|
})(ListStateMachinesOutput = exports.ListStateMachinesOutput || (exports.ListStateMachinesOutput = {}));
|
|
866
620
|
var ListTagsForResourceInput;
|
|
867
621
|
(function (ListTagsForResourceInput) {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
622
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
872
623
|
...obj,
|
|
873
624
|
});
|
|
874
625
|
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
875
626
|
var ListTagsForResourceOutput;
|
|
876
627
|
(function (ListTagsForResourceOutput) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
628
|
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
881
629
|
...obj,
|
|
882
630
|
});
|
|
883
631
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
884
632
|
var ResourceNotFound;
|
|
885
633
|
(function (ResourceNotFound) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
634
|
ResourceNotFound.filterSensitiveLog = (obj) => ({
|
|
890
635
|
...obj,
|
|
891
636
|
});
|
|
892
637
|
})(ResourceNotFound = exports.ResourceNotFound || (exports.ResourceNotFound = {}));
|
|
893
638
|
var SendTaskFailureInput;
|
|
894
639
|
(function (SendTaskFailureInput) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
640
|
SendTaskFailureInput.filterSensitiveLog = (obj) => ({
|
|
899
641
|
...obj,
|
|
900
642
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -903,63 +645,42 @@ var SendTaskFailureInput;
|
|
|
903
645
|
})(SendTaskFailureInput = exports.SendTaskFailureInput || (exports.SendTaskFailureInput = {}));
|
|
904
646
|
var SendTaskFailureOutput;
|
|
905
647
|
(function (SendTaskFailureOutput) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
648
|
SendTaskFailureOutput.filterSensitiveLog = (obj) => ({
|
|
910
649
|
...obj,
|
|
911
650
|
});
|
|
912
651
|
})(SendTaskFailureOutput = exports.SendTaskFailureOutput || (exports.SendTaskFailureOutput = {}));
|
|
913
652
|
var TaskDoesNotExist;
|
|
914
653
|
(function (TaskDoesNotExist) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
654
|
TaskDoesNotExist.filterSensitiveLog = (obj) => ({
|
|
919
655
|
...obj,
|
|
920
656
|
});
|
|
921
657
|
})(TaskDoesNotExist = exports.TaskDoesNotExist || (exports.TaskDoesNotExist = {}));
|
|
922
658
|
var TaskTimedOut;
|
|
923
659
|
(function (TaskTimedOut) {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
660
|
TaskTimedOut.filterSensitiveLog = (obj) => ({
|
|
928
661
|
...obj,
|
|
929
662
|
});
|
|
930
663
|
})(TaskTimedOut = exports.TaskTimedOut || (exports.TaskTimedOut = {}));
|
|
931
664
|
var SendTaskHeartbeatInput;
|
|
932
665
|
(function (SendTaskHeartbeatInput) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
666
|
SendTaskHeartbeatInput.filterSensitiveLog = (obj) => ({
|
|
937
667
|
...obj,
|
|
938
668
|
});
|
|
939
669
|
})(SendTaskHeartbeatInput = exports.SendTaskHeartbeatInput || (exports.SendTaskHeartbeatInput = {}));
|
|
940
670
|
var SendTaskHeartbeatOutput;
|
|
941
671
|
(function (SendTaskHeartbeatOutput) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
672
|
SendTaskHeartbeatOutput.filterSensitiveLog = (obj) => ({
|
|
946
673
|
...obj,
|
|
947
674
|
});
|
|
948
675
|
})(SendTaskHeartbeatOutput = exports.SendTaskHeartbeatOutput || (exports.SendTaskHeartbeatOutput = {}));
|
|
949
676
|
var InvalidOutput;
|
|
950
677
|
(function (InvalidOutput) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
678
|
InvalidOutput.filterSensitiveLog = (obj) => ({
|
|
955
679
|
...obj,
|
|
956
680
|
});
|
|
957
681
|
})(InvalidOutput = exports.InvalidOutput || (exports.InvalidOutput = {}));
|
|
958
682
|
var SendTaskSuccessInput;
|
|
959
683
|
(function (SendTaskSuccessInput) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
684
|
SendTaskSuccessInput.filterSensitiveLog = (obj) => ({
|
|
964
685
|
...obj,
|
|
965
686
|
...(obj.output && { output: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -967,45 +688,30 @@ var SendTaskSuccessInput;
|
|
|
967
688
|
})(SendTaskSuccessInput = exports.SendTaskSuccessInput || (exports.SendTaskSuccessInput = {}));
|
|
968
689
|
var SendTaskSuccessOutput;
|
|
969
690
|
(function (SendTaskSuccessOutput) {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
691
|
SendTaskSuccessOutput.filterSensitiveLog = (obj) => ({
|
|
974
692
|
...obj,
|
|
975
693
|
});
|
|
976
694
|
})(SendTaskSuccessOutput = exports.SendTaskSuccessOutput || (exports.SendTaskSuccessOutput = {}));
|
|
977
695
|
var ExecutionAlreadyExists;
|
|
978
696
|
(function (ExecutionAlreadyExists) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
697
|
ExecutionAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
983
698
|
...obj,
|
|
984
699
|
});
|
|
985
700
|
})(ExecutionAlreadyExists = exports.ExecutionAlreadyExists || (exports.ExecutionAlreadyExists = {}));
|
|
986
701
|
var ExecutionLimitExceeded;
|
|
987
702
|
(function (ExecutionLimitExceeded) {
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
703
|
ExecutionLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
992
704
|
...obj,
|
|
993
705
|
});
|
|
994
706
|
})(ExecutionLimitExceeded = exports.ExecutionLimitExceeded || (exports.ExecutionLimitExceeded = {}));
|
|
995
707
|
var InvalidExecutionInput;
|
|
996
708
|
(function (InvalidExecutionInput) {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
709
|
InvalidExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1001
710
|
...obj,
|
|
1002
711
|
});
|
|
1003
712
|
})(InvalidExecutionInput = exports.InvalidExecutionInput || (exports.InvalidExecutionInput = {}));
|
|
1004
713
|
var StartExecutionInput;
|
|
1005
714
|
(function (StartExecutionInput) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
715
|
StartExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1010
716
|
...obj,
|
|
1011
717
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1013,18 +719,12 @@ var StartExecutionInput;
|
|
|
1013
719
|
})(StartExecutionInput = exports.StartExecutionInput || (exports.StartExecutionInput = {}));
|
|
1014
720
|
var StartExecutionOutput;
|
|
1015
721
|
(function (StartExecutionOutput) {
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
722
|
StartExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1020
723
|
...obj,
|
|
1021
724
|
});
|
|
1022
725
|
})(StartExecutionOutput = exports.StartExecutionOutput || (exports.StartExecutionOutput = {}));
|
|
1023
726
|
var StartSyncExecutionInput;
|
|
1024
727
|
(function (StartSyncExecutionInput) {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
728
|
StartSyncExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1029
729
|
...obj,
|
|
1030
730
|
...(obj.input && { input: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1032,18 +732,12 @@ var StartSyncExecutionInput;
|
|
|
1032
732
|
})(StartSyncExecutionInput = exports.StartSyncExecutionInput || (exports.StartSyncExecutionInput = {}));
|
|
1033
733
|
var BillingDetails;
|
|
1034
734
|
(function (BillingDetails) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
735
|
BillingDetails.filterSensitiveLog = (obj) => ({
|
|
1039
736
|
...obj,
|
|
1040
737
|
});
|
|
1041
738
|
})(BillingDetails = exports.BillingDetails || (exports.BillingDetails = {}));
|
|
1042
739
|
var StartSyncExecutionOutput;
|
|
1043
740
|
(function (StartSyncExecutionOutput) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
741
|
StartSyncExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1048
742
|
...obj,
|
|
1049
743
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1054,9 +748,6 @@ var StartSyncExecutionOutput;
|
|
|
1054
748
|
})(StartSyncExecutionOutput = exports.StartSyncExecutionOutput || (exports.StartSyncExecutionOutput = {}));
|
|
1055
749
|
var StopExecutionInput;
|
|
1056
750
|
(function (StopExecutionInput) {
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
751
|
StopExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1061
752
|
...obj,
|
|
1062
753
|
...(obj.error && { error: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1065,63 +756,42 @@ var StopExecutionInput;
|
|
|
1065
756
|
})(StopExecutionInput = exports.StopExecutionInput || (exports.StopExecutionInput = {}));
|
|
1066
757
|
var StopExecutionOutput;
|
|
1067
758
|
(function (StopExecutionOutput) {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
759
|
StopExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1072
760
|
...obj,
|
|
1073
761
|
});
|
|
1074
762
|
})(StopExecutionOutput = exports.StopExecutionOutput || (exports.StopExecutionOutput = {}));
|
|
1075
763
|
var TagResourceInput;
|
|
1076
764
|
(function (TagResourceInput) {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
765
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1081
766
|
...obj,
|
|
1082
767
|
});
|
|
1083
768
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
1084
769
|
var TagResourceOutput;
|
|
1085
770
|
(function (TagResourceOutput) {
|
|
1086
|
-
/**
|
|
1087
|
-
* @internal
|
|
1088
|
-
*/
|
|
1089
771
|
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1090
772
|
...obj,
|
|
1091
773
|
});
|
|
1092
774
|
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
1093
775
|
var UntagResourceInput;
|
|
1094
776
|
(function (UntagResourceInput) {
|
|
1095
|
-
/**
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
1098
777
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1099
778
|
...obj,
|
|
1100
779
|
});
|
|
1101
780
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
1102
781
|
var UntagResourceOutput;
|
|
1103
782
|
(function (UntagResourceOutput) {
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
783
|
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1108
784
|
...obj,
|
|
1109
785
|
});
|
|
1110
786
|
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
1111
787
|
var MissingRequiredParameter;
|
|
1112
788
|
(function (MissingRequiredParameter) {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
789
|
MissingRequiredParameter.filterSensitiveLog = (obj) => ({
|
|
1117
790
|
...obj,
|
|
1118
791
|
});
|
|
1119
792
|
})(MissingRequiredParameter = exports.MissingRequiredParameter || (exports.MissingRequiredParameter = {}));
|
|
1120
793
|
var UpdateStateMachineInput;
|
|
1121
794
|
(function (UpdateStateMachineInput) {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
795
|
UpdateStateMachineInput.filterSensitiveLog = (obj) => ({
|
|
1126
796
|
...obj,
|
|
1127
797
|
...(obj.definition && { definition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1129,11 +799,7 @@ var UpdateStateMachineInput;
|
|
|
1129
799
|
})(UpdateStateMachineInput = exports.UpdateStateMachineInput || (exports.UpdateStateMachineInput = {}));
|
|
1130
800
|
var UpdateStateMachineOutput;
|
|
1131
801
|
(function (UpdateStateMachineOutput) {
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
802
|
UpdateStateMachineOutput.filterSensitiveLog = (obj) => ({
|
|
1136
803
|
...obj,
|
|
1137
804
|
});
|
|
1138
805
|
})(UpdateStateMachineOutput = exports.UpdateStateMachineOutput || (exports.UpdateStateMachineOutput = {}));
|
|
1139
|
-
//# sourceMappingURL=models_0.js.map
|