@aws-sdk/client-swf 3.130.0 → 3.141.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.
Files changed (81) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
  4. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
  5. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -2
  6. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -2
  7. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +1 -1
  8. package/dist-cjs/commands/DeprecateDomainCommand.js +1 -1
  9. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +1 -1
  10. package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -2
  14. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
  15. package/dist-cjs/commands/ListActivityTypesCommand.js +2 -2
  16. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
  17. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  18. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -2
  21. package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -2
  22. package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -2
  23. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
  24. package/dist-cjs/commands/RegisterActivityTypeCommand.js +1 -1
  25. package/dist-cjs/commands/RegisterDomainCommand.js +1 -1
  26. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +1 -1
  27. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +1 -1
  28. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +1 -1
  29. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +1 -1
  30. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +1 -1
  31. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +1 -1
  32. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +1 -1
  33. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -2
  34. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  35. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +1 -1
  36. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +1 -1
  37. package/dist-cjs/commands/UndeprecateDomainCommand.js +1 -1
  38. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +1 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  40. package/dist-cjs/models/models_0.js +568 -850
  41. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +3 -3
  42. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +3 -3
  43. package/dist-es/commands/CountPendingActivityTasksCommand.js +3 -3
  44. package/dist-es/commands/CountPendingDecisionTasksCommand.js +3 -3
  45. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
  46. package/dist-es/commands/DeprecateDomainCommand.js +2 -2
  47. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
  48. package/dist-es/commands/DescribeActivityTypeCommand.js +3 -3
  49. package/dist-es/commands/DescribeDomainCommand.js +3 -3
  50. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +3 -3
  51. package/dist-es/commands/DescribeWorkflowTypeCommand.js +3 -3
  52. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +3 -3
  53. package/dist-es/commands/ListActivityTypesCommand.js +3 -3
  54. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +3 -3
  55. package/dist-es/commands/ListDomainsCommand.js +3 -3
  56. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/ListWorkflowTypesCommand.js +3 -3
  59. package/dist-es/commands/PollForActivityTaskCommand.js +3 -3
  60. package/dist-es/commands/PollForDecisionTaskCommand.js +3 -3
  61. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +3 -3
  62. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
  63. package/dist-es/commands/RegisterDomainCommand.js +2 -2
  64. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
  65. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
  66. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
  67. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
  68. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
  69. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
  70. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
  71. package/dist-es/commands/StartWorkflowExecutionCommand.js +3 -3
  72. package/dist-es/commands/TagResourceCommand.js +2 -2
  73. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
  74. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
  75. package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
  76. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
  77. package/dist-es/commands/UntagResourceCommand.js +2 -2
  78. package/dist-es/models/models_0.js +141 -564
  79. package/dist-types/models/models_0.d.ts +564 -846
  80. package/dist-types/ts3.4/models/models_0.d.ts +282 -564
  81. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Run, StartWorkflowExecutionInput } from "../models/models_0";
4
+ import { RunFilterSensitiveLog, StartWorkflowExecutionInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0StartWorkflowExecutionCommand, serializeAws_json1_0StartWorkflowExecutionCommand, } from "../protocols/Aws_json1_0";
6
6
  var StartWorkflowExecutionCommand = (function (_super) {
7
7
  __extends(StartWorkflowExecutionCommand, _super);
@@ -20,8 +20,8 @@ var StartWorkflowExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartWorkflowExecutionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: Run.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartWorkflowExecutionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RunFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TerminateWorkflowExecutionInput } from "../models/models_0";
4
+ import { TerminateWorkflowExecutionInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0TerminateWorkflowExecutionCommand, serializeAws_json1_0TerminateWorkflowExecutionCommand, } from "../protocols/Aws_json1_0";
6
6
  var TerminateWorkflowExecutionCommand = (function (_super) {
7
7
  __extends(TerminateWorkflowExecutionCommand, _super);
@@ -20,7 +20,7 @@ var TerminateWorkflowExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TerminateWorkflowExecutionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TerminateWorkflowExecutionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UndeprecateActivityTypeInput } from "../models/models_0";
4
+ import { UndeprecateActivityTypeInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UndeprecateActivityTypeCommand, serializeAws_json1_0UndeprecateActivityTypeCommand, } from "../protocols/Aws_json1_0";
6
6
  var UndeprecateActivityTypeCommand = (function (_super) {
7
7
  __extends(UndeprecateActivityTypeCommand, _super);
@@ -20,7 +20,7 @@ var UndeprecateActivityTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UndeprecateActivityTypeInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UndeprecateActivityTypeInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UndeprecateDomainInput } from "../models/models_0";
4
+ import { UndeprecateDomainInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UndeprecateDomainCommand, serializeAws_json1_0UndeprecateDomainCommand, } from "../protocols/Aws_json1_0";
6
6
  var UndeprecateDomainCommand = (function (_super) {
7
7
  __extends(UndeprecateDomainCommand, _super);
@@ -20,7 +20,7 @@ var UndeprecateDomainCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UndeprecateDomainInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UndeprecateDomainInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UndeprecateWorkflowTypeInput } from "../models/models_0";
4
+ import { UndeprecateWorkflowTypeInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UndeprecateWorkflowTypeCommand, serializeAws_json1_0UndeprecateWorkflowTypeCommand, } from "../protocols/Aws_json1_0";
6
6
  var UndeprecateWorkflowTypeCommand = (function (_super) {
7
7
  __extends(UndeprecateWorkflowTypeCommand, _super);
@@ -20,7 +20,7 @@ var UndeprecateWorkflowTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UndeprecateWorkflowTypeInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UndeprecateWorkflowTypeInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;