@aws-sdk/client-mwaa-serverless 3.1077.0 → 3.1079.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 (53) hide show
  1. package/dist-cjs/index.js +23 -153
  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-types/commandBuilder.d.ts +18 -0
  20. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
  21. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
  22. package/dist-types/commands/GetTaskInstanceCommand.d.ts +3 -8
  23. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
  24. package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -8
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  26. package/dist-types/commands/ListTaskInstancesCommand.d.ts +3 -8
  27. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -8
  28. package/dist-types/commands/ListWorkflowVersionsCommand.d.ts +3 -8
  29. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  30. package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -8
  31. package/dist-types/commands/StopWorkflowRunCommand.d.ts +3 -8
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  33. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  34. package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -8
  35. package/dist-types/index.d.ts +1 -0
  36. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  37. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/GetTaskInstanceCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/ListTaskInstancesCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/ListWorkflowVersionsCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/index.d.ts +1 -0
  53. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTaskInstanceRequest, GetTaskInstanceResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTaskInstanceCommandInput extends GetTaskInstanceRequest {
22
19
  export interface GetTaskInstanceCommandOutput extends GetTaskInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTaskInstanceCommand_base: {
25
- new (input: GetTaskInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTaskInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTaskInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTaskInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetTaskInstanceCommandInput, GetTaskInstanceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a specific task instance within a workflow run. Task instances represent individual tasks that are executed as part of a workflow in the Amazon Managed Workflows for Apache Airflow Serverless environment. Each task instance runs in an isolated ECS container with dedicated resources and security boundaries. The service tracks task execution state, retry attempts, and provides detailed timing and error information for troubleshooting and monitoring purposes.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {
22
19
  export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowCommand_base: {
25
- new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a workflow, including its configuration, status, and metadata.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowRunCommandInput extends GetWorkflowRunRequest {
22
19
  export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowRunCommand_base: {
25
- new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a specific workflow run, including its status, execution details, and task instances.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags that are associated with a specified Amazon Managed Workflows for Apache Airflow Serverless resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTaskInstancesRequest, ListTaskInstancesResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTaskInstancesCommandInput extends ListTaskInstancesRequest
22
19
  export interface ListTaskInstancesCommandOutput extends ListTaskInstancesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTaskInstancesCommand_base: {
25
- new (input: ListTaskInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskInstancesCommandInput, ListTaskInstancesCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTaskInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskInstancesCommandInput, ListTaskInstancesCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTaskInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskInstancesCommandInput, ListTaskInstancesCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTaskInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListTaskInstancesCommandInput, ListTaskInstancesCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all task instances for a specific workflow run, with optional pagination support.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListWorkflowRunsRequest, ListWorkflowRunsResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowRunsCommandInput extends ListWorkflowRunsRequest {
22
19
  export interface ListWorkflowRunsCommandOutput extends ListWorkflowRunsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowRunsCommand_base: {
25
- new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all runs for a specified workflow, with optional pagination and filtering support.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListWorkflowVersionsRequest, ListWorkflowVersionsResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowVersionsCommandInput extends ListWorkflowVersionsRe
22
19
  export interface ListWorkflowVersionsCommandOutput extends ListWorkflowVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowVersionsCommand_base: {
25
- new (input: ListWorkflowVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkflowVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all versions of a specified workflow, with optional pagination support.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
22
19
  export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowsCommand_base: {
25
- new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all workflows in your account, with optional pagination support. This operation returns summary information for workflows, showing only the most recently created version of each workflow. Amazon Managed Workflows for Apache Airflow Serverless maintains workflow metadata in a highly available, distributed storage system that enables efficient querying and filtering. The service implements proper access controls to ensure you can only view workflows that you have permissions to access, supporting both individual and team-based workflow management scenarios.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {
22
19
  export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartWorkflowRunCommand_base: {
25
- new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new execution of a workflow. This operation creates a workflow run that executes the tasks that are defined in the workflow. Amazon Managed Workflows for Apache Airflow Serverless schedules the workflow execution across its managed Airflow environment, automatically scaling ECS worker tasks based on the workload. The service handles task isolation, dependency resolution, and provides comprehensive monitoring and logging throughout the execution lifecycle.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {
22
19
  export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopWorkflowRunCommand_base: {
25
- new (input: StopWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops a running workflow execution. This operation terminates all running tasks and prevents new tasks from starting. Amazon Managed Workflows for Apache Airflow Serverless gracefully shuts down the workflow execution by stopping task scheduling and terminating active ECS worker containers. The operation transitions the workflow run to a <code>STOPPING</code> state and then to <code>STOPPED</code> once all cleanup is complete. In-flight tasks may complete or be terminated depending on their current execution state.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds tags to an Amazon Managed Workflows for Apache Airflow Serverless resource. Tags are key-value pairs that help you organize and categorize your resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from an Amazon Managed Workflows for Apache Airflow Serverless resource. This operation removes the specified tags from the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_0";
4
- import type { MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAServerlessClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {
22
19
  export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateWorkflowCommand_base: {
25
- new (input: UpdateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MWAAServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, import("..").MWAAServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing workflow with new configuration settings. This operation allows you to modify the workflow definition, role, and other settings. When you update a workflow, Amazon Managed Workflows for Apache Airflow Serverless automatically creates a new version with the updated configuration and disables scheduling on all previous versions to ensure only one version is actively scheduled at a time. The update operation maintains workflow history while providing a clean transition to the new configuration.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { MWAAServerlessExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ MWAAServerlessClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./MWAAServerlessClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ MWAAServerlessClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ MWAAServerlessClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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: {