@aws-sdk/client-backup-gateway 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +0 -18
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -111
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-backup-gateway
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-backup-gateway
|
|
@@ -72,7 +72,6 @@ import {
|
|
|
72
72
|
UpdateHypervisorCommandInput,
|
|
73
73
|
UpdateHypervisorCommandOutput,
|
|
74
74
|
} from "./commands/UpdateHypervisorCommand";
|
|
75
|
-
|
|
76
75
|
export declare class BackupGateway extends BackupGatewayClient {
|
|
77
76
|
associateGatewayToServer(
|
|
78
77
|
args: AssociateGatewayToServerCommandInput,
|
|
@@ -87,7 +86,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
87
86
|
options: __HttpHandlerOptions,
|
|
88
87
|
cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void
|
|
89
88
|
): void;
|
|
90
|
-
|
|
91
89
|
createGateway(
|
|
92
90
|
args: CreateGatewayCommandInput,
|
|
93
91
|
options?: __HttpHandlerOptions
|
|
@@ -101,7 +99,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
101
99
|
options: __HttpHandlerOptions,
|
|
102
100
|
cb: (err: any, data?: CreateGatewayCommandOutput) => void
|
|
103
101
|
): void;
|
|
104
|
-
|
|
105
102
|
deleteGateway(
|
|
106
103
|
args: DeleteGatewayCommandInput,
|
|
107
104
|
options?: __HttpHandlerOptions
|
|
@@ -115,7 +112,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
115
112
|
options: __HttpHandlerOptions,
|
|
116
113
|
cb: (err: any, data?: DeleteGatewayCommandOutput) => void
|
|
117
114
|
): void;
|
|
118
|
-
|
|
119
115
|
deleteHypervisor(
|
|
120
116
|
args: DeleteHypervisorCommandInput,
|
|
121
117
|
options?: __HttpHandlerOptions
|
|
@@ -129,7 +125,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
129
125
|
options: __HttpHandlerOptions,
|
|
130
126
|
cb: (err: any, data?: DeleteHypervisorCommandOutput) => void
|
|
131
127
|
): void;
|
|
132
|
-
|
|
133
128
|
disassociateGatewayFromServer(
|
|
134
129
|
args: DisassociateGatewayFromServerCommandInput,
|
|
135
130
|
options?: __HttpHandlerOptions
|
|
@@ -143,7 +138,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
143
138
|
options: __HttpHandlerOptions,
|
|
144
139
|
cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void
|
|
145
140
|
): void;
|
|
146
|
-
|
|
147
141
|
getGateway(
|
|
148
142
|
args: GetGatewayCommandInput,
|
|
149
143
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +151,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
157
151
|
options: __HttpHandlerOptions,
|
|
158
152
|
cb: (err: any, data?: GetGatewayCommandOutput) => void
|
|
159
153
|
): void;
|
|
160
|
-
|
|
161
154
|
importHypervisorConfiguration(
|
|
162
155
|
args: ImportHypervisorConfigurationCommandInput,
|
|
163
156
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +164,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
171
164
|
options: __HttpHandlerOptions,
|
|
172
165
|
cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
|
|
173
166
|
): void;
|
|
174
|
-
|
|
175
167
|
listGateways(
|
|
176
168
|
args: ListGatewaysCommandInput,
|
|
177
169
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +177,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
185
177
|
options: __HttpHandlerOptions,
|
|
186
178
|
cb: (err: any, data?: ListGatewaysCommandOutput) => void
|
|
187
179
|
): void;
|
|
188
|
-
|
|
189
180
|
listHypervisors(
|
|
190
181
|
args: ListHypervisorsCommandInput,
|
|
191
182
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +190,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
199
190
|
options: __HttpHandlerOptions,
|
|
200
191
|
cb: (err: any, data?: ListHypervisorsCommandOutput) => void
|
|
201
192
|
): void;
|
|
202
|
-
|
|
203
193
|
listTagsForResource(
|
|
204
194
|
args: ListTagsForResourceCommandInput,
|
|
205
195
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +203,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
213
203
|
options: __HttpHandlerOptions,
|
|
214
204
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
215
205
|
): void;
|
|
216
|
-
|
|
217
206
|
listVirtualMachines(
|
|
218
207
|
args: ListVirtualMachinesCommandInput,
|
|
219
208
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +216,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
227
216
|
options: __HttpHandlerOptions,
|
|
228
217
|
cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void
|
|
229
218
|
): void;
|
|
230
|
-
|
|
231
219
|
putMaintenanceStartTime(
|
|
232
220
|
args: PutMaintenanceStartTimeCommandInput,
|
|
233
221
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +229,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
241
229
|
options: __HttpHandlerOptions,
|
|
242
230
|
cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void
|
|
243
231
|
): void;
|
|
244
|
-
|
|
245
232
|
tagResource(
|
|
246
233
|
args: TagResourceCommandInput,
|
|
247
234
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +242,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
255
242
|
options: __HttpHandlerOptions,
|
|
256
243
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
257
244
|
): void;
|
|
258
|
-
|
|
259
245
|
testHypervisorConfiguration(
|
|
260
246
|
args: TestHypervisorConfigurationCommandInput,
|
|
261
247
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +255,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
269
255
|
options: __HttpHandlerOptions,
|
|
270
256
|
cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void
|
|
271
257
|
): void;
|
|
272
|
-
|
|
273
258
|
untagResource(
|
|
274
259
|
args: UntagResourceCommandInput,
|
|
275
260
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +268,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
283
268
|
options: __HttpHandlerOptions,
|
|
284
269
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
285
270
|
): void;
|
|
286
|
-
|
|
287
271
|
updateGatewayInformation(
|
|
288
272
|
args: UpdateGatewayInformationCommandInput,
|
|
289
273
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +281,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
297
281
|
options: __HttpHandlerOptions,
|
|
298
282
|
cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
|
|
299
283
|
): void;
|
|
300
|
-
|
|
301
284
|
updateGatewaySoftwareNow(
|
|
302
285
|
args: UpdateGatewaySoftwareNowCommandInput,
|
|
303
286
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +294,6 @@ export declare class BackupGateway extends BackupGatewayClient {
|
|
|
311
294
|
options: __HttpHandlerOptions,
|
|
312
295
|
cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
|
|
313
296
|
): void;
|
|
314
|
-
|
|
315
297
|
updateHypervisor(
|
|
316
298
|
args: UpdateHypervisorCommandInput,
|
|
317
299
|
options?: __HttpHandlerOptions
|
|
@@ -155,47 +155,26 @@ export declare type ServiceOutputTypes =
|
|
|
155
155
|
export interface ClientDefaults
|
|
156
156
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
157
157
|
requestHandler?: __HttpHandler;
|
|
158
|
-
|
|
159
158
|
sha256?: __HashConstructor;
|
|
160
|
-
|
|
161
159
|
urlParser?: __UrlParser;
|
|
162
|
-
|
|
163
160
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
164
|
-
|
|
165
161
|
streamCollector?: __StreamCollector;
|
|
166
|
-
|
|
167
162
|
base64Decoder?: __Decoder;
|
|
168
|
-
|
|
169
163
|
base64Encoder?: __Encoder;
|
|
170
|
-
|
|
171
164
|
utf8Decoder?: __Decoder;
|
|
172
|
-
|
|
173
165
|
utf8Encoder?: __Encoder;
|
|
174
|
-
|
|
175
166
|
runtime?: string;
|
|
176
|
-
|
|
177
167
|
disableHostPrefix?: boolean;
|
|
178
|
-
|
|
179
168
|
maxAttempts?: number | __Provider<number>;
|
|
180
|
-
|
|
181
169
|
retryMode?: string | __Provider<string>;
|
|
182
|
-
|
|
183
170
|
logger?: __Logger;
|
|
184
|
-
|
|
185
171
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
186
|
-
|
|
187
172
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
188
|
-
|
|
189
173
|
serviceId?: string;
|
|
190
|
-
|
|
191
174
|
region?: string | __Provider<string>;
|
|
192
|
-
|
|
193
175
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
194
|
-
|
|
195
176
|
regionInfoProvider?: RegionInfoProvider;
|
|
196
|
-
|
|
197
177
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
198
|
-
|
|
199
178
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
200
179
|
}
|
|
201
180
|
declare type BackupGatewayClientConfigType = Partial<
|
|
@@ -208,7 +187,6 @@ declare type BackupGatewayClientConfigType = Partial<
|
|
|
208
187
|
HostHeaderInputConfig &
|
|
209
188
|
AwsAuthInputConfig &
|
|
210
189
|
UserAgentInputConfig;
|
|
211
|
-
|
|
212
190
|
export interface BackupGatewayClientConfig
|
|
213
191
|
extends BackupGatewayClientConfigType {}
|
|
214
192
|
declare type BackupGatewayClientResolvedConfigType =
|
|
@@ -220,10 +198,8 @@ declare type BackupGatewayClientResolvedConfigType =
|
|
|
220
198
|
HostHeaderResolvedConfig &
|
|
221
199
|
AwsAuthResolvedConfig &
|
|
222
200
|
UserAgentResolvedConfig;
|
|
223
|
-
|
|
224
201
|
export interface BackupGatewayClientResolvedConfig
|
|
225
202
|
extends BackupGatewayClientResolvedConfigType {}
|
|
226
|
-
|
|
227
203
|
export declare class BackupGatewayClient extends __Client<
|
|
228
204
|
__HttpHandlerOptions,
|
|
229
205
|
ServiceInputTypes,
|
|
@@ -232,7 +208,6 @@ export declare class BackupGatewayClient extends __Client<
|
|
|
232
208
|
> {
|
|
233
209
|
readonly config: BackupGatewayClientResolvedConfig;
|
|
234
210
|
constructor(configuration: BackupGatewayClientConfig);
|
|
235
|
-
|
|
236
211
|
destroy(): void;
|
|
237
212
|
}
|
|
238
213
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateGatewayToServerCommandInput
|
|
|
19
19
|
export interface AssociateGatewayToServerCommandOutput
|
|
20
20
|
extends AssociateGatewayToServerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateGatewayToServerCommand extends $Command<
|
|
24
23
|
AssociateGatewayToServerCommandInput,
|
|
25
24
|
AssociateGatewayToServerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateGatewayToServerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateGatewayToServerCommandInput;
|
|
29
28
|
constructor(input: AssociateGatewayToServerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateGatewayCommandInput extends CreateGatewayInput {}
|
|
|
15
15
|
export interface CreateGatewayCommandOutput
|
|
16
16
|
extends CreateGatewayOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateGatewayCommand extends $Command<
|
|
20
19
|
CreateGatewayCommandInput,
|
|
21
20
|
CreateGatewayCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateGatewayCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateGatewayCommandInput;
|
|
25
24
|
constructor(input: CreateGatewayCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
|
|
|
15
15
|
export interface DeleteGatewayCommandOutput
|
|
16
16
|
extends DeleteGatewayOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteGatewayCommand extends $Command<
|
|
20
19
|
DeleteGatewayCommandInput,
|
|
21
20
|
DeleteGatewayCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteGatewayCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteGatewayCommandInput;
|
|
25
24
|
constructor(input: DeleteGatewayCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
|
|
|
18
18
|
export interface DeleteHypervisorCommandOutput
|
|
19
19
|
extends DeleteHypervisorOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteHypervisorCommand extends $Command<
|
|
23
22
|
DeleteHypervisorCommandInput,
|
|
24
23
|
DeleteHypervisorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteHypervisorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteHypervisorCommandInput;
|
|
28
27
|
constructor(input: DeleteHypervisorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateGatewayFromServerCommandInput
|
|
|
19
19
|
export interface DisassociateGatewayFromServerCommandOutput
|
|
20
20
|
extends DisassociateGatewayFromServerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateGatewayFromServerCommand extends $Command<
|
|
24
23
|
DisassociateGatewayFromServerCommandInput,
|
|
25
24
|
DisassociateGatewayFromServerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateGatewayFromServerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateGatewayFromServerCommandInput;
|
|
29
28
|
constructor(input: DisassociateGatewayFromServerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGatewayCommandInput extends GetGatewayInput {}
|
|
|
15
15
|
export interface GetGatewayCommandOutput
|
|
16
16
|
extends GetGatewayOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGatewayCommand extends $Command<
|
|
20
19
|
GetGatewayCommandInput,
|
|
21
20
|
GetGatewayCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGatewayCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGatewayCommandInput;
|
|
25
24
|
constructor(input: GetGatewayCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportHypervisorConfigurationCommandInput
|
|
|
19
19
|
export interface ImportHypervisorConfigurationCommandOutput
|
|
20
20
|
extends ImportHypervisorConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportHypervisorConfigurationCommand extends $Command<
|
|
24
23
|
ImportHypervisorConfigurationCommandInput,
|
|
25
24
|
ImportHypervisorConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportHypervisorConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportHypervisorConfigurationCommandInput;
|
|
29
28
|
constructor(input: ImportHypervisorConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {}
|
|
|
15
15
|
export interface ListGatewaysCommandOutput
|
|
16
16
|
extends ListGatewaysOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListGatewaysCommand extends $Command<
|
|
20
19
|
ListGatewaysCommandInput,
|
|
21
20
|
ListGatewaysCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListGatewaysCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListGatewaysCommandInput;
|
|
25
24
|
constructor(input: ListGatewaysCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {}
|
|
|
18
18
|
export interface ListHypervisorsCommandOutput
|
|
19
19
|
extends ListHypervisorsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListHypervisorsCommand extends $Command<
|
|
23
22
|
ListHypervisorsCommandInput,
|
|
24
23
|
ListHypervisorsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListHypervisorsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListHypervisorsCommandInput;
|
|
28
27
|
constructor(input: ListHypervisorsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVirtualMachinesCommandInput
|
|
|
19
19
|
export interface ListVirtualMachinesCommandOutput
|
|
20
20
|
extends ListVirtualMachinesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVirtualMachinesCommand extends $Command<
|
|
24
23
|
ListVirtualMachinesCommandInput,
|
|
25
24
|
ListVirtualMachinesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVirtualMachinesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVirtualMachinesCommandInput;
|
|
29
28
|
constructor(input: ListVirtualMachinesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutMaintenanceStartTimeCommandInput
|
|
|
19
19
|
export interface PutMaintenanceStartTimeCommandOutput
|
|
20
20
|
extends PutMaintenanceStartTimeOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutMaintenanceStartTimeCommand extends $Command<
|
|
24
23
|
PutMaintenanceStartTimeCommandInput,
|
|
25
24
|
PutMaintenanceStartTimeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutMaintenanceStartTimeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutMaintenanceStartTimeCommandInput;
|
|
29
28
|
constructor(input: PutMaintenanceStartTimeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface TestHypervisorConfigurationCommandInput
|
|
|
19
19
|
export interface TestHypervisorConfigurationCommandOutput
|
|
20
20
|
extends TestHypervisorConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class TestHypervisorConfigurationCommand extends $Command<
|
|
24
23
|
TestHypervisorConfigurationCommandInput,
|
|
25
24
|
TestHypervisorConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class TestHypervisorConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: TestHypervisorConfigurationCommandInput;
|
|
29
28
|
constructor(input: TestHypervisorConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGatewayInformationCommandInput
|
|
|
19
19
|
export interface UpdateGatewayInformationCommandOutput
|
|
20
20
|
extends UpdateGatewayInformationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGatewayInformationCommand extends $Command<
|
|
24
23
|
UpdateGatewayInformationCommandInput,
|
|
25
24
|
UpdateGatewayInformationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGatewayInformationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGatewayInformationCommandInput;
|
|
29
28
|
constructor(input: UpdateGatewayInformationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGatewaySoftwareNowCommandInput
|
|
|
19
19
|
export interface UpdateGatewaySoftwareNowCommandOutput
|
|
20
20
|
extends UpdateGatewaySoftwareNowOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGatewaySoftwareNowCommand extends $Command<
|
|
24
23
|
UpdateGatewaySoftwareNowCommandInput,
|
|
25
24
|
UpdateGatewaySoftwareNowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGatewaySoftwareNowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGatewaySoftwareNowCommandInput;
|
|
29
28
|
constructor(input: UpdateGatewaySoftwareNowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {}
|
|
|
18
18
|
export interface UpdateHypervisorCommandOutput
|
|
19
19
|
extends UpdateHypervisorOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateHypervisorCommand extends $Command<
|
|
23
22
|
UpdateHypervisorCommandInput,
|
|
24
23
|
UpdateHypervisorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateHypervisorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateHypervisorCommandInput;
|
|
28
27
|
constructor(input: UpdateHypervisorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class BackupGatewayServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,55 +1,42 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { BackupGatewayServiceException as __BaseException } from "./BackupGatewayServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
ErrorCode: string | undefined;
|
|
9
7
|
Message?: string;
|
|
10
|
-
|
|
11
8
|
constructor(
|
|
12
9
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
13
10
|
);
|
|
14
11
|
}
|
|
15
12
|
export interface AssociateGatewayToServerInput {
|
|
16
13
|
GatewayArn: string | undefined;
|
|
17
|
-
|
|
18
14
|
ServerArn: string | undefined;
|
|
19
15
|
}
|
|
20
16
|
export interface AssociateGatewayToServerOutput {
|
|
21
17
|
GatewayArn?: string;
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
export declare class ConflictException extends __BaseException {
|
|
25
20
|
readonly name: "ConflictException";
|
|
26
21
|
readonly $fault: "client";
|
|
27
|
-
|
|
28
22
|
ErrorCode: string | undefined;
|
|
29
23
|
Message?: string;
|
|
30
|
-
|
|
31
24
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
32
25
|
}
|
|
33
|
-
|
|
34
26
|
export declare class InternalServerException extends __BaseException {
|
|
35
27
|
readonly name: "InternalServerException";
|
|
36
28
|
readonly $fault: "server";
|
|
37
|
-
|
|
38
29
|
ErrorCode?: string;
|
|
39
30
|
Message?: string;
|
|
40
|
-
|
|
41
31
|
constructor(
|
|
42
32
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
43
33
|
);
|
|
44
34
|
}
|
|
45
|
-
|
|
46
35
|
export declare class ValidationException extends __BaseException {
|
|
47
36
|
readonly name: "ValidationException";
|
|
48
37
|
readonly $fault: "client";
|
|
49
|
-
|
|
50
38
|
ErrorCode?: string;
|
|
51
39
|
Message?: string;
|
|
52
|
-
|
|
53
40
|
constructor(
|
|
54
41
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
55
42
|
);
|
|
@@ -57,19 +44,14 @@ export declare class ValidationException extends __BaseException {
|
|
|
57
44
|
export declare enum GatewayType {
|
|
58
45
|
BACKUP_VM = "BACKUP_VM",
|
|
59
46
|
}
|
|
60
|
-
|
|
61
47
|
export interface Tag {
|
|
62
48
|
Key: string | undefined;
|
|
63
|
-
|
|
64
49
|
Value: string | undefined;
|
|
65
50
|
}
|
|
66
51
|
export interface CreateGatewayInput {
|
|
67
52
|
ActivationKey: string | undefined;
|
|
68
|
-
|
|
69
53
|
GatewayDisplayName: string | undefined;
|
|
70
|
-
|
|
71
54
|
GatewayType: GatewayType | string | undefined;
|
|
72
|
-
|
|
73
55
|
Tags?: Tag[];
|
|
74
56
|
}
|
|
75
57
|
export interface CreateGatewayOutput {
|
|
@@ -81,14 +63,11 @@ export interface DeleteGatewayInput {
|
|
|
81
63
|
export interface DeleteGatewayOutput {
|
|
82
64
|
GatewayArn?: string;
|
|
83
65
|
}
|
|
84
|
-
|
|
85
66
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
86
67
|
readonly name: "ResourceNotFoundException";
|
|
87
68
|
readonly $fault: "client";
|
|
88
|
-
|
|
89
69
|
ErrorCode?: string;
|
|
90
70
|
Message?: string;
|
|
91
|
-
|
|
92
71
|
constructor(
|
|
93
72
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
94
73
|
);
|
|
@@ -102,20 +81,13 @@ export interface DisassociateGatewayFromServerOutput {
|
|
|
102
81
|
export interface GetGatewayInput {
|
|
103
82
|
GatewayArn: string | undefined;
|
|
104
83
|
}
|
|
105
|
-
|
|
106
84
|
export interface GatewayDetails {
|
|
107
85
|
GatewayArn?: string;
|
|
108
|
-
|
|
109
86
|
GatewayDisplayName?: string;
|
|
110
|
-
|
|
111
87
|
GatewayType?: GatewayType | string;
|
|
112
|
-
|
|
113
88
|
HypervisorId?: string;
|
|
114
|
-
|
|
115
89
|
LastSeenTime?: Date;
|
|
116
|
-
|
|
117
90
|
NextUpdateAvailabilityTime?: Date;
|
|
118
|
-
|
|
119
91
|
VpcEndpoint?: string;
|
|
120
92
|
}
|
|
121
93
|
export interface GetGatewayOutput {
|
|
@@ -123,35 +95,24 @@ export interface GetGatewayOutput {
|
|
|
123
95
|
}
|
|
124
96
|
export interface ListGatewaysInput {
|
|
125
97
|
MaxResults?: number;
|
|
126
|
-
|
|
127
98
|
NextToken?: string;
|
|
128
99
|
}
|
|
129
|
-
|
|
130
100
|
export interface Gateway {
|
|
131
101
|
GatewayArn?: string;
|
|
132
|
-
|
|
133
102
|
GatewayDisplayName?: string;
|
|
134
|
-
|
|
135
103
|
GatewayType?: GatewayType | string;
|
|
136
|
-
|
|
137
104
|
HypervisorId?: string;
|
|
138
|
-
|
|
139
105
|
LastSeenTime?: Date;
|
|
140
106
|
}
|
|
141
107
|
export interface ListGatewaysOutput {
|
|
142
108
|
Gateways?: Gateway[];
|
|
143
|
-
|
|
144
109
|
NextToken?: string;
|
|
145
110
|
}
|
|
146
111
|
export interface PutMaintenanceStartTimeInput {
|
|
147
112
|
GatewayArn: string | undefined;
|
|
148
|
-
|
|
149
113
|
HourOfDay: number | undefined;
|
|
150
|
-
|
|
151
114
|
MinuteOfHour: number | undefined;
|
|
152
|
-
|
|
153
115
|
DayOfWeek?: number;
|
|
154
|
-
|
|
155
116
|
DayOfMonth?: number;
|
|
156
117
|
}
|
|
157
118
|
export interface PutMaintenanceStartTimeOutput {
|
|
@@ -159,17 +120,13 @@ export interface PutMaintenanceStartTimeOutput {
|
|
|
159
120
|
}
|
|
160
121
|
export interface TestHypervisorConfigurationInput {
|
|
161
122
|
GatewayArn: string | undefined;
|
|
162
|
-
|
|
163
123
|
Host: string | undefined;
|
|
164
|
-
|
|
165
124
|
Username?: string;
|
|
166
|
-
|
|
167
125
|
Password?: string;
|
|
168
126
|
}
|
|
169
127
|
export interface TestHypervisorConfigurationOutput {}
|
|
170
128
|
export interface UpdateGatewayInformationInput {
|
|
171
129
|
GatewayArn: string | undefined;
|
|
172
|
-
|
|
173
130
|
GatewayDisplayName?: string;
|
|
174
131
|
}
|
|
175
132
|
export interface UpdateGatewayInformationOutput {
|
|
@@ -189,15 +146,10 @@ export interface DeleteHypervisorOutput {
|
|
|
189
146
|
}
|
|
190
147
|
export interface ImportHypervisorConfigurationInput {
|
|
191
148
|
Name: string | undefined;
|
|
192
|
-
|
|
193
149
|
Host: string | undefined;
|
|
194
|
-
|
|
195
150
|
Username?: string;
|
|
196
|
-
|
|
197
151
|
Password?: string;
|
|
198
|
-
|
|
199
152
|
KmsKeyArn?: string;
|
|
200
|
-
|
|
201
153
|
Tags?: Tag[];
|
|
202
154
|
}
|
|
203
155
|
export interface ImportHypervisorConfigurationOutput {
|
|
@@ -205,7 +157,6 @@ export interface ImportHypervisorConfigurationOutput {
|
|
|
205
157
|
}
|
|
206
158
|
export interface ListHypervisorsInput {
|
|
207
159
|
MaxResults?: number;
|
|
208
|
-
|
|
209
160
|
NextToken?: string;
|
|
210
161
|
}
|
|
211
162
|
export declare enum HypervisorState {
|
|
@@ -214,32 +165,22 @@ export declare enum HypervisorState {
|
|
|
214
165
|
ONLINE = "ONLINE",
|
|
215
166
|
PENDING = "PENDING",
|
|
216
167
|
}
|
|
217
|
-
|
|
218
168
|
export interface Hypervisor {
|
|
219
169
|
Host?: string;
|
|
220
|
-
|
|
221
170
|
HypervisorArn?: string;
|
|
222
|
-
|
|
223
171
|
KmsKeyArn?: string;
|
|
224
|
-
|
|
225
172
|
Name?: string;
|
|
226
|
-
|
|
227
173
|
State?: HypervisorState | string;
|
|
228
174
|
}
|
|
229
175
|
export interface ListHypervisorsOutput {
|
|
230
176
|
Hypervisors?: Hypervisor[];
|
|
231
|
-
|
|
232
177
|
NextToken?: string;
|
|
233
178
|
}
|
|
234
179
|
export interface UpdateHypervisorInput {
|
|
235
180
|
HypervisorArn: string | undefined;
|
|
236
|
-
|
|
237
181
|
Host?: string;
|
|
238
|
-
|
|
239
182
|
Username?: string;
|
|
240
|
-
|
|
241
183
|
Password?: string;
|
|
242
|
-
|
|
243
184
|
Name?: string;
|
|
244
185
|
}
|
|
245
186
|
export interface UpdateHypervisorOutput {
|
|
@@ -250,36 +191,26 @@ export interface ListTagsForResourceInput {
|
|
|
250
191
|
}
|
|
251
192
|
export interface ListTagsForResourceOutput {
|
|
252
193
|
ResourceArn?: string;
|
|
253
|
-
|
|
254
194
|
Tags?: Tag[];
|
|
255
195
|
}
|
|
256
196
|
export interface ListVirtualMachinesInput {
|
|
257
197
|
MaxResults?: number;
|
|
258
|
-
|
|
259
198
|
NextToken?: string;
|
|
260
199
|
}
|
|
261
|
-
|
|
262
200
|
export interface VirtualMachine {
|
|
263
201
|
HostName?: string;
|
|
264
|
-
|
|
265
202
|
HypervisorId?: string;
|
|
266
|
-
|
|
267
203
|
Name?: string;
|
|
268
|
-
|
|
269
204
|
Path?: string;
|
|
270
|
-
|
|
271
205
|
ResourceArn?: string;
|
|
272
|
-
|
|
273
206
|
LastBackupDate?: Date;
|
|
274
207
|
}
|
|
275
208
|
export interface ListVirtualMachinesOutput {
|
|
276
209
|
VirtualMachines?: VirtualMachine[];
|
|
277
|
-
|
|
278
210
|
NextToken?: string;
|
|
279
211
|
}
|
|
280
212
|
export interface TagResourceInput {
|
|
281
213
|
ResourceARN: string | undefined;
|
|
282
|
-
|
|
283
214
|
Tags: Tag[] | undefined;
|
|
284
215
|
}
|
|
285
216
|
export interface TagResourceOutput {
|
|
@@ -287,167 +218,125 @@ export interface TagResourceOutput {
|
|
|
287
218
|
}
|
|
288
219
|
export interface UntagResourceInput {
|
|
289
220
|
ResourceARN: string | undefined;
|
|
290
|
-
|
|
291
221
|
TagKeys: string[] | undefined;
|
|
292
222
|
}
|
|
293
223
|
export interface UntagResourceOutput {
|
|
294
224
|
ResourceARN?: string;
|
|
295
225
|
}
|
|
296
|
-
|
|
297
226
|
export declare const AssociateGatewayToServerInputFilterSensitiveLog: (
|
|
298
227
|
obj: AssociateGatewayToServerInput
|
|
299
228
|
) => any;
|
|
300
|
-
|
|
301
229
|
export declare const AssociateGatewayToServerOutputFilterSensitiveLog: (
|
|
302
230
|
obj: AssociateGatewayToServerOutput
|
|
303
231
|
) => any;
|
|
304
|
-
|
|
305
232
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
306
|
-
|
|
307
233
|
export declare const CreateGatewayInputFilterSensitiveLog: (
|
|
308
234
|
obj: CreateGatewayInput
|
|
309
235
|
) => any;
|
|
310
|
-
|
|
311
236
|
export declare const CreateGatewayOutputFilterSensitiveLog: (
|
|
312
237
|
obj: CreateGatewayOutput
|
|
313
238
|
) => any;
|
|
314
|
-
|
|
315
239
|
export declare const DeleteGatewayInputFilterSensitiveLog: (
|
|
316
240
|
obj: DeleteGatewayInput
|
|
317
241
|
) => any;
|
|
318
|
-
|
|
319
242
|
export declare const DeleteGatewayOutputFilterSensitiveLog: (
|
|
320
243
|
obj: DeleteGatewayOutput
|
|
321
244
|
) => any;
|
|
322
|
-
|
|
323
245
|
export declare const DisassociateGatewayFromServerInputFilterSensitiveLog: (
|
|
324
246
|
obj: DisassociateGatewayFromServerInput
|
|
325
247
|
) => any;
|
|
326
|
-
|
|
327
248
|
export declare const DisassociateGatewayFromServerOutputFilterSensitiveLog: (
|
|
328
249
|
obj: DisassociateGatewayFromServerOutput
|
|
329
250
|
) => any;
|
|
330
|
-
|
|
331
251
|
export declare const GetGatewayInputFilterSensitiveLog: (
|
|
332
252
|
obj: GetGatewayInput
|
|
333
253
|
) => any;
|
|
334
|
-
|
|
335
254
|
export declare const GatewayDetailsFilterSensitiveLog: (
|
|
336
255
|
obj: GatewayDetails
|
|
337
256
|
) => any;
|
|
338
|
-
|
|
339
257
|
export declare const GetGatewayOutputFilterSensitiveLog: (
|
|
340
258
|
obj: GetGatewayOutput
|
|
341
259
|
) => any;
|
|
342
|
-
|
|
343
260
|
export declare const ListGatewaysInputFilterSensitiveLog: (
|
|
344
261
|
obj: ListGatewaysInput
|
|
345
262
|
) => any;
|
|
346
|
-
|
|
347
263
|
export declare const GatewayFilterSensitiveLog: (obj: Gateway) => any;
|
|
348
|
-
|
|
349
264
|
export declare const ListGatewaysOutputFilterSensitiveLog: (
|
|
350
265
|
obj: ListGatewaysOutput
|
|
351
266
|
) => any;
|
|
352
|
-
|
|
353
267
|
export declare const PutMaintenanceStartTimeInputFilterSensitiveLog: (
|
|
354
268
|
obj: PutMaintenanceStartTimeInput
|
|
355
269
|
) => any;
|
|
356
|
-
|
|
357
270
|
export declare const PutMaintenanceStartTimeOutputFilterSensitiveLog: (
|
|
358
271
|
obj: PutMaintenanceStartTimeOutput
|
|
359
272
|
) => any;
|
|
360
|
-
|
|
361
273
|
export declare const TestHypervisorConfigurationInputFilterSensitiveLog: (
|
|
362
274
|
obj: TestHypervisorConfigurationInput
|
|
363
275
|
) => any;
|
|
364
|
-
|
|
365
276
|
export declare const TestHypervisorConfigurationOutputFilterSensitiveLog: (
|
|
366
277
|
obj: TestHypervisorConfigurationOutput
|
|
367
278
|
) => any;
|
|
368
|
-
|
|
369
279
|
export declare const UpdateGatewayInformationInputFilterSensitiveLog: (
|
|
370
280
|
obj: UpdateGatewayInformationInput
|
|
371
281
|
) => any;
|
|
372
|
-
|
|
373
282
|
export declare const UpdateGatewayInformationOutputFilterSensitiveLog: (
|
|
374
283
|
obj: UpdateGatewayInformationOutput
|
|
375
284
|
) => any;
|
|
376
|
-
|
|
377
285
|
export declare const UpdateGatewaySoftwareNowInputFilterSensitiveLog: (
|
|
378
286
|
obj: UpdateGatewaySoftwareNowInput
|
|
379
287
|
) => any;
|
|
380
|
-
|
|
381
288
|
export declare const UpdateGatewaySoftwareNowOutputFilterSensitiveLog: (
|
|
382
289
|
obj: UpdateGatewaySoftwareNowOutput
|
|
383
290
|
) => any;
|
|
384
|
-
|
|
385
291
|
export declare const DeleteHypervisorInputFilterSensitiveLog: (
|
|
386
292
|
obj: DeleteHypervisorInput
|
|
387
293
|
) => any;
|
|
388
|
-
|
|
389
294
|
export declare const DeleteHypervisorOutputFilterSensitiveLog: (
|
|
390
295
|
obj: DeleteHypervisorOutput
|
|
391
296
|
) => any;
|
|
392
|
-
|
|
393
297
|
export declare const ImportHypervisorConfigurationInputFilterSensitiveLog: (
|
|
394
298
|
obj: ImportHypervisorConfigurationInput
|
|
395
299
|
) => any;
|
|
396
|
-
|
|
397
300
|
export declare const ImportHypervisorConfigurationOutputFilterSensitiveLog: (
|
|
398
301
|
obj: ImportHypervisorConfigurationOutput
|
|
399
302
|
) => any;
|
|
400
|
-
|
|
401
303
|
export declare const ListHypervisorsInputFilterSensitiveLog: (
|
|
402
304
|
obj: ListHypervisorsInput
|
|
403
305
|
) => any;
|
|
404
|
-
|
|
405
306
|
export declare const HypervisorFilterSensitiveLog: (obj: Hypervisor) => any;
|
|
406
|
-
|
|
407
307
|
export declare const ListHypervisorsOutputFilterSensitiveLog: (
|
|
408
308
|
obj: ListHypervisorsOutput
|
|
409
309
|
) => any;
|
|
410
|
-
|
|
411
310
|
export declare const UpdateHypervisorInputFilterSensitiveLog: (
|
|
412
311
|
obj: UpdateHypervisorInput
|
|
413
312
|
) => any;
|
|
414
|
-
|
|
415
313
|
export declare const UpdateHypervisorOutputFilterSensitiveLog: (
|
|
416
314
|
obj: UpdateHypervisorOutput
|
|
417
315
|
) => any;
|
|
418
|
-
|
|
419
316
|
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
420
317
|
obj: ListTagsForResourceInput
|
|
421
318
|
) => any;
|
|
422
|
-
|
|
423
319
|
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
424
320
|
obj: ListTagsForResourceOutput
|
|
425
321
|
) => any;
|
|
426
|
-
|
|
427
322
|
export declare const ListVirtualMachinesInputFilterSensitiveLog: (
|
|
428
323
|
obj: ListVirtualMachinesInput
|
|
429
324
|
) => any;
|
|
430
|
-
|
|
431
325
|
export declare const VirtualMachineFilterSensitiveLog: (
|
|
432
326
|
obj: VirtualMachine
|
|
433
327
|
) => any;
|
|
434
|
-
|
|
435
328
|
export declare const ListVirtualMachinesOutputFilterSensitiveLog: (
|
|
436
329
|
obj: ListVirtualMachinesOutput
|
|
437
330
|
) => any;
|
|
438
|
-
|
|
439
331
|
export declare const TagResourceInputFilterSensitiveLog: (
|
|
440
332
|
obj: TagResourceInput
|
|
441
333
|
) => any;
|
|
442
|
-
|
|
443
334
|
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
444
335
|
obj: TagResourceOutput
|
|
445
336
|
) => any;
|
|
446
|
-
|
|
447
337
|
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
448
338
|
obj: UntagResourceInput
|
|
449
339
|
) => any;
|
|
450
|
-
|
|
451
340
|
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
452
341
|
obj: UntagResourceOutput
|
|
453
342
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { BackupGatewayClientConfig } from "./BackupGatewayClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { BackupGatewayClientConfig } from "./BackupGatewayClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|