@aws-sdk/client-backup-gateway 3.478.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 (105) 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-es/commands/AssociateGatewayToServerCommand.js +18 -41
  28. package/dist-es/commands/CreateGatewayCommand.js +18 -41
  29. package/dist-es/commands/DeleteGatewayCommand.js +18 -41
  30. package/dist-es/commands/DeleteHypervisorCommand.js +18 -41
  31. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +18 -41
  32. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +18 -41
  33. package/dist-es/commands/GetGatewayCommand.js +18 -41
  34. package/dist-es/commands/GetHypervisorCommand.js +18 -41
  35. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +18 -41
  36. package/dist-es/commands/GetVirtualMachineCommand.js +18 -41
  37. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +18 -41
  38. package/dist-es/commands/ListGatewaysCommand.js +18 -41
  39. package/dist-es/commands/ListHypervisorsCommand.js +18 -41
  40. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  41. package/dist-es/commands/ListVirtualMachinesCommand.js +18 -41
  42. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +18 -41
  43. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +18 -41
  44. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +18 -41
  45. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +18 -41
  46. package/dist-es/commands/TagResourceCommand.js +18 -41
  47. package/dist-es/commands/TestHypervisorConfigurationCommand.js +18 -41
  48. package/dist-es/commands/UntagResourceCommand.js +18 -41
  49. package/dist-es/commands/UpdateGatewayInformationCommand.js +18 -41
  50. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +18 -41
  51. package/dist-es/commands/UpdateHypervisorCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteHypervisorCommand.d.ts +6 -21
  57. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +6 -21
  58. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +6 -21
  59. package/dist-types/commands/GetGatewayCommand.d.ts +6 -21
  60. package/dist-types/commands/GetHypervisorCommand.d.ts +6 -21
  61. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +6 -21
  62. package/dist-types/commands/GetVirtualMachineCommand.d.ts +6 -21
  63. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +6 -21
  64. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -21
  65. package/dist-types/commands/ListHypervisorsCommand.d.ts +6 -21
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +6 -21
  68. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +6 -21
  69. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +6 -21
  70. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +6 -21
  71. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +6 -21
  72. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +6 -21
  74. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  75. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +6 -21
  76. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateHypervisorCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +9 -9
@@ -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 { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TestHypervisorConfigurationCommandInput extends TestHypervisorC
21
20
  */
22
21
  export interface TestHypervisorConfigurationCommandOutput extends TestHypervisorConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const TestHypervisorConfigurationCommand_base: {
24
+ new (input: TestHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
@@ -69,23 +72,5 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
69
72
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
70
73
  *
71
74
  */
72
- export declare class TestHypervisorConfigurationCommand extends $Command<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
73
- readonly input: TestHypervisorConfigurationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: TestHypervisorConfigurationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
91
76
  }
@@ -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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
67
70
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -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 { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGatewayInformationCommandInput extends UpdateGatewayInfor
21
20
  */
22
21
  export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGatewayInformationCommand_base: {
24
+ new (input: UpdateGatewayInformationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
@@ -69,23 +72,5 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
69
72
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
70
73
  *
71
74
  */
72
- export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig> {
73
- readonly input: UpdateGatewayInformationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UpdateGatewayInformationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
91
76
  }
@@ -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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGatewaySoftwareNowCommandInput extends UpdateGatewaySoftw
21
20
  */
22
21
  export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoftwareNowOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGatewaySoftwareNowCommand_base: {
24
+ new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the gateway virtual machine (VM) software.
@@ -70,23 +73,5 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
70
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig> {
74
- readonly input: UpdateGatewaySoftwareNowCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateGatewaySoftwareNowCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_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 { UpdateHypervisorInput, UpdateHypervisorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {
21
20
  */
22
21
  export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateHypervisorCommand_base: {
24
+ new (input: UpdateHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
@@ -77,23 +80,5 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
77
80
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateHypervisorCommand extends $Command<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
81
- readonly input: UpdateHypervisorCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateHypervisorCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AssociateGatewayToServerCommandInput
21
15
  export interface AssociateGatewayToServerCommandOutput
22
16
  extends AssociateGatewayToServerOutput,
23
17
  __MetadataBearer {}
24
- export declare class AssociateGatewayToServerCommand extends $Command<
25
- AssociateGatewayToServerCommandInput,
26
- AssociateGatewayToServerCommandOutput,
27
- BackupGatewayClientResolvedConfig
28
- > {
29
- readonly input: AssociateGatewayToServerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateGatewayToServerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BackupGatewayClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateGatewayToServerCommand_base: {
19
+ new (
20
+ input: AssociateGatewayToServerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateGatewayToServerCommandInput,
38
- AssociateGatewayToServerCommandOutput
23
+ AssociateGatewayToServerCommandOutput,
24
+ BackupGatewayClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateGatewayCommandInput extends CreateGatewayInput {}
17
11
  export interface CreateGatewayCommandOutput
18
12
  extends CreateGatewayOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateGatewayCommand extends $Command<
21
- CreateGatewayCommandInput,
22
- CreateGatewayCommandOutput,
23
- BackupGatewayClientResolvedConfig
24
- > {
25
- readonly input: CreateGatewayCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGatewayCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BackupGatewayClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGatewayCommand_base: {
15
+ new (
16
+ input: CreateGatewayCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGatewayCommandInput,
19
+ CreateGatewayCommandOutput,
20
+ BackupGatewayClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGatewayCommand extends CreateGatewayCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
17
11
  export interface DeleteGatewayCommandOutput
18
12
  extends DeleteGatewayOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteGatewayCommand extends $Command<
21
- DeleteGatewayCommandInput,
22
- DeleteGatewayCommandOutput,
23
- BackupGatewayClientResolvedConfig
24
- > {
25
- readonly input: DeleteGatewayCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteGatewayCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BackupGatewayClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteGatewayCommand_base: {
15
+ new (
16
+ input: DeleteGatewayCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGatewayCommandInput,
19
+ DeleteGatewayCommandOutput,
20
+ BackupGatewayClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
20
14
  export interface DeleteHypervisorCommandOutput
21
15
  extends DeleteHypervisorOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteHypervisorCommand extends $Command<
24
- DeleteHypervisorCommandInput,
25
- DeleteHypervisorCommandOutput,
26
- BackupGatewayClientResolvedConfig
27
- > {
28
- readonly input: DeleteHypervisorCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteHypervisorCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BackupGatewayClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteHypervisorCommand_base: {
18
+ new (
19
+ input: DeleteHypervisorCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteHypervisorCommandInput,
22
+ DeleteHypervisorCommandOutput,
23
+ BackupGatewayClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisassociateGatewayFromServerCommandInput
21
15
  export interface DisassociateGatewayFromServerCommandOutput
22
16
  extends DisassociateGatewayFromServerOutput,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateGatewayFromServerCommand extends $Command<
25
- DisassociateGatewayFromServerCommandInput,
26
- DisassociateGatewayFromServerCommandOutput,
27
- BackupGatewayClientResolvedConfig
28
- > {
29
- readonly input: DisassociateGatewayFromServerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateGatewayFromServerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BackupGatewayClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateGatewayFromServerCommand_base: {
19
+ new (
20
+ input: DisassociateGatewayFromServerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateGatewayFromServerCommandInput,
38
- DisassociateGatewayFromServerCommandOutput
23
+ DisassociateGatewayFromServerCommandOutput,
24
+ BackupGatewayClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetBandwidthRateLimitScheduleCommandInput
21
15
  export interface GetBandwidthRateLimitScheduleCommandOutput
22
16
  extends GetBandwidthRateLimitScheduleOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetBandwidthRateLimitScheduleCommand extends $Command<
25
- GetBandwidthRateLimitScheduleCommandInput,
26
- GetBandwidthRateLimitScheduleCommandOutput,
27
- BackupGatewayClientResolvedConfig
28
- > {
29
- readonly input: GetBandwidthRateLimitScheduleCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetBandwidthRateLimitScheduleCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BackupGatewayClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetBandwidthRateLimitScheduleCommand_base: {
19
+ new (
20
+ input: GetBandwidthRateLimitScheduleCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetBandwidthRateLimitScheduleCommandInput,
38
- GetBandwidthRateLimitScheduleCommandOutput
23
+ GetBandwidthRateLimitScheduleCommandOutput,
24
+ BackupGatewayClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetGatewayCommandInput extends GetGatewayInput {}
17
11
  export interface GetGatewayCommandOutput
18
12
  extends GetGatewayOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetGatewayCommand extends $Command<
21
- GetGatewayCommandInput,
22
- GetGatewayCommandOutput,
23
- BackupGatewayClientResolvedConfig
24
- > {
25
- readonly input: GetGatewayCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetGatewayCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BackupGatewayClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetGatewayCommand_base: {
15
+ new (
16
+ input: GetGatewayCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetGatewayCommandInput,
19
+ GetGatewayCommandOutput,
20
+ BackupGatewayClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetGatewayCommand extends GetGatewayCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BackupGatewayClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetHypervisorCommandInput extends GetHypervisorInput {}
17
11
  export interface GetHypervisorCommandOutput
18
12
  extends GetHypervisorOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetHypervisorCommand extends $Command<
21
- GetHypervisorCommandInput,
22
- GetHypervisorCommandOutput,
23
- BackupGatewayClientResolvedConfig
24
- > {
25
- readonly input: GetHypervisorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetHypervisorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BackupGatewayClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetHypervisorCommand_base: {
15
+ new (
16
+ input: GetHypervisorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetHypervisorCommandInput,
19
+ GetHypervisorCommandOutput,
20
+ BackupGatewayClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetHypervisorCommand extends GetHypervisorCommand_base {}