@aws-sdk/client-datasync 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist-cjs/index.js +61 -533
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
  4. package/dist-es/commands/CreateAgentCommand.js +2 -14
  5. package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
  6. package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
  7. package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
  8. package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
  9. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
  10. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
  11. package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
  12. package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
  13. package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
  14. package/dist-es/commands/CreateLocationS3Command.js +2 -14
  15. package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
  16. package/dist-es/commands/CreateTaskCommand.js +2 -14
  17. package/dist-es/commands/DeleteAgentCommand.js +2 -14
  18. package/dist-es/commands/DeleteLocationCommand.js +2 -14
  19. package/dist-es/commands/DeleteTaskCommand.js +2 -14
  20. package/dist-es/commands/DescribeAgentCommand.js +2 -14
  21. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
  22. package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
  23. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
  24. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
  25. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
  26. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
  27. package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
  28. package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
  29. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
  30. package/dist-es/commands/DescribeLocationS3Command.js +2 -14
  31. package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
  32. package/dist-es/commands/DescribeTaskCommand.js +2 -14
  33. package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
  34. package/dist-es/commands/ListAgentsCommand.js +2 -14
  35. package/dist-es/commands/ListLocationsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
  38. package/dist-es/commands/ListTasksCommand.js +2 -14
  39. package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
  40. package/dist-es/commands/TagResourceCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/commands/UpdateAgentCommand.js +2 -14
  43. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
  44. package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
  45. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
  46. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
  47. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
  48. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
  49. package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
  50. package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
  51. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
  52. package/dist-es/commands/UpdateLocationS3Command.js +2 -14
  53. package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
  54. package/dist-es/commands/UpdateTaskCommand.js +2 -14
  55. package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
  56. package/dist-es/index.js +1 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
  70. package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
  86. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
  89. package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTasksCommand.d.ts +3 -8
  94. package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
  95. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
  108. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/index.d.ts +1 -0
  167. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOnt
22
19
  export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationFsxOntapCommand_base: {
25
- new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for NetApp ONTAP file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
22
19
  export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationFsxOpenZfsCommand_base: {
25
- new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxW
22
19
  export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationFsxWindowsCommand_base: {
25
- new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for Windows File Server file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsReques
22
19
  export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationHdfsCommand_base: {
25
- new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for a Hadoop Distributed File System
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest
22
19
  export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationNfsCommand_base: {
25
- new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for a Network File System (NFS) file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationObjectStorageCommandInput extends CreateLocationO
22
19
  export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationObjectStorageCommand_base: {
25
- new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for an object storage system. DataSync can use this location as a source or destination for transferring data. You
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
22
19
  export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationS3Command_base: {
25
- new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for an Amazon S3 bucket.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest
22
19
  export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLocationSmbCommand_base: {
25
- new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a transfer <i>location</i> for a Server Message Block (SMB) file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTaskCommandInput extends CreateTaskRequest {
22
19
  export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTaskCommand_base: {
25
- new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures a <i>task</i>, which defines where and how DataSync
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAgentCommandInput extends DeleteAgentRequest {
22
19
  export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAgentCommand_base: {
25
- new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes an DataSync agent resource from your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLocationCommandInput extends DeleteLocationRequest {
22
19
  export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLocationCommand_base: {
25
- new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a transfer location resource from DataSync. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTaskCommandInput extends DeleteTaskRequest {
22
19
  export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTaskCommand_base: {
25
- new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a transfer task resource from DataSync.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAgentCommandInput extends DescribeAgentRequest {
22
19
  export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAgentCommand_base: {
25
- new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an DataSync agent, such as its name, service
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationAzureBlobRequest, DescribeLocationAzureBlobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationAzureBlobCommandInput extends DescribeLocationA
22
19
  export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocationAzureBlobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationAzureBlobCommand_base: {
25
- new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for Microsoft Azure
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequ
22
19
  export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationEfsCommand_base: {
25
- new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
22
19
  export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationFsxLustreCommand_base: {
25
- new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFs
22
19
  export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationFsxOntapCommand_base: {
25
- new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationFsxOpenZfsRequest, DescribeLocationFsxOpenZfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
22
19
  export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationFsxOpenZfsCommand_base: {
25
- new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocation
22
19
  export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationFsxWindowsCommand_base: {
25
- new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationHdfsCommandInput extends DescribeLocationHdfsRe
22
19
  export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationHdfsCommand_base: {
25
- new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for a Hadoop
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
2
  import type { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequ
22
19
  export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLocationNfsCommand_base: {
25
- new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides details about how an DataSync transfer location for a Network