@aws-sdk/client-backup-gateway 3.297.0 → 3.298.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/commands/AssociateGatewayToServerCommand.js +2 -3
- package/dist-cjs/commands/CreateGatewayCommand.js +2 -3
- package/dist-cjs/commands/DeleteGatewayCommand.js +2 -3
- package/dist-cjs/commands/DeleteHypervisorCommand.js +2 -3
- package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +2 -3
- package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +2 -3
- package/dist-cjs/commands/GetGatewayCommand.js +2 -3
- package/dist-cjs/commands/GetHypervisorCommand.js +2 -3
- package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +2 -3
- package/dist-cjs/commands/GetVirtualMachineCommand.js +2 -3
- package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +1 -1
- package/dist-cjs/commands/ListGatewaysCommand.js +2 -3
- package/dist-cjs/commands/ListHypervisorsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualMachinesCommand.js +2 -3
- package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +2 -3
- package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +2 -3
- package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +2 -3
- package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +2 -3
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +2 -3
- package/dist-cjs/commands/UpdateHypervisorCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -234
- package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -3
- package/dist-es/commands/CreateGatewayCommand.js +2 -3
- package/dist-es/commands/DeleteGatewayCommand.js +2 -3
- package/dist-es/commands/DeleteHypervisorCommand.js +2 -3
- package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -3
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -3
- package/dist-es/commands/GetGatewayCommand.js +2 -3
- package/dist-es/commands/GetHypervisorCommand.js +2 -3
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -3
- package/dist-es/commands/GetVirtualMachineCommand.js +2 -3
- package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -3
- package/dist-es/commands/ListHypervisorsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVirtualMachinesCommand.js +2 -3
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -3
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -3
- package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -3
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -3
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -3
- package/dist-es/commands/UpdateHypervisorCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -174
- package/dist-types/models/models_0.d.ts +0 -232
- package/dist-types/ts3.4/models/models_0.d.ts +0 -166
- package/package.json +4 -3
|
@@ -335,178 +335,12 @@ export interface ListVirtualMachinesOutput {
|
|
|
335
335
|
VirtualMachines?: VirtualMachine[];
|
|
336
336
|
NextToken?: string;
|
|
337
337
|
}
|
|
338
|
-
export declare const AssociateGatewayToServerInputFilterSensitiveLog: (
|
|
339
|
-
obj: AssociateGatewayToServerInput
|
|
340
|
-
) => any;
|
|
341
|
-
export declare const AssociateGatewayToServerOutputFilterSensitiveLog: (
|
|
342
|
-
obj: AssociateGatewayToServerOutput
|
|
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;
|
|
359
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
360
|
-
export declare const CreateGatewayInputFilterSensitiveLog: (
|
|
361
|
-
obj: CreateGatewayInput
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const CreateGatewayOutputFilterSensitiveLog: (
|
|
364
|
-
obj: CreateGatewayOutput
|
|
365
|
-
) => any;
|
|
366
|
-
export declare const DeleteGatewayInputFilterSensitiveLog: (
|
|
367
|
-
obj: DeleteGatewayInput
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const DeleteGatewayOutputFilterSensitiveLog: (
|
|
370
|
-
obj: DeleteGatewayOutput
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const DisassociateGatewayFromServerInputFilterSensitiveLog: (
|
|
373
|
-
obj: DisassociateGatewayFromServerInput
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const DisassociateGatewayFromServerOutputFilterSensitiveLog: (
|
|
376
|
-
obj: DisassociateGatewayFromServerOutput
|
|
377
|
-
) => any;
|
|
378
|
-
export declare const GetGatewayInputFilterSensitiveLog: (
|
|
379
|
-
obj: GetGatewayInput
|
|
380
|
-
) => any;
|
|
381
|
-
export declare const MaintenanceStartTimeFilterSensitiveLog: (
|
|
382
|
-
obj: MaintenanceStartTime
|
|
383
|
-
) => any;
|
|
384
|
-
export declare const GatewayDetailsFilterSensitiveLog: (
|
|
385
|
-
obj: GatewayDetails
|
|
386
|
-
) => any;
|
|
387
|
-
export declare const GetGatewayOutputFilterSensitiveLog: (
|
|
388
|
-
obj: GetGatewayOutput
|
|
389
|
-
) => any;
|
|
390
|
-
export declare const ListGatewaysInputFilterSensitiveLog: (
|
|
391
|
-
obj: ListGatewaysInput
|
|
392
|
-
) => any;
|
|
393
|
-
export declare const GatewayFilterSensitiveLog: (obj: Gateway) => any;
|
|
394
|
-
export declare const ListGatewaysOutputFilterSensitiveLog: (
|
|
395
|
-
obj: ListGatewaysOutput
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const PutMaintenanceStartTimeInputFilterSensitiveLog: (
|
|
398
|
-
obj: PutMaintenanceStartTimeInput
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const PutMaintenanceStartTimeOutputFilterSensitiveLog: (
|
|
401
|
-
obj: PutMaintenanceStartTimeOutput
|
|
402
|
-
) => any;
|
|
403
338
|
export declare const TestHypervisorConfigurationInputFilterSensitiveLog: (
|
|
404
339
|
obj: TestHypervisorConfigurationInput
|
|
405
340
|
) => any;
|
|
406
|
-
export declare const TestHypervisorConfigurationOutputFilterSensitiveLog: (
|
|
407
|
-
obj: TestHypervisorConfigurationOutput
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const UpdateGatewayInformationInputFilterSensitiveLog: (
|
|
410
|
-
obj: UpdateGatewayInformationInput
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const UpdateGatewayInformationOutputFilterSensitiveLog: (
|
|
413
|
-
obj: UpdateGatewayInformationOutput
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const UpdateGatewaySoftwareNowInputFilterSensitiveLog: (
|
|
416
|
-
obj: UpdateGatewaySoftwareNowInput
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const UpdateGatewaySoftwareNowOutputFilterSensitiveLog: (
|
|
419
|
-
obj: UpdateGatewaySoftwareNowOutput
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const DeleteHypervisorInputFilterSensitiveLog: (
|
|
422
|
-
obj: DeleteHypervisorInput
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const DeleteHypervisorOutputFilterSensitiveLog: (
|
|
425
|
-
obj: DeleteHypervisorOutput
|
|
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;
|
|
451
341
|
export declare const ImportHypervisorConfigurationInputFilterSensitiveLog: (
|
|
452
342
|
obj: ImportHypervisorConfigurationInput
|
|
453
343
|
) => any;
|
|
454
|
-
export declare const ImportHypervisorConfigurationOutputFilterSensitiveLog: (
|
|
455
|
-
obj: ImportHypervisorConfigurationOutput
|
|
456
|
-
) => any;
|
|
457
|
-
export declare const ListHypervisorsInputFilterSensitiveLog: (
|
|
458
|
-
obj: ListHypervisorsInput
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const HypervisorFilterSensitiveLog: (obj: Hypervisor) => any;
|
|
461
|
-
export declare const ListHypervisorsOutputFilterSensitiveLog: (
|
|
462
|
-
obj: ListHypervisorsOutput
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const StartVirtualMachinesMetadataSyncInputFilterSensitiveLog: (
|
|
465
|
-
obj: StartVirtualMachinesMetadataSyncInput
|
|
466
|
-
) => any;
|
|
467
|
-
export declare const StartVirtualMachinesMetadataSyncOutputFilterSensitiveLog: (
|
|
468
|
-
obj: StartVirtualMachinesMetadataSyncOutput
|
|
469
|
-
) => any;
|
|
470
344
|
export declare const UpdateHypervisorInputFilterSensitiveLog: (
|
|
471
345
|
obj: UpdateHypervisorInput
|
|
472
346
|
) => any;
|
|
473
|
-
export declare const UpdateHypervisorOutputFilterSensitiveLog: (
|
|
474
|
-
obj: UpdateHypervisorOutput
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
477
|
-
obj: ListTagsForResourceInput
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
480
|
-
obj: ListTagsForResourceOutput
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
483
|
-
obj: TagResourceInput
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
486
|
-
obj: TagResourceOutput
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
489
|
-
obj: UntagResourceInput
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
492
|
-
obj: UntagResourceOutput
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const GetVirtualMachineInputFilterSensitiveLog: (
|
|
495
|
-
obj: GetVirtualMachineInput
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const VmwareTagFilterSensitiveLog: (obj: VmwareTag) => any;
|
|
498
|
-
export declare const VirtualMachineDetailsFilterSensitiveLog: (
|
|
499
|
-
obj: VirtualMachineDetails
|
|
500
|
-
) => any;
|
|
501
|
-
export declare const GetVirtualMachineOutputFilterSensitiveLog: (
|
|
502
|
-
obj: GetVirtualMachineOutput
|
|
503
|
-
) => any;
|
|
504
|
-
export declare const ListVirtualMachinesInputFilterSensitiveLog: (
|
|
505
|
-
obj: ListVirtualMachinesInput
|
|
506
|
-
) => any;
|
|
507
|
-
export declare const VirtualMachineFilterSensitiveLog: (
|
|
508
|
-
obj: VirtualMachine
|
|
509
|
-
) => any;
|
|
510
|
-
export declare const ListVirtualMachinesOutputFilterSensitiveLog: (
|
|
511
|
-
obj: ListVirtualMachinesOutput
|
|
512
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo backup-gateway"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|