@aws-sdk/client-datasync 3.169.0 → 3.171.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 (66) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataSync.d.ts +752 -225
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1050 -1402
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +533 -134
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  66. package/package.json +34 -34
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
5
- export interface DescribeLocationS3CommandInput extends DescribeLocationS3Request {
6
- }
7
- export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Response, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLocationS3Command extends $Command<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: DescribeLocationS3CommandInput;
12
- constructor(input: DescribeLocationS3CommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ DescribeLocationS3Request,
15
+ DescribeLocationS3Response,
16
+ } from "../models/models_0";
17
+ export interface DescribeLocationS3CommandInput
18
+ extends DescribeLocationS3Request {}
19
+ export interface DescribeLocationS3CommandOutput
20
+ extends DescribeLocationS3Response,
21
+ __MetadataBearer {}
22
+ export declare class DescribeLocationS3Command extends $Command<
23
+ DescribeLocationS3CommandInput,
24
+ DescribeLocationS3CommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLocationS3CommandInput;
28
+ constructor(input: DescribeLocationS3CommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
5
- export interface DescribeLocationSmbCommandInput extends DescribeLocationSmbRequest {
6
- }
7
- export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLocationSmbCommand extends $Command<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: DescribeLocationSmbCommandInput;
12
- constructor(input: DescribeLocationSmbCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ DescribeLocationSmbRequest,
15
+ DescribeLocationSmbResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeLocationSmbCommandInput
18
+ extends DescribeLocationSmbRequest {}
19
+ export interface DescribeLocationSmbCommandOutput
20
+ extends DescribeLocationSmbResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeLocationSmbCommand extends $Command<
23
+ DescribeLocationSmbCommandInput,
24
+ DescribeLocationSmbCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLocationSmbCommandInput;
28
+ constructor(input: DescribeLocationSmbCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
5
- export interface DescribeTaskCommandInput extends DescribeTaskRequest {
6
- }
7
- export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTaskCommand extends $Command<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: DescribeTaskCommandInput;
12
- constructor(input: DescribeTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskCommandInput, DescribeTaskCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
14
+ export interface DescribeTaskCommandInput extends DescribeTaskRequest {}
15
+ export interface DescribeTaskCommandOutput
16
+ extends DescribeTaskResponse,
17
+ __MetadataBearer {}
18
+ export declare class DescribeTaskCommand extends $Command<
19
+ DescribeTaskCommandInput,
20
+ DescribeTaskCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeTaskCommandInput;
24
+ constructor(input: DescribeTaskCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DescribeTaskCommandInput, DescribeTaskCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
5
- export interface DescribeTaskExecutionCommandInput extends DescribeTaskExecutionRequest {
6
- }
7
- export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTaskExecutionCommand extends $Command<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: DescribeTaskExecutionCommandInput;
12
- constructor(input: DescribeTaskExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ DescribeTaskExecutionRequest,
15
+ DescribeTaskExecutionResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTaskExecutionCommandInput
18
+ extends DescribeTaskExecutionRequest {}
19
+ export interface DescribeTaskExecutionCommandOutput
20
+ extends DescribeTaskExecutionResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeTaskExecutionCommand extends $Command<
23
+ DescribeTaskExecutionCommandInput,
24
+ DescribeTaskExecutionCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeTaskExecutionCommandInput;
28
+ constructor(input: DescribeTaskExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeTaskExecutionCommandInput,
35
+ DescribeTaskExecutionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
5
- export interface ListAgentsCommandInput extends ListAgentsRequest {
6
- }
7
- export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAgentsCommand extends $Command<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: ListAgentsCommandInput;
12
- constructor(input: ListAgentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgentsCommandInput, ListAgentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
14
+ export interface ListAgentsCommandInput extends ListAgentsRequest {}
15
+ export interface ListAgentsCommandOutput
16
+ extends ListAgentsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListAgentsCommand extends $Command<
19
+ ListAgentsCommandInput,
20
+ ListAgentsCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: ListAgentsCommandInput;
24
+ constructor(input: ListAgentsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListAgentsCommandInput, ListAgentsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
5
- export interface ListLocationsCommandInput extends ListLocationsRequest {
6
- }
7
- export interface ListLocationsCommandOutput extends ListLocationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: ListLocationsCommandInput;
12
- constructor(input: ListLocationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLocationsCommandInput, ListLocationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ ListLocationsRequest,
15
+ ListLocationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLocationsCommandInput extends ListLocationsRequest {}
18
+ export interface ListLocationsCommandOutput
19
+ extends ListLocationsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListLocationsCommand extends $Command<
22
+ ListLocationsCommandInput,
23
+ ListLocationsCommandOutput,
24
+ DataSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListLocationsCommandInput;
27
+ constructor(input: ListLocationsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListLocationsCommandInput, ListLocationsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
5
- export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsRequest {
6
- }
7
- export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: ListTaskExecutionsCommandInput;
12
- constructor(input: ListTaskExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ ListTaskExecutionsRequest,
15
+ ListTaskExecutionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTaskExecutionsCommandInput
18
+ extends ListTaskExecutionsRequest {}
19
+ export interface ListTaskExecutionsCommandOutput
20
+ extends ListTaskExecutionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTaskExecutionsCommand extends $Command<
23
+ ListTaskExecutionsCommandInput,
24
+ ListTaskExecutionsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListTaskExecutionsCommandInput;
28
+ constructor(input: ListTaskExecutionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
5
- export interface ListTasksCommandInput extends ListTasksRequest {
6
- }
7
- export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: ListTasksCommandInput;
12
- constructor(input: ListTasksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
14
+ export interface ListTasksCommandInput extends ListTasksRequest {}
15
+ export interface ListTasksCommandOutput
16
+ extends ListTasksResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListTasksCommand extends $Command<
19
+ ListTasksCommandInput,
20
+ ListTasksCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: ListTasksCommandInput;
24
+ constructor(input: ListTasksCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
5
- export interface StartTaskExecutionCommandInput extends StartTaskExecutionRequest {
6
- }
7
- export interface StartTaskExecutionCommandOutput extends StartTaskExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: StartTaskExecutionCommandInput;
12
- constructor(input: StartTaskExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ StartTaskExecutionRequest,
15
+ StartTaskExecutionResponse,
16
+ } from "../models/models_0";
17
+ export interface StartTaskExecutionCommandInput
18
+ extends StartTaskExecutionRequest {}
19
+ export interface StartTaskExecutionCommandOutput
20
+ extends StartTaskExecutionResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartTaskExecutionCommand extends $Command<
23
+ StartTaskExecutionCommandInput,
24
+ StartTaskExecutionCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: StartTaskExecutionCommandInput;
28
+ constructor(input: StartTaskExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataSyncClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ DataSyncClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }