@aws-sdk/client-backup-gateway 3.231.0 → 3.232.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/BackupGateway.js +90 -0
- package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +46 -0
- package/dist-cjs/commands/GetHypervisorCommand.js +46 -0
- package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +46 -0
- package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +46 -0
- package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +46 -0
- package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +78 -6
- package/dist-cjs/protocols/Aws_json1_0.js +538 -1
- package/dist-es/BackupGateway.js +90 -0
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +42 -0
- package/dist-es/commands/GetHypervisorCommand.js +42 -0
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +42 -0
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +42 -0
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +42 -0
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +60 -4
- package/dist-es/protocols/Aws_json1_0.js +526 -1
- package/dist-types/BackupGateway.d.ts +54 -0
- package/dist-types/BackupGatewayClient.d.ts +8 -2
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/GetHypervisorCommand.d.ts +39 -0
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +39 -0
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +39 -0
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +355 -22
- package/dist-types/protocols/Aws_json1_0.d.ts +18 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +102 -0
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +142 -15
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +72 -0
- package/package.json +1 -1
|
@@ -63,10 +63,22 @@ import {
|
|
|
63
63
|
DisassociateGatewayFromServerCommandInput,
|
|
64
64
|
DisassociateGatewayFromServerCommandOutput,
|
|
65
65
|
} from "./commands/DisassociateGatewayFromServerCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetBandwidthRateLimitScheduleCommandInput,
|
|
68
|
+
GetBandwidthRateLimitScheduleCommandOutput,
|
|
69
|
+
} from "./commands/GetBandwidthRateLimitScheduleCommand";
|
|
66
70
|
import {
|
|
67
71
|
GetGatewayCommandInput,
|
|
68
72
|
GetGatewayCommandOutput,
|
|
69
73
|
} from "./commands/GetGatewayCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetHypervisorCommandInput,
|
|
76
|
+
GetHypervisorCommandOutput,
|
|
77
|
+
} from "./commands/GetHypervisorCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetHypervisorPropertyMappingsCommandInput,
|
|
80
|
+
GetHypervisorPropertyMappingsCommandOutput,
|
|
81
|
+
} from "./commands/GetHypervisorPropertyMappingsCommand";
|
|
70
82
|
import {
|
|
71
83
|
GetVirtualMachineCommandInput,
|
|
72
84
|
GetVirtualMachineCommandOutput,
|
|
@@ -91,10 +103,22 @@ import {
|
|
|
91
103
|
ListVirtualMachinesCommandInput,
|
|
92
104
|
ListVirtualMachinesCommandOutput,
|
|
93
105
|
} from "./commands/ListVirtualMachinesCommand";
|
|
106
|
+
import {
|
|
107
|
+
PutBandwidthRateLimitScheduleCommandInput,
|
|
108
|
+
PutBandwidthRateLimitScheduleCommandOutput,
|
|
109
|
+
} from "./commands/PutBandwidthRateLimitScheduleCommand";
|
|
110
|
+
import {
|
|
111
|
+
PutHypervisorPropertyMappingsCommandInput,
|
|
112
|
+
PutHypervisorPropertyMappingsCommandOutput,
|
|
113
|
+
} from "./commands/PutHypervisorPropertyMappingsCommand";
|
|
94
114
|
import {
|
|
95
115
|
PutMaintenanceStartTimeCommandInput,
|
|
96
116
|
PutMaintenanceStartTimeCommandOutput,
|
|
97
117
|
} from "./commands/PutMaintenanceStartTimeCommand";
|
|
118
|
+
import {
|
|
119
|
+
StartVirtualMachinesMetadataSyncCommandInput,
|
|
120
|
+
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
121
|
+
} from "./commands/StartVirtualMachinesMetadataSyncCommand";
|
|
98
122
|
import {
|
|
99
123
|
TagResourceCommandInput,
|
|
100
124
|
TagResourceCommandOutput,
|
|
@@ -130,14 +154,20 @@ export declare type ServiceInputTypes =
|
|
|
130
154
|
| DeleteGatewayCommandInput
|
|
131
155
|
| DeleteHypervisorCommandInput
|
|
132
156
|
| DisassociateGatewayFromServerCommandInput
|
|
157
|
+
| GetBandwidthRateLimitScheduleCommandInput
|
|
133
158
|
| GetGatewayCommandInput
|
|
159
|
+
| GetHypervisorCommandInput
|
|
160
|
+
| GetHypervisorPropertyMappingsCommandInput
|
|
134
161
|
| GetVirtualMachineCommandInput
|
|
135
162
|
| ImportHypervisorConfigurationCommandInput
|
|
136
163
|
| ListGatewaysCommandInput
|
|
137
164
|
| ListHypervisorsCommandInput
|
|
138
165
|
| ListTagsForResourceCommandInput
|
|
139
166
|
| ListVirtualMachinesCommandInput
|
|
167
|
+
| PutBandwidthRateLimitScheduleCommandInput
|
|
168
|
+
| PutHypervisorPropertyMappingsCommandInput
|
|
140
169
|
| PutMaintenanceStartTimeCommandInput
|
|
170
|
+
| StartVirtualMachinesMetadataSyncCommandInput
|
|
141
171
|
| TagResourceCommandInput
|
|
142
172
|
| TestHypervisorConfigurationCommandInput
|
|
143
173
|
| UntagResourceCommandInput
|
|
@@ -150,14 +180,20 @@ export declare type ServiceOutputTypes =
|
|
|
150
180
|
| DeleteGatewayCommandOutput
|
|
151
181
|
| DeleteHypervisorCommandOutput
|
|
152
182
|
| DisassociateGatewayFromServerCommandOutput
|
|
183
|
+
| GetBandwidthRateLimitScheduleCommandOutput
|
|
153
184
|
| GetGatewayCommandOutput
|
|
185
|
+
| GetHypervisorCommandOutput
|
|
186
|
+
| GetHypervisorPropertyMappingsCommandOutput
|
|
154
187
|
| GetVirtualMachineCommandOutput
|
|
155
188
|
| ImportHypervisorConfigurationCommandOutput
|
|
156
189
|
| ListGatewaysCommandOutput
|
|
157
190
|
| ListHypervisorsCommandOutput
|
|
158
191
|
| ListTagsForResourceCommandOutput
|
|
159
192
|
| ListVirtualMachinesCommandOutput
|
|
193
|
+
| PutBandwidthRateLimitScheduleCommandOutput
|
|
194
|
+
| PutHypervisorPropertyMappingsCommandOutput
|
|
160
195
|
| PutMaintenanceStartTimeCommandOutput
|
|
196
|
+
| StartVirtualMachinesMetadataSyncCommandOutput
|
|
161
197
|
| TagResourceCommandOutput
|
|
162
198
|
| TestHypervisorConfigurationCommandOutput
|
|
163
199
|
| UntagResourceCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import {
|
|
15
|
+
GetBandwidthRateLimitScheduleInput,
|
|
16
|
+
GetBandwidthRateLimitScheduleOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetBandwidthRateLimitScheduleCommandInput
|
|
19
|
+
extends GetBandwidthRateLimitScheduleInput {}
|
|
20
|
+
export interface GetBandwidthRateLimitScheduleCommandOutput
|
|
21
|
+
extends GetBandwidthRateLimitScheduleOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetBandwidthRateLimitScheduleCommand extends $Command<
|
|
24
|
+
GetBandwidthRateLimitScheduleCommandInput,
|
|
25
|
+
GetBandwidthRateLimitScheduleCommandOutput,
|
|
26
|
+
BackupGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBandwidthRateLimitScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetBandwidthRateLimitScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetBandwidthRateLimitScheduleCommandInput,
|
|
37
|
+
GetBandwidthRateLimitScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
|
|
15
|
+
export interface GetHypervisorCommandInput extends GetHypervisorInput {}
|
|
16
|
+
export interface GetHypervisorCommandOutput
|
|
17
|
+
extends GetHypervisorOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class GetHypervisorCommand extends $Command<
|
|
20
|
+
GetHypervisorCommandInput,
|
|
21
|
+
GetHypervisorCommandOutput,
|
|
22
|
+
BackupGatewayClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetHypervisorCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: GetHypervisorCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import {
|
|
15
|
+
GetHypervisorPropertyMappingsInput,
|
|
16
|
+
GetHypervisorPropertyMappingsOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetHypervisorPropertyMappingsCommandInput
|
|
19
|
+
extends GetHypervisorPropertyMappingsInput {}
|
|
20
|
+
export interface GetHypervisorPropertyMappingsCommandOutput
|
|
21
|
+
extends GetHypervisorPropertyMappingsOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetHypervisorPropertyMappingsCommand extends $Command<
|
|
24
|
+
GetHypervisorPropertyMappingsCommandInput,
|
|
25
|
+
GetHypervisorPropertyMappingsCommandOutput,
|
|
26
|
+
BackupGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetHypervisorPropertyMappingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetHypervisorPropertyMappingsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetHypervisorPropertyMappingsCommandInput,
|
|
37
|
+
GetHypervisorPropertyMappingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import {
|
|
15
|
+
PutBandwidthRateLimitScheduleInput,
|
|
16
|
+
PutBandwidthRateLimitScheduleOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface PutBandwidthRateLimitScheduleCommandInput
|
|
19
|
+
extends PutBandwidthRateLimitScheduleInput {}
|
|
20
|
+
export interface PutBandwidthRateLimitScheduleCommandOutput
|
|
21
|
+
extends PutBandwidthRateLimitScheduleOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutBandwidthRateLimitScheduleCommand extends $Command<
|
|
24
|
+
PutBandwidthRateLimitScheduleCommandInput,
|
|
25
|
+
PutBandwidthRateLimitScheduleCommandOutput,
|
|
26
|
+
BackupGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutBandwidthRateLimitScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutBandwidthRateLimitScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutBandwidthRateLimitScheduleCommandInput,
|
|
37
|
+
PutBandwidthRateLimitScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import {
|
|
15
|
+
PutHypervisorPropertyMappingsInput,
|
|
16
|
+
PutHypervisorPropertyMappingsOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface PutHypervisorPropertyMappingsCommandInput
|
|
19
|
+
extends PutHypervisorPropertyMappingsInput {}
|
|
20
|
+
export interface PutHypervisorPropertyMappingsCommandOutput
|
|
21
|
+
extends PutHypervisorPropertyMappingsOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutHypervisorPropertyMappingsCommand extends $Command<
|
|
24
|
+
PutHypervisorPropertyMappingsCommandInput,
|
|
25
|
+
PutHypervisorPropertyMappingsCommandOutput,
|
|
26
|
+
BackupGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutHypervisorPropertyMappingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutHypervisorPropertyMappingsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutHypervisorPropertyMappingsCommandInput,
|
|
37
|
+
PutHypervisorPropertyMappingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupGatewayClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupGatewayClient";
|
|
14
|
+
import {
|
|
15
|
+
StartVirtualMachinesMetadataSyncInput,
|
|
16
|
+
StartVirtualMachinesMetadataSyncOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface StartVirtualMachinesMetadataSyncCommandInput
|
|
19
|
+
extends StartVirtualMachinesMetadataSyncInput {}
|
|
20
|
+
export interface StartVirtualMachinesMetadataSyncCommandOutput
|
|
21
|
+
extends StartVirtualMachinesMetadataSyncOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StartVirtualMachinesMetadataSyncCommand extends $Command<
|
|
24
|
+
StartVirtualMachinesMetadataSyncCommandInput,
|
|
25
|
+
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
26
|
+
BackupGatewayClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartVirtualMachinesMetadataSyncCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StartVirtualMachinesMetadataSyncCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartVirtualMachinesMetadataSyncCommandInput,
|
|
37
|
+
StartVirtualMachinesMetadataSyncCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -3,14 +3,20 @@ export * from "./CreateGatewayCommand";
|
|
|
3
3
|
export * from "./DeleteGatewayCommand";
|
|
4
4
|
export * from "./DeleteHypervisorCommand";
|
|
5
5
|
export * from "./DisassociateGatewayFromServerCommand";
|
|
6
|
+
export * from "./GetBandwidthRateLimitScheduleCommand";
|
|
6
7
|
export * from "./GetGatewayCommand";
|
|
8
|
+
export * from "./GetHypervisorCommand";
|
|
9
|
+
export * from "./GetHypervisorPropertyMappingsCommand";
|
|
7
10
|
export * from "./GetVirtualMachineCommand";
|
|
8
11
|
export * from "./ImportHypervisorConfigurationCommand";
|
|
9
12
|
export * from "./ListGatewaysCommand";
|
|
10
13
|
export * from "./ListHypervisorsCommand";
|
|
11
14
|
export * from "./ListTagsForResourceCommand";
|
|
12
15
|
export * from "./ListVirtualMachinesCommand";
|
|
16
|
+
export * from "./PutBandwidthRateLimitScheduleCommand";
|
|
17
|
+
export * from "./PutHypervisorPropertyMappingsCommand";
|
|
13
18
|
export * from "./PutMaintenanceStartTimeCommand";
|
|
19
|
+
export * from "./StartVirtualMachinesMetadataSyncCommand";
|
|
14
20
|
export * from "./TagResourceCommand";
|
|
15
21
|
export * from "./TestHypervisorConfigurationCommand";
|
|
16
22
|
export * from "./UntagResourceCommand";
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -50,6 +50,37 @@ export declare class ValidationException extends __BaseException {
|
|
|
50
50
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
|
+
export interface GetBandwidthRateLimitScheduleInput {
|
|
54
|
+
GatewayArn: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface BandwidthRateLimitInterval {
|
|
57
|
+
AverageUploadRateLimitInBitsPerSec?: number;
|
|
58
|
+
StartHourOfDay: number | undefined;
|
|
59
|
+
EndHourOfDay: number | undefined;
|
|
60
|
+
StartMinuteOfHour: number | undefined;
|
|
61
|
+
EndMinuteOfHour: number | undefined;
|
|
62
|
+
DaysOfWeek: number[] | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface GetBandwidthRateLimitScheduleOutput {
|
|
65
|
+
GatewayArn?: string;
|
|
66
|
+
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
|
|
67
|
+
}
|
|
68
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
69
|
+
readonly name: "ResourceNotFoundException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
ErrorCode?: string;
|
|
72
|
+
Message?: string;
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export interface PutBandwidthRateLimitScheduleInput {
|
|
78
|
+
GatewayArn: string | undefined;
|
|
79
|
+
BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface PutBandwidthRateLimitScheduleOutput {
|
|
82
|
+
GatewayArn?: string;
|
|
83
|
+
}
|
|
53
84
|
export declare enum GatewayType {
|
|
54
85
|
BACKUP_VM = "BACKUP_VM",
|
|
55
86
|
}
|
|
@@ -72,15 +103,6 @@ export interface DeleteGatewayInput {
|
|
|
72
103
|
export interface DeleteGatewayOutput {
|
|
73
104
|
GatewayArn?: string;
|
|
74
105
|
}
|
|
75
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
76
|
-
readonly name: "ResourceNotFoundException";
|
|
77
|
-
readonly $fault: "client";
|
|
78
|
-
ErrorCode?: string;
|
|
79
|
-
Message?: string;
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
106
|
export interface DisassociateGatewayFromServerInput {
|
|
85
107
|
GatewayArn: string | undefined;
|
|
86
108
|
}
|
|
@@ -160,6 +182,58 @@ export interface DeleteHypervisorInput {
|
|
|
160
182
|
export interface DeleteHypervisorOutput {
|
|
161
183
|
HypervisorArn?: string;
|
|
162
184
|
}
|
|
185
|
+
export interface GetHypervisorInput {
|
|
186
|
+
HypervisorArn: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export declare enum SyncMetadataStatus {
|
|
189
|
+
CREATED = "CREATED",
|
|
190
|
+
FAILED = "FAILED",
|
|
191
|
+
PARTIALLY_FAILED = "PARTIALLY_FAILED",
|
|
192
|
+
RUNNING = "RUNNING",
|
|
193
|
+
SUCCEEDED = "SUCCEEDED",
|
|
194
|
+
}
|
|
195
|
+
export declare enum HypervisorState {
|
|
196
|
+
ERROR = "ERROR",
|
|
197
|
+
OFFLINE = "OFFLINE",
|
|
198
|
+
ONLINE = "ONLINE",
|
|
199
|
+
PENDING = "PENDING",
|
|
200
|
+
}
|
|
201
|
+
export interface HypervisorDetails {
|
|
202
|
+
Host?: string;
|
|
203
|
+
HypervisorArn?: string;
|
|
204
|
+
KmsKeyArn?: string;
|
|
205
|
+
Name?: string;
|
|
206
|
+
LogGroupArn?: string;
|
|
207
|
+
State?: HypervisorState | string;
|
|
208
|
+
LastSuccessfulMetadataSyncTime?: Date;
|
|
209
|
+
LatestMetadataSyncStatusMessage?: string;
|
|
210
|
+
LatestMetadataSyncStatus?: SyncMetadataStatus | string;
|
|
211
|
+
}
|
|
212
|
+
export interface GetHypervisorOutput {
|
|
213
|
+
Hypervisor?: HypervisorDetails;
|
|
214
|
+
}
|
|
215
|
+
export interface GetHypervisorPropertyMappingsInput {
|
|
216
|
+
HypervisorArn: string | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface VmwareToAwsTagMapping {
|
|
219
|
+
VmwareCategory: string | undefined;
|
|
220
|
+
VmwareTagName: string | undefined;
|
|
221
|
+
AwsTagKey: string | undefined;
|
|
222
|
+
AwsTagValue: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface GetHypervisorPropertyMappingsOutput {
|
|
225
|
+
HypervisorArn?: string;
|
|
226
|
+
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[];
|
|
227
|
+
IamRoleArn?: string;
|
|
228
|
+
}
|
|
229
|
+
export interface PutHypervisorPropertyMappingsInput {
|
|
230
|
+
HypervisorArn: string | undefined;
|
|
231
|
+
VmwareToAwsTagMappings: VmwareToAwsTagMapping[] | undefined;
|
|
232
|
+
IamRoleArn: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface PutHypervisorPropertyMappingsOutput {
|
|
235
|
+
HypervisorArn?: string;
|
|
236
|
+
}
|
|
163
237
|
export interface ImportHypervisorConfigurationInput {
|
|
164
238
|
Name: string | undefined;
|
|
165
239
|
Host: string | undefined;
|
|
@@ -175,12 +249,6 @@ export interface ListHypervisorsInput {
|
|
|
175
249
|
MaxResults?: number;
|
|
176
250
|
NextToken?: string;
|
|
177
251
|
}
|
|
178
|
-
export declare enum HypervisorState {
|
|
179
|
-
ERROR = "ERROR",
|
|
180
|
-
OFFLINE = "OFFLINE",
|
|
181
|
-
ONLINE = "ONLINE",
|
|
182
|
-
PENDING = "PENDING",
|
|
183
|
-
}
|
|
184
252
|
export interface Hypervisor {
|
|
185
253
|
Host?: string;
|
|
186
254
|
HypervisorArn?: string;
|
|
@@ -192,12 +260,19 @@ export interface ListHypervisorsOutput {
|
|
|
192
260
|
Hypervisors?: Hypervisor[];
|
|
193
261
|
NextToken?: string;
|
|
194
262
|
}
|
|
263
|
+
export interface StartVirtualMachinesMetadataSyncInput {
|
|
264
|
+
HypervisorArn: string | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface StartVirtualMachinesMetadataSyncOutput {
|
|
267
|
+
HypervisorArn?: string;
|
|
268
|
+
}
|
|
195
269
|
export interface UpdateHypervisorInput {
|
|
196
270
|
HypervisorArn: string | undefined;
|
|
197
271
|
Host?: string;
|
|
198
272
|
Username?: string;
|
|
199
273
|
Password?: string;
|
|
200
274
|
Name?: string;
|
|
275
|
+
LogGroupArn?: string;
|
|
201
276
|
}
|
|
202
277
|
export interface UpdateHypervisorOutput {
|
|
203
278
|
HypervisorArn?: string;
|
|
@@ -226,6 +301,11 @@ export interface UntagResourceOutput {
|
|
|
226
301
|
export interface GetVirtualMachineInput {
|
|
227
302
|
ResourceArn: string | undefined;
|
|
228
303
|
}
|
|
304
|
+
export interface VmwareTag {
|
|
305
|
+
VmwareCategory?: string;
|
|
306
|
+
VmwareTagName?: string;
|
|
307
|
+
VmwareTagDescription?: string;
|
|
308
|
+
}
|
|
229
309
|
export interface VirtualMachineDetails {
|
|
230
310
|
HostName?: string;
|
|
231
311
|
HypervisorId?: string;
|
|
@@ -233,6 +313,7 @@ export interface VirtualMachineDetails {
|
|
|
233
313
|
Path?: string;
|
|
234
314
|
ResourceArn?: string;
|
|
235
315
|
LastBackupDate?: Date;
|
|
316
|
+
VmwareTags?: VmwareTag[];
|
|
236
317
|
}
|
|
237
318
|
export interface GetVirtualMachineOutput {
|
|
238
319
|
VirtualMachine?: VirtualMachineDetails;
|
|
@@ -260,6 +341,21 @@ export declare const AssociateGatewayToServerInputFilterSensitiveLog: (
|
|
|
260
341
|
export declare const AssociateGatewayToServerOutputFilterSensitiveLog: (
|
|
261
342
|
obj: AssociateGatewayToServerOutput
|
|
262
343
|
) => any;
|
|
344
|
+
export declare const GetBandwidthRateLimitScheduleInputFilterSensitiveLog: (
|
|
345
|
+
obj: GetBandwidthRateLimitScheduleInput
|
|
346
|
+
) => any;
|
|
347
|
+
export declare const BandwidthRateLimitIntervalFilterSensitiveLog: (
|
|
348
|
+
obj: BandwidthRateLimitInterval
|
|
349
|
+
) => any;
|
|
350
|
+
export declare const GetBandwidthRateLimitScheduleOutputFilterSensitiveLog: (
|
|
351
|
+
obj: GetBandwidthRateLimitScheduleOutput
|
|
352
|
+
) => any;
|
|
353
|
+
export declare const PutBandwidthRateLimitScheduleInputFilterSensitiveLog: (
|
|
354
|
+
obj: PutBandwidthRateLimitScheduleInput
|
|
355
|
+
) => any;
|
|
356
|
+
export declare const PutBandwidthRateLimitScheduleOutputFilterSensitiveLog: (
|
|
357
|
+
obj: PutBandwidthRateLimitScheduleOutput
|
|
358
|
+
) => any;
|
|
263
359
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
264
360
|
export declare const CreateGatewayInputFilterSensitiveLog: (
|
|
265
361
|
obj: CreateGatewayInput
|
|
@@ -328,6 +424,30 @@ export declare const DeleteHypervisorInputFilterSensitiveLog: (
|
|
|
328
424
|
export declare const DeleteHypervisorOutputFilterSensitiveLog: (
|
|
329
425
|
obj: DeleteHypervisorOutput
|
|
330
426
|
) => any;
|
|
427
|
+
export declare const GetHypervisorInputFilterSensitiveLog: (
|
|
428
|
+
obj: GetHypervisorInput
|
|
429
|
+
) => any;
|
|
430
|
+
export declare const HypervisorDetailsFilterSensitiveLog: (
|
|
431
|
+
obj: HypervisorDetails
|
|
432
|
+
) => any;
|
|
433
|
+
export declare const GetHypervisorOutputFilterSensitiveLog: (
|
|
434
|
+
obj: GetHypervisorOutput
|
|
435
|
+
) => any;
|
|
436
|
+
export declare const GetHypervisorPropertyMappingsInputFilterSensitiveLog: (
|
|
437
|
+
obj: GetHypervisorPropertyMappingsInput
|
|
438
|
+
) => any;
|
|
439
|
+
export declare const VmwareToAwsTagMappingFilterSensitiveLog: (
|
|
440
|
+
obj: VmwareToAwsTagMapping
|
|
441
|
+
) => any;
|
|
442
|
+
export declare const GetHypervisorPropertyMappingsOutputFilterSensitiveLog: (
|
|
443
|
+
obj: GetHypervisorPropertyMappingsOutput
|
|
444
|
+
) => any;
|
|
445
|
+
export declare const PutHypervisorPropertyMappingsInputFilterSensitiveLog: (
|
|
446
|
+
obj: PutHypervisorPropertyMappingsInput
|
|
447
|
+
) => any;
|
|
448
|
+
export declare const PutHypervisorPropertyMappingsOutputFilterSensitiveLog: (
|
|
449
|
+
obj: PutHypervisorPropertyMappingsOutput
|
|
450
|
+
) => any;
|
|
331
451
|
export declare const ImportHypervisorConfigurationInputFilterSensitiveLog: (
|
|
332
452
|
obj: ImportHypervisorConfigurationInput
|
|
333
453
|
) => any;
|
|
@@ -341,6 +461,12 @@ export declare const HypervisorFilterSensitiveLog: (obj: Hypervisor) => any;
|
|
|
341
461
|
export declare const ListHypervisorsOutputFilterSensitiveLog: (
|
|
342
462
|
obj: ListHypervisorsOutput
|
|
343
463
|
) => any;
|
|
464
|
+
export declare const StartVirtualMachinesMetadataSyncInputFilterSensitiveLog: (
|
|
465
|
+
obj: StartVirtualMachinesMetadataSyncInput
|
|
466
|
+
) => any;
|
|
467
|
+
export declare const StartVirtualMachinesMetadataSyncOutputFilterSensitiveLog: (
|
|
468
|
+
obj: StartVirtualMachinesMetadataSyncOutput
|
|
469
|
+
) => any;
|
|
344
470
|
export declare const UpdateHypervisorInputFilterSensitiveLog: (
|
|
345
471
|
obj: UpdateHypervisorInput
|
|
346
472
|
) => any;
|
|
@@ -368,6 +494,7 @@ export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
|
368
494
|
export declare const GetVirtualMachineInputFilterSensitiveLog: (
|
|
369
495
|
obj: GetVirtualMachineInput
|
|
370
496
|
) => any;
|
|
497
|
+
export declare const VmwareTagFilterSensitiveLog: (obj: VmwareTag) => any;
|
|
371
498
|
export declare const VirtualMachineDetailsFilterSensitiveLog: (
|
|
372
499
|
obj: VirtualMachineDetails
|
|
373
500
|
) => any;
|