@aws-sdk/client-backup-gateway 3.533.0 → 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 (55) hide show
  1. package/dist-types/BackupGateway.d.ts +4 -1
  2. package/dist-types/BackupGatewayClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteHypervisorCommand.d.ts +2 -1
  7. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
  8. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
  9. package/dist-types/commands/GetGatewayCommand.d.ts +2 -1
  10. package/dist-types/commands/GetHypervisorCommand.d.ts +2 -1
  11. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
  12. package/dist-types/commands/GetVirtualMachineCommand.d.ts +2 -1
  13. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  15. package/dist-types/commands/ListHypervisorsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +2 -1
  18. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
  19. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
  20. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
  21. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
  22. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -1
  28. package/dist-types/models/models_0.d.ts +169 -169
  29. package/dist-types/ts3.4/BackupGateway.d.ts +3 -0
  30. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +9 -0
  55. package/package.json +40 -40
@@ -95,12 +95,14 @@ export interface BackupGateway {
95
95
  /**
96
96
  * @see {@link ListGatewaysCommand}
97
97
  */
98
+ listGateways(): Promise<ListGatewaysCommandOutput>;
98
99
  listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
99
100
  listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
100
101
  listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
101
102
  /**
102
103
  * @see {@link ListHypervisorsCommand}
103
104
  */
105
+ listHypervisors(): Promise<ListHypervisorsCommandOutput>;
104
106
  listHypervisors(args: ListHypervisorsCommandInput, options?: __HttpHandlerOptions): Promise<ListHypervisorsCommandOutput>;
105
107
  listHypervisors(args: ListHypervisorsCommandInput, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
106
108
  listHypervisors(args: ListHypervisorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
@@ -113,6 +115,7 @@ export interface BackupGateway {
113
115
  /**
114
116
  * @see {@link ListVirtualMachinesCommand}
115
117
  */
118
+ listVirtualMachines(): Promise<ListVirtualMachinesCommandOutput>;
116
119
  listVirtualMachines(args: ListVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMachinesCommandOutput>;
117
120
  listVirtualMachines(args: ListVirtualMachinesCommandInput, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
118
121
  listVirtualMachines(args: ListVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
@@ -178,7 +181,6 @@ export interface BackupGateway {
178
181
  updateHypervisor(args: UpdateHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
179
182
  }
180
183
  /**
181
- * @public
182
184
  * <fullname>Backup gateway</fullname>
183
185
  * <p>Backup gateway connects Backup to your hypervisor, so you can
184
186
  * create, store, and restore backups of your virtual machines (VMs) anywhere, whether
@@ -188,6 +190,7 @@ export interface BackupGateway {
188
190
  * on-demand backups. Once you have backed up your resources, you can view them and restore them
189
191
  * like any resource supported by Backup.</p>
190
192
  * <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
193
+ * @public
191
194
  */
192
195
  export declare class BackupGateway extends BackupGatewayClient implements BackupGateway {
193
196
  }
@@ -176,7 +176,6 @@ export type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguratio
176
176
  export interface BackupGatewayClientResolvedConfig extends BackupGatewayClientResolvedConfigType {
177
177
  }
178
178
  /**
179
- * @public
180
179
  * <fullname>Backup gateway</fullname>
181
180
  * <p>Backup gateway connects Backup to your hypervisor, so you can
182
181
  * create, store, and restore backups of your virtual machines (VMs) anywhere, whether
@@ -186,6 +185,7 @@ export interface BackupGatewayClientResolvedConfig extends BackupGatewayClientRe
186
185
  * on-demand backups. Once you have backed up your resources, you can view them and restore them
187
186
  * like any resource supported by Backup.</p>
188
187
  * <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
188
+ * @public
189
189
  */
190
190
  export declare class BackupGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupGatewayClientResolvedConfig> {
191
191
  /**
@@ -22,10 +22,10 @@ export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayT
22
22
  }
23
23
  declare const AssociateGatewayToServerCommand_base: {
24
24
  new (input: AssociateGatewayToServerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateGatewayToServerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a backup gateway with your server. After you complete the association process,
30
30
  * you can back up and restore your VMs through the gateway.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const AssociateGatewayToServerCommand_base: {
68
68
  * @throws {@link BackupGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
22
22
  }
23
23
  declare const CreateGatewayCommand_base: {
24
24
  new (input: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
30
30
  * using the <code>AssociateGatewayToServer</code> operation.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const CreateGatewayCommand_base: {
72
72
  * @throws {@link BackupGatewayServiceException}
73
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
22
22
  }
23
23
  declare const DeleteGatewayCommand_base: {
24
24
  new (input: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a backup gateway.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteGatewayCommand_base: {
66
66
  * @throws {@link BackupGatewayServiceException}
67
67
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
22
22
  }
23
23
  declare const DeleteHypervisorCommand_base: {
24
24
  new (input: DeleteHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a hypervisor.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteHypervisorCommand_base: {
72
72
  * @throws {@link BackupGatewayServiceException}
73
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
22
22
  }
23
23
  declare const DisassociateGatewayFromServerCommand_base: {
24
24
  new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateGatewayFromServerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a backup gateway from the specified server. After the disassociation process
30
30
  * finishes, the gateway can no longer access the virtual machines on the server.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const DisassociateGatewayFromServerCommand_base: {
70
70
  * @throws {@link BackupGatewayServiceException}
71
71
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
22
22
  }
23
23
  declare const GetBandwidthRateLimitScheduleCommand_base: {
24
24
  new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
30
30
  * By default, gateways do not have bandwidth rate limit schedules, which means
31
31
  * no bandwidth rate limiting is in effect. Use this to get a gateway's
@@ -81,6 +81,7 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
81
81
  * @throws {@link BackupGatewayServiceException}
82
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
22
22
  }
23
23
  declare const GetGatewayCommand_base: {
24
24
  new (input: GetGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>By providing the ARN (Amazon Resource Name), this
30
30
  * API returns the gateway.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const GetGatewayCommand_base: {
81
81
  * @throws {@link BackupGatewayServiceException}
82
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetGatewayCommand extends GetGatewayCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
22
22
  }
23
23
  declare const GetHypervisorCommand_base: {
24
24
  new (input: GetHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action requests information about the specified hypervisor to which the gateway will connect.
30
30
  * A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
31
31
  * and allocates resources to them.</p>
@@ -78,6 +78,7 @@ declare const GetHypervisorCommand_base: {
78
78
  * @throws {@link BackupGatewayServiceException}
79
79
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
22
22
  }
23
23
  declare const GetHypervisorPropertyMappingsCommand_base: {
24
24
  new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action retrieves the property mappings for the specified hypervisor.
30
30
  * A hypervisor property mapping displays the relationship of entity properties
31
31
  * available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>
@@ -77,6 +77,7 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
77
77
  * @throws {@link BackupGatewayServiceException}
78
78
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
22
22
  }
23
23
  declare const GetVirtualMachineCommand_base: {
24
24
  new (input: GetVirtualMachineCommandInput): import("@smithy/smithy-client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetVirtualMachineCommandInput): import("@smithy/smithy-client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const GetVirtualMachineCommand_base: {
80
80
  * @throws {@link BackupGatewayServiceException}
81
81
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
22
22
  }
23
23
  declare const ImportHypervisorConfigurationCommand_base: {
24
24
  new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Connect to a hypervisor by importing its configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ImportHypervisorConfigurationCommand_base: {
79
79
  * @throws {@link BackupGatewayServiceException}
80
80
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
22
22
  }
23
23
  declare const ListGatewaysCommand_base: {
24
24
  new (input: ListGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListGatewaysCommand_base: {
73
73
  * @throws {@link BackupGatewayServiceException}
74
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
22
22
  }
23
23
  declare const ListHypervisorsCommand_base: {
24
24
  new (input: ListHypervisorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListHypervisorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your hypervisors.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListHypervisorsCommand_base: {
73
73
  * @throws {@link BackupGatewayServiceException}
74
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags applied to the resource identified by its Amazon Resource Name
30
30
  * (ARN).</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link BackupGatewayServiceException}
74
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
22
22
  }
23
23
  declare const ListVirtualMachinesCommand_base: {
24
24
  new (input: ListVirtualMachinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVirtualMachinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your virtual machines.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListVirtualMachinesCommand_base: {
75
75
  * @throws {@link BackupGatewayServiceException}
76
76
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
22
22
  }
23
23
  declare const PutBandwidthRateLimitScheduleCommand_base: {
24
24
  new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action sets the bandwidth rate limit schedule for a specified gateway.
30
30
  * By default, gateways do not have a bandwidth rate limit schedule, which means
31
31
  * no bandwidth rate limiting is in effect. Use this to initiate a
@@ -81,6 +81,7 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
81
81
  * @throws {@link BackupGatewayServiceException}
82
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
22
22
  }
23
23
  declare const PutHypervisorPropertyMappingsCommand_base: {
24
24
  new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action sets the property mappings for the specified hypervisor.
30
30
  * A hypervisor property mapping displays the relationship of entity properties
31
31
  * available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>
@@ -83,6 +83,7 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
83
83
  * @throws {@link BackupGatewayServiceException}
84
84
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
22
22
  }
23
23
  declare const PutMaintenanceStartTimeCommand_base: {
24
24
  new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/smithy-client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutMaintenanceStartTimeCommandInput): import("@smithy/smithy-client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Set the maintenance start time for a gateway.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const PutMaintenanceStartTimeCommand_base: {
73
73
  * @throws {@link BackupGatewayServiceException}
74
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
22
22
  }
23
23
  declare const StartVirtualMachinesMetadataSyncCommand_base: {
24
24
  new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/smithy-client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/smithy-client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action sends a request to sync metadata across the specified virtual machines.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
69
69
  * @throws {@link BackupGatewayServiceException}
70
70
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tag the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
72
72
  * @throws {@link BackupGatewayServiceException}
73
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
22
22
  }
23
23
  declare const TestHypervisorConfigurationCommand_base: {
24
24
  new (input: TestHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TestHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
30
30
  * hypervisor and its resources.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const TestHypervisorConfigurationCommand_base: {
71
71
  * @throws {@link BackupGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link BackupGatewayServiceException}
70
70
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
22
22
  }
23
23
  declare const UpdateGatewayInformationCommand_base: {
24
24
  new (input: UpdateGatewayInformationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGatewayInformationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
30
30
  * (ARN) of the gateway in your request.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const UpdateGatewayInformationCommand_base: {
71
71
  * @throws {@link BackupGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
22
22
  }
23
23
  declare const UpdateGatewaySoftwareNowCommand_base: {
24
24
  new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGatewaySoftwareNowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the gateway virtual machine (VM) software.
30
30
  * The request immediately triggers the software update.</p>
31
31
  * <note>
@@ -72,6 +72,7 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
72
72
  * @throws {@link BackupGatewayServiceException}
73
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
22
22
  }
23
23
  declare const UpdateHypervisorCommand_base: {
24
24
  new (input: UpdateHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
30
30
  * hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your
31
31
  * request.</p>
@@ -79,6 +79,7 @@ declare const UpdateHypervisorCommand_base: {
79
79
  * @throws {@link BackupGatewayServiceException}
80
80
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
84
85
  }