@aws-sdk/client-backup-gateway 3.477.0 → 3.481.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 (117) hide show
  1. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +18 -41
  2. package/dist-cjs/commands/CreateGatewayCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteGatewayCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteHypervisorCommand.js +18 -41
  5. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +18 -41
  6. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +18 -41
  7. package/dist-cjs/commands/GetGatewayCommand.js +18 -41
  8. package/dist-cjs/commands/GetHypervisorCommand.js +18 -41
  9. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +18 -41
  10. package/dist-cjs/commands/GetVirtualMachineCommand.js +18 -41
  11. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +18 -41
  12. package/dist-cjs/commands/ListGatewaysCommand.js +18 -41
  13. package/dist-cjs/commands/ListHypervisorsCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/ListVirtualMachinesCommand.js +18 -41
  16. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +18 -41
  17. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +18 -41
  18. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +18 -41
  19. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +18 -41
  20. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateHypervisorCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-cjs/pagination/ListGatewaysPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListHypervisorsPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListVirtualMachinesPaginator.js +2 -24
  30. package/dist-es/commands/AssociateGatewayToServerCommand.js +18 -41
  31. package/dist-es/commands/CreateGatewayCommand.js +18 -41
  32. package/dist-es/commands/DeleteGatewayCommand.js +18 -41
  33. package/dist-es/commands/DeleteHypervisorCommand.js +18 -41
  34. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +18 -41
  35. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +18 -41
  36. package/dist-es/commands/GetGatewayCommand.js +18 -41
  37. package/dist-es/commands/GetHypervisorCommand.js +18 -41
  38. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +18 -41
  39. package/dist-es/commands/GetVirtualMachineCommand.js +18 -41
  40. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +18 -41
  41. package/dist-es/commands/ListGatewaysCommand.js +18 -41
  42. package/dist-es/commands/ListHypervisorsCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/ListVirtualMachinesCommand.js +18 -41
  45. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +18 -41
  46. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +18 -41
  47. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +18 -41
  48. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/TestHypervisorConfigurationCommand.js +18 -41
  51. package/dist-es/commands/UntagResourceCommand.js +18 -41
  52. package/dist-es/commands/UpdateGatewayInformationCommand.js +18 -41
  53. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +18 -41
  54. package/dist-es/commands/UpdateHypervisorCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/ListGatewaysPaginator.js +2 -23
  57. package/dist-es/pagination/ListHypervisorsPaginator.js +2 -23
  58. package/dist-es/pagination/ListVirtualMachinesPaginator.js +2 -23
  59. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteHypervisorCommand.d.ts +6 -21
  63. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +6 -21
  64. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +6 -21
  65. package/dist-types/commands/GetGatewayCommand.d.ts +6 -21
  66. package/dist-types/commands/GetHypervisorCommand.d.ts +6 -21
  67. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +6 -21
  68. package/dist-types/commands/GetVirtualMachineCommand.d.ts +6 -21
  69. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +6 -21
  70. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -21
  71. package/dist-types/commands/ListHypervisorsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +6 -21
  74. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +6 -21
  75. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +6 -21
  76. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +6 -21
  77. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +6 -21
  78. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateHypervisorCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListHypervisorsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListVirtualMachinesPaginator.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  114. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +3 -3
  115. package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +3 -3
  116. package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +3 -3
  117. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGatewayCommandInput extends CreateGatewayInput {
21
20
  */
22
21
  export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateGatewayCommand_base: {
24
+ new (input: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
@@ -70,23 +73,5 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
70
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
74
  *
72
75
  */
73
- export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
74
- readonly input: CreateGatewayCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: CreateGatewayCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {
21
20
  */
22
21
  export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGatewayCommand_base: {
24
+ new (input: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a backup gateway.</p>
@@ -64,23 +67,5 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
64
67
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
68
- readonly input: DeleteGatewayCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteGatewayCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {
21
20
  */
22
21
  export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteHypervisorCommand_base: {
24
+ new (input: DeleteHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a hypervisor.</p>
@@ -70,23 +73,5 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
70
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteHypervisorCommand extends $Command<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
74
- readonly input: DeleteHypervisorCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteHypervisorCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateGatewayFromServerCommandInput extends DisassociateG
21
20
  */
22
21
  export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateGatewayFromServerCommand_base: {
24
+ new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates a backup gateway from the specified server. After the disassociation process
@@ -68,23 +71,5 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
68
71
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
69
72
  *
70
73
  */
71
- export declare class DisassociateGatewayFromServerCommand extends $Command<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig> {
72
- readonly input: DisassociateGatewayFromServerCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DisassociateGatewayFromServerCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetBandwidthRateLimitScheduleCommandInput extends GetBandwidthR
21
20
  */
22
21
  export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidthRateLimitScheduleOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetBandwidthRateLimitScheduleCommand_base: {
24
+ new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
@@ -79,23 +82,5 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
79
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
80
83
  *
81
84
  */
82
- export declare class GetBandwidthRateLimitScheduleCommand extends $Command<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
83
- readonly input: GetBandwidthRateLimitScheduleCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetBandwidthRateLimitScheduleCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGatewayCommandInput extends GetGatewayInput {
21
20
  */
22
21
  export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetGatewayCommand_base: {
24
+ new (input: GetGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>By providing the ARN (Amazon Resource Name), this
@@ -79,23 +82,5 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
80
83
  *
81
84
  */
82
- export declare class GetGatewayCommand extends $Command<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
83
- readonly input: GetGatewayCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetGatewayCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetGatewayCommand extends GetGatewayCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetHypervisorCommandInput extends GetHypervisorInput {
21
20
  */
22
21
  export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetHypervisorCommand_base: {
24
+ new (input: GetHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action requests information about the specified hypervisor to which the gateway will connect.
@@ -76,23 +79,5 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
76
79
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
77
80
  *
78
81
  */
79
- export declare class GetHypervisorCommand extends $Command<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
80
- readonly input: GetHypervisorCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetHypervisorCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisor
21
20
  */
22
21
  export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetHypervisorPropertyMappingsCommand_base: {
24
+ new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action retrieves the property mappings for the specified hypervisor.
@@ -75,23 +78,5 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
75
78
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
76
79
  *
77
80
  */
78
- export declare class GetHypervisorPropertyMappingsCommand extends $Command<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
79
- readonly input: GetHypervisorPropertyMappingsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetHypervisorPropertyMappingsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {
21
20
  */
22
21
  export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetVirtualMachineCommand_base: {
24
+ new (input: GetVirtualMachineCommandInput): import("@smithy/smithy-client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
@@ -78,23 +81,5 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
78
81
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
79
82
  *
80
83
  */
81
- export declare class GetVirtualMachineCommand extends $Command<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig> {
82
- readonly input: GetVirtualMachineCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetVirtualMachineCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportHypervisorConfigurationCommandInput extends ImportHypervi
21
20
  */
22
21
  export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const ImportHypervisorConfigurationCommand_base: {
24
+ new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Connect to a hypervisor by importing its configuration.</p>
@@ -77,23 +80,5 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
77
80
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
78
81
  *
79
82
  */
80
- export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
81
- readonly input: ImportHypervisorConfigurationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ImportHypervisorConfigurationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {
21
20
  */
22
21
  export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGatewaysCommand_base: {
24
+ new (input: ListGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -71,23 +74,5 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListGatewaysCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListGatewaysCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {
21
20
  */
22
21
  export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListHypervisorsCommand_base: {
24
+ new (input: ListHypervisorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your hypervisors.</p>
@@ -71,23 +74,5 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListHypervisorsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListHypervisorsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags applied to the resource identified by its Amazon Resource Name
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListTagsForResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListTagsForResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVirtualMachinesCommandInput extends ListVirtualMachinesInpu
21
20
  */
22
21
  export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListVirtualMachinesCommand_base: {
24
+ new (input: ListVirtualMachinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your virtual machines.</p>
@@ -73,23 +76,5 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
73
76
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
77
  *
75
78
  */
76
- export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
77
- readonly input: ListVirtualMachinesCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListVirtualMachinesCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
95
80
  }