@aws-sdk/client-datasync 3.529.1 → 3.535.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 (133) hide show
  1. package/dist-types/DataSync.d.ts +7 -1
  2. package/dist-types/DataSyncClient.d.ts +1 -1
  3. package/dist-types/commands/AddStorageSystemCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +4 -3
  13. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -2
  15. package/dist-types/commands/CreateLocationS3Command.d.ts +2 -1
  16. package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTaskCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAgentCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
  33. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListStorageSystemsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +2 -1
  48. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +2 -1
  49. package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -1
  50. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  57. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -2
  59. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -1
  63. package/dist-types/models/models_0.d.ts +689 -689
  64. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  65. package/dist-types/runtimeConfig.d.ts +2 -2
  66. package/dist-types/runtimeConfig.native.d.ts +2 -2
  67. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  68. package/dist-types/ts3.4/DataSync.d.ts +6 -0
  69. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  133. package/package.json +40 -40
@@ -286,24 +286,28 @@ export interface DataSync {
286
286
  /**
287
287
  * @see {@link ListAgentsCommand}
288
288
  */
289
+ listAgents(): Promise<ListAgentsCommandOutput>;
289
290
  listAgents(args: ListAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentsCommandOutput>;
290
291
  listAgents(args: ListAgentsCommandInput, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
291
292
  listAgents(args: ListAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
292
293
  /**
293
294
  * @see {@link ListDiscoveryJobsCommand}
294
295
  */
296
+ listDiscoveryJobs(): Promise<ListDiscoveryJobsCommandOutput>;
295
297
  listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoveryJobsCommandOutput>;
296
298
  listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void): void;
297
299
  listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void): void;
298
300
  /**
299
301
  * @see {@link ListLocationsCommand}
300
302
  */
303
+ listLocations(): Promise<ListLocationsCommandOutput>;
301
304
  listLocations(args: ListLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLocationsCommandOutput>;
302
305
  listLocations(args: ListLocationsCommandInput, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
303
306
  listLocations(args: ListLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
304
307
  /**
305
308
  * @see {@link ListStorageSystemsCommand}
306
309
  */
310
+ listStorageSystems(): Promise<ListStorageSystemsCommandOutput>;
307
311
  listStorageSystems(args: ListStorageSystemsCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageSystemsCommandOutput>;
308
312
  listStorageSystems(args: ListStorageSystemsCommandInput, cb: (err: any, data?: ListStorageSystemsCommandOutput) => void): void;
309
313
  listStorageSystems(args: ListStorageSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageSystemsCommandOutput) => void): void;
@@ -316,12 +320,14 @@ export interface DataSync {
316
320
  /**
317
321
  * @see {@link ListTaskExecutionsCommand}
318
322
  */
323
+ listTaskExecutions(): Promise<ListTaskExecutionsCommandOutput>;
319
324
  listTaskExecutions(args: ListTaskExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskExecutionsCommandOutput>;
320
325
  listTaskExecutions(args: ListTaskExecutionsCommandInput, cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void): void;
321
326
  listTaskExecutions(args: ListTaskExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void): void;
322
327
  /**
323
328
  * @see {@link ListTasksCommand}
324
329
  */
330
+ listTasks(): Promise<ListTasksCommandOutput>;
325
331
  listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
326
332
  listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
327
333
  listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
@@ -423,7 +429,6 @@ export interface DataSync {
423
429
  updateTaskExecution(args: UpdateTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void): void;
424
430
  }
425
431
  /**
426
- * @public
427
432
  * <fullname>DataSync</fullname>
428
433
  * <p>DataSync is an online data movement and discovery service that simplifies data migration
429
434
  * and helps you quickly, easily, and securely transfer your file or object data to, from, and
@@ -433,6 +438,7 @@ export interface DataSync {
433
438
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
434
439
  * Guide</a>
435
440
  * </i>.</p>
441
+ * @public
436
442
  */
437
443
  export declare class DataSync extends DataSyncClient implements DataSync {
438
444
  }
@@ -211,7 +211,6 @@ export type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__H
211
211
  export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConfigType {
212
212
  }
213
213
  /**
214
- * @public
215
214
  * <fullname>DataSync</fullname>
216
215
  * <p>DataSync is an online data movement and discovery service that simplifies data migration
217
216
  * and helps you quickly, easily, and securely transfer your file or object data to, from, and
@@ -221,6 +220,7 @@ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConf
221
220
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
222
221
  * Guide</a>
223
222
  * </i>.</p>
223
+ * @public
224
224
  */
225
225
  export declare class DataSyncClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataSyncClientResolvedConfig> {
226
226
  /**
@@ -22,10 +22,10 @@ export interface AddStorageSystemCommandOutput extends AddStorageSystemResponse,
22
22
  }
23
23
  declare const AddStorageSystemCommand_base: {
24
24
  new (input: AddStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<AddStorageSystemCommandInput, AddStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<AddStorageSystemCommandInput, AddStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect
30
30
  * information about.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const AddStorageSystemCommand_base: {
81
81
  * @throws {@link DataSyncServiceException}
82
82
  * <p>Base exception class for all service exceptions from DataSync service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
22
22
  }
23
23
  declare const CancelTaskExecutionCommand_base: {
24
24
  new (input: CancelTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an DataSync task execution that's in progress. The transfer of some
30
30
  * files are abruptly interrupted. File contents that're transferred to the destination might be
31
31
  * incomplete or inconsistent with the source files.</p>
@@ -64,6 +64,7 @@ declare const CancelTaskExecutionCommand_base: {
64
64
  * @throws {@link DataSyncServiceException}
65
65
  * <p>Base exception class for all service exceptions from DataSync service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
22
22
  }
23
23
  declare const CreateAgentCommand_base: {
24
24
  new (input: CreateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Activates an DataSync agent that you've deployed in your storage
30
30
  * environment. The activation process associates the agent with your Amazon Web Services account.</p>
31
31
  * <p>If you haven't deployed an agent yet, see the following topics to learn more:</p>
@@ -92,6 +92,7 @@ declare const CreateAgentCommand_base: {
92
92
  * @throws {@link DataSyncServiceException}
93
93
  * <p>Base exception class for all service exceptions from DataSync service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateAgentCommand extends CreateAgentCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateLocationAzureBlobCommandOutput extends CreateLocationAzur
22
22
  }
23
23
  declare const CreateLocationAzureBlobCommand_base: {
24
24
  new (input: CreateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for a Microsoft Azure Blob Storage
30
30
  * container. DataSync can use this location as a transfer source or
31
31
  * destination.</p>
@@ -80,6 +80,7 @@ declare const CreateLocationAzureBlobCommand_base: {
80
80
  * @throws {@link DataSyncServiceException}
81
81
  * <p>Base exception class for all service exceptions from DataSync service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
22
22
  }
23
23
  declare const CreateLocationEfsCommand_base: {
24
24
  new (input: CreateLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon EFS file system.
30
30
  * DataSync can use this location as a source or destination for transferring
31
31
  * data.</p>
@@ -81,6 +81,7 @@ declare const CreateLocationEfsCommand_base: {
81
81
  * @throws {@link DataSyncServiceException}
82
82
  * <p>Base exception class for all service exceptions from DataSync service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
22
22
  }
23
23
  declare const CreateLocationFsxLustreCommand_base: {
24
24
  new (input: CreateLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for Lustre file system.
30
30
  * DataSync can use this location as a source or destination for transferring
31
31
  * data.</p>
@@ -74,6 +74,7 @@ declare const CreateLocationFsxLustreCommand_base: {
74
74
  * @throws {@link DataSyncServiceException}
75
75
  * <p>Base exception class for all service exceptions from DataSync service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
22
22
  }
23
23
  declare const CreateLocationFsxOntapCommand_base: {
24
24
  new (input: CreateLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for NetApp ONTAP file
30
30
  * system. DataSync can use this location as a source or destination for
31
31
  * transferring data.</p>
@@ -89,6 +89,7 @@ declare const CreateLocationFsxOntapCommand_base: {
89
89
  * @throws {@link DataSyncServiceException}
90
90
  * <p>Base exception class for all service exceptions from DataSync service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
22
22
  }
23
23
  declare const CreateLocationFsxOpenZfsCommand_base: {
24
24
  new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file system.
30
30
  * DataSync can use this location as a source or destination for transferring
31
31
  * data.</p>
@@ -93,6 +93,7 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
93
93
  * @throws {@link DataSyncServiceException}
94
94
  * <p>Base exception class for all service exceptions from DataSync service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
22
22
  }
23
23
  declare const CreateLocationFsxWindowsCommand_base: {
24
24
  new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon FSx for Windows File Server file
30
30
  * system. DataSync can use this location as a source or destination for
31
31
  * transferring data.</p>
@@ -78,6 +78,7 @@ declare const CreateLocationFsxWindowsCommand_base: {
78
78
  * @throws {@link DataSyncServiceException}
79
79
  * <p>Base exception class for all service exceptions from DataSync service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
22
22
  }
23
23
  declare const CreateLocationHdfsCommand_base: {
24
24
  new (input: CreateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for a Hadoop Distributed File System
30
30
  * (HDFS). DataSync can use this location as a source or destination for
31
31
  * transferring data.</p>
@@ -56,8 +56,8 @@ declare const CreateLocationHdfsCommand_base: {
56
56
  * AuthenticationType: "SIMPLE" || "KERBEROS", // required
57
57
  * SimpleUser: "STRING_VALUE",
58
58
  * KerberosPrincipal: "STRING_VALUE",
59
- * KerberosKeytab: "BLOB_VALUE",
60
- * KerberosKrb5Conf: "BLOB_VALUE",
59
+ * KerberosKeytab: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
60
+ * KerberosKrb5Conf: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
61
61
  * AgentArns: [ // AgentArnList // required
62
62
  * "STRING_VALUE",
63
63
  * ],
@@ -92,6 +92,7 @@ declare const CreateLocationHdfsCommand_base: {
92
92
  * @throws {@link DataSyncServiceException}
93
93
  * <p>Base exception class for all service exceptions from DataSync service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
22
22
  }
23
23
  declare const CreateLocationNfsCommand_base: {
24
24
  new (input: CreateLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for a Network File System (NFS) file
30
30
  * server. DataSync can use this location as a source or destination for
31
31
  * transferring data.</p>
@@ -85,6 +85,7 @@ declare const CreateLocationNfsCommand_base: {
85
85
  * @throws {@link DataSyncServiceException}
86
86
  * <p>Base exception class for all service exceptions from DataSync service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
22
22
  }
23
23
  declare const CreateLocationObjectStorageCommand_base: {
24
24
  new (input: CreateLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an object storage system. DataSync can use this location as a source or destination for transferring
30
30
  * data.</p>
31
31
  * <p>Before you begin, make sure that you understand the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html#create-object-location-prerequisites">prerequisites</a>
@@ -53,7 +53,7 @@ declare const CreateLocationObjectStorageCommand_base: {
53
53
  * Value: "STRING_VALUE",
54
54
  * },
55
55
  * ],
56
- * ServerCertificate: "BLOB_VALUE",
56
+ * ServerCertificate: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
57
57
  * };
58
58
  * const command = new CreateLocationObjectStorageCommand(input);
59
59
  * const response = await client.send(command);
@@ -79,6 +79,7 @@ declare const CreateLocationObjectStorageCommand_base: {
79
79
  * @throws {@link DataSyncServiceException}
80
80
  * <p>Base exception class for all service exceptions from DataSync service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
22
22
  }
23
23
  declare const CreateLocationS3Command_base: {
24
24
  new (input: CreateLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for an Amazon S3 bucket. DataSync can use this location as a source or destination for transferring
30
30
  * data.</p>
31
31
  * <important>
@@ -92,6 +92,7 @@ declare const CreateLocationS3Command_base: {
92
92
  * @throws {@link DataSyncServiceException}
93
93
  * <p>Base exception class for all service exceptions from DataSync service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateLocationS3Command extends CreateLocationS3Command_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
22
22
  }
23
23
  declare const CreateLocationSmbCommand_base: {
24
24
  new (input: CreateLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a transfer <i>location</i> for a Server Message Block (SMB) file
30
30
  * server. DataSync can use this location as a source or destination for
31
31
  * transferring data.</p>
@@ -81,6 +81,7 @@ declare const CreateLocationSmbCommand_base: {
81
81
  * @throws {@link DataSyncServiceException}
82
82
  * <p>Base exception class for all service exceptions from DataSync service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
22
22
  }
23
23
  declare const CreateTaskCommand_base: {
24
24
  new (input: CreateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configures a transfer task, which defines where and how DataSync moves your
30
30
  * data.</p>
31
31
  * <p>A task includes a source location, destination location, and the options for how and
@@ -149,6 +149,7 @@ declare const CreateTaskCommand_base: {
149
149
  * @throws {@link DataSyncServiceException}
150
150
  * <p>Base exception class for all service exceptions from DataSync service.</p>
151
151
  *
152
+ * @public
152
153
  */
153
154
  export declare class CreateTaskCommand extends CreateTaskCommand_base {
154
155
  }
@@ -22,10 +22,10 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
22
22
  }
23
23
  declare const DeleteAgentCommand_base: {
24
24
  new (input: DeleteAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an DataSync agent resource from your Amazon Web Services account.</p>
30
30
  * <p>Keep in mind that this operation (which can't be undone) doesn't remove the agent's
31
31
  * virtual machine (VM) or Amazon EC2 instance from your storage environment. For next
@@ -62,6 +62,7 @@ declare const DeleteAgentCommand_base: {
62
62
  * @throws {@link DataSyncServiceException}
63
63
  * <p>Base exception class for all service exceptions from DataSync service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
22
22
  }
23
23
  declare const DeleteLocationCommand_base: {
24
24
  new (input: DeleteLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a transfer location resource from DataSync. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteLocationCommand_base: {
58
58
  * @throws {@link DataSyncServiceException}
59
59
  * <p>Base exception class for all service exceptions from DataSync service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteLocationCommand extends DeleteLocationCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
22
22
  }
23
23
  declare const DeleteTaskCommand_base: {
24
24
  new (input: DeleteTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a transfer task resource from DataSync.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteTaskCommand_base: {
58
58
  * @throws {@link DataSyncServiceException}
59
59
  * <p>Base exception class for all service exceptions from DataSync service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteTaskCommand extends DeleteTaskCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
22
22
  }
23
23
  declare const DescribeAgentCommand_base: {
24
24
  new (input: DescribeAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an DataSync agent, such as its name, service endpoint
30
30
  * type, and status.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const DescribeAgentCommand_base: {
79
79
  * @throws {@link DataSyncServiceException}
80
80
  * <p>Base exception class for all service exceptions from DataSync service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeDiscoveryJobCommandOutput extends DescribeDiscoveryJobR
22
22
  }
23
23
  declare const DescribeDiscoveryJobCommand_base: {
24
24
  new (input: DescribeDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a DataSync discovery job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DescribeDiscoveryJobCommand_base: {
65
65
  * @throws {@link DataSyncServiceException}
66
66
  * <p>Base exception class for all service exceptions from DataSync service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocation
22
22
  }
23
23
  declare const DescribeLocationAzureBlobCommand_base: {
24
24
  new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeLocationAzureBlobCommand_base: {
68
68
  * @throws {@link DataSyncServiceException}
69
69
  * <p>Base exception class for all service exceptions from DataSync service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
22
22
  }
23
23
  declare const DescribeLocationEfsCommand_base: {
24
24
  new (input: DescribeLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeLocationEfsCommand_base: {
71
71
  * @throws {@link DataSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from DataSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
22
22
  }
23
23
  declare const DescribeLocationFsxLustreCommand_base: {
24
24
  new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DescribeLocationFsxLustreCommand_base: {
65
65
  * @throws {@link DataSyncServiceException}
66
66
  * <p>Base exception class for all service exceptions from DataSync service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
22
22
  }
23
23
  declare const DescribeLocationFsxOntapCommand_base: {
24
24
  new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
30
30
  * <note>
31
31
  * <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't
@@ -86,6 +86,7 @@ declare const DescribeLocationFsxOntapCommand_base: {
86
86
  * @throws {@link DataSyncServiceException}
87
87
  * <p>Base exception class for all service exceptions from DataSync service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
22
22
  }
23
23
  declare const DescribeLocationFsxOpenZfsCommand_base: {
24
24
  new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.</p>
30
30
  * <note>
31
31
  * <p>Response elements related to <code>SMB</code> aren't supported with the
@@ -84,6 +84,7 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
84
84
  * @throws {@link DataSyncServiceException}
85
85
  * <p>Base exception class for all service exceptions from DataSync service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
89
90
  }