@aws-sdk/client-storage-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 +561 -561
- package/dist-types/ts3.4/models/models_0.d.ts +565 -561
- package/package.json +35 -35
|
@@ -117,7 +117,7 @@ export interface ActivateGatewayInput {
|
|
|
117
117
|
* </p>
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
|
-
GatewayType?: string;
|
|
120
|
+
GatewayType?: string | undefined;
|
|
121
121
|
/**
|
|
122
122
|
* <p>The value that indicates the type of tape drive to use for tape gateway. This field is
|
|
123
123
|
* optional.</p>
|
|
@@ -125,7 +125,7 @@ export interface ActivateGatewayInput {
|
|
|
125
125
|
* </p>
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
|
-
TapeDriveType?: string;
|
|
128
|
+
TapeDriveType?: string | undefined;
|
|
129
129
|
/**
|
|
130
130
|
* <p>The value that indicates the type of medium changer to use for tape gateway. This field
|
|
131
131
|
* is optional.</p>
|
|
@@ -134,7 +134,7 @@ export interface ActivateGatewayInput {
|
|
|
134
134
|
* </p>
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
|
-
MediumChangerType?: string;
|
|
137
|
+
MediumChangerType?: string | undefined;
|
|
138
138
|
/**
|
|
139
139
|
* <p>A list of up to 50 tags that you can assign to the gateway. Each tag is a key-value
|
|
140
140
|
* pair.</p>
|
|
@@ -146,7 +146,7 @@ export interface ActivateGatewayInput {
|
|
|
146
146
|
* </note>
|
|
147
147
|
* @public
|
|
148
148
|
*/
|
|
149
|
-
Tags?: Tag[];
|
|
149
|
+
Tags?: Tag[] | undefined;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* <p>Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It
|
|
@@ -165,7 +165,7 @@ export interface ActivateGatewayOutput {
|
|
|
165
165
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
|
-
GatewayARN?: string;
|
|
168
|
+
GatewayARN?: string | undefined;
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* @public
|
|
@@ -250,12 +250,12 @@ export interface StorageGatewayError {
|
|
|
250
250
|
* <p>Additional information about the error.</p>
|
|
251
251
|
* @public
|
|
252
252
|
*/
|
|
253
|
-
errorCode?: ErrorCode;
|
|
253
|
+
errorCode?: ErrorCode | undefined;
|
|
254
254
|
/**
|
|
255
255
|
* <p>Human-readable text that provides detail about the error that occurred.</p>
|
|
256
256
|
* @public
|
|
257
257
|
*/
|
|
258
|
-
errorDetails?: Record<string, string
|
|
258
|
+
errorDetails?: Record<string, string> | undefined;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
261
|
* <p>An internal server error has occurred during the request. For more information, see the
|
|
@@ -270,7 +270,7 @@ export declare class InternalServerError extends __BaseException {
|
|
|
270
270
|
* of the error.</p>
|
|
271
271
|
* @public
|
|
272
272
|
*/
|
|
273
|
-
error?: StorageGatewayError;
|
|
273
|
+
error?: StorageGatewayError | undefined;
|
|
274
274
|
/**
|
|
275
275
|
* @internal
|
|
276
276
|
*/
|
|
@@ -289,7 +289,7 @@ export declare class InvalidGatewayRequestException extends __BaseException {
|
|
|
289
289
|
* error.</p>
|
|
290
290
|
* @public
|
|
291
291
|
*/
|
|
292
|
-
error?: StorageGatewayError;
|
|
292
|
+
error?: StorageGatewayError | undefined;
|
|
293
293
|
/**
|
|
294
294
|
* @internal
|
|
295
295
|
*/
|
|
@@ -339,7 +339,7 @@ export interface AddCacheOutput {
|
|
|
339
339
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
340
340
|
* @public
|
|
341
341
|
*/
|
|
342
|
-
GatewayARN?: string;
|
|
342
|
+
GatewayARN?: string | undefined;
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* <p>AddTagsToResourceInput</p>
|
|
@@ -373,7 +373,7 @@ export interface AddTagsToResourceOutput {
|
|
|
373
373
|
* <p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>
|
|
374
374
|
* @public
|
|
375
375
|
*/
|
|
376
|
-
ResourceARN?: string;
|
|
376
|
+
ResourceARN?: string | undefined;
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* @public
|
|
@@ -402,7 +402,7 @@ export interface AddUploadBufferOutput {
|
|
|
402
402
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
403
403
|
* @public
|
|
404
404
|
*/
|
|
405
|
-
GatewayARN?: string;
|
|
405
|
+
GatewayARN?: string | undefined;
|
|
406
406
|
}
|
|
407
407
|
/**
|
|
408
408
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -441,7 +441,7 @@ export interface AddWorkingStorageOutput {
|
|
|
441
441
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
442
442
|
* @public
|
|
443
443
|
*/
|
|
444
|
-
GatewayARN?: string;
|
|
444
|
+
GatewayARN?: string | undefined;
|
|
445
445
|
}
|
|
446
446
|
/**
|
|
447
447
|
* @public
|
|
@@ -472,7 +472,7 @@ export interface AssignTapePoolInput {
|
|
|
472
472
|
* </p>
|
|
473
473
|
* @public
|
|
474
474
|
*/
|
|
475
|
-
BypassGovernanceRetention?: boolean;
|
|
475
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
478
|
* @public
|
|
@@ -483,7 +483,7 @@ export interface AssignTapePoolOutput {
|
|
|
483
483
|
* pool.</p>
|
|
484
484
|
* @public
|
|
485
485
|
*/
|
|
486
|
-
TapeARN?: string;
|
|
486
|
+
TapeARN?: string | undefined;
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* <p>The refresh cache information for the file share or FSx file systems.</p>
|
|
@@ -498,7 +498,7 @@ export interface CacheAttributes {
|
|
|
498
498
|
* <p>Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)</p>
|
|
499
499
|
* @public
|
|
500
500
|
*/
|
|
501
|
-
CacheStaleTimeoutInSeconds?: number;
|
|
501
|
+
CacheStaleTimeoutInSeconds?: number | undefined;
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
504
|
* <p>Specifies network configuration information for the gateway associated with the Amazon FSx file system.</p>
|
|
@@ -514,7 +514,7 @@ export interface EndpointNetworkConfiguration {
|
|
|
514
514
|
* </note>
|
|
515
515
|
* @public
|
|
516
516
|
*/
|
|
517
|
-
IpAddresses?: string[];
|
|
517
|
+
IpAddresses?: string[] | undefined;
|
|
518
518
|
}
|
|
519
519
|
/**
|
|
520
520
|
* @public
|
|
@@ -555,17 +555,17 @@ export interface AssociateFileSystemInput {
|
|
|
555
555
|
* a key-value pair.</p>
|
|
556
556
|
* @public
|
|
557
557
|
*/
|
|
558
|
-
Tags?: Tag[];
|
|
558
|
+
Tags?: Tag[] | undefined;
|
|
559
559
|
/**
|
|
560
560
|
* <p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>
|
|
561
561
|
* @public
|
|
562
562
|
*/
|
|
563
|
-
AuditDestinationARN?: string;
|
|
563
|
+
AuditDestinationARN?: string | undefined;
|
|
564
564
|
/**
|
|
565
565
|
* <p>The refresh cache information for the file share or FSx file systems.</p>
|
|
566
566
|
* @public
|
|
567
567
|
*/
|
|
568
|
-
CacheAttributes?: CacheAttributes;
|
|
568
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
569
569
|
/**
|
|
570
570
|
* <p>Specifies the network configuration information for the gateway associated with the
|
|
571
571
|
* Amazon FSx file system.</p>
|
|
@@ -575,7 +575,7 @@ export interface AssociateFileSystemInput {
|
|
|
575
575
|
* </note>
|
|
576
576
|
* @public
|
|
577
577
|
*/
|
|
578
|
-
EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
|
|
578
|
+
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | undefined;
|
|
579
579
|
}
|
|
580
580
|
/**
|
|
581
581
|
* @public
|
|
@@ -585,7 +585,7 @@ export interface AssociateFileSystemOutput {
|
|
|
585
585
|
* <p>The ARN of the newly created file system association.</p>
|
|
586
586
|
* @public
|
|
587
587
|
*/
|
|
588
|
-
FileSystemAssociationARN?: string;
|
|
588
|
+
FileSystemAssociationARN?: string | undefined;
|
|
589
589
|
}
|
|
590
590
|
/**
|
|
591
591
|
* <p>AttachVolumeInput</p>
|
|
@@ -608,7 +608,7 @@ export interface AttachVolumeInput {
|
|
|
608
608
|
* used for this volume as the new target name.</p>
|
|
609
609
|
* @public
|
|
610
610
|
*/
|
|
611
|
-
TargetName?: string;
|
|
611
|
+
TargetName?: string | undefined;
|
|
612
612
|
/**
|
|
613
613
|
* <p>The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.</p>
|
|
614
614
|
* @public
|
|
@@ -628,7 +628,7 @@ export interface AttachVolumeInput {
|
|
|
628
628
|
* volume.</p>
|
|
629
629
|
* @public
|
|
630
630
|
*/
|
|
631
|
-
DiskId?: string;
|
|
631
|
+
DiskId?: string | undefined;
|
|
632
632
|
}
|
|
633
633
|
/**
|
|
634
634
|
* <p>AttachVolumeOutput</p>
|
|
@@ -639,13 +639,13 @@ export interface AttachVolumeOutput {
|
|
|
639
639
|
* <p>The Amazon Resource Name (ARN) of the volume that was attached to the gateway.</p>
|
|
640
640
|
* @public
|
|
641
641
|
*/
|
|
642
|
-
VolumeARN?: string;
|
|
642
|
+
VolumeARN?: string | undefined;
|
|
643
643
|
/**
|
|
644
644
|
* <p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for
|
|
645
645
|
* the initiator that was used to connect to the target.</p>
|
|
646
646
|
* @public
|
|
647
647
|
*/
|
|
648
|
-
TargetARN?: string;
|
|
648
|
+
TargetARN?: string | undefined;
|
|
649
649
|
}
|
|
650
650
|
/**
|
|
651
651
|
* <p>An automatic tape creation policy consists of automatic tape creation rules where each
|
|
@@ -692,7 +692,7 @@ export interface AutomaticTapeCreationRule {
|
|
|
692
692
|
* tapes.</p>
|
|
693
693
|
* @public
|
|
694
694
|
*/
|
|
695
|
-
Worm?: boolean;
|
|
695
|
+
Worm?: boolean | undefined;
|
|
696
696
|
}
|
|
697
697
|
/**
|
|
698
698
|
* <p>Information about the gateway's automatic tape creation policies, including the
|
|
@@ -706,13 +706,13 @@ export interface AutomaticTapeCreationPolicyInfo {
|
|
|
706
706
|
* tapes.</p>
|
|
707
707
|
* @public
|
|
708
708
|
*/
|
|
709
|
-
AutomaticTapeCreationRules?: AutomaticTapeCreationRule[];
|
|
709
|
+
AutomaticTapeCreationRules?: AutomaticTapeCreationRule[] | undefined;
|
|
710
710
|
/**
|
|
711
711
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
712
712
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
713
713
|
* @public
|
|
714
714
|
*/
|
|
715
|
-
GatewayARN?: string;
|
|
715
|
+
GatewayARN?: string | undefined;
|
|
716
716
|
}
|
|
717
717
|
/**
|
|
718
718
|
* @public
|
|
@@ -792,7 +792,7 @@ export interface BandwidthRateLimitInterval {
|
|
|
792
792
|
* </note>
|
|
793
793
|
* @public
|
|
794
794
|
*/
|
|
795
|
-
AverageUploadRateLimitInBitsPerSec?: number;
|
|
795
|
+
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
796
796
|
/**
|
|
797
797
|
* <p> The average download rate limit component of the bandwidth rate limit interval, in bits
|
|
798
798
|
* per second. This field does not appear in the response if the download rate limit is not
|
|
@@ -802,7 +802,7 @@ export interface BandwidthRateLimitInterval {
|
|
|
802
802
|
* </note>
|
|
803
803
|
* @public
|
|
804
804
|
*/
|
|
805
|
-
AverageDownloadRateLimitInBitsPerSec?: number;
|
|
805
|
+
AverageDownloadRateLimitInBitsPerSec?: number | undefined;
|
|
806
806
|
}
|
|
807
807
|
/**
|
|
808
808
|
* <p>Lists iSCSI information about a volume.</p>
|
|
@@ -813,27 +813,27 @@ export interface VolumeiSCSIAttributes {
|
|
|
813
813
|
* <p>The Amazon Resource Name (ARN) of the volume target.</p>
|
|
814
814
|
* @public
|
|
815
815
|
*/
|
|
816
|
-
TargetARN?: string;
|
|
816
|
+
TargetARN?: string | undefined;
|
|
817
817
|
/**
|
|
818
818
|
* <p>The network interface identifier.</p>
|
|
819
819
|
* @public
|
|
820
820
|
*/
|
|
821
|
-
NetworkInterfaceId?: string;
|
|
821
|
+
NetworkInterfaceId?: string | undefined;
|
|
822
822
|
/**
|
|
823
823
|
* <p>The port used to communicate with iSCSI targets.</p>
|
|
824
824
|
* @public
|
|
825
825
|
*/
|
|
826
|
-
NetworkInterfacePort?: number;
|
|
826
|
+
NetworkInterfacePort?: number | undefined;
|
|
827
827
|
/**
|
|
828
828
|
* <p>The logical disk number.</p>
|
|
829
829
|
* @public
|
|
830
830
|
*/
|
|
831
|
-
LunNumber?: number;
|
|
831
|
+
LunNumber?: number | undefined;
|
|
832
832
|
/**
|
|
833
833
|
* <p>Indicates whether mutual CHAP is enabled for the iSCSI target.</p>
|
|
834
834
|
* @public
|
|
835
835
|
*/
|
|
836
|
-
ChapEnabled?: boolean;
|
|
836
|
+
ChapEnabled?: boolean | undefined;
|
|
837
837
|
}
|
|
838
838
|
/**
|
|
839
839
|
* <p>Describes an iSCSI cached volume.</p>
|
|
@@ -844,59 +844,59 @@ export interface CachediSCSIVolume {
|
|
|
844
844
|
* <p>The Amazon Resource Name (ARN) of the storage volume.</p>
|
|
845
845
|
* @public
|
|
846
846
|
*/
|
|
847
|
-
VolumeARN?: string;
|
|
847
|
+
VolumeARN?: string | undefined;
|
|
848
848
|
/**
|
|
849
849
|
* <p>The unique identifier of the volume, e.g., vol-AE4B946D.</p>
|
|
850
850
|
* @public
|
|
851
851
|
*/
|
|
852
|
-
VolumeId?: string;
|
|
852
|
+
VolumeId?: string | undefined;
|
|
853
853
|
/**
|
|
854
854
|
* <p>One of the VolumeType enumeration values that describes the type of the volume.</p>
|
|
855
855
|
* @public
|
|
856
856
|
*/
|
|
857
|
-
VolumeType?: string;
|
|
857
|
+
VolumeType?: string | undefined;
|
|
858
858
|
/**
|
|
859
859
|
* <p>One of the VolumeStatus values that indicates the state of the storage volume.</p>
|
|
860
860
|
* @public
|
|
861
861
|
*/
|
|
862
|
-
VolumeStatus?: string;
|
|
862
|
+
VolumeStatus?: string | undefined;
|
|
863
863
|
/**
|
|
864
864
|
* <p>A value that indicates whether a storage volume is attached to or detached from a
|
|
865
865
|
* gateway. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume">Moving
|
|
866
866
|
* your volumes to a different gateway</a>.</p>
|
|
867
867
|
* @public
|
|
868
868
|
*/
|
|
869
|
-
VolumeAttachmentStatus?: string;
|
|
869
|
+
VolumeAttachmentStatus?: string | undefined;
|
|
870
870
|
/**
|
|
871
871
|
* <p>The size, in bytes, of the volume capacity.</p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
VolumeSizeInBytes?: number;
|
|
874
|
+
VolumeSizeInBytes?: number | undefined;
|
|
875
875
|
/**
|
|
876
876
|
* <p>Represents the percentage complete if the volume is restoring or bootstrapping that
|
|
877
877
|
* represents the percent of data transferred. This field does not appear in the response if
|
|
878
878
|
* the cached volume is not restoring or bootstrapping.</p>
|
|
879
879
|
* @public
|
|
880
880
|
*/
|
|
881
|
-
VolumeProgress?: number;
|
|
881
|
+
VolumeProgress?: number | undefined;
|
|
882
882
|
/**
|
|
883
883
|
* <p>If the cached volume was created from a snapshot, this field contains the snapshot ID
|
|
884
884
|
* used, e.g., snap-78e22663. Otherwise, this field is not included.</p>
|
|
885
885
|
* @public
|
|
886
886
|
*/
|
|
887
|
-
SourceSnapshotId?: string;
|
|
887
|
+
SourceSnapshotId?: string | undefined;
|
|
888
888
|
/**
|
|
889
889
|
* <p>An <a>VolumeiSCSIAttributes</a> object that represents a collection of iSCSI
|
|
890
890
|
* attributes for one stored volume.</p>
|
|
891
891
|
* @public
|
|
892
892
|
*/
|
|
893
|
-
VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
|
|
893
|
+
VolumeiSCSIAttributes?: VolumeiSCSIAttributes | undefined;
|
|
894
894
|
/**
|
|
895
895
|
* <p>The date the volume was created. Volumes created prior to March 28, 2017 don’t have this
|
|
896
896
|
* timestamp.</p>
|
|
897
897
|
* @public
|
|
898
898
|
*/
|
|
899
|
-
CreatedDate?: Date;
|
|
899
|
+
CreatedDate?: Date | undefined;
|
|
900
900
|
/**
|
|
901
901
|
* <p>The size of the data stored on the volume in bytes. This value is calculated based on
|
|
902
902
|
* the number of blocks that are touched, instead of the actual amount of data written. This
|
|
@@ -914,7 +914,7 @@ export interface CachediSCSIVolume {
|
|
|
914
914
|
* </note>
|
|
915
915
|
* @public
|
|
916
916
|
*/
|
|
917
|
-
VolumeUsedInBytes?: number;
|
|
917
|
+
VolumeUsedInBytes?: number | undefined;
|
|
918
918
|
/**
|
|
919
919
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
920
920
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -922,7 +922,7 @@ export interface CachediSCSIVolume {
|
|
|
922
922
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
923
923
|
* @public
|
|
924
924
|
*/
|
|
925
|
-
KMSKey?: string;
|
|
925
|
+
KMSKey?: string | undefined;
|
|
926
926
|
/**
|
|
927
927
|
* <p>The name of the iSCSI target used by an initiator to connect to a volume and used as a
|
|
928
928
|
* suffix for the target ARN. For example, specifying <code>TargetName</code> as
|
|
@@ -933,7 +933,7 @@ export interface CachediSCSIVolume {
|
|
|
933
933
|
* used for this volume as the new target name.</p>
|
|
934
934
|
* @public
|
|
935
935
|
*/
|
|
936
|
-
TargetName?: string;
|
|
936
|
+
TargetName?: string | undefined;
|
|
937
937
|
}
|
|
938
938
|
/**
|
|
939
939
|
* <p>CancelArchivalInput</p>
|
|
@@ -963,7 +963,7 @@ export interface CancelArchivalOutput {
|
|
|
963
963
|
* canceled.</p>
|
|
964
964
|
* @public
|
|
965
965
|
*/
|
|
966
|
-
TapeARN?: string;
|
|
966
|
+
TapeARN?: string | undefined;
|
|
967
967
|
}
|
|
968
968
|
/**
|
|
969
969
|
* <p>CancelRetrievalInput</p>
|
|
@@ -993,7 +993,7 @@ export interface CancelRetrievalOutput {
|
|
|
993
993
|
* canceled.</p>
|
|
994
994
|
* @public
|
|
995
995
|
*/
|
|
996
|
-
TapeARN?: string;
|
|
996
|
+
TapeARN?: string | undefined;
|
|
997
997
|
}
|
|
998
998
|
/**
|
|
999
999
|
* @public
|
|
@@ -1018,24 +1018,24 @@ export interface ChapInfo {
|
|
|
1018
1018
|
* <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>
|
|
1019
1019
|
* @public
|
|
1020
1020
|
*/
|
|
1021
|
-
TargetARN?: string;
|
|
1021
|
+
TargetARN?: string | undefined;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* <p>The secret key that the initiator (for example, the Windows client) must provide to
|
|
1024
1024
|
* participate in mutual CHAP with the target.</p>
|
|
1025
1025
|
* @public
|
|
1026
1026
|
*/
|
|
1027
|
-
SecretToAuthenticateInitiator?: string;
|
|
1027
|
+
SecretToAuthenticateInitiator?: string | undefined;
|
|
1028
1028
|
/**
|
|
1029
1029
|
* <p>The iSCSI initiator that connects to the target.</p>
|
|
1030
1030
|
* @public
|
|
1031
1031
|
*/
|
|
1032
|
-
InitiatorName?: string;
|
|
1032
|
+
InitiatorName?: string | undefined;
|
|
1033
1033
|
/**
|
|
1034
1034
|
* <p>The secret key that the target must provide to participate in mutual CHAP with the
|
|
1035
1035
|
* initiator (e.g., Windows client).</p>
|
|
1036
1036
|
* @public
|
|
1037
1037
|
*/
|
|
1038
|
-
SecretToAuthenticateTarget?: string;
|
|
1038
|
+
SecretToAuthenticateTarget?: string | undefined;
|
|
1039
1039
|
}
|
|
1040
1040
|
/**
|
|
1041
1041
|
* @public
|
|
@@ -1059,7 +1059,7 @@ export interface CreateCachediSCSIVolumeInput {
|
|
|
1059
1059
|
* Reference</i>.</p>
|
|
1060
1060
|
* @public
|
|
1061
1061
|
*/
|
|
1062
|
-
SnapshotId?: string;
|
|
1062
|
+
SnapshotId?: string | undefined;
|
|
1063
1063
|
/**
|
|
1064
1064
|
* <p>The name of the iSCSI target used by an initiator to connect to a volume and used as a
|
|
1065
1065
|
* suffix for the target ARN. For example, specifying <code>TargetName</code> as
|
|
@@ -1078,7 +1078,7 @@ export interface CreateCachediSCSIVolumeInput {
|
|
|
1078
1078
|
* the size of the existing volume, in bytes.</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
|
-
SourceVolumeARN?: string;
|
|
1081
|
+
SourceVolumeARN?: string | undefined;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* <p>The network interface of the gateway on which to expose the iSCSI target. Only IPv4
|
|
1084
1084
|
* addresses are accepted. Use <a>DescribeGatewayInformation</a> to get a list of
|
|
@@ -1101,13 +1101,13 @@ export interface CreateCachediSCSIVolumeInput {
|
|
|
1101
1101
|
* </p>
|
|
1102
1102
|
* @public
|
|
1103
1103
|
*/
|
|
1104
|
-
KMSEncrypted?: boolean;
|
|
1104
|
+
KMSEncrypted?: boolean | undefined;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* <p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This
|
|
1107
1107
|
* value can only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>
|
|
1108
1108
|
* @public
|
|
1109
1109
|
*/
|
|
1110
|
-
KMSKey?: string;
|
|
1110
|
+
KMSKey?: string | undefined;
|
|
1111
1111
|
/**
|
|
1112
1112
|
* <p>A list of up to 50 tags that you can assign to a cached volume. Each tag is a key-value
|
|
1113
1113
|
* pair.</p>
|
|
@@ -1119,7 +1119,7 @@ export interface CreateCachediSCSIVolumeInput {
|
|
|
1119
1119
|
* </note>
|
|
1120
1120
|
* @public
|
|
1121
1121
|
*/
|
|
1122
|
-
Tags?: Tag[];
|
|
1122
|
+
Tags?: Tag[] | undefined;
|
|
1123
1123
|
}
|
|
1124
1124
|
/**
|
|
1125
1125
|
* @public
|
|
@@ -1129,13 +1129,13 @@ export interface CreateCachediSCSIVolumeOutput {
|
|
|
1129
1129
|
* <p>The Amazon Resource Name (ARN) of the configured volume.</p>
|
|
1130
1130
|
* @public
|
|
1131
1131
|
*/
|
|
1132
|
-
VolumeARN?: string;
|
|
1132
|
+
VolumeARN?: string | undefined;
|
|
1133
1133
|
/**
|
|
1134
1134
|
* <p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that
|
|
1135
1135
|
* initiators can use to connect to the target.</p>
|
|
1136
1136
|
* @public
|
|
1137
1137
|
*/
|
|
1138
|
-
TargetARN?: string;
|
|
1138
|
+
TargetARN?: string | undefined;
|
|
1139
1139
|
}
|
|
1140
1140
|
/**
|
|
1141
1141
|
* @public
|
|
@@ -1164,26 +1164,26 @@ export interface NFSFileShareDefaults {
|
|
|
1164
1164
|
* default file mode inside the file share. The default value is <code>0666</code>.</p>
|
|
1165
1165
|
* @public
|
|
1166
1166
|
*/
|
|
1167
|
-
FileMode?: string;
|
|
1167
|
+
FileMode?: string | undefined;
|
|
1168
1168
|
/**
|
|
1169
1169
|
* <p>The Unix directory mode in the form "nnnn". For example, <code>0666</code> represents
|
|
1170
1170
|
* the default access mode for all directories inside the file share. The default value is
|
|
1171
1171
|
* <code>0777</code>.</p>
|
|
1172
1172
|
* @public
|
|
1173
1173
|
*/
|
|
1174
|
-
DirectoryMode?: string;
|
|
1174
|
+
DirectoryMode?: string | undefined;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* <p>The default group ID for the file share (unless the files have another group ID
|
|
1177
1177
|
* specified). The default value is <code>nfsnobody</code>.</p>
|
|
1178
1178
|
* @public
|
|
1179
1179
|
*/
|
|
1180
|
-
GroupId?: number;
|
|
1180
|
+
GroupId?: number | undefined;
|
|
1181
1181
|
/**
|
|
1182
1182
|
* <p>The default owner ID for files in the file share (unless the files have another owner ID
|
|
1183
1183
|
* specified). The default value is <code>nfsnobody</code>.</p>
|
|
1184
1184
|
* @public
|
|
1185
1185
|
*/
|
|
1186
|
-
OwnerId?: number;
|
|
1186
|
+
OwnerId?: number | undefined;
|
|
1187
1187
|
}
|
|
1188
1188
|
/**
|
|
1189
1189
|
* @public
|
|
@@ -1217,7 +1217,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1217
1217
|
* <p>File share default values. Optional.</p>
|
|
1218
1218
|
* @public
|
|
1219
1219
|
*/
|
|
1220
|
-
NFSFileShareDefaults?: NFSFileShareDefaults;
|
|
1220
|
+
NFSFileShareDefaults?: NFSFileShareDefaults | undefined;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* <p>The Amazon Resource Name (ARN) of the S3 File Gateway on which you want to create a file
|
|
1223
1223
|
* share.</p>
|
|
@@ -1239,7 +1239,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1239
1239
|
* </note>
|
|
1240
1240
|
* @public
|
|
1241
1241
|
*/
|
|
1242
|
-
EncryptionType?: EncryptionType;
|
|
1242
|
+
EncryptionType?: EncryptionType | undefined;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* @deprecated
|
|
1245
1245
|
*
|
|
@@ -1261,7 +1261,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1261
1261
|
* </p>
|
|
1262
1262
|
* @public
|
|
1263
1263
|
*/
|
|
1264
|
-
KMSEncrypted?: boolean;
|
|
1264
|
+
KMSEncrypted?: boolean | undefined;
|
|
1265
1265
|
/**
|
|
1266
1266
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
1267
1267
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -1269,7 +1269,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1269
1269
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
1270
1270
|
* @public
|
|
1271
1271
|
*/
|
|
1272
|
-
KMSKey?: string;
|
|
1272
|
+
KMSKey?: string | undefined;
|
|
1273
1273
|
/**
|
|
1274
1274
|
* <p>The ARN of the Identity and Access Management (IAM) role that an S3 File Gateway assumes when it
|
|
1275
1275
|
* accesses the underlying storage.</p>
|
|
@@ -1309,19 +1309,19 @@ export interface CreateNFSFileShareInput {
|
|
|
1309
1309
|
* </p>
|
|
1310
1310
|
* @public
|
|
1311
1311
|
*/
|
|
1312
|
-
DefaultStorageClass?: string;
|
|
1312
|
+
DefaultStorageClass?: string | undefined;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
1315
1315
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
1316
1316
|
* @public
|
|
1317
1317
|
*/
|
|
1318
|
-
ObjectACL?: ObjectACL;
|
|
1318
|
+
ObjectACL?: ObjectACL | undefined;
|
|
1319
1319
|
/**
|
|
1320
1320
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
1321
1321
|
* contain either valid IP addresses or valid CIDR blocks.</p>
|
|
1322
1322
|
* @public
|
|
1323
1323
|
*/
|
|
1324
|
-
ClientList?: string[];
|
|
1324
|
+
ClientList?: string[] | undefined;
|
|
1325
1325
|
/**
|
|
1326
1326
|
* <p>A value that maps a user to anonymous user.</p>
|
|
1327
1327
|
* <p>Valid values are the following:</p>
|
|
@@ -1341,7 +1341,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1341
1341
|
* </ul>
|
|
1342
1342
|
* @public
|
|
1343
1343
|
*/
|
|
1344
|
-
Squash?: string;
|
|
1344
|
+
Squash?: string | undefined;
|
|
1345
1345
|
/**
|
|
1346
1346
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
1347
1347
|
* to set the write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -1349,7 +1349,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1349
1349
|
* </p>
|
|
1350
1350
|
* @public
|
|
1351
1351
|
*/
|
|
1352
|
-
ReadOnly?: boolean;
|
|
1352
|
+
ReadOnly?: boolean | undefined;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
1355
1355
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -1358,7 +1358,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1358
1358
|
* </p>
|
|
1359
1359
|
* @public
|
|
1360
1360
|
*/
|
|
1361
|
-
GuessMIMETypeEnabled?: boolean;
|
|
1361
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
1362
1362
|
/**
|
|
1363
1363
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
1364
1364
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -1374,7 +1374,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1374
1374
|
* </p>
|
|
1375
1375
|
* @public
|
|
1376
1376
|
*/
|
|
1377
|
-
RequesterPays?: boolean;
|
|
1377
|
+
RequesterPays?: boolean | undefined;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* <p>A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a
|
|
1380
1380
|
* key-value pair.</p>
|
|
@@ -1386,7 +1386,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1386
1386
|
* </note>
|
|
1387
1387
|
* @public
|
|
1388
1388
|
*/
|
|
1389
|
-
Tags?: Tag[];
|
|
1389
|
+
Tags?: Tag[] | undefined;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* <p>The name of the file share. Optional.</p>
|
|
1392
1392
|
* <note>
|
|
@@ -1400,12 +1400,12 @@ export interface CreateNFSFileShareInput {
|
|
|
1400
1400
|
* </note>
|
|
1401
1401
|
* @public
|
|
1402
1402
|
*/
|
|
1403
|
-
FileShareName?: string;
|
|
1403
|
+
FileShareName?: string | undefined;
|
|
1404
1404
|
/**
|
|
1405
1405
|
* <p>Specifies refresh cache information for the file share.</p>
|
|
1406
1406
|
* @public
|
|
1407
1407
|
*/
|
|
1408
|
-
CacheAttributes?: CacheAttributes;
|
|
1408
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
1411
1411
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -1431,7 +1431,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1431
1431
|
* </p>
|
|
1432
1432
|
* @public
|
|
1433
1433
|
*/
|
|
1434
|
-
NotificationPolicy?: string;
|
|
1434
|
+
NotificationPolicy?: string | undefined;
|
|
1435
1435
|
/**
|
|
1436
1436
|
* <p>Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to
|
|
1437
1437
|
* Amazon S3.</p>
|
|
@@ -1442,7 +1442,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1442
1442
|
* </note>
|
|
1443
1443
|
* @public
|
|
1444
1444
|
*/
|
|
1445
|
-
VPCEndpointDNSName?: string;
|
|
1445
|
+
VPCEndpointDNSName?: string | undefined;
|
|
1446
1446
|
/**
|
|
1447
1447
|
* <p>Specifies the Region of the S3 bucket where the NFS file share stores files.</p>
|
|
1448
1448
|
* <note>
|
|
@@ -1452,12 +1452,12 @@ export interface CreateNFSFileShareInput {
|
|
|
1452
1452
|
* </note>
|
|
1453
1453
|
* @public
|
|
1454
1454
|
*/
|
|
1455
|
-
BucketRegion?: string;
|
|
1455
|
+
BucketRegion?: string | undefined;
|
|
1456
1456
|
/**
|
|
1457
1457
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
AuditDestinationARN?: string;
|
|
1460
|
+
AuditDestinationARN?: string | undefined;
|
|
1461
1461
|
}
|
|
1462
1462
|
/**
|
|
1463
1463
|
* <p>CreateNFSFileShareOutput</p>
|
|
@@ -1468,7 +1468,7 @@ export interface CreateNFSFileShareOutput {
|
|
|
1468
1468
|
* <p>The Amazon Resource Name (ARN) of the newly created file share.</p>
|
|
1469
1469
|
* @public
|
|
1470
1470
|
*/
|
|
1471
|
-
FileShareARN?: string;
|
|
1471
|
+
FileShareARN?: string | undefined;
|
|
1472
1472
|
}
|
|
1473
1473
|
/**
|
|
1474
1474
|
* <p>CreateSMBFileShareInput</p>
|
|
@@ -1501,7 +1501,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1501
1501
|
* </note>
|
|
1502
1502
|
* @public
|
|
1503
1503
|
*/
|
|
1504
|
-
EncryptionType?: EncryptionType;
|
|
1504
|
+
EncryptionType?: EncryptionType | undefined;
|
|
1505
1505
|
/**
|
|
1506
1506
|
* @deprecated
|
|
1507
1507
|
*
|
|
@@ -1523,7 +1523,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1523
1523
|
* </p>
|
|
1524
1524
|
* @public
|
|
1525
1525
|
*/
|
|
1526
|
-
KMSEncrypted?: boolean;
|
|
1526
|
+
KMSEncrypted?: boolean | undefined;
|
|
1527
1527
|
/**
|
|
1528
1528
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
1529
1529
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -1531,7 +1531,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1531
1531
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
1532
1532
|
* @public
|
|
1533
1533
|
*/
|
|
1534
|
-
KMSKey?: string;
|
|
1534
|
+
KMSKey?: string | undefined;
|
|
1535
1535
|
/**
|
|
1536
1536
|
* <p>The ARN of the Identity and Access Management (IAM) role that an S3 File Gateway assumes when it
|
|
1537
1537
|
* accesses the underlying storage.</p>
|
|
@@ -1571,13 +1571,13 @@ export interface CreateSMBFileShareInput {
|
|
|
1571
1571
|
* </p>
|
|
1572
1572
|
* @public
|
|
1573
1573
|
*/
|
|
1574
|
-
DefaultStorageClass?: string;
|
|
1574
|
+
DefaultStorageClass?: string | undefined;
|
|
1575
1575
|
/**
|
|
1576
1576
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
1577
1577
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
1578
1578
|
* @public
|
|
1579
1579
|
*/
|
|
1580
|
-
ObjectACL?: ObjectACL;
|
|
1580
|
+
ObjectACL?: ObjectACL | undefined;
|
|
1581
1581
|
/**
|
|
1582
1582
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
1583
1583
|
* to set the write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -1585,7 +1585,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1585
1585
|
* </p>
|
|
1586
1586
|
* @public
|
|
1587
1587
|
*/
|
|
1588
|
-
ReadOnly?: boolean;
|
|
1588
|
+
ReadOnly?: boolean | undefined;
|
|
1589
1589
|
/**
|
|
1590
1590
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
1591
1591
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -1594,7 +1594,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1594
1594
|
* </p>
|
|
1595
1595
|
* @public
|
|
1596
1596
|
*/
|
|
1597
|
-
GuessMIMETypeEnabled?: boolean;
|
|
1597
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
1598
1598
|
/**
|
|
1599
1599
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
1600
1600
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -1610,7 +1610,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1610
1610
|
* </p>
|
|
1611
1611
|
* @public
|
|
1612
1612
|
*/
|
|
1613
|
-
RequesterPays?: boolean;
|
|
1613
|
+
RequesterPays?: boolean | undefined;
|
|
1614
1614
|
/**
|
|
1615
1615
|
* <p>Set this value to <code>true</code> to enable access control list (ACL) on the SMB file
|
|
1616
1616
|
* share. Set it to <code>false</code> to map file and directory permissions to the POSIX
|
|
@@ -1622,13 +1622,13 @@ export interface CreateSMBFileShareInput {
|
|
|
1622
1622
|
* </p>
|
|
1623
1623
|
* @public
|
|
1624
1624
|
*/
|
|
1625
|
-
SMBACLEnabled?: boolean;
|
|
1625
|
+
SMBACLEnabled?: boolean | undefined;
|
|
1626
1626
|
/**
|
|
1627
1627
|
* <p>The files and folders on this share will only be visible to users with read
|
|
1628
1628
|
* access.</p>
|
|
1629
1629
|
* @public
|
|
1630
1630
|
*/
|
|
1631
|
-
AccessBasedEnumeration?: boolean;
|
|
1631
|
+
AccessBasedEnumeration?: boolean | undefined;
|
|
1632
1632
|
/**
|
|
1633
1633
|
* <p>A list of users or groups in the Active Directory that will be granted administrator
|
|
1634
1634
|
* privileges on the file share. These users can do all file operations as the super-user.
|
|
@@ -1640,7 +1640,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1640
1640
|
* </important>
|
|
1641
1641
|
* @public
|
|
1642
1642
|
*/
|
|
1643
|
-
AdminUserList?: string[];
|
|
1643
|
+
AdminUserList?: string[] | undefined;
|
|
1644
1644
|
/**
|
|
1645
1645
|
* <p>A list of users or groups in the Active Directory that are allowed to access the file
|
|
1646
1646
|
* <a href=""></a> share. A group must be prefixed with the @ character. Acceptable formats
|
|
@@ -1649,7 +1649,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1649
1649
|
* <code>ActiveDirectory</code>.</p>
|
|
1650
1650
|
* @public
|
|
1651
1651
|
*/
|
|
1652
|
-
ValidUserList?: string[];
|
|
1652
|
+
ValidUserList?: string[] | undefined;
|
|
1653
1653
|
/**
|
|
1654
1654
|
* <p>A list of users or groups in the Active Directory that are not allowed to access the
|
|
1655
1655
|
* file share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -1658,12 +1658,12 @@ export interface CreateSMBFileShareInput {
|
|
|
1658
1658
|
* <code>ActiveDirectory</code>.</p>
|
|
1659
1659
|
* @public
|
|
1660
1660
|
*/
|
|
1661
|
-
InvalidUserList?: string[];
|
|
1661
|
+
InvalidUserList?: string[] | undefined;
|
|
1662
1662
|
/**
|
|
1663
1663
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
1664
1664
|
* @public
|
|
1665
1665
|
*/
|
|
1666
|
-
AuditDestinationARN?: string;
|
|
1666
|
+
AuditDestinationARN?: string | undefined;
|
|
1667
1667
|
/**
|
|
1668
1668
|
* <p>The authentication method that users use to access the file share. The default is
|
|
1669
1669
|
* <code>ActiveDirectory</code>.</p>
|
|
@@ -1671,7 +1671,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1671
1671
|
* </p>
|
|
1672
1672
|
* @public
|
|
1673
1673
|
*/
|
|
1674
|
-
Authentication?: string;
|
|
1674
|
+
Authentication?: string | undefined;
|
|
1675
1675
|
/**
|
|
1676
1676
|
* <p>The case of an object name in an Amazon S3 bucket. For
|
|
1677
1677
|
* <code>ClientSpecified</code>, the client determines the case sensitivity. For
|
|
@@ -1679,7 +1679,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1679
1679
|
* value is <code>ClientSpecified</code>.</p>
|
|
1680
1680
|
* @public
|
|
1681
1681
|
*/
|
|
1682
|
-
CaseSensitivity?: CaseSensitivity;
|
|
1682
|
+
CaseSensitivity?: CaseSensitivity | undefined;
|
|
1683
1683
|
/**
|
|
1684
1684
|
* <p>A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a
|
|
1685
1685
|
* key-value pair.</p>
|
|
@@ -1691,7 +1691,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1691
1691
|
* </note>
|
|
1692
1692
|
* @public
|
|
1693
1693
|
*/
|
|
1694
|
-
Tags?: Tag[];
|
|
1694
|
+
Tags?: Tag[] | undefined;
|
|
1695
1695
|
/**
|
|
1696
1696
|
* <p>The name of the file share. Optional.</p>
|
|
1697
1697
|
* <note>
|
|
@@ -1704,12 +1704,12 @@ export interface CreateSMBFileShareInput {
|
|
|
1704
1704
|
* </note>
|
|
1705
1705
|
* @public
|
|
1706
1706
|
*/
|
|
1707
|
-
FileShareName?: string;
|
|
1707
|
+
FileShareName?: string | undefined;
|
|
1708
1708
|
/**
|
|
1709
1709
|
* <p>Specifies refresh cache information for the file share.</p>
|
|
1710
1710
|
* @public
|
|
1711
1711
|
*/
|
|
1712
|
-
CacheAttributes?: CacheAttributes;
|
|
1712
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
1713
1713
|
/**
|
|
1714
1714
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
1715
1715
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -1735,7 +1735,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1735
1735
|
* </p>
|
|
1736
1736
|
* @public
|
|
1737
1737
|
*/
|
|
1738
|
-
NotificationPolicy?: string;
|
|
1738
|
+
NotificationPolicy?: string | undefined;
|
|
1739
1739
|
/**
|
|
1740
1740
|
* <p>Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to
|
|
1741
1741
|
* Amazon S3.</p>
|
|
@@ -1746,7 +1746,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1746
1746
|
* </note>
|
|
1747
1747
|
* @public
|
|
1748
1748
|
*/
|
|
1749
|
-
VPCEndpointDNSName?: string;
|
|
1749
|
+
VPCEndpointDNSName?: string | undefined;
|
|
1750
1750
|
/**
|
|
1751
1751
|
* <p>Specifies the Region of the S3 bucket where the SMB file share stores files.</p>
|
|
1752
1752
|
* <note>
|
|
@@ -1756,7 +1756,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1756
1756
|
* </note>
|
|
1757
1757
|
* @public
|
|
1758
1758
|
*/
|
|
1759
|
-
BucketRegion?: string;
|
|
1759
|
+
BucketRegion?: string | undefined;
|
|
1760
1760
|
/**
|
|
1761
1761
|
* <p>Specifies whether opportunistic locking is enabled for the SMB file share.</p>
|
|
1762
1762
|
* <note>
|
|
@@ -1767,7 +1767,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1767
1767
|
* </p>
|
|
1768
1768
|
* @public
|
|
1769
1769
|
*/
|
|
1770
|
-
OplocksEnabled?: boolean;
|
|
1770
|
+
OplocksEnabled?: boolean | undefined;
|
|
1771
1771
|
}
|
|
1772
1772
|
/**
|
|
1773
1773
|
* <p>CreateSMBFileShareOutput</p>
|
|
@@ -1778,7 +1778,7 @@ export interface CreateSMBFileShareOutput {
|
|
|
1778
1778
|
* <p>The Amazon Resource Name (ARN) of the newly created file share.</p>
|
|
1779
1779
|
* @public
|
|
1780
1780
|
*/
|
|
1781
|
-
FileShareARN?: string;
|
|
1781
|
+
FileShareARN?: string | undefined;
|
|
1782
1782
|
}
|
|
1783
1783
|
/**
|
|
1784
1784
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -1822,7 +1822,7 @@ export interface CreateSnapshotInput {
|
|
|
1822
1822
|
* </note>
|
|
1823
1823
|
* @public
|
|
1824
1824
|
*/
|
|
1825
|
-
Tags?: Tag[];
|
|
1825
|
+
Tags?: Tag[] | undefined;
|
|
1826
1826
|
}
|
|
1827
1827
|
/**
|
|
1828
1828
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -1833,14 +1833,14 @@ export interface CreateSnapshotOutput {
|
|
|
1833
1833
|
* <p>The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.</p>
|
|
1834
1834
|
* @public
|
|
1835
1835
|
*/
|
|
1836
|
-
VolumeARN?: string;
|
|
1836
|
+
VolumeARN?: string | undefined;
|
|
1837
1837
|
/**
|
|
1838
1838
|
* <p>The snapshot ID that is used to refer to the snapshot in future operations such as
|
|
1839
1839
|
* describing snapshots (Amazon Elastic Compute Cloud API <code>DescribeSnapshots</code>) or
|
|
1840
1840
|
* creating a volume from a snapshot (<a>CreateStorediSCSIVolume</a>).</p>
|
|
1841
1841
|
* @public
|
|
1842
1842
|
*/
|
|
1843
|
-
SnapshotId?: string;
|
|
1843
|
+
SnapshotId?: string | undefined;
|
|
1844
1844
|
}
|
|
1845
1845
|
/**
|
|
1846
1846
|
* <p>An internal server error has occurred because the service is unavailable. For more
|
|
@@ -1855,7 +1855,7 @@ export declare class ServiceUnavailableError extends __BaseException {
|
|
|
1855
1855
|
* of the error.</p>
|
|
1856
1856
|
* @public
|
|
1857
1857
|
*/
|
|
1858
|
-
error?: StorageGatewayError;
|
|
1858
|
+
error?: StorageGatewayError | undefined;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* @internal
|
|
1861
1861
|
*/
|
|
@@ -1890,7 +1890,7 @@ export interface CreateSnapshotFromVolumeRecoveryPointInput {
|
|
|
1890
1890
|
* </note>
|
|
1891
1891
|
* @public
|
|
1892
1892
|
*/
|
|
1893
|
-
Tags?: Tag[];
|
|
1893
|
+
Tags?: Tag[] | undefined;
|
|
1894
1894
|
}
|
|
1895
1895
|
/**
|
|
1896
1896
|
* @public
|
|
@@ -1900,18 +1900,18 @@ export interface CreateSnapshotFromVolumeRecoveryPointOutput {
|
|
|
1900
1900
|
* <p>The ID of the snapshot.</p>
|
|
1901
1901
|
* @public
|
|
1902
1902
|
*/
|
|
1903
|
-
SnapshotId?: string;
|
|
1903
|
+
SnapshotId?: string | undefined;
|
|
1904
1904
|
/**
|
|
1905
1905
|
* <p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for
|
|
1906
1906
|
* specified VolumeARN.</p>
|
|
1907
1907
|
* @public
|
|
1908
1908
|
*/
|
|
1909
|
-
VolumeARN?: string;
|
|
1909
|
+
VolumeARN?: string | undefined;
|
|
1910
1910
|
/**
|
|
1911
1911
|
* <p>The time the volume was created from the recovery point.</p>
|
|
1912
1912
|
* @public
|
|
1913
1913
|
*/
|
|
1914
|
-
VolumeRecoveryPointTime?: string;
|
|
1914
|
+
VolumeRecoveryPointTime?: string | undefined;
|
|
1915
1915
|
}
|
|
1916
1916
|
/**
|
|
1917
1917
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -1965,7 +1965,7 @@ export interface CreateStorediSCSIVolumeInput {
|
|
|
1965
1965
|
* Reference</i>.</p>
|
|
1966
1966
|
* @public
|
|
1967
1967
|
*/
|
|
1968
|
-
SnapshotId?: string;
|
|
1968
|
+
SnapshotId?: string | undefined;
|
|
1969
1969
|
/**
|
|
1970
1970
|
* <p>Set to <code>true</code> if you want to preserve the data on the local disk. Otherwise,
|
|
1971
1971
|
* set to <code>false</code> to create an empty volume.</p>
|
|
@@ -2001,13 +2001,13 @@ export interface CreateStorediSCSIVolumeInput {
|
|
|
2001
2001
|
* </p>
|
|
2002
2002
|
* @public
|
|
2003
2003
|
*/
|
|
2004
|
-
KMSEncrypted?: boolean;
|
|
2004
|
+
KMSEncrypted?: boolean | undefined;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* <p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This
|
|
2007
2007
|
* value can only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>
|
|
2008
2008
|
* @public
|
|
2009
2009
|
*/
|
|
2010
|
-
KMSKey?: string;
|
|
2010
|
+
KMSKey?: string | undefined;
|
|
2011
2011
|
/**
|
|
2012
2012
|
* <p>A list of up to 50 tags that can be assigned to a stored volume. Each tag is a key-value
|
|
2013
2013
|
* pair.</p>
|
|
@@ -2019,7 +2019,7 @@ export interface CreateStorediSCSIVolumeInput {
|
|
|
2019
2019
|
* </note>
|
|
2020
2020
|
* @public
|
|
2021
2021
|
*/
|
|
2022
|
-
Tags?: Tag[];
|
|
2022
|
+
Tags?: Tag[] | undefined;
|
|
2023
2023
|
}
|
|
2024
2024
|
/**
|
|
2025
2025
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -2030,18 +2030,18 @@ export interface CreateStorediSCSIVolumeOutput {
|
|
|
2030
2030
|
* <p>The Amazon Resource Name (ARN) of the configured volume.</p>
|
|
2031
2031
|
* @public
|
|
2032
2032
|
*/
|
|
2033
|
-
VolumeARN?: string;
|
|
2033
|
+
VolumeARN?: string | undefined;
|
|
2034
2034
|
/**
|
|
2035
2035
|
* <p>The size of the volume in bytes.</p>
|
|
2036
2036
|
* @public
|
|
2037
2037
|
*/
|
|
2038
|
-
VolumeSizeInBytes?: number;
|
|
2038
|
+
VolumeSizeInBytes?: number | undefined;
|
|
2039
2039
|
/**
|
|
2040
2040
|
* <p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that
|
|
2041
2041
|
* initiators can use to connect to the target.</p>
|
|
2042
2042
|
* @public
|
|
2043
2043
|
*/
|
|
2044
|
-
TargetARN?: string;
|
|
2044
|
+
TargetARN?: string | undefined;
|
|
2045
2045
|
}
|
|
2046
2046
|
/**
|
|
2047
2047
|
* @public
|
|
@@ -2091,13 +2091,13 @@ export interface CreateTapePoolInput {
|
|
|
2091
2091
|
* tape retention lock cannot be removed by any user, including the root Amazon Web Services account.</p>
|
|
2092
2092
|
* @public
|
|
2093
2093
|
*/
|
|
2094
|
-
RetentionLockType?: RetentionLockType;
|
|
2094
|
+
RetentionLockType?: RetentionLockType | undefined;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* <p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to
|
|
2097
2097
|
* 100 years (36,500 days).</p>
|
|
2098
2098
|
* @public
|
|
2099
2099
|
*/
|
|
2100
|
-
RetentionLockTimeInDays?: number;
|
|
2100
|
+
RetentionLockTimeInDays?: number | undefined;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* <p>A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value
|
|
2103
2103
|
* pair.</p>
|
|
@@ -2109,7 +2109,7 @@ export interface CreateTapePoolInput {
|
|
|
2109
2109
|
* </note>
|
|
2110
2110
|
* @public
|
|
2111
2111
|
*/
|
|
2112
|
-
Tags?: Tag[];
|
|
2112
|
+
Tags?: Tag[] | undefined;
|
|
2113
2113
|
}
|
|
2114
2114
|
/**
|
|
2115
2115
|
* @public
|
|
@@ -2121,7 +2121,7 @@ export interface CreateTapePoolOutput {
|
|
|
2121
2121
|
* account and Amazon Web Services Region.</p>
|
|
2122
2122
|
* @public
|
|
2123
2123
|
*/
|
|
2124
|
-
PoolARN?: string;
|
|
2124
|
+
PoolARN?: string | undefined;
|
|
2125
2125
|
}
|
|
2126
2126
|
/**
|
|
2127
2127
|
* <p>CreateTapesInput</p>
|
|
@@ -2176,13 +2176,13 @@ export interface CreateTapesInput {
|
|
|
2176
2176
|
* </p>
|
|
2177
2177
|
* @public
|
|
2178
2178
|
*/
|
|
2179
|
-
KMSEncrypted?: boolean;
|
|
2179
|
+
KMSEncrypted?: boolean | undefined;
|
|
2180
2180
|
/**
|
|
2181
2181
|
* <p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This
|
|
2182
2182
|
* value can only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>
|
|
2183
2183
|
* @public
|
|
2184
2184
|
*/
|
|
2185
|
-
KMSKey?: string;
|
|
2185
|
+
KMSKey?: string | undefined;
|
|
2186
2186
|
/**
|
|
2187
2187
|
* <p>The ID of the pool that you want to add your tape to for archiving. The tape in this
|
|
2188
2188
|
* pool is archived in the S3 storage class that is associated with the pool. When you use
|
|
@@ -2190,13 +2190,13 @@ export interface CreateTapesInput {
|
|
|
2190
2190
|
* class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
2191
2191
|
* @public
|
|
2192
2192
|
*/
|
|
2193
|
-
PoolId?: string;
|
|
2193
|
+
PoolId?: string | undefined;
|
|
2194
2194
|
/**
|
|
2195
2195
|
* <p>Set to <code>TRUE</code> if the tape you are creating is to be configured as a
|
|
2196
2196
|
* write-once-read-many (WORM) tape.</p>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
|
-
Worm?: boolean;
|
|
2199
|
+
Worm?: boolean | undefined;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* <p>A list of up to 50 tags that can be assigned to a virtual tape. Each tag is a key-value
|
|
2202
2202
|
* pair.</p>
|
|
@@ -2208,7 +2208,7 @@ export interface CreateTapesInput {
|
|
|
2208
2208
|
* </note>
|
|
2209
2209
|
* @public
|
|
2210
2210
|
*/
|
|
2211
|
-
Tags?: Tag[];
|
|
2211
|
+
Tags?: Tag[] | undefined;
|
|
2212
2212
|
}
|
|
2213
2213
|
/**
|
|
2214
2214
|
* <p>CreateTapeOutput</p>
|
|
@@ -2220,7 +2220,7 @@ export interface CreateTapesOutput {
|
|
|
2220
2220
|
* were created.</p>
|
|
2221
2221
|
* @public
|
|
2222
2222
|
*/
|
|
2223
|
-
TapeARNs?: string[];
|
|
2223
|
+
TapeARNs?: string[] | undefined;
|
|
2224
2224
|
}
|
|
2225
2225
|
/**
|
|
2226
2226
|
* <p>CreateTapeWithBarcodeInput</p>
|
|
@@ -2259,13 +2259,13 @@ export interface CreateTapeWithBarcodeInput {
|
|
|
2259
2259
|
* </p>
|
|
2260
2260
|
* @public
|
|
2261
2261
|
*/
|
|
2262
|
-
KMSEncrypted?: boolean;
|
|
2262
|
+
KMSEncrypted?: boolean | undefined;
|
|
2263
2263
|
/**
|
|
2264
2264
|
* <p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This
|
|
2265
2265
|
* value can only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>
|
|
2266
2266
|
* @public
|
|
2267
2267
|
*/
|
|
2268
|
-
KMSKey?: string;
|
|
2268
|
+
KMSKey?: string | undefined;
|
|
2269
2269
|
/**
|
|
2270
2270
|
* <p>The ID of the pool that you want to add your tape to for archiving. The tape in this
|
|
2271
2271
|
* pool is archived in the S3 storage class that is associated with the pool. When you use
|
|
@@ -2273,13 +2273,13 @@ export interface CreateTapeWithBarcodeInput {
|
|
|
2273
2273
|
* class (S3 Glacier or S3 Deep Archive) that corresponds to the pool.</p>
|
|
2274
2274
|
* @public
|
|
2275
2275
|
*/
|
|
2276
|
-
PoolId?: string;
|
|
2276
|
+
PoolId?: string | undefined;
|
|
2277
2277
|
/**
|
|
2278
2278
|
* <p>Set to <code>TRUE</code> if the tape you are creating is to be configured as a
|
|
2279
2279
|
* write-once-read-many (WORM) tape.</p>
|
|
2280
2280
|
* @public
|
|
2281
2281
|
*/
|
|
2282
|
-
Worm?: boolean;
|
|
2282
|
+
Worm?: boolean | undefined;
|
|
2283
2283
|
/**
|
|
2284
2284
|
* <p>A list of up to 50 tags that can be assigned to a virtual tape that has a barcode. Each
|
|
2285
2285
|
* tag is a key-value pair.</p>
|
|
@@ -2291,7 +2291,7 @@ export interface CreateTapeWithBarcodeInput {
|
|
|
2291
2291
|
* </note>
|
|
2292
2292
|
* @public
|
|
2293
2293
|
*/
|
|
2294
|
-
Tags?: Tag[];
|
|
2294
|
+
Tags?: Tag[] | undefined;
|
|
2295
2295
|
}
|
|
2296
2296
|
/**
|
|
2297
2297
|
* <p>CreateTapeOutput</p>
|
|
@@ -2303,7 +2303,7 @@ export interface CreateTapeWithBarcodeOutput {
|
|
|
2303
2303
|
* created.</p>
|
|
2304
2304
|
* @public
|
|
2305
2305
|
*/
|
|
2306
|
-
TapeARN?: string;
|
|
2306
|
+
TapeARN?: string | undefined;
|
|
2307
2307
|
}
|
|
2308
2308
|
/**
|
|
2309
2309
|
* @public
|
|
@@ -2325,7 +2325,7 @@ export interface DeleteAutomaticTapeCreationPolicyOutput {
|
|
|
2325
2325
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2326
2326
|
* @public
|
|
2327
2327
|
*/
|
|
2328
|
-
GatewayARN?: string;
|
|
2328
|
+
GatewayARN?: string | undefined;
|
|
2329
2329
|
}
|
|
2330
2330
|
/**
|
|
2331
2331
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -2365,7 +2365,7 @@ export interface DeleteBandwidthRateLimitOutput {
|
|
|
2365
2365
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2366
2366
|
* @public
|
|
2367
2367
|
*/
|
|
2368
|
-
GatewayARN?: string;
|
|
2368
|
+
GatewayARN?: string | undefined;
|
|
2369
2369
|
}
|
|
2370
2370
|
/**
|
|
2371
2371
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -2405,12 +2405,12 @@ export interface DeleteChapCredentialsOutput {
|
|
|
2405
2405
|
* <p>The Amazon Resource Name (ARN) of the target.</p>
|
|
2406
2406
|
* @public
|
|
2407
2407
|
*/
|
|
2408
|
-
TargetARN?: string;
|
|
2408
|
+
TargetARN?: string | undefined;
|
|
2409
2409
|
/**
|
|
2410
2410
|
* <p>The iSCSI initiator that connects to the target.</p>
|
|
2411
2411
|
* @public
|
|
2412
2412
|
*/
|
|
2413
|
-
InitiatorName?: string;
|
|
2413
|
+
InitiatorName?: string | undefined;
|
|
2414
2414
|
}
|
|
2415
2415
|
/**
|
|
2416
2416
|
* <p>DeleteFileShareInput</p>
|
|
@@ -2431,7 +2431,7 @@ export interface DeleteFileShareInput {
|
|
|
2431
2431
|
* </p>
|
|
2432
2432
|
* @public
|
|
2433
2433
|
*/
|
|
2434
|
-
ForceDelete?: boolean;
|
|
2434
|
+
ForceDelete?: boolean | undefined;
|
|
2435
2435
|
}
|
|
2436
2436
|
/**
|
|
2437
2437
|
* <p>DeleteFileShareOutput</p>
|
|
@@ -2442,7 +2442,7 @@ export interface DeleteFileShareOutput {
|
|
|
2442
2442
|
* <p>The Amazon Resource Name (ARN) of the deleted file share.</p>
|
|
2443
2443
|
* @public
|
|
2444
2444
|
*/
|
|
2445
|
-
FileShareARN?: string;
|
|
2445
|
+
FileShareARN?: string | undefined;
|
|
2446
2446
|
}
|
|
2447
2447
|
/**
|
|
2448
2448
|
* <p>A JSON object containing the ID of the gateway to delete.</p>
|
|
@@ -2466,7 +2466,7 @@ export interface DeleteGatewayOutput {
|
|
|
2466
2466
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2467
2467
|
* @public
|
|
2468
2468
|
*/
|
|
2469
|
-
GatewayARN?: string;
|
|
2469
|
+
GatewayARN?: string | undefined;
|
|
2470
2470
|
}
|
|
2471
2471
|
/**
|
|
2472
2472
|
* @public
|
|
@@ -2486,7 +2486,7 @@ export interface DeleteSnapshotScheduleOutput {
|
|
|
2486
2486
|
* <p>The volume which snapshot schedule was deleted.</p>
|
|
2487
2487
|
* @public
|
|
2488
2488
|
*/
|
|
2489
|
-
VolumeARN?: string;
|
|
2489
|
+
VolumeARN?: string | undefined;
|
|
2490
2490
|
}
|
|
2491
2491
|
/**
|
|
2492
2492
|
* <p>DeleteTapeInput</p>
|
|
@@ -2512,7 +2512,7 @@ export interface DeleteTapeInput {
|
|
|
2512
2512
|
* <code>compliance</code> can't be deleted.</p>
|
|
2513
2513
|
* @public
|
|
2514
2514
|
*/
|
|
2515
|
-
BypassGovernanceRetention?: boolean;
|
|
2515
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
2516
2516
|
}
|
|
2517
2517
|
/**
|
|
2518
2518
|
* <p>DeleteTapeOutput</p>
|
|
@@ -2523,7 +2523,7 @@ export interface DeleteTapeOutput {
|
|
|
2523
2523
|
* <p>The Amazon Resource Name (ARN) of the deleted virtual tape.</p>
|
|
2524
2524
|
* @public
|
|
2525
2525
|
*/
|
|
2526
|
-
TapeARN?: string;
|
|
2526
|
+
TapeARN?: string | undefined;
|
|
2527
2527
|
}
|
|
2528
2528
|
/**
|
|
2529
2529
|
* <p>DeleteTapeArchiveInput</p>
|
|
@@ -2543,7 +2543,7 @@ export interface DeleteTapeArchiveInput {
|
|
|
2543
2543
|
* <code>compliance</code> can't be deleted.</p>
|
|
2544
2544
|
* @public
|
|
2545
2545
|
*/
|
|
2546
|
-
BypassGovernanceRetention?: boolean;
|
|
2546
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
2547
2547
|
}
|
|
2548
2548
|
/**
|
|
2549
2549
|
* <p>DeleteTapeArchiveOutput</p>
|
|
@@ -2555,7 +2555,7 @@ export interface DeleteTapeArchiveOutput {
|
|
|
2555
2555
|
* tape shelf (VTS).</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
TapeARN?: string;
|
|
2558
|
+
TapeARN?: string | undefined;
|
|
2559
2559
|
}
|
|
2560
2560
|
/**
|
|
2561
2561
|
* @public
|
|
@@ -2575,7 +2575,7 @@ export interface DeleteTapePoolOutput {
|
|
|
2575
2575
|
* <p>The Amazon Resource Name (ARN) of the custom tape pool being deleted.</p>
|
|
2576
2576
|
* @public
|
|
2577
2577
|
*/
|
|
2578
|
-
PoolARN?: string;
|
|
2578
|
+
PoolARN?: string | undefined;
|
|
2579
2579
|
}
|
|
2580
2580
|
/**
|
|
2581
2581
|
* <p>A JSON object containing the <a>DeleteVolumeInput$VolumeARN</a> to
|
|
@@ -2601,7 +2601,7 @@ export interface DeleteVolumeOutput {
|
|
|
2601
2601
|
* ARN you provided in the request.</p>
|
|
2602
2602
|
* @public
|
|
2603
2603
|
*/
|
|
2604
|
-
VolumeARN?: string;
|
|
2604
|
+
VolumeARN?: string | undefined;
|
|
2605
2605
|
}
|
|
2606
2606
|
/**
|
|
2607
2607
|
* @public
|
|
@@ -2623,19 +2623,19 @@ export interface DescribeAvailabilityMonitorTestOutput {
|
|
|
2623
2623
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2624
2624
|
* @public
|
|
2625
2625
|
*/
|
|
2626
|
-
GatewayARN?: string;
|
|
2626
|
+
GatewayARN?: string | undefined;
|
|
2627
2627
|
/**
|
|
2628
2628
|
* <p>The status of the high availability monitoring test. If a test hasn't been
|
|
2629
2629
|
* performed, the value of this field is null.</p>
|
|
2630
2630
|
* @public
|
|
2631
2631
|
*/
|
|
2632
|
-
Status?: AvailabilityMonitorTestStatus;
|
|
2632
|
+
Status?: AvailabilityMonitorTestStatus | undefined;
|
|
2633
2633
|
/**
|
|
2634
2634
|
* <p>The time the high availability monitoring test was started. If a test hasn't been
|
|
2635
2635
|
* performed, the value of this field is null.</p>
|
|
2636
2636
|
* @public
|
|
2637
2637
|
*/
|
|
2638
|
-
StartTime?: Date;
|
|
2638
|
+
StartTime?: Date | undefined;
|
|
2639
2639
|
}
|
|
2640
2640
|
/**
|
|
2641
2641
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>
|
|
@@ -2659,19 +2659,19 @@ export interface DescribeBandwidthRateLimitOutput {
|
|
|
2659
2659
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2660
2660
|
* @public
|
|
2661
2661
|
*/
|
|
2662
|
-
GatewayARN?: string;
|
|
2662
|
+
GatewayARN?: string | undefined;
|
|
2663
2663
|
/**
|
|
2664
2664
|
* <p>The average upload bandwidth rate limit in bits per second. This field does not appear
|
|
2665
2665
|
* in the response if the upload rate limit is not set.</p>
|
|
2666
2666
|
* @public
|
|
2667
2667
|
*/
|
|
2668
|
-
AverageUploadRateLimitInBitsPerSec?: number;
|
|
2668
|
+
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
2669
2669
|
/**
|
|
2670
2670
|
* <p>The average download bandwidth rate limit in bits per second. This field does not appear
|
|
2671
2671
|
* in the response if the download rate limit is not set.</p>
|
|
2672
2672
|
* @public
|
|
2673
2673
|
*/
|
|
2674
|
-
AverageDownloadRateLimitInBitsPerSec?: number;
|
|
2674
|
+
AverageDownloadRateLimitInBitsPerSec?: number | undefined;
|
|
2675
2675
|
}
|
|
2676
2676
|
/**
|
|
2677
2677
|
* @public
|
|
@@ -2693,12 +2693,12 @@ export interface DescribeBandwidthRateLimitScheduleOutput {
|
|
|
2693
2693
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2694
2694
|
* @public
|
|
2695
2695
|
*/
|
|
2696
|
-
GatewayARN?: string;
|
|
2696
|
+
GatewayARN?: string | undefined;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* <p> An array that contains the bandwidth rate limit intervals for a tape or volume gateway. </p>
|
|
2699
2699
|
* @public
|
|
2700
2700
|
*/
|
|
2701
|
-
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
|
|
2701
|
+
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | undefined;
|
|
2702
2702
|
}
|
|
2703
2703
|
/**
|
|
2704
2704
|
* @public
|
|
@@ -2720,44 +2720,44 @@ export interface DescribeCacheOutput {
|
|
|
2720
2720
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2721
2721
|
* @public
|
|
2722
2722
|
*/
|
|
2723
|
-
GatewayARN?: string;
|
|
2723
|
+
GatewayARN?: string | undefined;
|
|
2724
2724
|
/**
|
|
2725
2725
|
* <p>An array of strings that identify disks that are to be configured as working storage.
|
|
2726
2726
|
* Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs
|
|
2727
2727
|
* from the <a>ListLocalDisks</a> API.</p>
|
|
2728
2728
|
* @public
|
|
2729
2729
|
*/
|
|
2730
|
-
DiskIds?: string[];
|
|
2730
|
+
DiskIds?: string[] | undefined;
|
|
2731
2731
|
/**
|
|
2732
2732
|
* <p>The amount of cache in bytes allocated to a gateway.</p>
|
|
2733
2733
|
* @public
|
|
2734
2734
|
*/
|
|
2735
|
-
CacheAllocatedInBytes?: number;
|
|
2735
|
+
CacheAllocatedInBytes?: number | undefined;
|
|
2736
2736
|
/**
|
|
2737
2737
|
* <p>Percent use of the gateway's cache storage. This metric applies only to the
|
|
2738
2738
|
* gateway-cached volume setup. The sample is taken at the end of the reporting period.</p>
|
|
2739
2739
|
* @public
|
|
2740
2740
|
*/
|
|
2741
|
-
CacheUsedPercentage?: number;
|
|
2741
|
+
CacheUsedPercentage?: number | undefined;
|
|
2742
2742
|
/**
|
|
2743
2743
|
* <p>The file share's contribution to the overall percentage of the gateway's cache
|
|
2744
2744
|
* that has not been persisted to Amazon Web Services. The sample is taken at the end of the
|
|
2745
2745
|
* reporting period.</p>
|
|
2746
2746
|
* @public
|
|
2747
2747
|
*/
|
|
2748
|
-
CacheDirtyPercentage?: number;
|
|
2748
|
+
CacheDirtyPercentage?: number | undefined;
|
|
2749
2749
|
/**
|
|
2750
2750
|
* <p>Percent of application read operations from the file shares that are served from cache.
|
|
2751
2751
|
* The sample is taken at the end of the reporting period.</p>
|
|
2752
2752
|
* @public
|
|
2753
2753
|
*/
|
|
2754
|
-
CacheHitPercentage?: number;
|
|
2754
|
+
CacheHitPercentage?: number | undefined;
|
|
2755
2755
|
/**
|
|
2756
2756
|
* <p>Percent of application read operations from the file shares that are not served from
|
|
2757
2757
|
* cache. The sample is taken at the end of the reporting period.</p>
|
|
2758
2758
|
* @public
|
|
2759
2759
|
*/
|
|
2760
|
-
CacheMissPercentage?: number;
|
|
2760
|
+
CacheMissPercentage?: number | undefined;
|
|
2761
2761
|
}
|
|
2762
2762
|
/**
|
|
2763
2763
|
* @public
|
|
@@ -2779,7 +2779,7 @@ export interface DescribeCachediSCSIVolumesOutput {
|
|
|
2779
2779
|
* <p>An array of objects where each object contains metadata about one cached volume.</p>
|
|
2780
2780
|
* @public
|
|
2781
2781
|
*/
|
|
2782
|
-
CachediSCSIVolumes?: CachediSCSIVolume[];
|
|
2782
|
+
CachediSCSIVolumes?: CachediSCSIVolume[] | undefined;
|
|
2783
2783
|
}
|
|
2784
2784
|
/**
|
|
2785
2785
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume
|
|
@@ -2830,7 +2830,7 @@ export interface DescribeChapCredentialsOutput {
|
|
|
2830
2830
|
* </ul>
|
|
2831
2831
|
* @public
|
|
2832
2832
|
*/
|
|
2833
|
-
ChapCredentials?: ChapInfo[];
|
|
2833
|
+
ChapCredentials?: ChapInfo[] | undefined;
|
|
2834
2834
|
}
|
|
2835
2835
|
/**
|
|
2836
2836
|
* @public
|
|
@@ -2852,7 +2852,7 @@ export interface FileSystemAssociationStatusDetail {
|
|
|
2852
2852
|
* <p>The error code for a given file system association status.</p>
|
|
2853
2853
|
* @public
|
|
2854
2854
|
*/
|
|
2855
|
-
ErrorCode?: string;
|
|
2855
|
+
ErrorCode?: string | undefined;
|
|
2856
2856
|
}
|
|
2857
2857
|
/**
|
|
2858
2858
|
* <p>Describes the object returned by <code>DescribeFileSystemAssociations</code> that
|
|
@@ -2864,14 +2864,14 @@ export interface FileSystemAssociationInfo {
|
|
|
2864
2864
|
* <p>The Amazon Resource Name (ARN) of the file system association.</p>
|
|
2865
2865
|
* @public
|
|
2866
2866
|
*/
|
|
2867
|
-
FileSystemAssociationARN?: string;
|
|
2867
|
+
FileSystemAssociationARN?: string | undefined;
|
|
2868
2868
|
/**
|
|
2869
2869
|
* <p>The ARN of the backend Amazon FSx file system used for storing file data. For
|
|
2870
2870
|
* information, see <a href="https://docs.aws.amazon.com/fsx/latest/APIReference/API_FileSystem.html">FileSystem</a> in the
|
|
2871
2871
|
* <i>Amazon FSx API Reference</i>.</p>
|
|
2872
2872
|
* @public
|
|
2873
2873
|
*/
|
|
2874
|
-
LocationARN?: string;
|
|
2874
|
+
LocationARN?: string | undefined;
|
|
2875
2875
|
/**
|
|
2876
2876
|
* <p>The status of the file system association. Valid Values: <code>AVAILABLE</code> |
|
|
2877
2877
|
* <code>CREATING</code> | <code>DELETING</code> | <code>FORCE_DELETING</code> |
|
|
@@ -2879,29 +2879,29 @@ export interface FileSystemAssociationInfo {
|
|
|
2879
2879
|
* </p>
|
|
2880
2880
|
* @public
|
|
2881
2881
|
*/
|
|
2882
|
-
FileSystemAssociationStatus?: string;
|
|
2882
|
+
FileSystemAssociationStatus?: string | undefined;
|
|
2883
2883
|
/**
|
|
2884
2884
|
* <p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>
|
|
2885
2885
|
* @public
|
|
2886
2886
|
*/
|
|
2887
|
-
AuditDestinationARN?: string;
|
|
2887
|
+
AuditDestinationARN?: string | undefined;
|
|
2888
2888
|
/**
|
|
2889
2889
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
2890
2890
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
2891
2891
|
* @public
|
|
2892
2892
|
*/
|
|
2893
|
-
GatewayARN?: string;
|
|
2893
|
+
GatewayARN?: string | undefined;
|
|
2894
2894
|
/**
|
|
2895
2895
|
* <p>A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key
|
|
2896
2896
|
* name. Each tag is a key-value pair.</p>
|
|
2897
2897
|
* @public
|
|
2898
2898
|
*/
|
|
2899
|
-
Tags?: Tag[];
|
|
2899
|
+
Tags?: Tag[] | undefined;
|
|
2900
2900
|
/**
|
|
2901
2901
|
* <p>The refresh cache information for the file share or FSx file systems.</p>
|
|
2902
2902
|
* @public
|
|
2903
2903
|
*/
|
|
2904
|
-
CacheAttributes?: CacheAttributes;
|
|
2904
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
2905
2905
|
/**
|
|
2906
2906
|
* <p>Specifies network configuration information for the gateway associated with the Amazon FSx file system.</p>
|
|
2907
2907
|
* <note>
|
|
@@ -2910,13 +2910,13 @@ export interface FileSystemAssociationInfo {
|
|
|
2910
2910
|
* </note>
|
|
2911
2911
|
* @public
|
|
2912
2912
|
*/
|
|
2913
|
-
EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
|
|
2913
|
+
EndpointNetworkConfiguration?: EndpointNetworkConfiguration | undefined;
|
|
2914
2914
|
/**
|
|
2915
2915
|
* <p>An array containing the FileSystemAssociationStatusDetail data type, which provides
|
|
2916
2916
|
* detailed information on file system association status.</p>
|
|
2917
2917
|
* @public
|
|
2918
2918
|
*/
|
|
2919
|
-
FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[];
|
|
2919
|
+
FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[] | undefined;
|
|
2920
2920
|
}
|
|
2921
2921
|
/**
|
|
2922
2922
|
* @public
|
|
@@ -2928,7 +2928,7 @@ export interface DescribeFileSystemAssociationsOutput {
|
|
|
2928
2928
|
* </p>
|
|
2929
2929
|
* @public
|
|
2930
2930
|
*/
|
|
2931
|
-
FileSystemAssociationInfoList?: FileSystemAssociationInfo[];
|
|
2931
|
+
FileSystemAssociationInfoList?: FileSystemAssociationInfo[] | undefined;
|
|
2932
2932
|
}
|
|
2933
2933
|
/**
|
|
2934
2934
|
* <p>A JSON object containing the ID of the gateway.</p>
|
|
@@ -2964,7 +2964,7 @@ export interface NetworkInterface {
|
|
|
2964
2964
|
* <p>The Internet Protocol version 4 (IPv4) address of the interface.</p>
|
|
2965
2965
|
* @public
|
|
2966
2966
|
*/
|
|
2967
|
-
Ipv4Address?: string;
|
|
2967
|
+
Ipv4Address?: string | undefined;
|
|
2968
2968
|
/**
|
|
2969
2969
|
* <p>The Media Access Control (MAC) address of the interface.</p>
|
|
2970
2970
|
* <note>
|
|
@@ -2972,13 +2972,13 @@ export interface NetworkInterface {
|
|
|
2972
2972
|
* </note>
|
|
2973
2973
|
* @public
|
|
2974
2974
|
*/
|
|
2975
|
-
MacAddress?: string;
|
|
2975
|
+
MacAddress?: string | undefined;
|
|
2976
2976
|
/**
|
|
2977
2977
|
* <p>The Internet Protocol version 6 (IPv6) address of the interface. <i>Currently not
|
|
2978
2978
|
* supported</i>.</p>
|
|
2979
2979
|
* @public
|
|
2980
2980
|
*/
|
|
2981
|
-
Ipv6Address?: string;
|
|
2981
|
+
Ipv6Address?: string | undefined;
|
|
2982
2982
|
}
|
|
2983
2983
|
/**
|
|
2984
2984
|
* @public
|
|
@@ -3006,35 +3006,35 @@ export interface DescribeGatewayInformationOutput {
|
|
|
3006
3006
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
3007
3007
|
* @public
|
|
3008
3008
|
*/
|
|
3009
|
-
GatewayARN?: string;
|
|
3009
|
+
GatewayARN?: string | undefined;
|
|
3010
3010
|
/**
|
|
3011
3011
|
* <p>The unique identifier assigned to your gateway during activation. This ID becomes part
|
|
3012
3012
|
* of the gateway Amazon Resource Name (ARN), which you use as input for other
|
|
3013
3013
|
* operations.</p>
|
|
3014
3014
|
* @public
|
|
3015
3015
|
*/
|
|
3016
|
-
GatewayId?: string;
|
|
3016
|
+
GatewayId?: string | undefined;
|
|
3017
3017
|
/**
|
|
3018
3018
|
* <p>The name you configured for your gateway.</p>
|
|
3019
3019
|
* @public
|
|
3020
3020
|
*/
|
|
3021
|
-
GatewayName?: string;
|
|
3021
|
+
GatewayName?: string | undefined;
|
|
3022
3022
|
/**
|
|
3023
3023
|
* <p>A value that indicates the time zone configured for the gateway.</p>
|
|
3024
3024
|
* @public
|
|
3025
3025
|
*/
|
|
3026
|
-
GatewayTimezone?: string;
|
|
3026
|
+
GatewayTimezone?: string | undefined;
|
|
3027
3027
|
/**
|
|
3028
3028
|
* <p>A value that indicates the operating state of the gateway.</p>
|
|
3029
3029
|
* @public
|
|
3030
3030
|
*/
|
|
3031
|
-
GatewayState?: string;
|
|
3031
|
+
GatewayState?: string | undefined;
|
|
3032
3032
|
/**
|
|
3033
3033
|
* <p>A <a>NetworkInterface</a> array that contains descriptions of the gateway
|
|
3034
3034
|
* network interfaces.</p>
|
|
3035
3035
|
* @public
|
|
3036
3036
|
*/
|
|
3037
|
-
GatewayNetworkInterfaces?: NetworkInterface[];
|
|
3037
|
+
GatewayNetworkInterfaces?: NetworkInterface[] | undefined;
|
|
3038
3038
|
/**
|
|
3039
3039
|
* <p>The type of the gateway.</p>
|
|
3040
3040
|
* <important>
|
|
@@ -3044,14 +3044,14 @@ export interface DescribeGatewayInformationOutput {
|
|
|
3044
3044
|
* </important>
|
|
3045
3045
|
* @public
|
|
3046
3046
|
*/
|
|
3047
|
-
GatewayType?: string;
|
|
3047
|
+
GatewayType?: string | undefined;
|
|
3048
3048
|
/**
|
|
3049
3049
|
* <p>The date on which an update to the gateway is available. This date is in the time zone
|
|
3050
3050
|
* of the gateway. If the gateway is not available for an update this field is not returned in
|
|
3051
3051
|
* the response.</p>
|
|
3052
3052
|
* @public
|
|
3053
3053
|
*/
|
|
3054
|
-
NextUpdateAvailabilityDate?: string;
|
|
3054
|
+
NextUpdateAvailabilityDate?: string | undefined;
|
|
3055
3055
|
/**
|
|
3056
3056
|
* <p>The date on which the last software update was applied to the gateway. If the gateway
|
|
3057
3057
|
* has never been updated, this field does not return a value in the response. This only only
|
|
@@ -3059,37 +3059,37 @@ export interface DescribeGatewayInformationOutput {
|
|
|
3059
3059
|
* version of the gateway VM</p>
|
|
3060
3060
|
* @public
|
|
3061
3061
|
*/
|
|
3062
|
-
LastSoftwareUpdate?: string;
|
|
3062
|
+
LastSoftwareUpdate?: string | undefined;
|
|
3063
3063
|
/**
|
|
3064
3064
|
* <p>The ID of the Amazon EC2 instance that was used to launch the gateway.</p>
|
|
3065
3065
|
* @public
|
|
3066
3066
|
*/
|
|
3067
|
-
Ec2InstanceId?: string;
|
|
3067
|
+
Ec2InstanceId?: string | undefined;
|
|
3068
3068
|
/**
|
|
3069
3069
|
* <p>The Amazon Web Services Region where the Amazon EC2 instance is located.</p>
|
|
3070
3070
|
* @public
|
|
3071
3071
|
*/
|
|
3072
|
-
Ec2InstanceRegion?: string;
|
|
3072
|
+
Ec2InstanceRegion?: string | undefined;
|
|
3073
3073
|
/**
|
|
3074
3074
|
* <p>A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each
|
|
3075
3075
|
* tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all
|
|
3076
3076
|
* tags using the <code>ListTagsForResource</code> API operation.</p>
|
|
3077
3077
|
* @public
|
|
3078
3078
|
*/
|
|
3079
|
-
Tags?: Tag[];
|
|
3079
|
+
Tags?: Tag[] | undefined;
|
|
3080
3080
|
/**
|
|
3081
3081
|
* <p>The configuration settings for the virtual private cloud (VPC) endpoint for your
|
|
3082
3082
|
* gateway.</p>
|
|
3083
3083
|
* @public
|
|
3084
3084
|
*/
|
|
3085
|
-
VPCEndpoint?: string;
|
|
3085
|
+
VPCEndpoint?: string | undefined;
|
|
3086
3086
|
/**
|
|
3087
3087
|
* <p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to
|
|
3088
3088
|
* monitor events in the gateway. This field only only exist and returns once it have been
|
|
3089
3089
|
* chosen and set by the SGW service, based on the OS version of the gateway VM</p>
|
|
3090
3090
|
* @public
|
|
3091
3091
|
*/
|
|
3092
|
-
CloudWatchLogGroupARN?: string;
|
|
3092
|
+
CloudWatchLogGroupARN?: string | undefined;
|
|
3093
3093
|
/**
|
|
3094
3094
|
* <p>The type of hardware or software platform on which the gateway is running.</p>
|
|
3095
3095
|
* <note>
|
|
@@ -3097,48 +3097,48 @@ export interface DescribeGatewayInformationOutput {
|
|
|
3097
3097
|
* </note>
|
|
3098
3098
|
* @public
|
|
3099
3099
|
*/
|
|
3100
|
-
HostEnvironment?: HostEnvironment;
|
|
3100
|
+
HostEnvironment?: HostEnvironment | undefined;
|
|
3101
3101
|
/**
|
|
3102
3102
|
* <p>The type of endpoint for your gateway.</p>
|
|
3103
3103
|
* <p>Valid Values: <code>STANDARD</code> | <code>FIPS</code>
|
|
3104
3104
|
* </p>
|
|
3105
3105
|
* @public
|
|
3106
3106
|
*/
|
|
3107
|
-
EndpointType?: string;
|
|
3107
|
+
EndpointType?: string | undefined;
|
|
3108
3108
|
/**
|
|
3109
3109
|
* <p>Date after which this gateway will not receive software updates for new features.</p>
|
|
3110
3110
|
* @public
|
|
3111
3111
|
*/
|
|
3112
|
-
SoftwareUpdatesEndDate?: string;
|
|
3112
|
+
SoftwareUpdatesEndDate?: string | undefined;
|
|
3113
3113
|
/**
|
|
3114
3114
|
* <p>Date after which this gateway will not receive software updates for new features and bug
|
|
3115
3115
|
* fixes.</p>
|
|
3116
3116
|
* @public
|
|
3117
3117
|
*/
|
|
3118
|
-
DeprecationDate?: string;
|
|
3118
|
+
DeprecationDate?: string | undefined;
|
|
3119
3119
|
/**
|
|
3120
3120
|
* <p>Specifies the size of the gateway's metadata cache.</p>
|
|
3121
3121
|
* @public
|
|
3122
3122
|
*/
|
|
3123
|
-
GatewayCapacity?: GatewayCapacity;
|
|
3123
|
+
GatewayCapacity?: GatewayCapacity | undefined;
|
|
3124
3124
|
/**
|
|
3125
3125
|
* <p>A list of the metadata cache sizes that the gateway can support based on its current
|
|
3126
3126
|
* hardware specifications.</p>
|
|
3127
3127
|
* @public
|
|
3128
3128
|
*/
|
|
3129
|
-
SupportedGatewayCapacities?: GatewayCapacity[];
|
|
3129
|
+
SupportedGatewayCapacities?: GatewayCapacity[] | undefined;
|
|
3130
3130
|
/**
|
|
3131
3131
|
* <p>A unique identifier for the specific instance of the host platform running the gateway.
|
|
3132
3132
|
* This value is only available for certain host environments, and its format depends on the
|
|
3133
3133
|
* host environment type.</p>
|
|
3134
3134
|
* @public
|
|
3135
3135
|
*/
|
|
3136
|
-
HostEnvironmentId?: string;
|
|
3136
|
+
HostEnvironmentId?: string | undefined;
|
|
3137
3137
|
/**
|
|
3138
3138
|
* <p>The version number of the software running on the gateway appliance.</p>
|
|
3139
3139
|
* @public
|
|
3140
3140
|
*/
|
|
3141
|
-
SoftwareVersion?: string;
|
|
3141
|
+
SoftwareVersion?: string | undefined;
|
|
3142
3142
|
}
|
|
3143
3143
|
/**
|
|
3144
3144
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>
|
|
@@ -3169,7 +3169,7 @@ export interface SoftwareUpdatePreferences {
|
|
|
3169
3169
|
* scheduled maintenance window.</p>
|
|
3170
3170
|
* @public
|
|
3171
3171
|
*/
|
|
3172
|
-
AutomaticUpdatePolicy?: AutomaticUpdatePolicy;
|
|
3172
|
+
AutomaticUpdatePolicy?: AutomaticUpdatePolicy | undefined;
|
|
3173
3173
|
}
|
|
3174
3174
|
/**
|
|
3175
3175
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -3213,41 +3213,41 @@ export interface DescribeMaintenanceStartTimeOutput {
|
|
|
3213
3213
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
3214
3214
|
* @public
|
|
3215
3215
|
*/
|
|
3216
|
-
GatewayARN?: string;
|
|
3216
|
+
GatewayARN?: string | undefined;
|
|
3217
3217
|
/**
|
|
3218
3218
|
* <p>The hour component of the maintenance start time represented as <i>hh</i>,
|
|
3219
3219
|
* where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time
|
|
3220
3220
|
* zone of the gateway.</p>
|
|
3221
3221
|
* @public
|
|
3222
3222
|
*/
|
|
3223
|
-
HourOfDay?: number;
|
|
3223
|
+
HourOfDay?: number | undefined;
|
|
3224
3224
|
/**
|
|
3225
3225
|
* <p>The minute component of the maintenance start time represented as
|
|
3226
3226
|
* <i>mm</i>, where <i>mm</i> is the minute (0 to 59). The
|
|
3227
3227
|
* minute of the hour is in the time zone of the gateway.</p>
|
|
3228
3228
|
* @public
|
|
3229
3229
|
*/
|
|
3230
|
-
MinuteOfHour?: number;
|
|
3230
|
+
MinuteOfHour?: number | undefined;
|
|
3231
3231
|
/**
|
|
3232
3232
|
* <p>An ordinal number between 0 and 6 that represents the day of the week, where 0
|
|
3233
3233
|
* represents Sunday and 6 represents Saturday. The day of week is in the time zone of the
|
|
3234
3234
|
* gateway.</p>
|
|
3235
3235
|
* @public
|
|
3236
3236
|
*/
|
|
3237
|
-
DayOfWeek?: number;
|
|
3237
|
+
DayOfWeek?: number | undefined;
|
|
3238
3238
|
/**
|
|
3239
3239
|
* <p>The day of the month component of the maintenance start time represented as an ordinal
|
|
3240
3240
|
* number from 1 to 28, where 1 represents the first day of the month. It is not possible to
|
|
3241
3241
|
* set the maintenance schedule to start on days 29 through 31.</p>
|
|
3242
3242
|
* @public
|
|
3243
3243
|
*/
|
|
3244
|
-
DayOfMonth?: number;
|
|
3244
|
+
DayOfMonth?: number | undefined;
|
|
3245
3245
|
/**
|
|
3246
3246
|
* <p>A value that indicates the time zone that is set for the gateway. The start time and day
|
|
3247
3247
|
* of week specified should be in the time zone of the gateway.</p>
|
|
3248
3248
|
* @public
|
|
3249
3249
|
*/
|
|
3250
|
-
Timezone?: string;
|
|
3250
|
+
Timezone?: string | undefined;
|
|
3251
3251
|
/**
|
|
3252
3252
|
* <p>A set of variables indicating the software update preferences for the gateway.</p>
|
|
3253
3253
|
* <p>Includes <code>AutomaticUpdatePolicy</code> parameter with the following inputs:</p>
|
|
@@ -3261,7 +3261,7 @@ export interface DescribeMaintenanceStartTimeOutput {
|
|
|
3261
3261
|
* scheduled maintenance window.</p>
|
|
3262
3262
|
* @public
|
|
3263
3263
|
*/
|
|
3264
|
-
SoftwareUpdatePreferences?: SoftwareUpdatePreferences;
|
|
3264
|
+
SoftwareUpdatePreferences?: SoftwareUpdatePreferences | undefined;
|
|
3265
3265
|
}
|
|
3266
3266
|
/**
|
|
3267
3267
|
* <p>DescribeNFSFileSharesInput</p>
|
|
@@ -3290,17 +3290,17 @@ export interface NFSFileShareInfo {
|
|
|
3290
3290
|
* operation is only supported for S3 File Gateways.</p>
|
|
3291
3291
|
* @public
|
|
3292
3292
|
*/
|
|
3293
|
-
NFSFileShareDefaults?: NFSFileShareDefaults;
|
|
3293
|
+
NFSFileShareDefaults?: NFSFileShareDefaults | undefined;
|
|
3294
3294
|
/**
|
|
3295
3295
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
3296
3296
|
* @public
|
|
3297
3297
|
*/
|
|
3298
|
-
FileShareARN?: string;
|
|
3298
|
+
FileShareARN?: string | undefined;
|
|
3299
3299
|
/**
|
|
3300
3300
|
* <p>The ID of the file share.</p>
|
|
3301
3301
|
* @public
|
|
3302
3302
|
*/
|
|
3303
|
-
FileShareId?: string;
|
|
3303
|
+
FileShareId?: string | undefined;
|
|
3304
3304
|
/**
|
|
3305
3305
|
* <p>The status of the file share.</p>
|
|
3306
3306
|
* <p>Valid Values: <code>CREATING</code> | <code>UPDATING</code> | <code>AVAILABLE</code> |
|
|
@@ -3308,13 +3308,13 @@ export interface NFSFileShareInfo {
|
|
|
3308
3308
|
* </p>
|
|
3309
3309
|
* @public
|
|
3310
3310
|
*/
|
|
3311
|
-
FileShareStatus?: string;
|
|
3311
|
+
FileShareStatus?: string | undefined;
|
|
3312
3312
|
/**
|
|
3313
3313
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
3314
3314
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
3315
3315
|
* @public
|
|
3316
3316
|
*/
|
|
3317
|
-
GatewayARN?: string;
|
|
3317
|
+
GatewayARN?: string | undefined;
|
|
3318
3318
|
/**
|
|
3319
3319
|
* <p>A value that specifies the type of server-side encryption that the file share will use
|
|
3320
3320
|
* for the data that it stores in Amazon S3.</p>
|
|
@@ -3330,7 +3330,7 @@ export interface NFSFileShareInfo {
|
|
|
3330
3330
|
* </note>
|
|
3331
3331
|
* @public
|
|
3332
3332
|
*/
|
|
3333
|
-
EncryptionType?: EncryptionType;
|
|
3333
|
+
EncryptionType?: EncryptionType | undefined;
|
|
3334
3334
|
/**
|
|
3335
3335
|
* @deprecated
|
|
3336
3336
|
*
|
|
@@ -3352,7 +3352,7 @@ export interface NFSFileShareInfo {
|
|
|
3352
3352
|
* </p>
|
|
3353
3353
|
* @public
|
|
3354
3354
|
*/
|
|
3355
|
-
KMSEncrypted?: boolean;
|
|
3355
|
+
KMSEncrypted?: boolean | undefined;
|
|
3356
3356
|
/**
|
|
3357
3357
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
3358
3358
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -3360,18 +3360,18 @@ export interface NFSFileShareInfo {
|
|
|
3360
3360
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
3361
3361
|
* @public
|
|
3362
3362
|
*/
|
|
3363
|
-
KMSKey?: string;
|
|
3363
|
+
KMSKey?: string | undefined;
|
|
3364
3364
|
/**
|
|
3365
3365
|
* <p>The file share path used by the NFS client to identify the mount point.</p>
|
|
3366
3366
|
* @public
|
|
3367
3367
|
*/
|
|
3368
|
-
Path?: string;
|
|
3368
|
+
Path?: string | undefined;
|
|
3369
3369
|
/**
|
|
3370
3370
|
* <p>The ARN of the IAM role that an S3 File Gateway assumes when it accesses the underlying
|
|
3371
3371
|
* storage.</p>
|
|
3372
3372
|
* @public
|
|
3373
3373
|
*/
|
|
3374
|
-
Role?: string;
|
|
3374
|
+
Role?: string | undefined;
|
|
3375
3375
|
/**
|
|
3376
3376
|
* <p>A custom ARN for the backend storage used for storing data for file shares. It includes
|
|
3377
3377
|
* a resource ARN with an optional prefix concatenation. The prefix must end with a forward
|
|
@@ -3396,7 +3396,7 @@ export interface NFSFileShareInfo {
|
|
|
3396
3396
|
* </note>
|
|
3397
3397
|
* @public
|
|
3398
3398
|
*/
|
|
3399
|
-
LocationARN?: string;
|
|
3399
|
+
LocationARN?: string | undefined;
|
|
3400
3400
|
/**
|
|
3401
3401
|
* <p>The default storage class for objects put into an Amazon S3 bucket by the S3
|
|
3402
3402
|
* File Gateway. The default value is <code>S3_STANDARD</code>. Optional.</p>
|
|
@@ -3405,20 +3405,20 @@ export interface NFSFileShareInfo {
|
|
|
3405
3405
|
* </p>
|
|
3406
3406
|
* @public
|
|
3407
3407
|
*/
|
|
3408
|
-
DefaultStorageClass?: string;
|
|
3408
|
+
DefaultStorageClass?: string | undefined;
|
|
3409
3409
|
/**
|
|
3410
3410
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
3411
3411
|
* that an S3 File Gateway puts objects into. The default value is
|
|
3412
3412
|
* <code>private</code>.</p>
|
|
3413
3413
|
* @public
|
|
3414
3414
|
*/
|
|
3415
|
-
ObjectACL?: ObjectACL;
|
|
3415
|
+
ObjectACL?: ObjectACL | undefined;
|
|
3416
3416
|
/**
|
|
3417
3417
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
3418
3418
|
* contain either valid IP addresses or valid CIDR blocks.</p>
|
|
3419
3419
|
* @public
|
|
3420
3420
|
*/
|
|
3421
|
-
ClientList?: string[];
|
|
3421
|
+
ClientList?: string[] | undefined;
|
|
3422
3422
|
/**
|
|
3423
3423
|
* <p>The user mapped to anonymous user. Valid options are the following:</p>
|
|
3424
3424
|
* <ul>
|
|
@@ -3437,7 +3437,7 @@ export interface NFSFileShareInfo {
|
|
|
3437
3437
|
* </ul>
|
|
3438
3438
|
* @public
|
|
3439
3439
|
*/
|
|
3440
|
-
Squash?: string;
|
|
3440
|
+
Squash?: string | undefined;
|
|
3441
3441
|
/**
|
|
3442
3442
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
3443
3443
|
* to set the write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -3445,7 +3445,7 @@ export interface NFSFileShareInfo {
|
|
|
3445
3445
|
* </p>
|
|
3446
3446
|
* @public
|
|
3447
3447
|
*/
|
|
3448
|
-
ReadOnly?: boolean;
|
|
3448
|
+
ReadOnly?: boolean | undefined;
|
|
3449
3449
|
/**
|
|
3450
3450
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
3451
3451
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -3454,7 +3454,7 @@ export interface NFSFileShareInfo {
|
|
|
3454
3454
|
* </p>
|
|
3455
3455
|
* @public
|
|
3456
3456
|
*/
|
|
3457
|
-
GuessMIMETypeEnabled?: boolean;
|
|
3457
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
3458
3458
|
/**
|
|
3459
3459
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
3460
3460
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -3470,14 +3470,14 @@ export interface NFSFileShareInfo {
|
|
|
3470
3470
|
* </p>
|
|
3471
3471
|
* @public
|
|
3472
3472
|
*/
|
|
3473
|
-
RequesterPays?: boolean;
|
|
3473
|
+
RequesterPays?: boolean | undefined;
|
|
3474
3474
|
/**
|
|
3475
3475
|
* <p>A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key
|
|
3476
3476
|
* name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can
|
|
3477
3477
|
* view all tags using the <code>ListTagsForResource</code> API operation.</p>
|
|
3478
3478
|
* @public
|
|
3479
3479
|
*/
|
|
3480
|
-
Tags?: Tag[];
|
|
3480
|
+
Tags?: Tag[] | undefined;
|
|
3481
3481
|
/**
|
|
3482
3482
|
* <p>The name of the file share. Optional.</p>
|
|
3483
3483
|
* <note>
|
|
@@ -3487,12 +3487,12 @@ export interface NFSFileShareInfo {
|
|
|
3487
3487
|
* </note>
|
|
3488
3488
|
* @public
|
|
3489
3489
|
*/
|
|
3490
|
-
FileShareName?: string;
|
|
3490
|
+
FileShareName?: string | undefined;
|
|
3491
3491
|
/**
|
|
3492
3492
|
* <p>Refresh cache information for the file share.</p>
|
|
3493
3493
|
* @public
|
|
3494
3494
|
*/
|
|
3495
|
-
CacheAttributes?: CacheAttributes;
|
|
3495
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
3496
3496
|
/**
|
|
3497
3497
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
3498
3498
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -3518,7 +3518,7 @@ export interface NFSFileShareInfo {
|
|
|
3518
3518
|
* </p>
|
|
3519
3519
|
* @public
|
|
3520
3520
|
*/
|
|
3521
|
-
NotificationPolicy?: string;
|
|
3521
|
+
NotificationPolicy?: string | undefined;
|
|
3522
3522
|
/**
|
|
3523
3523
|
* <p>Specifies the DNS name for the VPC endpoint that the NFS file share uses to connect to
|
|
3524
3524
|
* Amazon S3.</p>
|
|
@@ -3529,7 +3529,7 @@ export interface NFSFileShareInfo {
|
|
|
3529
3529
|
* </note>
|
|
3530
3530
|
* @public
|
|
3531
3531
|
*/
|
|
3532
|
-
VPCEndpointDNSName?: string;
|
|
3532
|
+
VPCEndpointDNSName?: string | undefined;
|
|
3533
3533
|
/**
|
|
3534
3534
|
* <p>Specifies the Region of the S3 bucket where the NFS file share stores files.</p>
|
|
3535
3535
|
* <note>
|
|
@@ -3539,12 +3539,12 @@ export interface NFSFileShareInfo {
|
|
|
3539
3539
|
* </note>
|
|
3540
3540
|
* @public
|
|
3541
3541
|
*/
|
|
3542
|
-
BucketRegion?: string;
|
|
3542
|
+
BucketRegion?: string | undefined;
|
|
3543
3543
|
/**
|
|
3544
3544
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
3545
3545
|
* @public
|
|
3546
3546
|
*/
|
|
3547
|
-
AuditDestinationARN?: string;
|
|
3547
|
+
AuditDestinationARN?: string | undefined;
|
|
3548
3548
|
}
|
|
3549
3549
|
/**
|
|
3550
3550
|
* <p>DescribeNFSFileSharesOutput</p>
|
|
@@ -3555,7 +3555,7 @@ export interface DescribeNFSFileSharesOutput {
|
|
|
3555
3555
|
* <p>An array containing a description for each requested file share.</p>
|
|
3556
3556
|
* @public
|
|
3557
3557
|
*/
|
|
3558
|
-
NFSFileShareInfoList?: NFSFileShareInfo[];
|
|
3558
|
+
NFSFileShareInfoList?: NFSFileShareInfo[] | undefined;
|
|
3559
3559
|
}
|
|
3560
3560
|
/**
|
|
3561
3561
|
* <p>DescribeSMBFileSharesInput</p>
|
|
@@ -3580,12 +3580,12 @@ export interface SMBFileShareInfo {
|
|
|
3580
3580
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
3581
3581
|
* @public
|
|
3582
3582
|
*/
|
|
3583
|
-
FileShareARN?: string;
|
|
3583
|
+
FileShareARN?: string | undefined;
|
|
3584
3584
|
/**
|
|
3585
3585
|
* <p>The ID of the file share.</p>
|
|
3586
3586
|
* @public
|
|
3587
3587
|
*/
|
|
3588
|
-
FileShareId?: string;
|
|
3588
|
+
FileShareId?: string | undefined;
|
|
3589
3589
|
/**
|
|
3590
3590
|
* <p>The status of the file share.</p>
|
|
3591
3591
|
* <p>Valid Values: <code>CREATING</code> | <code>UPDATING</code> | <code>AVAILABLE</code> |
|
|
@@ -3593,13 +3593,13 @@ export interface SMBFileShareInfo {
|
|
|
3593
3593
|
* </p>
|
|
3594
3594
|
* @public
|
|
3595
3595
|
*/
|
|
3596
|
-
FileShareStatus?: string;
|
|
3596
|
+
FileShareStatus?: string | undefined;
|
|
3597
3597
|
/**
|
|
3598
3598
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
3599
3599
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
3600
3600
|
* @public
|
|
3601
3601
|
*/
|
|
3602
|
-
GatewayARN?: string;
|
|
3602
|
+
GatewayARN?: string | undefined;
|
|
3603
3603
|
/**
|
|
3604
3604
|
* <p>A value that specifies the type of server-side encryption that the file share will use
|
|
3605
3605
|
* for the data that it stores in Amazon S3.</p>
|
|
@@ -3615,7 +3615,7 @@ export interface SMBFileShareInfo {
|
|
|
3615
3615
|
* </note>
|
|
3616
3616
|
* @public
|
|
3617
3617
|
*/
|
|
3618
|
-
EncryptionType?: EncryptionType;
|
|
3618
|
+
EncryptionType?: EncryptionType | undefined;
|
|
3619
3619
|
/**
|
|
3620
3620
|
* @deprecated
|
|
3621
3621
|
*
|
|
@@ -3637,7 +3637,7 @@ export interface SMBFileShareInfo {
|
|
|
3637
3637
|
* </p>
|
|
3638
3638
|
* @public
|
|
3639
3639
|
*/
|
|
3640
|
-
KMSEncrypted?: boolean;
|
|
3640
|
+
KMSEncrypted?: boolean | undefined;
|
|
3641
3641
|
/**
|
|
3642
3642
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
3643
3643
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -3645,18 +3645,18 @@ export interface SMBFileShareInfo {
|
|
|
3645
3645
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
3646
3646
|
* @public
|
|
3647
3647
|
*/
|
|
3648
|
-
KMSKey?: string;
|
|
3648
|
+
KMSKey?: string | undefined;
|
|
3649
3649
|
/**
|
|
3650
3650
|
* <p>The file share path used by the SMB client to identify the mount point.</p>
|
|
3651
3651
|
* @public
|
|
3652
3652
|
*/
|
|
3653
|
-
Path?: string;
|
|
3653
|
+
Path?: string | undefined;
|
|
3654
3654
|
/**
|
|
3655
3655
|
* <p>The ARN of the IAM role that an S3 File Gateway assumes when it accesses the underlying
|
|
3656
3656
|
* storage.</p>
|
|
3657
3657
|
* @public
|
|
3658
3658
|
*/
|
|
3659
|
-
Role?: string;
|
|
3659
|
+
Role?: string | undefined;
|
|
3660
3660
|
/**
|
|
3661
3661
|
* <p>A custom ARN for the backend storage used for storing data for file shares. It includes
|
|
3662
3662
|
* a resource ARN with an optional prefix concatenation. The prefix must end with a forward
|
|
@@ -3681,7 +3681,7 @@ export interface SMBFileShareInfo {
|
|
|
3681
3681
|
* </note>
|
|
3682
3682
|
* @public
|
|
3683
3683
|
*/
|
|
3684
|
-
LocationARN?: string;
|
|
3684
|
+
LocationARN?: string | undefined;
|
|
3685
3685
|
/**
|
|
3686
3686
|
* <p>The default storage class for objects put into an Amazon S3 bucket by the S3
|
|
3687
3687
|
* File Gateway. The default value is <code>S3_STANDARD</code>. Optional.</p>
|
|
@@ -3690,14 +3690,14 @@ export interface SMBFileShareInfo {
|
|
|
3690
3690
|
* </p>
|
|
3691
3691
|
* @public
|
|
3692
3692
|
*/
|
|
3693
|
-
DefaultStorageClass?: string;
|
|
3693
|
+
DefaultStorageClass?: string | undefined;
|
|
3694
3694
|
/**
|
|
3695
3695
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
3696
3696
|
* that an S3 File Gateway puts objects into. The default value is
|
|
3697
3697
|
* <code>private</code>.</p>
|
|
3698
3698
|
* @public
|
|
3699
3699
|
*/
|
|
3700
|
-
ObjectACL?: ObjectACL;
|
|
3700
|
+
ObjectACL?: ObjectACL | undefined;
|
|
3701
3701
|
/**
|
|
3702
3702
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
3703
3703
|
* to set the write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -3705,7 +3705,7 @@ export interface SMBFileShareInfo {
|
|
|
3705
3705
|
* </p>
|
|
3706
3706
|
* @public
|
|
3707
3707
|
*/
|
|
3708
|
-
ReadOnly?: boolean;
|
|
3708
|
+
ReadOnly?: boolean | undefined;
|
|
3709
3709
|
/**
|
|
3710
3710
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
3711
3711
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -3714,7 +3714,7 @@ export interface SMBFileShareInfo {
|
|
|
3714
3714
|
* </p>
|
|
3715
3715
|
* @public
|
|
3716
3716
|
*/
|
|
3717
|
-
GuessMIMETypeEnabled?: boolean;
|
|
3717
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
3718
3718
|
/**
|
|
3719
3719
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
3720
3720
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -3730,7 +3730,7 @@ export interface SMBFileShareInfo {
|
|
|
3730
3730
|
* </p>
|
|
3731
3731
|
* @public
|
|
3732
3732
|
*/
|
|
3733
|
-
RequesterPays?: boolean;
|
|
3733
|
+
RequesterPays?: boolean | undefined;
|
|
3734
3734
|
/**
|
|
3735
3735
|
* <p>If this value is set to <code>true</code>, it indicates that access control list (ACL)
|
|
3736
3736
|
* is enabled on the SMB file share. If it is set to <code>false</code>, it indicates that
|
|
@@ -3740,12 +3740,12 @@ export interface SMBFileShareInfo {
|
|
|
3740
3740
|
* Guide</i>.</p>
|
|
3741
3741
|
* @public
|
|
3742
3742
|
*/
|
|
3743
|
-
SMBACLEnabled?: boolean;
|
|
3743
|
+
SMBACLEnabled?: boolean | undefined;
|
|
3744
3744
|
/**
|
|
3745
3745
|
* <p>Indicates whether <code>AccessBasedEnumeration</code> is enabled.</p>
|
|
3746
3746
|
* @public
|
|
3747
3747
|
*/
|
|
3748
|
-
AccessBasedEnumeration?: boolean;
|
|
3748
|
+
AccessBasedEnumeration?: boolean | undefined;
|
|
3749
3749
|
/**
|
|
3750
3750
|
* <p>A list of users or groups in the Active Directory that have administrator rights to the
|
|
3751
3751
|
* file share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -3754,7 +3754,7 @@ export interface SMBFileShareInfo {
|
|
|
3754
3754
|
* <code>ActiveDirectory</code>.</p>
|
|
3755
3755
|
* @public
|
|
3756
3756
|
*/
|
|
3757
|
-
AdminUserList?: string[];
|
|
3757
|
+
AdminUserList?: string[] | undefined;
|
|
3758
3758
|
/**
|
|
3759
3759
|
* <p>A list of users or groups in the Active Directory that are allowed to access the file
|
|
3760
3760
|
* share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -3763,7 +3763,7 @@ export interface SMBFileShareInfo {
|
|
|
3763
3763
|
* <code>ActiveDirectory</code>.</p>
|
|
3764
3764
|
* @public
|
|
3765
3765
|
*/
|
|
3766
|
-
ValidUserList?: string[];
|
|
3766
|
+
ValidUserList?: string[] | undefined;
|
|
3767
3767
|
/**
|
|
3768
3768
|
* <p>A list of users or groups in the Active Directory that are not allowed to access the
|
|
3769
3769
|
* file share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -3772,12 +3772,12 @@ export interface SMBFileShareInfo {
|
|
|
3772
3772
|
* <code>ActiveDirectory</code>.</p>
|
|
3773
3773
|
* @public
|
|
3774
3774
|
*/
|
|
3775
|
-
InvalidUserList?: string[];
|
|
3775
|
+
InvalidUserList?: string[] | undefined;
|
|
3776
3776
|
/**
|
|
3777
3777
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
3778
3778
|
* @public
|
|
3779
3779
|
*/
|
|
3780
|
-
AuditDestinationARN?: string;
|
|
3780
|
+
AuditDestinationARN?: string | undefined;
|
|
3781
3781
|
/**
|
|
3782
3782
|
* <p>The authentication method of the file share. The default is
|
|
3783
3783
|
* <code>ActiveDirectory</code>.</p>
|
|
@@ -3785,7 +3785,7 @@ export interface SMBFileShareInfo {
|
|
|
3785
3785
|
* </p>
|
|
3786
3786
|
* @public
|
|
3787
3787
|
*/
|
|
3788
|
-
Authentication?: string;
|
|
3788
|
+
Authentication?: string | undefined;
|
|
3789
3789
|
/**
|
|
3790
3790
|
* <p>The case of an object name in an Amazon S3 bucket. For
|
|
3791
3791
|
* <code>ClientSpecified</code>, the client determines the case sensitivity. For
|
|
@@ -3793,14 +3793,14 @@ export interface SMBFileShareInfo {
|
|
|
3793
3793
|
* value is <code>ClientSpecified</code>.</p>
|
|
3794
3794
|
* @public
|
|
3795
3795
|
*/
|
|
3796
|
-
CaseSensitivity?: CaseSensitivity;
|
|
3796
|
+
CaseSensitivity?: CaseSensitivity | undefined;
|
|
3797
3797
|
/**
|
|
3798
3798
|
* <p>A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key
|
|
3799
3799
|
* name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can
|
|
3800
3800
|
* view all tags using the <code>ListTagsForResource</code> API operation.</p>
|
|
3801
3801
|
* @public
|
|
3802
3802
|
*/
|
|
3803
|
-
Tags?: Tag[];
|
|
3803
|
+
Tags?: Tag[] | undefined;
|
|
3804
3804
|
/**
|
|
3805
3805
|
* <p>The name of the file share. Optional.</p>
|
|
3806
3806
|
* <note>
|
|
@@ -3810,12 +3810,12 @@ export interface SMBFileShareInfo {
|
|
|
3810
3810
|
* </note>
|
|
3811
3811
|
* @public
|
|
3812
3812
|
*/
|
|
3813
|
-
FileShareName?: string;
|
|
3813
|
+
FileShareName?: string | undefined;
|
|
3814
3814
|
/**
|
|
3815
3815
|
* <p>Refresh cache information for the file share.</p>
|
|
3816
3816
|
* @public
|
|
3817
3817
|
*/
|
|
3818
|
-
CacheAttributes?: CacheAttributes;
|
|
3818
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
3819
3819
|
/**
|
|
3820
3820
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
3821
3821
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -3841,7 +3841,7 @@ export interface SMBFileShareInfo {
|
|
|
3841
3841
|
* </p>
|
|
3842
3842
|
* @public
|
|
3843
3843
|
*/
|
|
3844
|
-
NotificationPolicy?: string;
|
|
3844
|
+
NotificationPolicy?: string | undefined;
|
|
3845
3845
|
/**
|
|
3846
3846
|
* <p>Specifies the DNS name for the VPC endpoint that the SMB file share uses to connect to
|
|
3847
3847
|
* Amazon S3.</p>
|
|
@@ -3852,7 +3852,7 @@ export interface SMBFileShareInfo {
|
|
|
3852
3852
|
* </note>
|
|
3853
3853
|
* @public
|
|
3854
3854
|
*/
|
|
3855
|
-
VPCEndpointDNSName?: string;
|
|
3855
|
+
VPCEndpointDNSName?: string | undefined;
|
|
3856
3856
|
/**
|
|
3857
3857
|
* <p>Specifies the Region of the S3 bucket where the SMB file share stores files.</p>
|
|
3858
3858
|
* <note>
|
|
@@ -3862,7 +3862,7 @@ export interface SMBFileShareInfo {
|
|
|
3862
3862
|
* </note>
|
|
3863
3863
|
* @public
|
|
3864
3864
|
*/
|
|
3865
|
-
BucketRegion?: string;
|
|
3865
|
+
BucketRegion?: string | undefined;
|
|
3866
3866
|
/**
|
|
3867
3867
|
* <p>Specifies whether opportunistic locking is enabled for the SMB file share.</p>
|
|
3868
3868
|
* <note>
|
|
@@ -3873,7 +3873,7 @@ export interface SMBFileShareInfo {
|
|
|
3873
3873
|
* </p>
|
|
3874
3874
|
* @public
|
|
3875
3875
|
*/
|
|
3876
|
-
OplocksEnabled?: boolean;
|
|
3876
|
+
OplocksEnabled?: boolean | undefined;
|
|
3877
3877
|
}
|
|
3878
3878
|
/**
|
|
3879
3879
|
* <p>DescribeSMBFileSharesOutput</p>
|
|
@@ -3884,7 +3884,7 @@ export interface DescribeSMBFileSharesOutput {
|
|
|
3884
3884
|
* <p>An array containing a description for each requested file share.</p>
|
|
3885
3885
|
* @public
|
|
3886
3886
|
*/
|
|
3887
|
-
SMBFileShareInfoList?: SMBFileShareInfo[];
|
|
3887
|
+
SMBFileShareInfoList?: SMBFileShareInfo[] | undefined;
|
|
3888
3888
|
}
|
|
3889
3889
|
/**
|
|
3890
3890
|
* @public
|
|
@@ -3911,7 +3911,7 @@ export interface SMBLocalGroups {
|
|
|
3911
3911
|
* force-close files that are open and locked.</p>
|
|
3912
3912
|
* @public
|
|
3913
3913
|
*/
|
|
3914
|
-
GatewayAdmins?: string[];
|
|
3914
|
+
GatewayAdmins?: string[] | undefined;
|
|
3915
3915
|
}
|
|
3916
3916
|
/**
|
|
3917
3917
|
* @public
|
|
@@ -3936,12 +3936,12 @@ export interface DescribeSMBSettingsOutput {
|
|
|
3936
3936
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
3937
3937
|
* @public
|
|
3938
3938
|
*/
|
|
3939
|
-
GatewayARN?: string;
|
|
3939
|
+
GatewayARN?: string | undefined;
|
|
3940
3940
|
/**
|
|
3941
3941
|
* <p>The name of the domain that the gateway is joined to.</p>
|
|
3942
3942
|
* @public
|
|
3943
3943
|
*/
|
|
3944
|
-
DomainName?: string;
|
|
3944
|
+
DomainName?: string | undefined;
|
|
3945
3945
|
/**
|
|
3946
3946
|
* <p>Indicates the status of a gateway that is a member of the Active Directory
|
|
3947
3947
|
* domain.</p>
|
|
@@ -3983,7 +3983,7 @@ export interface DescribeSMBSettingsOutput {
|
|
|
3983
3983
|
* </ul>
|
|
3984
3984
|
* @public
|
|
3985
3985
|
*/
|
|
3986
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
3986
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus | undefined;
|
|
3987
3987
|
/**
|
|
3988
3988
|
* <p>This value is <code>true</code> if a password for the guest user <code>smbguest</code>
|
|
3989
3989
|
* is set, otherwise <code>false</code>. Only supported for S3 File Gateways.</p>
|
|
@@ -3991,7 +3991,7 @@ export interface DescribeSMBSettingsOutput {
|
|
|
3991
3991
|
* </p>
|
|
3992
3992
|
* @public
|
|
3993
3993
|
*/
|
|
3994
|
-
SMBGuestPasswordSet?: boolean;
|
|
3994
|
+
SMBGuestPasswordSet?: boolean | undefined;
|
|
3995
3995
|
/**
|
|
3996
3996
|
* <p>The type of security strategy that was specified for file gateway.</p>
|
|
3997
3997
|
* <ul>
|
|
@@ -4028,19 +4028,19 @@ export interface DescribeSMBSettingsOutput {
|
|
|
4028
4028
|
* </ul>
|
|
4029
4029
|
* @public
|
|
4030
4030
|
*/
|
|
4031
|
-
SMBSecurityStrategy?: SMBSecurityStrategy;
|
|
4031
|
+
SMBSecurityStrategy?: SMBSecurityStrategy | undefined;
|
|
4032
4032
|
/**
|
|
4033
4033
|
* <p>The shares on this gateway appear when listing shares. Only supported for S3 File
|
|
4034
4034
|
* Gateways. </p>
|
|
4035
4035
|
* @public
|
|
4036
4036
|
*/
|
|
4037
|
-
FileSharesVisible?: boolean;
|
|
4037
|
+
FileSharesVisible?: boolean | undefined;
|
|
4038
4038
|
/**
|
|
4039
4039
|
* <p>A list of Active Directory users and groups that have special permissions for SMB file
|
|
4040
4040
|
* shares on the gateway.</p>
|
|
4041
4041
|
* @public
|
|
4042
4042
|
*/
|
|
4043
|
-
SMBLocalGroups?: SMBLocalGroups;
|
|
4043
|
+
SMBLocalGroups?: SMBLocalGroups | undefined;
|
|
4044
4044
|
}
|
|
4045
4045
|
/**
|
|
4046
4046
|
* <p>A JSON object containing the <a>DescribeSnapshotScheduleInput$VolumeARN</a>
|
|
@@ -4063,36 +4063,36 @@ export interface DescribeSnapshotScheduleOutput {
|
|
|
4063
4063
|
* <p>The Amazon Resource Name (ARN) of the volume that was specified in the request.</p>
|
|
4064
4064
|
* @public
|
|
4065
4065
|
*/
|
|
4066
|
-
VolumeARN?: string;
|
|
4066
|
+
VolumeARN?: string | undefined;
|
|
4067
4067
|
/**
|
|
4068
4068
|
* <p>The hour of the day at which the snapshot schedule begins represented as
|
|
4069
4069
|
* <i>hh</i>, where <i>hh</i> is the hour (0 to 23). The hour
|
|
4070
4070
|
* of the day is in the time zone of the gateway.</p>
|
|
4071
4071
|
* @public
|
|
4072
4072
|
*/
|
|
4073
|
-
StartAt?: number;
|
|
4073
|
+
StartAt?: number | undefined;
|
|
4074
4074
|
/**
|
|
4075
4075
|
* <p>The number of hours between snapshots.</p>
|
|
4076
4076
|
* @public
|
|
4077
4077
|
*/
|
|
4078
|
-
RecurrenceInHours?: number;
|
|
4078
|
+
RecurrenceInHours?: number | undefined;
|
|
4079
4079
|
/**
|
|
4080
4080
|
* <p>The snapshot description.</p>
|
|
4081
4081
|
* @public
|
|
4082
4082
|
*/
|
|
4083
|
-
Description?: string;
|
|
4083
|
+
Description?: string | undefined;
|
|
4084
4084
|
/**
|
|
4085
4085
|
* <p>A value that indicates the time zone of the gateway.</p>
|
|
4086
4086
|
* @public
|
|
4087
4087
|
*/
|
|
4088
|
-
Timezone?: string;
|
|
4088
|
+
Timezone?: string | undefined;
|
|
4089
4089
|
/**
|
|
4090
4090
|
* <p>A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key
|
|
4091
4091
|
* name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can
|
|
4092
4092
|
* view all tags using the <code>ListTagsForResource</code> API operation.</p>
|
|
4093
4093
|
* @public
|
|
4094
4094
|
*/
|
|
4095
|
-
Tags?: Tag[];
|
|
4095
|
+
Tags?: Tag[] | undefined;
|
|
4096
4096
|
}
|
|
4097
4097
|
/**
|
|
4098
4098
|
* <p>A JSON object containing a list of <a>DescribeStorediSCSIVolumesInput$VolumeARNs</a>.</p>
|
|
@@ -4115,52 +4115,52 @@ export interface StorediSCSIVolume {
|
|
|
4115
4115
|
* <p>The Amazon Resource Name (ARN) of the storage volume.</p>
|
|
4116
4116
|
* @public
|
|
4117
4117
|
*/
|
|
4118
|
-
VolumeARN?: string;
|
|
4118
|
+
VolumeARN?: string | undefined;
|
|
4119
4119
|
/**
|
|
4120
4120
|
* <p>The unique identifier of the volume, e.g., vol-AE4B946D.</p>
|
|
4121
4121
|
* @public
|
|
4122
4122
|
*/
|
|
4123
|
-
VolumeId?: string;
|
|
4123
|
+
VolumeId?: string | undefined;
|
|
4124
4124
|
/**
|
|
4125
4125
|
* <p>One of the VolumeType enumeration values describing the type of the volume.</p>
|
|
4126
4126
|
* @public
|
|
4127
4127
|
*/
|
|
4128
|
-
VolumeType?: string;
|
|
4128
|
+
VolumeType?: string | undefined;
|
|
4129
4129
|
/**
|
|
4130
4130
|
* <p>One of the VolumeStatus values that indicates the state of the storage volume.</p>
|
|
4131
4131
|
* @public
|
|
4132
4132
|
*/
|
|
4133
|
-
VolumeStatus?: string;
|
|
4133
|
+
VolumeStatus?: string | undefined;
|
|
4134
4134
|
/**
|
|
4135
4135
|
* <p>A value that indicates whether a storage volume is attached to, detached from, or is in
|
|
4136
4136
|
* the process of detaching from a gateway. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume">Moving
|
|
4137
4137
|
* your volumes to a different gateway</a>.</p>
|
|
4138
4138
|
* @public
|
|
4139
4139
|
*/
|
|
4140
|
-
VolumeAttachmentStatus?: string;
|
|
4140
|
+
VolumeAttachmentStatus?: string | undefined;
|
|
4141
4141
|
/**
|
|
4142
4142
|
* <p>The size of the volume in bytes.</p>
|
|
4143
4143
|
* @public
|
|
4144
4144
|
*/
|
|
4145
|
-
VolumeSizeInBytes?: number;
|
|
4145
|
+
VolumeSizeInBytes?: number | undefined;
|
|
4146
4146
|
/**
|
|
4147
4147
|
* <p>Represents the percentage complete if the volume is restoring or bootstrapping that
|
|
4148
4148
|
* represents the percent of data transferred. This field does not appear in the response if
|
|
4149
4149
|
* the stored volume is not restoring or bootstrapping.</p>
|
|
4150
4150
|
* @public
|
|
4151
4151
|
*/
|
|
4152
|
-
VolumeProgress?: number;
|
|
4152
|
+
VolumeProgress?: number | undefined;
|
|
4153
4153
|
/**
|
|
4154
4154
|
* <p>The ID of the local disk that was specified in the <a>CreateStorediSCSIVolume</a> operation.</p>
|
|
4155
4155
|
* @public
|
|
4156
4156
|
*/
|
|
4157
|
-
VolumeDiskId?: string;
|
|
4157
|
+
VolumeDiskId?: string | undefined;
|
|
4158
4158
|
/**
|
|
4159
4159
|
* <p>If the stored volume was created from a snapshot, this field contains the snapshot ID
|
|
4160
4160
|
* used, e.g. snap-78e22663. Otherwise, this field is not included.</p>
|
|
4161
4161
|
* @public
|
|
4162
4162
|
*/
|
|
4163
|
-
SourceSnapshotId?: string;
|
|
4163
|
+
SourceSnapshotId?: string | undefined;
|
|
4164
4164
|
/**
|
|
4165
4165
|
* <p>Indicates if when the stored volume was created, existing data on the underlying local
|
|
4166
4166
|
* disk was preserved.</p>
|
|
@@ -4168,19 +4168,19 @@ export interface StorediSCSIVolume {
|
|
|
4168
4168
|
* </p>
|
|
4169
4169
|
* @public
|
|
4170
4170
|
*/
|
|
4171
|
-
PreservedExistingData?: boolean;
|
|
4171
|
+
PreservedExistingData?: boolean | undefined;
|
|
4172
4172
|
/**
|
|
4173
4173
|
* <p>An <a>VolumeiSCSIAttributes</a> object that represents a collection of iSCSI
|
|
4174
4174
|
* attributes for one stored volume.</p>
|
|
4175
4175
|
* @public
|
|
4176
4176
|
*/
|
|
4177
|
-
VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
|
|
4177
|
+
VolumeiSCSIAttributes?: VolumeiSCSIAttributes | undefined;
|
|
4178
4178
|
/**
|
|
4179
4179
|
* <p>The date the volume was created. Volumes created prior to March 28, 2017 don’t have this
|
|
4180
4180
|
* timestamp.</p>
|
|
4181
4181
|
* @public
|
|
4182
4182
|
*/
|
|
4183
|
-
CreatedDate?: Date;
|
|
4183
|
+
CreatedDate?: Date | undefined;
|
|
4184
4184
|
/**
|
|
4185
4185
|
* <p>The size of the data stored on the volume in bytes. This value is calculated based on
|
|
4186
4186
|
* the number of blocks that are touched, instead of the actual amount of data written. This
|
|
@@ -4193,7 +4193,7 @@ export interface StorediSCSIVolume {
|
|
|
4193
4193
|
* </note>
|
|
4194
4194
|
* @public
|
|
4195
4195
|
*/
|
|
4196
|
-
VolumeUsedInBytes?: number;
|
|
4196
|
+
VolumeUsedInBytes?: number | undefined;
|
|
4197
4197
|
/**
|
|
4198
4198
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
4199
4199
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -4201,7 +4201,7 @@ export interface StorediSCSIVolume {
|
|
|
4201
4201
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
4202
4202
|
* @public
|
|
4203
4203
|
*/
|
|
4204
|
-
KMSKey?: string;
|
|
4204
|
+
KMSKey?: string | undefined;
|
|
4205
4205
|
/**
|
|
4206
4206
|
* <p>The name of the iSCSI target used by an initiator to connect to a volume and used as a
|
|
4207
4207
|
* suffix for the target ARN. For example, specifying <code>TargetName</code> as
|
|
@@ -4212,7 +4212,7 @@ export interface StorediSCSIVolume {
|
|
|
4212
4212
|
* used for this volume as the new target name.</p>
|
|
4213
4213
|
* @public
|
|
4214
4214
|
*/
|
|
4215
|
-
TargetName?: string;
|
|
4215
|
+
TargetName?: string | undefined;
|
|
4216
4216
|
}
|
|
4217
4217
|
/**
|
|
4218
4218
|
* @public
|
|
@@ -4304,7 +4304,7 @@ export interface DescribeStorediSCSIVolumesOutput {
|
|
|
4304
4304
|
* </ul>
|
|
4305
4305
|
* @public
|
|
4306
4306
|
*/
|
|
4307
|
-
StorediSCSIVolumes?: StorediSCSIVolume[];
|
|
4307
|
+
StorediSCSIVolumes?: StorediSCSIVolume[] | undefined;
|
|
4308
4308
|
}
|
|
4309
4309
|
/**
|
|
4310
4310
|
* <p>DescribeTapeArchivesInput</p>
|
|
@@ -4316,19 +4316,19 @@ export interface DescribeTapeArchivesInput {
|
|
|
4316
4316
|
* tapes you want to describe.</p>
|
|
4317
4317
|
* @public
|
|
4318
4318
|
*/
|
|
4319
|
-
TapeARNs?: string[];
|
|
4319
|
+
TapeARNs?: string[] | undefined;
|
|
4320
4320
|
/**
|
|
4321
4321
|
* <p>An opaque string that indicates the position at which to begin describing virtual
|
|
4322
4322
|
* tapes.</p>
|
|
4323
4323
|
* @public
|
|
4324
4324
|
*/
|
|
4325
|
-
Marker?: string;
|
|
4325
|
+
Marker?: string | undefined;
|
|
4326
4326
|
/**
|
|
4327
4327
|
* <p>Specifies that the number of virtual tapes described be limited to the specified
|
|
4328
4328
|
* number.</p>
|
|
4329
4329
|
* @public
|
|
4330
4330
|
*/
|
|
4331
|
-
Limit?: number;
|
|
4331
|
+
Limit?: number | undefined;
|
|
4332
4332
|
}
|
|
4333
4333
|
/**
|
|
4334
4334
|
* <p>Represents a virtual tape that is archived in the virtual tape shelf (VTS).</p>
|
|
@@ -4339,41 +4339,41 @@ export interface TapeArchive {
|
|
|
4339
4339
|
* <p>The Amazon Resource Name (ARN) of an archived virtual tape.</p>
|
|
4340
4340
|
* @public
|
|
4341
4341
|
*/
|
|
4342
|
-
TapeARN?: string;
|
|
4342
|
+
TapeARN?: string | undefined;
|
|
4343
4343
|
/**
|
|
4344
4344
|
* <p>The barcode that identifies the archived virtual tape.</p>
|
|
4345
4345
|
* @public
|
|
4346
4346
|
*/
|
|
4347
|
-
TapeBarcode?: string;
|
|
4347
|
+
TapeBarcode?: string | undefined;
|
|
4348
4348
|
/**
|
|
4349
4349
|
* <p>The date the virtual tape was created.</p>
|
|
4350
4350
|
* @public
|
|
4351
4351
|
*/
|
|
4352
|
-
TapeCreatedDate?: Date;
|
|
4352
|
+
TapeCreatedDate?: Date | undefined;
|
|
4353
4353
|
/**
|
|
4354
4354
|
* <p>The size, in bytes, of the archived virtual tape.</p>
|
|
4355
4355
|
* @public
|
|
4356
4356
|
*/
|
|
4357
|
-
TapeSizeInBytes?: number;
|
|
4357
|
+
TapeSizeInBytes?: number | undefined;
|
|
4358
4358
|
/**
|
|
4359
4359
|
* <p>The time that the archiving of the virtual tape was completed.</p>
|
|
4360
4360
|
* <p>The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z'
|
|
4361
4361
|
* format.</p>
|
|
4362
4362
|
* @public
|
|
4363
4363
|
*/
|
|
4364
|
-
CompletionTime?: Date;
|
|
4364
|
+
CompletionTime?: Date | undefined;
|
|
4365
4365
|
/**
|
|
4366
4366
|
* <p>The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being
|
|
4367
4367
|
* retrieved to.</p>
|
|
4368
4368
|
* <p>The virtual tape is retrieved from the virtual tape shelf (VTS).</p>
|
|
4369
4369
|
* @public
|
|
4370
4370
|
*/
|
|
4371
|
-
RetrievedTo?: string;
|
|
4371
|
+
RetrievedTo?: string | undefined;
|
|
4372
4372
|
/**
|
|
4373
4373
|
* <p>The current state of the archived virtual tape.</p>
|
|
4374
4374
|
* @public
|
|
4375
4375
|
*/
|
|
4376
|
-
TapeStatus?: string;
|
|
4376
|
+
TapeStatus?: string | undefined;
|
|
4377
4377
|
/**
|
|
4378
4378
|
* <p>The size, in bytes, of data stored on the virtual tape.</p>
|
|
4379
4379
|
* <note>
|
|
@@ -4381,7 +4381,7 @@ export interface TapeArchive {
|
|
|
4381
4381
|
* </note>
|
|
4382
4382
|
* @public
|
|
4383
4383
|
*/
|
|
4384
|
-
TapeUsedInBytes?: number;
|
|
4384
|
+
TapeUsedInBytes?: number | undefined;
|
|
4385
4385
|
/**
|
|
4386
4386
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
4387
4387
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -4389,32 +4389,32 @@ export interface TapeArchive {
|
|
|
4389
4389
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
4390
4390
|
* @public
|
|
4391
4391
|
*/
|
|
4392
|
-
KMSKey?: string;
|
|
4392
|
+
KMSKey?: string | undefined;
|
|
4393
4393
|
/**
|
|
4394
4394
|
* <p>The ID of the pool that was used to archive the tape. The tapes in this pool are
|
|
4395
4395
|
* archived in the S3 storage class that is associated with the pool.</p>
|
|
4396
4396
|
* @public
|
|
4397
4397
|
*/
|
|
4398
|
-
PoolId?: string;
|
|
4398
|
+
PoolId?: string | undefined;
|
|
4399
4399
|
/**
|
|
4400
4400
|
* <p>Set to <code>true</code> if the archived tape is stored as write-once-read-many
|
|
4401
4401
|
* (WORM).</p>
|
|
4402
4402
|
* @public
|
|
4403
4403
|
*/
|
|
4404
|
-
Worm?: boolean;
|
|
4404
|
+
Worm?: boolean | undefined;
|
|
4405
4405
|
/**
|
|
4406
4406
|
* <p>If the archived tape is subject to tape retention lock, the date that the archived tape
|
|
4407
4407
|
* started being retained.</p>
|
|
4408
4408
|
* @public
|
|
4409
4409
|
*/
|
|
4410
|
-
RetentionStartDate?: Date;
|
|
4410
|
+
RetentionStartDate?: Date | undefined;
|
|
4411
4411
|
/**
|
|
4412
4412
|
* <p>The time that the tape entered the custom tape pool.</p>
|
|
4413
4413
|
* <p>The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z'
|
|
4414
4414
|
* format.</p>
|
|
4415
4415
|
* @public
|
|
4416
4416
|
*/
|
|
4417
|
-
PoolEntryDate?: Date;
|
|
4417
|
+
PoolEntryDate?: Date | undefined;
|
|
4418
4418
|
}
|
|
4419
4419
|
/**
|
|
4420
4420
|
* <p>DescribeTapeArchivesOutput</p>
|
|
@@ -4428,7 +4428,7 @@ export interface DescribeTapeArchivesOutput {
|
|
|
4428
4428
|
* tapes, progress of the description, and tape barcode.</p>
|
|
4429
4429
|
* @public
|
|
4430
4430
|
*/
|
|
4431
|
-
TapeArchives?: TapeArchive[];
|
|
4431
|
+
TapeArchives?: TapeArchive[] | undefined;
|
|
4432
4432
|
/**
|
|
4433
4433
|
* <p>An opaque string that indicates the position at which the virtual tapes that were
|
|
4434
4434
|
* fetched for description ended. Use this marker in your next request to fetch the next set
|
|
@@ -4436,7 +4436,7 @@ export interface DescribeTapeArchivesOutput {
|
|
|
4436
4436
|
* describe, this field does not appear in the response.</p>
|
|
4437
4437
|
* @public
|
|
4438
4438
|
*/
|
|
4439
|
-
Marker?: string;
|
|
4439
|
+
Marker?: string | undefined;
|
|
4440
4440
|
}
|
|
4441
4441
|
/**
|
|
4442
4442
|
* <p>DescribeTapeRecoveryPointsInput</p>
|
|
@@ -4454,13 +4454,13 @@ export interface DescribeTapeRecoveryPointsInput {
|
|
|
4454
4454
|
* tape recovery points.</p>
|
|
4455
4455
|
* @public
|
|
4456
4456
|
*/
|
|
4457
|
-
Marker?: string;
|
|
4457
|
+
Marker?: string | undefined;
|
|
4458
4458
|
/**
|
|
4459
4459
|
* <p>Specifies that the number of virtual tape recovery points that are described be limited
|
|
4460
4460
|
* to the specified number.</p>
|
|
4461
4461
|
* @public
|
|
4462
4462
|
*/
|
|
4463
|
-
Limit?: number;
|
|
4463
|
+
Limit?: number | undefined;
|
|
4464
4464
|
}
|
|
4465
4465
|
/**
|
|
4466
4466
|
* <p>Describes a recovery point.</p>
|
|
@@ -4471,7 +4471,7 @@ export interface TapeRecoveryPointInfo {
|
|
|
4471
4471
|
* <p>The Amazon Resource Name (ARN) of the virtual tape.</p>
|
|
4472
4472
|
* @public
|
|
4473
4473
|
*/
|
|
4474
|
-
TapeARN?: string;
|
|
4474
|
+
TapeARN?: string | undefined;
|
|
4475
4475
|
/**
|
|
4476
4476
|
* <p>The time when the point-in-time view of the virtual tape was replicated for later
|
|
4477
4477
|
* recovery.</p>
|
|
@@ -4479,17 +4479,17 @@ export interface TapeRecoveryPointInfo {
|
|
|
4479
4479
|
* YYYY-MM-DD'T'HH:MM:SS'Z' format.</p>
|
|
4480
4480
|
* @public
|
|
4481
4481
|
*/
|
|
4482
|
-
TapeRecoveryPointTime?: Date;
|
|
4482
|
+
TapeRecoveryPointTime?: Date | undefined;
|
|
4483
4483
|
/**
|
|
4484
4484
|
* <p>The size, in bytes, of the virtual tapes to recover.</p>
|
|
4485
4485
|
* @public
|
|
4486
4486
|
*/
|
|
4487
|
-
TapeSizeInBytes?: number;
|
|
4487
|
+
TapeSizeInBytes?: number | undefined;
|
|
4488
4488
|
/**
|
|
4489
4489
|
* <p>The status of the virtual tapes.</p>
|
|
4490
4490
|
* @public
|
|
4491
4491
|
*/
|
|
4492
|
-
TapeStatus?: string;
|
|
4492
|
+
TapeStatus?: string | undefined;
|
|
4493
4493
|
}
|
|
4494
4494
|
/**
|
|
4495
4495
|
* <p>DescribeTapeRecoveryPointsOutput</p>
|
|
@@ -4501,12 +4501,12 @@ export interface DescribeTapeRecoveryPointsOutput {
|
|
|
4501
4501
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
4502
4502
|
* @public
|
|
4503
4503
|
*/
|
|
4504
|
-
GatewayARN?: string;
|
|
4504
|
+
GatewayARN?: string | undefined;
|
|
4505
4505
|
/**
|
|
4506
4506
|
* <p>An array of TapeRecoveryPointInfos that are available for the specified gateway.</p>
|
|
4507
4507
|
* @public
|
|
4508
4508
|
*/
|
|
4509
|
-
TapeRecoveryPointInfos?: TapeRecoveryPointInfo[];
|
|
4509
|
+
TapeRecoveryPointInfos?: TapeRecoveryPointInfo[] | undefined;
|
|
4510
4510
|
/**
|
|
4511
4511
|
* <p>An opaque string that indicates the position at which the virtual tape recovery points
|
|
4512
4512
|
* that were listed for description ended.</p>
|
|
@@ -4515,7 +4515,7 @@ export interface DescribeTapeRecoveryPointsOutput {
|
|
|
4515
4515
|
* appear in the response.</p>
|
|
4516
4516
|
* @public
|
|
4517
4517
|
*/
|
|
4518
|
-
Marker?: string;
|
|
4518
|
+
Marker?: string | undefined;
|
|
4519
4519
|
}
|
|
4520
4520
|
/**
|
|
4521
4521
|
* <p>DescribeTapesInput</p>
|
|
@@ -4534,14 +4534,14 @@ export interface DescribeTapesInput {
|
|
|
4534
4534
|
* description of all virtual tapes associated with the specified gateway.</p>
|
|
4535
4535
|
* @public
|
|
4536
4536
|
*/
|
|
4537
|
-
TapeARNs?: string[];
|
|
4537
|
+
TapeARNs?: string[] | undefined;
|
|
4538
4538
|
/**
|
|
4539
4539
|
* <p>A marker value, obtained in a previous call to <code>DescribeTapes</code>. This marker
|
|
4540
4540
|
* indicates which page of results to retrieve.</p>
|
|
4541
4541
|
* <p>If not specified, the first page of results is retrieved.</p>
|
|
4542
4542
|
* @public
|
|
4543
4543
|
*/
|
|
4544
|
-
Marker?: string;
|
|
4544
|
+
Marker?: string | undefined;
|
|
4545
4545
|
/**
|
|
4546
4546
|
* <p>Specifies that the number of virtual tapes described be limited to the specified
|
|
4547
4547
|
* number.</p>
|
|
@@ -4550,7 +4550,7 @@ export interface DescribeTapesInput {
|
|
|
4550
4550
|
* </note>
|
|
4551
4551
|
* @public
|
|
4552
4552
|
*/
|
|
4553
|
-
Limit?: number;
|
|
4553
|
+
Limit?: number | undefined;
|
|
4554
4554
|
}
|
|
4555
4555
|
/**
|
|
4556
4556
|
* <p>Describes a virtual tape object.</p>
|
|
@@ -4561,39 +4561,39 @@ export interface Tape {
|
|
|
4561
4561
|
* <p>The Amazon Resource Name (ARN) of the virtual tape.</p>
|
|
4562
4562
|
* @public
|
|
4563
4563
|
*/
|
|
4564
|
-
TapeARN?: string;
|
|
4564
|
+
TapeARN?: string | undefined;
|
|
4565
4565
|
/**
|
|
4566
4566
|
* <p>The barcode that identifies a specific virtual tape.</p>
|
|
4567
4567
|
* @public
|
|
4568
4568
|
*/
|
|
4569
|
-
TapeBarcode?: string;
|
|
4569
|
+
TapeBarcode?: string | undefined;
|
|
4570
4570
|
/**
|
|
4571
4571
|
* <p>The date the virtual tape was created.</p>
|
|
4572
4572
|
* @public
|
|
4573
4573
|
*/
|
|
4574
|
-
TapeCreatedDate?: Date;
|
|
4574
|
+
TapeCreatedDate?: Date | undefined;
|
|
4575
4575
|
/**
|
|
4576
4576
|
* <p>The size, in bytes, of the virtual tape capacity.</p>
|
|
4577
4577
|
* @public
|
|
4578
4578
|
*/
|
|
4579
|
-
TapeSizeInBytes?: number;
|
|
4579
|
+
TapeSizeInBytes?: number | undefined;
|
|
4580
4580
|
/**
|
|
4581
4581
|
* <p>The current state of the virtual tape.</p>
|
|
4582
4582
|
* @public
|
|
4583
4583
|
*/
|
|
4584
|
-
TapeStatus?: string;
|
|
4584
|
+
TapeStatus?: string | undefined;
|
|
4585
4585
|
/**
|
|
4586
4586
|
* <p>The virtual tape library (VTL) device that the virtual tape is associated with.</p>
|
|
4587
4587
|
* @public
|
|
4588
4588
|
*/
|
|
4589
|
-
VTLDevice?: string;
|
|
4589
|
+
VTLDevice?: string | undefined;
|
|
4590
4590
|
/**
|
|
4591
4591
|
* <p>For archiving virtual tapes, indicates how much data remains to be uploaded before
|
|
4592
4592
|
* archiving is complete.</p>
|
|
4593
4593
|
* <p>Range: 0 (not started) to 100 (complete).</p>
|
|
4594
4594
|
* @public
|
|
4595
4595
|
*/
|
|
4596
|
-
Progress?: number;
|
|
4596
|
+
Progress?: number | undefined;
|
|
4597
4597
|
/**
|
|
4598
4598
|
* <p>The size, in bytes, of data stored on the virtual tape.</p>
|
|
4599
4599
|
* <note>
|
|
@@ -4601,7 +4601,7 @@ export interface Tape {
|
|
|
4601
4601
|
* </note>
|
|
4602
4602
|
* @public
|
|
4603
4603
|
*/
|
|
4604
|
-
TapeUsedInBytes?: number;
|
|
4604
|
+
TapeUsedInBytes?: number | undefined;
|
|
4605
4605
|
/**
|
|
4606
4606
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
4607
4607
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -4609,7 +4609,7 @@ export interface Tape {
|
|
|
4609
4609
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
4610
4610
|
* @public
|
|
4611
4611
|
*/
|
|
4612
|
-
KMSKey?: string;
|
|
4612
|
+
KMSKey?: string | undefined;
|
|
4613
4613
|
/**
|
|
4614
4614
|
* <p>The ID of the pool that contains tapes that will be archived. The tapes in this pool are
|
|
4615
4615
|
* archived in the S3 storage class that is associated with the pool. When you use your backup
|
|
@@ -4617,23 +4617,23 @@ export interface Tape {
|
|
|
4617
4617
|
* Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
4618
4618
|
* @public
|
|
4619
4619
|
*/
|
|
4620
|
-
PoolId?: string;
|
|
4620
|
+
PoolId?: string | undefined;
|
|
4621
4621
|
/**
|
|
4622
4622
|
* <p>If the tape is archived as write-once-read-many (WORM), this value is
|
|
4623
4623
|
* <code>true</code>.</p>
|
|
4624
4624
|
* @public
|
|
4625
4625
|
*/
|
|
4626
|
-
Worm?: boolean;
|
|
4626
|
+
Worm?: boolean | undefined;
|
|
4627
4627
|
/**
|
|
4628
4628
|
* <p>The date that the tape is first archived with tape retention lock enabled.</p>
|
|
4629
4629
|
* @public
|
|
4630
4630
|
*/
|
|
4631
|
-
RetentionStartDate?: Date;
|
|
4631
|
+
RetentionStartDate?: Date | undefined;
|
|
4632
4632
|
/**
|
|
4633
4633
|
* <p>The date that the tape enters a custom tape pool.</p>
|
|
4634
4634
|
* @public
|
|
4635
4635
|
*/
|
|
4636
|
-
PoolEntryDate?: Date;
|
|
4636
|
+
PoolEntryDate?: Date | undefined;
|
|
4637
4637
|
}
|
|
4638
4638
|
/**
|
|
4639
4639
|
* <p>DescribeTapesOutput</p>
|
|
@@ -4644,7 +4644,7 @@ export interface DescribeTapesOutput {
|
|
|
4644
4644
|
* <p>An array of virtual tape descriptions.</p>
|
|
4645
4645
|
* @public
|
|
4646
4646
|
*/
|
|
4647
|
-
Tapes?: Tape[];
|
|
4647
|
+
Tapes?: Tape[] | undefined;
|
|
4648
4648
|
/**
|
|
4649
4649
|
* <p>An opaque string that can be used as part of a subsequent <code>DescribeTapes</code>
|
|
4650
4650
|
* call to retrieve the next page of results.</p>
|
|
@@ -4652,7 +4652,7 @@ export interface DescribeTapesOutput {
|
|
|
4652
4652
|
* retrieved.</p>
|
|
4653
4653
|
* @public
|
|
4654
4654
|
*/
|
|
4655
|
-
Marker?: string;
|
|
4655
|
+
Marker?: string | undefined;
|
|
4656
4656
|
}
|
|
4657
4657
|
/**
|
|
4658
4658
|
* @public
|
|
@@ -4674,7 +4674,7 @@ export interface DescribeUploadBufferOutput {
|
|
|
4674
4674
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
4675
4675
|
* @public
|
|
4676
4676
|
*/
|
|
4677
|
-
GatewayARN?: string;
|
|
4677
|
+
GatewayARN?: string | undefined;
|
|
4678
4678
|
/**
|
|
4679
4679
|
* <p>An array of the gateway's local disk IDs that are configured as working storage.
|
|
4680
4680
|
* Each local disk ID is specified as a string (minimum length of 1 and maximum length of
|
|
@@ -4682,17 +4682,17 @@ export interface DescribeUploadBufferOutput {
|
|
|
4682
4682
|
* empty.</p>
|
|
4683
4683
|
* @public
|
|
4684
4684
|
*/
|
|
4685
|
-
DiskIds?: string[];
|
|
4685
|
+
DiskIds?: string[] | undefined;
|
|
4686
4686
|
/**
|
|
4687
4687
|
* <p>The total number of bytes being used in the gateway's upload buffer.</p>
|
|
4688
4688
|
* @public
|
|
4689
4689
|
*/
|
|
4690
|
-
UploadBufferUsedInBytes?: number;
|
|
4690
|
+
UploadBufferUsedInBytes?: number | undefined;
|
|
4691
4691
|
/**
|
|
4692
4692
|
* <p>The total number of bytes allocated in the gateway's as upload buffer.</p>
|
|
4693
4693
|
* @public
|
|
4694
4694
|
*/
|
|
4695
|
-
UploadBufferAllocatedInBytes?: number;
|
|
4695
|
+
UploadBufferAllocatedInBytes?: number | undefined;
|
|
4696
4696
|
}
|
|
4697
4697
|
/**
|
|
4698
4698
|
* <p>DescribeVTLDevicesInput</p>
|
|
@@ -4714,19 +4714,19 @@ export interface DescribeVTLDevicesInput {
|
|
|
4714
4714
|
* </note>
|
|
4715
4715
|
* @public
|
|
4716
4716
|
*/
|
|
4717
|
-
VTLDeviceARNs?: string[];
|
|
4717
|
+
VTLDeviceARNs?: string[] | undefined;
|
|
4718
4718
|
/**
|
|
4719
4719
|
* <p>An opaque string that indicates the position at which to begin describing the VTL
|
|
4720
4720
|
* devices.</p>
|
|
4721
4721
|
* @public
|
|
4722
4722
|
*/
|
|
4723
|
-
Marker?: string;
|
|
4723
|
+
Marker?: string | undefined;
|
|
4724
4724
|
/**
|
|
4725
4725
|
* <p>Specifies that the number of VTL devices described be limited to the specified
|
|
4726
4726
|
* number.</p>
|
|
4727
4727
|
* @public
|
|
4728
4728
|
*/
|
|
4729
|
-
Limit?: number;
|
|
4729
|
+
Limit?: number | undefined;
|
|
4730
4730
|
}
|
|
4731
4731
|
/**
|
|
4732
4732
|
* <p>Lists iSCSI information about a VTL device.</p>
|
|
@@ -4738,22 +4738,22 @@ export interface DeviceiSCSIAttributes {
|
|
|
4738
4738
|
* name(iqn) of a tape drive or media changer target.</p>
|
|
4739
4739
|
* @public
|
|
4740
4740
|
*/
|
|
4741
|
-
TargetARN?: string;
|
|
4741
|
+
TargetARN?: string | undefined;
|
|
4742
4742
|
/**
|
|
4743
4743
|
* <p>The network interface identifier of the VTL device.</p>
|
|
4744
4744
|
* @public
|
|
4745
4745
|
*/
|
|
4746
|
-
NetworkInterfaceId?: string;
|
|
4746
|
+
NetworkInterfaceId?: string | undefined;
|
|
4747
4747
|
/**
|
|
4748
4748
|
* <p>The port used to communicate with iSCSI VTL device targets.</p>
|
|
4749
4749
|
* @public
|
|
4750
4750
|
*/
|
|
4751
|
-
NetworkInterfacePort?: number;
|
|
4751
|
+
NetworkInterfacePort?: number | undefined;
|
|
4752
4752
|
/**
|
|
4753
4753
|
* <p>Indicates whether mutual CHAP is enabled for the iSCSI target.</p>
|
|
4754
4754
|
* @public
|
|
4755
4755
|
*/
|
|
4756
|
-
ChapEnabled?: boolean;
|
|
4756
|
+
ChapEnabled?: boolean | undefined;
|
|
4757
4757
|
}
|
|
4758
4758
|
/**
|
|
4759
4759
|
* <p>Represents a device object associated with a tape gateway.</p>
|
|
@@ -4765,27 +4765,27 @@ export interface VTLDevice {
|
|
|
4765
4765
|
* changer).</p>
|
|
4766
4766
|
* @public
|
|
4767
4767
|
*/
|
|
4768
|
-
VTLDeviceARN?: string;
|
|
4768
|
+
VTLDeviceARN?: string | undefined;
|
|
4769
4769
|
/**
|
|
4770
4770
|
* <p>Specifies the type of device that the VTL device emulates.</p>
|
|
4771
4771
|
* @public
|
|
4772
4772
|
*/
|
|
4773
|
-
VTLDeviceType?: string;
|
|
4773
|
+
VTLDeviceType?: string | undefined;
|
|
4774
4774
|
/**
|
|
4775
4775
|
* <p>Specifies the vendor of the device that the VTL device object emulates.</p>
|
|
4776
4776
|
* @public
|
|
4777
4777
|
*/
|
|
4778
|
-
VTLDeviceVendor?: string;
|
|
4778
|
+
VTLDeviceVendor?: string | undefined;
|
|
4779
4779
|
/**
|
|
4780
4780
|
* <p>Specifies the model number of device that the VTL device emulates.</p>
|
|
4781
4781
|
* @public
|
|
4782
4782
|
*/
|
|
4783
|
-
VTLDeviceProductIdentifier?: string;
|
|
4783
|
+
VTLDeviceProductIdentifier?: string | undefined;
|
|
4784
4784
|
/**
|
|
4785
4785
|
* <p>A list of iSCSI information about a VTL device.</p>
|
|
4786
4786
|
* @public
|
|
4787
4787
|
*/
|
|
4788
|
-
DeviceiSCSIAttributes?: DeviceiSCSIAttributes;
|
|
4788
|
+
DeviceiSCSIAttributes?: DeviceiSCSIAttributes | undefined;
|
|
4789
4789
|
}
|
|
4790
4790
|
/**
|
|
4791
4791
|
* <p>DescribeVTLDevicesOutput</p>
|
|
@@ -4797,13 +4797,13 @@ export interface DescribeVTLDevicesOutput {
|
|
|
4797
4797
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
4798
4798
|
* @public
|
|
4799
4799
|
*/
|
|
4800
|
-
GatewayARN?: string;
|
|
4800
|
+
GatewayARN?: string | undefined;
|
|
4801
4801
|
/**
|
|
4802
4802
|
* <p>An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL
|
|
4803
4803
|
* devices.</p>
|
|
4804
4804
|
* @public
|
|
4805
4805
|
*/
|
|
4806
|
-
VTLDevices?: VTLDevice[];
|
|
4806
|
+
VTLDevices?: VTLDevice[] | undefined;
|
|
4807
4807
|
/**
|
|
4808
4808
|
* <p>An opaque string that indicates the position at which the VTL devices that were fetched
|
|
4809
4809
|
* for description ended. Use the marker in your next request to fetch the next set of VTL
|
|
@@ -4811,7 +4811,7 @@ export interface DescribeVTLDevicesOutput {
|
|
|
4811
4811
|
* appear in the response.</p>
|
|
4812
4812
|
* @public
|
|
4813
4813
|
*/
|
|
4814
|
-
Marker?: string;
|
|
4814
|
+
Marker?: string | undefined;
|
|
4815
4815
|
}
|
|
4816
4816
|
/**
|
|
4817
4817
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>
|
|
@@ -4835,7 +4835,7 @@ export interface DescribeWorkingStorageOutput {
|
|
|
4835
4835
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
4836
4836
|
* @public
|
|
4837
4837
|
*/
|
|
4838
|
-
GatewayARN?: string;
|
|
4838
|
+
GatewayARN?: string | undefined;
|
|
4839
4839
|
/**
|
|
4840
4840
|
* <p>An array of the gateway's local disk IDs that are configured as working storage.
|
|
4841
4841
|
* Each local disk ID is specified as a string (minimum length of 1 and maximum length of
|
|
@@ -4843,19 +4843,19 @@ export interface DescribeWorkingStorageOutput {
|
|
|
4843
4843
|
* empty.</p>
|
|
4844
4844
|
* @public
|
|
4845
4845
|
*/
|
|
4846
|
-
DiskIds?: string[];
|
|
4846
|
+
DiskIds?: string[] | undefined;
|
|
4847
4847
|
/**
|
|
4848
4848
|
* <p>The total working storage in bytes in use by the gateway. If no working storage is
|
|
4849
4849
|
* configured for the gateway, this field returns 0.</p>
|
|
4850
4850
|
* @public
|
|
4851
4851
|
*/
|
|
4852
|
-
WorkingStorageUsedInBytes?: number;
|
|
4852
|
+
WorkingStorageUsedInBytes?: number | undefined;
|
|
4853
4853
|
/**
|
|
4854
4854
|
* <p>The total working storage in bytes allocated for the gateway. If no working storage is
|
|
4855
4855
|
* configured for the gateway, this field returns 0.</p>
|
|
4856
4856
|
* @public
|
|
4857
4857
|
*/
|
|
4858
|
-
WorkingStorageAllocatedInBytes?: number;
|
|
4858
|
+
WorkingStorageAllocatedInBytes?: number | undefined;
|
|
4859
4859
|
}
|
|
4860
4860
|
/**
|
|
4861
4861
|
* <p>AttachVolumeInput</p>
|
|
@@ -4876,7 +4876,7 @@ export interface DetachVolumeInput {
|
|
|
4876
4876
|
* </p>
|
|
4877
4877
|
* @public
|
|
4878
4878
|
*/
|
|
4879
|
-
ForceDetach?: boolean;
|
|
4879
|
+
ForceDetach?: boolean | undefined;
|
|
4880
4880
|
}
|
|
4881
4881
|
/**
|
|
4882
4882
|
* <p>AttachVolumeOutput</p>
|
|
@@ -4887,7 +4887,7 @@ export interface DetachVolumeOutput {
|
|
|
4887
4887
|
* <p>The Amazon Resource Name (ARN) of the volume that was detached.</p>
|
|
4888
4888
|
* @public
|
|
4889
4889
|
*/
|
|
4890
|
-
VolumeARN?: string;
|
|
4890
|
+
VolumeARN?: string | undefined;
|
|
4891
4891
|
}
|
|
4892
4892
|
/**
|
|
4893
4893
|
* <p>DisableGatewayInput</p>
|
|
@@ -4910,7 +4910,7 @@ export interface DisableGatewayOutput {
|
|
|
4910
4910
|
* <p>The unique Amazon Resource Name (ARN) of the disabled gateway.</p>
|
|
4911
4911
|
* @public
|
|
4912
4912
|
*/
|
|
4913
|
-
GatewayARN?: string;
|
|
4913
|
+
GatewayARN?: string | undefined;
|
|
4914
4914
|
}
|
|
4915
4915
|
/**
|
|
4916
4916
|
* @public
|
|
@@ -4928,7 +4928,7 @@ export interface DisassociateFileSystemInput {
|
|
|
4928
4928
|
* the Amazon FSx file system does not disassociate until all data is uploaded.</p>
|
|
4929
4929
|
* @public
|
|
4930
4930
|
*/
|
|
4931
|
-
ForceDelete?: boolean;
|
|
4931
|
+
ForceDelete?: boolean | undefined;
|
|
4932
4932
|
}
|
|
4933
4933
|
/**
|
|
4934
4934
|
* @public
|
|
@@ -4938,7 +4938,7 @@ export interface DisassociateFileSystemOutput {
|
|
|
4938
4938
|
* <p>The Amazon Resource Name (ARN) of the deleted file system association.</p>
|
|
4939
4939
|
* @public
|
|
4940
4940
|
*/
|
|
4941
|
-
FileSystemAssociationARN?: string;
|
|
4941
|
+
FileSystemAssociationARN?: string | undefined;
|
|
4942
4942
|
}
|
|
4943
4943
|
/**
|
|
4944
4944
|
* <p>Represents a gateway's local disk.</p>
|
|
@@ -4949,27 +4949,27 @@ export interface Disk {
|
|
|
4949
4949
|
* <p>The unique device ID or other distinguishing data that identifies a local disk.</p>
|
|
4950
4950
|
* @public
|
|
4951
4951
|
*/
|
|
4952
|
-
DiskId?: string;
|
|
4952
|
+
DiskId?: string | undefined;
|
|
4953
4953
|
/**
|
|
4954
4954
|
* <p>The path of a local disk in the gateway virtual machine (VM).</p>
|
|
4955
4955
|
* @public
|
|
4956
4956
|
*/
|
|
4957
|
-
DiskPath?: string;
|
|
4957
|
+
DiskPath?: string | undefined;
|
|
4958
4958
|
/**
|
|
4959
4959
|
* <p>The device node of a local disk as assigned by the virtualization environment.</p>
|
|
4960
4960
|
* @public
|
|
4961
4961
|
*/
|
|
4962
|
-
DiskNode?: string;
|
|
4962
|
+
DiskNode?: string | undefined;
|
|
4963
4963
|
/**
|
|
4964
4964
|
* <p>A value that represents the status of a local disk.</p>
|
|
4965
4965
|
* @public
|
|
4966
4966
|
*/
|
|
4967
|
-
DiskStatus?: string;
|
|
4967
|
+
DiskStatus?: string | undefined;
|
|
4968
4968
|
/**
|
|
4969
4969
|
* <p>The local disk size in bytes.</p>
|
|
4970
4970
|
* @public
|
|
4971
4971
|
*/
|
|
4972
|
-
DiskSizeInBytes?: number;
|
|
4972
|
+
DiskSizeInBytes?: number | undefined;
|
|
4973
4973
|
/**
|
|
4974
4974
|
* <p>One of the <code>DiskAllocationType</code> enumeration values that identifies how a
|
|
4975
4975
|
* local disk is used.</p>
|
|
@@ -4977,19 +4977,19 @@ export interface Disk {
|
|
|
4977
4977
|
* </p>
|
|
4978
4978
|
* @public
|
|
4979
4979
|
*/
|
|
4980
|
-
DiskAllocationType?: string;
|
|
4980
|
+
DiskAllocationType?: string | undefined;
|
|
4981
4981
|
/**
|
|
4982
4982
|
* <p>The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in
|
|
4983
4983
|
* the response if the local disk is not defined as an iSCSI target. The format of this field
|
|
4984
4984
|
* is <i>targetIqn::LUNNumber::region-volumeId</i>.</p>
|
|
4985
4985
|
* @public
|
|
4986
4986
|
*/
|
|
4987
|
-
DiskAllocationResource?: string;
|
|
4987
|
+
DiskAllocationResource?: string | undefined;
|
|
4988
4988
|
/**
|
|
4989
4989
|
* <p>A list of values that represents attributes of a local disk.</p>
|
|
4990
4990
|
* @public
|
|
4991
4991
|
*/
|
|
4992
|
-
DiskAttributeList?: string[];
|
|
4992
|
+
DiskAttributeList?: string[] | undefined;
|
|
4993
4993
|
}
|
|
4994
4994
|
/**
|
|
4995
4995
|
* @public
|
|
@@ -5012,17 +5012,17 @@ export interface FileShareInfo {
|
|
|
5012
5012
|
* <p>The type of the file share.</p>
|
|
5013
5013
|
* @public
|
|
5014
5014
|
*/
|
|
5015
|
-
FileShareType?: FileShareType;
|
|
5015
|
+
FileShareType?: FileShareType | undefined;
|
|
5016
5016
|
/**
|
|
5017
5017
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
5018
5018
|
* @public
|
|
5019
5019
|
*/
|
|
5020
|
-
FileShareARN?: string;
|
|
5020
|
+
FileShareARN?: string | undefined;
|
|
5021
5021
|
/**
|
|
5022
5022
|
* <p>The ID of the file share.</p>
|
|
5023
5023
|
* @public
|
|
5024
5024
|
*/
|
|
5025
|
-
FileShareId?: string;
|
|
5025
|
+
FileShareId?: string | undefined;
|
|
5026
5026
|
/**
|
|
5027
5027
|
* <p>The status of the file share.</p>
|
|
5028
5028
|
* <p>Valid Values: <code>CREATING</code> | <code>UPDATING</code> | <code>AVAILABLE</code> |
|
|
@@ -5030,13 +5030,13 @@ export interface FileShareInfo {
|
|
|
5030
5030
|
* </p>
|
|
5031
5031
|
* @public
|
|
5032
5032
|
*/
|
|
5033
|
-
FileShareStatus?: string;
|
|
5033
|
+
FileShareStatus?: string | undefined;
|
|
5034
5034
|
/**
|
|
5035
5035
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
5036
5036
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5037
5037
|
* @public
|
|
5038
5038
|
*/
|
|
5039
|
-
GatewayARN?: string;
|
|
5039
|
+
GatewayARN?: string | undefined;
|
|
5040
5040
|
}
|
|
5041
5041
|
/**
|
|
5042
5042
|
* <p>Gets the summary returned by <code>ListFileSystemAssociation</code>, which is a summary
|
|
@@ -5048,12 +5048,12 @@ export interface FileSystemAssociationSummary {
|
|
|
5048
5048
|
* <p>The ID of the file system association.</p>
|
|
5049
5049
|
* @public
|
|
5050
5050
|
*/
|
|
5051
|
-
FileSystemAssociationId?: string;
|
|
5051
|
+
FileSystemAssociationId?: string | undefined;
|
|
5052
5052
|
/**
|
|
5053
5053
|
* <p>The Amazon Resource Name (ARN) of the file system association.</p>
|
|
5054
5054
|
* @public
|
|
5055
5055
|
*/
|
|
5056
|
-
FileSystemAssociationARN?: string;
|
|
5056
|
+
FileSystemAssociationARN?: string | undefined;
|
|
5057
5057
|
/**
|
|
5058
5058
|
* <p>The status of the file share. Valid Values: <code>AVAILABLE</code> |
|
|
5059
5059
|
* <code>CREATING</code> | <code>DELETING</code> | <code>FORCE_DELETING</code> |
|
|
@@ -5061,13 +5061,13 @@ export interface FileSystemAssociationSummary {
|
|
|
5061
5061
|
* </p>
|
|
5062
5062
|
* @public
|
|
5063
5063
|
*/
|
|
5064
|
-
FileSystemAssociationStatus?: string;
|
|
5064
|
+
FileSystemAssociationStatus?: string | undefined;
|
|
5065
5065
|
/**
|
|
5066
5066
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
5067
5067
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5068
5068
|
* @public
|
|
5069
5069
|
*/
|
|
5070
|
-
GatewayARN?: string;
|
|
5070
|
+
GatewayARN?: string | undefined;
|
|
5071
5071
|
}
|
|
5072
5072
|
/**
|
|
5073
5073
|
* <p>Describes a gateway object.</p>
|
|
@@ -5080,13 +5080,13 @@ export interface GatewayInfo {
|
|
|
5080
5080
|
* operations.</p>
|
|
5081
5081
|
* @public
|
|
5082
5082
|
*/
|
|
5083
|
-
GatewayId?: string;
|
|
5083
|
+
GatewayId?: string | undefined;
|
|
5084
5084
|
/**
|
|
5085
5085
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
5086
5086
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5087
5087
|
* @public
|
|
5088
5088
|
*/
|
|
5089
|
-
GatewayARN?: string;
|
|
5089
|
+
GatewayARN?: string | undefined;
|
|
5090
5090
|
/**
|
|
5091
5091
|
* <p>The type of the gateway.</p>
|
|
5092
5092
|
* <important>
|
|
@@ -5096,29 +5096,29 @@ export interface GatewayInfo {
|
|
|
5096
5096
|
* </important>
|
|
5097
5097
|
* @public
|
|
5098
5098
|
*/
|
|
5099
|
-
GatewayType?: string;
|
|
5099
|
+
GatewayType?: string | undefined;
|
|
5100
5100
|
/**
|
|
5101
5101
|
* <p>The state of the gateway.</p>
|
|
5102
5102
|
* <p>Valid Values: <code>DISABLED</code> | <code>ACTIVE</code>
|
|
5103
5103
|
* </p>
|
|
5104
5104
|
* @public
|
|
5105
5105
|
*/
|
|
5106
|
-
GatewayOperationalState?: string;
|
|
5106
|
+
GatewayOperationalState?: string | undefined;
|
|
5107
5107
|
/**
|
|
5108
5108
|
* <p>The name of the gateway.</p>
|
|
5109
5109
|
* @public
|
|
5110
5110
|
*/
|
|
5111
|
-
GatewayName?: string;
|
|
5111
|
+
GatewayName?: string | undefined;
|
|
5112
5112
|
/**
|
|
5113
5113
|
* <p>The ID of the Amazon EC2 instance that was used to launch the gateway.</p>
|
|
5114
5114
|
* @public
|
|
5115
5115
|
*/
|
|
5116
|
-
Ec2InstanceId?: string;
|
|
5116
|
+
Ec2InstanceId?: string | undefined;
|
|
5117
5117
|
/**
|
|
5118
5118
|
* <p>The Amazon Web Services Region where the Amazon EC2 instance is located.</p>
|
|
5119
5119
|
* @public
|
|
5120
5120
|
*/
|
|
5121
|
-
Ec2InstanceRegion?: string;
|
|
5121
|
+
Ec2InstanceRegion?: string | undefined;
|
|
5122
5122
|
/**
|
|
5123
5123
|
* <p>The type of hardware or software platform on which the gateway is running.</p>
|
|
5124
5124
|
* <note>
|
|
@@ -5126,25 +5126,25 @@ export interface GatewayInfo {
|
|
|
5126
5126
|
* </note>
|
|
5127
5127
|
* @public
|
|
5128
5128
|
*/
|
|
5129
|
-
HostEnvironment?: HostEnvironment;
|
|
5129
|
+
HostEnvironment?: HostEnvironment | undefined;
|
|
5130
5130
|
/**
|
|
5131
5131
|
* <p>A unique identifier for the specific instance of the host platform running the gateway.
|
|
5132
5132
|
* This value is only available for certain host environments, and its format depends on the
|
|
5133
5133
|
* host environment type.</p>
|
|
5134
5134
|
* @public
|
|
5135
5135
|
*/
|
|
5136
|
-
HostEnvironmentId?: string;
|
|
5136
|
+
HostEnvironmentId?: string | undefined;
|
|
5137
5137
|
/**
|
|
5138
5138
|
* <p>Date after which this gateway will not receive software updates for new features and bug
|
|
5139
5139
|
* fixes.</p>
|
|
5140
5140
|
* @public
|
|
5141
5141
|
*/
|
|
5142
|
-
DeprecationDate?: string;
|
|
5142
|
+
DeprecationDate?: string | undefined;
|
|
5143
5143
|
/**
|
|
5144
5144
|
* <p>The version number of the software running on the gateway appliance.</p>
|
|
5145
5145
|
* @public
|
|
5146
5146
|
*/
|
|
5147
|
-
SoftwareVersion?: string;
|
|
5147
|
+
SoftwareVersion?: string | undefined;
|
|
5148
5148
|
}
|
|
5149
5149
|
/**
|
|
5150
5150
|
* <p>JoinDomainInput</p>
|
|
@@ -5168,20 +5168,20 @@ export interface JoinDomainInput {
|
|
|
5168
5168
|
* join within the AD domain.</p>
|
|
5169
5169
|
* @public
|
|
5170
5170
|
*/
|
|
5171
|
-
OrganizationalUnit?: string;
|
|
5171
|
+
OrganizationalUnit?: string | undefined;
|
|
5172
5172
|
/**
|
|
5173
5173
|
* <p>List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need
|
|
5174
5174
|
* to specify the port number include it after the colon (“:”). For example,
|
|
5175
5175
|
* <code>mydc.mydomain.com:389</code>.</p>
|
|
5176
5176
|
* @public
|
|
5177
5177
|
*/
|
|
5178
|
-
DomainControllers?: string[];
|
|
5178
|
+
DomainControllers?: string[] | undefined;
|
|
5179
5179
|
/**
|
|
5180
5180
|
* <p>Specifies the time in seconds, in which the <code>JoinDomain</code> operation must
|
|
5181
5181
|
* complete. The default is 20 seconds.</p>
|
|
5182
5182
|
* @public
|
|
5183
5183
|
*/
|
|
5184
|
-
TimeoutInSeconds?: number;
|
|
5184
|
+
TimeoutInSeconds?: number | undefined;
|
|
5185
5185
|
/**
|
|
5186
5186
|
* <p>Sets the user name of user who has permission to add the gateway to the Active Directory
|
|
5187
5187
|
* domain. The domain user account should be enabled to join computers to the domain. For
|
|
@@ -5206,7 +5206,7 @@ export interface JoinDomainOutput {
|
|
|
5206
5206
|
* <p>The unique Amazon Resource Name (ARN) of the gateway that joined the domain.</p>
|
|
5207
5207
|
* @public
|
|
5208
5208
|
*/
|
|
5209
|
-
GatewayARN?: string;
|
|
5209
|
+
GatewayARN?: string | undefined;
|
|
5210
5210
|
/**
|
|
5211
5211
|
* <p>Indicates the status of the gateway as a member of the Active Directory domain.</p>
|
|
5212
5212
|
* <ul>
|
|
@@ -5247,7 +5247,7 @@ export interface JoinDomainOutput {
|
|
|
5247
5247
|
* </ul>
|
|
5248
5248
|
* @public
|
|
5249
5249
|
*/
|
|
5250
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
5250
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus | undefined;
|
|
5251
5251
|
}
|
|
5252
5252
|
/**
|
|
5253
5253
|
* @public
|
|
@@ -5258,7 +5258,7 @@ export interface ListAutomaticTapeCreationPoliciesInput {
|
|
|
5258
5258
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5259
5259
|
* @public
|
|
5260
5260
|
*/
|
|
5261
|
-
GatewayARN?: string;
|
|
5261
|
+
GatewayARN?: string | undefined;
|
|
5262
5262
|
}
|
|
5263
5263
|
/**
|
|
5264
5264
|
* @public
|
|
@@ -5270,7 +5270,7 @@ export interface ListAutomaticTapeCreationPoliciesOutput {
|
|
|
5270
5270
|
* policies.</p>
|
|
5271
5271
|
* @public
|
|
5272
5272
|
*/
|
|
5273
|
-
AutomaticTapeCreationPolicyInfos?: AutomaticTapeCreationPolicyInfo[];
|
|
5273
|
+
AutomaticTapeCreationPolicyInfos?: AutomaticTapeCreationPolicyInfo[] | undefined;
|
|
5274
5274
|
}
|
|
5275
5275
|
/**
|
|
5276
5276
|
* <p>ListFileShareInput</p>
|
|
@@ -5282,20 +5282,20 @@ export interface ListFileSharesInput {
|
|
|
5282
5282
|
* this field is not present, all file shares under your account are listed.</p>
|
|
5283
5283
|
* @public
|
|
5284
5284
|
*/
|
|
5285
|
-
GatewayARN?: string;
|
|
5285
|
+
GatewayARN?: string | undefined;
|
|
5286
5286
|
/**
|
|
5287
5287
|
* <p>The maximum number of file shares to return in the response. The value must be an
|
|
5288
5288
|
* integer with a value greater than zero. Optional.</p>
|
|
5289
5289
|
* @public
|
|
5290
5290
|
*/
|
|
5291
|
-
Limit?: number;
|
|
5291
|
+
Limit?: number | undefined;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* <p>Opaque pagination token returned from a previous ListFileShares operation. If present,
|
|
5294
5294
|
* <code>Marker</code> specifies where to continue the list from after a previous call to
|
|
5295
5295
|
* ListFileShares. Optional.</p>
|
|
5296
5296
|
* @public
|
|
5297
5297
|
*/
|
|
5298
|
-
Marker?: string;
|
|
5298
|
+
Marker?: string | undefined;
|
|
5299
5299
|
}
|
|
5300
5300
|
/**
|
|
5301
5301
|
* <p>ListFileShareOutput</p>
|
|
@@ -5307,19 +5307,19 @@ export interface ListFileSharesOutput {
|
|
|
5307
5307
|
* field.</p>
|
|
5308
5308
|
* @public
|
|
5309
5309
|
*/
|
|
5310
|
-
Marker?: string;
|
|
5310
|
+
Marker?: string | undefined;
|
|
5311
5311
|
/**
|
|
5312
5312
|
* <p>If a value is present, there are more file shares to return. In a subsequent request,
|
|
5313
5313
|
* use <code>NextMarker</code> as the value for <code>Marker</code> to retrieve the next set
|
|
5314
5314
|
* of file shares.</p>
|
|
5315
5315
|
* @public
|
|
5316
5316
|
*/
|
|
5317
|
-
NextMarker?: string;
|
|
5317
|
+
NextMarker?: string | undefined;
|
|
5318
5318
|
/**
|
|
5319
5319
|
* <p>An array of information about the S3 File Gateway's file shares.</p>
|
|
5320
5320
|
* @public
|
|
5321
5321
|
*/
|
|
5322
|
-
FileShareInfoList?: FileShareInfo[];
|
|
5322
|
+
FileShareInfoList?: FileShareInfo[] | undefined;
|
|
5323
5323
|
}
|
|
5324
5324
|
/**
|
|
5325
5325
|
* @public
|
|
@@ -5330,20 +5330,20 @@ export interface ListFileSystemAssociationsInput {
|
|
|
5330
5330
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5331
5331
|
* @public
|
|
5332
5332
|
*/
|
|
5333
|
-
GatewayARN?: string;
|
|
5333
|
+
GatewayARN?: string | undefined;
|
|
5334
5334
|
/**
|
|
5335
5335
|
* <p>The maximum number of file system associations to return in the response. If present,
|
|
5336
5336
|
* <code>Limit</code> must be an integer with a value greater than zero. Optional.</p>
|
|
5337
5337
|
* @public
|
|
5338
5338
|
*/
|
|
5339
|
-
Limit?: number;
|
|
5339
|
+
Limit?: number | undefined;
|
|
5340
5340
|
/**
|
|
5341
5341
|
* <p>Opaque pagination token returned from a previous <code>ListFileSystemAssociations</code>
|
|
5342
5342
|
* operation. If present, <code>Marker</code> specifies where to continue the list from after
|
|
5343
5343
|
* a previous call to <code>ListFileSystemAssociations</code>. Optional.</p>
|
|
5344
5344
|
* @public
|
|
5345
5345
|
*/
|
|
5346
|
-
Marker?: string;
|
|
5346
|
+
Marker?: string | undefined;
|
|
5347
5347
|
}
|
|
5348
5348
|
/**
|
|
5349
5349
|
* @public
|
|
@@ -5354,20 +5354,20 @@ export interface ListFileSystemAssociationsOutput {
|
|
|
5354
5354
|
* field.</p>
|
|
5355
5355
|
* @public
|
|
5356
5356
|
*/
|
|
5357
|
-
Marker?: string;
|
|
5357
|
+
Marker?: string | undefined;
|
|
5358
5358
|
/**
|
|
5359
5359
|
* <p>If a value is present, there are more file system associations to return. In a
|
|
5360
5360
|
* subsequent request, use <code>NextMarker</code> as the value for <code>Marker</code> to
|
|
5361
5361
|
* retrieve the next set of file system associations.</p>
|
|
5362
5362
|
* @public
|
|
5363
5363
|
*/
|
|
5364
|
-
NextMarker?: string;
|
|
5364
|
+
NextMarker?: string | undefined;
|
|
5365
5365
|
/**
|
|
5366
5366
|
* <p>An array of information about the Amazon FSx gateway's file system
|
|
5367
5367
|
* associations.</p>
|
|
5368
5368
|
* @public
|
|
5369
5369
|
*/
|
|
5370
|
-
FileSystemAssociationSummaryList?: FileSystemAssociationSummary[];
|
|
5370
|
+
FileSystemAssociationSummaryList?: FileSystemAssociationSummary[] | undefined;
|
|
5371
5371
|
}
|
|
5372
5372
|
/**
|
|
5373
5373
|
* <p>A JSON object containing zero or more of the following fields:</p>
|
|
@@ -5391,13 +5391,13 @@ export interface ListGatewaysInput {
|
|
|
5391
5391
|
* gateways.</p>
|
|
5392
5392
|
* @public
|
|
5393
5393
|
*/
|
|
5394
|
-
Marker?: string;
|
|
5394
|
+
Marker?: string | undefined;
|
|
5395
5395
|
/**
|
|
5396
5396
|
* <p>Specifies that the list of gateways returned be limited to the specified number of
|
|
5397
5397
|
* items.</p>
|
|
5398
5398
|
* @public
|
|
5399
5399
|
*/
|
|
5400
|
-
Limit?: number;
|
|
5400
|
+
Limit?: number | undefined;
|
|
5401
5401
|
}
|
|
5402
5402
|
/**
|
|
5403
5403
|
* @public
|
|
@@ -5407,13 +5407,13 @@ export interface ListGatewaysOutput {
|
|
|
5407
5407
|
* <p>An array of <a>GatewayInfo</a> objects.</p>
|
|
5408
5408
|
* @public
|
|
5409
5409
|
*/
|
|
5410
|
-
Gateways?: GatewayInfo[];
|
|
5410
|
+
Gateways?: GatewayInfo[] | undefined;
|
|
5411
5411
|
/**
|
|
5412
5412
|
* <p>Use the marker in your next request to fetch the next set of gateways in the list. If
|
|
5413
5413
|
* there are no more gateways to list, this field does not appear in the response.</p>
|
|
5414
5414
|
* @public
|
|
5415
5415
|
*/
|
|
5416
|
-
Marker?: string;
|
|
5416
|
+
Marker?: string | undefined;
|
|
5417
5417
|
}
|
|
5418
5418
|
/**
|
|
5419
5419
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>
|
|
@@ -5436,7 +5436,7 @@ export interface ListLocalDisksOutput {
|
|
|
5436
5436
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5437
5437
|
* @public
|
|
5438
5438
|
*/
|
|
5439
|
-
GatewayARN?: string;
|
|
5439
|
+
GatewayARN?: string | undefined;
|
|
5440
5440
|
/**
|
|
5441
5441
|
* <p>A JSON object containing the following fields:</p>
|
|
5442
5442
|
* <ul>
|
|
@@ -5448,7 +5448,7 @@ export interface ListLocalDisksOutput {
|
|
|
5448
5448
|
* </ul>
|
|
5449
5449
|
* @public
|
|
5450
5450
|
*/
|
|
5451
|
-
Disks?: Disk[];
|
|
5451
|
+
Disks?: Disk[] | undefined;
|
|
5452
5452
|
}
|
|
5453
5453
|
/**
|
|
5454
5454
|
* <p>ListTagsForResourceInput</p>
|
|
@@ -5465,13 +5465,13 @@ export interface ListTagsForResourceInput {
|
|
|
5465
5465
|
* tags.</p>
|
|
5466
5466
|
* @public
|
|
5467
5467
|
*/
|
|
5468
|
-
Marker?: string;
|
|
5468
|
+
Marker?: string | undefined;
|
|
5469
5469
|
/**
|
|
5470
5470
|
* <p>Specifies that the list of tags returned be limited to the specified number of
|
|
5471
5471
|
* items.</p>
|
|
5472
5472
|
* @public
|
|
5473
5473
|
*/
|
|
5474
|
-
Limit?: number;
|
|
5474
|
+
Limit?: number | undefined;
|
|
5475
5475
|
}
|
|
5476
5476
|
/**
|
|
5477
5477
|
* <p>ListTagsForResourceOutput</p>
|
|
@@ -5482,18 +5482,18 @@ export interface ListTagsForResourceOutput {
|
|
|
5482
5482
|
* <p>The Amazon Resource Name (ARN) of the resource for which you want to list tags.</p>
|
|
5483
5483
|
* @public
|
|
5484
5484
|
*/
|
|
5485
|
-
ResourceARN?: string;
|
|
5485
|
+
ResourceARN?: string | undefined;
|
|
5486
5486
|
/**
|
|
5487
5487
|
* <p>An opaque string that indicates the position at which to stop returning the list of
|
|
5488
5488
|
* tags.</p>
|
|
5489
5489
|
* @public
|
|
5490
5490
|
*/
|
|
5491
|
-
Marker?: string;
|
|
5491
|
+
Marker?: string | undefined;
|
|
5492
5492
|
/**
|
|
5493
5493
|
* <p>An array that contains the tags for the specified resource.</p>
|
|
5494
5494
|
* @public
|
|
5495
5495
|
*/
|
|
5496
|
-
Tags?: Tag[];
|
|
5496
|
+
Tags?: Tag[] | undefined;
|
|
5497
5497
|
}
|
|
5498
5498
|
/**
|
|
5499
5499
|
* @public
|
|
@@ -5504,18 +5504,18 @@ export interface ListTapePoolsInput {
|
|
|
5504
5504
|
* don't specify a custom tape pool ARN, the response lists all custom tape pools. </p>
|
|
5505
5505
|
* @public
|
|
5506
5506
|
*/
|
|
5507
|
-
PoolARNs?: string[];
|
|
5507
|
+
PoolARNs?: string[] | undefined;
|
|
5508
5508
|
/**
|
|
5509
5509
|
* <p>A string that indicates the position at which to begin the returned list of tape
|
|
5510
5510
|
* pools.</p>
|
|
5511
5511
|
* @public
|
|
5512
5512
|
*/
|
|
5513
|
-
Marker?: string;
|
|
5513
|
+
Marker?: string | undefined;
|
|
5514
5514
|
/**
|
|
5515
5515
|
* <p>An optional number limit for the tape pools in the list returned by this call.</p>
|
|
5516
5516
|
* @public
|
|
5517
5517
|
*/
|
|
5518
|
-
Limit?: number;
|
|
5518
|
+
Limit?: number | undefined;
|
|
5519
5519
|
}
|
|
5520
5520
|
/**
|
|
5521
5521
|
* @public
|
|
@@ -5539,20 +5539,20 @@ export interface PoolInfo {
|
|
|
5539
5539
|
* account and Amazon Web Services Region.</p>
|
|
5540
5540
|
* @public
|
|
5541
5541
|
*/
|
|
5542
|
-
PoolARN?: string;
|
|
5542
|
+
PoolARN?: string | undefined;
|
|
5543
5543
|
/**
|
|
5544
5544
|
* <p>The name of the custom tape pool. <code>PoolName</code> can use all ASCII characters,
|
|
5545
5545
|
* except '/' and '\'.</p>
|
|
5546
5546
|
* @public
|
|
5547
5547
|
*/
|
|
5548
|
-
PoolName?: string;
|
|
5548
|
+
PoolName?: string | undefined;
|
|
5549
5549
|
/**
|
|
5550
5550
|
* <p>The storage class that is associated with the custom pool. When you use your backup
|
|
5551
5551
|
* application to eject the tape, the tape is archived directly into the storage class (S3
|
|
5552
5552
|
* Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
5553
5553
|
* @public
|
|
5554
5554
|
*/
|
|
5555
|
-
StorageClass?: TapeStorageClass;
|
|
5555
|
+
StorageClass?: TapeStorageClass | undefined;
|
|
5556
5556
|
/**
|
|
5557
5557
|
* <p>Tape retention lock type, which can be configured in two modes. When configured in
|
|
5558
5558
|
* governance mode, Amazon Web Services accounts with specific IAM permissions are authorized
|
|
@@ -5561,19 +5561,19 @@ export interface PoolInfo {
|
|
|
5561
5561
|
* Amazon Web Services account.</p>
|
|
5562
5562
|
* @public
|
|
5563
5563
|
*/
|
|
5564
|
-
RetentionLockType?: RetentionLockType;
|
|
5564
|
+
RetentionLockType?: RetentionLockType | undefined;
|
|
5565
5565
|
/**
|
|
5566
5566
|
* <p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to
|
|
5567
5567
|
* 100 years (36,500 days).</p>
|
|
5568
5568
|
* @public
|
|
5569
5569
|
*/
|
|
5570
|
-
RetentionLockTimeInDays?: number;
|
|
5570
|
+
RetentionLockTimeInDays?: number | undefined;
|
|
5571
5571
|
/**
|
|
5572
5572
|
* <p>Status of the custom tape pool. Pool can be <code>ACTIVE</code> or
|
|
5573
5573
|
* <code>DELETED</code>.</p>
|
|
5574
5574
|
* @public
|
|
5575
5575
|
*/
|
|
5576
|
-
PoolStatus?: PoolStatus;
|
|
5576
|
+
PoolStatus?: PoolStatus | undefined;
|
|
5577
5577
|
}
|
|
5578
5578
|
/**
|
|
5579
5579
|
* @public
|
|
@@ -5585,14 +5585,14 @@ export interface ListTapePoolsOutput {
|
|
|
5585
5585
|
* </p>
|
|
5586
5586
|
* @public
|
|
5587
5587
|
*/
|
|
5588
|
-
PoolInfos?: PoolInfo[];
|
|
5588
|
+
PoolInfos?: PoolInfo[] | undefined;
|
|
5589
5589
|
/**
|
|
5590
5590
|
* <p>A string that indicates the position at which to begin the returned list of tape pools.
|
|
5591
5591
|
* Use the marker in your next request to continue pagination of tape pools. If there are no
|
|
5592
5592
|
* more tape pools to list, this element does not appear in the response body. </p>
|
|
5593
5593
|
* @public
|
|
5594
5594
|
*/
|
|
5595
|
-
Marker?: string;
|
|
5595
|
+
Marker?: string | undefined;
|
|
5596
5596
|
}
|
|
5597
5597
|
/**
|
|
5598
5598
|
* <p>A JSON object that contains one or more of the following fields:</p>
|
|
@@ -5621,18 +5621,18 @@ export interface ListTapesInput {
|
|
|
5621
5621
|
* specify a tape ARN, the response lists all tapes in both your VTL and VTS.</p>
|
|
5622
5622
|
* @public
|
|
5623
5623
|
*/
|
|
5624
|
-
TapeARNs?: string[];
|
|
5624
|
+
TapeARNs?: string[] | undefined;
|
|
5625
5625
|
/**
|
|
5626
5626
|
* <p>A string that indicates the position at which to begin the returned list of
|
|
5627
5627
|
* tapes.</p>
|
|
5628
5628
|
* @public
|
|
5629
5629
|
*/
|
|
5630
|
-
Marker?: string;
|
|
5630
|
+
Marker?: string | undefined;
|
|
5631
5631
|
/**
|
|
5632
5632
|
* <p>An optional number limit for the tapes in the list returned by this call.</p>
|
|
5633
5633
|
* @public
|
|
5634
5634
|
*/
|
|
5635
|
-
Limit?: number;
|
|
5635
|
+
Limit?: number | undefined;
|
|
5636
5636
|
}
|
|
5637
5637
|
/**
|
|
5638
5638
|
* <p>Describes a virtual tape.</p>
|
|
@@ -5643,28 +5643,28 @@ export interface TapeInfo {
|
|
|
5643
5643
|
* <p>The Amazon Resource Name (ARN) of a virtual tape.</p>
|
|
5644
5644
|
* @public
|
|
5645
5645
|
*/
|
|
5646
|
-
TapeARN?: string;
|
|
5646
|
+
TapeARN?: string | undefined;
|
|
5647
5647
|
/**
|
|
5648
5648
|
* <p>The barcode that identifies a specific virtual tape.</p>
|
|
5649
5649
|
* @public
|
|
5650
5650
|
*/
|
|
5651
|
-
TapeBarcode?: string;
|
|
5651
|
+
TapeBarcode?: string | undefined;
|
|
5652
5652
|
/**
|
|
5653
5653
|
* <p>The size, in bytes, of a virtual tape.</p>
|
|
5654
5654
|
* @public
|
|
5655
5655
|
*/
|
|
5656
|
-
TapeSizeInBytes?: number;
|
|
5656
|
+
TapeSizeInBytes?: number | undefined;
|
|
5657
5657
|
/**
|
|
5658
5658
|
* <p>The status of the tape.</p>
|
|
5659
5659
|
* @public
|
|
5660
5660
|
*/
|
|
5661
|
-
TapeStatus?: string;
|
|
5661
|
+
TapeStatus?: string | undefined;
|
|
5662
5662
|
/**
|
|
5663
5663
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
5664
5664
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5665
5665
|
* @public
|
|
5666
5666
|
*/
|
|
5667
|
-
GatewayARN?: string;
|
|
5667
|
+
GatewayARN?: string | undefined;
|
|
5668
5668
|
/**
|
|
5669
5669
|
* <p>The ID of the pool that you want to add your tape to for archiving. The tape in this
|
|
5670
5670
|
* pool is archived in the S3 storage class that is associated with the pool. When you use
|
|
@@ -5672,18 +5672,18 @@ export interface TapeInfo {
|
|
|
5672
5672
|
* class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
5673
5673
|
* @public
|
|
5674
5674
|
*/
|
|
5675
|
-
PoolId?: string;
|
|
5675
|
+
PoolId?: string | undefined;
|
|
5676
5676
|
/**
|
|
5677
5677
|
* <p>The date that the tape became subject to tape retention lock.</p>
|
|
5678
5678
|
* @public
|
|
5679
5679
|
*/
|
|
5680
|
-
RetentionStartDate?: Date;
|
|
5680
|
+
RetentionStartDate?: Date | undefined;
|
|
5681
5681
|
/**
|
|
5682
5682
|
* <p>The date that the tape entered the custom tape pool with tape retention lock
|
|
5683
5683
|
* enabled.</p>
|
|
5684
5684
|
* @public
|
|
5685
5685
|
*/
|
|
5686
|
-
PoolEntryDate?: Date;
|
|
5686
|
+
PoolEntryDate?: Date | undefined;
|
|
5687
5687
|
}
|
|
5688
5688
|
/**
|
|
5689
5689
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -5708,14 +5708,14 @@ export interface ListTapesOutput {
|
|
|
5708
5708
|
* an empty array.</p>
|
|
5709
5709
|
* @public
|
|
5710
5710
|
*/
|
|
5711
|
-
TapeInfos?: TapeInfo[];
|
|
5711
|
+
TapeInfos?: TapeInfo[] | undefined;
|
|
5712
5712
|
/**
|
|
5713
5713
|
* <p>A string that indicates the position at which to begin returning the next list of tapes.
|
|
5714
5714
|
* Use the marker in your next request to continue pagination of tapes. If there are no more
|
|
5715
5715
|
* tapes to list, this element does not appear in the response body.</p>
|
|
5716
5716
|
* @public
|
|
5717
5717
|
*/
|
|
5718
|
-
Marker?: string;
|
|
5718
|
+
Marker?: string | undefined;
|
|
5719
5719
|
}
|
|
5720
5720
|
/**
|
|
5721
5721
|
* <p>ListVolumeInitiatorsInput</p>
|
|
@@ -5739,7 +5739,7 @@ export interface ListVolumeInitiatorsOutput {
|
|
|
5739
5739
|
* gateway.</p>
|
|
5740
5740
|
* @public
|
|
5741
5741
|
*/
|
|
5742
|
-
Initiators?: string[];
|
|
5742
|
+
Initiators?: string[] | undefined;
|
|
5743
5743
|
}
|
|
5744
5744
|
/**
|
|
5745
5745
|
* @public
|
|
@@ -5761,12 +5761,12 @@ export interface VolumeRecoveryPointInfo {
|
|
|
5761
5761
|
* <p>The Amazon Resource Name (ARN) of the volume target.</p>
|
|
5762
5762
|
* @public
|
|
5763
5763
|
*/
|
|
5764
|
-
VolumeARN?: string;
|
|
5764
|
+
VolumeARN?: string | undefined;
|
|
5765
5765
|
/**
|
|
5766
5766
|
* <p>The size of the volume in bytes.</p>
|
|
5767
5767
|
* @public
|
|
5768
5768
|
*/
|
|
5769
|
-
VolumeSizeInBytes?: number;
|
|
5769
|
+
VolumeSizeInBytes?: number | undefined;
|
|
5770
5770
|
/**
|
|
5771
5771
|
* <p>The size of the data stored on the volume in bytes.</p>
|
|
5772
5772
|
* <note>
|
|
@@ -5775,12 +5775,12 @@ export interface VolumeRecoveryPointInfo {
|
|
|
5775
5775
|
* </note>
|
|
5776
5776
|
* @public
|
|
5777
5777
|
*/
|
|
5778
|
-
VolumeUsageInBytes?: number;
|
|
5778
|
+
VolumeUsageInBytes?: number | undefined;
|
|
5779
5779
|
/**
|
|
5780
5780
|
* <p>The time the recovery point was taken.</p>
|
|
5781
5781
|
* @public
|
|
5782
5782
|
*/
|
|
5783
|
-
VolumeRecoveryPointTime?: string;
|
|
5783
|
+
VolumeRecoveryPointTime?: string | undefined;
|
|
5784
5784
|
}
|
|
5785
5785
|
/**
|
|
5786
5786
|
* @public
|
|
@@ -5791,12 +5791,12 @@ export interface ListVolumeRecoveryPointsOutput {
|
|
|
5791
5791
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5792
5792
|
* @public
|
|
5793
5793
|
*/
|
|
5794
|
-
GatewayARN?: string;
|
|
5794
|
+
GatewayARN?: string | undefined;
|
|
5795
5795
|
/**
|
|
5796
5796
|
* <p>An array of <a>VolumeRecoveryPointInfo</a> objects.</p>
|
|
5797
5797
|
* @public
|
|
5798
5798
|
*/
|
|
5799
|
-
VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[];
|
|
5799
|
+
VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[] | undefined;
|
|
5800
5800
|
}
|
|
5801
5801
|
/**
|
|
5802
5802
|
* <p>A JSON object that contains one or more of the following fields:</p>
|
|
@@ -5820,19 +5820,19 @@ export interface ListVolumesInput {
|
|
|
5820
5820
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5821
5821
|
* @public
|
|
5822
5822
|
*/
|
|
5823
|
-
GatewayARN?: string;
|
|
5823
|
+
GatewayARN?: string | undefined;
|
|
5824
5824
|
/**
|
|
5825
5825
|
* <p>A string that indicates the position at which to begin the returned list of volumes.
|
|
5826
5826
|
* Obtain the marker from the response of a previous List iSCSI Volumes request.</p>
|
|
5827
5827
|
* @public
|
|
5828
5828
|
*/
|
|
5829
|
-
Marker?: string;
|
|
5829
|
+
Marker?: string | undefined;
|
|
5830
5830
|
/**
|
|
5831
5831
|
* <p>Specifies that the list of volumes returned be limited to the specified number of
|
|
5832
5832
|
* items.</p>
|
|
5833
5833
|
* @public
|
|
5834
5834
|
*/
|
|
5835
|
-
Limit?: number;
|
|
5835
|
+
Limit?: number | undefined;
|
|
5836
5836
|
}
|
|
5837
5837
|
/**
|
|
5838
5838
|
* <p>Describes a storage volume object.</p>
|
|
@@ -5848,20 +5848,20 @@ export interface VolumeInfo {
|
|
|
5848
5848
|
* <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>
|
|
5849
5849
|
* @public
|
|
5850
5850
|
*/
|
|
5851
|
-
VolumeARN?: string;
|
|
5851
|
+
VolumeARN?: string | undefined;
|
|
5852
5852
|
/**
|
|
5853
5853
|
* <p>The unique identifier assigned to the volume. This ID becomes part of the volume Amazon
|
|
5854
5854
|
* Resource Name (ARN), which you use as input for other operations.</p>
|
|
5855
5855
|
* <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>
|
|
5856
5856
|
* @public
|
|
5857
5857
|
*/
|
|
5858
|
-
VolumeId?: string;
|
|
5858
|
+
VolumeId?: string | undefined;
|
|
5859
5859
|
/**
|
|
5860
5860
|
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>
|
|
5861
5861
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5862
5862
|
* @public
|
|
5863
5863
|
*/
|
|
5864
|
-
GatewayARN?: string;
|
|
5864
|
+
GatewayARN?: string | undefined;
|
|
5865
5865
|
/**
|
|
5866
5866
|
* <p>The unique identifier assigned to your gateway during activation. This ID becomes part
|
|
5867
5867
|
* of the gateway Amazon Resource Name (ARN), which you use as input for other
|
|
@@ -5869,23 +5869,23 @@ export interface VolumeInfo {
|
|
|
5869
5869
|
* <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>
|
|
5870
5870
|
* @public
|
|
5871
5871
|
*/
|
|
5872
|
-
GatewayId?: string;
|
|
5872
|
+
GatewayId?: string | undefined;
|
|
5873
5873
|
/**
|
|
5874
5874
|
* <p>One of the VolumeType enumeration values describing the type of the volume.</p>
|
|
5875
5875
|
* @public
|
|
5876
5876
|
*/
|
|
5877
|
-
VolumeType?: string;
|
|
5877
|
+
VolumeType?: string | undefined;
|
|
5878
5878
|
/**
|
|
5879
5879
|
* <p>The size of the volume in bytes.</p>
|
|
5880
5880
|
* <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>
|
|
5881
5881
|
* @public
|
|
5882
5882
|
*/
|
|
5883
|
-
VolumeSizeInBytes?: number;
|
|
5883
|
+
VolumeSizeInBytes?: number | undefined;
|
|
5884
5884
|
/**
|
|
5885
5885
|
* <p>One of the VolumeStatus values that indicates the state of the storage volume.</p>
|
|
5886
5886
|
* @public
|
|
5887
5887
|
*/
|
|
5888
|
-
VolumeAttachmentStatus?: string;
|
|
5888
|
+
VolumeAttachmentStatus?: string | undefined;
|
|
5889
5889
|
}
|
|
5890
5890
|
/**
|
|
5891
5891
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -5909,20 +5909,20 @@ export interface ListVolumesOutput {
|
|
|
5909
5909
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
5910
5910
|
* @public
|
|
5911
5911
|
*/
|
|
5912
|
-
GatewayARN?: string;
|
|
5912
|
+
GatewayARN?: string | undefined;
|
|
5913
5913
|
/**
|
|
5914
5914
|
* <p>Use the marker in your next request to continue pagination of iSCSI volumes. If there
|
|
5915
5915
|
* are no more volumes to list, this field does not appear in the response body.</p>
|
|
5916
5916
|
* @public
|
|
5917
5917
|
*/
|
|
5918
|
-
Marker?: string;
|
|
5918
|
+
Marker?: string | undefined;
|
|
5919
5919
|
/**
|
|
5920
5920
|
* <p>An array of <a>VolumeInfo</a> objects, where each object describes an iSCSI
|
|
5921
5921
|
* volume. If no volumes are defined for the gateway, then <code>VolumeInfos</code> is an
|
|
5922
5922
|
* empty array "[]".</p>
|
|
5923
5923
|
* @public
|
|
5924
5924
|
*/
|
|
5925
|
-
VolumeInfos?: VolumeInfo[];
|
|
5925
|
+
VolumeInfos?: VolumeInfo[] | undefined;
|
|
5926
5926
|
}
|
|
5927
5927
|
/**
|
|
5928
5928
|
* @public
|
|
@@ -5942,13 +5942,13 @@ export interface NotifyWhenUploadedOutput {
|
|
|
5942
5942
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
5943
5943
|
* @public
|
|
5944
5944
|
*/
|
|
5945
|
-
FileShareARN?: string;
|
|
5945
|
+
FileShareARN?: string | undefined;
|
|
5946
5946
|
/**
|
|
5947
5947
|
* <p>The randomly generated ID of the notification that was sent. This ID is in UUID
|
|
5948
5948
|
* format.</p>
|
|
5949
5949
|
* @public
|
|
5950
5950
|
*/
|
|
5951
|
-
NotificationId?: string;
|
|
5951
|
+
NotificationId?: string | undefined;
|
|
5952
5952
|
}
|
|
5953
5953
|
/**
|
|
5954
5954
|
* <p>RefreshCacheInput</p>
|
|
@@ -5968,7 +5968,7 @@ export interface RefreshCacheInput {
|
|
|
5968
5968
|
* specify <code>samplefolder</code> rather than <code>samplefolder/</code>.</p>
|
|
5969
5969
|
* @public
|
|
5970
5970
|
*/
|
|
5971
|
-
FolderList?: string[];
|
|
5971
|
+
FolderList?: string[] | undefined;
|
|
5972
5972
|
/**
|
|
5973
5973
|
* <p>A value that specifies whether to recursively refresh folders in the cache. The refresh
|
|
5974
5974
|
* includes folders that were in the cache the last time the gateway listed the folder's
|
|
@@ -5981,7 +5981,7 @@ export interface RefreshCacheInput {
|
|
|
5981
5981
|
* </p>
|
|
5982
5982
|
* @public
|
|
5983
5983
|
*/
|
|
5984
|
-
Recursive?: boolean;
|
|
5984
|
+
Recursive?: boolean | undefined;
|
|
5985
5985
|
}
|
|
5986
5986
|
/**
|
|
5987
5987
|
* <p>RefreshCacheOutput</p>
|
|
@@ -5992,13 +5992,13 @@ export interface RefreshCacheOutput {
|
|
|
5992
5992
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
5993
5993
|
* @public
|
|
5994
5994
|
*/
|
|
5995
|
-
FileShareARN?: string;
|
|
5995
|
+
FileShareARN?: string | undefined;
|
|
5996
5996
|
/**
|
|
5997
5997
|
* <p>The randomly generated ID of the notification that was sent. This ID is in UUID
|
|
5998
5998
|
* format.</p>
|
|
5999
5999
|
* @public
|
|
6000
6000
|
*/
|
|
6001
|
-
NotificationId?: string;
|
|
6001
|
+
NotificationId?: string | undefined;
|
|
6002
6002
|
}
|
|
6003
6003
|
/**
|
|
6004
6004
|
* <p>RemoveTagsFromResourceInput</p>
|
|
@@ -6026,7 +6026,7 @@ export interface RemoveTagsFromResourceOutput {
|
|
|
6026
6026
|
* <p>The Amazon Resource Name (ARN) of the resource that the tags were removed from.</p>
|
|
6027
6027
|
* @public
|
|
6028
6028
|
*/
|
|
6029
|
-
ResourceARN?: string;
|
|
6029
|
+
ResourceARN?: string | undefined;
|
|
6030
6030
|
}
|
|
6031
6031
|
/**
|
|
6032
6032
|
* @public
|
|
@@ -6048,7 +6048,7 @@ export interface ResetCacheOutput {
|
|
|
6048
6048
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6049
6049
|
* @public
|
|
6050
6050
|
*/
|
|
6051
|
-
GatewayARN?: string;
|
|
6051
|
+
GatewayARN?: string | undefined;
|
|
6052
6052
|
}
|
|
6053
6053
|
/**
|
|
6054
6054
|
* <p>RetrieveTapeArchiveInput</p>
|
|
@@ -6080,7 +6080,7 @@ export interface RetrieveTapeArchiveOutput {
|
|
|
6080
6080
|
* <p>The Amazon Resource Name (ARN) of the retrieved virtual tape.</p>
|
|
6081
6081
|
* @public
|
|
6082
6082
|
*/
|
|
6083
|
-
TapeARN?: string;
|
|
6083
|
+
TapeARN?: string | undefined;
|
|
6084
6084
|
}
|
|
6085
6085
|
/**
|
|
6086
6086
|
* <p>RetrieveTapeRecoveryPointInput</p>
|
|
@@ -6110,7 +6110,7 @@ export interface RetrieveTapeRecoveryPointOutput {
|
|
|
6110
6110
|
* retrieved.</p>
|
|
6111
6111
|
* @public
|
|
6112
6112
|
*/
|
|
6113
|
-
TapeARN?: string;
|
|
6113
|
+
TapeARN?: string | undefined;
|
|
6114
6114
|
}
|
|
6115
6115
|
/**
|
|
6116
6116
|
* <p>SetLocalConsolePasswordInput</p>
|
|
@@ -6138,7 +6138,7 @@ export interface SetLocalConsolePasswordOutput {
|
|
|
6138
6138
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6139
6139
|
* @public
|
|
6140
6140
|
*/
|
|
6141
|
-
GatewayARN?: string;
|
|
6141
|
+
GatewayARN?: string | undefined;
|
|
6142
6142
|
}
|
|
6143
6143
|
/**
|
|
6144
6144
|
* <p>SetSMBGuestPasswordInput</p>
|
|
@@ -6166,7 +6166,7 @@ export interface SetSMBGuestPasswordOutput {
|
|
|
6166
6166
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6167
6167
|
* @public
|
|
6168
6168
|
*/
|
|
6169
|
-
GatewayARN?: string;
|
|
6169
|
+
GatewayARN?: string | undefined;
|
|
6170
6170
|
}
|
|
6171
6171
|
/**
|
|
6172
6172
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to shut
|
|
@@ -6192,7 +6192,7 @@ export interface ShutdownGatewayOutput {
|
|
|
6192
6192
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6193
6193
|
* @public
|
|
6194
6194
|
*/
|
|
6195
|
-
GatewayARN?: string;
|
|
6195
|
+
GatewayARN?: string | undefined;
|
|
6196
6196
|
}
|
|
6197
6197
|
/**
|
|
6198
6198
|
* @public
|
|
@@ -6214,7 +6214,7 @@ export interface StartAvailabilityMonitorTestOutput {
|
|
|
6214
6214
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6215
6215
|
* @public
|
|
6216
6216
|
*/
|
|
6217
|
-
GatewayARN?: string;
|
|
6217
|
+
GatewayARN?: string | undefined;
|
|
6218
6218
|
}
|
|
6219
6219
|
/**
|
|
6220
6220
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to start.</p>
|
|
@@ -6239,7 +6239,7 @@ export interface StartGatewayOutput {
|
|
|
6239
6239
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6240
6240
|
* @public
|
|
6241
6241
|
*/
|
|
6242
|
-
GatewayARN?: string;
|
|
6242
|
+
GatewayARN?: string | undefined;
|
|
6243
6243
|
}
|
|
6244
6244
|
/**
|
|
6245
6245
|
* @public
|
|
@@ -6267,7 +6267,7 @@ export interface UpdateAutomaticTapeCreationPolicyOutput {
|
|
|
6267
6267
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6268
6268
|
* @public
|
|
6269
6269
|
*/
|
|
6270
|
-
GatewayARN?: string;
|
|
6270
|
+
GatewayARN?: string | undefined;
|
|
6271
6271
|
}
|
|
6272
6272
|
/**
|
|
6273
6273
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -6296,12 +6296,12 @@ export interface UpdateBandwidthRateLimitInput {
|
|
|
6296
6296
|
* <p>The average upload bandwidth rate limit in bits per second.</p>
|
|
6297
6297
|
* @public
|
|
6298
6298
|
*/
|
|
6299
|
-
AverageUploadRateLimitInBitsPerSec?: number;
|
|
6299
|
+
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
6300
6300
|
/**
|
|
6301
6301
|
* <p>The average download bandwidth rate limit in bits per second.</p>
|
|
6302
6302
|
* @public
|
|
6303
6303
|
*/
|
|
6304
|
-
AverageDownloadRateLimitInBitsPerSec?: number;
|
|
6304
|
+
AverageDownloadRateLimitInBitsPerSec?: number | undefined;
|
|
6305
6305
|
}
|
|
6306
6306
|
/**
|
|
6307
6307
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway whose throttle
|
|
@@ -6314,7 +6314,7 @@ export interface UpdateBandwidthRateLimitOutput {
|
|
|
6314
6314
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6315
6315
|
* @public
|
|
6316
6316
|
*/
|
|
6317
|
-
GatewayARN?: string;
|
|
6317
|
+
GatewayARN?: string | undefined;
|
|
6318
6318
|
}
|
|
6319
6319
|
/**
|
|
6320
6320
|
* @public
|
|
@@ -6342,7 +6342,7 @@ export interface UpdateBandwidthRateLimitScheduleOutput {
|
|
|
6342
6342
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6343
6343
|
* @public
|
|
6344
6344
|
*/
|
|
6345
|
-
GatewayARN?: string;
|
|
6345
|
+
GatewayARN?: string | undefined;
|
|
6346
6346
|
}
|
|
6347
6347
|
/**
|
|
6348
6348
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -6400,7 +6400,7 @@ export interface UpdateChapCredentialsInput {
|
|
|
6400
6400
|
* </note>
|
|
6401
6401
|
* @public
|
|
6402
6402
|
*/
|
|
6403
|
-
SecretToAuthenticateTarget?: string;
|
|
6403
|
+
SecretToAuthenticateTarget?: string | undefined;
|
|
6404
6404
|
}
|
|
6405
6405
|
/**
|
|
6406
6406
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -6412,13 +6412,13 @@ export interface UpdateChapCredentialsOutput {
|
|
|
6412
6412
|
* request.</p>
|
|
6413
6413
|
* @public
|
|
6414
6414
|
*/
|
|
6415
|
-
TargetARN?: string;
|
|
6415
|
+
TargetARN?: string | undefined;
|
|
6416
6416
|
/**
|
|
6417
6417
|
* <p>The iSCSI initiator that connects to the target. This is the same initiator name
|
|
6418
6418
|
* specified in the request.</p>
|
|
6419
6419
|
* @public
|
|
6420
6420
|
*/
|
|
6421
|
-
InitiatorName?: string;
|
|
6421
|
+
InitiatorName?: string | undefined;
|
|
6422
6422
|
}
|
|
6423
6423
|
/**
|
|
6424
6424
|
* @public
|
|
@@ -6436,22 +6436,22 @@ export interface UpdateFileSystemAssociationInput {
|
|
|
6436
6436
|
* delegated admin user group.</p>
|
|
6437
6437
|
* @public
|
|
6438
6438
|
*/
|
|
6439
|
-
UserName?: string;
|
|
6439
|
+
UserName?: string | undefined;
|
|
6440
6440
|
/**
|
|
6441
6441
|
* <p>The password of the user credential.</p>
|
|
6442
6442
|
* @public
|
|
6443
6443
|
*/
|
|
6444
|
-
Password?: string;
|
|
6444
|
+
Password?: string | undefined;
|
|
6445
6445
|
/**
|
|
6446
6446
|
* <p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>
|
|
6447
6447
|
* @public
|
|
6448
6448
|
*/
|
|
6449
|
-
AuditDestinationARN?: string;
|
|
6449
|
+
AuditDestinationARN?: string | undefined;
|
|
6450
6450
|
/**
|
|
6451
6451
|
* <p>The refresh cache information for the file share or FSx file systems.</p>
|
|
6452
6452
|
* @public
|
|
6453
6453
|
*/
|
|
6454
|
-
CacheAttributes?: CacheAttributes;
|
|
6454
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
6455
6455
|
}
|
|
6456
6456
|
/**
|
|
6457
6457
|
* @public
|
|
@@ -6461,7 +6461,7 @@ export interface UpdateFileSystemAssociationOutput {
|
|
|
6461
6461
|
* <p>The ARN of the updated file system association.</p>
|
|
6462
6462
|
* @public
|
|
6463
6463
|
*/
|
|
6464
|
-
FileSystemAssociationARN?: string;
|
|
6464
|
+
FileSystemAssociationARN?: string | undefined;
|
|
6465
6465
|
}
|
|
6466
6466
|
/**
|
|
6467
6467
|
* @public
|
|
@@ -6477,12 +6477,12 @@ export interface UpdateGatewayInformationInput {
|
|
|
6477
6477
|
* <p>The name you configured for your gateway.</p>
|
|
6478
6478
|
* @public
|
|
6479
6479
|
*/
|
|
6480
|
-
GatewayName?: string;
|
|
6480
|
+
GatewayName?: string | undefined;
|
|
6481
6481
|
/**
|
|
6482
6482
|
* <p>A value that indicates the time zone of the gateway.</p>
|
|
6483
6483
|
* @public
|
|
6484
6484
|
*/
|
|
6485
|
-
GatewayTimezone?: string;
|
|
6485
|
+
GatewayTimezone?: string | undefined;
|
|
6486
6486
|
/**
|
|
6487
6487
|
* <p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use
|
|
6488
6488
|
* to monitor and log events in the gateway.</p>
|
|
@@ -6491,14 +6491,14 @@ export interface UpdateGatewayInformationInput {
|
|
|
6491
6491
|
* </p>
|
|
6492
6492
|
* @public
|
|
6493
6493
|
*/
|
|
6494
|
-
CloudWatchLogGroupARN?: string;
|
|
6494
|
+
CloudWatchLogGroupARN?: string | undefined;
|
|
6495
6495
|
/**
|
|
6496
6496
|
* <p>Specifies the size of the gateway's metadata cache. This setting impacts gateway
|
|
6497
6497
|
* performance and hardware recommendations. For more information, see <a href="https://docs.aws.amazon.com/filegateway/latest/files3/performance-multiple-file-shares.html">Performance guidance for gateways with multiple file shares</a>
|
|
6498
6498
|
* in the <i>Amazon S3 File Gateway User Guide</i>.</p>
|
|
6499
6499
|
* @public
|
|
6500
6500
|
*/
|
|
6501
|
-
GatewayCapacity?: GatewayCapacity;
|
|
6501
|
+
GatewayCapacity?: GatewayCapacity | undefined;
|
|
6502
6502
|
}
|
|
6503
6503
|
/**
|
|
6504
6504
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway that was
|
|
@@ -6511,12 +6511,12 @@ export interface UpdateGatewayInformationOutput {
|
|
|
6511
6511
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6512
6512
|
* @public
|
|
6513
6513
|
*/
|
|
6514
|
-
GatewayARN?: string;
|
|
6514
|
+
GatewayARN?: string | undefined;
|
|
6515
6515
|
/**
|
|
6516
6516
|
* <p>The name you configured for your gateway.</p>
|
|
6517
6517
|
* @public
|
|
6518
6518
|
*/
|
|
6519
|
-
GatewayName?: string;
|
|
6519
|
+
GatewayName?: string | undefined;
|
|
6520
6520
|
}
|
|
6521
6521
|
/**
|
|
6522
6522
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to update.</p>
|
|
@@ -6541,7 +6541,7 @@ export interface UpdateGatewaySoftwareNowOutput {
|
|
|
6541
6541
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6542
6542
|
* @public
|
|
6543
6543
|
*/
|
|
6544
|
-
GatewayARN?: string;
|
|
6544
|
+
GatewayARN?: string | undefined;
|
|
6545
6545
|
}
|
|
6546
6546
|
/**
|
|
6547
6547
|
* <p>A JSON object containing the following fields:</p>
|
|
@@ -6587,27 +6587,27 @@ export interface UpdateMaintenanceStartTimeInput {
|
|
|
6587
6587
|
* zone of the gateway.</p>
|
|
6588
6588
|
* @public
|
|
6589
6589
|
*/
|
|
6590
|
-
HourOfDay?: number;
|
|
6590
|
+
HourOfDay?: number | undefined;
|
|
6591
6591
|
/**
|
|
6592
6592
|
* <p>The minute component of the maintenance start time represented as
|
|
6593
6593
|
* <i>mm</i>, where <i>mm</i> is the minute (00 to 59). The
|
|
6594
6594
|
* minute of the hour is in the time zone of the gateway.</p>
|
|
6595
6595
|
* @public
|
|
6596
6596
|
*/
|
|
6597
|
-
MinuteOfHour?: number;
|
|
6597
|
+
MinuteOfHour?: number | undefined;
|
|
6598
6598
|
/**
|
|
6599
6599
|
* <p>The day of the week component of the maintenance start time week represented as an
|
|
6600
6600
|
* ordinal number from 0 to 6, where 0 represents Sunday and 6 represents Saturday.</p>
|
|
6601
6601
|
* @public
|
|
6602
6602
|
*/
|
|
6603
|
-
DayOfWeek?: number;
|
|
6603
|
+
DayOfWeek?: number | undefined;
|
|
6604
6604
|
/**
|
|
6605
6605
|
* <p>The day of the month component of the maintenance start time represented as an ordinal
|
|
6606
6606
|
* number from 1 to 28, where 1 represents the first day of the month. It is not possible to
|
|
6607
6607
|
* set the maintenance schedule to start on days 29 through 31.</p>
|
|
6608
6608
|
* @public
|
|
6609
6609
|
*/
|
|
6610
|
-
DayOfMonth?: number;
|
|
6610
|
+
DayOfMonth?: number | undefined;
|
|
6611
6611
|
/**
|
|
6612
6612
|
* <p>A set of variables indicating the software update preferences for the gateway.</p>
|
|
6613
6613
|
* <p>Includes <code>AutomaticUpdatePolicy</code> field with the following inputs:</p>
|
|
@@ -6621,7 +6621,7 @@ export interface UpdateMaintenanceStartTimeInput {
|
|
|
6621
6621
|
* scheduled maintenance window.</p>
|
|
6622
6622
|
* @public
|
|
6623
6623
|
*/
|
|
6624
|
-
SoftwareUpdatePreferences?: SoftwareUpdatePreferences;
|
|
6624
|
+
SoftwareUpdatePreferences?: SoftwareUpdatePreferences | undefined;
|
|
6625
6625
|
}
|
|
6626
6626
|
/**
|
|
6627
6627
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the gateway whose maintenance
|
|
@@ -6634,7 +6634,7 @@ export interface UpdateMaintenanceStartTimeOutput {
|
|
|
6634
6634
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
6635
6635
|
* @public
|
|
6636
6636
|
*/
|
|
6637
|
-
GatewayARN?: string;
|
|
6637
|
+
GatewayARN?: string | undefined;
|
|
6638
6638
|
}
|
|
6639
6639
|
/**
|
|
6640
6640
|
* <p>UpdateNFSFileShareInput</p>
|
|
@@ -6661,7 +6661,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6661
6661
|
* </note>
|
|
6662
6662
|
* @public
|
|
6663
6663
|
*/
|
|
6664
|
-
EncryptionType?: EncryptionType;
|
|
6664
|
+
EncryptionType?: EncryptionType | undefined;
|
|
6665
6665
|
/**
|
|
6666
6666
|
* @deprecated
|
|
6667
6667
|
*
|
|
@@ -6683,7 +6683,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6683
6683
|
* </p>
|
|
6684
6684
|
* @public
|
|
6685
6685
|
*/
|
|
6686
|
-
KMSEncrypted?: boolean;
|
|
6686
|
+
KMSEncrypted?: boolean | undefined;
|
|
6687
6687
|
/**
|
|
6688
6688
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
6689
6689
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -6691,12 +6691,12 @@ export interface UpdateNFSFileShareInput {
|
|
|
6691
6691
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
6692
6692
|
* @public
|
|
6693
6693
|
*/
|
|
6694
|
-
KMSKey?: string;
|
|
6694
|
+
KMSKey?: string | undefined;
|
|
6695
6695
|
/**
|
|
6696
6696
|
* <p>The default values for the file share. Optional.</p>
|
|
6697
6697
|
* @public
|
|
6698
6698
|
*/
|
|
6699
|
-
NFSFileShareDefaults?: NFSFileShareDefaults;
|
|
6699
|
+
NFSFileShareDefaults?: NFSFileShareDefaults | undefined;
|
|
6700
6700
|
/**
|
|
6701
6701
|
* <p>The default storage class for objects put into an Amazon S3 bucket by the S3
|
|
6702
6702
|
* File Gateway. The default value is <code>S3_STANDARD</code>. Optional.</p>
|
|
@@ -6705,19 +6705,19 @@ export interface UpdateNFSFileShareInput {
|
|
|
6705
6705
|
* </p>
|
|
6706
6706
|
* @public
|
|
6707
6707
|
*/
|
|
6708
|
-
DefaultStorageClass?: string;
|
|
6708
|
+
DefaultStorageClass?: string | undefined;
|
|
6709
6709
|
/**
|
|
6710
6710
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
6711
6711
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
6712
6712
|
* @public
|
|
6713
6713
|
*/
|
|
6714
|
-
ObjectACL?: ObjectACL;
|
|
6714
|
+
ObjectACL?: ObjectACL | undefined;
|
|
6715
6715
|
/**
|
|
6716
6716
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
6717
6717
|
* contain either valid IP addresses or valid CIDR blocks.</p>
|
|
6718
6718
|
* @public
|
|
6719
6719
|
*/
|
|
6720
|
-
ClientList?: string[];
|
|
6720
|
+
ClientList?: string[] | undefined;
|
|
6721
6721
|
/**
|
|
6722
6722
|
* <p>The user mapped to anonymous user.</p>
|
|
6723
6723
|
* <p>Valid values are the following:</p>
|
|
@@ -6737,7 +6737,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6737
6737
|
* </ul>
|
|
6738
6738
|
* @public
|
|
6739
6739
|
*/
|
|
6740
|
-
Squash?: string;
|
|
6740
|
+
Squash?: string | undefined;
|
|
6741
6741
|
/**
|
|
6742
6742
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
6743
6743
|
* to set the write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -6745,7 +6745,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6745
6745
|
* </p>
|
|
6746
6746
|
* @public
|
|
6747
6747
|
*/
|
|
6748
|
-
ReadOnly?: boolean;
|
|
6748
|
+
ReadOnly?: boolean | undefined;
|
|
6749
6749
|
/**
|
|
6750
6750
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
6751
6751
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -6754,7 +6754,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6754
6754
|
* </p>
|
|
6755
6755
|
* @public
|
|
6756
6756
|
*/
|
|
6757
|
-
GuessMIMETypeEnabled?: boolean;
|
|
6757
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
6758
6758
|
/**
|
|
6759
6759
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
6760
6760
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -6770,7 +6770,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6770
6770
|
* </p>
|
|
6771
6771
|
* @public
|
|
6772
6772
|
*/
|
|
6773
|
-
RequesterPays?: boolean;
|
|
6773
|
+
RequesterPays?: boolean | undefined;
|
|
6774
6774
|
/**
|
|
6775
6775
|
* <p>The name of the file share. Optional.</p>
|
|
6776
6776
|
* <note>
|
|
@@ -6784,12 +6784,12 @@ export interface UpdateNFSFileShareInput {
|
|
|
6784
6784
|
* </note>
|
|
6785
6785
|
* @public
|
|
6786
6786
|
*/
|
|
6787
|
-
FileShareName?: string;
|
|
6787
|
+
FileShareName?: string | undefined;
|
|
6788
6788
|
/**
|
|
6789
6789
|
* <p>Specifies refresh cache information for the file share.</p>
|
|
6790
6790
|
* @public
|
|
6791
6791
|
*/
|
|
6792
|
-
CacheAttributes?: CacheAttributes;
|
|
6792
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
6793
6793
|
/**
|
|
6794
6794
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
6795
6795
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -6815,12 +6815,12 @@ export interface UpdateNFSFileShareInput {
|
|
|
6815
6815
|
* </p>
|
|
6816
6816
|
* @public
|
|
6817
6817
|
*/
|
|
6818
|
-
NotificationPolicy?: string;
|
|
6818
|
+
NotificationPolicy?: string | undefined;
|
|
6819
6819
|
/**
|
|
6820
6820
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
6821
6821
|
* @public
|
|
6822
6822
|
*/
|
|
6823
|
-
AuditDestinationARN?: string;
|
|
6823
|
+
AuditDestinationARN?: string | undefined;
|
|
6824
6824
|
}
|
|
6825
6825
|
/**
|
|
6826
6826
|
* <p>UpdateNFSFileShareOutput</p>
|
|
@@ -6831,7 +6831,7 @@ export interface UpdateNFSFileShareOutput {
|
|
|
6831
6831
|
* <p>The Amazon Resource Name (ARN) of the updated file share.</p>
|
|
6832
6832
|
* @public
|
|
6833
6833
|
*/
|
|
6834
|
-
FileShareARN?: string;
|
|
6834
|
+
FileShareARN?: string | undefined;
|
|
6835
6835
|
}
|
|
6836
6836
|
/**
|
|
6837
6837
|
* <p>UpdateSMBFileShareInput</p>
|
|
@@ -6858,7 +6858,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6858
6858
|
* </note>
|
|
6859
6859
|
* @public
|
|
6860
6860
|
*/
|
|
6861
|
-
EncryptionType?: EncryptionType;
|
|
6861
|
+
EncryptionType?: EncryptionType | undefined;
|
|
6862
6862
|
/**
|
|
6863
6863
|
* @deprecated
|
|
6864
6864
|
*
|
|
@@ -6880,7 +6880,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6880
6880
|
* </p>
|
|
6881
6881
|
* @public
|
|
6882
6882
|
*/
|
|
6883
|
-
KMSEncrypted?: boolean;
|
|
6883
|
+
KMSEncrypted?: boolean | undefined;
|
|
6884
6884
|
/**
|
|
6885
6885
|
* <p>Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used
|
|
6886
6886
|
* for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric
|
|
@@ -6888,7 +6888,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6888
6888
|
* <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>.</p>
|
|
6889
6889
|
* @public
|
|
6890
6890
|
*/
|
|
6891
|
-
KMSKey?: string;
|
|
6891
|
+
KMSKey?: string | undefined;
|
|
6892
6892
|
/**
|
|
6893
6893
|
* <p>The default storage class for objects put into an Amazon S3 bucket by the S3
|
|
6894
6894
|
* File Gateway. The default value is <code>S3_STANDARD</code>. Optional.</p>
|
|
@@ -6897,13 +6897,13 @@ export interface UpdateSMBFileShareInput {
|
|
|
6897
6897
|
* </p>
|
|
6898
6898
|
* @public
|
|
6899
6899
|
*/
|
|
6900
|
-
DefaultStorageClass?: string;
|
|
6900
|
+
DefaultStorageClass?: string | undefined;
|
|
6901
6901
|
/**
|
|
6902
6902
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
6903
6903
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
6904
6904
|
* @public
|
|
6905
6905
|
*/
|
|
6906
|
-
ObjectACL?: ObjectACL;
|
|
6906
|
+
ObjectACL?: ObjectACL | undefined;
|
|
6907
6907
|
/**
|
|
6908
6908
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
6909
6909
|
* to set write status to read-only, otherwise set to <code>false</code>.</p>
|
|
@@ -6911,7 +6911,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6911
6911
|
* </p>
|
|
6912
6912
|
* @public
|
|
6913
6913
|
*/
|
|
6914
|
-
ReadOnly?: boolean;
|
|
6914
|
+
ReadOnly?: boolean | undefined;
|
|
6915
6915
|
/**
|
|
6916
6916
|
* <p>A value that enables guessing of the MIME type for uploaded objects based on file
|
|
6917
6917
|
* extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set
|
|
@@ -6920,7 +6920,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6920
6920
|
* </p>
|
|
6921
6921
|
* @public
|
|
6922
6922
|
*/
|
|
6923
|
-
GuessMIMETypeEnabled?: boolean;
|
|
6923
|
+
GuessMIMETypeEnabled?: boolean | undefined;
|
|
6924
6924
|
/**
|
|
6925
6925
|
* <p>A value that sets who pays the cost of the request and the cost associated with data
|
|
6926
6926
|
* download from the S3 bucket. If this value is set to <code>true</code>, the requester pays
|
|
@@ -6936,7 +6936,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6936
6936
|
* </p>
|
|
6937
6937
|
* @public
|
|
6938
6938
|
*/
|
|
6939
|
-
RequesterPays?: boolean;
|
|
6939
|
+
RequesterPays?: boolean | undefined;
|
|
6940
6940
|
/**
|
|
6941
6941
|
* <p>Set this value to <code>true</code> to enable access control list (ACL) on the SMB file
|
|
6942
6942
|
* share. Set it to <code>false</code> to map file and directory permissions to the POSIX
|
|
@@ -6948,13 +6948,13 @@ export interface UpdateSMBFileShareInput {
|
|
|
6948
6948
|
* </p>
|
|
6949
6949
|
* @public
|
|
6950
6950
|
*/
|
|
6951
|
-
SMBACLEnabled?: boolean;
|
|
6951
|
+
SMBACLEnabled?: boolean | undefined;
|
|
6952
6952
|
/**
|
|
6953
6953
|
* <p>The files and folders on this share will only be visible to users with read
|
|
6954
6954
|
* access.</p>
|
|
6955
6955
|
* @public
|
|
6956
6956
|
*/
|
|
6957
|
-
AccessBasedEnumeration?: boolean;
|
|
6957
|
+
AccessBasedEnumeration?: boolean | undefined;
|
|
6958
6958
|
/**
|
|
6959
6959
|
* <p>A list of users or groups in the Active Directory that have administrator rights to the
|
|
6960
6960
|
* file share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -6963,7 +6963,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6963
6963
|
* <code>ActiveDirectory</code>.</p>
|
|
6964
6964
|
* @public
|
|
6965
6965
|
*/
|
|
6966
|
-
AdminUserList?: string[];
|
|
6966
|
+
AdminUserList?: string[] | undefined;
|
|
6967
6967
|
/**
|
|
6968
6968
|
* <p>A list of users or groups in the Active Directory that are allowed to access the file
|
|
6969
6969
|
* share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -6972,7 +6972,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6972
6972
|
* <code>ActiveDirectory</code>.</p>
|
|
6973
6973
|
* @public
|
|
6974
6974
|
*/
|
|
6975
|
-
ValidUserList?: string[];
|
|
6975
|
+
ValidUserList?: string[] | undefined;
|
|
6976
6976
|
/**
|
|
6977
6977
|
* <p>A list of users or groups in the Active Directory that are not allowed to access the
|
|
6978
6978
|
* file share. A group must be prefixed with the @ character. Acceptable formats include:
|
|
@@ -6981,12 +6981,12 @@ export interface UpdateSMBFileShareInput {
|
|
|
6981
6981
|
* <code>ActiveDirectory</code>.</p>
|
|
6982
6982
|
* @public
|
|
6983
6983
|
*/
|
|
6984
|
-
InvalidUserList?: string[];
|
|
6984
|
+
InvalidUserList?: string[] | undefined;
|
|
6985
6985
|
/**
|
|
6986
6986
|
* <p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>
|
|
6987
6987
|
* @public
|
|
6988
6988
|
*/
|
|
6989
|
-
AuditDestinationARN?: string;
|
|
6989
|
+
AuditDestinationARN?: string | undefined;
|
|
6990
6990
|
/**
|
|
6991
6991
|
* <p>The case of an object name in an Amazon S3 bucket. For
|
|
6992
6992
|
* <code>ClientSpecified</code>, the client determines the case sensitivity. For
|
|
@@ -6994,7 +6994,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6994
6994
|
* value is <code>ClientSpecified</code>.</p>
|
|
6995
6995
|
* @public
|
|
6996
6996
|
*/
|
|
6997
|
-
CaseSensitivity?: CaseSensitivity;
|
|
6997
|
+
CaseSensitivity?: CaseSensitivity | undefined;
|
|
6998
6998
|
/**
|
|
6999
6999
|
* <p>The name of the file share. Optional.</p>
|
|
7000
7000
|
* <note>
|
|
@@ -7007,12 +7007,12 @@ export interface UpdateSMBFileShareInput {
|
|
|
7007
7007
|
* </note>
|
|
7008
7008
|
* @public
|
|
7009
7009
|
*/
|
|
7010
|
-
FileShareName?: string;
|
|
7010
|
+
FileShareName?: string | undefined;
|
|
7011
7011
|
/**
|
|
7012
7012
|
* <p>Specifies refresh cache information for the file share.</p>
|
|
7013
7013
|
* @public
|
|
7014
7014
|
*/
|
|
7015
|
-
CacheAttributes?: CacheAttributes;
|
|
7015
|
+
CacheAttributes?: CacheAttributes | undefined;
|
|
7016
7016
|
/**
|
|
7017
7017
|
* <p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls
|
|
7018
7018
|
* the number of seconds to wait after the last point in time a client wrote to a file before
|
|
@@ -7038,7 +7038,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
7038
7038
|
* </p>
|
|
7039
7039
|
* @public
|
|
7040
7040
|
*/
|
|
7041
|
-
NotificationPolicy?: string;
|
|
7041
|
+
NotificationPolicy?: string | undefined;
|
|
7042
7042
|
/**
|
|
7043
7043
|
* <p>Specifies whether opportunistic locking is enabled for the SMB file share.</p>
|
|
7044
7044
|
* <note>
|
|
@@ -7049,7 +7049,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
7049
7049
|
* </p>
|
|
7050
7050
|
* @public
|
|
7051
7051
|
*/
|
|
7052
|
-
OplocksEnabled?: boolean;
|
|
7052
|
+
OplocksEnabled?: boolean | undefined;
|
|
7053
7053
|
}
|
|
7054
7054
|
/**
|
|
7055
7055
|
* <p>UpdateSMBFileShareOutput</p>
|
|
@@ -7060,7 +7060,7 @@ export interface UpdateSMBFileShareOutput {
|
|
|
7060
7060
|
* <p>The Amazon Resource Name (ARN) of the updated SMB file share.</p>
|
|
7061
7061
|
* @public
|
|
7062
7062
|
*/
|
|
7063
|
-
FileShareARN?: string;
|
|
7063
|
+
FileShareARN?: string | undefined;
|
|
7064
7064
|
}
|
|
7065
7065
|
/**
|
|
7066
7066
|
* @public
|
|
@@ -7087,7 +7087,7 @@ export interface UpdateSMBFileShareVisibilityOutput {
|
|
|
7087
7087
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
7088
7088
|
* @public
|
|
7089
7089
|
*/
|
|
7090
|
-
GatewayARN?: string;
|
|
7090
|
+
GatewayARN?: string | undefined;
|
|
7091
7091
|
}
|
|
7092
7092
|
/**
|
|
7093
7093
|
* @public
|
|
@@ -7115,7 +7115,7 @@ export interface UpdateSMBLocalGroupsOutput {
|
|
|
7115
7115
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
7116
7116
|
* @public
|
|
7117
7117
|
*/
|
|
7118
|
-
GatewayARN?: string;
|
|
7118
|
+
GatewayARN?: string | undefined;
|
|
7119
7119
|
}
|
|
7120
7120
|
/**
|
|
7121
7121
|
* @public
|
|
@@ -7162,7 +7162,7 @@ export interface UpdateSMBSecurityStrategyOutput {
|
|
|
7162
7162
|
* operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
7163
7163
|
* @public
|
|
7164
7164
|
*/
|
|
7165
|
-
GatewayARN?: string;
|
|
7165
|
+
GatewayARN?: string | undefined;
|
|
7166
7166
|
}
|
|
7167
7167
|
/**
|
|
7168
7168
|
* <p>A JSON object containing one or more of the following fields:</p>
|
|
@@ -7213,7 +7213,7 @@ export interface UpdateSnapshotScheduleInput {
|
|
|
7213
7213
|
* <p>Optional description of the snapshot that overwrites the existing description.</p>
|
|
7214
7214
|
* @public
|
|
7215
7215
|
*/
|
|
7216
|
-
Description?: string;
|
|
7216
|
+
Description?: string | undefined;
|
|
7217
7217
|
/**
|
|
7218
7218
|
* <p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value
|
|
7219
7219
|
* pair.</p>
|
|
@@ -7225,7 +7225,7 @@ export interface UpdateSnapshotScheduleInput {
|
|
|
7225
7225
|
* </note>
|
|
7226
7226
|
* @public
|
|
7227
7227
|
*/
|
|
7228
|
-
Tags?: Tag[];
|
|
7228
|
+
Tags?: Tag[] | undefined;
|
|
7229
7229
|
}
|
|
7230
7230
|
/**
|
|
7231
7231
|
* <p>A JSON object containing the Amazon Resource Name (ARN) of the updated storage
|
|
@@ -7238,7 +7238,7 @@ export interface UpdateSnapshotScheduleOutput {
|
|
|
7238
7238
|
* operation to return a list of gateway volumes.</p>
|
|
7239
7239
|
* @public
|
|
7240
7240
|
*/
|
|
7241
|
-
VolumeARN?: string;
|
|
7241
|
+
VolumeARN?: string | undefined;
|
|
7242
7242
|
}
|
|
7243
7243
|
/**
|
|
7244
7244
|
* @public
|
|
@@ -7267,7 +7267,7 @@ export interface UpdateVTLDeviceTypeOutput {
|
|
|
7267
7267
|
* <p>The Amazon Resource Name (ARN) of the medium changer you have selected.</p>
|
|
7268
7268
|
* @public
|
|
7269
7269
|
*/
|
|
7270
|
-
VTLDeviceARN?: string;
|
|
7270
|
+
VTLDeviceARN?: string | undefined;
|
|
7271
7271
|
}
|
|
7272
7272
|
/**
|
|
7273
7273
|
* @internal
|