@aws-sdk/client-mwaa-serverless 3.1076.0 → 3.1078.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 (65) hide show
  1. package/dist-cjs/index.js +26 -155
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateWorkflowCommand.js +2 -14
  4. package/dist-es/commands/DeleteWorkflowCommand.js +2 -14
  5. package/dist-es/commands/GetTaskInstanceCommand.js +2 -14
  6. package/dist-es/commands/GetWorkflowCommand.js +2 -14
  7. package/dist-es/commands/GetWorkflowRunCommand.js +2 -14
  8. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  9. package/dist-es/commands/ListTaskInstancesCommand.js +2 -14
  10. package/dist-es/commands/ListWorkflowRunsCommand.js +2 -14
  11. package/dist-es/commands/ListWorkflowVersionsCommand.js +2 -14
  12. package/dist-es/commands/ListWorkflowsCommand.js +2 -14
  13. package/dist-es/commands/StartWorkflowRunCommand.js +2 -14
  14. package/dist-es/commands/StopWorkflowRunCommand.js +2 -14
  15. package/dist-es/commands/TagResourceCommand.js +2 -14
  16. package/dist-es/commands/UntagResourceCommand.js +2 -14
  17. package/dist-es/commands/UpdateWorkflowCommand.js +2 -14
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.browser.js +0 -2
  20. package/dist-es/runtimeConfig.js +1 -2
  21. package/dist-es/runtimeConfig.native.js +0 -2
  22. package/dist-es/runtimeConfig.shared.js +2 -0
  23. package/dist-types/commandBuilder.d.ts +18 -0
  24. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
  25. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
  26. package/dist-types/commands/GetTaskInstanceCommand.d.ts +3 -8
  27. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
  28. package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -8
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  30. package/dist-types/commands/ListTaskInstancesCommand.d.ts +3 -8
  31. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListWorkflowVersionsCommand.d.ts +3 -8
  33. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  34. package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -8
  35. package/dist-types/commands/StopWorkflowRunCommand.d.ts +3 -8
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  38. package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -8
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  41. package/dist-types/runtimeConfig.d.ts +1 -1
  42. package/dist-types/runtimeConfig.native.d.ts +1 -1
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  45. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/GetTaskInstanceCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListTaskInstancesCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/ListWorkflowVersionsCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/index.d.ts +1 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  65. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateWorkflowRequest,
5
4
  CreateWorkflowResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
15
8
  export interface CreateWorkflowCommandOutput
16
9
  extends CreateWorkflowResponse,
@@ -21,22 +14,20 @@ declare const CreateWorkflowCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateWorkflowCommandInput,
23
16
  CreateWorkflowCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateWorkflowCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateWorkflowCommandInput,
32
25
  CreateWorkflowCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteWorkflowRequest,
5
4
  DeleteWorkflowResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
15
8
  export interface DeleteWorkflowCommandOutput
16
9
  extends DeleteWorkflowResponse,
@@ -21,22 +14,20 @@ declare const DeleteWorkflowCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteWorkflowCommandInput,
23
16
  DeleteWorkflowCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteWorkflowCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteWorkflowCommandInput,
32
25
  DeleteWorkflowCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetTaskInstanceRequest,
5
4
  GetTaskInstanceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetTaskInstanceCommandInput extends GetTaskInstanceRequest {}
15
8
  export interface GetTaskInstanceCommandOutput
16
9
  extends GetTaskInstanceResponse,
@@ -21,22 +14,20 @@ declare const GetTaskInstanceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetTaskInstanceCommandInput,
23
16
  GetTaskInstanceCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetTaskInstanceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetTaskInstanceCommandInput,
32
25
  GetTaskInstanceCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetTaskInstanceCommand extends GetTaskInstanceCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
4
- import {
5
- MWAAServerlessClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../MWAAServerlessClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
12
5
  export interface GetWorkflowCommandOutput
13
6
  extends GetWorkflowResponse,
@@ -18,22 +11,20 @@ declare const GetWorkflowCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetWorkflowCommandInput,
20
13
  GetWorkflowCommandOutput,
21
- MWAAServerlessClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").MWAAServerlessClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetWorkflowCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetWorkflowCommandInput,
29
22
  GetWorkflowCommandOutput,
30
- MWAAServerlessClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").MWAAServerlessClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetWorkflowRunRequest,
5
4
  GetWorkflowRunResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetWorkflowRunCommandInput extends GetWorkflowRunRequest {}
15
8
  export interface GetWorkflowRunCommandOutput
16
9
  extends GetWorkflowRunResponse,
@@ -21,22 +14,20 @@ declare const GetWorkflowRunCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetWorkflowRunCommandInput,
23
16
  GetWorkflowRunCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetWorkflowRunCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetWorkflowRunCommandInput,
32
25
  GetWorkflowRunCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- MWAAServerlessClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MWAAServerlessClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- MWAAServerlessClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MWAAServerlessClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTaskInstancesRequest,
5
4
  ListTaskInstancesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTaskInstancesCommandInput
15
8
  extends ListTaskInstancesRequest {}
16
9
  export interface ListTaskInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const ListTaskInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTaskInstancesCommandInput,
24
17
  ListTaskInstancesCommandOutput,
25
- MWAAServerlessClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MWAAServerlessClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTaskInstancesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTaskInstancesCommandInput,
33
26
  ListTaskInstancesCommandOutput,
34
- MWAAServerlessClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MWAAServerlessClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTaskInstancesCommand extends ListTaskInstancesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListWorkflowRunsRequest,
5
4
  ListWorkflowRunsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListWorkflowRunsCommandInput extends ListWorkflowRunsRequest {}
15
8
  export interface ListWorkflowRunsCommandOutput
16
9
  extends ListWorkflowRunsResponse,
@@ -21,22 +14,20 @@ declare const ListWorkflowRunsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListWorkflowRunsCommandInput,
23
16
  ListWorkflowRunsCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListWorkflowRunsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListWorkflowRunsCommandInput,
32
25
  ListWorkflowRunsCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListWorkflowVersionsRequest,
5
4
  ListWorkflowVersionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListWorkflowVersionsCommandInput
15
8
  extends ListWorkflowVersionsRequest {}
16
9
  export interface ListWorkflowVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListWorkflowVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListWorkflowVersionsCommandInput,
24
17
  ListWorkflowVersionsCommandOutput,
25
- MWAAServerlessClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MWAAServerlessClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListWorkflowVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListWorkflowVersionsCommandInput,
33
26
  ListWorkflowVersionsCommandOutput,
34
- MWAAServerlessClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MWAAServerlessClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListWorkflowVersionsCommand extends ListWorkflowVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListWorkflowsRequest,
5
4
  ListWorkflowsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
15
8
  export interface ListWorkflowsCommandOutput
16
9
  extends ListWorkflowsResponse,
@@ -21,22 +14,20 @@ declare const ListWorkflowsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListWorkflowsCommandInput,
23
16
  ListWorkflowsCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListWorkflowsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListWorkflowsCommandInput,
32
25
  ListWorkflowsCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  StartWorkflowRunRequest,
5
4
  StartWorkflowRunResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {}
15
8
  export interface StartWorkflowRunCommandOutput
16
9
  extends StartWorkflowRunResponse,
@@ -21,22 +14,20 @@ declare const StartWorkflowRunCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StartWorkflowRunCommandInput,
23
16
  StartWorkflowRunCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StartWorkflowRunCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StartWorkflowRunCommandInput,
32
25
  StartWorkflowRunCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  StopWorkflowRunRequest,
5
4
  StopWorkflowRunResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {}
15
8
  export interface StopWorkflowRunCommandOutput
16
9
  extends StopWorkflowRunResponse,
@@ -21,22 +14,20 @@ declare const StopWorkflowRunCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StopWorkflowRunCommandInput,
23
16
  StopWorkflowRunCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StopWorkflowRunCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StopWorkflowRunCommandInput,
32
25
  StopWorkflowRunCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class StopWorkflowRunCommand extends StopWorkflowRunCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import {
5
- MWAAServerlessClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../MWAAServerlessClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- MWAAServerlessClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").MWAAServerlessClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- MWAAServerlessClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").MWAAServerlessClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UntagResourceRequest,
5
4
  UntagResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- MWAAServerlessClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../MWAAServerlessClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- MWAAServerlessClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MWAAServerlessClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- MWAAServerlessClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MWAAServerlessClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {