@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.
- package/dist-cjs/index.js +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -14
- package/dist-es/commands/CreateGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteHypervisorCommand.js +2 -14
- package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -14
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -14
- package/dist-es/commands/GetGatewayCommand.js +2 -14
- package/dist-es/commands/GetHypervisorCommand.js +2 -14
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -14
- package/dist-es/commands/GetVirtualMachineCommand.js +2 -14
- package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -14
- package/dist-es/commands/ListGatewaysCommand.js +2 -14
- package/dist-es/commands/ListHypervisorsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualMachinesCommand.js +2 -14
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -14
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -14
- package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -14
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -14
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -14
- package/dist-es/commands/UpdateHypervisorCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +3 -8
- package/dist-types/commands/CreateGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +3 -8
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +3 -8
- package/dist-types/commands/GetGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetHypervisorCommand.d.ts +3 -8
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +3 -8
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListHypervisorsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +3 -8
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +3 -8
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +3 -8
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +3 -8
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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 { ListHypervisorsInput, ListHypervisorsOutput } 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 ListHypervisorsCommandInput extends ListHypervisorsInput {
|
|
|
22
19
|
export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHypervisorsCommand_base: {
|
|
25
|
-
new (input: ListHypervisorsCommandInput): import("@smithy/core/client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListHypervisorsCommandInput]): import("@smithy/core/client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHypervisorsCommandInput): import("@smithy/core/client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListHypervisorsCommandInput]): import("@smithy/core/client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your hypervisors.</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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags applied to the resource identified by its Amazon Resource Name
|
|
@@ -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 { ListVirtualMachinesInput, ListVirtualMachinesOutput } 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 ListVirtualMachinesCommandInput extends ListVirtualMachinesInpu
|
|
|
22
19
|
export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVirtualMachinesCommand_base: {
|
|
25
|
-
new (input: ListVirtualMachinesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListVirtualMachinesCommandInput]): import("@smithy/core/client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVirtualMachinesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListVirtualMachinesCommandInput]): import("@smithy/core/client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your virtual machines.</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 { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput } 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 PutBandwidthRateLimitScheduleCommandInput extends PutBandwidthR
|
|
|
22
19
|
export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidthRateLimitScheduleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
25
|
-
new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBandwidthRateLimitScheduleCommandInput): import("@smithy/core/client").CommandImpl<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This action sets 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 { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput } 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 PutHypervisorPropertyMappingsCommandInput extends PutHypervisor
|
|
|
22
19
|
export interface PutHypervisorPropertyMappingsCommandOutput extends PutHypervisorPropertyMappingsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
25
|
-
new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutHypervisorPropertyMappingsCommandInput): import("@smithy/core/client").CommandImpl<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This action sets 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 { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } 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 PutMaintenanceStartTimeCommandInput extends PutMaintenanceStart
|
|
|
22
19
|
export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStartTimeOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutMaintenanceStartTimeCommand_base: {
|
|
25
|
-
new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/core/client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/core/client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/core/client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutMaintenanceStartTimeCommandInput): import("@smithy/core/client").CommandImpl<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Set the maintenance start time for a 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 { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSyncOutput } 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 StartVirtualMachinesMetadataSyncCommandInput extends StartVirtu
|
|
|
22
19
|
export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirtualMachinesMetadataSyncOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
25
|
-
new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/core/client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/core/client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/core/client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartVirtualMachinesMetadataSyncCommandInput): import("@smithy/core/client").CommandImpl<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This action sends a request to sync metadata across the specified virtual machines.</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 { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tag the resource.</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 { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } 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 TestHypervisorConfigurationCommandInput extends TestHypervisorC
|
|
|
22
19
|
export interface TestHypervisorConfigurationCommandOutput extends TestHypervisorConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TestHypervisorConfigurationCommand_base: {
|
|
25
|
-
new (input: TestHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TestHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TestHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TestHypervisorConfigurationCommandInput): import("@smithy/core/client").CommandImpl<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
|
|
@@ -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 { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from the resource.</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 { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } 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 UpdateGatewayInformationCommandInput extends UpdateGatewayInfor
|
|
|
22
19
|
export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGatewayInformationCommand_base: {
|
|
25
|
-
new (input: UpdateGatewayInformationCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateGatewayInformationCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGatewayInformationCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateGatewayInformationCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
|
|
@@ -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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } 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 UpdateGatewaySoftwareNowCommandInput extends UpdateGatewaySoftw
|
|
|
22
19
|
export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoftwareNowOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
25
|
-
new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateGatewaySoftwareNowCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the gateway virtual machine (VM) software.
|
|
@@ -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 { UpdateHypervisorInput, UpdateHypervisorOutput } 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 UpdateHypervisorCommandInput extends UpdateHypervisorInput {
|
|
|
22
19
|
export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateHypervisorCommand_base: {
|
|
25
|
-
new (input: UpdateHypervisorCommandInput): import("@smithy/core/client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateHypervisorCommandInput): import("@smithy/core/client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateHypervisorCommandInput): import("@smithy/core/client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateHypervisorCommandInput): import("@smithy/core/client").CommandImpl<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
17
17
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
18
|
export type { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
20
21
|
export * from "./schemas/schemas_0";
|
|
21
22
|
export * from "./pagination";
|
|
22
23
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BackupGatewayClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./BackupGatewayClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
BackupGatewayClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
BackupGatewayClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
AssociateGatewayToServerInput,
|
|
10
4
|
AssociateGatewayToServerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateGatewayToServerCommandInput
|
|
15
8
|
extends AssociateGatewayToServerInput {}
|
|
16
9
|
export interface AssociateGatewayToServerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateGatewayToServerCommandInput,
|
|
24
17
|
AssociateGatewayToServerCommandOutput,
|
|
25
|
-
BackupGatewayClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateGatewayToServerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateGatewayToServerCommandInput,
|
|
33
26
|
AssociateGatewayToServerCommandOutput,
|
|
34
|
-
BackupGatewayClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateGatewayCommandInput extends CreateGatewayInput {}
|
|
12
5
|
export interface CreateGatewayCommandOutput
|
|
13
6
|
extends CreateGatewayOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateGatewayCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateGatewayCommandInput,
|
|
20
13
|
CreateGatewayCommandOutput,
|
|
21
|
-
BackupGatewayClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateGatewayCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateGatewayCommandInput,
|
|
29
22
|
CreateGatewayCommandOutput,
|
|
30
|
-
BackupGatewayClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
|
|
12
5
|
export interface DeleteGatewayCommandOutput
|
|
13
6
|
extends DeleteGatewayOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteGatewayCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteGatewayCommandInput,
|
|
20
13
|
DeleteGatewayCommandOutput,
|
|
21
|
-
BackupGatewayClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteGatewayCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteGatewayCommandInput,
|
|
29
22
|
DeleteGatewayCommandOutput,
|
|
30
|
-
BackupGatewayClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteHypervisorInput,
|
|
10
4
|
DeleteHypervisorOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
|
|
15
8
|
export interface DeleteHypervisorCommandOutput
|
|
16
9
|
extends DeleteHypervisorOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteHypervisorCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteHypervisorCommandInput,
|
|
23
16
|
DeleteHypervisorCommandOutput,
|
|
24
|
-
BackupGatewayClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteHypervisorCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteHypervisorCommandInput,
|
|
32
25
|
DeleteHypervisorCommandOutput,
|
|
33
|
-
BackupGatewayClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
|
|
42
33
|
protected static __types: {
|