@aws-sdk/client-backup-gateway 3.478.0 → 3.484.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 +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGatewayCommandInput extends GetGatewayInput {
21
20
  */
22
21
  export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetGatewayCommand_base: {
24
+ new (input: GetGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>By providing the ARN (Amazon Resource Name), this
@@ -79,23 +82,5 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
80
83
  *
81
84
  */
82
- export declare class GetGatewayCommand extends $Command<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
83
- readonly input: GetGatewayCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetGatewayCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetGatewayCommand extends GetGatewayCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetHypervisorCommandInput extends GetHypervisorInput {
21
20
  */
22
21
  export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetHypervisorCommand_base: {
24
+ new (input: GetHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action requests information about the specified hypervisor to which the gateway will connect.
@@ -76,23 +79,5 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
76
79
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
77
80
  *
78
81
  */
79
- export declare class GetHypervisorCommand extends $Command<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
80
- readonly input: GetHypervisorCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetHypervisorCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisor
21
20
  */
22
21
  export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetHypervisorPropertyMappingsCommand_base: {
24
+ new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action retrieves the property mappings for the specified hypervisor.
@@ -75,23 +78,5 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
75
78
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
76
79
  *
77
80
  */
78
- export declare class GetHypervisorPropertyMappingsCommand extends $Command<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
79
- readonly input: GetHypervisorPropertyMappingsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetHypervisorPropertyMappingsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {
21
20
  */
22
21
  export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetVirtualMachineCommand_base: {
24
+ new (input: GetVirtualMachineCommandInput): import("@smithy/smithy-client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
@@ -78,23 +81,5 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
78
81
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
79
82
  *
80
83
  */
81
- export declare class GetVirtualMachineCommand extends $Command<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig> {
82
- readonly input: GetVirtualMachineCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetVirtualMachineCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportHypervisorConfigurationCommandInput extends ImportHypervi
21
20
  */
22
21
  export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const ImportHypervisorConfigurationCommand_base: {
24
+ new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Connect to a hypervisor by importing its configuration.</p>
@@ -77,23 +80,5 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
77
80
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
78
81
  *
79
82
  */
80
- export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
81
- readonly input: ImportHypervisorConfigurationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ImportHypervisorConfigurationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {
21
20
  */
22
21
  export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGatewaysCommand_base: {
24
+ new (input: ListGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>
@@ -71,23 +74,5 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListGatewaysCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListGatewaysCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {
21
20
  */
22
21
  export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListHypervisorsCommand_base: {
24
+ new (input: ListHypervisorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your hypervisors.</p>
@@ -71,23 +74,5 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListHypervisorsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListHypervisorsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags applied to the resource identified by its Amazon Resource Name
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
71
74
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
75
  *
73
76
  */
74
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
75
- readonly input: ListTagsForResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListTagsForResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
4
  import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVirtualMachinesCommandInput extends ListVirtualMachinesInpu
21
20
  */
22
21
  export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListVirtualMachinesCommand_base: {
24
+ new (input: ListVirtualMachinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your virtual machines.</p>
@@ -73,23 +76,5 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
73
76
  * <p>Base exception class for all service exceptions from BackupGateway service.</p>
74
77
  *
75
78
  */
76
- export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
77
- readonly input: ListVirtualMachinesCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListVirtualMachinesCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
95
80
  }
@@ -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
  }