@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,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 { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0";
5
- export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLustreRequest {
6
- }
7
- export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxLustreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationFsxLustreCommand extends $Command<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationFsxLustreCommandInput;
12
- constructor(input: CreateLocationFsxLustreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput>;
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
+ CreateLocationFsxLustreRequest,
15
+ CreateLocationFsxLustreResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationFsxLustreCommandInput
18
+ extends CreateLocationFsxLustreRequest {}
19
+ export interface CreateLocationFsxLustreCommandOutput
20
+ extends CreateLocationFsxLustreResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationFsxLustreCommand extends $Command<
23
+ CreateLocationFsxLustreCommandInput,
24
+ CreateLocationFsxLustreCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationFsxLustreCommandInput;
28
+ constructor(input: CreateLocationFsxLustreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLocationFsxLustreCommandInput,
35
+ CreateLocationFsxLustreCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
5
- export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOntapRequest {
6
- }
7
- export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationFsxOntapCommandInput;
12
- constructor(input: CreateLocationFsxOntapCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput>;
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
+ CreateLocationFsxOntapRequest,
15
+ CreateLocationFsxOntapResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationFsxOntapCommandInput
18
+ extends CreateLocationFsxOntapRequest {}
19
+ export interface CreateLocationFsxOntapCommandOutput
20
+ extends CreateLocationFsxOntapResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationFsxOntapCommand extends $Command<
23
+ CreateLocationFsxOntapCommandInput,
24
+ CreateLocationFsxOntapCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationFsxOntapCommandInput;
28
+ constructor(input: CreateLocationFsxOntapCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLocationFsxOntapCommandInput,
35
+ CreateLocationFsxOntapCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
5
- export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxOpenZfsRequest {
6
- }
7
- export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationFsxOpenZfsCommand extends $Command<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationFsxOpenZfsCommandInput;
12
- constructor(input: CreateLocationFsxOpenZfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput>;
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
+ CreateLocationFsxOpenZfsRequest,
15
+ CreateLocationFsxOpenZfsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationFsxOpenZfsCommandInput
18
+ extends CreateLocationFsxOpenZfsRequest {}
19
+ export interface CreateLocationFsxOpenZfsCommandOutput
20
+ extends CreateLocationFsxOpenZfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationFsxOpenZfsCommand extends $Command<
23
+ CreateLocationFsxOpenZfsCommandInput,
24
+ CreateLocationFsxOpenZfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationFsxOpenZfsCommandInput;
28
+ constructor(input: CreateLocationFsxOpenZfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLocationFsxOpenZfsCommandInput,
35
+ CreateLocationFsxOpenZfsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
5
- export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxWindowsRequest {
6
- }
7
- export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationFsxWindowsCommand extends $Command<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationFsxWindowsCommandInput;
12
- constructor(input: CreateLocationFsxWindowsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput>;
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
+ CreateLocationFsxWindowsRequest,
15
+ CreateLocationFsxWindowsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationFsxWindowsCommandInput
18
+ extends CreateLocationFsxWindowsRequest {}
19
+ export interface CreateLocationFsxWindowsCommandOutput
20
+ extends CreateLocationFsxWindowsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationFsxWindowsCommand extends $Command<
23
+ CreateLocationFsxWindowsCommandInput,
24
+ CreateLocationFsxWindowsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationFsxWindowsCommandInput;
28
+ constructor(input: CreateLocationFsxWindowsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLocationFsxWindowsCommandInput,
35
+ CreateLocationFsxWindowsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
5
- export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsRequest {
6
- }
7
- export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationHdfsCommand extends $Command<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationHdfsCommandInput;
12
- constructor(input: CreateLocationHdfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput>;
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
+ CreateLocationHdfsRequest,
15
+ CreateLocationHdfsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationHdfsCommandInput
18
+ extends CreateLocationHdfsRequest {}
19
+ export interface CreateLocationHdfsCommandOutput
20
+ extends CreateLocationHdfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationHdfsCommand extends $Command<
23
+ CreateLocationHdfsCommandInput,
24
+ CreateLocationHdfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationHdfsCommandInput;
28
+ constructor(input: CreateLocationHdfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput>;
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 { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
5
- export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest {
6
- }
7
- export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationNfsCommand extends $Command<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationNfsCommandInput;
12
- constructor(input: CreateLocationNfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput>;
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
+ CreateLocationNfsRequest,
15
+ CreateLocationNfsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationNfsCommandInput
18
+ extends CreateLocationNfsRequest {}
19
+ export interface CreateLocationNfsCommandOutput
20
+ extends CreateLocationNfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationNfsCommand extends $Command<
23
+ CreateLocationNfsCommandInput,
24
+ CreateLocationNfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationNfsCommandInput;
28
+ constructor(input: CreateLocationNfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
5
- export interface CreateLocationObjectStorageCommandInput extends CreateLocationObjectStorageRequest {
6
- }
7
- export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationObjectStorageCommand extends $Command<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationObjectStorageCommandInput;
12
- constructor(input: CreateLocationObjectStorageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput>;
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
+ CreateLocationObjectStorageRequest,
15
+ CreateLocationObjectStorageResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationObjectStorageCommandInput
18
+ extends CreateLocationObjectStorageRequest {}
19
+ export interface CreateLocationObjectStorageCommandOutput
20
+ extends CreateLocationObjectStorageResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationObjectStorageCommand extends $Command<
23
+ CreateLocationObjectStorageCommandInput,
24
+ CreateLocationObjectStorageCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationObjectStorageCommandInput;
28
+ constructor(input: CreateLocationObjectStorageCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLocationObjectStorageCommandInput,
35
+ CreateLocationObjectStorageCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
5
- export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
6
- }
7
- export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationS3Command extends $Command<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationS3CommandInput;
12
- constructor(input: CreateLocationS3CommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationS3CommandInput, CreateLocationS3CommandOutput>;
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
+ CreateLocationS3Request,
15
+ CreateLocationS3Response,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {}
18
+ export interface CreateLocationS3CommandOutput
19
+ extends CreateLocationS3Response,
20
+ __MetadataBearer {}
21
+ export declare class CreateLocationS3Command extends $Command<
22
+ CreateLocationS3CommandInput,
23
+ CreateLocationS3CommandOutput,
24
+ DataSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateLocationS3CommandInput;
27
+ constructor(input: CreateLocationS3CommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DataSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateLocationS3CommandInput, CreateLocationS3CommandOutput>;
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 { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
5
- export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest {
6
- }
7
- export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLocationSmbCommand extends $Command<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateLocationSmbCommandInput;
12
- constructor(input: CreateLocationSmbCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput>;
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
+ CreateLocationSmbRequest,
15
+ CreateLocationSmbResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLocationSmbCommandInput
18
+ extends CreateLocationSmbRequest {}
19
+ export interface CreateLocationSmbCommandOutput
20
+ extends CreateLocationSmbResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateLocationSmbCommand extends $Command<
23
+ CreateLocationSmbCommandInput,
24
+ CreateLocationSmbCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLocationSmbCommandInput;
28
+ constructor(input: CreateLocationSmbCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput>;
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 { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
5
- export interface CreateTaskCommandInput extends CreateTaskRequest {
6
- }
7
- export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTaskCommand extends $Command<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: CreateTaskCommandInput;
12
- constructor(input: CreateTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTaskCommandInput, CreateTaskCommandOutput>;
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 { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
14
+ export interface CreateTaskCommandInput extends CreateTaskRequest {}
15
+ export interface CreateTaskCommandOutput
16
+ extends CreateTaskResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateTaskCommand extends $Command<
19
+ CreateTaskCommandInput,
20
+ CreateTaskCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: CreateTaskCommandInput;
24
+ constructor(input: CreateTaskCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateTaskCommandInput, CreateTaskCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
5
- export interface DeleteAgentCommandInput extends DeleteAgentRequest {
6
- }
7
- export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAgentCommand extends $Command<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: DeleteAgentCommandInput;
12
- constructor(input: DeleteAgentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAgentCommandInput, DeleteAgentCommandOutput>;
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 { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
14
+ export interface DeleteAgentCommandInput extends DeleteAgentRequest {}
15
+ export interface DeleteAgentCommandOutput
16
+ extends DeleteAgentResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteAgentCommand extends $Command<
19
+ DeleteAgentCommandInput,
20
+ DeleteAgentCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteAgentCommandInput;
24
+ constructor(input: DeleteAgentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteAgentCommandInput, DeleteAgentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }