@aws-sdk/client-backup-gateway 3.337.0 → 3.341.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 (113) hide show
  1. package/dist-cjs/BackupGatewayClient.js +2 -1
  2. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +2 -1
  3. package/dist-cjs/commands/CreateGatewayCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteGatewayCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteHypervisorCommand.js +2 -1
  6. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +2 -1
  7. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +2 -1
  8. package/dist-cjs/commands/GetGatewayCommand.js +2 -1
  9. package/dist-cjs/commands/GetHypervisorCommand.js +2 -1
  10. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +2 -1
  11. package/dist-cjs/commands/GetVirtualMachineCommand.js +2 -1
  12. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +2 -1
  13. package/dist-cjs/commands/ListGatewaysCommand.js +2 -1
  14. package/dist-cjs/commands/ListHypervisorsCommand.js +2 -1
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  16. package/dist-cjs/commands/ListVirtualMachinesCommand.js +2 -1
  17. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +2 -1
  18. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +2 -1
  19. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +2 -1
  20. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -1
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  22. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateHypervisorCommand.js +2 -1
  27. package/dist-cjs/index.js +2 -2
  28. package/dist-cjs/models/BackupGatewayServiceException.js +2 -1
  29. package/dist-es/BackupGatewayClient.js +1 -0
  30. package/dist-es/commands/AssociateGatewayToServerCommand.js +1 -0
  31. package/dist-es/commands/CreateGatewayCommand.js +1 -0
  32. package/dist-es/commands/DeleteGatewayCommand.js +1 -0
  33. package/dist-es/commands/DeleteHypervisorCommand.js +1 -0
  34. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +1 -0
  35. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +1 -0
  36. package/dist-es/commands/GetGatewayCommand.js +1 -0
  37. package/dist-es/commands/GetHypervisorCommand.js +1 -0
  38. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +1 -0
  39. package/dist-es/commands/GetVirtualMachineCommand.js +1 -0
  40. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +1 -0
  41. package/dist-es/commands/ListGatewaysCommand.js +1 -0
  42. package/dist-es/commands/ListHypervisorsCommand.js +1 -0
  43. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  44. package/dist-es/commands/ListVirtualMachinesCommand.js +1 -0
  45. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +1 -0
  46. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +1 -0
  47. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +1 -0
  48. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +1 -0
  49. package/dist-es/commands/TagResourceCommand.js +1 -0
  50. package/dist-es/commands/TestHypervisorConfigurationCommand.js +1 -0
  51. package/dist-es/commands/UntagResourceCommand.js +1 -0
  52. package/dist-es/commands/UpdateGatewayInformationCommand.js +1 -0
  53. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +1 -0
  54. package/dist-es/commands/UpdateHypervisorCommand.js +1 -0
  55. package/dist-es/index.js +2 -2
  56. package/dist-es/models/BackupGatewayServiceException.js +1 -0
  57. package/dist-types/BackupGatewayClient.d.ts +3 -3
  58. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteGatewayCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteHypervisorCommand.d.ts +4 -0
  62. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +4 -0
  63. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +4 -0
  64. package/dist-types/commands/GetGatewayCommand.d.ts +4 -0
  65. package/dist-types/commands/GetHypervisorCommand.d.ts +4 -0
  66. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +4 -0
  67. package/dist-types/commands/GetVirtualMachineCommand.d.ts +4 -0
  68. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +4 -0
  69. package/dist-types/commands/ListGatewaysCommand.d.ts +4 -0
  70. package/dist-types/commands/ListHypervisorsCommand.d.ts +4 -0
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  72. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +4 -0
  73. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +4 -0
  74. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +4 -0
  75. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +4 -0
  76. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +4 -0
  77. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  78. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +4 -0
  79. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  80. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +4 -0
  81. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateHypervisorCommand.d.ts +4 -0
  83. package/dist-types/index.d.ts +15 -2
  84. package/dist-types/models/BackupGatewayServiceException.d.ts +1 -0
  85. package/dist-types/ts3.4/BackupGatewayClient.d.ts +3 -3
  86. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/index.d.ts +2 -2
  112. package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +1 -0
  113. package/package.json +28 -28
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateHypervisorInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateHypervisorCommand, se_UpdateHypervisorCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class UpdateHypervisorCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./BackupGateway";
2
1
  export * from "./BackupGatewayClient";
2
+ export * from "./BackupGateway";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { BackupGatewayServiceException } from "./models/BackupGatewayServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class BackupGatewayServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -34,6 +34,7 @@ import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOu
34
34
  import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
35
35
  import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "./commands/UpdateHypervisorCommand";
36
36
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
37
+ export { __Client };
37
38
  /**
38
39
  * @public
39
40
  */
@@ -148,7 +149,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
148
149
  /**
149
150
  * @public
150
151
  */
151
- type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
+ export type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
153
  /**
153
154
  * @public
154
155
  *
@@ -159,7 +160,7 @@ export interface BackupGatewayClientConfig extends BackupGatewayClientConfigType
159
160
  /**
160
161
  * @public
161
162
  */
162
- type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
163
+ export type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
163
164
  /**
164
165
  * @public
165
166
  *
@@ -192,4 +193,3 @@ export declare class BackupGatewayClient extends __Client<__HttpHandlerOptions,
192
193
  */
193
194
  destroy(): void;
194
195
  }
195
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSyncOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { UpdateHypervisorInput, UpdateHypervisorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,19 @@
1
- export * from "./BackupGateway";
1
+ /**
2
+ * <fullname>Backup gateway</fullname>
3
+ * <p>Backup gateway connects Backup to your hypervisor, so you can
4
+ * create, store, and restore backups of your virtual machines (VMs) anywhere, whether
5
+ * on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
6
+ * <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
7
+ * <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
8
+ * on-demand backups. Once you have backed up your resources, you can view them and restore them
9
+ * like any resource supported by Backup.</p>
10
+ * <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>
11
+ *
12
+ * @packageDocumentation
13
+ */
2
14
  export * from "./BackupGatewayClient";
15
+ export * from "./BackupGateway";
3
16
  export * from "./commands";
4
- export * from "./models";
5
17
  export * from "./pagination";
18
+ export * from "./models";
6
19
  export { BackupGatewayServiceException } from "./models/BackupGatewayServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -151,6 +151,7 @@ import {
151
151
  ClientResolvedEndpointParameters,
152
152
  EndpointParameters,
153
153
  } from "./endpoint/EndpointParameters";
154
+ export { __Client };
154
155
  export type ServiceInputTypes =
155
156
  | AssociateGatewayToServerCommandInput
156
157
  | CreateGatewayCommandInput
@@ -227,7 +228,7 @@ export interface ClientDefaults
227
228
  logger?: __Logger;
228
229
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
229
230
  }
230
- type BackupGatewayClientConfigType = Partial<
231
+ export type BackupGatewayClientConfigType = Partial<
231
232
  __SmithyConfiguration<__HttpHandlerOptions>
232
233
  > &
233
234
  ClientDefaults &
@@ -240,7 +241,7 @@ type BackupGatewayClientConfigType = Partial<
240
241
  ClientInputEndpointParameters;
241
242
  export interface BackupGatewayClientConfig
242
243
  extends BackupGatewayClientConfigType {}
243
- type BackupGatewayClientResolvedConfigType =
244
+ export type BackupGatewayClientResolvedConfigType =
244
245
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
245
246
  Required<ClientDefaults> &
246
247
  RegionResolvedConfig &
@@ -262,4 +263,3 @@ export declare class BackupGatewayClient extends __Client<
262
263
  constructor(configuration: BackupGatewayClientConfig);
263
264
  destroy(): void;
264
265
  }
265
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateGatewayToServerInput,
16
16
  AssociateGatewayToServerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateGatewayToServerCommandInput
19
20
  extends AssociateGatewayToServerInput {}
20
21
  export interface AssociateGatewayToServerCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateGatewayCommandInput extends CreateGatewayInput {}
16
17
  export interface CreateGatewayCommandOutput
17
18
  extends CreateGatewayOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
16
17
  export interface DeleteGatewayCommandOutput
17
18
  extends DeleteGatewayOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteHypervisorInput,
16
16
  DeleteHypervisorOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
19
20
  export interface DeleteHypervisorCommandOutput
20
21
  extends DeleteHypervisorOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DisassociateGatewayFromServerInput,
16
16
  DisassociateGatewayFromServerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateGatewayFromServerCommandInput
19
20
  extends DisassociateGatewayFromServerInput {}
20
21
  export interface DisassociateGatewayFromServerCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetBandwidthRateLimitScheduleInput,
16
16
  GetBandwidthRateLimitScheduleOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetBandwidthRateLimitScheduleCommandInput
19
20
  extends GetBandwidthRateLimitScheduleInput {}
20
21
  export interface GetBandwidthRateLimitScheduleCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetGatewayCommandInput extends GetGatewayInput {}
16
17
  export interface GetGatewayCommandOutput
17
18
  extends GetGatewayOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetHypervisorCommandInput extends GetHypervisorInput {}
16
17
  export interface GetHypervisorCommandOutput
17
18
  extends GetHypervisorOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetHypervisorPropertyMappingsInput,
16
16
  GetHypervisorPropertyMappingsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetHypervisorPropertyMappingsCommandInput
19
20
  extends GetHypervisorPropertyMappingsInput {}
20
21
  export interface GetHypervisorPropertyMappingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetVirtualMachineInput,
16
16
  GetVirtualMachineOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {}
19
20
  export interface GetVirtualMachineCommandOutput
20
21
  extends GetVirtualMachineOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ImportHypervisorConfigurationInput,
16
16
  ImportHypervisorConfigurationOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ImportHypervisorConfigurationCommandInput
19
20
  extends ImportHypervisorConfigurationInput {}
20
21
  export interface ImportHypervisorConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListGatewaysCommandInput extends ListGatewaysInput {}
16
17
  export interface ListGatewaysCommandOutput
17
18
  extends ListGatewaysOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListHypervisorsInput,
16
16
  ListHypervisorsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListHypervisorsCommandInput extends ListHypervisorsInput {}
19
20
  export interface ListHypervisorsCommandOutput
20
21
  extends ListHypervisorsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceInput,
16
16
  ListTagsForResourceOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceInput {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListVirtualMachinesInput,
16
16
  ListVirtualMachinesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVirtualMachinesCommandInput
19
20
  extends ListVirtualMachinesInput {}
20
21
  export interface ListVirtualMachinesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutBandwidthRateLimitScheduleInput,
16
16
  PutBandwidthRateLimitScheduleOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutBandwidthRateLimitScheduleCommandInput
19
20
  extends PutBandwidthRateLimitScheduleInput {}
20
21
  export interface PutBandwidthRateLimitScheduleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutHypervisorPropertyMappingsInput,
16
16
  PutHypervisorPropertyMappingsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutHypervisorPropertyMappingsCommandInput
19
20
  extends PutHypervisorPropertyMappingsInput {}
20
21
  export interface PutHypervisorPropertyMappingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutMaintenanceStartTimeInput,
16
16
  PutMaintenanceStartTimeOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutMaintenanceStartTimeCommandInput
19
20
  extends PutMaintenanceStartTimeInput {}
20
21
  export interface PutMaintenanceStartTimeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StartVirtualMachinesMetadataSyncInput,
16
16
  StartVirtualMachinesMetadataSyncOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartVirtualMachinesMetadataSyncCommandInput
19
20
  extends StartVirtualMachinesMetadataSyncInput {}
20
21
  export interface StartVirtualMachinesMetadataSyncCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceInput {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceOutput,
@@ -15,6 +15,7 @@ import {
15
15
  TestHypervisorConfigurationInput,
16
16
  TestHypervisorConfigurationOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface TestHypervisorConfigurationCommandInput
19
20
  extends TestHypervisorConfigurationInput {}
20
21
  export interface TestHypervisorConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BackupGatewayClient";
14
14
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceInput {}
16
17
  export interface UntagResourceCommandOutput
17
18
  extends UntagResourceOutput,