@aws-sdk/client-sfn 3.478.0 → 3.484.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 +18 -41
- package/dist-cjs/commands/CreateStateMachineAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateStateMachineCommand.js +18 -41
- package/dist-cjs/commands/DeleteActivityCommand.js +18 -41
- package/dist-cjs/commands/DeleteStateMachineAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteStateMachineCommand.js +18 -41
- package/dist-cjs/commands/DeleteStateMachineVersionCommand.js +18 -41
- package/dist-cjs/commands/DescribeActivityCommand.js +18 -41
- package/dist-cjs/commands/DescribeExecutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeMapRunCommand.js +18 -41
- package/dist-cjs/commands/DescribeStateMachineAliasCommand.js +18 -41
- package/dist-cjs/commands/DescribeStateMachineCommand.js +18 -41
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +18 -41
- package/dist-cjs/commands/GetActivityTaskCommand.js +18 -41
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +18 -41
- package/dist-cjs/commands/ListActivitiesCommand.js +18 -41
- package/dist-cjs/commands/ListExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListMapRunsCommand.js +18 -41
- package/dist-cjs/commands/ListStateMachineAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListStateMachineVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListStateMachinesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PublishStateMachineVersionCommand.js +18 -41
- package/dist-cjs/commands/RedriveExecutionCommand.js +18 -41
- package/dist-cjs/commands/SendTaskFailureCommand.js +18 -41
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +18 -41
- package/dist-cjs/commands/SendTaskSuccessCommand.js +18 -41
- package/dist-cjs/commands/StartExecutionCommand.js +18 -41
- package/dist-cjs/commands/StartSyncExecutionCommand.js +18 -41
- package/dist-cjs/commands/StopExecutionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TestStateCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateMapRunCommand.js +18 -41
- package/dist-cjs/commands/UpdateStateMachineAliasCommand.js +18 -41
- package/dist-cjs/commands/UpdateStateMachineCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateActivityCommand.js +18 -41
- package/dist-es/commands/CreateStateMachineAliasCommand.js +18 -41
- package/dist-es/commands/CreateStateMachineCommand.js +18 -41
- package/dist-es/commands/DeleteActivityCommand.js +18 -41
- package/dist-es/commands/DeleteStateMachineAliasCommand.js +18 -41
- package/dist-es/commands/DeleteStateMachineCommand.js +18 -41
- package/dist-es/commands/DeleteStateMachineVersionCommand.js +18 -41
- package/dist-es/commands/DescribeActivityCommand.js +18 -41
- package/dist-es/commands/DescribeExecutionCommand.js +18 -41
- package/dist-es/commands/DescribeMapRunCommand.js +18 -41
- package/dist-es/commands/DescribeStateMachineAliasCommand.js +18 -41
- package/dist-es/commands/DescribeStateMachineCommand.js +18 -41
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +18 -41
- package/dist-es/commands/GetActivityTaskCommand.js +18 -41
- package/dist-es/commands/GetExecutionHistoryCommand.js +18 -41
- package/dist-es/commands/ListActivitiesCommand.js +18 -41
- package/dist-es/commands/ListExecutionsCommand.js +18 -41
- package/dist-es/commands/ListMapRunsCommand.js +18 -41
- package/dist-es/commands/ListStateMachineAliasesCommand.js +18 -41
- package/dist-es/commands/ListStateMachineVersionsCommand.js +18 -41
- package/dist-es/commands/ListStateMachinesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PublishStateMachineVersionCommand.js +18 -41
- package/dist-es/commands/RedriveExecutionCommand.js +18 -41
- package/dist-es/commands/SendTaskFailureCommand.js +18 -41
- package/dist-es/commands/SendTaskHeartbeatCommand.js +18 -41
- package/dist-es/commands/SendTaskSuccessCommand.js +18 -41
- package/dist-es/commands/StartExecutionCommand.js +18 -41
- package/dist-es/commands/StartSyncExecutionCommand.js +18 -41
- package/dist-es/commands/StopExecutionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TestStateCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateMapRunCommand.js +18 -41
- package/dist-es/commands/UpdateStateMachineAliasCommand.js +18 -41
- package/dist-es/commands/UpdateStateMachineCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateActivityCommand.d.ts +6 -21
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateStateMachineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteActivityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeActivityCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMapRunCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GetActivityTaskCommand.d.ts +6 -21
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +6 -21
- package/dist-types/commands/ListActivitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListMapRunsCommand.d.ts +6 -21
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListStateMachinesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +6 -21
- package/dist-types/commands/RedriveExecutionCommand.d.ts +6 -21
- package/dist-types/commands/SendTaskFailureCommand.d.ts +6 -21
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +6 -21
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +6 -21
- package/dist-types/commands/StartExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StopExecutionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TestStateCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMapRunCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { StartExecutionInputFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_StartExecutionCommand, se_StartExecutionCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class StartExecutionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "StartExecutionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: StartExecutionInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "StartExecution",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_StartExecutionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_StartExecutionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class StartExecutionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "StartExecution", {})
|
|
20
|
+
.n("SFNClient", "StartExecutionCommand")
|
|
21
|
+
.f(StartExecutionInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_StartExecutionCommand)
|
|
23
|
+
.de(de_StartExecutionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { StartSyncExecutionInputFilterSensitiveLog, StartSyncExecutionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_StartSyncExecutionCommand, se_StartSyncExecutionCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class StartSyncExecutionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "StartSyncExecutionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: StartSyncExecutionInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: StartSyncExecutionOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "StartSyncExecution",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_StartSyncExecutionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_StartSyncExecutionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class StartSyncExecutionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "StartSyncExecution", {})
|
|
20
|
+
.n("SFNClient", "StartSyncExecutionCommand")
|
|
21
|
+
.f(StartSyncExecutionInputFilterSensitiveLog, StartSyncExecutionOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_StartSyncExecutionCommand)
|
|
23
|
+
.de(de_StartSyncExecutionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { StopExecutionInputFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_StopExecutionCommand, se_StopExecutionCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class StopExecutionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "StopExecutionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: StopExecutionInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "StopExecution",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_StopExecutionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_StopExecutionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class StopExecutionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "StopExecution", {})
|
|
20
|
+
.n("SFNClient", "StopExecutionCommand")
|
|
21
|
+
.f(StopExecutionInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_StopExecutionCommand)
|
|
23
|
+
.de(de_StopExecutionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class TagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SFNClient";
|
|
26
|
-
const commandName = "TagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "TagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_TagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_TagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class TagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSStepFunctions", "TagResource", {})
|
|
19
|
+
.n("SFNClient", "TagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TagResourceCommand)
|
|
22
|
+
.de(de_TagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { TestStateInputFilterSensitiveLog, TestStateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_TestStateCommand, se_TestStateCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class TestStateCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "TestStateCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: TestStateInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: TestStateOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "TestState",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_TestStateCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_TestStateCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class TestStateCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "TestState", {})
|
|
20
|
+
.n("SFNClient", "TestStateCommand")
|
|
21
|
+
.f(TestStateInputFilterSensitiveLog, TestStateOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_TestStateCommand)
|
|
23
|
+
.de(de_TestStateCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UntagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SFNClient";
|
|
26
|
-
const commandName = "UntagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "UntagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UntagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UntagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UntagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSStepFunctions", "UntagResource", {})
|
|
19
|
+
.n("SFNClient", "UntagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UntagResourceCommand)
|
|
22
|
+
.de(de_UntagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateMapRunCommand, se_UpdateMapRunCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateMapRunCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SFNClient";
|
|
26
|
-
const commandName = "UpdateMapRunCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "UpdateMapRun",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateMapRunCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateMapRunCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateMapRunCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSStepFunctions", "UpdateMapRun", {})
|
|
19
|
+
.n("SFNClient", "UpdateMapRunCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateMapRunCommand)
|
|
22
|
+
.de(de_UpdateMapRunCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { UpdateStateMachineAliasInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_UpdateStateMachineAliasCommand, se_UpdateStateMachineAliasCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UpdateStateMachineAliasCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "UpdateStateMachineAliasCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: UpdateStateMachineAliasInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "UpdateStateMachineAlias",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_UpdateStateMachineAliasCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_UpdateStateMachineAliasCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class UpdateStateMachineAliasCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "UpdateStateMachineAlias", {})
|
|
20
|
+
.n("SFNClient", "UpdateStateMachineAliasCommand")
|
|
21
|
+
.f(UpdateStateMachineAliasInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_UpdateStateMachineAliasCommand)
|
|
23
|
+
.de(de_UpdateStateMachineAliasCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { UpdateStateMachineInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_UpdateStateMachineCommand, se_UpdateStateMachineCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UpdateStateMachineCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "SFNClient";
|
|
27
|
-
const commandName = "UpdateStateMachineCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: UpdateStateMachineInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "UpdateStateMachine",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_UpdateStateMachineCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_UpdateStateMachineCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class UpdateStateMachineCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSStepFunctions", "UpdateStateMachine", {})
|
|
20
|
+
.n("SFNClient", "UpdateStateMachineCommand")
|
|
21
|
+
.f(UpdateStateMachineInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_UpdateStateMachineCommand)
|
|
23
|
+
.de(de_UpdateStateMachineCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "states",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|