@aws-sdk/client-sfn 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateActivityCommand.js +2 -3
- package/dist-cjs/commands/CreateStateMachineCommand.js +1 -1
- package/dist-cjs/commands/DeleteActivityCommand.js +2 -3
- package/dist-cjs/commands/DeleteStateMachineCommand.js +2 -3
- package/dist-cjs/commands/DescribeActivityCommand.js +2 -3
- package/dist-cjs/commands/DescribeExecutionCommand.js +1 -1
- package/dist-cjs/commands/DescribeMapRunCommand.js +2 -3
- package/dist-cjs/commands/DescribeStateMachineCommand.js +1 -1
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +1 -1
- package/dist-cjs/commands/GetActivityTaskCommand.js +1 -1
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +1 -1
- package/dist-cjs/commands/ListActivitiesCommand.js +2 -3
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMapRunsCommand.js +2 -3
- package/dist-cjs/commands/ListStateMachinesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/SendTaskFailureCommand.js +1 -1
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +2 -3
- package/dist-cjs/commands/SendTaskSuccessCommand.js +1 -1
- package/dist-cjs/commands/StartExecutionCommand.js +1 -1
- package/dist-cjs/commands/StopExecutionCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateMapRunCommand.js +2 -3
- package/dist-cjs/commands/UpdateStateMachineCommand.js +1 -1
- package/dist-cjs/models/models_0.js +2 -239
- package/dist-es/commands/CreateActivityCommand.js +2 -3
- package/dist-es/commands/CreateStateMachineCommand.js +2 -2
- package/dist-es/commands/DeleteActivityCommand.js +2 -3
- package/dist-es/commands/DeleteStateMachineCommand.js +2 -3
- package/dist-es/commands/DescribeActivityCommand.js +2 -3
- package/dist-es/commands/DescribeExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeMapRunCommand.js +2 -3
- package/dist-es/commands/DescribeStateMachineCommand.js +2 -2
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +2 -2
- package/dist-es/commands/GetActivityTaskCommand.js +2 -2
- package/dist-es/commands/GetExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/ListActivitiesCommand.js +2 -3
- package/dist-es/commands/ListExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMapRunsCommand.js +2 -3
- package/dist-es/commands/ListStateMachinesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/SendTaskFailureCommand.js +2 -2
- package/dist-es/commands/SendTaskHeartbeatCommand.js +2 -3
- package/dist-es/commands/SendTaskSuccessCommand.js +2 -2
- package/dist-es/commands/StartExecutionCommand.js +2 -2
- package/dist-es/commands/StopExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateMapRunCommand.js +2 -3
- package/dist-es/commands/UpdateStateMachineCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -177
- package/dist-types/SFN.d.ts +27 -0
- package/dist-types/SFNClient.d.ts +24 -4
- package/dist-types/commands/CreateActivityCommand.d.ts +16 -0
- package/dist-types/commands/CreateStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DeleteActivityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActivityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMapRunCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetActivityTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListActivitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListMapRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListStateMachinesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskFailureCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +16 -0
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +16 -0
- package/dist-types/commands/StartExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopExecutionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMapRunCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +16 -0
- package/dist-types/models/SFNServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +270 -250
- package/dist-types/pagination/GetExecutionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActivitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMapRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStateMachinesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -175
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListStateMachinesInputFilterSensitiveLog, ListStateMachinesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0ListStateMachinesCommand, serializeAws_json1_0ListStateMachinesCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class ListStateMachinesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListStateMachinesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendTaskFailureInputFilterSensitiveLog,
|
|
4
|
+
import { SendTaskFailureInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0SendTaskFailureCommand, serializeAws_json1_0SendTaskFailureCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class SendTaskFailureCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class SendTaskFailureCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: SendTaskFailureInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendTaskHeartbeatInputFilterSensitiveLog, SendTaskHeartbeatOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0SendTaskHeartbeatCommand, serializeAws_json1_0SendTaskHeartbeatCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class SendTaskHeartbeatCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class SendTaskHeartbeatCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendTaskSuccessInputFilterSensitiveLog,
|
|
4
|
+
import { SendTaskSuccessInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0SendTaskSuccessCommand, serializeAws_json1_0SendTaskSuccessCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class SendTaskSuccessCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class SendTaskSuccessCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: SendTaskSuccessInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartExecutionInputFilterSensitiveLog
|
|
4
|
+
import { StartExecutionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0StartExecutionCommand, serializeAws_json1_0StartExecutionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class StartExecutionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class StartExecutionCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: StartExecutionInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopExecutionInputFilterSensitiveLog
|
|
4
|
+
import { StopExecutionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0StopExecutionCommand, serializeAws_json1_0StopExecutionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class StopExecutionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class StopExecutionCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: StopExecutionInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateMapRunInputFilterSensitiveLog, UpdateMapRunOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0UpdateMapRunCommand, serializeAws_json1_0UpdateMapRunCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class UpdateMapRunCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateMapRunCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateStateMachineInputFilterSensitiveLog,
|
|
4
|
+
import { UpdateStateMachineInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0UpdateStateMachineCommand, serializeAws_json1_0UpdateStateMachineCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class UpdateStateMachineCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class UpdateStateMachineCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: UpdateStateMachineInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -414,12 +414,6 @@ export const ActivityFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
414
414
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
415
415
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
416
416
|
});
|
|
417
|
-
export const ActivityListItemFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
export const HistoryEventExecutionDataDetailsFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
417
|
export const ActivityScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
424
418
|
...obj,
|
|
425
419
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
@@ -429,9 +423,6 @@ export const ActivityScheduleFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
429
423
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
430
424
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
431
425
|
});
|
|
432
|
-
export const ActivityStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
426
|
export const ActivitySucceededEventDetailsFilterSensitiveLog = (obj) => ({
|
|
436
427
|
...obj,
|
|
437
428
|
...(obj.output && { output: SENSITIVE_STRING }),
|
|
@@ -441,58 +432,10 @@ export const ActivityTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
441
432
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
442
433
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
443
434
|
});
|
|
444
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
export const CreateActivityInputFilterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
export const CreateActivityOutputFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const CloudWatchLogsLogGroupFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const LogDestinationFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const LoggingConfigurationFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const TracingConfigurationFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
435
|
export const CreateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
466
436
|
...obj,
|
|
467
437
|
...(obj.definition && { definition: SENSITIVE_STRING }),
|
|
468
438
|
});
|
|
469
|
-
export const CreateStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
export const DeleteActivityInputFilterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
export const DeleteActivityOutputFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
export const DeleteStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const DeleteStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const DescribeActivityInputFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const DescribeActivityOutputFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
export const DescribeExecutionInputFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
export const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
439
|
export const DescribeExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
497
440
|
...obj,
|
|
498
441
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
@@ -500,42 +443,18 @@ export const DescribeExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
|
500
443
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
501
444
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
502
445
|
});
|
|
503
|
-
export const DescribeMapRunInputFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const MapRunExecutionCountsFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const MapRunItemCountsFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const DescribeMapRunOutputFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
export const DescribeStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
446
|
export const DescribeStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
519
447
|
...obj,
|
|
520
448
|
...(obj.definition && { definition: SENSITIVE_STRING }),
|
|
521
449
|
});
|
|
522
|
-
export const DescribeStateMachineForExecutionInputFilterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
450
|
export const DescribeStateMachineForExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
526
451
|
...obj,
|
|
527
452
|
...(obj.definition && { definition: SENSITIVE_STRING }),
|
|
528
453
|
});
|
|
529
|
-
export const GetActivityTaskInputFilterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
454
|
export const GetActivityTaskOutputFilterSensitiveLog = (obj) => ({
|
|
533
455
|
...obj,
|
|
534
456
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
535
457
|
});
|
|
536
|
-
export const GetExecutionHistoryInputFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
458
|
export const ExecutionAbortedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
540
459
|
...obj,
|
|
541
460
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
@@ -564,9 +483,6 @@ export const LambdaFunctionFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
564
483
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
565
484
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
566
485
|
});
|
|
567
|
-
export const TaskCredentialsFilterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
486
|
export const LambdaFunctionScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
571
487
|
...obj,
|
|
572
488
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
@@ -590,20 +506,11 @@ export const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
590
506
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
591
507
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
592
508
|
});
|
|
593
|
-
export const MapIterationEventDetailsFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
509
|
export const MapRunFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
597
510
|
...obj,
|
|
598
511
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
599
512
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
600
513
|
});
|
|
601
|
-
export const MapRunStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
});
|
|
604
|
-
export const MapStateStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
514
|
export const StateEnteredEventDetailsFilterSensitiveLog = (obj) => ({
|
|
608
515
|
...obj,
|
|
609
516
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
@@ -621,9 +528,6 @@ export const TaskScheduledEventDetailsFilterSensitiveLog = (obj) => ({
|
|
|
621
528
|
...obj,
|
|
622
529
|
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
623
530
|
});
|
|
624
|
-
export const TaskStartedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
531
|
export const TaskStartFailedEventDetailsFilterSensitiveLog = (obj) => ({
|
|
628
532
|
...obj,
|
|
629
533
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
@@ -732,80 +636,23 @@ export const GetExecutionHistoryOutputFilterSensitiveLog = (obj) => ({
|
|
|
732
636
|
...obj,
|
|
733
637
|
...(obj.events && { events: obj.events.map((item) => HistoryEventFilterSensitiveLog(item)) }),
|
|
734
638
|
});
|
|
735
|
-
export const ListActivitiesInputFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
export const ListActivitiesOutputFilterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
});
|
|
741
|
-
export const ListExecutionsInputFilterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
|
744
|
-
export const ExecutionListItemFilterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
});
|
|
747
|
-
export const ListExecutionsOutputFilterSensitiveLog = (obj) => ({
|
|
748
|
-
...obj,
|
|
749
|
-
});
|
|
750
|
-
export const ListMapRunsInputFilterSensitiveLog = (obj) => ({
|
|
751
|
-
...obj,
|
|
752
|
-
});
|
|
753
|
-
export const MapRunListItemFilterSensitiveLog = (obj) => ({
|
|
754
|
-
...obj,
|
|
755
|
-
});
|
|
756
|
-
export const ListMapRunsOutputFilterSensitiveLog = (obj) => ({
|
|
757
|
-
...obj,
|
|
758
|
-
});
|
|
759
|
-
export const ListStateMachinesInputFilterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
});
|
|
762
|
-
export const StateMachineListItemFilterSensitiveLog = (obj) => ({
|
|
763
|
-
...obj,
|
|
764
|
-
});
|
|
765
|
-
export const ListStateMachinesOutputFilterSensitiveLog = (obj) => ({
|
|
766
|
-
...obj,
|
|
767
|
-
});
|
|
768
|
-
export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
});
|
|
771
|
-
export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
});
|
|
774
639
|
export const SendTaskFailureInputFilterSensitiveLog = (obj) => ({
|
|
775
640
|
...obj,
|
|
776
641
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
777
642
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
778
643
|
});
|
|
779
|
-
export const SendTaskFailureOutputFilterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
export const SendTaskHeartbeatInputFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const SendTaskHeartbeatOutputFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
644
|
export const SendTaskSuccessInputFilterSensitiveLog = (obj) => ({
|
|
789
645
|
...obj,
|
|
790
646
|
...(obj.output && { output: SENSITIVE_STRING }),
|
|
791
647
|
});
|
|
792
|
-
export const SendTaskSuccessOutputFilterSensitiveLog = (obj) => ({
|
|
793
|
-
...obj,
|
|
794
|
-
});
|
|
795
648
|
export const StartExecutionInputFilterSensitiveLog = (obj) => ({
|
|
796
649
|
...obj,
|
|
797
650
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
798
651
|
});
|
|
799
|
-
export const StartExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
652
|
export const StartSyncExecutionInputFilterSensitiveLog = (obj) => ({
|
|
803
653
|
...obj,
|
|
804
654
|
...(obj.input && { input: SENSITIVE_STRING }),
|
|
805
655
|
});
|
|
806
|
-
export const BillingDetailsFilterSensitiveLog = (obj) => ({
|
|
807
|
-
...obj,
|
|
808
|
-
});
|
|
809
656
|
export const StartSyncExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
810
657
|
...obj,
|
|
811
658
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
@@ -818,31 +665,7 @@ export const StopExecutionInputFilterSensitiveLog = (obj) => ({
|
|
|
818
665
|
...(obj.error && { error: SENSITIVE_STRING }),
|
|
819
666
|
...(obj.cause && { cause: SENSITIVE_STRING }),
|
|
820
667
|
});
|
|
821
|
-
export const StopExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
});
|
|
824
|
-
export const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
export const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
});
|
|
833
|
-
export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
export const UpdateMapRunInputFilterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
export const UpdateMapRunOutputFilterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
});
|
|
842
668
|
export const UpdateStateMachineInputFilterSensitiveLog = (obj) => ({
|
|
843
669
|
...obj,
|
|
844
670
|
...(obj.definition && { definition: SENSITIVE_STRING }),
|
|
845
671
|
});
|
|
846
|
-
export const UpdateStateMachineOutputFilterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|