@aws-sdk/client-backup-gateway 3.687.0 → 3.692.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-types/models/models_0.d.ts +108 -108
- package/dist-types/ts3.4/models/models_0.d.ts +108 -108
- package/package.json +35 -35
|
@@ -12,7 +12,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
14
|
ErrorCode: string | undefined;
|
|
15
|
-
Message?: string;
|
|
15
|
+
Message?: string | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* @internal
|
|
18
18
|
*/
|
|
@@ -42,7 +42,7 @@ export interface AssociateGatewayToServerOutput {
|
|
|
42
42
|
* <p>The Amazon Resource Name (ARN) of a gateway.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
|
-
GatewayArn?: string;
|
|
45
|
+
GatewayArn?: string | undefined;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* <p>The operation cannot proceed because it is not supported.</p>
|
|
@@ -56,7 +56,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
56
56
|
* @public
|
|
57
57
|
*/
|
|
58
58
|
ErrorCode: string | undefined;
|
|
59
|
-
Message?: string;
|
|
59
|
+
Message?: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
* @internal
|
|
62
62
|
*/
|
|
@@ -73,8 +73,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
73
73
|
* <p>A description of which internal error occured.</p>
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
|
-
ErrorCode?: string;
|
|
77
|
-
Message?: string;
|
|
76
|
+
ErrorCode?: string | undefined;
|
|
77
|
+
Message?: string | undefined;
|
|
78
78
|
/**
|
|
79
79
|
* @internal
|
|
80
80
|
*/
|
|
@@ -94,7 +94,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
ErrorCode: string | undefined;
|
|
97
|
-
Message?: string;
|
|
97
|
+
Message?: string | undefined;
|
|
98
98
|
/**
|
|
99
99
|
* @internal
|
|
100
100
|
*/
|
|
@@ -111,8 +111,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
111
111
|
* <p>A description of what caused the validation error.</p>
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
|
-
ErrorCode?: string;
|
|
115
|
-
Message?: string;
|
|
114
|
+
ErrorCode?: string | undefined;
|
|
115
|
+
Message?: string | undefined;
|
|
116
116
|
/**
|
|
117
117
|
* @internal
|
|
118
118
|
*/
|
|
@@ -150,7 +150,7 @@ export interface BandwidthRateLimitInterval {
|
|
|
150
150
|
* </note>
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
|
-
AverageUploadRateLimitInBitsPerSec?: number;
|
|
153
|
+
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* <p>The hour of the day to start the bandwidth rate limit interval.</p>
|
|
156
156
|
* @public
|
|
@@ -197,13 +197,13 @@ export interface GetBandwidthRateLimitScheduleOutput {
|
|
|
197
197
|
* for your account and Amazon Web Services Region.</p>
|
|
198
198
|
* @public
|
|
199
199
|
*/
|
|
200
|
-
GatewayArn?: string;
|
|
200
|
+
GatewayArn?: string | undefined;
|
|
201
201
|
/**
|
|
202
202
|
* <p>An array containing bandwidth rate limit schedule intervals for a gateway.
|
|
203
203
|
* When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
|
|
204
204
|
* @public
|
|
205
205
|
*/
|
|
206
|
-
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
|
|
206
|
+
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | undefined;
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
* <p>A resource that is required for the action wasn't found.</p>
|
|
@@ -216,8 +216,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
216
216
|
* <p>A description of which resource wasn't found.</p>
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
|
-
ErrorCode?: string;
|
|
220
|
-
Message?: string;
|
|
219
|
+
ErrorCode?: string | undefined;
|
|
220
|
+
Message?: string | undefined;
|
|
221
221
|
/**
|
|
222
222
|
* @internal
|
|
223
223
|
*/
|
|
@@ -255,7 +255,7 @@ export interface PutBandwidthRateLimitScheduleOutput {
|
|
|
255
255
|
* for your account and Amazon Web Services Region.</p>
|
|
256
256
|
* @public
|
|
257
257
|
*/
|
|
258
|
-
GatewayArn?: string;
|
|
258
|
+
GatewayArn?: string | undefined;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
261
|
* @public
|
|
@@ -309,7 +309,7 @@ export interface CreateGatewayInput {
|
|
|
309
309
|
* <p>A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.</p>
|
|
310
310
|
* @public
|
|
311
311
|
*/
|
|
312
|
-
Tags?: Tag[];
|
|
312
|
+
Tags?: Tag[] | undefined;
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
315
|
* @public
|
|
@@ -319,7 +319,7 @@ export interface CreateGatewayOutput {
|
|
|
319
319
|
* <p>The Amazon Resource Name (ARN) of the gateway you create.</p>
|
|
320
320
|
* @public
|
|
321
321
|
*/
|
|
322
|
-
GatewayArn?: string;
|
|
322
|
+
GatewayArn?: string | undefined;
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
325
|
* @public
|
|
@@ -339,7 +339,7 @@ export interface DeleteGatewayOutput {
|
|
|
339
339
|
* <p>The Amazon Resource Name (ARN) of the gateway you deleted.</p>
|
|
340
340
|
* @public
|
|
341
341
|
*/
|
|
342
|
-
GatewayArn?: string;
|
|
342
|
+
GatewayArn?: string | undefined;
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* @public
|
|
@@ -359,7 +359,7 @@ export interface DisassociateGatewayFromServerOutput {
|
|
|
359
359
|
* <p>The Amazon Resource Name (ARN) of the gateway you disassociated.</p>
|
|
360
360
|
* @public
|
|
361
361
|
*/
|
|
362
|
-
GatewayArn?: string;
|
|
362
|
+
GatewayArn?: string | undefined;
|
|
363
363
|
}
|
|
364
364
|
/**
|
|
365
365
|
* @public
|
|
@@ -382,13 +382,13 @@ export interface MaintenanceStartTime {
|
|
|
382
382
|
* 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.</p>
|
|
383
383
|
* @public
|
|
384
384
|
*/
|
|
385
|
-
DayOfMonth?: number;
|
|
385
|
+
DayOfMonth?: number | undefined;
|
|
386
386
|
/**
|
|
387
387
|
* <p>An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday
|
|
388
388
|
* and 6 represents Saturday. The day of week is in the time zone of the gateway.</p>
|
|
389
389
|
* @public
|
|
390
390
|
*/
|
|
391
|
-
DayOfWeek?: number;
|
|
391
|
+
DayOfWeek?: number | undefined;
|
|
392
392
|
/**
|
|
393
393
|
* <p>The hour component of the maintenance start time represented as <i>hh</i>,
|
|
394
394
|
* where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time zone of the gateway.</p>
|
|
@@ -414,46 +414,46 @@ export interface GatewayDetails {
|
|
|
414
414
|
* Amazon Web Services Region.</p>
|
|
415
415
|
* @public
|
|
416
416
|
*/
|
|
417
|
-
GatewayArn?: string;
|
|
417
|
+
GatewayArn?: string | undefined;
|
|
418
418
|
/**
|
|
419
419
|
* <p>The display name of the gateway.</p>
|
|
420
420
|
* @public
|
|
421
421
|
*/
|
|
422
|
-
GatewayDisplayName?: string;
|
|
422
|
+
GatewayDisplayName?: string | undefined;
|
|
423
423
|
/**
|
|
424
424
|
* <p>The type of the gateway type.</p>
|
|
425
425
|
* @public
|
|
426
426
|
*/
|
|
427
|
-
GatewayType?: GatewayType;
|
|
427
|
+
GatewayType?: GatewayType | undefined;
|
|
428
428
|
/**
|
|
429
429
|
* <p>The hypervisor ID of the gateway.</p>
|
|
430
430
|
* @public
|
|
431
431
|
*/
|
|
432
|
-
HypervisorId?: string;
|
|
432
|
+
HypervisorId?: string | undefined;
|
|
433
433
|
/**
|
|
434
434
|
* <p>Details showing the last time Backup gateway communicated
|
|
435
435
|
* with the cloud, in Unix format and UTC time.</p>
|
|
436
436
|
* @public
|
|
437
437
|
*/
|
|
438
|
-
LastSeenTime?: Date;
|
|
438
|
+
LastSeenTime?: Date | undefined;
|
|
439
439
|
/**
|
|
440
440
|
* <p>Returns your gateway's weekly maintenance start time including the day and time of the week.
|
|
441
441
|
* Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
|
|
442
442
|
* @public
|
|
443
443
|
*/
|
|
444
|
-
MaintenanceStartTime?: MaintenanceStartTime;
|
|
444
|
+
MaintenanceStartTime?: MaintenanceStartTime | undefined;
|
|
445
445
|
/**
|
|
446
446
|
* <p>Details showing the next update availability time of the
|
|
447
447
|
* gateway.</p>
|
|
448
448
|
* @public
|
|
449
449
|
*/
|
|
450
|
-
NextUpdateAvailabilityTime?: Date;
|
|
450
|
+
NextUpdateAvailabilityTime?: Date | undefined;
|
|
451
451
|
/**
|
|
452
452
|
* <p>The DNS name for the virtual private cloud (VPC) endpoint the gateway
|
|
453
453
|
* uses to connect to the cloud for backup gateway.</p>
|
|
454
454
|
* @public
|
|
455
455
|
*/
|
|
456
|
-
VpcEndpoint?: string;
|
|
456
|
+
VpcEndpoint?: string | undefined;
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* @public
|
|
@@ -464,7 +464,7 @@ export interface GetGatewayOutput {
|
|
|
464
464
|
* API returns the gateway.</p>
|
|
465
465
|
* @public
|
|
466
466
|
*/
|
|
467
|
-
Gateway?: GatewayDetails;
|
|
467
|
+
Gateway?: GatewayDetails | undefined;
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* @public
|
|
@@ -474,7 +474,7 @@ export interface ListGatewaysInput {
|
|
|
474
474
|
* <p>The maximum number of gateways to list.</p>
|
|
475
475
|
* @public
|
|
476
476
|
*/
|
|
477
|
-
MaxResults?: number;
|
|
477
|
+
MaxResults?: number | undefined;
|
|
478
478
|
/**
|
|
479
479
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
480
480
|
* made to return <code>MaxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -482,7 +482,7 @@ export interface ListGatewaysInput {
|
|
|
482
482
|
* token.</p>
|
|
483
483
|
* @public
|
|
484
484
|
*/
|
|
485
|
-
NextToken?: string;
|
|
485
|
+
NextToken?: string | undefined;
|
|
486
486
|
}
|
|
487
487
|
/**
|
|
488
488
|
* <p>A gateway is an Backup Gateway appliance that runs on the customer's network
|
|
@@ -495,28 +495,28 @@ export interface Gateway {
|
|
|
495
495
|
* to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
496
496
|
* @public
|
|
497
497
|
*/
|
|
498
|
-
GatewayArn?: string;
|
|
498
|
+
GatewayArn?: string | undefined;
|
|
499
499
|
/**
|
|
500
500
|
* <p>The display name of the gateway.</p>
|
|
501
501
|
* @public
|
|
502
502
|
*/
|
|
503
|
-
GatewayDisplayName?: string;
|
|
503
|
+
GatewayDisplayName?: string | undefined;
|
|
504
504
|
/**
|
|
505
505
|
* <p>The type of the gateway.</p>
|
|
506
506
|
* @public
|
|
507
507
|
*/
|
|
508
|
-
GatewayType?: GatewayType;
|
|
508
|
+
GatewayType?: GatewayType | undefined;
|
|
509
509
|
/**
|
|
510
510
|
* <p>The hypervisor ID of the gateway.</p>
|
|
511
511
|
* @public
|
|
512
512
|
*/
|
|
513
|
-
HypervisorId?: string;
|
|
513
|
+
HypervisorId?: string | undefined;
|
|
514
514
|
/**
|
|
515
515
|
* <p>The last time Backup gateway communicated with the gateway, in Unix format and
|
|
516
516
|
* UTC time.</p>
|
|
517
517
|
* @public
|
|
518
518
|
*/
|
|
519
|
-
LastSeenTime?: Date;
|
|
519
|
+
LastSeenTime?: Date | undefined;
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
522
522
|
* @public
|
|
@@ -526,7 +526,7 @@ export interface ListGatewaysOutput {
|
|
|
526
526
|
* <p>A list of your gateways.</p>
|
|
527
527
|
* @public
|
|
528
528
|
*/
|
|
529
|
-
Gateways?: Gateway[];
|
|
529
|
+
Gateways?: Gateway[] | undefined;
|
|
530
530
|
/**
|
|
531
531
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
532
532
|
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -534,7 +534,7 @@ export interface ListGatewaysOutput {
|
|
|
534
534
|
* token.</p>
|
|
535
535
|
* @public
|
|
536
536
|
*/
|
|
537
|
-
NextToken?: string;
|
|
537
|
+
NextToken?: string | undefined;
|
|
538
538
|
}
|
|
539
539
|
/**
|
|
540
540
|
* @public
|
|
@@ -560,13 +560,13 @@ export interface PutMaintenanceStartTimeInput {
|
|
|
560
560
|
* <p>The day of the week to start maintenance on a gateway.</p>
|
|
561
561
|
* @public
|
|
562
562
|
*/
|
|
563
|
-
DayOfWeek?: number;
|
|
563
|
+
DayOfWeek?: number | undefined;
|
|
564
564
|
/**
|
|
565
565
|
* <p>The day of the month start maintenance on a gateway.</p>
|
|
566
566
|
* <p>Valid values range from <code>Sunday</code> to <code>Saturday</code>.</p>
|
|
567
567
|
* @public
|
|
568
568
|
*/
|
|
569
|
-
DayOfMonth?: number;
|
|
569
|
+
DayOfMonth?: number | undefined;
|
|
570
570
|
}
|
|
571
571
|
/**
|
|
572
572
|
* @public
|
|
@@ -577,7 +577,7 @@ export interface PutMaintenanceStartTimeOutput {
|
|
|
577
577
|
* time.</p>
|
|
578
578
|
* @public
|
|
579
579
|
*/
|
|
580
|
-
GatewayArn?: string;
|
|
580
|
+
GatewayArn?: string | undefined;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* @public
|
|
@@ -598,12 +598,12 @@ export interface TestHypervisorConfigurationInput {
|
|
|
598
598
|
* <p>The username for the hypervisor.</p>
|
|
599
599
|
* @public
|
|
600
600
|
*/
|
|
601
|
-
Username?: string;
|
|
601
|
+
Username?: string | undefined;
|
|
602
602
|
/**
|
|
603
603
|
* <p>The password for the hypervisor.</p>
|
|
604
604
|
* @public
|
|
605
605
|
*/
|
|
606
|
-
Password?: string;
|
|
606
|
+
Password?: string | undefined;
|
|
607
607
|
}
|
|
608
608
|
/**
|
|
609
609
|
* @public
|
|
@@ -623,7 +623,7 @@ export interface UpdateGatewayInformationInput {
|
|
|
623
623
|
* <p>The updated display name of the gateway.</p>
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
|
-
GatewayDisplayName?: string;
|
|
626
|
+
GatewayDisplayName?: string | undefined;
|
|
627
627
|
}
|
|
628
628
|
/**
|
|
629
629
|
* @public
|
|
@@ -633,7 +633,7 @@ export interface UpdateGatewayInformationOutput {
|
|
|
633
633
|
* <p>The Amazon Resource Name (ARN) of the gateway you updated.</p>
|
|
634
634
|
* @public
|
|
635
635
|
*/
|
|
636
|
-
GatewayArn?: string;
|
|
636
|
+
GatewayArn?: string | undefined;
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
639
|
* @public
|
|
@@ -655,7 +655,7 @@ export interface UpdateGatewaySoftwareNowOutput {
|
|
|
655
655
|
* you updated.</p>
|
|
656
656
|
* @public
|
|
657
657
|
*/
|
|
658
|
-
GatewayArn?: string;
|
|
658
|
+
GatewayArn?: string | undefined;
|
|
659
659
|
}
|
|
660
660
|
/**
|
|
661
661
|
* @public
|
|
@@ -675,7 +675,7 @@ export interface DeleteHypervisorOutput {
|
|
|
675
675
|
* <p>The Amazon Resource Name (ARN) of the hypervisor you deleted.</p>
|
|
676
676
|
* @public
|
|
677
677
|
*/
|
|
678
|
-
HypervisorArn?: string;
|
|
678
|
+
HypervisorArn?: string | undefined;
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
681
|
* @public
|
|
@@ -728,52 +728,52 @@ export interface HypervisorDetails {
|
|
|
728
728
|
* a fully-qualified domain name (FQDN).</p>
|
|
729
729
|
* @public
|
|
730
730
|
*/
|
|
731
|
-
Host?: string;
|
|
731
|
+
Host?: string | undefined;
|
|
732
732
|
/**
|
|
733
733
|
* <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
|
|
734
734
|
* @public
|
|
735
735
|
*/
|
|
736
|
-
HypervisorArn?: string;
|
|
736
|
+
HypervisorArn?: string | undefined;
|
|
737
737
|
/**
|
|
738
738
|
* <p>The Amazon Resource Name (ARN) of the KMS
|
|
739
739
|
* used to encrypt the hypervisor.</p>
|
|
740
740
|
* @public
|
|
741
741
|
*/
|
|
742
|
-
KmsKeyArn?: string;
|
|
742
|
+
KmsKeyArn?: string | undefined;
|
|
743
743
|
/**
|
|
744
744
|
* <p>This is the name of the specified hypervisor.</p>
|
|
745
745
|
* @public
|
|
746
746
|
*/
|
|
747
|
-
Name?: string;
|
|
747
|
+
Name?: string | undefined;
|
|
748
748
|
/**
|
|
749
749
|
* <p>The Amazon Resource Name (ARN) of the group of gateways within
|
|
750
750
|
* the requested log.</p>
|
|
751
751
|
* @public
|
|
752
752
|
*/
|
|
753
|
-
LogGroupArn?: string;
|
|
753
|
+
LogGroupArn?: string | undefined;
|
|
754
754
|
/**
|
|
755
755
|
* <p>This is the current state of the specified hypervisor.</p>
|
|
756
756
|
* <p>The possible states are <code>PENDING</code>, <code>ONLINE</code>,
|
|
757
757
|
* <code>OFFLINE</code>, or <code>ERROR</code>.</p>
|
|
758
758
|
* @public
|
|
759
759
|
*/
|
|
760
|
-
State?: HypervisorState;
|
|
760
|
+
State?: HypervisorState | undefined;
|
|
761
761
|
/**
|
|
762
762
|
* <p>This is the time when the most recent successful sync
|
|
763
763
|
* of metadata occurred.</p>
|
|
764
764
|
* @public
|
|
765
765
|
*/
|
|
766
|
-
LastSuccessfulMetadataSyncTime?: Date;
|
|
766
|
+
LastSuccessfulMetadataSyncTime?: Date | undefined;
|
|
767
767
|
/**
|
|
768
768
|
* <p>This is the most recent status for the indicated metadata sync.</p>
|
|
769
769
|
* @public
|
|
770
770
|
*/
|
|
771
|
-
LatestMetadataSyncStatusMessage?: string;
|
|
771
|
+
LatestMetadataSyncStatusMessage?: string | undefined;
|
|
772
772
|
/**
|
|
773
773
|
* <p>This is the most recent status for the indicated metadata sync.</p>
|
|
774
774
|
* @public
|
|
775
775
|
*/
|
|
776
|
-
LatestMetadataSyncStatus?: SyncMetadataStatus;
|
|
776
|
+
LatestMetadataSyncStatus?: SyncMetadataStatus | undefined;
|
|
777
777
|
}
|
|
778
778
|
/**
|
|
779
779
|
* @public
|
|
@@ -783,7 +783,7 @@ export interface GetHypervisorOutput {
|
|
|
783
783
|
* <p>Details about the requested hypervisor.</p>
|
|
784
784
|
* @public
|
|
785
785
|
*/
|
|
786
|
-
Hypervisor?: HypervisorDetails;
|
|
786
|
+
Hypervisor?: HypervisorDetails | undefined;
|
|
787
787
|
}
|
|
788
788
|
/**
|
|
789
789
|
* @public
|
|
@@ -830,18 +830,18 @@ export interface GetHypervisorPropertyMappingsOutput {
|
|
|
830
830
|
* <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
|
|
831
831
|
* @public
|
|
832
832
|
*/
|
|
833
|
-
HypervisorArn?: string;
|
|
833
|
+
HypervisorArn?: string | undefined;
|
|
834
834
|
/**
|
|
835
835
|
* <p>This is a display of the mappings of on-premises VMware tags to the
|
|
836
836
|
* Amazon Web Services tags.</p>
|
|
837
837
|
* @public
|
|
838
838
|
*/
|
|
839
|
-
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[];
|
|
839
|
+
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[] | undefined;
|
|
840
840
|
/**
|
|
841
841
|
* <p>The Amazon Resource Name (ARN) of the IAM role.</p>
|
|
842
842
|
* @public
|
|
843
843
|
*/
|
|
844
|
-
IamRoleArn?: string;
|
|
844
|
+
IamRoleArn?: string | undefined;
|
|
845
845
|
}
|
|
846
846
|
/**
|
|
847
847
|
* @public
|
|
@@ -872,7 +872,7 @@ export interface PutHypervisorPropertyMappingsOutput {
|
|
|
872
872
|
* <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
|
|
873
873
|
* @public
|
|
874
874
|
*/
|
|
875
|
-
HypervisorArn?: string;
|
|
875
|
+
HypervisorArn?: string | undefined;
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
878
|
* @public
|
|
@@ -893,22 +893,22 @@ export interface ImportHypervisorConfigurationInput {
|
|
|
893
893
|
* <p>The username for the hypervisor.</p>
|
|
894
894
|
* @public
|
|
895
895
|
*/
|
|
896
|
-
Username?: string;
|
|
896
|
+
Username?: string | undefined;
|
|
897
897
|
/**
|
|
898
898
|
* <p>The password for the hypervisor.</p>
|
|
899
899
|
* @public
|
|
900
900
|
*/
|
|
901
|
-
Password?: string;
|
|
901
|
+
Password?: string | undefined;
|
|
902
902
|
/**
|
|
903
903
|
* <p>The Key Management Service for the hypervisor.</p>
|
|
904
904
|
* @public
|
|
905
905
|
*/
|
|
906
|
-
KmsKeyArn?: string;
|
|
906
|
+
KmsKeyArn?: string | undefined;
|
|
907
907
|
/**
|
|
908
908
|
* <p>The tags of the hypervisor configuration to import.</p>
|
|
909
909
|
* @public
|
|
910
910
|
*/
|
|
911
|
-
Tags?: Tag[];
|
|
911
|
+
Tags?: Tag[] | undefined;
|
|
912
912
|
}
|
|
913
913
|
/**
|
|
914
914
|
* @public
|
|
@@ -918,7 +918,7 @@ export interface ImportHypervisorConfigurationOutput {
|
|
|
918
918
|
* <p>The Amazon Resource Name (ARN) of the hypervisor you disassociated.</p>
|
|
919
919
|
* @public
|
|
920
920
|
*/
|
|
921
|
-
HypervisorArn?: string;
|
|
921
|
+
HypervisorArn?: string | undefined;
|
|
922
922
|
}
|
|
923
923
|
/**
|
|
924
924
|
* @public
|
|
@@ -928,7 +928,7 @@ export interface ListHypervisorsInput {
|
|
|
928
928
|
* <p>The maximum number of hypervisors to list.</p>
|
|
929
929
|
* @public
|
|
930
930
|
*/
|
|
931
|
-
MaxResults?: number;
|
|
931
|
+
MaxResults?: number | undefined;
|
|
932
932
|
/**
|
|
933
933
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
934
934
|
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -936,7 +936,7 @@ export interface ListHypervisorsInput {
|
|
|
936
936
|
* token.</p>
|
|
937
937
|
* @public
|
|
938
938
|
*/
|
|
939
|
-
NextToken?: string;
|
|
939
|
+
NextToken?: string | undefined;
|
|
940
940
|
}
|
|
941
941
|
/**
|
|
942
942
|
* <p>Represents the hypervisor's permissions to which the gateway will connect.</p>
|
|
@@ -950,28 +950,28 @@ export interface Hypervisor {
|
|
|
950
950
|
* domain name (FQDN).</p>
|
|
951
951
|
* @public
|
|
952
952
|
*/
|
|
953
|
-
Host?: string;
|
|
953
|
+
Host?: string | undefined;
|
|
954
954
|
/**
|
|
955
955
|
* <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
|
|
956
956
|
* @public
|
|
957
957
|
*/
|
|
958
|
-
HypervisorArn?: string;
|
|
958
|
+
HypervisorArn?: string | undefined;
|
|
959
959
|
/**
|
|
960
960
|
* <p>The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the
|
|
961
961
|
* hypervisor.</p>
|
|
962
962
|
* @public
|
|
963
963
|
*/
|
|
964
|
-
KmsKeyArn?: string;
|
|
964
|
+
KmsKeyArn?: string | undefined;
|
|
965
965
|
/**
|
|
966
966
|
* <p>The name of the hypervisor.</p>
|
|
967
967
|
* @public
|
|
968
968
|
*/
|
|
969
|
-
Name?: string;
|
|
969
|
+
Name?: string | undefined;
|
|
970
970
|
/**
|
|
971
971
|
* <p>The state of the hypervisor.</p>
|
|
972
972
|
* @public
|
|
973
973
|
*/
|
|
974
|
-
State?: HypervisorState;
|
|
974
|
+
State?: HypervisorState | undefined;
|
|
975
975
|
}
|
|
976
976
|
/**
|
|
977
977
|
* @public
|
|
@@ -982,7 +982,7 @@ export interface ListHypervisorsOutput {
|
|
|
982
982
|
* (ARNs).</p>
|
|
983
983
|
* @public
|
|
984
984
|
*/
|
|
985
|
-
Hypervisors?: Hypervisor[];
|
|
985
|
+
Hypervisors?: Hypervisor[] | undefined;
|
|
986
986
|
/**
|
|
987
987
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
988
988
|
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -990,7 +990,7 @@ export interface ListHypervisorsOutput {
|
|
|
990
990
|
* token.</p>
|
|
991
991
|
* @public
|
|
992
992
|
*/
|
|
993
|
-
NextToken?: string;
|
|
993
|
+
NextToken?: string | undefined;
|
|
994
994
|
}
|
|
995
995
|
/**
|
|
996
996
|
* @public
|
|
@@ -1010,7 +1010,7 @@ export interface StartVirtualMachinesMetadataSyncOutput {
|
|
|
1010
1010
|
* <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
|
|
1011
1011
|
* @public
|
|
1012
1012
|
*/
|
|
1013
|
-
HypervisorArn?: string;
|
|
1013
|
+
HypervisorArn?: string | undefined;
|
|
1014
1014
|
}
|
|
1015
1015
|
/**
|
|
1016
1016
|
* @public
|
|
@@ -1026,27 +1026,27 @@ export interface UpdateHypervisorInput {
|
|
|
1026
1026
|
* domain name (FQDN).</p>
|
|
1027
1027
|
* @public
|
|
1028
1028
|
*/
|
|
1029
|
-
Host?: string;
|
|
1029
|
+
Host?: string | undefined;
|
|
1030
1030
|
/**
|
|
1031
1031
|
* <p>The updated username for the hypervisor.</p>
|
|
1032
1032
|
* @public
|
|
1033
1033
|
*/
|
|
1034
|
-
Username?: string;
|
|
1034
|
+
Username?: string | undefined;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* <p>The updated password for the hypervisor.</p>
|
|
1037
1037
|
* @public
|
|
1038
1038
|
*/
|
|
1039
|
-
Password?: string;
|
|
1039
|
+
Password?: string | undefined;
|
|
1040
1040
|
/**
|
|
1041
1041
|
* <p>The updated name for the hypervisor</p>
|
|
1042
1042
|
* @public
|
|
1043
1043
|
*/
|
|
1044
|
-
Name?: string;
|
|
1044
|
+
Name?: string | undefined;
|
|
1045
1045
|
/**
|
|
1046
1046
|
* <p>The Amazon Resource Name (ARN) of the group of gateways within the requested log.</p>
|
|
1047
1047
|
* @public
|
|
1048
1048
|
*/
|
|
1049
|
-
LogGroupArn?: string;
|
|
1049
|
+
LogGroupArn?: string | undefined;
|
|
1050
1050
|
}
|
|
1051
1051
|
/**
|
|
1052
1052
|
* @public
|
|
@@ -1056,7 +1056,7 @@ export interface UpdateHypervisorOutput {
|
|
|
1056
1056
|
* <p>The Amazon Resource Name (ARN) of the hypervisor you updated.</p>
|
|
1057
1057
|
* @public
|
|
1058
1058
|
*/
|
|
1059
|
-
HypervisorArn?: string;
|
|
1059
|
+
HypervisorArn?: string | undefined;
|
|
1060
1060
|
}
|
|
1061
1061
|
/**
|
|
1062
1062
|
* @public
|
|
@@ -1076,12 +1076,12 @@ export interface ListTagsForResourceOutput {
|
|
|
1076
1076
|
* <p>The Amazon Resource Name (ARN) of the resource's tags that you listed.</p>
|
|
1077
1077
|
* @public
|
|
1078
1078
|
*/
|
|
1079
|
-
ResourceArn?: string;
|
|
1079
|
+
ResourceArn?: string | undefined;
|
|
1080
1080
|
/**
|
|
1081
1081
|
* <p>A list of the resource's tags.</p>
|
|
1082
1082
|
* @public
|
|
1083
1083
|
*/
|
|
1084
|
-
Tags?: Tag[];
|
|
1084
|
+
Tags?: Tag[] | undefined;
|
|
1085
1085
|
}
|
|
1086
1086
|
/**
|
|
1087
1087
|
* @public
|
|
@@ -1106,7 +1106,7 @@ export interface TagResourceOutput {
|
|
|
1106
1106
|
* <p>The Amazon Resource Name (ARN) of the resource you tagged.</p>
|
|
1107
1107
|
* @public
|
|
1108
1108
|
*/
|
|
1109
|
-
ResourceARN?: string;
|
|
1109
|
+
ResourceARN?: string | undefined;
|
|
1110
1110
|
}
|
|
1111
1111
|
/**
|
|
1112
1112
|
* @public
|
|
@@ -1131,7 +1131,7 @@ export interface UntagResourceOutput {
|
|
|
1131
1131
|
* <p>The Amazon Resource Name (ARN) of the resource from which you removed tags.</p>
|
|
1132
1132
|
* @public
|
|
1133
1133
|
*/
|
|
1134
|
-
ResourceARN?: string;
|
|
1134
|
+
ResourceARN?: string | undefined;
|
|
1135
1135
|
}
|
|
1136
1136
|
/**
|
|
1137
1137
|
* @public
|
|
@@ -1155,17 +1155,17 @@ export interface VmwareTag {
|
|
|
1155
1155
|
* <p>The is the category of VMware.</p>
|
|
1156
1156
|
* @public
|
|
1157
1157
|
*/
|
|
1158
|
-
VmwareCategory?: string;
|
|
1158
|
+
VmwareCategory?: string | undefined;
|
|
1159
1159
|
/**
|
|
1160
1160
|
* <p>This is the user-defined name of a VMware tag.</p>
|
|
1161
1161
|
* @public
|
|
1162
1162
|
*/
|
|
1163
|
-
VmwareTagName?: string;
|
|
1163
|
+
VmwareTagName?: string | undefined;
|
|
1164
1164
|
/**
|
|
1165
1165
|
* <p>This is a user-defined description of a VMware tag.</p>
|
|
1166
1166
|
* @public
|
|
1167
1167
|
*/
|
|
1168
|
-
VmwareTagDescription?: string;
|
|
1168
|
+
VmwareTagDescription?: string | undefined;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
1171
|
* <p>Your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>
|
|
@@ -1176,39 +1176,39 @@ export interface VirtualMachineDetails {
|
|
|
1176
1176
|
* <p>The host name of the virtual machine.</p>
|
|
1177
1177
|
* @public
|
|
1178
1178
|
*/
|
|
1179
|
-
HostName?: string;
|
|
1179
|
+
HostName?: string | undefined;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* <p>The ID of the virtual machine's hypervisor.</p>
|
|
1182
1182
|
* @public
|
|
1183
1183
|
*/
|
|
1184
|
-
HypervisorId?: string;
|
|
1184
|
+
HypervisorId?: string | undefined;
|
|
1185
1185
|
/**
|
|
1186
1186
|
* <p>The name of the virtual machine.</p>
|
|
1187
1187
|
* @public
|
|
1188
1188
|
*/
|
|
1189
|
-
Name?: string;
|
|
1189
|
+
Name?: string | undefined;
|
|
1190
1190
|
/**
|
|
1191
1191
|
* <p>The path of the virtual machine.</p>
|
|
1192
1192
|
* @public
|
|
1193
1193
|
*/
|
|
1194
|
-
Path?: string;
|
|
1194
|
+
Path?: string | undefined;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
|
|
1197
1197
|
* <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
1198
1198
|
* @public
|
|
1199
1199
|
*/
|
|
1200
|
-
ResourceArn?: string;
|
|
1200
|
+
ResourceArn?: string | undefined;
|
|
1201
1201
|
/**
|
|
1202
1202
|
* <p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>
|
|
1203
1203
|
* @public
|
|
1204
1204
|
*/
|
|
1205
|
-
LastBackupDate?: Date;
|
|
1205
|
+
LastBackupDate?: Date | undefined;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* <p>These are the details of the VMware tags associated with the specified
|
|
1208
1208
|
* virtual machine.</p>
|
|
1209
1209
|
* @public
|
|
1210
1210
|
*/
|
|
1211
|
-
VmwareTags?: VmwareTag[];
|
|
1211
|
+
VmwareTags?: VmwareTag[] | undefined;
|
|
1212
1212
|
}
|
|
1213
1213
|
/**
|
|
1214
1214
|
* @public
|
|
@@ -1220,7 +1220,7 @@ export interface GetVirtualMachineOutput {
|
|
|
1220
1220
|
* </p>
|
|
1221
1221
|
* @public
|
|
1222
1222
|
*/
|
|
1223
|
-
VirtualMachine?: VirtualMachineDetails;
|
|
1223
|
+
VirtualMachine?: VirtualMachineDetails | undefined;
|
|
1224
1224
|
}
|
|
1225
1225
|
/**
|
|
1226
1226
|
* @public
|
|
@@ -1230,12 +1230,12 @@ export interface ListVirtualMachinesInput {
|
|
|
1230
1230
|
* <p>The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.</p>
|
|
1231
1231
|
* @public
|
|
1232
1232
|
*/
|
|
1233
|
-
HypervisorArn?: string;
|
|
1233
|
+
HypervisorArn?: string | undefined;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* <p>The maximum number of virtual machines to list.</p>
|
|
1236
1236
|
* @public
|
|
1237
1237
|
*/
|
|
1238
|
-
MaxResults?: number;
|
|
1238
|
+
MaxResults?: number | undefined;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
1241
1241
|
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -1243,7 +1243,7 @@ export interface ListVirtualMachinesInput {
|
|
|
1243
1243
|
* token.</p>
|
|
1244
1244
|
* @public
|
|
1245
1245
|
*/
|
|
1246
|
-
NextToken?: string;
|
|
1246
|
+
NextToken?: string | undefined;
|
|
1247
1247
|
}
|
|
1248
1248
|
/**
|
|
1249
1249
|
* <p>A virtual machine that is on a hypervisor.</p>
|
|
@@ -1254,33 +1254,33 @@ export interface VirtualMachine {
|
|
|
1254
1254
|
* <p>The host name of the virtual machine.</p>
|
|
1255
1255
|
* @public
|
|
1256
1256
|
*/
|
|
1257
|
-
HostName?: string;
|
|
1257
|
+
HostName?: string | undefined;
|
|
1258
1258
|
/**
|
|
1259
1259
|
* <p>The ID of the virtual machine's hypervisor.</p>
|
|
1260
1260
|
* @public
|
|
1261
1261
|
*/
|
|
1262
|
-
HypervisorId?: string;
|
|
1262
|
+
HypervisorId?: string | undefined;
|
|
1263
1263
|
/**
|
|
1264
1264
|
* <p>The name of the virtual machine.</p>
|
|
1265
1265
|
* @public
|
|
1266
1266
|
*/
|
|
1267
|
-
Name?: string;
|
|
1267
|
+
Name?: string | undefined;
|
|
1268
1268
|
/**
|
|
1269
1269
|
* <p>The path of the virtual machine.</p>
|
|
1270
1270
|
* @public
|
|
1271
1271
|
*/
|
|
1272
|
-
Path?: string;
|
|
1272
|
+
Path?: string | undefined;
|
|
1273
1273
|
/**
|
|
1274
1274
|
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
|
|
1275
1275
|
* <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
1276
1276
|
* @public
|
|
1277
1277
|
*/
|
|
1278
|
-
ResourceArn?: string;
|
|
1278
|
+
ResourceArn?: string | undefined;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* <p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>
|
|
1281
1281
|
* @public
|
|
1282
1282
|
*/
|
|
1283
|
-
LastBackupDate?: Date;
|
|
1283
|
+
LastBackupDate?: Date | undefined;
|
|
1284
1284
|
}
|
|
1285
1285
|
/**
|
|
1286
1286
|
* @public
|
|
@@ -1291,7 +1291,7 @@ export interface ListVirtualMachinesOutput {
|
|
|
1291
1291
|
* (ARNs).</p>
|
|
1292
1292
|
* @public
|
|
1293
1293
|
*/
|
|
1294
|
-
VirtualMachines?: VirtualMachine[];
|
|
1294
|
+
VirtualMachines?: VirtualMachine[] | undefined;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
1297
1297
|
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
@@ -1299,7 +1299,7 @@ export interface ListVirtualMachinesOutput {
|
|
|
1299
1299
|
* token.</p>
|
|
1300
1300
|
* @public
|
|
1301
1301
|
*/
|
|
1302
|
-
NextToken?: string;
|
|
1302
|
+
NextToken?: string | undefined;
|
|
1303
1303
|
}
|
|
1304
1304
|
/**
|
|
1305
1305
|
* @internal
|
|
@@ -4,7 +4,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
ErrorCode: string | undefined;
|
|
7
|
-
Message?: string;
|
|
7
|
+
Message?: string | undefined;
|
|
8
8
|
constructor(
|
|
9
9
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
10
|
);
|
|
@@ -14,20 +14,20 @@ export interface AssociateGatewayToServerInput {
|
|
|
14
14
|
ServerArn: string | undefined;
|
|
15
15
|
}
|
|
16
16
|
export interface AssociateGatewayToServerOutput {
|
|
17
|
-
GatewayArn?: string;
|
|
17
|
+
GatewayArn?: string | undefined;
|
|
18
18
|
}
|
|
19
19
|
export declare class ConflictException extends __BaseException {
|
|
20
20
|
readonly name: "ConflictException";
|
|
21
21
|
readonly $fault: "client";
|
|
22
22
|
ErrorCode: string | undefined;
|
|
23
|
-
Message?: string;
|
|
23
|
+
Message?: string | undefined;
|
|
24
24
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
25
25
|
}
|
|
26
26
|
export declare class InternalServerException extends __BaseException {
|
|
27
27
|
readonly name: "InternalServerException";
|
|
28
28
|
readonly $fault: "server";
|
|
29
|
-
ErrorCode?: string;
|
|
30
|
-
Message?: string;
|
|
29
|
+
ErrorCode?: string | undefined;
|
|
30
|
+
Message?: string | undefined;
|
|
31
31
|
constructor(
|
|
32
32
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
33
33
|
);
|
|
@@ -36,7 +36,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
36
36
|
readonly name: "ThrottlingException";
|
|
37
37
|
readonly $fault: "client";
|
|
38
38
|
ErrorCode: string | undefined;
|
|
39
|
-
Message?: string;
|
|
39
|
+
Message?: string | undefined;
|
|
40
40
|
constructor(
|
|
41
41
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
42
42
|
);
|
|
@@ -44,8 +44,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
44
44
|
export declare class ValidationException extends __BaseException {
|
|
45
45
|
readonly name: "ValidationException";
|
|
46
46
|
readonly $fault: "client";
|
|
47
|
-
ErrorCode?: string;
|
|
48
|
-
Message?: string;
|
|
47
|
+
ErrorCode?: string | undefined;
|
|
48
|
+
Message?: string | undefined;
|
|
49
49
|
constructor(
|
|
50
50
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
51
|
);
|
|
@@ -54,7 +54,7 @@ export interface GetBandwidthRateLimitScheduleInput {
|
|
|
54
54
|
GatewayArn: string | undefined;
|
|
55
55
|
}
|
|
56
56
|
export interface BandwidthRateLimitInterval {
|
|
57
|
-
AverageUploadRateLimitInBitsPerSec?: number;
|
|
57
|
+
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
58
58
|
StartHourOfDay: number | undefined;
|
|
59
59
|
EndHourOfDay: number | undefined;
|
|
60
60
|
StartMinuteOfHour: number | undefined;
|
|
@@ -62,14 +62,14 @@ export interface BandwidthRateLimitInterval {
|
|
|
62
62
|
DaysOfWeek: number[] | undefined;
|
|
63
63
|
}
|
|
64
64
|
export interface GetBandwidthRateLimitScheduleOutput {
|
|
65
|
-
GatewayArn?: string;
|
|
66
|
-
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
|
|
65
|
+
GatewayArn?: string | undefined;
|
|
66
|
+
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | undefined;
|
|
67
67
|
}
|
|
68
68
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
69
69
|
readonly name: "ResourceNotFoundException";
|
|
70
70
|
readonly $fault: "client";
|
|
71
|
-
ErrorCode?: string;
|
|
72
|
-
Message?: string;
|
|
71
|
+
ErrorCode?: string | undefined;
|
|
72
|
+
Message?: string | undefined;
|
|
73
73
|
constructor(
|
|
74
74
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
75
75
|
);
|
|
@@ -79,7 +79,7 @@ export interface PutBandwidthRateLimitScheduleInput {
|
|
|
79
79
|
BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
|
|
80
80
|
}
|
|
81
81
|
export interface PutBandwidthRateLimitScheduleOutput {
|
|
82
|
-
GatewayArn?: string;
|
|
82
|
+
GatewayArn?: string | undefined;
|
|
83
83
|
}
|
|
84
84
|
export declare const GatewayType: {
|
|
85
85
|
readonly BACKUP_VM: "BACKUP_VM";
|
|
@@ -93,95 +93,95 @@ export interface CreateGatewayInput {
|
|
|
93
93
|
ActivationKey: string | undefined;
|
|
94
94
|
GatewayDisplayName: string | undefined;
|
|
95
95
|
GatewayType: GatewayType | undefined;
|
|
96
|
-
Tags?: Tag[];
|
|
96
|
+
Tags?: Tag[] | undefined;
|
|
97
97
|
}
|
|
98
98
|
export interface CreateGatewayOutput {
|
|
99
|
-
GatewayArn?: string;
|
|
99
|
+
GatewayArn?: string | undefined;
|
|
100
100
|
}
|
|
101
101
|
export interface DeleteGatewayInput {
|
|
102
102
|
GatewayArn: string | undefined;
|
|
103
103
|
}
|
|
104
104
|
export interface DeleteGatewayOutput {
|
|
105
|
-
GatewayArn?: string;
|
|
105
|
+
GatewayArn?: string | undefined;
|
|
106
106
|
}
|
|
107
107
|
export interface DisassociateGatewayFromServerInput {
|
|
108
108
|
GatewayArn: string | undefined;
|
|
109
109
|
}
|
|
110
110
|
export interface DisassociateGatewayFromServerOutput {
|
|
111
|
-
GatewayArn?: string;
|
|
111
|
+
GatewayArn?: string | undefined;
|
|
112
112
|
}
|
|
113
113
|
export interface GetGatewayInput {
|
|
114
114
|
GatewayArn: string | undefined;
|
|
115
115
|
}
|
|
116
116
|
export interface MaintenanceStartTime {
|
|
117
|
-
DayOfMonth?: number;
|
|
118
|
-
DayOfWeek?: number;
|
|
117
|
+
DayOfMonth?: number | undefined;
|
|
118
|
+
DayOfWeek?: number | undefined;
|
|
119
119
|
HourOfDay: number | undefined;
|
|
120
120
|
MinuteOfHour: number | undefined;
|
|
121
121
|
}
|
|
122
122
|
export interface GatewayDetails {
|
|
123
|
-
GatewayArn?: string;
|
|
124
|
-
GatewayDisplayName?: string;
|
|
125
|
-
GatewayType?: GatewayType;
|
|
126
|
-
HypervisorId?: string;
|
|
127
|
-
LastSeenTime?: Date;
|
|
128
|
-
MaintenanceStartTime?: MaintenanceStartTime;
|
|
129
|
-
NextUpdateAvailabilityTime?: Date;
|
|
130
|
-
VpcEndpoint?: string;
|
|
123
|
+
GatewayArn?: string | undefined;
|
|
124
|
+
GatewayDisplayName?: string | undefined;
|
|
125
|
+
GatewayType?: GatewayType | undefined;
|
|
126
|
+
HypervisorId?: string | undefined;
|
|
127
|
+
LastSeenTime?: Date | undefined;
|
|
128
|
+
MaintenanceStartTime?: MaintenanceStartTime | undefined;
|
|
129
|
+
NextUpdateAvailabilityTime?: Date | undefined;
|
|
130
|
+
VpcEndpoint?: string | undefined;
|
|
131
131
|
}
|
|
132
132
|
export interface GetGatewayOutput {
|
|
133
|
-
Gateway?: GatewayDetails;
|
|
133
|
+
Gateway?: GatewayDetails | undefined;
|
|
134
134
|
}
|
|
135
135
|
export interface ListGatewaysInput {
|
|
136
|
-
MaxResults?: number;
|
|
137
|
-
NextToken?: string;
|
|
136
|
+
MaxResults?: number | undefined;
|
|
137
|
+
NextToken?: string | undefined;
|
|
138
138
|
}
|
|
139
139
|
export interface Gateway {
|
|
140
|
-
GatewayArn?: string;
|
|
141
|
-
GatewayDisplayName?: string;
|
|
142
|
-
GatewayType?: GatewayType;
|
|
143
|
-
HypervisorId?: string;
|
|
144
|
-
LastSeenTime?: Date;
|
|
140
|
+
GatewayArn?: string | undefined;
|
|
141
|
+
GatewayDisplayName?: string | undefined;
|
|
142
|
+
GatewayType?: GatewayType | undefined;
|
|
143
|
+
HypervisorId?: string | undefined;
|
|
144
|
+
LastSeenTime?: Date | undefined;
|
|
145
145
|
}
|
|
146
146
|
export interface ListGatewaysOutput {
|
|
147
|
-
Gateways?: Gateway[];
|
|
148
|
-
NextToken?: string;
|
|
147
|
+
Gateways?: Gateway[] | undefined;
|
|
148
|
+
NextToken?: string | undefined;
|
|
149
149
|
}
|
|
150
150
|
export interface PutMaintenanceStartTimeInput {
|
|
151
151
|
GatewayArn: string | undefined;
|
|
152
152
|
HourOfDay: number | undefined;
|
|
153
153
|
MinuteOfHour: number | undefined;
|
|
154
|
-
DayOfWeek?: number;
|
|
155
|
-
DayOfMonth?: number;
|
|
154
|
+
DayOfWeek?: number | undefined;
|
|
155
|
+
DayOfMonth?: number | undefined;
|
|
156
156
|
}
|
|
157
157
|
export interface PutMaintenanceStartTimeOutput {
|
|
158
|
-
GatewayArn?: string;
|
|
158
|
+
GatewayArn?: string | undefined;
|
|
159
159
|
}
|
|
160
160
|
export interface TestHypervisorConfigurationInput {
|
|
161
161
|
GatewayArn: string | undefined;
|
|
162
162
|
Host: string | undefined;
|
|
163
|
-
Username?: string;
|
|
164
|
-
Password?: string;
|
|
163
|
+
Username?: string | undefined;
|
|
164
|
+
Password?: string | undefined;
|
|
165
165
|
}
|
|
166
166
|
export interface TestHypervisorConfigurationOutput {}
|
|
167
167
|
export interface UpdateGatewayInformationInput {
|
|
168
168
|
GatewayArn: string | undefined;
|
|
169
|
-
GatewayDisplayName?: string;
|
|
169
|
+
GatewayDisplayName?: string | undefined;
|
|
170
170
|
}
|
|
171
171
|
export interface UpdateGatewayInformationOutput {
|
|
172
|
-
GatewayArn?: string;
|
|
172
|
+
GatewayArn?: string | undefined;
|
|
173
173
|
}
|
|
174
174
|
export interface UpdateGatewaySoftwareNowInput {
|
|
175
175
|
GatewayArn: string | undefined;
|
|
176
176
|
}
|
|
177
177
|
export interface UpdateGatewaySoftwareNowOutput {
|
|
178
|
-
GatewayArn?: string;
|
|
178
|
+
GatewayArn?: string | undefined;
|
|
179
179
|
}
|
|
180
180
|
export interface DeleteHypervisorInput {
|
|
181
181
|
HypervisorArn: string | undefined;
|
|
182
182
|
}
|
|
183
183
|
export interface DeleteHypervisorOutput {
|
|
184
|
-
HypervisorArn?: string;
|
|
184
|
+
HypervisorArn?: string | undefined;
|
|
185
185
|
}
|
|
186
186
|
export interface GetHypervisorInput {
|
|
187
187
|
HypervisorArn: string | undefined;
|
|
@@ -204,18 +204,18 @@ export declare const HypervisorState: {
|
|
|
204
204
|
export type HypervisorState =
|
|
205
205
|
(typeof HypervisorState)[keyof typeof HypervisorState];
|
|
206
206
|
export interface HypervisorDetails {
|
|
207
|
-
Host?: string;
|
|
208
|
-
HypervisorArn?: string;
|
|
209
|
-
KmsKeyArn?: string;
|
|
210
|
-
Name?: string;
|
|
211
|
-
LogGroupArn?: string;
|
|
212
|
-
State?: HypervisorState;
|
|
213
|
-
LastSuccessfulMetadataSyncTime?: Date;
|
|
214
|
-
LatestMetadataSyncStatusMessage?: string;
|
|
215
|
-
LatestMetadataSyncStatus?: SyncMetadataStatus;
|
|
207
|
+
Host?: string | undefined;
|
|
208
|
+
HypervisorArn?: string | undefined;
|
|
209
|
+
KmsKeyArn?: string | undefined;
|
|
210
|
+
Name?: string | undefined;
|
|
211
|
+
LogGroupArn?: string | undefined;
|
|
212
|
+
State?: HypervisorState | undefined;
|
|
213
|
+
LastSuccessfulMetadataSyncTime?: Date | undefined;
|
|
214
|
+
LatestMetadataSyncStatusMessage?: string | undefined;
|
|
215
|
+
LatestMetadataSyncStatus?: SyncMetadataStatus | undefined;
|
|
216
216
|
}
|
|
217
217
|
export interface GetHypervisorOutput {
|
|
218
|
-
Hypervisor?: HypervisorDetails;
|
|
218
|
+
Hypervisor?: HypervisorDetails | undefined;
|
|
219
219
|
}
|
|
220
220
|
export interface GetHypervisorPropertyMappingsInput {
|
|
221
221
|
HypervisorArn: string | undefined;
|
|
@@ -227,9 +227,9 @@ export interface VmwareToAwsTagMapping {
|
|
|
227
227
|
AwsTagValue: string | undefined;
|
|
228
228
|
}
|
|
229
229
|
export interface GetHypervisorPropertyMappingsOutput {
|
|
230
|
-
HypervisorArn?: string;
|
|
231
|
-
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[];
|
|
232
|
-
IamRoleArn?: string;
|
|
230
|
+
HypervisorArn?: string | undefined;
|
|
231
|
+
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[] | undefined;
|
|
232
|
+
IamRoleArn?: string | undefined;
|
|
233
233
|
}
|
|
234
234
|
export interface PutHypervisorPropertyMappingsInput {
|
|
235
235
|
HypervisorArn: string | undefined;
|
|
@@ -237,108 +237,108 @@ export interface PutHypervisorPropertyMappingsInput {
|
|
|
237
237
|
IamRoleArn: string | undefined;
|
|
238
238
|
}
|
|
239
239
|
export interface PutHypervisorPropertyMappingsOutput {
|
|
240
|
-
HypervisorArn?: string;
|
|
240
|
+
HypervisorArn?: string | undefined;
|
|
241
241
|
}
|
|
242
242
|
export interface ImportHypervisorConfigurationInput {
|
|
243
243
|
Name: string | undefined;
|
|
244
244
|
Host: string | undefined;
|
|
245
|
-
Username?: string;
|
|
246
|
-
Password?: string;
|
|
247
|
-
KmsKeyArn?: string;
|
|
248
|
-
Tags?: Tag[];
|
|
245
|
+
Username?: string | undefined;
|
|
246
|
+
Password?: string | undefined;
|
|
247
|
+
KmsKeyArn?: string | undefined;
|
|
248
|
+
Tags?: Tag[] | undefined;
|
|
249
249
|
}
|
|
250
250
|
export interface ImportHypervisorConfigurationOutput {
|
|
251
|
-
HypervisorArn?: string;
|
|
251
|
+
HypervisorArn?: string | undefined;
|
|
252
252
|
}
|
|
253
253
|
export interface ListHypervisorsInput {
|
|
254
|
-
MaxResults?: number;
|
|
255
|
-
NextToken?: string;
|
|
254
|
+
MaxResults?: number | undefined;
|
|
255
|
+
NextToken?: string | undefined;
|
|
256
256
|
}
|
|
257
257
|
export interface Hypervisor {
|
|
258
|
-
Host?: string;
|
|
259
|
-
HypervisorArn?: string;
|
|
260
|
-
KmsKeyArn?: string;
|
|
261
|
-
Name?: string;
|
|
262
|
-
State?: HypervisorState;
|
|
258
|
+
Host?: string | undefined;
|
|
259
|
+
HypervisorArn?: string | undefined;
|
|
260
|
+
KmsKeyArn?: string | undefined;
|
|
261
|
+
Name?: string | undefined;
|
|
262
|
+
State?: HypervisorState | undefined;
|
|
263
263
|
}
|
|
264
264
|
export interface ListHypervisorsOutput {
|
|
265
|
-
Hypervisors?: Hypervisor[];
|
|
266
|
-
NextToken?: string;
|
|
265
|
+
Hypervisors?: Hypervisor[] | undefined;
|
|
266
|
+
NextToken?: string | undefined;
|
|
267
267
|
}
|
|
268
268
|
export interface StartVirtualMachinesMetadataSyncInput {
|
|
269
269
|
HypervisorArn: string | undefined;
|
|
270
270
|
}
|
|
271
271
|
export interface StartVirtualMachinesMetadataSyncOutput {
|
|
272
|
-
HypervisorArn?: string;
|
|
272
|
+
HypervisorArn?: string | undefined;
|
|
273
273
|
}
|
|
274
274
|
export interface UpdateHypervisorInput {
|
|
275
275
|
HypervisorArn: string | undefined;
|
|
276
|
-
Host?: string;
|
|
277
|
-
Username?: string;
|
|
278
|
-
Password?: string;
|
|
279
|
-
Name?: string;
|
|
280
|
-
LogGroupArn?: string;
|
|
276
|
+
Host?: string | undefined;
|
|
277
|
+
Username?: string | undefined;
|
|
278
|
+
Password?: string | undefined;
|
|
279
|
+
Name?: string | undefined;
|
|
280
|
+
LogGroupArn?: string | undefined;
|
|
281
281
|
}
|
|
282
282
|
export interface UpdateHypervisorOutput {
|
|
283
|
-
HypervisorArn?: string;
|
|
283
|
+
HypervisorArn?: string | undefined;
|
|
284
284
|
}
|
|
285
285
|
export interface ListTagsForResourceInput {
|
|
286
286
|
ResourceArn: string | undefined;
|
|
287
287
|
}
|
|
288
288
|
export interface ListTagsForResourceOutput {
|
|
289
|
-
ResourceArn?: string;
|
|
290
|
-
Tags?: Tag[];
|
|
289
|
+
ResourceArn?: string | undefined;
|
|
290
|
+
Tags?: Tag[] | undefined;
|
|
291
291
|
}
|
|
292
292
|
export interface TagResourceInput {
|
|
293
293
|
ResourceARN: string | undefined;
|
|
294
294
|
Tags: Tag[] | undefined;
|
|
295
295
|
}
|
|
296
296
|
export interface TagResourceOutput {
|
|
297
|
-
ResourceARN?: string;
|
|
297
|
+
ResourceARN?: string | undefined;
|
|
298
298
|
}
|
|
299
299
|
export interface UntagResourceInput {
|
|
300
300
|
ResourceARN: string | undefined;
|
|
301
301
|
TagKeys: string[] | undefined;
|
|
302
302
|
}
|
|
303
303
|
export interface UntagResourceOutput {
|
|
304
|
-
ResourceARN?: string;
|
|
304
|
+
ResourceARN?: string | undefined;
|
|
305
305
|
}
|
|
306
306
|
export interface GetVirtualMachineInput {
|
|
307
307
|
ResourceArn: string | undefined;
|
|
308
308
|
}
|
|
309
309
|
export interface VmwareTag {
|
|
310
|
-
VmwareCategory?: string;
|
|
311
|
-
VmwareTagName?: string;
|
|
312
|
-
VmwareTagDescription?: string;
|
|
310
|
+
VmwareCategory?: string | undefined;
|
|
311
|
+
VmwareTagName?: string | undefined;
|
|
312
|
+
VmwareTagDescription?: string | undefined;
|
|
313
313
|
}
|
|
314
314
|
export interface VirtualMachineDetails {
|
|
315
|
-
HostName?: string;
|
|
316
|
-
HypervisorId?: string;
|
|
317
|
-
Name?: string;
|
|
318
|
-
Path?: string;
|
|
319
|
-
ResourceArn?: string;
|
|
320
|
-
LastBackupDate?: Date;
|
|
321
|
-
VmwareTags?: VmwareTag[];
|
|
315
|
+
HostName?: string | undefined;
|
|
316
|
+
HypervisorId?: string | undefined;
|
|
317
|
+
Name?: string | undefined;
|
|
318
|
+
Path?: string | undefined;
|
|
319
|
+
ResourceArn?: string | undefined;
|
|
320
|
+
LastBackupDate?: Date | undefined;
|
|
321
|
+
VmwareTags?: VmwareTag[] | undefined;
|
|
322
322
|
}
|
|
323
323
|
export interface GetVirtualMachineOutput {
|
|
324
|
-
VirtualMachine?: VirtualMachineDetails;
|
|
324
|
+
VirtualMachine?: VirtualMachineDetails | undefined;
|
|
325
325
|
}
|
|
326
326
|
export interface ListVirtualMachinesInput {
|
|
327
|
-
HypervisorArn?: string;
|
|
328
|
-
MaxResults?: number;
|
|
329
|
-
NextToken?: string;
|
|
327
|
+
HypervisorArn?: string | undefined;
|
|
328
|
+
MaxResults?: number | undefined;
|
|
329
|
+
NextToken?: string | undefined;
|
|
330
330
|
}
|
|
331
331
|
export interface VirtualMachine {
|
|
332
|
-
HostName?: string;
|
|
333
|
-
HypervisorId?: string;
|
|
334
|
-
Name?: string;
|
|
335
|
-
Path?: string;
|
|
336
|
-
ResourceArn?: string;
|
|
337
|
-
LastBackupDate?: Date;
|
|
332
|
+
HostName?: string | undefined;
|
|
333
|
+
HypervisorId?: string | undefined;
|
|
334
|
+
Name?: string | undefined;
|
|
335
|
+
Path?: string | undefined;
|
|
336
|
+
ResourceArn?: string | undefined;
|
|
337
|
+
LastBackupDate?: Date | undefined;
|
|
338
338
|
}
|
|
339
339
|
export interface ListVirtualMachinesOutput {
|
|
340
|
-
VirtualMachines?: VirtualMachine[];
|
|
341
|
-
NextToken?: string;
|
|
340
|
+
VirtualMachines?: VirtualMachine[] | undefined;
|
|
341
|
+
NextToken?: string | undefined;
|
|
342
342
|
}
|
|
343
343
|
export declare const TestHypervisorConfigurationInputFilterSensitiveLog: (
|
|
344
344
|
obj: TestHypervisorConfigurationInput
|
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.692.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup-gateway",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.692.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.692.0",
|
|
25
|
+
"@aws-sdk/core": "3.692.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.692.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.692.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.692.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.692.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.692.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.692.0",
|
|
32
|
+
"@aws-sdk/types": "3.692.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.692.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.692.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.692.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.11",
|
|
37
|
+
"@smithy/core": "^2.5.2",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.0",
|
|
39
|
+
"@smithy/hash-node": "^3.0.9",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.9",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.11",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.2",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.26",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.9",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.9",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.10",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.0",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.6",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.3",
|
|
50
|
+
"@smithy/types": "^3.7.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.9",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.26",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.26",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.5",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.9",
|
|
59
|
+
"@smithy/util-retry": "^3.0.9",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|