@aws-sdk/client-swf 3.170.0 → 3.178.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 (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/SWF.d.ts +633 -1549
  6. package/dist-types/ts3.4/SWFClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +15 -0
  22. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/models/SWFServiceException.d.ts +0 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -716
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  50. package/package.json +26 -26
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
269
269
  export interface ClientDefaults
270
270
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
271
  requestHandler?: __HttpHandler;
272
-
273
272
  sha256?: __HashConstructor;
274
-
275
273
  urlParser?: __UrlParser;
276
-
277
274
  bodyLengthChecker?: __BodyLengthCalculator;
278
-
279
275
  streamCollector?: __StreamCollector;
280
-
281
276
  base64Decoder?: __Decoder;
282
-
283
277
  base64Encoder?: __Encoder;
284
-
285
278
  utf8Decoder?: __Decoder;
286
-
287
279
  utf8Encoder?: __Encoder;
288
-
289
280
  runtime?: string;
290
-
291
281
  disableHostPrefix?: boolean;
292
-
293
282
  maxAttempts?: number | __Provider<number>;
294
-
295
283
  retryMode?: string | __Provider<string>;
296
-
297
284
  logger?: __Logger;
298
-
299
285
  useDualstackEndpoint?: boolean | __Provider<boolean>;
300
-
301
286
  useFipsEndpoint?: boolean | __Provider<boolean>;
302
-
303
287
  serviceId?: string;
304
-
305
288
  region?: string | __Provider<string>;
306
-
307
289
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
308
-
309
290
  regionInfoProvider?: RegionInfoProvider;
310
-
311
291
  defaultUserAgentProvider?: Provider<__UserAgent>;
312
-
313
292
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
314
293
  }
315
294
  declare type SWFClientConfigType = Partial<
@@ -322,7 +301,6 @@ declare type SWFClientConfigType = Partial<
322
301
  HostHeaderInputConfig &
323
302
  AwsAuthInputConfig &
324
303
  UserAgentInputConfig;
325
-
326
304
  export interface SWFClientConfig extends SWFClientConfigType {}
327
305
  declare type SWFClientResolvedConfigType =
328
306
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -333,9 +311,7 @@ declare type SWFClientResolvedConfigType =
333
311
  HostHeaderResolvedConfig &
334
312
  AwsAuthResolvedConfig &
335
313
  UserAgentResolvedConfig;
336
-
337
314
  export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {}
338
-
339
315
  export declare class SWFClient extends __Client<
340
316
  __HttpHandlerOptions,
341
317
  ServiceInputTypes,
@@ -344,7 +320,6 @@ export declare class SWFClient extends __Client<
344
320
  > {
345
321
  readonly config: SWFClientResolvedConfig;
346
322
  constructor(configuration: SWFClientConfig);
347
-
348
323
  destroy(): void;
349
324
  }
350
325
  export {};
@@ -19,7 +19,6 @@ export interface CountClosedWorkflowExecutionsCommandInput
19
19
  export interface CountClosedWorkflowExecutionsCommandOutput
20
20
  extends WorkflowExecutionCount,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CountClosedWorkflowExecutionsCommand extends $Command<
24
23
  CountClosedWorkflowExecutionsCommandInput,
25
24
  CountClosedWorkflowExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class CountClosedWorkflowExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: CountClosedWorkflowExecutionsCommandInput;
29
28
  constructor(input: CountClosedWorkflowExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CountOpenWorkflowExecutionsCommandInput
19
19
  export interface CountOpenWorkflowExecutionsCommandOutput
20
20
  extends WorkflowExecutionCount,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CountOpenWorkflowExecutionsCommand extends $Command<
24
23
  CountOpenWorkflowExecutionsCommandInput,
25
24
  CountOpenWorkflowExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class CountOpenWorkflowExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: CountOpenWorkflowExecutionsCommandInput;
29
28
  constructor(input: CountOpenWorkflowExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CountPendingActivityTasksCommandInput
19
19
  export interface CountPendingActivityTasksCommandOutput
20
20
  extends PendingTaskCount,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CountPendingActivityTasksCommand extends $Command<
24
23
  CountPendingActivityTasksCommandInput,
25
24
  CountPendingActivityTasksCommandOutput,
@@ -27,7 +26,6 @@ export declare class CountPendingActivityTasksCommand extends $Command<
27
26
  > {
28
27
  readonly input: CountPendingActivityTasksCommandInput;
29
28
  constructor(input: CountPendingActivityTasksCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CountPendingDecisionTasksCommandInput
19
19
  export interface CountPendingDecisionTasksCommandOutput
20
20
  extends PendingTaskCount,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CountPendingDecisionTasksCommand extends $Command<
24
23
  CountPendingDecisionTasksCommandInput,
25
24
  CountPendingDecisionTasksCommandOutput,
@@ -27,7 +26,6 @@ export declare class CountPendingDecisionTasksCommand extends $Command<
27
26
  > {
28
27
  readonly input: CountPendingDecisionTasksCommandInput;
29
28
  constructor(input: CountPendingDecisionTasksCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeprecateActivityTypeCommandInput
15
15
  extends DeprecateActivityTypeInput {}
16
16
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeprecateActivityTypeCommand extends $Command<
19
18
  DeprecateActivityTypeCommandInput,
20
19
  DeprecateActivityTypeCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeprecateActivityTypeCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeprecateActivityTypeCommandInput;
24
23
  constructor(input: DeprecateActivityTypeCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SWFClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SWFClient";
14
14
  export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
15
15
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeprecateDomainCommand extends $Command<
18
17
  DeprecateDomainCommandInput,
19
18
  DeprecateDomainCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeprecateDomainCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeprecateDomainCommandInput;
23
22
  constructor(input: DeprecateDomainCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SWFClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeprecateWorkflowTypeCommandInput
15
15
  extends DeprecateWorkflowTypeInput {}
16
16
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeprecateWorkflowTypeCommand extends $Command<
19
18
  DeprecateWorkflowTypeCommandInput,
20
19
  DeprecateWorkflowTypeCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeprecateWorkflowTypeCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeprecateWorkflowTypeCommandInput;
24
23
  constructor(input: DeprecateWorkflowTypeCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeActivityTypeCommandInput
19
19
  export interface DescribeActivityTypeCommandOutput
20
20
  extends ActivityTypeDetail,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeActivityTypeCommand extends $Command<
24
23
  DescribeActivityTypeCommandInput,
25
24
  DescribeActivityTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeActivityTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeActivityTypeCommandInput;
29
28
  constructor(input: DescribeActivityTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeDomainCommandInput extends DescribeDomainInput {}
15
15
  export interface DescribeDomainCommandOutput
16
16
  extends DomainDetail,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeDomainCommand extends $Command<
20
19
  DescribeDomainCommandInput,
21
20
  DescribeDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeDomainCommandInput;
25
24
  constructor(input: DescribeDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkflowExecutionCommandInput
19
19
  export interface DescribeWorkflowExecutionCommandOutput
20
20
  extends WorkflowExecutionDetail,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkflowExecutionCommand extends $Command<
24
23
  DescribeWorkflowExecutionCommandInput,
25
24
  DescribeWorkflowExecutionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkflowExecutionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkflowExecutionCommandInput;
29
28
  constructor(input: DescribeWorkflowExecutionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkflowTypeCommandInput
19
19
  export interface DescribeWorkflowTypeCommandOutput
20
20
  extends WorkflowTypeDetail,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkflowTypeCommand extends $Command<
24
23
  DescribeWorkflowTypeCommandInput,
25
24
  DescribeWorkflowTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkflowTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkflowTypeCommandInput;
29
28
  constructor(input: DescribeWorkflowTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -16,7 +16,6 @@ export interface GetWorkflowExecutionHistoryCommandInput
16
16
  export interface GetWorkflowExecutionHistoryCommandOutput
17
17
  extends History,
18
18
  __MetadataBearer {}
19
-
20
19
  export declare class GetWorkflowExecutionHistoryCommand extends $Command<
21
20
  GetWorkflowExecutionHistoryCommandInput,
22
21
  GetWorkflowExecutionHistoryCommandOutput,
@@ -24,7 +23,6 @@ export declare class GetWorkflowExecutionHistoryCommand extends $Command<
24
23
  > {
25
24
  readonly input: GetWorkflowExecutionHistoryCommandInput;
26
25
  constructor(input: GetWorkflowExecutionHistoryCommandInput);
27
-
28
26
  resolveMiddleware(
29
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
28
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListActivityTypesCommandInput extends ListActivityTypesInput {}
15
15
  export interface ListActivityTypesCommandOutput
16
16
  extends ActivityTypeInfos,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListActivityTypesCommand extends $Command<
20
19
  ListActivityTypesCommandInput,
21
20
  ListActivityTypesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListActivityTypesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListActivityTypesCommandInput;
25
24
  constructor(input: ListActivityTypesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListClosedWorkflowExecutionsCommandInput
19
19
  export interface ListClosedWorkflowExecutionsCommandOutput
20
20
  extends WorkflowExecutionInfos,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListClosedWorkflowExecutionsCommand extends $Command<
24
23
  ListClosedWorkflowExecutionsCommandInput,
25
24
  ListClosedWorkflowExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListClosedWorkflowExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListClosedWorkflowExecutionsCommandInput;
29
28
  constructor(input: ListClosedWorkflowExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -15,3 +15,18 @@ export interface ListDomainsCommandInput extends ListDomainsInput {}
15
15
  export interface ListDomainsCommandOutput
16
16
  extends DomainInfos,
17
17
  __MetadataBearer {}
18
+ export declare class ListDomainsCommand extends $Command<
19
+ ListDomainsCommandInput,
20
+ ListDomainsCommandOutput,
21
+ SWFClientResolvedConfig
22
+ > {
23
+ readonly input: ListDomainsCommandInput;
24
+ constructor(input: ListDomainsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SWFClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -19,7 +19,6 @@ export interface ListOpenWorkflowExecutionsCommandInput
19
19
  export interface ListOpenWorkflowExecutionsCommandOutput
20
20
  extends WorkflowExecutionInfos,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListOpenWorkflowExecutionsCommand extends $Command<
24
23
  ListOpenWorkflowExecutionsCommandInput,
25
24
  ListOpenWorkflowExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListOpenWorkflowExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListOpenWorkflowExecutionsCommandInput;
29
28
  constructor(input: ListOpenWorkflowExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
15
15
  export interface ListWorkflowTypesCommandOutput
16
16
  extends WorkflowTypeInfos,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListWorkflowTypesCommand extends $Command<
20
19
  ListWorkflowTypesCommandInput,
21
20
  ListWorkflowTypesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListWorkflowTypesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListWorkflowTypesCommandInput;
25
24
  constructor(input: ListWorkflowTypesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -16,7 +16,6 @@ export interface PollForActivityTaskCommandInput
16
16
  export interface PollForActivityTaskCommandOutput
17
17
  extends ActivityTask,
18
18
  __MetadataBearer {}
19
-
20
19
  export declare class PollForActivityTaskCommand extends $Command<
21
20
  PollForActivityTaskCommandInput,
22
21
  PollForActivityTaskCommandOutput,
@@ -24,7 +23,6 @@ export declare class PollForActivityTaskCommand extends $Command<
24
23
  > {
25
24
  readonly input: PollForActivityTaskCommandInput;
26
25
  constructor(input: PollForActivityTaskCommandInput);
27
-
28
26
  resolveMiddleware(
29
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
28
  configuration: SWFClientResolvedConfig,
@@ -16,7 +16,6 @@ export interface PollForDecisionTaskCommandInput
16
16
  export interface PollForDecisionTaskCommandOutput
17
17
  extends DecisionTask,
18
18
  __MetadataBearer {}
19
-
20
19
  export declare class PollForDecisionTaskCommand extends $Command<
21
20
  PollForDecisionTaskCommandInput,
22
21
  PollForDecisionTaskCommandOutput,
@@ -24,7 +23,6 @@ export declare class PollForDecisionTaskCommand extends $Command<
24
23
  > {
25
24
  readonly input: PollForDecisionTaskCommandInput;
26
25
  constructor(input: PollForDecisionTaskCommandInput);
27
-
28
26
  resolveMiddleware(
29
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
28
  configuration: SWFClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RecordActivityTaskHeartbeatCommandInput
19
19
  export interface RecordActivityTaskHeartbeatCommandOutput
20
20
  extends ActivityTaskStatus,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RecordActivityTaskHeartbeatCommand extends $Command<
24
23
  RecordActivityTaskHeartbeatCommandInput,
25
24
  RecordActivityTaskHeartbeatCommandOutput,
@@ -27,7 +26,6 @@ export declare class RecordActivityTaskHeartbeatCommand extends $Command<
27
26
  > {
28
27
  readonly input: RecordActivityTaskHeartbeatCommandInput;
29
28
  constructor(input: RecordActivityTaskHeartbeatCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SWFClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface RegisterActivityTypeCommandInput
15
15
  extends RegisterActivityTypeInput {}
16
16
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class RegisterActivityTypeCommand extends $Command<
19
18
  RegisterActivityTypeCommandInput,
20
19
  RegisterActivityTypeCommandOutput,
@@ -22,7 +21,6 @@ export declare class RegisterActivityTypeCommand extends $Command<
22
21
  > {
23
22
  readonly input: RegisterActivityTypeCommandInput;
24
23
  constructor(input: RegisterActivityTypeCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SWFClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SWFClient";
14
14
  export interface RegisterDomainCommandInput extends RegisterDomainInput {}
15
15
  export interface RegisterDomainCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RegisterDomainCommand extends $Command<
18
17
  RegisterDomainCommandInput,
19
18
  RegisterDomainCommandOutput,
@@ -21,7 +20,6 @@ export declare class RegisterDomainCommand extends $Command<
21
20
  > {
22
21
  readonly input: RegisterDomainCommandInput;
23
22
  constructor(input: RegisterDomainCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SWFClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface RegisterWorkflowTypeCommandInput
15
15
  extends RegisterWorkflowTypeInput {}
16
16
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class RegisterWorkflowTypeCommand extends $Command<
19
18
  RegisterWorkflowTypeCommandInput,
20
19
  RegisterWorkflowTypeCommandOutput,
@@ -22,7 +21,6 @@ export declare class RegisterWorkflowTypeCommand extends $Command<
22
21
  > {
23
22
  readonly input: RegisterWorkflowTypeCommandInput;
24
23
  constructor(input: RegisterWorkflowTypeCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RequestCancelWorkflowExecutionCommandInput
15
15
  extends RequestCancelWorkflowExecutionInput {}
16
16
  export interface RequestCancelWorkflowExecutionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RequestCancelWorkflowExecutionCommand extends $Command<
20
19
  RequestCancelWorkflowExecutionCommandInput,
21
20
  RequestCancelWorkflowExecutionCommandOutput,
@@ -23,7 +22,6 @@ export declare class RequestCancelWorkflowExecutionCommand extends $Command<
23
22
  > {
24
23
  readonly input: RequestCancelWorkflowExecutionCommandInput;
25
24
  constructor(input: RequestCancelWorkflowExecutionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RespondActivityTaskCanceledCommandInput
15
15
  extends RespondActivityTaskCanceledInput {}
16
16
  export interface RespondActivityTaskCanceledCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RespondActivityTaskCanceledCommand extends $Command<
20
19
  RespondActivityTaskCanceledCommandInput,
21
20
  RespondActivityTaskCanceledCommandOutput,
@@ -23,7 +22,6 @@ export declare class RespondActivityTaskCanceledCommand extends $Command<
23
22
  > {
24
23
  readonly input: RespondActivityTaskCanceledCommandInput;
25
24
  constructor(input: RespondActivityTaskCanceledCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RespondActivityTaskCompletedCommandInput
15
15
  extends RespondActivityTaskCompletedInput {}
16
16
  export interface RespondActivityTaskCompletedCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RespondActivityTaskCompletedCommand extends $Command<
20
19
  RespondActivityTaskCompletedCommandInput,
21
20
  RespondActivityTaskCompletedCommandOutput,
@@ -23,7 +22,6 @@ export declare class RespondActivityTaskCompletedCommand extends $Command<
23
22
  > {
24
23
  readonly input: RespondActivityTaskCompletedCommandInput;
25
24
  constructor(input: RespondActivityTaskCompletedCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RespondActivityTaskFailedCommandInput
15
15
  extends RespondActivityTaskFailedInput {}
16
16
  export interface RespondActivityTaskFailedCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RespondActivityTaskFailedCommand extends $Command<
20
19
  RespondActivityTaskFailedCommandInput,
21
20
  RespondActivityTaskFailedCommandOutput,
@@ -23,7 +22,6 @@ export declare class RespondActivityTaskFailedCommand extends $Command<
23
22
  > {
24
23
  readonly input: RespondActivityTaskFailedCommandInput;
25
24
  constructor(input: RespondActivityTaskFailedCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RespondDecisionTaskCompletedCommandInput
15
15
  extends RespondDecisionTaskCompletedInput {}
16
16
  export interface RespondDecisionTaskCompletedCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RespondDecisionTaskCompletedCommand extends $Command<
20
19
  RespondDecisionTaskCompletedCommandInput,
21
20
  RespondDecisionTaskCompletedCommandOutput,
@@ -23,7 +22,6 @@ export declare class RespondDecisionTaskCompletedCommand extends $Command<
23
22
  > {
24
23
  readonly input: RespondDecisionTaskCompletedCommandInput;
25
24
  constructor(input: RespondDecisionTaskCompletedCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SignalWorkflowExecutionCommandInput
15
15
  extends SignalWorkflowExecutionInput {}
16
16
  export interface SignalWorkflowExecutionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class SignalWorkflowExecutionCommand extends $Command<
20
19
  SignalWorkflowExecutionCommandInput,
21
20
  SignalWorkflowExecutionCommandOutput,
@@ -23,7 +22,6 @@ export declare class SignalWorkflowExecutionCommand extends $Command<
23
22
  > {
24
23
  readonly input: SignalWorkflowExecutionCommandInput;
25
24
  constructor(input: SignalWorkflowExecutionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -16,7 +16,6 @@ export interface StartWorkflowExecutionCommandInput
16
16
  export interface StartWorkflowExecutionCommandOutput
17
17
  extends Run,
18
18
  __MetadataBearer {}
19
-
20
19
  export declare class StartWorkflowExecutionCommand extends $Command<
21
20
  StartWorkflowExecutionCommandInput,
22
21
  StartWorkflowExecutionCommandOutput,
@@ -24,7 +23,6 @@ export declare class StartWorkflowExecutionCommand extends $Command<
24
23
  > {
25
24
  readonly input: StartWorkflowExecutionCommandInput;
26
25
  constructor(input: StartWorkflowExecutionCommandInput);
27
-
28
26
  resolveMiddleware(
29
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
28
  configuration: SWFClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../SWFClient";
14
14
  export interface TagResourceCommandInput extends TagResourceInput {}
15
15
  export interface TagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class TagResourceCommand extends $Command<
18
17
  TagResourceCommandInput,
19
18
  TagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: TagResourceCommandInput;
23
22
  constructor(input: TagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TerminateWorkflowExecutionCommandInput
15
15
  extends TerminateWorkflowExecutionInput {}
16
16
  export interface TerminateWorkflowExecutionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class TerminateWorkflowExecutionCommand extends $Command<
20
19
  TerminateWorkflowExecutionCommandInput,
21
20
  TerminateWorkflowExecutionCommandOutput,
@@ -23,7 +22,6 @@ export declare class TerminateWorkflowExecutionCommand extends $Command<
23
22
  > {
24
23
  readonly input: TerminateWorkflowExecutionCommandInput;
25
24
  constructor(input: TerminateWorkflowExecutionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UndeprecateActivityTypeCommandInput
15
15
  extends UndeprecateActivityTypeInput {}
16
16
  export interface UndeprecateActivityTypeCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class UndeprecateActivityTypeCommand extends $Command<
20
19
  UndeprecateActivityTypeCommandInput,
21
20
  UndeprecateActivityTypeCommandOutput,
@@ -23,7 +22,6 @@ export declare class UndeprecateActivityTypeCommand extends $Command<
23
22
  > {
24
23
  readonly input: UndeprecateActivityTypeCommandInput;
25
24
  constructor(input: UndeprecateActivityTypeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SWFClientResolvedConfig,