@aws-sdk/client-sfn 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist-types/SFN.d.ts +4 -1
  2. package/dist-types/SFNClient.d.ts +1 -1
  3. package/dist-types/commands/CreateActivityCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateStateMachineCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteActivityCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteStateMachineCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeActivityCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeMapRunCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeStateMachineCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
  16. package/dist-types/commands/GetActivityTaskCommand.d.ts +2 -1
  17. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +2 -1
  18. package/dist-types/commands/ListActivitiesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListMapRunsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListStateMachinesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +2 -1
  26. package/dist-types/commands/RedriveExecutionCommand.d.ts +2 -1
  27. package/dist-types/commands/SendTaskFailureCommand.d.ts +2 -1
  28. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +2 -1
  29. package/dist-types/commands/SendTaskSuccessCommand.d.ts +2 -1
  30. package/dist-types/commands/StartExecutionCommand.d.ts +2 -1
  31. package/dist-types/commands/StartSyncExecutionCommand.d.ts +2 -1
  32. package/dist-types/commands/StopExecutionCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/TestStateCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateMapRunCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateStateMachineCommand.d.ts +2 -1
  39. package/dist-types/models/models_0.d.ts +507 -507
  40. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  41. package/dist-types/runtimeConfig.d.ts +2 -2
  42. package/dist-types/runtimeConfig.native.d.ts +2 -2
  43. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  44. package/dist-types/ts3.4/SFN.d.ts +3 -0
  45. package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/TestStateCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  85. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { SFNClientConfig } from "./SFNClient";
5
5
  export declare const getRuntimeConfig: (config: SFNClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -340,6 +340,7 @@ export interface SFN {
340
340
  options: __HttpHandlerOptions,
341
341
  cb: (err: any, data?: GetExecutionHistoryCommandOutput) => void
342
342
  ): void;
343
+ listActivities(): Promise<ListActivitiesCommandOutput>;
343
344
  listActivities(
344
345
  args: ListActivitiesCommandInput,
345
346
  options?: __HttpHandlerOptions
@@ -353,6 +354,7 @@ export interface SFN {
353
354
  options: __HttpHandlerOptions,
354
355
  cb: (err: any, data?: ListActivitiesCommandOutput) => void
355
356
  ): void;
357
+ listExecutions(): Promise<ListExecutionsCommandOutput>;
356
358
  listExecutions(
357
359
  args: ListExecutionsCommandInput,
358
360
  options?: __HttpHandlerOptions
@@ -392,6 +394,7 @@ export interface SFN {
392
394
  options: __HttpHandlerOptions,
393
395
  cb: (err: any, data?: ListStateMachineAliasesCommandOutput) => void
394
396
  ): void;
397
+ listStateMachines(): Promise<ListStateMachinesCommandOutput>;
395
398
  listStateMachines(
396
399
  args: ListStateMachinesCommandInput,
397
400
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const CreateActivityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateActivityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateActivityCommandInput,
28
+ CreateActivityCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateActivityCommand extends CreateActivityCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateStateMachineAliasCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateStateMachineAliasCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateStateMachineAliasCommandInput,
32
+ CreateStateMachineAliasCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateStateMachineAliasCommand extends CreateStateMachineAliasCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateStateMachineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateStateMachineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateStateMachineCommandInput,
32
+ CreateStateMachineCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteActivityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteActivityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteActivityCommandInput,
28
+ DeleteActivityCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteActivityCommand extends DeleteActivityCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteStateMachineAliasCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteStateMachineAliasCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteStateMachineAliasCommandInput,
32
+ DeleteStateMachineAliasCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteStateMachineAliasCommand extends DeleteStateMachineAliasCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteStateMachineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteStateMachineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteStateMachineCommandInput,
32
+ DeleteStateMachineCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteStateMachineCommand extends DeleteStateMachineCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteStateMachineVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteStateMachineVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteStateMachineVersionCommandInput,
32
+ DeleteStateMachineVersionCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteStateMachineVersionCommand extends DeleteStateMachineVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeActivityCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeActivityCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeActivityCommandInput,
31
+ DescribeActivityCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeActivityCommand extends DescribeActivityCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeExecutionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeExecutionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeExecutionCommandInput,
31
+ DescribeExecutionCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeMapRunCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeMapRunCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeMapRunCommandInput,
28
+ DescribeMapRunCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeMapRunCommand extends DescribeMapRunCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeStateMachineAliasCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeStateMachineAliasCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeStateMachineAliasCommandInput,
32
+ DescribeStateMachineAliasCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeStateMachineAliasCommand extends DescribeStateMachineAliasCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeStateMachineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeStateMachineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeStateMachineCommandInput,
32
+ DescribeStateMachineCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeStateMachineCommand extends DescribeStateMachineCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeStateMachineForExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeStateMachineForExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeStateMachineForExecutionCommandInput,
32
+ DescribeStateMachineForExecutionCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeStateMachineForExecutionCommand extends DescribeStateMachineForExecutionCommand_base {}
@@ -24,6 +24,15 @@ declare const GetActivityTaskCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetActivityTaskCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetActivityTaskCommandInput,
31
+ GetActivityTaskCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetActivityTaskCommand extends GetActivityTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const GetExecutionHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetExecutionHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetExecutionHistoryCommandInput,
32
+ GetExecutionHistoryCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetExecutionHistoryCommand extends GetExecutionHistoryCommand_base {}
@@ -21,6 +21,15 @@ declare const ListActivitiesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListActivitiesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListActivitiesCommandInput,
28
+ ListActivitiesCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListActivitiesCommand extends ListActivitiesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListExecutionsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListExecutionsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListExecutionsCommandInput,
28
+ ListExecutionsCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListMapRunsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListMapRunsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListMapRunsCommandInput,
28
+ ListMapRunsCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListMapRunsCommand extends ListMapRunsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListStateMachineAliasesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListStateMachineAliasesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListStateMachineAliasesCommandInput,
32
+ ListStateMachineAliasesCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListStateMachineVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListStateMachineVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListStateMachineVersionsCommandInput,
32
+ ListStateMachineVersionsCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListStateMachinesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListStateMachinesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListStateMachinesCommandInput,
31
+ ListStateMachinesCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const PublishStateMachineVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PublishStateMachineVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PublishStateMachineVersionCommandInput,
32
+ PublishStateMachineVersionCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const RedriveExecutionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: RedriveExecutionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ RedriveExecutionCommandInput,
31
+ RedriveExecutionCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {}
@@ -24,6 +24,15 @@ declare const SendTaskFailureCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SendTaskFailureCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SendTaskFailureCommandInput,
31
+ SendTaskFailureCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {}
@@ -24,6 +24,15 @@ declare const SendTaskHeartbeatCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SendTaskHeartbeatCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SendTaskHeartbeatCommandInput,
31
+ SendTaskHeartbeatCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {}
@@ -24,6 +24,15 @@ declare const SendTaskSuccessCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SendTaskSuccessCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SendTaskSuccessCommandInput,
31
+ SendTaskSuccessCommandOutput,
32
+ SFNClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {}
@@ -21,6 +21,15 @@ declare const StartExecutionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartExecutionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartExecutionCommandInput,
28
+ StartExecutionCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartExecutionCommand extends StartExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartSyncExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartSyncExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartSyncExecutionCommandInput,
32
+ StartSyncExecutionCommandOutput,
33
+ SFNClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const StopExecutionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StopExecutionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StopExecutionCommandInput,
28
+ StopExecutionCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StopExecutionCommand extends StopExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const TestStateCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TestStateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TestStateCommandInput,
28
+ TestStateCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TestStateCommand extends TestStateCommand_base {}
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UntagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ SFNClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}