@aws-sdk/client-datasync 3.289.0 → 3.292.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 (45) hide show
  1. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +7 -0
  2. package/dist-types/commands/CreateAgentCommand.d.ts +7 -0
  3. package/dist-types/commands/CreateLocationEfsCommand.d.ts +7 -0
  4. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +7 -0
  5. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +7 -0
  6. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -0
  7. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateLocationNfsCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateLocationS3Command.d.ts +7 -0
  12. package/dist-types/commands/CreateLocationSmbCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateTaskCommand.d.ts +7 -0
  14. package/dist-types/commands/DeleteAgentCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteLocationCommand.d.ts +7 -0
  16. package/dist-types/commands/DeleteTaskCommand.d.ts +7 -0
  17. package/dist-types/commands/DescribeAgentCommand.d.ts +7 -0
  18. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +7 -0
  19. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +7 -0
  20. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +7 -0
  21. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -0
  22. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -0
  23. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +7 -0
  25. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +7 -0
  26. package/dist-types/commands/DescribeLocationS3Command.d.ts +7 -0
  27. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +7 -0
  28. package/dist-types/commands/DescribeTaskCommand.d.ts +7 -0
  29. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +7 -0
  30. package/dist-types/commands/ListAgentsCommand.d.ts +7 -0
  31. package/dist-types/commands/ListLocationsCommand.d.ts +7 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
  33. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +7 -0
  34. package/dist-types/commands/ListTasksCommand.d.ts +7 -0
  35. package/dist-types/commands/StartTaskExecutionCommand.d.ts +7 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  38. package/dist-types/commands/UpdateAgentCommand.d.ts +7 -0
  39. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +7 -0
  40. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +7 -0
  41. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +7 -0
  42. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +7 -0
  43. package/dist-types/commands/UpdateTaskCommand.d.ts +7 -0
  44. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +7 -0
  45. package/package.json +35 -40
@@ -35,6 +35,13 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
35
35
  * @see {@link CancelTaskExecutionCommandOutput} for command's `response` shape.
36
36
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
37
37
  *
38
+ * @throws {@link InternalException} (server fault)
39
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>This exception is thrown when the client submits a malformed request.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class CancelTaskExecutionCommand extends $Command<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
40
47
  readonly input: CancelTaskExecutionCommandInput;
@@ -40,6 +40,13 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
40
40
  * @see {@link CreateAgentCommandOutput} for command's `response` shape.
41
41
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
42
42
  *
43
+ * @throws {@link InternalException} (server fault)
44
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>This exception is thrown when the client submits a malformed request.</p>
48
+ *
49
+ *
43
50
  */
44
51
  export declare class CreateAgentCommand extends $Command<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig> {
45
52
  readonly input: CreateAgentCommandInput;
@@ -30,6 +30,13 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
30
30
  * @see {@link CreateLocationEfsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateLocationEfsCommand extends $Command<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: CreateLocationEfsCommandInput;
@@ -29,6 +29,13 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
29
29
  * @see {@link CreateLocationFsxLustreCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateLocationFsxLustreCommand extends $Command<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: CreateLocationFsxLustreCommandInput;
@@ -30,6 +30,13 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
30
30
  * @see {@link CreateLocationFsxOntapCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: CreateLocationFsxOntapCommandInput;
@@ -34,6 +34,13 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
34
34
  * @see {@link CreateLocationFsxOpenZfsCommandOutput} for command's `response` shape.
35
35
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalException} (server fault)
38
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>This exception is thrown when the client submits a malformed request.</p>
42
+ *
43
+ *
37
44
  */
38
45
  export declare class CreateLocationFsxOpenZfsCommand extends $Command<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
39
46
  readonly input: CreateLocationFsxOpenZfsCommandInput;
@@ -29,6 +29,13 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
29
29
  * @see {@link CreateLocationFsxWindowsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateLocationFsxWindowsCommand extends $Command<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: CreateLocationFsxWindowsCommandInput;
@@ -29,6 +29,13 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
29
29
  * @see {@link CreateLocationHdfsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateLocationHdfsCommand extends $Command<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: CreateLocationHdfsCommandInput;
@@ -30,6 +30,13 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
30
30
  * @see {@link CreateLocationNfsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateLocationNfsCommand extends $Command<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: CreateLocationNfsCommandInput;
@@ -29,6 +29,13 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
29
29
  * @see {@link CreateLocationObjectStorageCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateLocationObjectStorageCommand extends $Command<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: CreateLocationObjectStorageCommandInput;
@@ -30,6 +30,13 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
30
30
  * @see {@link CreateLocationS3CommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateLocationS3Command extends $Command<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: CreateLocationS3CommandInput;
@@ -29,6 +29,13 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
29
29
  * @see {@link CreateLocationSmbCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateLocationSmbCommand extends $Command<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: CreateLocationSmbCommandInput;
@@ -33,6 +33,13 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
33
33
  * @see {@link CreateTaskCommandOutput} for command's `response` shape.
34
34
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalException} (server fault)
37
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>This exception is thrown when the client submits a malformed request.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class CreateTaskCommand extends $Command<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig> {
38
45
  readonly input: CreateTaskCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
32
32
  * @see {@link DeleteAgentCommandOutput} for command's `response` shape.
33
33
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalException} (server fault)
36
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>This exception is thrown when the client submits a malformed request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteAgentCommand extends $Command<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig> {
37
44
  readonly input: DeleteAgentCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
29
29
  * @see {@link DeleteLocationCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DeleteLocationCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
29
29
  * @see {@link DeleteTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteTaskCommand extends $Command<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DeleteTaskCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
29
29
  * @see {@link DescribeAgentCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeAgentCommand extends $Command<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeAgentCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
29
29
  * @see {@link DescribeLocationEfsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationEfsCommand extends $Command<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationEfsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
29
29
  * @see {@link DescribeLocationFsxLustreCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationFsxLustreCommand extends $Command<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationFsxLustreCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
33
33
  * @see {@link DescribeLocationFsxOntapCommandOutput} for command's `response` shape.
34
34
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalException} (server fault)
37
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>This exception is thrown when the client submits a malformed request.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeLocationFsxOntapCommand extends $Command<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
38
45
  readonly input: DescribeLocationFsxOntapCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
33
33
  * @see {@link DescribeLocationFsxOpenZfsCommandOutput} for command's `response` shape.
34
34
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalException} (server fault)
37
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>This exception is thrown when the client submits a malformed request.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeLocationFsxOpenZfsCommand extends $Command<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
38
45
  readonly input: DescribeLocationFsxOpenZfsCommandInput;
@@ -30,6 +30,13 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
30
30
  * @see {@link DescribeLocationFsxWindowsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DescribeLocationFsxWindowsCommand extends $Command<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: DescribeLocationFsxWindowsCommandInput;
@@ -30,6 +30,13 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
30
30
  * @see {@link DescribeLocationHdfsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DescribeLocationHdfsCommand extends $Command<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: DescribeLocationHdfsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
29
29
  * @see {@link DescribeLocationNfsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationNfsCommand extends $Command<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationNfsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationObjectStorageCommandOutput extends DescribeLoca
29
29
  * @see {@link DescribeLocationObjectStorageCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationObjectStorageCommand extends $Command<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationObjectStorageCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
29
29
  * @see {@link DescribeLocationS3CommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationS3Command extends $Command<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationS3CommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
29
29
  * @see {@link DescribeLocationSmbCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLocationSmbCommand extends $Command<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeLocationSmbCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
29
29
  * @see {@link DescribeTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeTaskCommand extends $Command<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeTaskCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
29
29
  * @see {@link DescribeTaskExecutionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeTaskExecutionCommand extends $Command<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: DescribeTaskExecutionCommandInput;
@@ -39,6 +39,13 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
39
39
  * @see {@link ListAgentsCommandOutput} for command's `response` shape.
40
40
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalException} (server fault)
43
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
44
+ *
45
+ * @throws {@link InvalidRequestException} (client fault)
46
+ * <p>This exception is thrown when the client submits a malformed request.</p>
47
+ *
48
+ *
42
49
  */
43
50
  export declare class ListAgentsCommand extends $Command<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig> {
44
51
  readonly input: ListAgentsCommandInput;
@@ -32,6 +32,13 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met
32
32
  * @see {@link ListLocationsCommandOutput} for command's `response` shape.
33
33
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalException} (server fault)
36
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>This exception is thrown when the client submits a malformed request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig> {
37
44
  readonly input: ListLocationsCommandInput;
@@ -29,6 +29,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,13 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
29
29
  * @see {@link ListTaskExecutionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: ListTaskExecutionsCommandInput;
@@ -29,6 +29,13 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
29
29
  * @see {@link ListTasksCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: ListTasksCommandInput;
@@ -30,6 +30,13 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
30
30
  * @see {@link StartTaskExecutionCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: StartTaskExecutionCommandInput;
@@ -31,6 +31,13 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
31
31
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalException} (server fault)
35
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>This exception is thrown when the client submits a malformed request.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
36
43
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
29
29
  * @see {@link UpdateAgentCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: UpdateAgentCommandInput;
@@ -30,6 +30,13 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
30
30
  * @see {@link UpdateLocationHdfsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class UpdateLocationHdfsCommand extends $Command<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: UpdateLocationHdfsCommandInput;
@@ -30,6 +30,13 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
30
30
  * @see {@link UpdateLocationNfsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>This exception is thrown when the client submits a malformed request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
35
42
  readonly input: UpdateLocationNfsCommandInput;
@@ -32,6 +32,13 @@ export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocation
32
32
  * @see {@link UpdateLocationObjectStorageCommandOutput} for command's `response` shape.
33
33
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalException} (server fault)
36
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>This exception is thrown when the client submits a malformed request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
37
44
  readonly input: UpdateLocationObjectStorageCommandInput;
@@ -31,6 +31,13 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons
31
31
  * @see {@link UpdateLocationSmbCommandOutput} for command's `response` shape.
32
32
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalException} (server fault)
35
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>This exception is thrown when the client submits a malformed request.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class UpdateLocationSmbCommand extends $Command<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
36
43
  readonly input: UpdateLocationSmbCommandInput;
@@ -29,6 +29,13 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
29
29
  * @see {@link UpdateTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalException} (server fault)
33
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>This exception is thrown when the client submits a malformed request.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UpdateTaskCommand extends $Command<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig> {
34
41
  readonly input: UpdateTaskCommandInput;
@@ -37,6 +37,13 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes
37
37
  * @see {@link UpdateTaskExecutionCommandOutput} for command's `response` shape.
38
38
  * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
39
39
  *
40
+ * @throws {@link InternalException} (server fault)
41
+ * <p>This exception is thrown when an error occurs in the DataSync service.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>This exception is thrown when the client submits a malformed request.</p>
45
+ *
46
+ *
40
47
  */
41
48
  export declare class UpdateTaskExecutionCommand extends $Command<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
42
49
  readonly input: UpdateTaskExecutionCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },