@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 { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutBandwidthRateLimitScheduleCommandInput extends PutBandwidthR
21
20
  */
22
21
  export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidthRateLimitScheduleOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutBandwidthRateLimitScheduleCommand_base: {
24
+ new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action sets the bandwidth rate limit schedule for a specified gateway.
@@ -79,23 +82,5 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
79
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
80
83
  *
81
84
  */
82
- export declare class PutBandwidthRateLimitScheduleCommand extends $Command<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
83
- readonly input: PutBandwidthRateLimitScheduleCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: PutBandwidthRateLimitScheduleCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_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 { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutHypervisorPropertyMappingsCommandInput extends PutHypervisor
21
20
  */
22
21
  export interface PutHypervisorPropertyMappingsCommandOutput extends PutHypervisorPropertyMappingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutHypervisorPropertyMappingsCommand_base: {
24
+ new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action sets the property mappings for the specified hypervisor.
@@ -81,23 +84,5 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
81
84
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
82
85
  *
83
86
  */
84
- export declare class PutHypervisorPropertyMappingsCommand extends $Command<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
85
- readonly input: PutHypervisorPropertyMappingsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: PutHypervisorPropertyMappingsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {
103
88
  }
@@ -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 { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMaintenanceStartTimeCommandInput extends PutMaintenanceStart
21
20
  */
22
21
  export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStartTimeOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutMaintenanceStartTimeCommand_base: {
24
+ new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/smithy-client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Set the maintenance start time for a gateway.</p>
@@ -71,23 +74,5 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class PutMaintenanceStartTimeCommand extends $Command<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: PutMaintenanceStartTimeCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: PutMaintenanceStartTimeCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_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 { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSyncOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartVirtualMachinesMetadataSyncCommandInput extends StartVirtu
21
20
  */
22
21
  export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirtualMachinesMetadataSyncOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartVirtualMachinesMetadataSyncCommand_base: {
24
+ new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/smithy-client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action sends a request to sync metadata across the specified virtual machines.</p>
@@ -67,23 +70,5 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
67
70
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
68
71
  *
69
72
  */
70
- export declare class StartVirtualMachinesMetadataSyncCommand extends $Command<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig> {
71
- readonly input: StartVirtualMachinesMetadataSyncCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: StartVirtualMachinesMetadataSyncCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tag the resource.</p>
@@ -70,23 +73,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
70
73
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
71
74
  *
72
75
  */
73
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
74
- readonly input: TagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: TagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class TagResourceCommand extends TagResourceCommand_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 { 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;
@@ -4,4 +4,4 @@ import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGateways(config: BackupGatewayPaginationConfiguration, input: ListGatewaysCommandInput, ...additionalArguments: any): Paginator<ListGatewaysCommandOutput>;
7
+ export declare const paginateListGateways: (config: BackupGatewayPaginationConfiguration, input: ListGatewaysCommandInput, ...rest: any[]) => Paginator<ListGatewaysCommandOutput>;
@@ -4,4 +4,4 @@ import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListHypervisors(config: BackupGatewayPaginationConfiguration, input: ListHypervisorsCommandInput, ...additionalArguments: any): Paginator<ListHypervisorsCommandOutput>;
7
+ export declare const paginateListHypervisors: (config: BackupGatewayPaginationConfiguration, input: ListHypervisorsCommandInput, ...rest: any[]) => Paginator<ListHypervisorsCommandOutput>;
@@ -4,4 +4,4 @@ import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListVirtualMachines(config: BackupGatewayPaginationConfiguration, input: ListVirtualMachinesCommandInput, ...additionalArguments: any): Paginator<ListVirtualMachinesCommandOutput>;
7
+ export declare const paginateListVirtualMachines: (config: BackupGatewayPaginationConfiguration, input: ListVirtualMachinesCommandInput, ...rest: any[]) => Paginator<ListVirtualMachinesCommandOutput>;
@@ -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 {}