@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 { UpdateLocationNfsRequest, UpdateLocationNfsResponse } 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 UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest
22
19
  export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLocationNfsCommand_base: {
25
- new (input: UpdateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the following configuration parameters of the Network File System (NFS) transfer
@@ -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 { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } 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 UpdateLocationObjectStorageCommandInput extends UpdateLocationO
22
19
  export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLocationObjectStorageCommand_base: {
25
- new (input: UpdateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the following configuration parameters of the object storage transfer location
@@ -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 { UpdateLocationS3Request, UpdateLocationS3Response } 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 UpdateLocationS3CommandInput extends UpdateLocationS3Request {
22
19
  export interface UpdateLocationS3CommandOutput extends UpdateLocationS3Response, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLocationS3Command_base: {
25
- new (input: UpdateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the following configuration parameters of the Amazon S3 transfer location
@@ -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 { UpdateLocationSmbRequest, UpdateLocationSmbResponse } 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 UpdateLocationSmbCommandInput extends UpdateLocationSmbRequest
22
19
  export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLocationSmbCommand_base: {
25
- new (input: UpdateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the following configuration parameters of the Server Message Block (SMB) transfer
@@ -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 { UpdateTaskRequest, UpdateTaskResponse } 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 UpdateTaskCommandInput extends UpdateTaskRequest {
22
19
  export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTaskCommand_base: {
25
- new (input: UpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskCommandInput, UpdateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskCommandInput, UpdateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of a <i>task</i>, which defines where and how
@@ -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 { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } 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 UpdateTaskExecutionCommandInput extends UpdateTaskExecutionRequ
22
19
  export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTaskExecutionCommand_base: {
25
- new (input: UpdateTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of a running DataSync task execution.</p>
@@ -17,6 +17,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
17
17
  export type { RuntimeExtension } from "./runtimeExtensions";
18
18
  export type { DataSyncExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
+ export { Command as $Command } from "@smithy/core/client";
20
21
  export * from "./schemas/schemas_0";
21
22
  export * from "./pagination";
22
23
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DataSyncClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DataSyncClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DataSyncClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DataSyncClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CancelTaskExecutionRequest,
10
4
  CancelTaskExecutionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelTaskExecutionCommandInput
15
8
  extends CancelTaskExecutionRequest {}
16
9
  export interface CancelTaskExecutionCommandOutput
@@ -22,22 +15,20 @@ declare const CancelTaskExecutionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelTaskExecutionCommandInput,
24
17
  CancelTaskExecutionCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelTaskExecutionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelTaskExecutionCommandInput,
33
26
  CancelTaskExecutionCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateAgentCommandInput extends CreateAgentRequest {}
12
5
  export interface CreateAgentCommandOutput
13
6
  extends CreateAgentResponse,
@@ -18,22 +11,20 @@ declare const CreateAgentCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateAgentCommandInput,
20
13
  CreateAgentCommandOutput,
21
- DataSyncClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DataSyncClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateAgentCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateAgentCommandInput,
29
22
  CreateAgentCommandOutput,
30
- DataSyncClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DataSyncClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateAgentCommand extends CreateAgentCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationAzureBlobRequest,
10
4
  CreateLocationAzureBlobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationAzureBlobCommandInput
15
8
  extends CreateLocationAzureBlobRequest {}
16
9
  export interface CreateLocationAzureBlobCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationAzureBlobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationAzureBlobCommandInput,
24
17
  CreateLocationAzureBlobCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationAzureBlobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationAzureBlobCommandInput,
33
26
  CreateLocationAzureBlobCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationEfsRequest,
10
4
  CreateLocationEfsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationEfsCommandInput
15
8
  extends CreateLocationEfsRequest {}
16
9
  export interface CreateLocationEfsCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationEfsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationEfsCommandInput,
24
17
  CreateLocationEfsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationEfsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationEfsCommandInput,
33
26
  CreateLocationEfsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationFsxLustreRequest,
10
4
  CreateLocationFsxLustreResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationFsxLustreCommandInput
15
8
  extends CreateLocationFsxLustreRequest {}
16
9
  export interface CreateLocationFsxLustreCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationFsxLustreCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationFsxLustreCommandInput,
24
17
  CreateLocationFsxLustreCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationFsxLustreCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationFsxLustreCommandInput,
33
26
  CreateLocationFsxLustreCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationFsxOntapRequest,
10
4
  CreateLocationFsxOntapResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationFsxOntapCommandInput
15
8
  extends CreateLocationFsxOntapRequest {}
16
9
  export interface CreateLocationFsxOntapCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationFsxOntapCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationFsxOntapCommandInput,
24
17
  CreateLocationFsxOntapCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationFsxOntapCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationFsxOntapCommandInput,
33
26
  CreateLocationFsxOntapCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationFsxOpenZfsRequest,
10
4
  CreateLocationFsxOpenZfsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationFsxOpenZfsCommandInput
15
8
  extends CreateLocationFsxOpenZfsRequest {}
16
9
  export interface CreateLocationFsxOpenZfsCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationFsxOpenZfsCommandInput,
24
17
  CreateLocationFsxOpenZfsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationFsxOpenZfsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationFsxOpenZfsCommandInput,
33
26
  CreateLocationFsxOpenZfsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationFsxWindowsRequest,
10
4
  CreateLocationFsxWindowsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationFsxWindowsCommandInput
15
8
  extends CreateLocationFsxWindowsRequest {}
16
9
  export interface CreateLocationFsxWindowsCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationFsxWindowsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationFsxWindowsCommandInput,
24
17
  CreateLocationFsxWindowsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationFsxWindowsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationFsxWindowsCommandInput,
33
26
  CreateLocationFsxWindowsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
2
  import {
9
3
  CreateLocationHdfsRequest,
10
4
  CreateLocationHdfsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLocationHdfsCommandInput
15
8
  extends CreateLocationHdfsRequest {}
16
9
  export interface CreateLocationHdfsCommandOutput
@@ -22,22 +15,20 @@ declare const CreateLocationHdfsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateLocationHdfsCommandInput,
24
17
  CreateLocationHdfsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DataSyncClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateLocationHdfsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateLocationHdfsCommandInput,
33
26
  CreateLocationHdfsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DataSyncClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
43
34
  protected static __types: {