@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
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
22
22
  }
23
23
  declare const DescribeLocationFsxWindowsCommand_base: {
24
24
  new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, 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 Windows File Server 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.
@@ -67,6 +67,7 @@ declare const DescribeLocationFsxWindowsCommand_base: {
67
67
  * @throws {@link DataSyncServiceException}
68
68
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
22
22
  }
23
23
  declare const DescribeLocationHdfsCommand_base: {
24
24
  new (input: DescribeLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, 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 a Hadoop
30
30
  * Distributed File System (HDFS) is configured.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const DescribeLocationHdfsCommand_base: {
82
82
  * @throws {@link DataSyncServiceException}
83
83
  * <p>Base exception class for all service exceptions from DataSync service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
22
22
  }
23
23
  declare const DescribeLocationNfsCommand_base: {
24
24
  new (input: DescribeLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, 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 a Network
30
30
  * File System (NFS) file server is configured.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DescribeLocationNfsCommand_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 DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationObjectStorageCommandOutput extends DescribeLoca
22
22
  }
23
23
  declare const DescribeLocationObjectStorageCommand_base: {
24
24
  new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, 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 object
30
30
  * storage system is configured.</p>
31
31
  * @example
@@ -49,7 +49,7 @@ declare const DescribeLocationObjectStorageCommand_base: {
49
49
  * // "STRING_VALUE",
50
50
  * // ],
51
51
  * // CreationTime: new Date("TIMESTAMP"),
52
- * // ServerCertificate: "BLOB_VALUE",
52
+ * // ServerCertificate: new Uint8Array(),
53
53
  * // };
54
54
  *
55
55
  * ```
@@ -70,6 +70,7 @@ declare const DescribeLocationObjectStorageCommand_base: {
70
70
  * @throws {@link DataSyncServiceException}
71
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
22
22
  }
23
23
  declare const DescribeLocationS3Command_base: {
24
24
  new (input: DescribeLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, 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 S3 bucket
30
30
  * is configured.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const DescribeLocationS3Command_base: {
70
70
  * @throws {@link DataSyncServiceException}
71
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
22
22
  }
23
23
  declare const DescribeLocationSmbCommand_base: {
24
24
  new (input: DescribeLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, 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 a Server
30
30
  * Message Block (SMB) file server is configured.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DescribeLocationSmbCommand_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 DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemCommandOutput extends DescribeStorageSyste
22
22
  }
23
23
  declare const DescribeStorageSystemCommand_base: {
24
24
  new (input: DescribeStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an on-premises storage system that you're using with
30
30
  * DataSync Discovery.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DescribeStorageSystemCommand_base: {
75
75
  * @throws {@link DataSyncServiceException}
76
76
  * <p>Base exception class for all service exceptions from DataSync service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemResourceMetricsCommandOutput extends Descr
22
22
  }
23
23
  declare const DescribeStorageSystemResourceMetricsCommand_base: {
24
24
  new (input: DescribeStorageSystemResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStorageSystemResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information, including performance data and capacity usage, which DataSync Discovery
30
30
  * collects about a specific resource in your-premises storage system.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
99
99
  * @throws {@link DataSyncServiceException}
100
100
  * <p>Base exception class for all service exceptions from DataSync service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
22
22
  }
23
23
  declare const DescribeStorageSystemResourcesCommand_base: {
24
24
  new (input: DescribeStorageSystemResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStorageSystemResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information that DataSync Discovery collects about resources in your on-premises storage
30
30
  * system.</p>
31
31
  * @example
@@ -189,6 +189,7 @@ declare const DescribeStorageSystemResourcesCommand_base: {
189
189
  * @throws {@link DataSyncServiceException}
190
190
  * <p>Base exception class for all service exceptions from DataSync service.</p>
191
191
  *
192
+ * @public
192
193
  */
193
194
  export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {
194
195
  }
@@ -22,10 +22,10 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
22
22
  }
23
23
  declare const DescribeTaskCommand_base: {
24
24
  new (input: DescribeTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about an DataSync transfer task.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -145,6 +145,7 @@ declare const DescribeTaskCommand_base: {
145
145
  * @throws {@link DataSyncServiceException}
146
146
  * <p>Base exception class for all service exceptions from DataSync service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
22
22
  }
23
23
  declare const DescribeTaskExecutionCommand_base: {
24
24
  new (input: DescribeTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about an execution of your DataSync task. You can
30
30
  * use this operation to help monitor the progress of an ongoing transfer or check the results of
31
31
  * the transfer.</p>
@@ -157,6 +157,7 @@ declare const DescribeTaskExecutionCommand_base: {
157
157
  * @throws {@link DataSyncServiceException}
158
158
  * <p>Base exception class for all service exceptions from DataSync service.</p>
159
159
  *
160
+ * @public
160
161
  */
161
162
  export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {
162
163
  }
@@ -22,10 +22,10 @@ export interface GenerateRecommendationsCommandOutput extends GenerateRecommenda
22
22
  }
23
23
  declare const GenerateRecommendationsCommand_base: {
24
24
  new (input: GenerateRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GenerateRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates recommendations about where to migrate your data to in Amazon Web Services.
30
30
  * Recommendations are generated based on information that DataSync Discovery collects about your
31
31
  * on-premises storage system's resources. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html">Recommendations
@@ -66,6 +66,7 @@ declare const GenerateRecommendationsCommand_base: {
66
66
  * @throws {@link DataSyncServiceException}
67
67
  * <p>Base exception class for all service exceptions from DataSync service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
22
22
  }
23
23
  declare const ListAgentsCommand_base: {
24
24
  new (input: ListAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAgentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.</p>
30
30
  * <p>With pagination, you can reduce the number of agents returned in a response. If you get
31
31
  * a truncated list of agents in a response, the response contains a marker that you can specify
@@ -81,6 +81,7 @@ declare const ListAgentsCommand_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 ListAgentsCommand extends ListAgentsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListDiscoveryJobsCommandOutput extends ListDiscoveryJobsRespons
22
22
  }
23
23
  declare const ListDiscoveryJobsCommand_base: {
24
24
  new (input: ListDiscoveryJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDiscoveryJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of the existing discovery jobs in the Amazon Web Services Region and
30
30
  * Amazon Web Services account where you're using DataSync Discovery.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const ListDiscoveryJobsCommand_base: {
69
69
  * @throws {@link DataSyncServiceException}
70
70
  * <p>Base exception class for all service exceptions from DataSync service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met
22
22
  }
23
23
  declare const ListLocationsCommand_base: {
24
24
  new (input: ListLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLocationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of source and destination locations.</p>
30
30
  * <p>If you have more locations than are returned in a response (that is, the response
31
31
  * returns only a truncated list of your agents), the response contains a token that you can
@@ -79,6 +79,7 @@ declare const ListLocationsCommand_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 ListLocationsCommand extends ListLocationsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListStorageSystemsCommandOutput extends ListStorageSystemsRespo
22
22
  }
23
23
  declare const ListStorageSystemsCommand_base: {
24
24
  new (input: ListStorageSystemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStorageSystemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the on-premises storage systems that you're using with DataSync Discovery.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListStorageSystemsCommand_base: {
67
67
  * @throws {@link DataSyncServiceException}
68
68
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns all the tags associated with an Amazon Web Services resource.</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 ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
22
22
  }
23
23
  declare const ListTaskExecutionsCommand_base: {
24
24
  new (input: ListTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTaskExecutionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of executions for an DataSync transfer task.</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 ListTaskExecutionsCommand_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 ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
22
22
  }
23
23
  declare const ListTasksCommand_base: {
24
24
  new (input: ListTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the DataSync tasks you created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListTasksCommand_base: {
77
77
  * @throws {@link DataSyncServiceException}
78
78
  * <p>Base exception class for all service exceptions from DataSync service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListTasksCommand extends ListTasksCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface RemoveStorageSystemCommandOutput extends RemoveStorageSystemRes
22
22
  }
23
23
  declare const RemoveStorageSystemCommand_base: {
24
24
  new (input: RemoveStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently removes a storage system resource from DataSync Discovery, including the associated
30
30
  * discovery jobs, collected data, and recommendations.</p>
31
31
  * @example
@@ -59,6 +59,7 @@ declare const RemoveStorageSystemCommand_base: {
59
59
  * @throws {@link DataSyncServiceException}
60
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface StartDiscoveryJobCommandOutput extends StartDiscoveryJobRespons
22
22
  }
23
23
  declare const StartDiscoveryJobCommand_base: {
24
24
  new (input: StartDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Runs a DataSync discovery job on your on-premises storage system. If you haven't added the
30
30
  * storage system to DataSync Discovery yet, do this first by using the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_AddStorageSystem.html">AddStorageSystem</a>
31
31
  * operation.</p>
@@ -70,6 +70,7 @@ declare const StartDiscoveryJobCommand_base: {
70
70
  * @throws {@link DataSyncServiceException}
71
71
  * <p>Base exception class for all service exceptions from DataSync service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
22
22
  }
23
23
  declare const StartTaskExecutionCommand_base: {
24
24
  new (input: StartTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an DataSync transfer task. For each task, you can only run one task
30
30
  * execution at a time.</p>
31
31
  * <p>There are several phases to a task execution. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/working-with-task-executions.html#understand-task-execution-statuses">Task execution statuses</a>.</p>
@@ -141,6 +141,7 @@ declare const StartTaskExecutionCommand_base: {
141
141
  * @throws {@link DataSyncServiceException}
142
142
  * <p>Base exception class for all service exceptions from DataSync service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface StopDiscoveryJobCommandOutput extends StopDiscoveryJobResponse,
22
22
  }
23
23
  declare const StopDiscoveryJobCommand_base: {
24
24
  new (input: StopDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a running DataSync discovery job.</p>
30
30
  * <p>You can stop a discovery job anytime. A job that's stopped before it's scheduled to end
31
31
  * likely will provide you some information about your on-premises storage system resources. To
@@ -61,6 +61,7 @@ declare const StopDiscoveryJobCommand_base: {
61
61
  * @throws {@link DataSyncServiceException}
62
62
  * <p>Base exception class for all service exceptions from DataSync service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a <i>tag</i> to an Amazon Web Services resource. Tags are
30
30
  * key-value pairs that can help you manage, filter, and search for your resources.</p>
31
31
  * <p>These include DataSync resources, such as locations, tasks, and task
@@ -67,6 +67,7 @@ declare const TagResourceCommand_base: {
67
67
  * @throws {@link DataSyncServiceException}
68
68
  * <p>Base exception class for all service exceptions from DataSync service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class TagResourceCommand extends TagResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from an Amazon Web Services resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
61
61
  * @throws {@link DataSyncServiceException}
62
62
  * <p>Base exception class for all service exceptions from DataSync service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
22
22
  }
23
23
  declare const UpdateAgentCommand_base: {
24
24
  new (input: UpdateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the name of an DataSync agent.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const UpdateAgentCommand_base: {
59
59
  * @throws {@link DataSyncServiceException}
60
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface UpdateDiscoveryJobCommandOutput extends UpdateDiscoveryJobRespo
22
22
  }
23
23
  declare const UpdateDiscoveryJobCommand_base: {
24
24
  new (input: UpdateDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Edits a DataSync discovery job configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const UpdateDiscoveryJobCommand_base: {
59
59
  * @throws {@link DataSyncServiceException}
60
60
  * <p>Base exception class for all service exceptions from DataSync service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface UpdateLocationAzureBlobCommandOutput extends UpdateLocationAzur
22
22
  }
23
23
  declare const UpdateLocationAzureBlobCommand_base: {
24
24
  new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.</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 UpdateLocationAzureBlobCommand_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 UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
22
22
  }
23
23
  declare const UpdateLocationHdfsCommand_base: {
24
24
  new (input: UpdateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates some parameters of a previously created location for a Hadoop Distributed File
30
30
  * System cluster.</p>
31
31
  * @example
@@ -53,8 +53,8 @@ declare const UpdateLocationHdfsCommand_base: {
53
53
  * AuthenticationType: "SIMPLE" || "KERBEROS",
54
54
  * SimpleUser: "STRING_VALUE",
55
55
  * KerberosPrincipal: "STRING_VALUE",
56
- * KerberosKeytab: "BLOB_VALUE",
57
- * KerberosKrb5Conf: "BLOB_VALUE",
56
+ * KerberosKeytab: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
57
+ * KerberosKrb5Conf: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
58
58
  * AgentArns: [ // AgentArnList
59
59
  * "STRING_VALUE",
60
60
  * ],
@@ -81,6 +81,7 @@ declare const UpdateLocationHdfsCommand_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 UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
86
87
  }