@aws-sdk/client-backup-gateway 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 (26) hide show
  1. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateGatewayCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteGatewayCommand.d.ts +14 -0
  4. package/dist-types/commands/DeleteHypervisorCommand.d.ts +20 -0
  5. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +17 -0
  6. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +14 -0
  7. package/dist-types/commands/GetGatewayCommand.d.ts +14 -0
  8. package/dist-types/commands/GetHypervisorCommand.d.ts +14 -0
  9. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +14 -0
  10. package/dist-types/commands/GetVirtualMachineCommand.d.ts +14 -0
  11. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +17 -0
  12. package/dist-types/commands/ListGatewaysCommand.d.ts +11 -0
  13. package/dist-types/commands/ListHypervisorsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +14 -0
  15. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +11 -0
  16. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +14 -0
  17. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +20 -0
  18. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +17 -0
  19. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +17 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +14 -0
  21. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
  23. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +17 -0
  24. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +14 -0
  25. package/dist-types/commands/UpdateHypervisorCommand.d.ts +20 -0
  26. package/package.json +35 -40
@@ -30,6 +30,20 @@ export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayT
30
30
  * @see {@link AssociateGatewayToServerCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The operation cannot proceed because it is not supported.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>TPS has been limited to protect against intentional or unintentional
41
+ * high request volumes.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The operation did not succeed because a validation error occurred.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class AssociateGatewayToServerCommand extends $Command<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig> {
35
49
  readonly input: AssociateGatewayToServerCommandInput;
@@ -30,6 +30,17 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
30
30
  * @see {@link CreateGatewayCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
35
+ *
36
+ * @throws {@link ThrottlingException} (client fault)
37
+ * <p>TPS has been limited to protect against intentional or unintentional
38
+ * high request volumes.</p>
39
+ *
40
+ * @throws {@link ValidationException} (client fault)
41
+ * <p>The operation did not succeed because a validation error occurred.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
35
46
  readonly input: CreateGatewayCommandInput;
@@ -29,6 +29,20 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
29
29
  * @see {@link DeleteGatewayCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>A resource that is required for the action wasn't found.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>TPS has been limited to protect against intentional or unintentional
40
+ * high request volumes.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The operation did not succeed because a validation error occurred.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
34
48
  readonly input: DeleteGatewayCommandInput;
@@ -29,6 +29,26 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
29
29
  * @see {@link DeleteHypervisorCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation cannot proceed because you have insufficient permissions.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The operation cannot proceed because it is not supported.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>A resource that is required for the action wasn't found.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>TPS has been limited to protect against intentional or unintentional
46
+ * high request volumes.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The operation did not succeed because a validation error occurred.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class DeleteHypervisorCommand extends $Command<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
34
54
  readonly input: DeleteHypervisorCommandInput;
@@ -30,6 +30,23 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
30
30
  * @see {@link DisassociateGatewayFromServerCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The operation cannot proceed because it is not supported.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>A resource that is required for the action wasn't found.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>TPS has been limited to protect against intentional or unintentional
44
+ * high request volumes.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The operation did not succeed because a validation error occurred.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class DisassociateGatewayFromServerCommand extends $Command<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig> {
35
52
  readonly input: DisassociateGatewayFromServerCommandInput;
@@ -32,6 +32,20 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
32
32
  * @see {@link GetBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>A resource that is required for the action wasn't found.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>TPS has been limited to protect against intentional or unintentional
43
+ * high request volumes.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation did not succeed because a validation error occurred.</p>
47
+ *
48
+ *
35
49
  */
36
50
  export declare class GetBandwidthRateLimitScheduleCommand extends $Command<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
37
51
  readonly input: GetBandwidthRateLimitScheduleCommandInput;
@@ -30,6 +30,20 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
30
30
  * @see {@link GetGatewayCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>A resource that is required for the action wasn't found.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>TPS has been limited to protect against intentional or unintentional
41
+ * high request volumes.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The operation did not succeed because a validation error occurred.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class GetGatewayCommand extends $Command<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
35
49
  readonly input: GetGatewayCommandInput;
@@ -31,6 +31,20 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
31
31
  * @see {@link GetHypervisorCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceNotFoundException} (client fault)
35
+ * <p>A resource that is required for the action wasn't found.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>TPS has been limited to protect against intentional or unintentional
42
+ * high request volumes.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The operation did not succeed because a validation error occurred.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class GetHypervisorCommand extends $Command<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
36
50
  readonly input: GetHypervisorCommandInput;
@@ -31,6 +31,20 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
31
31
  * @see {@link GetHypervisorPropertyMappingsCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceNotFoundException} (client fault)
35
+ * <p>A resource that is required for the action wasn't found.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>TPS has been limited to protect against intentional or unintentional
42
+ * high request volumes.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The operation did not succeed because a validation error occurred.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class GetHypervisorPropertyMappingsCommand extends $Command<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
36
50
  readonly input: GetHypervisorPropertyMappingsCommandInput;
@@ -29,6 +29,20 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
29
29
  * @see {@link GetVirtualMachineCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>A resource that is required for the action wasn't found.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>TPS has been limited to protect against intentional or unintentional
40
+ * high request volumes.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The operation did not succeed because a validation error occurred.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class GetVirtualMachineCommand extends $Command<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig> {
34
48
  readonly input: GetVirtualMachineCommandInput;
@@ -29,6 +29,23 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
29
29
  * @see {@link ImportHypervisorConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation cannot proceed because you have insufficient permissions.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The operation cannot proceed because it is not supported.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>TPS has been limited to protect against intentional or unintentional
43
+ * high request volumes.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation did not succeed because a validation error occurred.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
34
51
  readonly input: ImportHypervisorConfigurationCommandInput;
@@ -29,6 +29,17 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
29
29
  * @see {@link ListGatewaysCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
34
+ *
35
+ * @throws {@link ThrottlingException} (client fault)
36
+ * <p>TPS has been limited to protect against intentional or unintentional
37
+ * high request volumes.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The operation did not succeed because a validation error occurred.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
34
45
  readonly input: ListGatewaysCommandInput;
@@ -29,6 +29,17 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
29
29
  * @see {@link ListHypervisorsCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
34
+ *
35
+ * @throws {@link ThrottlingException} (client fault)
36
+ * <p>TPS has been limited to protect against intentional or unintentional
37
+ * high request volumes.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The operation did not succeed because a validation error occurred.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
34
45
  readonly input: ListHypervisorsCommandInput;
@@ -30,6 +30,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
30
30
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>A resource that is required for the action wasn't found.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>TPS has been limited to protect against intentional or unintentional
41
+ * high request volumes.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The operation did not succeed because a validation error occurred.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
35
49
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,17 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
29
29
  * @see {@link ListVirtualMachinesCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
34
+ *
35
+ * @throws {@link ThrottlingException} (client fault)
36
+ * <p>TPS has been limited to protect against intentional or unintentional
37
+ * high request volumes.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The operation did not succeed because a validation error occurred.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
34
45
  readonly input: ListVirtualMachinesCommandInput;
@@ -32,6 +32,20 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
32
32
  * @see {@link PutBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
34
34
  *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>A resource that is required for the action wasn't found.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>TPS has been limited to protect against intentional or unintentional
43
+ * high request volumes.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation did not succeed because a validation error occurred.</p>
47
+ *
48
+ *
35
49
  */
36
50
  export declare class PutBandwidthRateLimitScheduleCommand extends $Command<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
37
51
  readonly input: PutBandwidthRateLimitScheduleCommandInput;
@@ -31,6 +31,26 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
31
31
  * @see {@link PutHypervisorPropertyMappingsCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The operation cannot proceed because you have insufficient permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>The operation cannot proceed because it is not supported.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource that is required for the action wasn't found.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>TPS has been limited to protect against intentional or unintentional
48
+ * high request volumes.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The operation did not succeed because a validation error occurred.</p>
52
+ *
53
+ *
34
54
  */
35
55
  export declare class PutHypervisorPropertyMappingsCommand extends $Command<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
36
56
  readonly input: PutHypervisorPropertyMappingsCommandInput;
@@ -29,6 +29,23 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
29
29
  * @see {@link PutMaintenanceStartTimeCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The operation cannot proceed because it is not supported.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>A resource that is required for the action wasn't found.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>TPS has been limited to protect against intentional or unintentional
43
+ * high request volumes.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation did not succeed because a validation error occurred.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class PutMaintenanceStartTimeCommand extends $Command<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig> {
34
51
  readonly input: PutMaintenanceStartTimeCommandInput;
@@ -29,6 +29,23 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
29
29
  * @see {@link StartVirtualMachinesMetadataSyncCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation cannot proceed because you have insufficient permissions.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>A resource that is required for the action wasn't found.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>TPS has been limited to protect against intentional or unintentional
43
+ * high request volumes.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation did not succeed because a validation error occurred.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class StartVirtualMachinesMetadataSyncCommand extends $Command<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig> {
34
51
  readonly input: StartVirtualMachinesMetadataSyncCommandInput;
@@ -29,6 +29,20 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>A resource that is required for the action wasn't found.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>TPS has been limited to protect against intentional or unintentional
40
+ * high request volumes.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The operation did not succeed because a validation error occurred.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
34
48
  readonly input: TagResourceCommandInput;
@@ -30,6 +30,23 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
30
30
  * @see {@link TestHypervisorConfigurationCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The operation cannot proceed because it is not supported.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>A resource that is required for the action wasn't found.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>TPS has been limited to protect against intentional or unintentional
44
+ * high request volumes.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The operation did not succeed because a validation error occurred.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class TestHypervisorConfigurationCommand extends $Command<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
35
52
  readonly input: TestHypervisorConfigurationCommandInput;
@@ -29,6 +29,20 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>A resource that is required for the action wasn't found.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>TPS has been limited to protect against intentional or unintentional
40
+ * high request volumes.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The operation did not succeed because a validation error occurred.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
34
48
  readonly input: UntagResourceCommandInput;
@@ -30,6 +30,23 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
30
30
  * @see {@link UpdateGatewayInformationCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConflictException} (client fault)
34
+ * <p>The operation cannot proceed because it is not supported.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>A resource that is required for the action wasn't found.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>TPS has been limited to protect against intentional or unintentional
44
+ * high request volumes.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The operation did not succeed because a validation error occurred.</p>
48
+ *
49
+ *
33
50
  */
34
51
  export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig> {
35
52
  readonly input: UpdateGatewayInformationCommandInput;
@@ -35,6 +35,20 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
35
35
  * @see {@link UpdateGatewaySoftwareNowCommandOutput} for command's `response` shape.
36
36
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
37
37
  *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>A resource that is required for the action wasn't found.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>TPS has been limited to protect against intentional or unintentional
46
+ * high request volumes.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The operation did not succeed because a validation error occurred.</p>
50
+ *
51
+ *
38
52
  */
39
53
  export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig> {
40
54
  readonly input: UpdateGatewaySoftwareNowCommandInput;
@@ -31,6 +31,26 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
31
31
  * @see {@link UpdateHypervisorCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The operation cannot proceed because you have insufficient permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>The operation cannot proceed because it is not supported.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource that is required for the action wasn't found.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>TPS has been limited to protect against intentional or unintentional
48
+ * high request volumes.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The operation did not succeed because a validation error occurred.</p>
52
+ *
53
+ *
34
54
  */
35
55
  export declare class UpdateHypervisorCommand extends $Command<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
36
56
  readonly input: UpdateHypervisorCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway 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
  },