@aws-sdk/client-swf 3.529.1 → 3.535.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 (86) hide show
  1. package/dist-types/SWF.d.ts +1 -1
  2. package/dist-types/SWFClient.d.ts +1 -1
  3. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  4. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  6. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  7. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  15. package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
  16. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
  22. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
  23. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  24. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
  25. package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
  26. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  27. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  28. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  29. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  30. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  31. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  32. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  33. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  36. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  37. package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
  38. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +712 -712
  41. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  42. package/dist-types/runtimeConfig.d.ts +2 -2
  43. package/dist-types/runtimeConfig.native.d.ts +2 -2
  44. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  86. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { SWFClientConfig } from "./SWFClient";
5
5
  export declare const getRuntimeConfig: (config: SWFClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -25,6 +25,15 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CountClosedWorkflowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CountClosedWorkflowExecutionsCommandInput,
32
+ CountClosedWorkflowExecutionsCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CountOpenWorkflowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CountOpenWorkflowExecutionsCommandInput,
32
+ CountOpenWorkflowExecutionsCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const CountPendingActivityTasksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CountPendingActivityTasksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CountPendingActivityTasksCommandInput,
32
+ CountPendingActivityTasksCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {}
@@ -25,6 +25,15 @@ declare const CountPendingDecisionTasksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CountPendingDecisionTasksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CountPendingDecisionTasksCommandInput,
32
+ CountPendingDecisionTasksCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {}
@@ -20,6 +20,15 @@ declare const DeprecateActivityTypeCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeprecateActivityTypeCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeprecateActivityTypeCommandInput,
27
+ DeprecateActivityTypeCommandOutput,
28
+ SWFClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {}
@@ -19,6 +19,15 @@ declare const DeprecateDomainCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeprecateDomainCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeprecateDomainCommandInput,
26
+ DeprecateDomainCommandOutput,
27
+ SWFClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {}
@@ -20,6 +20,15 @@ declare const DeprecateWorkflowTypeCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeprecateWorkflowTypeCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeprecateWorkflowTypeCommandInput,
27
+ DeprecateWorkflowTypeCommandOutput,
28
+ SWFClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeActivityTypeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeActivityTypeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeActivityTypeCommandInput,
32
+ DescribeActivityTypeCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeDomainCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeDomainCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeDomainCommandInput,
28
+ DescribeDomainCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeWorkflowExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeWorkflowExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeWorkflowExecutionCommandInput,
32
+ DescribeWorkflowExecutionCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeWorkflowTypeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeWorkflowTypeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeWorkflowTypeCommandInput,
32
+ DescribeWorkflowTypeCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {}
@@ -22,6 +22,15 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: GetWorkflowExecutionHistoryCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetWorkflowExecutionHistoryCommandInput,
29
+ GetWorkflowExecutionHistoryCommandOutput,
30
+ SWFClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {}
@@ -21,6 +21,15 @@ declare const ListActivityTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListActivityTypesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListActivityTypesCommandInput,
28
+ ListActivityTypesCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListClosedWorkflowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListClosedWorkflowExecutionsCommandInput,
32
+ ListClosedWorkflowExecutionsCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDomainsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListDomainsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDomainsCommandInput,
28
+ ListDomainsCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDomainsCommand extends ListDomainsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListOpenWorkflowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListOpenWorkflowExecutionsCommandInput,
32
+ ListOpenWorkflowExecutionsCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const ListWorkflowTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListWorkflowTypesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListWorkflowTypesCommandInput,
28
+ ListWorkflowTypesCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {}
@@ -22,6 +22,15 @@ declare const PollForActivityTaskCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: PollForActivityTaskCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ PollForActivityTaskCommandInput,
29
+ PollForActivityTaskCommandOutput,
30
+ SWFClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {}
@@ -22,6 +22,15 @@ declare const PollForDecisionTaskCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: PollForDecisionTaskCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ PollForDecisionTaskCommandInput,
29
+ PollForDecisionTaskCommandOutput,
30
+ SWFClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RecordActivityTaskHeartbeatCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RecordActivityTaskHeartbeatCommandInput,
32
+ RecordActivityTaskHeartbeatCommandOutput,
33
+ SWFClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {}
@@ -20,6 +20,15 @@ declare const RegisterActivityTypeCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: RegisterActivityTypeCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ RegisterActivityTypeCommandInput,
27
+ RegisterActivityTypeCommandOutput,
28
+ SWFClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {}
@@ -19,6 +19,15 @@ declare const RegisterDomainCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: RegisterDomainCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ RegisterDomainCommandInput,
26
+ RegisterDomainCommandOutput,
27
+ SWFClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {}
@@ -20,6 +20,15 @@ declare const RegisterWorkflowTypeCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: RegisterWorkflowTypeCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ RegisterWorkflowTypeCommandInput,
27
+ RegisterWorkflowTypeCommandOutput,
28
+ SWFClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RequestCancelWorkflowExecutionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RequestCancelWorkflowExecutionCommandInput,
28
+ RequestCancelWorkflowExecutionCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const RespondActivityTaskCanceledCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RespondActivityTaskCanceledCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RespondActivityTaskCanceledCommandInput,
28
+ RespondActivityTaskCanceledCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {}
@@ -21,6 +21,15 @@ declare const RespondActivityTaskCompletedCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RespondActivityTaskCompletedCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RespondActivityTaskCompletedCommandInput,
28
+ RespondActivityTaskCompletedCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {}
@@ -21,6 +21,15 @@ declare const RespondActivityTaskFailedCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RespondActivityTaskFailedCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RespondActivityTaskFailedCommandInput,
28
+ RespondActivityTaskFailedCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {}
@@ -21,6 +21,15 @@ declare const RespondDecisionTaskCompletedCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RespondDecisionTaskCompletedCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RespondDecisionTaskCompletedCommandInput,
28
+ RespondDecisionTaskCompletedCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {}
@@ -21,6 +21,15 @@ declare const SignalWorkflowExecutionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SignalWorkflowExecutionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SignalWorkflowExecutionCommandInput,
28
+ SignalWorkflowExecutionCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {}
@@ -22,6 +22,15 @@ declare const StartWorkflowExecutionCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: StartWorkflowExecutionCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ StartWorkflowExecutionCommandInput,
29
+ StartWorkflowExecutionCommandOutput,
30
+ SWFClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {}
@@ -19,6 +19,15 @@ declare const TagResourceCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: TagResourceCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ TagResourceCommandInput,
26
+ TagResourceCommandOutput,
27
+ SWFClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const TerminateWorkflowExecutionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TerminateWorkflowExecutionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TerminateWorkflowExecutionCommandInput,
28
+ TerminateWorkflowExecutionCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const UndeprecateActivityTypeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UndeprecateActivityTypeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UndeprecateActivityTypeCommandInput,
28
+ UndeprecateActivityTypeCommandOutput,
29
+ SWFClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {}
@@ -19,6 +19,15 @@ declare const UndeprecateDomainCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UndeprecateDomainCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UndeprecateDomainCommandInput,
26
+ UndeprecateDomainCommandOutput,
27
+ SWFClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {}