@aws-sdk/client-swf 3.50.0 → 3.53.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 (72) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SWFServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +135 -3
  5. package/dist-cjs/protocols/Aws_json1_0.js +289 -997
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/SWFServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +122 -1
  9. package/dist-es/protocols/Aws_json1_0.js +681 -1126
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/SWFServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +56 -49
  13. package/dist-types/ts3.4/SWF.d.ts +98 -0
  14. package/dist-types/ts3.4/SWFClient.d.ts +110 -0
  15. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +8 -0
  30. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +37 -0
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  54. package/dist-types/ts3.4/index.d.ts +6 -0
  55. package/dist-types/ts3.4/models/SWFServiceException.d.ts +6 -0
  56. package/dist-types/ts3.4/models/index.d.ts +1 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +2232 -0
  58. package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  60. package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  67. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +113 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  72. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./SWFClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { SWFServiceException } from "./models/SWFServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from SWF service.
4
+ */
5
+ export declare class SWFServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { SWFServiceException as __BaseException } from "./SWFServiceException";
2
3
  /**
3
4
  * <p>Represents an activity type.</p>
4
5
  */
@@ -1228,24 +1229,24 @@ export declare namespace CountClosedWorkflowExecutionsInput {
1228
1229
  /**
1229
1230
  * <p>Returned when the caller doesn't have sufficient permissions to invoke the action.</p>
1230
1231
  */
1231
- export interface OperationNotPermittedFault extends __SmithyException, $MetadataBearer {
1232
- name: "OperationNotPermittedFault";
1233
- $fault: "client";
1232
+ export declare class OperationNotPermittedFault extends __BaseException {
1233
+ readonly name: "OperationNotPermittedFault";
1234
+ readonly $fault: "client";
1234
1235
  /**
1235
- * <p>A description that may help with diagnosing the cause of the fault.</p>
1236
+ * @internal
1236
1237
  */
1237
- message?: string;
1238
+ constructor(opts: __ExceptionOptionType<OperationNotPermittedFault, __BaseException>);
1238
1239
  }
1239
1240
  /**
1240
1241
  * <p>Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.</p>
1241
1242
  */
1242
- export interface UnknownResourceFault extends __SmithyException, $MetadataBearer {
1243
- name: "UnknownResourceFault";
1244
- $fault: "client";
1243
+ export declare class UnknownResourceFault extends __BaseException {
1244
+ readonly name: "UnknownResourceFault";
1245
+ readonly $fault: "client";
1245
1246
  /**
1246
- * <p>A description that may help with diagnosing the cause of the fault.</p>
1247
+ * @internal
1247
1248
  */
1248
- message?: string;
1249
+ constructor(opts: __ExceptionOptionType<UnknownResourceFault, __BaseException>);
1249
1250
  }
1250
1251
  /**
1251
1252
  * <p>Contains the count of workflow executions returned from <a>CountOpenWorkflowExecutions</a> or
@@ -4120,10 +4121,13 @@ export declare namespace DecisionTask {
4120
4121
  * type, this error is displayed.</p>
4121
4122
  * </note>
4122
4123
  */
4123
- export interface DefaultUndefinedFault extends __SmithyException, $MetadataBearer {
4124
- name: "DefaultUndefinedFault";
4125
- $fault: "client";
4126
- message?: string;
4124
+ export declare class DefaultUndefinedFault extends __BaseException {
4125
+ readonly name: "DefaultUndefinedFault";
4126
+ readonly $fault: "client";
4127
+ /**
4128
+ * @internal
4129
+ */
4130
+ constructor(opts: __ExceptionOptionType<DefaultUndefinedFault, __BaseException>);
4127
4131
  }
4128
4132
  export interface DeprecateActivityTypeInput {
4129
4133
  /**
@@ -4144,13 +4148,13 @@ export declare namespace DeprecateActivityTypeInput {
4144
4148
  /**
4145
4149
  * <p>Returned when the specified activity or workflow type was already deprecated.</p>
4146
4150
  */
4147
- export interface TypeDeprecatedFault extends __SmithyException, $MetadataBearer {
4148
- name: "TypeDeprecatedFault";
4149
- $fault: "client";
4151
+ export declare class TypeDeprecatedFault extends __BaseException {
4152
+ readonly name: "TypeDeprecatedFault";
4153
+ readonly $fault: "client";
4150
4154
  /**
4151
- * <p>A description that may help with diagnosing the cause of the fault.</p>
4155
+ * @internal
4152
4156
  */
4153
- message?: string;
4157
+ constructor(opts: __ExceptionOptionType<TypeDeprecatedFault, __BaseException>);
4154
4158
  }
4155
4159
  export interface DeprecateDomainInput {
4156
4160
  /**
@@ -4167,13 +4171,13 @@ export declare namespace DeprecateDomainInput {
4167
4171
  /**
4168
4172
  * <p>Returned when the specified domain has been deprecated.</p>
4169
4173
  */
4170
- export interface DomainDeprecatedFault extends __SmithyException, $MetadataBearer {
4171
- name: "DomainDeprecatedFault";
4172
- $fault: "client";
4174
+ export declare class DomainDeprecatedFault extends __BaseException {
4175
+ readonly name: "DomainDeprecatedFault";
4176
+ readonly $fault: "client";
4173
4177
  /**
4174
- * <p>A description that may help with diagnosing the cause of the fault.</p>
4178
+ * @internal
4175
4179
  */
4176
- message?: string;
4180
+ constructor(opts: __ExceptionOptionType<DomainDeprecatedFault, __BaseException>);
4177
4181
  }
4178
4182
  export interface DeprecateWorkflowTypeInput {
4179
4183
  /**
@@ -4678,13 +4682,13 @@ export declare namespace WorkflowTypeDetail {
4678
4682
  /**
4679
4683
  * <p>Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.</p>
4680
4684
  */
4681
- export interface DomainAlreadyExistsFault extends __SmithyException, $MetadataBearer {
4682
- name: "DomainAlreadyExistsFault";
4683
- $fault: "client";
4685
+ export declare class DomainAlreadyExistsFault extends __BaseException {
4686
+ readonly name: "DomainAlreadyExistsFault";
4687
+ readonly $fault: "client";
4684
4688
  /**
4685
- * <p>A description that may help with diagnosing the cause of the fault.</p>
4689
+ * @internal
4686
4690
  */
4687
- message?: string;
4691
+ constructor(opts: __ExceptionOptionType<DomainAlreadyExistsFault, __BaseException>);
4688
4692
  }
4689
4693
  /**
4690
4694
  * <p>Contains a paginated collection of DomainInfo structures.</p>
@@ -4771,13 +4775,13 @@ export declare namespace History {
4771
4775
  /**
4772
4776
  * <p>Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.</p>
4773
4777
  */
4774
- export interface LimitExceededFault extends __SmithyException, $MetadataBearer {
4775
- name: "LimitExceededFault";
4776
- $fault: "client";
4778
+ export declare class LimitExceededFault extends __BaseException {
4779
+ readonly name: "LimitExceededFault";
4780
+ readonly $fault: "client";
4777
4781
  /**
4778
- * <p>A description that may help with diagnosing the cause of the fault.</p>
4782
+ * @internal
4779
4783
  */
4780
- message?: string;
4784
+ constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
4781
4785
  }
4782
4786
  export interface ListActivityTypesInput {
4783
4787
  /**
@@ -5357,13 +5361,13 @@ export declare namespace RegisterActivityTypeInput {
5357
5361
  /**
5358
5362
  * <p>Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.</p>
5359
5363
  */
5360
- export interface TypeAlreadyExistsFault extends __SmithyException, $MetadataBearer {
5361
- name: "TypeAlreadyExistsFault";
5362
- $fault: "client";
5364
+ export declare class TypeAlreadyExistsFault extends __BaseException {
5365
+ readonly name: "TypeAlreadyExistsFault";
5366
+ readonly $fault: "client";
5363
5367
  /**
5364
- * <p>A description that may help with diagnosing the cause of the fault.</p>
5368
+ * @internal
5365
5369
  */
5366
- message?: string;
5370
+ constructor(opts: __ExceptionOptionType<TypeAlreadyExistsFault, __BaseException>);
5367
5371
  }
5368
5372
  export interface RegisterDomainInput {
5369
5373
  /**
@@ -5407,10 +5411,13 @@ export declare namespace RegisterDomainInput {
5407
5411
  /**
5408
5412
  * <p>You've exceeded the number of tags allowed for a domain.</p>
5409
5413
  */
5410
- export interface TooManyTagsFault extends __SmithyException, $MetadataBearer {
5411
- name: "TooManyTagsFault";
5412
- $fault: "client";
5413
- message?: string;
5414
+ export declare class TooManyTagsFault extends __BaseException {
5415
+ readonly name: "TooManyTagsFault";
5416
+ readonly $fault: "client";
5417
+ /**
5418
+ * @internal
5419
+ */
5420
+ constructor(opts: __ExceptionOptionType<TooManyTagsFault, __BaseException>);
5414
5421
  }
5415
5422
  export interface RegisterWorkflowTypeInput {
5416
5423
  /**
@@ -5835,13 +5842,13 @@ export declare namespace StartWorkflowExecutionInput {
5835
5842
  * <p>Returned by <a>StartWorkflowExecution</a> when an open execution with the same workflowId is already running in
5836
5843
  * the specified domain.</p>
5837
5844
  */
5838
- export interface WorkflowExecutionAlreadyStartedFault extends __SmithyException, $MetadataBearer {
5839
- name: "WorkflowExecutionAlreadyStartedFault";
5840
- $fault: "client";
5845
+ export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException {
5846
+ readonly name: "WorkflowExecutionAlreadyStartedFault";
5847
+ readonly $fault: "client";
5841
5848
  /**
5842
- * <p>A description that may help with diagnosing the cause of the fault.</p>
5849
+ * @internal
5843
5850
  */
5844
- message?: string;
5851
+ constructor(opts: __ExceptionOptionType<WorkflowExecutionAlreadyStartedFault, __BaseException>);
5845
5852
  }
5846
5853
  export interface TagResourceInput {
5847
5854
  /**
@@ -0,0 +1,98 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
3
+ import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
4
+ import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
5
+ import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "./commands/CountPendingDecisionTasksCommand";
6
+ import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "./commands/DeprecateActivityTypeCommand";
7
+ import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "./commands/DeprecateDomainCommand";
8
+ import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "./commands/DeprecateWorkflowTypeCommand";
9
+ import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "./commands/DescribeActivityTypeCommand";
10
+ import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
11
+ import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "./commands/DescribeWorkflowExecutionCommand";
12
+ import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "./commands/DescribeWorkflowTypeCommand";
13
+ import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "./commands/GetWorkflowExecutionHistoryCommand";
14
+ import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "./commands/ListActivityTypesCommand";
15
+ import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "./commands/ListClosedWorkflowExecutionsCommand";
16
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
17
+ import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "./commands/ListOpenWorkflowExecutionsCommand";
18
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
19
+ import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "./commands/ListWorkflowTypesCommand";
20
+ import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "./commands/PollForActivityTaskCommand";
21
+ import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "./commands/PollForDecisionTaskCommand";
22
+ import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "./commands/RecordActivityTaskHeartbeatCommand";
23
+ import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "./commands/RegisterActivityTypeCommand";
24
+ import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "./commands/RegisterDomainCommand";
25
+ import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "./commands/RegisterWorkflowTypeCommand";
26
+ import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "./commands/RequestCancelWorkflowExecutionCommand";
27
+ import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "./commands/RespondActivityTaskCanceledCommand";
28
+ import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "./commands/RespondActivityTaskCompletedCommand";
29
+ import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "./commands/RespondActivityTaskFailedCommand";
30
+ import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "./commands/RespondDecisionTaskCompletedCommand";
31
+ import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "./commands/SignalWorkflowExecutionCommand";
32
+ import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "./commands/StartWorkflowExecutionCommand";
33
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
34
+ import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "./commands/TerminateWorkflowExecutionCommand";
35
+ import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "./commands/UndeprecateActivityTypeCommand";
36
+ import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
37
+ import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
38
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
+ import { SWFClient } from "./SWFClient";
40
+
41
+ export declare class SWF extends SWFClient {
42
+
43
+ countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<CountClosedWorkflowExecutionsCommandOutput>;
44
+ countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void): void;
45
+ countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void): void;
46
+
47
+ countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<CountOpenWorkflowExecutionsCommandOutput>;
48
+ countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void): void;
49
+ countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void): void;
50
+
51
+ countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, options?: __HttpHandlerOptions): Promise<CountPendingActivityTasksCommandOutput>;
52
+ countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void): void;
53
+ countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void): void;
54
+
55
+ countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, options?: __HttpHandlerOptions): Promise<CountPendingDecisionTasksCommandOutput>;
56
+ countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void): void;
57
+ countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void): void;
58
+
59
+ deprecateActivityType(args: DeprecateActivityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateActivityTypeCommandOutput>;
60
+ deprecateActivityType(args: DeprecateActivityTypeCommandInput, cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void): void;
61
+ deprecateActivityType(args: DeprecateActivityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void): void;
62
+
63
+ deprecateDomain(args: DeprecateDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateDomainCommandOutput>;
64
+ deprecateDomain(args: DeprecateDomainCommandInput, cb: (err: any, data?: DeprecateDomainCommandOutput) => void): void;
65
+ deprecateDomain(args: DeprecateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateDomainCommandOutput) => void): void;
66
+
67
+ deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateWorkflowTypeCommandOutput>;
68
+ deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void): void;
69
+ deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void): void;
70
+
71
+ describeActivityType(args: DescribeActivityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActivityTypeCommandOutput>;
72
+ describeActivityType(args: DescribeActivityTypeCommandInput, cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void): void;
73
+ describeActivityType(args: DescribeActivityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void): void;
74
+
75
+ describeDomain(args: DescribeDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainCommandOutput>;
76
+ describeDomain(args: DescribeDomainCommandInput, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
77
+ describeDomain(args: DescribeDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
78
+
79
+ describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowExecutionCommandOutput>;
80
+ describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void): void;
81
+ describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void): void;
82
+
83
+ describeWorkflowType(args: DescribeWorkflowTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowTypeCommandOutput>;
84
+ describeWorkflowType(args: DescribeWorkflowTypeCommandInput, cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void): void;
85
+ describeWorkflowType(args: DescribeWorkflowTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void): void;
86
+
87
+ getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowExecutionHistoryCommandOutput>;
88
+ getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void): void;
89
+ getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void): void;
90
+
91
+ listActivityTypes(args: ListActivityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActivityTypesCommandOutput>;
92
+ listActivityTypes(args: ListActivityTypesCommandInput, cb: (err: any, data?: ListActivityTypesCommandOutput) => void): void;
93
+ listActivityTypes(args: ListActivityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActivityTypesCommandOutput) => void): void;
94
+
95
+ listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListClosedWorkflowExecutionsCommandOutput>;
96
+ listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void): void;
97
+ listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void): void;
98
+
@@ -0,0 +1,110 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
10
+ import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
11
+ import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
12
+ import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "./commands/CountPendingDecisionTasksCommand";
13
+ import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "./commands/DeprecateActivityTypeCommand";
14
+ import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "./commands/DeprecateDomainCommand";
15
+ import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "./commands/DeprecateWorkflowTypeCommand";
16
+ import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "./commands/DescribeActivityTypeCommand";
17
+ import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
18
+ import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "./commands/DescribeWorkflowExecutionCommand";
19
+ import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "./commands/DescribeWorkflowTypeCommand";
20
+ import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "./commands/GetWorkflowExecutionHistoryCommand";
21
+ import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "./commands/ListActivityTypesCommand";
22
+ import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "./commands/ListClosedWorkflowExecutionsCommand";
23
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
24
+ import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "./commands/ListOpenWorkflowExecutionsCommand";
25
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
26
+ import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "./commands/ListWorkflowTypesCommand";
27
+ import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "./commands/PollForActivityTaskCommand";
28
+ import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "./commands/PollForDecisionTaskCommand";
29
+ import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "./commands/RecordActivityTaskHeartbeatCommand";
30
+ import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "./commands/RegisterActivityTypeCommand";
31
+ import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "./commands/RegisterDomainCommand";
32
+ import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "./commands/RegisterWorkflowTypeCommand";
33
+ import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "./commands/RequestCancelWorkflowExecutionCommand";
34
+ import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "./commands/RespondActivityTaskCanceledCommand";
35
+ import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "./commands/RespondActivityTaskCompletedCommand";
36
+ import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "./commands/RespondActivityTaskFailedCommand";
37
+ import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "./commands/RespondDecisionTaskCompletedCommand";
38
+ import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "./commands/SignalWorkflowExecutionCommand";
39
+ import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "./commands/StartWorkflowExecutionCommand";
40
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
41
+ import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "./commands/TerminateWorkflowExecutionCommand";
42
+ import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "./commands/UndeprecateActivityTypeCommand";
43
+ import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
44
+ import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
45
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
+ export declare type ServiceInputTypes = CountClosedWorkflowExecutionsCommandInput | CountOpenWorkflowExecutionsCommandInput | CountPendingActivityTasksCommandInput | CountPendingDecisionTasksCommandInput | DeprecateActivityTypeCommandInput | DeprecateDomainCommandInput | DeprecateWorkflowTypeCommandInput | DescribeActivityTypeCommandInput | DescribeDomainCommandInput | DescribeWorkflowExecutionCommandInput | DescribeWorkflowTypeCommandInput | GetWorkflowExecutionHistoryCommandInput | ListActivityTypesCommandInput | ListClosedWorkflowExecutionsCommandInput | ListDomainsCommandInput | ListOpenWorkflowExecutionsCommandInput | ListTagsForResourceCommandInput | ListWorkflowTypesCommandInput | PollForActivityTaskCommandInput | PollForDecisionTaskCommandInput | RecordActivityTaskHeartbeatCommandInput | RegisterActivityTypeCommandInput | RegisterDomainCommandInput | RegisterWorkflowTypeCommandInput | RequestCancelWorkflowExecutionCommandInput | RespondActivityTaskCanceledCommandInput | RespondActivityTaskCompletedCommandInput | RespondActivityTaskFailedCommandInput | RespondDecisionTaskCompletedCommandInput | SignalWorkflowExecutionCommandInput | StartWorkflowExecutionCommandInput | TagResourceCommandInput | TerminateWorkflowExecutionCommandInput | UndeprecateActivityTypeCommandInput | UndeprecateDomainCommandInput | UndeprecateWorkflowTypeCommandInput | UntagResourceCommandInput;
47
+ export declare type ServiceOutputTypes = CountClosedWorkflowExecutionsCommandOutput | CountOpenWorkflowExecutionsCommandOutput | CountPendingActivityTasksCommandOutput | CountPendingDecisionTasksCommandOutput | DeprecateActivityTypeCommandOutput | DeprecateDomainCommandOutput | DeprecateWorkflowTypeCommandOutput | DescribeActivityTypeCommandOutput | DescribeDomainCommandOutput | DescribeWorkflowExecutionCommandOutput | DescribeWorkflowTypeCommandOutput | GetWorkflowExecutionHistoryCommandOutput | ListActivityTypesCommandOutput | ListClosedWorkflowExecutionsCommandOutput | ListDomainsCommandOutput | ListOpenWorkflowExecutionsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowTypesCommandOutput | PollForActivityTaskCommandOutput | PollForDecisionTaskCommandOutput | RecordActivityTaskHeartbeatCommandOutput | RegisterActivityTypeCommandOutput | RegisterDomainCommandOutput | RegisterWorkflowTypeCommandOutput | RequestCancelWorkflowExecutionCommandOutput | RespondActivityTaskCanceledCommandOutput | RespondActivityTaskCompletedCommandOutput | RespondActivityTaskFailedCommandOutput | RespondDecisionTaskCompletedCommandOutput | SignalWorkflowExecutionCommandOutput | StartWorkflowExecutionCommandOutput | TagResourceCommandOutput | TerminateWorkflowExecutionCommandOutput | UndeprecateActivityTypeCommandOutput | UndeprecateDomainCommandOutput | UndeprecateWorkflowTypeCommandOutput | UntagResourceCommandOutput;
48
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
+
50
+ requestHandler?: __HttpHandler;
51
+
52
+ sha256?: __HashConstructor;
53
+
54
+ urlParser?: __UrlParser;
55
+
56
+ bodyLengthChecker?: (body: any) => number | undefined;
57
+
58
+ streamCollector?: __StreamCollector;
59
+
60
+ base64Decoder?: __Decoder;
61
+
62
+ base64Encoder?: __Encoder;
63
+
64
+ utf8Decoder?: __Decoder;
65
+
66
+ utf8Encoder?: __Encoder;
67
+
68
+ runtime?: string;
69
+
70
+ disableHostPrefix?: boolean;
71
+
72
+ maxAttempts?: number | __Provider<number>;
73
+
74
+ retryMode?: string | __Provider<string>;
75
+
76
+ logger?: __Logger;
77
+
78
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
79
+
80
+ useFipsEndpoint?: boolean | __Provider<boolean>;
81
+
82
+ serviceId?: string;
83
+
84
+ region?: string | __Provider<string>;
85
+
86
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
+
88
+ regionInfoProvider?: RegionInfoProvider;
89
+
90
+ defaultUserAgentProvider?: Provider<__UserAgent>;
91
+
92
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
+ }
94
+ declare type SWFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
+
96
+ export interface SWFClientConfig extends SWFClientConfigType {
97
+ }
98
+ declare type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
+
100
+ export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {
101
+ }
102
+
103
+ export declare class SWFClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig> {
104
+
105
+ readonly config: SWFClientResolvedConfig;
106
+ constructor(configuration: SWFClientConfig);
107
+
108
+ destroy(): void;
109
+ }
110
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWorkflowExecutionsInput {
6
+ }
7
+ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CountClosedWorkflowExecutionsCommand extends $Command<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: CountClosedWorkflowExecutionsCommandInput;
12
+ constructor(input: CountClosedWorkflowExecutionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkflowExecutionsInput {
6
+ }
7
+ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CountOpenWorkflowExecutionsCommand extends $Command<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: CountOpenWorkflowExecutionsCommandInput;
12
+ constructor(input: CountOpenWorkflowExecutionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface CountPendingActivityTasksCommandInput extends CountPendingActivityTasksInput {
6
+ }
7
+ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CountPendingActivityTasksCommand extends $Command<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: CountPendingActivityTasksCommandInput;
12
+ constructor(input: CountPendingActivityTasksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface CountPendingDecisionTasksCommandInput extends CountPendingDecisionTasksInput {
6
+ }
7
+ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CountPendingDecisionTasksCommand extends $Command<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: CountPendingDecisionTasksCommandInput;
12
+ constructor(input: CountPendingDecisionTasksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeprecateActivityTypeInput } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DeprecateActivityTypeCommandInput extends DeprecateActivityTypeInput {
6
+ }
7
+ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeprecateActivityTypeCommand extends $Command<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DeprecateActivityTypeCommandInput;
12
+ constructor(input: DeprecateActivityTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeprecateDomainInput } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
6
+ }
7
+ export interface DeprecateDomainCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeprecateDomainCommand extends $Command<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DeprecateDomainCommandInput;
12
+ constructor(input: DeprecateDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateDomainCommandInput, DeprecateDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeprecateWorkflowTypeInput } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowTypeInput {
6
+ }
7
+ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeprecateWorkflowTypeCommand extends $Command<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DeprecateWorkflowTypeCommandInput;
12
+ constructor(input: DeprecateWorkflowTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DescribeActivityTypeCommandInput extends DescribeActivityTypeInput {
6
+ }
7
+ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeActivityTypeCommand extends $Command<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DescribeActivityTypeCommandInput;
12
+ constructor(input: DescribeActivityTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeDomainInput, DomainDetail } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DescribeDomainCommandInput extends DescribeDomainInput {
6
+ }
7
+ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DescribeDomainCommandInput;
12
+ constructor(input: DescribeDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
+ export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowExecutionInput {
6
+ }
7
+ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeWorkflowExecutionCommand extends $Command<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
11
+ readonly input: DescribeWorkflowExecutionCommandInput;
12
+ constructor(input: DescribeWorkflowExecutionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }