@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,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 { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
5
- export interface UpdateAgentCommandInput extends UpdateAgentRequest {
6
- }
7
- export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateAgentCommandInput;
12
- constructor(input: UpdateAgentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAgentCommandInput, UpdateAgentCommandOutput>;
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 { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
14
+ export interface UpdateAgentCommandInput extends UpdateAgentRequest {}
15
+ export interface UpdateAgentCommandOutput
16
+ extends UpdateAgentResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateAgentCommand extends $Command<
19
+ UpdateAgentCommandInput,
20
+ UpdateAgentCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateAgentCommandInput;
24
+ constructor(input: UpdateAgentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateAgentCommandInput, UpdateAgentCommandOutput>;
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 { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0";
5
- export interface UpdateLocationHdfsCommandInput extends UpdateLocationHdfsRequest {
6
- }
7
- export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLocationHdfsCommand extends $Command<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateLocationHdfsCommandInput;
12
- constructor(input: UpdateLocationHdfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput>;
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
+ UpdateLocationHdfsRequest,
15
+ UpdateLocationHdfsResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLocationHdfsCommandInput
18
+ extends UpdateLocationHdfsRequest {}
19
+ export interface UpdateLocationHdfsCommandOutput
20
+ extends UpdateLocationHdfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLocationHdfsCommand extends $Command<
23
+ UpdateLocationHdfsCommandInput,
24
+ UpdateLocationHdfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLocationHdfsCommandInput;
28
+ constructor(input: UpdateLocationHdfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput>;
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 { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
5
- export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest {
6
- }
7
- export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateLocationNfsCommandInput;
12
- constructor(input: UpdateLocationNfsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput>;
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
+ UpdateLocationNfsRequest,
15
+ UpdateLocationNfsResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLocationNfsCommandInput
18
+ extends UpdateLocationNfsRequest {}
19
+ export interface UpdateLocationNfsCommandOutput
20
+ extends UpdateLocationNfsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLocationNfsCommand extends $Command<
23
+ UpdateLocationNfsCommandInput,
24
+ UpdateLocationNfsCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLocationNfsCommandInput;
28
+ constructor(input: UpdateLocationNfsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput>;
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 { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } from "../models/models_0";
5
- export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationObjectStorageRequest {
6
- }
7
- export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateLocationObjectStorageCommandInput;
12
- constructor(input: UpdateLocationObjectStorageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput>;
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
+ UpdateLocationObjectStorageRequest,
15
+ UpdateLocationObjectStorageResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLocationObjectStorageCommandInput
18
+ extends UpdateLocationObjectStorageRequest {}
19
+ export interface UpdateLocationObjectStorageCommandOutput
20
+ extends UpdateLocationObjectStorageResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLocationObjectStorageCommand extends $Command<
23
+ UpdateLocationObjectStorageCommandInput,
24
+ UpdateLocationObjectStorageCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLocationObjectStorageCommandInput;
28
+ constructor(input: UpdateLocationObjectStorageCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateLocationObjectStorageCommandInput,
35
+ UpdateLocationObjectStorageCommandOutput
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 { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
5
- export interface UpdateLocationSmbCommandInput extends UpdateLocationSmbRequest {
6
- }
7
- export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLocationSmbCommand extends $Command<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateLocationSmbCommandInput;
12
- constructor(input: UpdateLocationSmbCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput>;
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
+ UpdateLocationSmbRequest,
15
+ UpdateLocationSmbResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLocationSmbCommandInput
18
+ extends UpdateLocationSmbRequest {}
19
+ export interface UpdateLocationSmbCommandOutput
20
+ extends UpdateLocationSmbResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLocationSmbCommand extends $Command<
23
+ UpdateLocationSmbCommandInput,
24
+ UpdateLocationSmbCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLocationSmbCommandInput;
28
+ constructor(input: UpdateLocationSmbCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput>;
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 { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
5
- export interface UpdateTaskCommandInput extends UpdateTaskRequest {
6
- }
7
- export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTaskCommand extends $Command<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateTaskCommandInput;
12
- constructor(input: UpdateTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskCommandInput, UpdateTaskCommandOutput>;
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 { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
14
+ export interface UpdateTaskCommandInput extends UpdateTaskRequest {}
15
+ export interface UpdateTaskCommandOutput
16
+ extends UpdateTaskResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateTaskCommand extends $Command<
19
+ UpdateTaskCommandInput,
20
+ UpdateTaskCommandOutput,
21
+ DataSyncClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateTaskCommandInput;
24
+ constructor(input: UpdateTaskCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateTaskCommandInput, UpdateTaskCommandOutput>;
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 { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
5
- export interface UpdateTaskExecutionCommandInput extends UpdateTaskExecutionRequest {
6
- }
7
- export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTaskExecutionCommand extends $Command<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
11
- readonly input: UpdateTaskExecutionCommandInput;
12
- constructor(input: UpdateTaskExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput>;
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
+ UpdateTaskExecutionRequest,
15
+ UpdateTaskExecutionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateTaskExecutionCommandInput
18
+ extends UpdateTaskExecutionRequest {}
19
+ export interface UpdateTaskExecutionCommandOutput
20
+ extends UpdateTaskExecutionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateTaskExecutionCommand extends $Command<
23
+ UpdateTaskExecutionCommandInput,
24
+ UpdateTaskExecutionCommandOutput,
25
+ DataSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateTaskExecutionCommandInput;
28
+ constructor(input: UpdateTaskExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DataSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,44 +1,44 @@
1
- export * from "./CancelTaskExecutionCommand";
2
- export * from "./CreateAgentCommand";
3
- export * from "./CreateLocationEfsCommand";
4
- export * from "./CreateLocationFsxLustreCommand";
5
- export * from "./CreateLocationFsxOntapCommand";
6
- export * from "./CreateLocationFsxOpenZfsCommand";
7
- export * from "./CreateLocationFsxWindowsCommand";
8
- export * from "./CreateLocationHdfsCommand";
9
- export * from "./CreateLocationNfsCommand";
10
- export * from "./CreateLocationObjectStorageCommand";
11
- export * from "./CreateLocationS3Command";
12
- export * from "./CreateLocationSmbCommand";
13
- export * from "./CreateTaskCommand";
14
- export * from "./DeleteAgentCommand";
15
- export * from "./DeleteLocationCommand";
16
- export * from "./DeleteTaskCommand";
17
- export * from "./DescribeAgentCommand";
18
- export * from "./DescribeLocationEfsCommand";
19
- export * from "./DescribeLocationFsxLustreCommand";
20
- export * from "./DescribeLocationFsxOntapCommand";
21
- export * from "./DescribeLocationFsxOpenZfsCommand";
22
- export * from "./DescribeLocationFsxWindowsCommand";
23
- export * from "./DescribeLocationHdfsCommand";
24
- export * from "./DescribeLocationNfsCommand";
25
- export * from "./DescribeLocationObjectStorageCommand";
26
- export * from "./DescribeLocationS3Command";
27
- export * from "./DescribeLocationSmbCommand";
28
- export * from "./DescribeTaskCommand";
29
- export * from "./DescribeTaskExecutionCommand";
30
- export * from "./ListAgentsCommand";
31
- export * from "./ListLocationsCommand";
32
- export * from "./ListTagsForResourceCommand";
33
- export * from "./ListTaskExecutionsCommand";
34
- export * from "./ListTasksCommand";
35
- export * from "./StartTaskExecutionCommand";
36
- export * from "./TagResourceCommand";
37
- export * from "./UntagResourceCommand";
38
- export * from "./UpdateAgentCommand";
39
- export * from "./UpdateLocationHdfsCommand";
40
- export * from "./UpdateLocationNfsCommand";
41
- export * from "./UpdateLocationObjectStorageCommand";
42
- export * from "./UpdateLocationSmbCommand";
43
- export * from "./UpdateTaskCommand";
44
- export * from "./UpdateTaskExecutionCommand";
1
+ export * from "./CancelTaskExecutionCommand";
2
+ export * from "./CreateAgentCommand";
3
+ export * from "./CreateLocationEfsCommand";
4
+ export * from "./CreateLocationFsxLustreCommand";
5
+ export * from "./CreateLocationFsxOntapCommand";
6
+ export * from "./CreateLocationFsxOpenZfsCommand";
7
+ export * from "./CreateLocationFsxWindowsCommand";
8
+ export * from "./CreateLocationHdfsCommand";
9
+ export * from "./CreateLocationNfsCommand";
10
+ export * from "./CreateLocationObjectStorageCommand";
11
+ export * from "./CreateLocationS3Command";
12
+ export * from "./CreateLocationSmbCommand";
13
+ export * from "./CreateTaskCommand";
14
+ export * from "./DeleteAgentCommand";
15
+ export * from "./DeleteLocationCommand";
16
+ export * from "./DeleteTaskCommand";
17
+ export * from "./DescribeAgentCommand";
18
+ export * from "./DescribeLocationEfsCommand";
19
+ export * from "./DescribeLocationFsxLustreCommand";
20
+ export * from "./DescribeLocationFsxOntapCommand";
21
+ export * from "./DescribeLocationFsxOpenZfsCommand";
22
+ export * from "./DescribeLocationFsxWindowsCommand";
23
+ export * from "./DescribeLocationHdfsCommand";
24
+ export * from "./DescribeLocationNfsCommand";
25
+ export * from "./DescribeLocationObjectStorageCommand";
26
+ export * from "./DescribeLocationS3Command";
27
+ export * from "./DescribeLocationSmbCommand";
28
+ export * from "./DescribeTaskCommand";
29
+ export * from "./DescribeTaskExecutionCommand";
30
+ export * from "./ListAgentsCommand";
31
+ export * from "./ListLocationsCommand";
32
+ export * from "./ListTagsForResourceCommand";
33
+ export * from "./ListTaskExecutionsCommand";
34
+ export * from "./ListTasksCommand";
35
+ export * from "./StartTaskExecutionCommand";
36
+ export * from "./TagResourceCommand";
37
+ export * from "./UntagResourceCommand";
38
+ export * from "./UpdateAgentCommand";
39
+ export * from "./UpdateLocationHdfsCommand";
40
+ export * from "./UpdateLocationNfsCommand";
41
+ export * from "./UpdateLocationObjectStorageCommand";
42
+ export * from "./UpdateLocationSmbCommand";
43
+ export * from "./UpdateTaskCommand";
44
+ export * from "./UpdateTaskExecutionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./DataSync";
2
- export * from "./DataSyncClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { DataSyncServiceException } from "./models/DataSyncServiceException";
1
+ export * from "./DataSync";
2
+ export * from "./DataSyncClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { DataSyncServiceException } from "./models/DataSyncServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class DataSyncServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class DataSyncServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";