@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
@@ -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 DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
26
27
  */
27
28
  export declare class DescribeLocationFsxWindowsCommand extends $Command<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: DescribeLocationFsxWindowsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeLocationFsxWindowsCommandInput);
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";
@@ -26,6 +27,7 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
26
27
  */
27
28
  export declare class DescribeLocationHdfsCommand extends $Command<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: DescribeLocationHdfsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeLocationHdfsCommandInput);
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 DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
25
26
  */
26
27
  export declare class DescribeLocationNfsCommand extends $Command<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeLocationNfsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLocationNfsCommandInput);
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 DescribeLocationObjectStorageCommandOutput extends DescribeLoca
25
26
  */
26
27
  export declare class DescribeLocationObjectStorageCommand extends $Command<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeLocationObjectStorageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLocationObjectStorageCommandInput);
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 DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
25
26
  */
26
27
  export declare class DescribeLocationS3Command extends $Command<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeLocationS3CommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLocationS3CommandInput);
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 DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
25
26
  */
26
27
  export declare class DescribeLocationSmbCommand extends $Command<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeLocationSmbCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLocationSmbCommandInput);
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 DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
25
26
  */
26
27
  export declare class DescribeTaskCommand extends $Command<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeTaskCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTaskCommandInput);
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 DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
25
26
  */
26
27
  export declare class DescribeTaskExecutionCommand extends $Command<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: DescribeTaskExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTaskExecutionCommandInput);
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";
@@ -32,6 +33,7 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
32
33
  */
33
34
  export declare class ListAgentsCommand extends $Command<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig> {
34
35
  readonly input: ListAgentsCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: ListAgentsCommandInput);
36
38
  /**
37
39
  * @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 ListLocationsCommandOutput extends ListLocationsResponse, __Met
28
29
  */
29
30
  export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig> {
30
31
  readonly input: ListLocationsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListLocationsCommandInput);
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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
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 ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
25
26
  */
26
27
  export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: ListTaskExecutionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTaskExecutionsCommandInput);
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 ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
25
26
  */
26
27
  export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: ListTasksCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTasksCommandInput);
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";
@@ -33,6 +34,7 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
33
34
  */
34
35
  export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
35
36
  readonly input: StartTaskExecutionCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: StartTaskExecutionCommandInput);
37
39
  /**
38
40
  * @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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
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 UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
25
26
  */
26
27
  export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: UpdateAgentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAgentCommandInput);
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 UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
26
27
  */
27
28
  export declare class UpdateLocationHdfsCommand extends $Command<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: UpdateLocationHdfsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateLocationHdfsCommandInput);
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";
@@ -26,6 +27,7 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
26
27
  */
27
28
  export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
28
29
  readonly input: UpdateLocationNfsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateLocationNfsCommandInput);
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,9 +8,10 @@ export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationO
7
8
  export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Updates some of the parameters of a previously created location for self-managed object
11
- * storage server access. For information about creating a self-managed object storage location,
12
- * see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object storage</a>.</p>
11
+ * <p>Updates some parameters of an existing object storage location that DataSync
12
+ * accesses for a transfer. For information about creating a self-managed object storage
13
+ * location, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
14
+ * storage</a>.</p>
13
15
  * @example
14
16
  * Use a bare-bones client and the command you need to make an API call.
15
17
  * ```javascript
@@ -27,6 +29,7 @@ export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocation
27
29
  */
28
30
  export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
29
31
  readonly input: UpdateLocationObjectStorageCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
33
  constructor(input: UpdateLocationObjectStorageCommandInput);
31
34
  /**
32
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";
@@ -27,6 +28,7 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons
27
28
  */
28
29
  export declare class UpdateLocationSmbCommand extends $Command<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
29
30
  readonly input: UpdateLocationSmbCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateLocationSmbCommandInput);
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 UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
25
26
  */
26
27
  export declare class UpdateTaskCommand extends $Command<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig> {
27
28
  readonly input: UpdateTaskCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateTaskCommandInput);
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";
@@ -34,6 +35,7 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes
34
35
  */
35
36
  export declare class UpdateTaskExecutionCommand extends $Command<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
36
37
  readonly input: UpdateTaskExecutionCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: UpdateTaskExecutionCommandInput);
38
40
  /**
39
41
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -33,7 +33,7 @@ export declare enum Atime {
33
33
  */
34
34
  export interface CancelTaskExecutionRequest {
35
35
  /**
36
- * <p>The Amazon Resource Name (ARN) of the task execution to cancel.</p>
36
+ * <p>The Amazon Resource Name (ARN) of the task execution to stop.</p>
37
37
  */
38
38
  TaskExecutionArn: string | undefined;
39
39
  }
@@ -796,6 +796,13 @@ export interface CreateLocationObjectStorageRequest {
796
796
  * <p>Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.</p>
797
797
  */
798
798
  Tags?: TagListEntry[];
799
+ /**
800
+ * <p>Specifies a certificate to authenticate with an object storage system that uses a private
801
+ * or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code>
802
+ * file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p>
803
+ * <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>
804
+ */
805
+ ServerCertificate?: Uint8Array;
799
806
  }
800
807
  /**
801
808
  * <p>CreateLocationObjectStorageResponse</p>
@@ -1771,7 +1778,8 @@ export interface DescribeLocationObjectStorageResponse {
1771
1778
  */
1772
1779
  LocationUri?: string;
1773
1780
  /**
1774
- * <p>The access key (for example, a user name) required to authenticate with the object storage server.</p>
1781
+ * <p>The access key (for example, a user name) required to authenticate with the object storage
1782
+ * system.</p>
1775
1783
  */
1776
1784
  AccessKey?: string;
1777
1785
  /**
@@ -1779,7 +1787,7 @@ export interface DescribeLocationObjectStorageResponse {
1779
1787
  */
1780
1788
  ServerPort?: number;
1781
1789
  /**
1782
- * <p>The protocol that your object storage server uses to communicate.</p>
1790
+ * <p>The protocol that your object storage system uses to communicate.</p>
1783
1791
  */
1784
1792
  ServerProtocol?: ObjectStorageServerProtocol | string;
1785
1793
  /**
@@ -1790,6 +1798,11 @@ export interface DescribeLocationObjectStorageResponse {
1790
1798
  * <p>The time that the location was created.</p>
1791
1799
  */
1792
1800
  CreationTime?: Date;
1801
+ /**
1802
+ * <p>The self-signed certificate that DataSync uses to securely authenticate with
1803
+ * your object storage system.</p>
1804
+ */
1805
+ ServerCertificate?: Uint8Array;
1793
1806
  }
1794
1807
  /**
1795
1808
  * <p>DescribeLocationS3Request</p>
@@ -2103,8 +2116,6 @@ export interface DescribeTaskExecutionResponse {
2103
2116
  * contain a single filter string that consists of the patterns to exclude. The patterns are
2104
2117
  * delimited by "|" (that is, a pipe), for example: <code>"/folder1|/folder2"</code>
2105
2118
  * </p>
2106
- * <p>
2107
- * </p>
2108
2119
  */
2109
2120
  Excludes?: FilterRule[];
2110
2121
  /**
@@ -2112,8 +2123,6 @@ export interface DescribeTaskExecutionResponse {
2112
2123
  * list should contain a single filter string that consists of the patterns to include. The
2113
2124
  * patterns are delimited by "|" (that is, a pipe), for example: <code>"/folder1|/folder2"</code>
2114
2125
  * </p>
2115
- * <p>
2116
- * </p>
2117
2126
  */
2118
2127
  Includes?: FilterRule[];
2119
2128
  /**
@@ -2156,6 +2165,11 @@ export interface DescribeTaskExecutionResponse {
2156
2165
  * <p>The result of the task execution.</p>
2157
2166
  */
2158
2167
  Result?: TaskExecutionResultDetail;
2168
+ /**
2169
+ * <p>The physical number of bytes transferred over the network after compression was applied.
2170
+ * In most cases, this number is less than <code>BytesTransferred</code>.</p>
2171
+ */
2172
+ BytesCompressed?: number;
2159
2173
  }
2160
2174
  /**
2161
2175
  * <p>ListAgentsRequest</p>
@@ -2658,44 +2672,47 @@ export interface UpdateLocationNfsResponse {
2658
2672
  }
2659
2673
  export interface UpdateLocationObjectStorageRequest {
2660
2674
  /**
2661
- * <p>The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.</p>
2675
+ * <p>Specifies the ARN of the object storage system location that you're updating.</p>
2662
2676
  */
2663
2677
  LocationArn: string | undefined;
2664
2678
  /**
2665
- * <p>The port that your self-managed object storage server accepts inbound network traffic on.
2666
- * The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can
2667
- * specify a custom port if your self-managed object storage server requires one.</p>
2679
+ * <p>Specifies the port that your object storage server accepts inbound network traffic on (for
2680
+ * example, port 443).</p>
2668
2681
  */
2669
2682
  ServerPort?: number;
2670
2683
  /**
2671
- * <p>The protocol that the object storage server uses to communicate. Valid values are
2672
- * <code>HTTP</code> or <code>HTTPS</code>.</p>
2684
+ * <p>Specifies the protocol that your object storage server uses to communicate.</p>
2673
2685
  */
2674
2686
  ServerProtocol?: ObjectStorageServerProtocol | string;
2675
2687
  /**
2676
- * <p>The subdirectory in the self-managed object storage server that is used
2677
- * to read data from.</p>
2688
+ * <p>Specifies the object prefix for your object storage server. If this is a source location,
2689
+ * DataSync only copies objects with this prefix. If this is a destination location, DataSync
2690
+ * writes all objects with this prefix.</p>
2678
2691
  */
2679
2692
  Subdirectory?: string;
2680
2693
  /**
2681
- * <p>Optional. The access key is used if credentials are required to access the self-managed
2682
- * object storage server. If your object storage requires a user name and password to
2683
- * authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name
2684
- * and password, respectively.</p>
2694
+ * <p>Specifies the access key (for example, a user name) if credentials are required to
2695
+ * authenticate with the object storage server.</p>
2685
2696
  */
2686
2697
  AccessKey?: string;
2687
2698
  /**
2688
- * <p>Optional. The secret key is used if credentials are required to access the self-managed
2689
- * object storage server. If your object storage requires a user name and password to
2690
- * authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name
2691
- * and password, respectively.</p>
2699
+ * <p>Specifies the secret key (for example, a password) if credentials are required to
2700
+ * authenticate with the object storage server.</p>
2692
2701
  */
2693
2702
  SecretKey?: string;
2694
2703
  /**
2695
- * <p>The Amazon Resource Name (ARN) of the agents associated with the
2696
- * self-managed object storage server location.</p>
2704
+ * <p>Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with
2705
+ * your location.</p>
2697
2706
  */
2698
2707
  AgentArns?: string[];
2708
+ /**
2709
+ * <p>Specifies a certificate to authenticate with an object storage system that uses a private
2710
+ * or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code>
2711
+ * file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p>
2712
+ * <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>
2713
+ * <p>Updating the certificate doesn't interfere with tasks that you have in progress.</p>
2714
+ */
2715
+ ServerCertificate?: Uint8Array;
2699
2716
  }
2700
2717
  export interface UpdateLocationObjectStorageResponse {
2701
2718
  }
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { DataSyncClientConfig } from "./DataSyncClient";
6
6
  export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };