@aws-sdk/client-sfn 3.478.0 → 3.481.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 +9 -9
|
@@ -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_DescribeMapRunCommand, se_DescribeMapRunCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeMapRunCommand 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 = "DescribeMapRunCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "DescribeMapRun",
|
|
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_DescribeMapRunCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeMapRunCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeMapRunCommand 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", "DescribeMapRun", {})
|
|
19
|
+
.n("SFNClient", "DescribeMapRunCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeMapRunCommand)
|
|
22
|
+
.de(de_DescribeMapRunCommand)
|
|
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 { DescribeStateMachineAliasOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeStateMachineAliasCommand, se_DescribeStateMachineAliasCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeStateMachineAliasCommand 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 = "DescribeStateMachineAliasCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeStateMachineAliasOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "DescribeStateMachineAlias",
|
|
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_DescribeStateMachineAliasCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeStateMachineAliasCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeStateMachineAliasCommand 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", "DescribeStateMachineAlias", {})
|
|
20
|
+
.n("SFNClient", "DescribeStateMachineAliasCommand")
|
|
21
|
+
.f(void 0, DescribeStateMachineAliasOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeStateMachineAliasCommand)
|
|
23
|
+
.de(de_DescribeStateMachineAliasCommand)
|
|
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 { DescribeStateMachineOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeStateMachineCommand, se_DescribeStateMachineCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeStateMachineCommand 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 = "DescribeStateMachineCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeStateMachineOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "DescribeStateMachine",
|
|
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_DescribeStateMachineCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeStateMachineCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeStateMachineCommand 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", "DescribeStateMachine", {})
|
|
20
|
+
.n("SFNClient", "DescribeStateMachineCommand")
|
|
21
|
+
.f(void 0, DescribeStateMachineOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeStateMachineCommand)
|
|
23
|
+
.de(de_DescribeStateMachineCommand)
|
|
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 { DescribeStateMachineForExecutionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeStateMachineForExecutionCommand, se_DescribeStateMachineForExecutionCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeStateMachineForExecutionCommand 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 = "DescribeStateMachineForExecutionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeStateMachineForExecutionOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "DescribeStateMachineForExecution",
|
|
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_DescribeStateMachineForExecutionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeStateMachineForExecutionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeStateMachineForExecutionCommand 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", "DescribeStateMachineForExecution", {})
|
|
20
|
+
.n("SFNClient", "DescribeStateMachineForExecutionCommand")
|
|
21
|
+
.f(void 0, DescribeStateMachineForExecutionOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeStateMachineForExecutionCommand)
|
|
23
|
+
.de(de_DescribeStateMachineForExecutionCommand)
|
|
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 { GetActivityTaskOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetActivityTaskCommand, se_GetActivityTaskCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetActivityTaskCommand 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 = "GetActivityTaskCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetActivityTaskOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "GetActivityTask",
|
|
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_GetActivityTaskCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetActivityTaskCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetActivityTaskCommand 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", "GetActivityTask", {})
|
|
20
|
+
.n("SFNClient", "GetActivityTaskCommand")
|
|
21
|
+
.f(void 0, GetActivityTaskOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetActivityTaskCommand)
|
|
23
|
+
.de(de_GetActivityTaskCommand)
|
|
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 { GetExecutionHistoryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetExecutionHistoryCommand, se_GetExecutionHistoryCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetExecutionHistoryCommand 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 = "GetExecutionHistoryCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetExecutionHistoryOutputFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSStepFunctions",
|
|
36
|
-
operation: "GetExecutionHistory",
|
|
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_GetExecutionHistoryCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetExecutionHistoryCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetExecutionHistoryCommand 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", "GetExecutionHistory", {})
|
|
20
|
+
.n("SFNClient", "GetExecutionHistoryCommand")
|
|
21
|
+
.f(void 0, GetExecutionHistoryOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetExecutionHistoryCommand)
|
|
23
|
+
.de(de_GetExecutionHistoryCommand)
|
|
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_ListActivitiesCommand, se_ListActivitiesCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListActivitiesCommand 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 = "ListActivitiesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "ListActivities",
|
|
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_ListActivitiesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListActivitiesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListActivitiesCommand 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", "ListActivities", {})
|
|
19
|
+
.n("SFNClient", "ListActivitiesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListActivitiesCommand)
|
|
22
|
+
.de(de_ListActivitiesCommand)
|
|
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_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListExecutionsCommand 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 = "ListExecutionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "ListExecutions",
|
|
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_ListExecutionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListExecutionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListExecutionsCommand 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", "ListExecutions", {})
|
|
19
|
+
.n("SFNClient", "ListExecutionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListExecutionsCommand)
|
|
22
|
+
.de(de_ListExecutionsCommand)
|
|
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_ListMapRunsCommand, se_ListMapRunsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListMapRunsCommand 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 = "ListMapRunsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSStepFunctions",
|
|
35
|
-
operation: "ListMapRuns",
|
|
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_ListMapRunsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListMapRunsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListMapRunsCommand 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", "ListMapRuns", {})
|
|
19
|
+
.n("SFNClient", "ListMapRunsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListMapRunsCommand)
|
|
22
|
+
.de(de_ListMapRunsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|