@aws-sdk/client-datasync 3.194.0 → 3.195.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 (214) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +7 -5
  3. package/dist-cjs/DataSyncClient.js +11 -8
  4. package/dist-cjs/commands/CancelTaskExecutionCommand.js +10 -0
  5. package/dist-cjs/commands/CreateAgentCommand.js +10 -0
  6. package/dist-cjs/commands/CreateLocationEfsCommand.js +10 -0
  7. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +10 -0
  8. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +10 -0
  9. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +10 -0
  10. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +10 -0
  11. package/dist-cjs/commands/CreateLocationHdfsCommand.js +10 -0
  12. package/dist-cjs/commands/CreateLocationNfsCommand.js +10 -0
  13. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +10 -0
  14. package/dist-cjs/commands/CreateLocationS3Command.js +10 -0
  15. package/dist-cjs/commands/CreateLocationSmbCommand.js +10 -0
  16. package/dist-cjs/commands/CreateTaskCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteAgentCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteLocationCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteTaskCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeAgentCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeLocationEfsCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +10 -0
  24. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +10 -0
  26. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +10 -0
  27. package/dist-cjs/commands/DescribeLocationNfsCommand.js +10 -0
  28. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +10 -0
  29. package/dist-cjs/commands/DescribeLocationS3Command.js +10 -0
  30. package/dist-cjs/commands/DescribeLocationSmbCommand.js +10 -0
  31. package/dist-cjs/commands/DescribeTaskCommand.js +10 -0
  32. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +10 -0
  33. package/dist-cjs/commands/ListAgentsCommand.js +10 -0
  34. package/dist-cjs/commands/ListLocationsCommand.js +10 -0
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  36. package/dist-cjs/commands/ListTaskExecutionsCommand.js +10 -0
  37. package/dist-cjs/commands/ListTasksCommand.js +10 -0
  38. package/dist-cjs/commands/StartTaskExecutionCommand.js +10 -0
  39. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  40. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  41. package/dist-cjs/commands/UpdateAgentCommand.js +10 -0
  42. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +10 -0
  43. package/dist-cjs/commands/UpdateLocationNfsCommand.js +10 -0
  44. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +10 -0
  45. package/dist-cjs/commands/UpdateLocationSmbCommand.js +10 -0
  46. package/dist-cjs/commands/UpdateTaskCommand.js +10 -0
  47. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +10 -0
  48. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  49. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  50. package/dist-cjs/endpoint/ruleset.js +318 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +4 -0
  52. package/dist-cjs/runtimeConfig.shared.js +3 -3
  53. package/dist-es/DataSyncClient.js +12 -9
  54. package/dist-es/commands/CancelTaskExecutionCommand.js +10 -0
  55. package/dist-es/commands/CreateAgentCommand.js +10 -0
  56. package/dist-es/commands/CreateLocationEfsCommand.js +10 -0
  57. package/dist-es/commands/CreateLocationFsxLustreCommand.js +10 -0
  58. package/dist-es/commands/CreateLocationFsxOntapCommand.js +10 -0
  59. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +10 -0
  60. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +10 -0
  61. package/dist-es/commands/CreateLocationHdfsCommand.js +10 -0
  62. package/dist-es/commands/CreateLocationNfsCommand.js +10 -0
  63. package/dist-es/commands/CreateLocationObjectStorageCommand.js +10 -0
  64. package/dist-es/commands/CreateLocationS3Command.js +10 -0
  65. package/dist-es/commands/CreateLocationSmbCommand.js +10 -0
  66. package/dist-es/commands/CreateTaskCommand.js +10 -0
  67. package/dist-es/commands/DeleteAgentCommand.js +10 -0
  68. package/dist-es/commands/DeleteLocationCommand.js +10 -0
  69. package/dist-es/commands/DeleteTaskCommand.js +10 -0
  70. package/dist-es/commands/DescribeAgentCommand.js +10 -0
  71. package/dist-es/commands/DescribeLocationEfsCommand.js +10 -0
  72. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +10 -0
  73. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +10 -0
  74. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +10 -0
  75. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +10 -0
  76. package/dist-es/commands/DescribeLocationHdfsCommand.js +10 -0
  77. package/dist-es/commands/DescribeLocationNfsCommand.js +10 -0
  78. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +10 -0
  79. package/dist-es/commands/DescribeLocationS3Command.js +10 -0
  80. package/dist-es/commands/DescribeLocationSmbCommand.js +10 -0
  81. package/dist-es/commands/DescribeTaskCommand.js +10 -0
  82. package/dist-es/commands/DescribeTaskExecutionCommand.js +10 -0
  83. package/dist-es/commands/ListAgentsCommand.js +10 -0
  84. package/dist-es/commands/ListLocationsCommand.js +10 -0
  85. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  86. package/dist-es/commands/ListTaskExecutionsCommand.js +10 -0
  87. package/dist-es/commands/ListTasksCommand.js +10 -0
  88. package/dist-es/commands/StartTaskExecutionCommand.js +10 -0
  89. package/dist-es/commands/TagResourceCommand.js +10 -0
  90. package/dist-es/commands/UntagResourceCommand.js +10 -0
  91. package/dist-es/commands/UpdateAgentCommand.js +10 -0
  92. package/dist-es/commands/UpdateLocationHdfsCommand.js +10 -0
  93. package/dist-es/commands/UpdateLocationNfsCommand.js +10 -0
  94. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +10 -0
  95. package/dist-es/commands/UpdateLocationSmbCommand.js +10 -0
  96. package/dist-es/commands/UpdateTaskCommand.js +10 -0
  97. package/dist-es/commands/UpdateTaskExecutionCommand.js +10 -0
  98. package/dist-es/endpoint/EndpointParameters.js +8 -0
  99. package/dist-es/endpoint/endpointResolver.js +8 -0
  100. package/dist-es/endpoint/ruleset.js +315 -0
  101. package/dist-es/protocols/Aws_json1_1.js +4 -0
  102. package/dist-es/runtimeConfig.shared.js +2 -2
  103. package/dist-types/DataSync.d.ts +40 -28
  104. package/dist-types/DataSyncClient.d.ts +13 -14
  105. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +9 -8
  106. package/dist-types/commands/CreateAgentCommand.d.ts +7 -6
  107. package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -0
  108. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -0
  109. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -0
  110. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +8 -1
  111. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -0
  112. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -0
  113. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -0
  114. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +2 -0
  115. package/dist-types/commands/CreateLocationS3Command.d.ts +3 -1
  116. package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -0
  117. package/dist-types/commands/CreateTaskCommand.d.ts +2 -0
  118. package/dist-types/commands/DeleteAgentCommand.d.ts +2 -0
  119. package/dist-types/commands/DeleteLocationCommand.d.ts +2 -0
  120. package/dist-types/commands/DeleteTaskCommand.d.ts +2 -0
  121. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -0
  122. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -0
  123. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -2
  124. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -2
  126. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -0
  127. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -0
  128. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -0
  129. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -0
  130. package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -0
  131. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -0
  132. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -0
  133. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -0
  134. package/dist-types/commands/ListAgentsCommand.d.ts +2 -0
  135. package/dist-types/commands/ListLocationsCommand.d.ts +2 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  137. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -0
  138. package/dist-types/commands/ListTasksCommand.d.ts +2 -0
  139. package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -0
  140. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  141. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  142. package/dist-types/commands/UpdateAgentCommand.d.ts +2 -0
  143. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -0
  144. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -0
  145. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -3
  146. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -0
  147. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -0
  148. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -0
  149. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  150. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  151. package/dist-types/endpoint/ruleset.d.ts +2 -0
  152. package/dist-types/models/models_0.d.ts +42 -25
  153. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  154. package/dist-types/runtimeConfig.d.ts +4 -2
  155. package/dist-types/runtimeConfig.native.d.ts +4 -2
  156. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  157. package/dist-types/ts3.4/DataSyncClient.d.ts +15 -8
  158. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  203. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  204. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  205. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  210. package/package.json +3 -1
  211. package/dist-cjs/endpoints.js +0 -194
  212. package/dist-es/endpoints.js +0 -190
  213. package/dist-types/endpoints.d.ts +0 -2
  214. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -47,32 +47,33 @@ import { DataSyncClient } from "./DataSyncClient";
47
47
  /**
48
48
  * <fullname>DataSync</fullname>
49
49
  *
50
- * <p>DataSync is a managed data transfer service that makes it simpler for you to
51
- * automate moving data between on-premises storage and Amazon Simple Storage Service (Amazon S3)
52
- * or Amazon Elastic File System (Amazon EFS). </p>
53
- * <p>This API interface reference for DataSync contains documentation for a
54
- * programming interface that you can use to manage DataSync.</p>
50
+ * <p>DataSync is a managed data transfer service that makes it simpler for you
51
+ * to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p>
52
+ * <p>This API interface reference includes documentation for using DataSync
53
+ * programmatically. For complete information, see the <i>
54
+ * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
55
+ * Guide</a>
56
+ * </i>.</p>
55
57
  */
56
58
  export declare class DataSync extends DataSyncClient {
57
59
  /**
58
- * <p>Cancels execution of a task. </p>
59
- * <p>When you cancel a task execution, the transfer of some files is abruptly interrupted.
60
- * The contents of files that are transferred to the destination might be incomplete or
61
- * inconsistent with the source files. However, if you start a new task execution on the same
62
- * task and you allow the task execution to complete, file content on the destination is complete
63
- * and consistent. This applies to other unexpected failures that interrupt a task execution. In
64
- * all of these cases, DataSync successfully complete the transfer when you start the next
65
- * task execution.</p>
60
+ * <p>Stops an DataSync task execution that's in progress. The transfer of some
61
+ * files are abruptly interrupted. File contents that're transferred to the destination might be
62
+ * incomplete or inconsistent with the source files.</p>
63
+ * <p>However, if you start a new task execution using the same task and allow it to finish,
64
+ * file content on the destination will be complete and consistent. This applies to other
65
+ * unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task
66
+ * execution.</p>
66
67
  */
67
68
  cancelTaskExecution(args: CancelTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTaskExecutionCommandOutput>;
68
69
  cancelTaskExecution(args: CancelTaskExecutionCommandInput, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
69
70
  cancelTaskExecution(args: CancelTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
70
71
  /**
71
- * <p>Activates an DataSync agent that you have deployed on your host. The activation
72
- * process associates your agent with your account. In the activation process, you specify
73
- * information such as the Amazon Web Services Region that you want to activate the agent in. You activate the
74
- * agent in the Amazon Web Services Region where your target locations (in Amazon S3 or Amazon EFS) reside. Your
75
- * tasks are created in this Amazon Web Services Region.</p>
72
+ * <p>Activates an DataSync agent that you have deployed in your storage
73
+ * environment. The activation process associates your agent with your account. In the activation
74
+ * process, you specify information such as the Amazon Web Services Region that you want to
75
+ * activate the agent in. You activate the agent in the Amazon Web Services Region where your
76
+ * target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p>
76
77
  * <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to
77
78
  * a VPC endpoint so you can run tasks without going over the public internet.</p>
78
79
  * <p>You can use an agent for more than one location. If a task uses multiple agents, all of
@@ -82,7 +83,6 @@ export declare class DataSync extends DataSyncClient {
82
83
  *
83
84
  * <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that
84
85
  * ensures minimal interruption to your tasks.</p>
85
- * <p></p>
86
86
  */
87
87
  createAgent(args: CreateAgentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentCommandOutput>;
88
88
  createAgent(args: CreateAgentCommandInput, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
@@ -108,7 +108,12 @@ export declare class DataSync extends DataSyncClient {
108
108
  createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
109
109
  createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
110
110
  /**
111
- * <p>Creates an endpoint for an Amazon FSx for OpenZFS file system.</p>
111
+ * <p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync
112
+ * can access for a transfer. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Creating a location for FSx for OpenZFS</a>.</p>
113
+ * <note>
114
+ * <p>Request parameters related to <code>SMB</code> aren't supported with the
115
+ * <code>CreateLocationFsxOpenZfs</code> operation.</p>
116
+ * </note>
112
117
  */
113
118
  createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOpenZfsCommandOutput>;
114
119
  createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
@@ -139,7 +144,7 @@ export declare class DataSync extends DataSyncClient {
139
144
  createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
140
145
  createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
141
146
  /**
142
- * <p>Creates an endpoint for an Amazon S3 bucket.</p>
147
+ * <p>Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.</p>
143
148
  *
144
149
  *
145
150
  * <p>For
@@ -219,21 +224,27 @@ export declare class DataSync extends DataSyncClient {
219
224
  describeLocationEfs(args: DescribeLocationEfsCommandInput, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
220
225
  describeLocationEfs(args: DescribeLocationEfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
221
226
  /**
222
- * <p>Returns metadata about an Amazon FSx for Lustre
223
- * location, such as information about its path.</p>
227
+ * <p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>
224
228
  */
225
229
  describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxLustreCommandOutput>;
226
230
  describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
227
231
  describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
228
232
  /**
229
233
  * <p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
234
+ * <note>
235
+ * <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't
236
+ * actually return a <code>Password</code>.</p>
237
+ * </note>
230
238
  */
231
239
  describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOntapCommandOutput>;
232
240
  describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
233
241
  describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
234
242
  /**
235
- * <p>Returns metadata about an Amazon FSx for OpenZFS
236
- * location, such as information about its path.</p>
243
+ * <p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p>
244
+ * <note>
245
+ * <p>Response elements related to <code>SMB</code> aren't supported with the
246
+ * <code>DescribeLocationFsxOpenZfs</code> operation.</p>
247
+ * </note>
237
248
  */
238
249
  describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
239
250
  describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
@@ -375,9 +386,10 @@ export declare class DataSync extends DataSyncClient {
375
386
  updateLocationNfs(args: UpdateLocationNfsCommandInput, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
376
387
  updateLocationNfs(args: UpdateLocationNfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
377
388
  /**
378
- * <p>Updates some of the parameters of a previously created location for self-managed object
379
- * storage server access. For information about creating a self-managed object storage location,
380
- * see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object storage</a>.</p>
389
+ * <p>Updates some parameters of an existing object storage location that DataSync
390
+ * accesses for a transfer. For information about creating a self-managed object storage
391
+ * location, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
392
+ * storage</a>.</p>
381
393
  */
382
394
  updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationObjectStorageCommandOutput>;
383
395
  updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void): void;
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
10
11
  import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
11
12
  import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
@@ -50,6 +51,7 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
50
51
  import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
51
52
  import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
52
53
  import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
54
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
55
  export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOntapCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOntapCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
54
56
  export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOntapCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOntapCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
55
57
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -142,11 +144,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
142
144
  * @internal
143
145
  */
144
146
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
145
- /**
146
- * Fetch related hostname, signing name or signing region with given region.
147
- * @internal
148
- */
149
- regionInfoProvider?: RegionInfoProvider;
150
147
  /**
151
148
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
152
149
  * @internal
@@ -157,13 +154,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
154
  */
158
155
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
159
156
  }
160
- declare type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
157
+ declare type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
158
  /**
162
159
  * The configuration interface of DataSyncClient class constructor that set the region, credentials and other options.
163
160
  */
164
161
  export interface DataSyncClientConfig extends DataSyncClientConfigType {
165
162
  }
166
- declare type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
163
+ declare type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
167
164
  /**
168
165
  * The resolved configuration interface of DataSyncClient class. This is resolved and normalized from the {@link DataSyncClientConfig | constructor configuration interface}.
169
166
  */
@@ -172,11 +169,13 @@ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConf
172
169
  /**
173
170
  * <fullname>DataSync</fullname>
174
171
  *
175
- * <p>DataSync is a managed data transfer service that makes it simpler for you to
176
- * automate moving data between on-premises storage and Amazon Simple Storage Service (Amazon S3)
177
- * or Amazon Elastic File System (Amazon EFS). </p>
178
- * <p>This API interface reference for DataSync contains documentation for a
179
- * programming interface that you can use to manage DataSync.</p>
172
+ * <p>DataSync is a managed data transfer service that makes it simpler for you
173
+ * to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p>
174
+ * <p>This API interface reference includes documentation for using DataSync
175
+ * programmatically. For complete information, see the <i>
176
+ * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
177
+ * Guide</a>
178
+ * </i>.</p>
180
179
  */
181
180
  export declare class DataSyncClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataSyncClientResolvedConfig> {
182
181
  /**
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,14 +8,13 @@ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequ
7
8
  export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Cancels execution of a task. </p>
11
- * <p>When you cancel a task execution, the transfer of some files is abruptly interrupted.
12
- * The contents of files that are transferred to the destination might be incomplete or
13
- * inconsistent with the source files. However, if you start a new task execution on the same
14
- * task and you allow the task execution to complete, file content on the destination is complete
15
- * and consistent. This applies to other unexpected failures that interrupt a task execution. In
16
- * all of these cases, DataSync successfully complete the transfer when you start the next
17
- * task execution.</p>
11
+ * <p>Stops an DataSync task execution that's in progress. The transfer of some
12
+ * files are abruptly interrupted. File contents that're transferred to the destination might be
13
+ * incomplete or inconsistent with the source files.</p>
14
+ * <p>However, if you start a new task execution using the same task and allow it to finish,
15
+ * file content on the destination will be complete and consistent. This applies to other
16
+ * unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task
17
+ * execution.</p>
18
18
  * @example
19
19
  * Use a bare-bones client and the command you need to make an API call.
20
20
  * ```javascript
@@ -32,6 +32,7 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
32
32
  */
33
33
  export declare class CancelTaskExecutionCommand extends $Command<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
34
34
  readonly input: CancelTaskExecutionCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
36
  constructor(input: CancelTaskExecutionCommandInput);
36
37
  /**
37
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,11 +8,11 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {
7
8
  export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Activates an DataSync agent that you have deployed on your host. The activation
11
- * process associates your agent with your account. In the activation process, you specify
12
- * information such as the Amazon Web Services Region that you want to activate the agent in. You activate the
13
- * agent in the Amazon Web Services Region where your target locations (in Amazon S3 or Amazon EFS) reside. Your
14
- * tasks are created in this Amazon Web Services Region.</p>
11
+ * <p>Activates an DataSync agent that you have deployed in your storage
12
+ * environment. The activation process associates your agent with your account. In the activation
13
+ * process, you specify information such as the Amazon Web Services Region that you want to
14
+ * activate the agent in. You activate the agent in the Amazon Web Services Region where your
15
+ * target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p>
15
16
  * <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to
16
17
  * a VPC endpoint so you can run tasks without going over the public internet.</p>
17
18
  * <p>You can use an agent for more than one location. If a task uses multiple agents, all of
@@ -21,7 +22,6 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
21
22
  *
22
23
  * <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that
23
24
  * ensures minimal interruption to your tasks.</p>
24
- * <p></p>
25
25
  * @example
26
26
  * Use a bare-bones client and the command you need to make an API call.
27
27
  * ```javascript
@@ -39,6 +39,7 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
39
39
  */
40
40
  export declare class CreateAgentCommand extends $Command<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig> {
41
41
  readonly input: CreateAgentCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
43
  constructor(input: CreateAgentCommandInput);
43
44
  /**
44
45
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -26,6 +27,7 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
26
27
  */
27
28
  export declare class CreateLocationEfsCommand extends $Command<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: CreateLocationEfsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateLocationEfsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
25
26
  */
26
27
  export declare class CreateLocationFsxLustreCommand extends $Command<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: CreateLocationFsxLustreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLocationFsxLustreCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -26,6 +27,7 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
26
27
  */
27
28
  export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: CreateLocationFsxOntapCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateLocationFsxOntapCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,7 +8,12 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
7
8
  export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates an endpoint for an Amazon FSx for OpenZFS file system.</p>
11
+ * <p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync
12
+ * can access for a transfer. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Creating a location for FSx for OpenZFS</a>.</p>
13
+ * <note>
14
+ * <p>Request parameters related to <code>SMB</code> aren't supported with the
15
+ * <code>CreateLocationFsxOpenZfs</code> operation.</p>
16
+ * </note>
11
17
  * @example
12
18
  * Use a bare-bones client and the command you need to make an API call.
13
19
  * ```javascript
@@ -25,6 +31,7 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
25
31
  */
26
32
  export declare class CreateLocationFsxOpenZfsCommand extends $Command<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
27
33
  readonly input: CreateLocationFsxOpenZfsCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
35
  constructor(input: CreateLocationFsxOpenZfsCommandInput);
29
36
  /**
30
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
25
26
  */
26
27
  export declare class CreateLocationFsxWindowsCommand extends $Command<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: CreateLocationFsxWindowsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLocationFsxWindowsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
25
26
  */
26
27
  export declare class CreateLocationHdfsCommand extends $Command<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: CreateLocationHdfsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLocationHdfsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -26,6 +27,7 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
26
27
  */
27
28
  export declare class CreateLocationNfsCommand extends $Command<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: CreateLocationNfsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateLocationNfsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
25
26
  */
26
27
  export declare class CreateLocationObjectStorageCommand extends $Command<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: CreateLocationObjectStorageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLocationObjectStorageCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,7 +8,7 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
7
8
  export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates an endpoint for an Amazon S3 bucket.</p>
11
+ * <p>Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.</p>
11
12
  *
12
13
  *
13
14
  * <p>For
@@ -31,6 +32,7 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
31
32
  */
32
33
  export declare class CreateLocationS3Command extends $Command<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig> {
33
34
  readonly input: CreateLocationS3CommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: CreateLocationS3CommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -26,6 +27,7 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
26
27
  */
27
28
  export declare class CreateLocationSmbCommand extends $Command<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: CreateLocationSmbCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateLocationSmbCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -45,6 +46,7 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
45
46
  */
46
47
  export declare class CreateTaskCommand extends $Command<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig> {
47
48
  readonly input: CreateTaskCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: CreateTaskCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -28,6 +29,7 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
28
29
  */
29
30
  export declare class DeleteAgentCommand extends $Command<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig> {
30
31
  readonly input: DeleteAgentCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteAgentCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
25
26
  */
26
27
  export declare class DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DeleteLocationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteLocationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
25
26
  */
26
27
  export declare class DeleteTaskCommand extends $Command<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DeleteTaskCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteTaskCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -27,6 +28,7 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
27
28
  */
28
29
  export declare class DescribeAgentCommand extends $Command<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig> {
29
30
  readonly input: DescribeAgentCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeAgentCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -25,6 +26,7 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
25
26
  */
26
27
  export declare class DescribeLocationEfsCommand extends $Command<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeLocationEfsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLocationEfsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,8 +8,7 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
7
8
  export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Returns metadata about an Amazon FSx for Lustre
11
- * location, such as information about its path.</p>
11
+ * <p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -26,6 +26,7 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
26
26
  */
27
27
  export declare class DescribeLocationFsxLustreCommand extends $Command<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
28
28
  readonly input: DescribeLocationFsxLustreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
30
  constructor(input: DescribeLocationFsxLustreCommandInput);
30
31
  /**
31
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -8,6 +9,10 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
8
9
  }
9
10
  /**
10
11
  * <p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
12
+ * <note>
13
+ * <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't
14
+ * actually return a <code>Password</code>.</p>
15
+ * </note>
11
16
  * @example
12
17
  * Use a bare-bones client and the command you need to make an API call.
13
18
  * ```javascript
@@ -25,6 +30,7 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
25
30
  */
26
31
  export declare class DescribeLocationFsxOntapCommand extends $Command<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
27
32
  readonly input: DescribeLocationFsxOntapCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
34
  constructor(input: DescribeLocationFsxOntapCommandInput);
29
35
  /**
30
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
@@ -7,8 +8,11 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
7
8
  export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Returns metadata about an Amazon FSx for OpenZFS
11
- * location, such as information about its path.</p>
11
+ * <p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p>
12
+ * <note>
13
+ * <p>Response elements related to <code>SMB</code> aren't supported with the
14
+ * <code>DescribeLocationFsxOpenZfs</code> operation.</p>
15
+ * </note>
12
16
  * @example
13
17
  * Use a bare-bones client and the command you need to make an API call.
14
18
  * ```javascript
@@ -26,6 +30,7 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
26
30
  */
27
31
  export declare class DescribeLocationFsxOpenZfsCommand extends $Command<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
28
32
  readonly input: DescribeLocationFsxOpenZfsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
34
  constructor(input: DescribeLocationFsxOpenZfsCommandInput);
30
35
  /**
31
36
  * @internal