@aws-sdk/client-swf 3.650.0 → 3.654.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 (79) hide show
  1. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +11 -0
  2. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +11 -0
  3. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +11 -0
  4. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +11 -0
  7. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +11 -0
  8. package/dist-types/commands/DeprecateDomainCommand.d.ts +11 -0
  9. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +11 -0
  14. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +11 -0
  15. package/dist-types/commands/ListActivityTypesCommand.d.ts +11 -0
  16. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +11 -0
  21. package/dist-types/commands/PollForActivityTaskCommand.d.ts +11 -0
  22. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +11 -0
  23. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +11 -0
  24. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +11 -0
  25. package/dist-types/commands/RegisterDomainCommand.d.ts +11 -0
  26. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +11 -0
  27. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +11 -0
  28. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +11 -0
  29. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +11 -0
  30. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +11 -0
  31. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +11 -0
  32. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +11 -0
  33. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +11 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  35. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +11 -0
  36. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +11 -0
  37. package/dist-types/commands/UndeprecateDomainCommand.d.ts +11 -0
  38. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +11 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  40. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  79. package/package.json +35 -35
@@ -37,4 +37,15 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {}
40
+ export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CountClosedWorkflowExecutionsInput;
44
+ output: WorkflowExecutionCount;
45
+ };
46
+ sdk: {
47
+ input: CountClosedWorkflowExecutionsCommandInput;
48
+ output: CountClosedWorkflowExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {}
40
+ export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CountOpenWorkflowExecutionsInput;
44
+ output: WorkflowExecutionCount;
45
+ };
46
+ sdk: {
47
+ input: CountOpenWorkflowExecutionsCommandInput;
48
+ output: CountOpenWorkflowExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CountPendingActivityTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {}
40
+ export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CountPendingActivityTasksInput;
44
+ output: PendingTaskCount;
45
+ };
46
+ sdk: {
47
+ input: CountPendingActivityTasksCommandInput;
48
+ output: CountPendingActivityTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CountPendingDecisionTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {}
40
+ export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CountPendingDecisionTasksInput;
44
+ output: PendingTaskCount;
45
+ };
46
+ sdk: {
47
+ input: CountPendingDecisionTasksCommandInput;
48
+ output: CountPendingDecisionTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const DeleteActivityTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {}
35
+ export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteActivityTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteActivityTypeCommandInput;
43
+ output: DeleteActivityTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteWorkflowTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {}
35
+ export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteWorkflowTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteWorkflowTypeCommandInput;
43
+ output: DeleteWorkflowTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeprecateActivityTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {}
35
+ export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeprecateActivityTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeprecateActivityTypeCommandInput;
43
+ output: DeprecateActivityTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeprecateDomainCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {}
34
+ export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeprecateDomainInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeprecateDomainCommandInput;
42
+ output: DeprecateDomainCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeprecateWorkflowTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {}
35
+ export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeprecateWorkflowTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeprecateWorkflowTypeCommandInput;
43
+ output: DeprecateWorkflowTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const DescribeActivityTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {}
40
+ export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeActivityTypeInput;
44
+ output: ActivityTypeDetail;
45
+ };
46
+ sdk: {
47
+ input: DescribeActivityTypeCommandInput;
48
+ output: DescribeActivityTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DescribeDomainCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
36
+ export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeDomainInput;
40
+ output: DomainDetail;
41
+ };
42
+ sdk: {
43
+ input: DescribeDomainCommandInput;
44
+ output: DescribeDomainCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkflowExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {}
40
+ export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkflowExecutionInput;
44
+ output: WorkflowExecutionDetail;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkflowExecutionCommandInput;
48
+ output: DescribeWorkflowExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkflowTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {}
40
+ export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkflowTypeInput;
44
+ output: WorkflowTypeDetail;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkflowTypeCommandInput;
48
+ output: DescribeWorkflowTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -34,4 +34,15 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {}
37
+ export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: GetWorkflowExecutionHistoryInput;
41
+ output: History;
42
+ };
43
+ sdk: {
44
+ input: GetWorkflowExecutionHistoryCommandInput;
45
+ output: GetWorkflowExecutionHistoryCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -33,4 +33,15 @@ declare const ListActivityTypesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {}
36
+ export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListActivityTypesInput;
40
+ output: ActivityTypeInfos;
41
+ };
42
+ sdk: {
43
+ input: ListActivityTypesCommandInput;
44
+ output: ListActivityTypesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {}
40
+ export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClosedWorkflowExecutionsInput;
44
+ output: WorkflowExecutionInfos;
45
+ };
46
+ sdk: {
47
+ input: ListClosedWorkflowExecutionsCommandInput;
48
+ output: ListClosedWorkflowExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListDomainsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListDomainsCommand extends ListDomainsCommand_base {}
36
+ export declare class ListDomainsCommand extends ListDomainsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListDomainsInput;
40
+ output: DomainInfos;
41
+ };
42
+ sdk: {
43
+ input: ListDomainsCommandInput;
44
+ output: ListDomainsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {}
40
+ export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOpenWorkflowExecutionsInput;
44
+ output: WorkflowExecutionInfos;
45
+ };
46
+ sdk: {
47
+ input: ListOpenWorkflowExecutionsCommandInput;
48
+ output: ListOpenWorkflowExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListWorkflowTypesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {}
36
+ export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListWorkflowTypesInput;
40
+ output: WorkflowTypeInfos;
41
+ };
42
+ sdk: {
43
+ input: ListWorkflowTypesCommandInput;
44
+ output: ListWorkflowTypesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -34,4 +34,15 @@ declare const PollForActivityTaskCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {}
37
+ export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: PollForActivityTaskInput;
41
+ output: ActivityTask;
42
+ };
43
+ sdk: {
44
+ input: PollForActivityTaskCommandInput;
45
+ output: PollForActivityTaskCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -34,4 +34,15 @@ declare const PollForDecisionTaskCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {}
37
+ export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: PollForDecisionTaskInput;
41
+ output: DecisionTask;
42
+ };
43
+ sdk: {
44
+ input: PollForDecisionTaskCommandInput;
45
+ output: PollForDecisionTaskCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {}
40
+ export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RecordActivityTaskHeartbeatInput;
44
+ output: ActivityTaskStatus;
45
+ };
46
+ sdk: {
47
+ input: RecordActivityTaskHeartbeatCommandInput;
48
+ output: RecordActivityTaskHeartbeatCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const RegisterActivityTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {}
35
+ export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: RegisterActivityTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: RegisterActivityTypeCommandInput;
43
+ output: RegisterActivityTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const RegisterDomainCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RegisterDomainCommand extends RegisterDomainCommand_base {}
34
+ export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RegisterDomainInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RegisterDomainCommandInput;
42
+ output: RegisterDomainCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const RegisterWorkflowTypeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {}
35
+ export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: RegisterWorkflowTypeInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: RegisterWorkflowTypeCommandInput;
43
+ output: RegisterWorkflowTypeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {}
36
+ export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RequestCancelWorkflowExecutionInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RequestCancelWorkflowExecutionCommandInput;
44
+ output: RequestCancelWorkflowExecutionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RespondActivityTaskCanceledCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {}
36
+ export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RespondActivityTaskCanceledInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RespondActivityTaskCanceledCommandInput;
44
+ output: RespondActivityTaskCanceledCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RespondActivityTaskCompletedCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {}
36
+ export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RespondActivityTaskCompletedInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RespondActivityTaskCompletedCommandInput;
44
+ output: RespondActivityTaskCompletedCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RespondActivityTaskFailedCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {}
36
+ export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RespondActivityTaskFailedInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RespondActivityTaskFailedCommandInput;
44
+ output: RespondActivityTaskFailedCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RespondDecisionTaskCompletedCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {}
36
+ export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RespondDecisionTaskCompletedInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RespondDecisionTaskCompletedCommandInput;
44
+ output: RespondDecisionTaskCompletedCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const SignalWorkflowExecutionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {}
36
+ export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: SignalWorkflowExecutionInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: SignalWorkflowExecutionCommandInput;
44
+ output: SignalWorkflowExecutionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -34,4 +34,15 @@ declare const StartWorkflowExecutionCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {}
37
+ export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: StartWorkflowExecutionInput;
41
+ output: Run;
42
+ };
43
+ sdk: {
44
+ input: StartWorkflowExecutionCommandInput;
45
+ output: StartWorkflowExecutionCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const TerminateWorkflowExecutionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {}
36
+ export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TerminateWorkflowExecutionInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TerminateWorkflowExecutionCommandInput;
44
+ output: TerminateWorkflowExecutionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UndeprecateActivityTypeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {}
36
+ export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UndeprecateActivityTypeInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UndeprecateActivityTypeCommandInput;
44
+ output: UndeprecateActivityTypeCommandOutput;
45
+ };
46
+ };
47
+ }