@aws-sdk/client-backup-gateway 3.47.1 → 3.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/BackupGateway.d.ts +0 -85
  4. package/dist-types/ts3.4/BackupGatewayClient.d.ts +0 -89
  5. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/index.d.ts +0 -16
  22. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  23. package/dist-types/ts3.4/index.d.ts +0 -5
  24. package/dist-types/ts3.4/models/index.d.ts +0 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +0 -426
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  27. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
  28. package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +0 -4
  29. package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +0 -4
  30. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  31. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -50
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,16 +0,0 @@
1
- export * from "./AssociateGatewayToServerCommand";
2
- export * from "./CreateGatewayCommand";
3
- export * from "./DeleteGatewayCommand";
4
- export * from "./DeleteHypervisorCommand";
5
- export * from "./DisassociateGatewayFromServerCommand";
6
- export * from "./ImportHypervisorConfigurationCommand";
7
- export * from "./ListGatewaysCommand";
8
- export * from "./ListHypervisorsCommand";
9
- export * from "./ListTagsForResourceCommand";
10
- export * from "./ListVirtualMachinesCommand";
11
- export * from "./PutMaintenanceStartTimeCommand";
12
- export * from "./TagResourceCommand";
13
- export * from "./TestHypervisorConfigurationCommand";
14
- export * from "./UntagResourceCommand";
15
- export * from "./UpdateGatewayInformationCommand";
16
- export * from "./UpdateHypervisorCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./BackupGateway";
2
- export * from "./BackupGatewayClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,426 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
-
7
- ErrorCode: string | undefined;
8
- Message?: string;
9
- }
10
- export interface AssociateGatewayToServerInput {
11
-
12
- GatewayArn: string | undefined;
13
-
14
- ServerArn: string | undefined;
15
- }
16
- export declare namespace AssociateGatewayToServerInput {
17
-
18
- const filterSensitiveLog: (obj: AssociateGatewayToServerInput) => any;
19
- }
20
- export interface AssociateGatewayToServerOutput {
21
-
22
- GatewayArn?: string;
23
- }
24
- export declare namespace AssociateGatewayToServerOutput {
25
-
26
- const filterSensitiveLog: (obj: AssociateGatewayToServerOutput) => any;
27
- }
28
-
29
- export interface ConflictException extends __SmithyException, $MetadataBearer {
30
- name: "ConflictException";
31
- $fault: "client";
32
-
33
- ErrorCode: string | undefined;
34
- Message?: string;
35
- }
36
-
37
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
38
- name: "InternalServerException";
39
- $fault: "server";
40
-
41
- ErrorCode?: string;
42
- Message?: string;
43
- }
44
-
45
- export interface ValidationException extends __SmithyException, $MetadataBearer {
46
- name: "ValidationException";
47
- $fault: "client";
48
-
49
- ErrorCode?: string;
50
- Message?: string;
51
- }
52
- export declare enum GatewayType {
53
- BACKUP_VM = "BACKUP_VM"
54
- }
55
-
56
- export interface Tag {
57
-
58
- Key: string | undefined;
59
-
60
- Value: string | undefined;
61
- }
62
- export declare namespace Tag {
63
-
64
- const filterSensitiveLog: (obj: Tag) => any;
65
- }
66
- export interface CreateGatewayInput {
67
-
68
- ActivationKey: string | undefined;
69
-
70
- GatewayDisplayName: string | undefined;
71
-
72
- GatewayType: GatewayType | string | undefined;
73
-
74
- Tags?: Tag[];
75
- }
76
- export declare namespace CreateGatewayInput {
77
-
78
- const filterSensitiveLog: (obj: CreateGatewayInput) => any;
79
- }
80
- export interface CreateGatewayOutput {
81
-
82
- GatewayArn?: string;
83
- }
84
- export declare namespace CreateGatewayOutput {
85
-
86
- const filterSensitiveLog: (obj: CreateGatewayOutput) => any;
87
- }
88
- export interface DeleteGatewayInput {
89
-
90
- GatewayArn: string | undefined;
91
- }
92
- export declare namespace DeleteGatewayInput {
93
-
94
- const filterSensitiveLog: (obj: DeleteGatewayInput) => any;
95
- }
96
- export interface DeleteGatewayOutput {
97
-
98
- GatewayArn?: string;
99
- }
100
- export declare namespace DeleteGatewayOutput {
101
-
102
- const filterSensitiveLog: (obj: DeleteGatewayOutput) => any;
103
- }
104
-
105
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
106
- name: "ResourceNotFoundException";
107
- $fault: "client";
108
-
109
- ErrorCode?: string;
110
- Message?: string;
111
- }
112
- export interface DisassociateGatewayFromServerInput {
113
-
114
- GatewayArn: string | undefined;
115
- }
116
- export declare namespace DisassociateGatewayFromServerInput {
117
-
118
- const filterSensitiveLog: (obj: DisassociateGatewayFromServerInput) => any;
119
- }
120
- export interface DisassociateGatewayFromServerOutput {
121
-
122
- GatewayArn?: string;
123
- }
124
- export declare namespace DisassociateGatewayFromServerOutput {
125
-
126
- const filterSensitiveLog: (obj: DisassociateGatewayFromServerOutput) => any;
127
- }
128
- export interface ListGatewaysInput {
129
-
130
- MaxResults?: number;
131
-
132
- NextToken?: string;
133
- }
134
- export declare namespace ListGatewaysInput {
135
-
136
- const filterSensitiveLog: (obj: ListGatewaysInput) => any;
137
- }
138
-
139
- export interface Gateway {
140
-
141
- GatewayArn?: string;
142
-
143
- GatewayDisplayName?: string;
144
-
145
- GatewayType?: GatewayType | string;
146
-
147
- HypervisorId?: string;
148
-
149
- LastSeenTime?: Date;
150
- }
151
- export declare namespace Gateway {
152
-
153
- const filterSensitiveLog: (obj: Gateway) => any;
154
- }
155
- export interface ListGatewaysOutput {
156
-
157
- Gateways?: Gateway[];
158
-
159
- NextToken?: string;
160
- }
161
- export declare namespace ListGatewaysOutput {
162
-
163
- const filterSensitiveLog: (obj: ListGatewaysOutput) => any;
164
- }
165
- export interface PutMaintenanceStartTimeInput {
166
-
167
- GatewayArn: string | undefined;
168
-
169
- HourOfDay: number | undefined;
170
-
171
- MinuteOfHour: number | undefined;
172
-
173
- DayOfWeek?: number;
174
-
175
- DayOfMonth?: number;
176
- }
177
- export declare namespace PutMaintenanceStartTimeInput {
178
-
179
- const filterSensitiveLog: (obj: PutMaintenanceStartTimeInput) => any;
180
- }
181
- export interface PutMaintenanceStartTimeOutput {
182
-
183
- GatewayArn?: string;
184
- }
185
- export declare namespace PutMaintenanceStartTimeOutput {
186
-
187
- const filterSensitiveLog: (obj: PutMaintenanceStartTimeOutput) => any;
188
- }
189
- export interface TestHypervisorConfigurationInput {
190
-
191
- GatewayArn: string | undefined;
192
-
193
- Host: string | undefined;
194
-
195
- Username?: string;
196
-
197
- Password?: string;
198
- }
199
- export declare namespace TestHypervisorConfigurationInput {
200
-
201
- const filterSensitiveLog: (obj: TestHypervisorConfigurationInput) => any;
202
- }
203
- export interface TestHypervisorConfigurationOutput {
204
- }
205
- export declare namespace TestHypervisorConfigurationOutput {
206
-
207
- const filterSensitiveLog: (obj: TestHypervisorConfigurationOutput) => any;
208
- }
209
- export interface UpdateGatewayInformationInput {
210
-
211
- GatewayArn: string | undefined;
212
-
213
- GatewayDisplayName?: string;
214
- }
215
- export declare namespace UpdateGatewayInformationInput {
216
-
217
- const filterSensitiveLog: (obj: UpdateGatewayInformationInput) => any;
218
- }
219
- export interface UpdateGatewayInformationOutput {
220
-
221
- GatewayArn?: string;
222
- }
223
- export declare namespace UpdateGatewayInformationOutput {
224
-
225
- const filterSensitiveLog: (obj: UpdateGatewayInformationOutput) => any;
226
- }
227
- export interface DeleteHypervisorInput {
228
-
229
- HypervisorArn: string | undefined;
230
- }
231
- export declare namespace DeleteHypervisorInput {
232
-
233
- const filterSensitiveLog: (obj: DeleteHypervisorInput) => any;
234
- }
235
- export interface DeleteHypervisorOutput {
236
-
237
- HypervisorArn?: string;
238
- }
239
- export declare namespace DeleteHypervisorOutput {
240
-
241
- const filterSensitiveLog: (obj: DeleteHypervisorOutput) => any;
242
- }
243
- export interface ImportHypervisorConfigurationInput {
244
-
245
- Name: string | undefined;
246
-
247
- Host: string | undefined;
248
-
249
- Username?: string;
250
-
251
- Password?: string;
252
-
253
- KmsKeyArn?: string;
254
-
255
- Tags?: Tag[];
256
- }
257
- export declare namespace ImportHypervisorConfigurationInput {
258
-
259
- const filterSensitiveLog: (obj: ImportHypervisorConfigurationInput) => any;
260
- }
261
- export interface ImportHypervisorConfigurationOutput {
262
-
263
- HypervisorArn?: string;
264
- }
265
- export declare namespace ImportHypervisorConfigurationOutput {
266
-
267
- const filterSensitiveLog: (obj: ImportHypervisorConfigurationOutput) => any;
268
- }
269
- export interface ListHypervisorsInput {
270
-
271
- MaxResults?: number;
272
-
273
- NextToken?: string;
274
- }
275
- export declare namespace ListHypervisorsInput {
276
-
277
- const filterSensitiveLog: (obj: ListHypervisorsInput) => any;
278
- }
279
- export declare enum HypervisorState {
280
- ERROR = "ERROR",
281
- OFFLINE = "OFFLINE",
282
- ONLINE = "ONLINE",
283
- PENDING = "PENDING"
284
- }
285
-
286
- export interface Hypervisor {
287
-
288
- Host?: string;
289
-
290
- HypervisorArn?: string;
291
-
292
- KmsKeyArn?: string;
293
-
294
- Name?: string;
295
-
296
- State?: HypervisorState | string;
297
- }
298
- export declare namespace Hypervisor {
299
-
300
- const filterSensitiveLog: (obj: Hypervisor) => any;
301
- }
302
- export interface ListHypervisorsOutput {
303
-
304
- Hypervisors?: Hypervisor[];
305
-
306
- NextToken?: string;
307
- }
308
- export declare namespace ListHypervisorsOutput {
309
-
310
- const filterSensitiveLog: (obj: ListHypervisorsOutput) => any;
311
- }
312
- export interface UpdateHypervisorInput {
313
-
314
- HypervisorArn: string | undefined;
315
-
316
- Host?: string;
317
-
318
- Username?: string;
319
-
320
- Password?: string;
321
- }
322
- export declare namespace UpdateHypervisorInput {
323
-
324
- const filterSensitiveLog: (obj: UpdateHypervisorInput) => any;
325
- }
326
- export interface UpdateHypervisorOutput {
327
-
328
- HypervisorArn?: string;
329
- }
330
- export declare namespace UpdateHypervisorOutput {
331
-
332
- const filterSensitiveLog: (obj: UpdateHypervisorOutput) => any;
333
- }
334
- export interface ListTagsForResourceInput {
335
-
336
- ResourceArn: string | undefined;
337
- }
338
- export declare namespace ListTagsForResourceInput {
339
-
340
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
341
- }
342
- export interface ListTagsForResourceOutput {
343
-
344
- ResourceArn?: string;
345
-
346
- Tags?: Tag[];
347
- }
348
- export declare namespace ListTagsForResourceOutput {
349
-
350
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
351
- }
352
- export interface ListVirtualMachinesInput {
353
-
354
- MaxResults?: number;
355
-
356
- NextToken?: string;
357
- }
358
- export declare namespace ListVirtualMachinesInput {
359
-
360
- const filterSensitiveLog: (obj: ListVirtualMachinesInput) => any;
361
- }
362
-
363
- export interface VirtualMachine {
364
-
365
- HostName?: string;
366
-
367
- HypervisorId?: string;
368
-
369
- Name?: string;
370
-
371
- Path?: string;
372
-
373
- ResourceArn?: string;
374
-
375
- LastBackupDate?: Date;
376
- }
377
- export declare namespace VirtualMachine {
378
-
379
- const filterSensitiveLog: (obj: VirtualMachine) => any;
380
- }
381
- export interface ListVirtualMachinesOutput {
382
-
383
- VirtualMachines?: VirtualMachine[];
384
-
385
- NextToken?: string;
386
- }
387
- export declare namespace ListVirtualMachinesOutput {
388
-
389
- const filterSensitiveLog: (obj: ListVirtualMachinesOutput) => any;
390
- }
391
- export interface TagResourceInput {
392
-
393
- ResourceARN: string | undefined;
394
-
395
- Tags: Tag[] | undefined;
396
- }
397
- export declare namespace TagResourceInput {
398
-
399
- const filterSensitiveLog: (obj: TagResourceInput) => any;
400
- }
401
- export interface TagResourceOutput {
402
-
403
- ResourceARN?: string;
404
- }
405
- export declare namespace TagResourceOutput {
406
-
407
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
408
- }
409
- export interface UntagResourceInput {
410
-
411
- ResourceARN: string | undefined;
412
-
413
- TagKeys: string[] | undefined;
414
- }
415
- export declare namespace UntagResourceInput {
416
-
417
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
418
- }
419
- export interface UntagResourceOutput {
420
-
421
- ResourceARN?: string;
422
- }
423
- export declare namespace UntagResourceOutput {
424
-
425
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
426
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { BackupGateway } from "../BackupGateway";
3
- import { BackupGatewayClient } from "../BackupGatewayClient";
4
- export interface BackupGatewayPaginationConfiguration extends PaginationConfiguration {
5
- client: BackupGateway | BackupGatewayClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListGateways(config: BackupGatewayPaginationConfiguration, input: ListGatewaysCommandInput, ...additionalArguments: any): Paginator<ListGatewaysCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "../commands/ListHypervisorsCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListHypervisors(config: BackupGatewayPaginationConfiguration, input: ListHypervisorsCommandInput, ...additionalArguments: any): Paginator<ListHypervisorsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "../commands/ListVirtualMachinesCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVirtualMachines(config: BackupGatewayPaginationConfiguration, input: ListVirtualMachinesCommandInput, ...additionalArguments: any): Paginator<ListVirtualMachinesCommandOutput>;
@@ -1,4 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListGatewaysPaginator";
3
- export * from "./ListHypervisorsPaginator";
4
- export * from "./ListVirtualMachinesPaginator";
@@ -1,50 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "../commands/AssociateGatewayToServerCommand";
4
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "../commands/CreateGatewayCommand";
5
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
6
- import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput } from "../commands/DeleteHypervisorCommand";
7
- import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput } from "../commands/DisassociateGatewayFromServerCommand";
8
- import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput } from "../commands/ImportHypervisorConfigurationCommand";
9
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
10
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "../commands/ListHypervisorsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "../commands/ListVirtualMachinesCommand";
13
- import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput } from "../commands/PutMaintenanceStartTimeCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
- import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput } from "../commands/TestHypervisorConfigurationCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
18
- import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "../commands/UpdateHypervisorCommand";
19
- export declare const serializeAws_json1_0AssociateGatewayToServerCommand: (input: AssociateGatewayToServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_json1_0CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_json1_0DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_json1_0DeleteHypervisorCommand: (input: DeleteHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_0DisassociateGatewayFromServerCommand: (input: DisassociateGatewayFromServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_0ImportHypervisorConfigurationCommand: (input: ImportHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_0ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_0ListHypervisorsCommand: (input: ListHypervisorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_0ListVirtualMachinesCommand: (input: ListVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_0PutMaintenanceStartTimeCommand: (input: PutMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_0TestHypervisorConfigurationCommand: (input: TestHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_0UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_0UpdateHypervisorCommand: (input: UpdateHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const deserializeAws_json1_0AssociateGatewayToServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateGatewayToServerCommandOutput>;
36
- export declare const deserializeAws_json1_0CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
37
- export declare const deserializeAws_json1_0DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
38
- export declare const deserializeAws_json1_0DeleteHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHypervisorCommandOutput>;
39
- export declare const deserializeAws_json1_0DisassociateGatewayFromServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGatewayFromServerCommandOutput>;
40
- export declare const deserializeAws_json1_0ImportHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHypervisorConfigurationCommandOutput>;
41
- export declare const deserializeAws_json1_0ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
42
- export declare const deserializeAws_json1_0ListHypervisorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHypervisorsCommandOutput>;
43
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
44
- export declare const deserializeAws_json1_0ListVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMachinesCommandOutput>;
45
- export declare const deserializeAws_json1_0PutMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMaintenanceStartTimeCommandOutput>;
46
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
47
- export declare const deserializeAws_json1_0TestHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestHypervisorConfigurationCommandOutput>;
48
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
49
- export declare const deserializeAws_json1_0UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
50
- export declare const deserializeAws_json1_0UpdateHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHypervisorCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
2
-
3
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };