@aws-sdk/client-swf 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -3
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -3
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/DeprecateDomainCommand.js +2 -3
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListActivityTypesCommand.js +2 -3
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -3
- package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -3
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -3
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -3
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/RegisterDomainCommand.js +2 -3
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +2 -3
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +2 -3
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateDomainCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -568
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -3
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -3
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -3
- package/dist-es/commands/DeprecateDomainCommand.js +2 -3
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -3
- package/dist-es/commands/ListActivityTypesCommand.js +2 -3
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -3
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -3
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -3
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -3
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -3
- package/dist-es/commands/RegisterDomainCommand.js +2 -3
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -3
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -3
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -3
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -3
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -423
- package/dist-types/models/models_0.d.ts +0 -564
- package/dist-types/ts3.4/models/models_0.d.ts +0 -395
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.TerminateWorkflowExecutionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class TerminateWorkflowExecutionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class TerminateWorkflowExecutionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UndeprecateActivityTypeCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UndeprecateActivityTypeCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UndeprecateActivityTypeCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UndeprecateDomainCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UndeprecateDomainCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UndeprecateDomainCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UndeprecateWorkflowTypeCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UndeprecateWorkflowTypeCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UndeprecateWorkflowTypeCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|