@aws-sdk/client-backup-gateway 3.1077.0 → 3.1078.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 (83) hide show
  1. package/dist-cjs/index.js +33 -253
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -14
  4. package/dist-es/commands/CreateGatewayCommand.js +2 -14
  5. package/dist-es/commands/DeleteGatewayCommand.js +2 -14
  6. package/dist-es/commands/DeleteHypervisorCommand.js +2 -14
  7. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -14
  8. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -14
  9. package/dist-es/commands/GetGatewayCommand.js +2 -14
  10. package/dist-es/commands/GetHypervisorCommand.js +2 -14
  11. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -14
  12. package/dist-es/commands/GetVirtualMachineCommand.js +2 -14
  13. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -14
  14. package/dist-es/commands/ListGatewaysCommand.js +2 -14
  15. package/dist-es/commands/ListHypervisorsCommand.js +2 -14
  16. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  17. package/dist-es/commands/ListVirtualMachinesCommand.js +2 -14
  18. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -14
  19. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -14
  20. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -14
  21. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -14
  26. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -14
  27. package/dist-es/commands/UpdateHypervisorCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateGatewayCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteHypervisorCommand.d.ts +3 -8
  34. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +3 -8
  35. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +3 -8
  36. package/dist-types/commands/GetGatewayCommand.d.ts +3 -8
  37. package/dist-types/commands/GetHypervisorCommand.d.ts +3 -8
  38. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +3 -8
  39. package/dist-types/commands/GetVirtualMachineCommand.d.ts +3 -8
  40. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/ListGatewaysCommand.d.ts +3 -8
  42. package/dist-types/commands/ListHypervisorsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  44. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +3 -8
  45. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +3 -8
  46. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +3 -8
  47. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +3 -8
  48. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +3 -8
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateHypervisorCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/index.d.ts +1 -0
  83. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVirtualMachines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVirtualMachinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "ListVirtualMachines", {})
13
- .n("BackupGatewayClient", "ListVirtualMachinesCommand")
14
- .sc(ListVirtualMachines$)
15
- .build() {
3
+ export class ListVirtualMachinesCommand extends command(_ep0, _mw0, "ListVirtualMachines", ListVirtualMachines$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutBandwidthRateLimitSchedule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutBandwidthRateLimitScheduleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "PutBandwidthRateLimitSchedule", {})
13
- .n("BackupGatewayClient", "PutBandwidthRateLimitScheduleCommand")
14
- .sc(PutBandwidthRateLimitSchedule$)
15
- .build() {
3
+ export class PutBandwidthRateLimitScheduleCommand extends command(_ep0, _mw0, "PutBandwidthRateLimitSchedule", PutBandwidthRateLimitSchedule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutHypervisorPropertyMappings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutHypervisorPropertyMappingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "PutHypervisorPropertyMappings", {})
13
- .n("BackupGatewayClient", "PutHypervisorPropertyMappingsCommand")
14
- .sc(PutHypervisorPropertyMappings$)
15
- .build() {
3
+ export class PutHypervisorPropertyMappingsCommand extends command(_ep0, _mw0, "PutHypervisorPropertyMappings", PutHypervisorPropertyMappings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutMaintenanceStartTime$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutMaintenanceStartTimeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "PutMaintenanceStartTime", {})
13
- .n("BackupGatewayClient", "PutMaintenanceStartTimeCommand")
14
- .sc(PutMaintenanceStartTime$)
15
- .build() {
3
+ export class PutMaintenanceStartTimeCommand extends command(_ep0, _mw0, "PutMaintenanceStartTime", PutMaintenanceStartTime$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartVirtualMachinesMetadataSync$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartVirtualMachinesMetadataSyncCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "StartVirtualMachinesMetadataSync", {})
13
- .n("BackupGatewayClient", "StartVirtualMachinesMetadataSyncCommand")
14
- .sc(StartVirtualMachinesMetadataSync$)
15
- .build() {
3
+ export class StartVirtualMachinesMetadataSyncCommand extends command(_ep0, _mw0, "StartVirtualMachinesMetadataSync", StartVirtualMachinesMetadataSync$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "TagResource", {})
13
- .n("BackupGatewayClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TestHypervisorConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TestHypervisorConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "TestHypervisorConfiguration", {})
13
- .n("BackupGatewayClient", "TestHypervisorConfigurationCommand")
14
- .sc(TestHypervisorConfiguration$)
15
- .build() {
3
+ export class TestHypervisorConfigurationCommand extends command(_ep0, _mw0, "TestHypervisorConfiguration", TestHypervisorConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "UntagResource", {})
13
- .n("BackupGatewayClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGatewayInformation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGatewayInformationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "UpdateGatewayInformation", {})
13
- .n("BackupGatewayClient", "UpdateGatewayInformationCommand")
14
- .sc(UpdateGatewayInformation$)
15
- .build() {
3
+ export class UpdateGatewayInformationCommand extends command(_ep0, _mw0, "UpdateGatewayInformation", UpdateGatewayInformation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGatewaySoftwareNow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGatewaySoftwareNowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "UpdateGatewaySoftwareNow", {})
13
- .n("BackupGatewayClient", "UpdateGatewaySoftwareNowCommand")
14
- .sc(UpdateGatewaySoftwareNow$)
15
- .build() {
3
+ export class UpdateGatewaySoftwareNowCommand extends command(_ep0, _mw0, "UpdateGatewaySoftwareNow", UpdateGatewaySoftwareNow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateHypervisor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateHypervisorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("BackupOnPremises_v20210101", "UpdateHypervisor", {})
13
- .n("BackupGatewayClient", "UpdateHypervisorCommand")
14
- .sc(UpdateHypervisor$)
15
- .build() {
3
+ export class UpdateHypervisorCommand extends command(_ep0, _mw0, "UpdateHypervisor", UpdateHypervisor$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./BackupGatewayClient";
2
2
  export * from "./BackupGateway";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BackupGatewayClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateGatewayToServerCommandInput extends AssociateGatewayTo
22
19
  export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayToServerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateGatewayToServerCommand_base: {
25
- new (input: AssociateGatewayToServerCommandInput): import("@smithy/core/client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateGatewayToServerCommandInput): import("@smithy/core/client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateGatewayToServerCommandInput): import("@smithy/core/client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateGatewayToServerCommandInput): import("@smithy/core/client").CommandImpl<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a backup gateway with your server. After you complete the association process,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGatewayCommandInput extends CreateGatewayInput {
22
19
  export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGatewayCommand_base: {
25
- new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {
22
19
  export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGatewayCommand_base: {
25
- new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a backup gateway.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {
22
19
  export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteHypervisorCommand_base: {
25
- new (input: DeleteHypervisorCommandInput): import("@smithy/core/client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteHypervisorCommandInput): import("@smithy/core/client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteHypervisorCommandInput): import("@smithy/core/client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteHypervisorCommandInput): import("@smithy/core/client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a hypervisor.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateGatewayFromServerCommandInput extends DisassociateG
22
19
  export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateGatewayFromServerCommand_base: {
25
- new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/core/client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates a backup gateway from the specified server. After the disassociation process
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBandwidthRateLimitScheduleCommandInput extends GetBandwidthR
22
19
  export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidthRateLimitScheduleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetBandwidthRateLimitScheduleCommand_base: {
25
- new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetGatewayCommandInput extends GetGatewayInput {
22
19
  export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetGatewayCommand_base: {
25
- new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>By providing the ARN (Amazon Resource Name), this
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetHypervisorCommandInput extends GetHypervisorInput {
22
19
  export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetHypervisorCommand_base: {
25
- new (input: GetHypervisorCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetHypervisorCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetHypervisorCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetHypervisorCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This action requests information about the specified hypervisor to which the gateway will connect.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisor
22
19
  export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetHypervisorPropertyMappingsCommand_base: {
25
- new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This action retrieves the property mappings for the specified hypervisor.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {
22
19
  export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVirtualMachineCommand_base: {
25
- new (input: GetVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ImportHypervisorConfigurationCommandInput extends ImportHypervi
22
19
  export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ImportHypervisorConfigurationCommand_base: {
25
- new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Connect to a hypervisor by importing its configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
2
  import type { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {
22
19
  export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListGatewaysCommand_base: {
25
- new (input: ListGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>