@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
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class StartExecutionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "StartExecutionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.StartExecutionInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "StartExecution",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_StartExecutionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_StartExecutionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class StartExecutionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "StartExecution", {})
|
|
23
|
+
.n("SFNClient", "StartExecutionCommand")
|
|
24
|
+
.f(models_0_1.StartExecutionInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_StartExecutionCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_StartExecutionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.StartExecutionCommand = StartExecutionCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class StartSyncExecutionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "StartSyncExecutionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.StartSyncExecutionInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.StartSyncExecutionOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "StartSyncExecution",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_StartSyncExecutionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_StartSyncExecutionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class StartSyncExecutionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "StartSyncExecution", {})
|
|
23
|
+
.n("SFNClient", "StartSyncExecutionCommand")
|
|
24
|
+
.f(models_0_1.StartSyncExecutionInputFilterSensitiveLog, models_0_1.StartSyncExecutionOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_StartSyncExecutionCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_StartSyncExecutionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.StartSyncExecutionCommand = StartSyncExecutionCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class StopExecutionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "StopExecutionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.StopExecutionInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "StopExecution",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_StopExecutionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_StopExecutionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class StopExecutionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "StopExecution", {})
|
|
23
|
+
.n("SFNClient", "StopExecutionCommand")
|
|
24
|
+
.f(models_0_1.StopExecutionInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_StopExecutionCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_StopExecutionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.StopExecutionCommand = StopExecutionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SFNClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSStepFunctions",
|
|
38
|
-
operation: "TagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSStepFunctions", "TagResource", {})
|
|
22
|
+
.n("SFNClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class TestStateCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "TestStateCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.TestStateInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.TestStateOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "TestState",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_TestStateCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_TestStateCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class TestStateCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "TestState", {})
|
|
23
|
+
.n("SFNClient", "TestStateCommand")
|
|
24
|
+
.f(models_0_1.TestStateInputFilterSensitiveLog, models_0_1.TestStateOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_0_1.se_TestStateCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_TestStateCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.TestStateCommand = TestStateCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SFNClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSStepFunctions",
|
|
38
|
-
operation: "UntagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSStepFunctions", "UntagResource", {})
|
|
22
|
+
.n("SFNClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UpdateMapRunCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SFNClient";
|
|
29
|
-
const commandName = "UpdateMapRunCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSStepFunctions",
|
|
38
|
-
operation: "UpdateMapRun",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_UpdateMapRunCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_UpdateMapRunCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateMapRunCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSStepFunctions", "UpdateMapRun", {})
|
|
22
|
+
.n("SFNClient", "UpdateMapRunCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_UpdateMapRunCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_UpdateMapRunCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateMapRunCommand = UpdateMapRunCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdateStateMachineAliasCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "UpdateStateMachineAliasCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateStateMachineAliasInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "UpdateStateMachineAlias",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_UpdateStateMachineAliasCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_UpdateStateMachineAliasCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateStateMachineAliasCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "UpdateStateMachineAlias", {})
|
|
23
|
+
.n("SFNClient", "UpdateStateMachineAliasCommand")
|
|
24
|
+
.f(models_0_1.UpdateStateMachineAliasInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_UpdateStateMachineAliasCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_UpdateStateMachineAliasCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateStateMachineAliasCommand = UpdateStateMachineAliasCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UpdateStateMachineCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "SFNClient";
|
|
30
|
-
const commandName = "UpdateStateMachineCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateStateMachineInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSStepFunctions",
|
|
39
|
-
operation: "UpdateStateMachine",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_0_1.se_UpdateStateMachineCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_0_1.de_UpdateStateMachineCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateStateMachineCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSStepFunctions", "UpdateStateMachine", {})
|
|
23
|
+
.n("SFNClient", "UpdateStateMachineCommand")
|
|
24
|
+
.f(models_0_1.UpdateStateMachineInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_UpdateStateMachineCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_UpdateStateMachineCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateStateMachineCommand = UpdateStateMachineCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|