@aws-sdk/client-swf 3.590.0 → 3.592.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 (83) hide show
  1. package/dist-cjs/index.js +0 -39
  2. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  3. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  4. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  5. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  9. package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
  10. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  15. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  16. package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
  22. package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
  23. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
  24. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  25. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  28. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  29. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  30. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  31. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  32. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  33. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  34. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  37. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  38. package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
  39. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/index.d.ts +2 -2
  42. package/dist-types/models/SWFServiceException.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/models/SWFServiceException.d.ts +2 -1
  83. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -18,8 +18,8 @@
18
18
  export * from "./SWFClient";
19
19
  export * from "./SWF";
20
20
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
21
- export { RuntimeExtension } from "./runtimeExtensions";
22
- export { SWFExtensionConfiguration } from "./extensionConfiguration";
21
+ export type { RuntimeExtension } from "./runtimeExtensions";
22
+ export type { SWFExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CountClosedWorkflowExecutionsCommandInput
14
15
  extends CountClosedWorkflowExecutionsInput {}
15
16
  export interface CountClosedWorkflowExecutionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CountOpenWorkflowExecutionsCommandInput
14
15
  extends CountOpenWorkflowExecutionsInput {}
15
16
  export interface CountOpenWorkflowExecutionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CountPendingActivityTasksCommandInput
14
15
  extends CountPendingActivityTasksInput {}
15
16
  export interface CountPendingActivityTasksCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CountPendingDecisionTasksCommandInput
14
15
  extends CountPendingDecisionTasksInput {}
15
16
  export interface CountPendingDecisionTasksCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteActivityTypeCommandInput
11
12
  extends DeleteActivityTypeInput {}
12
13
  export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteWorkflowTypeCommandInput
11
12
  extends DeleteWorkflowTypeInput {}
12
13
  export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeprecateActivityTypeCommandInput
11
12
  extends DeprecateActivityTypeInput {}
12
13
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
11
12
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
12
13
  declare const DeprecateDomainCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeprecateWorkflowTypeCommandInput
11
12
  extends DeprecateWorkflowTypeInput {}
12
13
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeActivityTypeCommandInput
14
15
  extends DescribeActivityTypeInput {}
15
16
  export interface DescribeActivityTypeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeDomainCommandInput extends DescribeDomainInput {}
11
12
  export interface DescribeDomainCommandOutput
12
13
  extends DomainDetail,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeWorkflowExecutionCommandInput
14
15
  extends DescribeWorkflowExecutionInput {}
15
16
  export interface DescribeWorkflowExecutionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeWorkflowTypeCommandInput
14
15
  extends DescribeWorkflowTypeInput {}
15
16
  export interface DescribeWorkflowTypeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetWorkflowExecutionHistoryCommandInput
11
12
  extends GetWorkflowExecutionHistoryInput {}
12
13
  export interface GetWorkflowExecutionHistoryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListActivityTypesCommandInput extends ListActivityTypesInput {}
11
12
  export interface ListActivityTypesCommandOutput
12
13
  extends ActivityTypeInfos,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListClosedWorkflowExecutionsCommandInput
14
15
  extends ListClosedWorkflowExecutionsInput {}
15
16
  export interface ListClosedWorkflowExecutionsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListDomainsCommandInput extends ListDomainsInput {}
11
12
  export interface ListDomainsCommandOutput
12
13
  extends DomainInfos,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListOpenWorkflowExecutionsCommandInput
14
15
  extends ListOpenWorkflowExecutionsInput {}
15
16
  export interface ListOpenWorkflowExecutionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
11
12
  export interface ListWorkflowTypesCommandOutput
12
13
  extends WorkflowTypeInfos,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PollForActivityTaskCommandInput
11
12
  extends PollForActivityTaskInput {}
12
13
  export interface PollForActivityTaskCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PollForDecisionTaskCommandInput
11
12
  extends PollForDecisionTaskInput {}
12
13
  export interface PollForDecisionTaskCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SWFClientResolvedConfig,
11
11
  } from "../SWFClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RecordActivityTaskHeartbeatCommandInput
14
15
  extends RecordActivityTaskHeartbeatInput {}
15
16
  export interface RecordActivityTaskHeartbeatCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RegisterActivityTypeCommandInput
11
12
  extends RegisterActivityTypeInput {}
12
13
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RegisterDomainCommandInput extends RegisterDomainInput {}
11
12
  export interface RegisterDomainCommandOutput extends __MetadataBearer {}
12
13
  declare const RegisterDomainCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RegisterWorkflowTypeCommandInput
11
12
  extends RegisterWorkflowTypeInput {}
12
13
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RequestCancelWorkflowExecutionCommandInput
11
12
  extends RequestCancelWorkflowExecutionInput {}
12
13
  export interface RequestCancelWorkflowExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RespondActivityTaskCanceledCommandInput
11
12
  extends RespondActivityTaskCanceledInput {}
12
13
  export interface RespondActivityTaskCanceledCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RespondActivityTaskCompletedCommandInput
11
12
  extends RespondActivityTaskCompletedInput {}
12
13
  export interface RespondActivityTaskCompletedCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RespondActivityTaskFailedCommandInput
11
12
  extends RespondActivityTaskFailedInput {}
12
13
  export interface RespondActivityTaskFailedCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RespondDecisionTaskCompletedCommandInput
11
12
  extends RespondDecisionTaskCompletedInput {}
12
13
  export interface RespondDecisionTaskCompletedCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SignalWorkflowExecutionCommandInput
11
12
  extends SignalWorkflowExecutionInput {}
12
13
  export interface SignalWorkflowExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartWorkflowExecutionCommandInput
11
12
  extends StartWorkflowExecutionInput {}
12
13
  export interface StartWorkflowExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const TagResourceCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TerminateWorkflowExecutionCommandInput
11
12
  extends TerminateWorkflowExecutionInput {}
12
13
  export interface TerminateWorkflowExecutionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UndeprecateActivityTypeCommandInput
11
12
  extends UndeprecateActivityTypeInput {}
12
13
  export interface UndeprecateActivityTypeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
11
12
  export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
12
13
  declare const UndeprecateDomainCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UndeprecateWorkflowTypeCommandInput
11
12
  extends UndeprecateWorkflowTypeInput {}
12
13
  export interface UndeprecateWorkflowTypeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SWFClientResolvedConfig,
8
8
  } from "../SWFClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const UntagResourceCommand_base: {
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SWFServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-swf",
3
3
  "description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-swf",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",