@aws-sdk/client-fsx 3.40.0 → 3.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist-cjs/FSx.js +150 -0
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +36 -0
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +36 -0
- package/dist-cjs/commands/DeleteSnapshotCommand.js +36 -0
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +36 -0
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +36 -0
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +36 -0
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +36 -0
- package/dist-cjs/commands/UpdateSnapshotCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/models/models_0.js +386 -44
- package/dist-cjs/pagination/DescribeDataRepositoryAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1745 -131
- package/dist-es/FSx.js +150 -0
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotCommand.js +39 -0
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +39 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +39 -0
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +39 -0
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +39 -0
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +39 -0
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateSnapshotCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-es/models/models_0.js +277 -28
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +1653 -74
- package/dist-types/FSx.d.ts +406 -146
- package/dist-types/FSxClient.d.ts +12 -2
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyBackupCommand.d.ts +13 -13
- package/dist-types/commands/CreateBackupCommand.d.ts +28 -26
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +45 -0
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +7 -6
- package/dist-types/commands/CreateFileSystemCommand.d.ts +37 -17
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +15 -15
- package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -2
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +5 -4
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +15 -16
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +39 -0
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -5
- package/dist-types/commands/DescribeBackupsCommand.d.ts +18 -19
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +53 -0
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +61 -0
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +36 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +37 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +96 -23
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +35 -0
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +2705 -649
- package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/FSx.d.ts +50 -0
- package/dist-types/ts3.4/FSxClient.d.ts +12 -2
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +790 -81
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +4 -4
|
@@ -37,7 +37,10 @@ export declare enum AdministrativeActionType {
|
|
|
37
37
|
FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
38
38
|
FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
39
39
|
FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
|
|
40
|
-
|
|
40
|
+
RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
|
|
41
|
+
SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
|
|
42
|
+
STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
|
|
43
|
+
VOLUME_UPDATE = "VOLUME_UPDATE"
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface AdministrativeActionFailureDetails {
|
|
@@ -67,6 +70,7 @@ export declare namespace FileSystemFailureDetails {
|
|
|
67
70
|
export declare enum FileSystemType {
|
|
68
71
|
LUSTRE = "LUSTRE",
|
|
69
72
|
ONTAP = "ONTAP",
|
|
73
|
+
OPENZFS = "OPENZFS",
|
|
70
74
|
WINDOWS = "WINDOWS"
|
|
71
75
|
}
|
|
72
76
|
export declare enum FileSystemLifecycle {
|
|
@@ -84,6 +88,7 @@ export declare enum DataCompressionType {
|
|
|
84
88
|
export declare enum AutoImportPolicyType {
|
|
85
89
|
NEW = "NEW",
|
|
86
90
|
NEW_CHANGED = "NEW_CHANGED",
|
|
91
|
+
NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
|
|
87
92
|
NONE = "NONE"
|
|
88
93
|
}
|
|
89
94
|
|
|
@@ -99,6 +104,7 @@ export declare enum DataRepositoryLifecycle {
|
|
|
99
104
|
AVAILABLE = "AVAILABLE",
|
|
100
105
|
CREATING = "CREATING",
|
|
101
106
|
DELETING = "DELETING",
|
|
107
|
+
FAILED = "FAILED",
|
|
102
108
|
MISCONFIGURED = "MISCONFIGURED",
|
|
103
109
|
UPDATING = "UPDATING"
|
|
104
110
|
}
|
|
@@ -123,6 +129,7 @@ export declare namespace DataRepositoryConfiguration {
|
|
|
123
129
|
}
|
|
124
130
|
export declare enum LustreDeploymentType {
|
|
125
131
|
PERSISTENT_1 = "PERSISTENT_1",
|
|
132
|
+
PERSISTENT_2 = "PERSISTENT_2",
|
|
126
133
|
SCRATCH_1 = "SCRATCH_1",
|
|
127
134
|
SCRATCH_2 = "SCRATCH_2"
|
|
128
135
|
}
|
|
@@ -130,6 +137,23 @@ export declare enum DriveCacheType {
|
|
|
130
137
|
NONE = "NONE",
|
|
131
138
|
READ = "READ"
|
|
132
139
|
}
|
|
140
|
+
export declare enum LustreAccessAuditLogLevel {
|
|
141
|
+
DISABLED = "DISABLED",
|
|
142
|
+
ERROR_ONLY = "ERROR_ONLY",
|
|
143
|
+
WARN_ERROR = "WARN_ERROR",
|
|
144
|
+
WARN_ONLY = "WARN_ONLY"
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface LustreLogConfiguration {
|
|
148
|
+
|
|
149
|
+
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
150
|
+
|
|
151
|
+
Destination?: string;
|
|
152
|
+
}
|
|
153
|
+
export declare namespace LustreLogConfiguration {
|
|
154
|
+
|
|
155
|
+
const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
|
|
156
|
+
}
|
|
133
157
|
|
|
134
158
|
export interface LustreFileSystemConfiguration {
|
|
135
159
|
|
|
@@ -152,6 +176,8 @@ export interface LustreFileSystemConfiguration {
|
|
|
152
176
|
DriveCacheType?: DriveCacheType | string;
|
|
153
177
|
|
|
154
178
|
DataCompressionType?: DataCompressionType | string;
|
|
179
|
+
|
|
180
|
+
LogConfiguration?: LustreLogConfiguration;
|
|
155
181
|
}
|
|
156
182
|
export declare namespace LustreFileSystemConfiguration {
|
|
157
183
|
|
|
@@ -224,6 +250,34 @@ export declare namespace OntapFileSystemConfiguration {
|
|
|
224
250
|
|
|
225
251
|
const filterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
|
|
226
252
|
}
|
|
253
|
+
export declare enum OpenZFSDeploymentType {
|
|
254
|
+
SINGLE_AZ_1 = "SINGLE_AZ_1"
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export interface OpenZFSFileSystemConfiguration {
|
|
258
|
+
|
|
259
|
+
AutomaticBackupRetentionDays?: number;
|
|
260
|
+
|
|
261
|
+
CopyTagsToBackups?: boolean;
|
|
262
|
+
|
|
263
|
+
CopyTagsToVolumes?: boolean;
|
|
264
|
+
|
|
265
|
+
DailyAutomaticBackupStartTime?: string;
|
|
266
|
+
|
|
267
|
+
DeploymentType?: OpenZFSDeploymentType | string;
|
|
268
|
+
|
|
269
|
+
ThroughputCapacity?: number;
|
|
270
|
+
|
|
271
|
+
WeeklyMaintenanceStartTime?: string;
|
|
272
|
+
|
|
273
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
274
|
+
|
|
275
|
+
RootVolumeId?: string;
|
|
276
|
+
}
|
|
277
|
+
export declare namespace OpenZFSFileSystemConfiguration {
|
|
278
|
+
|
|
279
|
+
const filterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
|
|
280
|
+
}
|
|
227
281
|
export declare enum StorageType {
|
|
228
282
|
HDD = "HDD",
|
|
229
283
|
SSD = "SSD"
|
|
@@ -337,7 +391,14 @@ export declare namespace WindowsFileSystemConfiguration {
|
|
|
337
391
|
|
|
338
392
|
const filterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
|
|
339
393
|
}
|
|
394
|
+
export declare enum SnapshotLifecycle {
|
|
395
|
+
AVAILABLE = "AVAILABLE",
|
|
396
|
+
CREATING = "CREATING",
|
|
397
|
+
DELETING = "DELETING",
|
|
398
|
+
PENDING = "PENDING"
|
|
399
|
+
}
|
|
340
400
|
export declare enum VolumeLifecycle {
|
|
401
|
+
AVAILABLE = "AVAILABLE",
|
|
341
402
|
CREATED = "CREATED",
|
|
342
403
|
CREATING = "CREATING",
|
|
343
404
|
DELETING = "DELETING",
|
|
@@ -413,35 +474,92 @@ export declare namespace OntapVolumeConfiguration {
|
|
|
413
474
|
|
|
414
475
|
const filterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
|
|
415
476
|
}
|
|
416
|
-
export declare enum
|
|
417
|
-
|
|
477
|
+
export declare enum OpenZFSDataCompressionType {
|
|
478
|
+
NONE = "NONE",
|
|
479
|
+
ZSTD = "ZSTD"
|
|
418
480
|
}
|
|
419
481
|
|
|
420
|
-
export interface
|
|
482
|
+
export interface OpenZFSClientConfiguration {
|
|
421
483
|
|
|
422
|
-
|
|
484
|
+
Clients: string | undefined;
|
|
423
485
|
|
|
424
|
-
|
|
486
|
+
Options: string[] | undefined;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace OpenZFSClientConfiguration {
|
|
425
489
|
|
|
426
|
-
|
|
490
|
+
const filterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface OpenZFSNfsExport {
|
|
427
494
|
|
|
428
|
-
|
|
495
|
+
ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace OpenZFSNfsExport {
|
|
429
498
|
|
|
430
|
-
|
|
499
|
+
const filterSensitiveLog: (obj: OpenZFSNfsExport) => any;
|
|
500
|
+
}
|
|
501
|
+
export declare enum OpenZFSCopyStrategy {
|
|
502
|
+
CLONE = "CLONE",
|
|
503
|
+
FULL_COPY = "FULL_COPY"
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export interface OpenZFSOriginSnapshotConfiguration {
|
|
431
507
|
|
|
432
|
-
|
|
508
|
+
SnapshotARN?: string;
|
|
433
509
|
|
|
434
|
-
|
|
510
|
+
CopyStrategy?: OpenZFSCopyStrategy | string;
|
|
511
|
+
}
|
|
512
|
+
export declare namespace OpenZFSOriginSnapshotConfiguration {
|
|
435
513
|
|
|
436
|
-
|
|
514
|
+
const filterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
|
|
515
|
+
}
|
|
516
|
+
export declare enum OpenZFSQuotaType {
|
|
517
|
+
GROUP = "GROUP",
|
|
518
|
+
USER = "USER"
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export interface OpenZFSUserOrGroupQuota {
|
|
437
522
|
|
|
438
|
-
|
|
523
|
+
Type: OpenZFSQuotaType | string | undefined;
|
|
439
524
|
|
|
440
|
-
|
|
525
|
+
Id: number | undefined;
|
|
526
|
+
|
|
527
|
+
StorageCapacityQuotaGiB: number | undefined;
|
|
441
528
|
}
|
|
442
|
-
export declare namespace
|
|
529
|
+
export declare namespace OpenZFSUserOrGroupQuota {
|
|
443
530
|
|
|
444
|
-
const filterSensitiveLog: (obj:
|
|
531
|
+
const filterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export interface OpenZFSVolumeConfiguration {
|
|
535
|
+
|
|
536
|
+
ParentVolumeId?: string;
|
|
537
|
+
|
|
538
|
+
VolumePath?: string;
|
|
539
|
+
|
|
540
|
+
StorageCapacityReservationGiB?: number;
|
|
541
|
+
|
|
542
|
+
StorageCapacityQuotaGiB?: number;
|
|
543
|
+
|
|
544
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
545
|
+
|
|
546
|
+
CopyTagsToSnapshots?: boolean;
|
|
547
|
+
|
|
548
|
+
OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
|
|
549
|
+
|
|
550
|
+
ReadOnly?: boolean;
|
|
551
|
+
|
|
552
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
553
|
+
|
|
554
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
555
|
+
}
|
|
556
|
+
export declare namespace OpenZFSVolumeConfiguration {
|
|
557
|
+
|
|
558
|
+
const filterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
|
|
559
|
+
}
|
|
560
|
+
export declare enum VolumeType {
|
|
561
|
+
ONTAP = "ONTAP",
|
|
562
|
+
OPENZFS = "OPENZFS"
|
|
445
563
|
}
|
|
446
564
|
|
|
447
565
|
export interface AssociateFileSystemAliasesRequest {
|
|
@@ -498,6 +616,29 @@ export declare namespace InternalServerError {
|
|
|
498
616
|
|
|
499
617
|
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
500
618
|
}
|
|
619
|
+
export declare enum EventType {
|
|
620
|
+
CHANGED = "CHANGED",
|
|
621
|
+
DELETED = "DELETED",
|
|
622
|
+
NEW = "NEW"
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface AutoExportPolicy {
|
|
626
|
+
|
|
627
|
+
Events?: (EventType | string)[];
|
|
628
|
+
}
|
|
629
|
+
export declare namespace AutoExportPolicy {
|
|
630
|
+
|
|
631
|
+
const filterSensitiveLog: (obj: AutoExportPolicy) => any;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
export interface AutoImportPolicy {
|
|
635
|
+
|
|
636
|
+
Events?: (EventType | string)[];
|
|
637
|
+
}
|
|
638
|
+
export declare namespace AutoImportPolicy {
|
|
639
|
+
|
|
640
|
+
const filterSensitiveLog: (obj: AutoImportPolicy) => any;
|
|
641
|
+
}
|
|
501
642
|
|
|
502
643
|
export interface CancelDataRepositoryTaskRequest {
|
|
503
644
|
|
|
@@ -745,6 +886,78 @@ export declare namespace VolumeNotFound {
|
|
|
745
886
|
|
|
746
887
|
const filterSensitiveLog: (obj: VolumeNotFound) => any;
|
|
747
888
|
}
|
|
889
|
+
|
|
890
|
+
export interface S3DataRepositoryConfiguration {
|
|
891
|
+
|
|
892
|
+
AutoImportPolicy?: AutoImportPolicy;
|
|
893
|
+
|
|
894
|
+
AutoExportPolicy?: AutoExportPolicy;
|
|
895
|
+
}
|
|
896
|
+
export declare namespace S3DataRepositoryConfiguration {
|
|
897
|
+
|
|
898
|
+
const filterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
|
|
899
|
+
}
|
|
900
|
+
export interface CreateDataRepositoryAssociationRequest {
|
|
901
|
+
|
|
902
|
+
FileSystemId: string | undefined;
|
|
903
|
+
|
|
904
|
+
FileSystemPath: string | undefined;
|
|
905
|
+
|
|
906
|
+
DataRepositoryPath: string | undefined;
|
|
907
|
+
|
|
908
|
+
BatchImportMetaDataOnCreate?: boolean;
|
|
909
|
+
|
|
910
|
+
ImportedFileChunkSize?: number;
|
|
911
|
+
|
|
912
|
+
S3?: S3DataRepositoryConfiguration;
|
|
913
|
+
|
|
914
|
+
ClientRequestToken?: string;
|
|
915
|
+
|
|
916
|
+
Tags?: Tag[];
|
|
917
|
+
}
|
|
918
|
+
export declare namespace CreateDataRepositoryAssociationRequest {
|
|
919
|
+
|
|
920
|
+
const filterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export interface DataRepositoryAssociation {
|
|
924
|
+
|
|
925
|
+
AssociationId?: string;
|
|
926
|
+
|
|
927
|
+
ResourceARN?: string;
|
|
928
|
+
|
|
929
|
+
FileSystemId?: string;
|
|
930
|
+
|
|
931
|
+
Lifecycle?: DataRepositoryLifecycle | string;
|
|
932
|
+
|
|
933
|
+
FailureDetails?: DataRepositoryFailureDetails;
|
|
934
|
+
|
|
935
|
+
FileSystemPath?: string;
|
|
936
|
+
|
|
937
|
+
DataRepositoryPath?: string;
|
|
938
|
+
|
|
939
|
+
BatchImportMetaDataOnCreate?: boolean;
|
|
940
|
+
|
|
941
|
+
ImportedFileChunkSize?: number;
|
|
942
|
+
|
|
943
|
+
S3?: S3DataRepositoryConfiguration;
|
|
944
|
+
|
|
945
|
+
Tags?: Tag[];
|
|
946
|
+
|
|
947
|
+
CreationTime?: Date;
|
|
948
|
+
}
|
|
949
|
+
export declare namespace DataRepositoryAssociation {
|
|
950
|
+
|
|
951
|
+
const filterSensitiveLog: (obj: DataRepositoryAssociation) => any;
|
|
952
|
+
}
|
|
953
|
+
export interface CreateDataRepositoryAssociationResponse {
|
|
954
|
+
|
|
955
|
+
Association?: DataRepositoryAssociation;
|
|
956
|
+
}
|
|
957
|
+
export declare namespace CreateDataRepositoryAssociationResponse {
|
|
958
|
+
|
|
959
|
+
const filterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
|
|
960
|
+
}
|
|
748
961
|
export declare enum ReportFormat {
|
|
749
962
|
REPORT_CSV_20191124 = "REPORT_CSV_20191124"
|
|
750
963
|
}
|
|
@@ -767,7 +980,8 @@ export declare namespace CompletionReport {
|
|
|
767
980
|
const filterSensitiveLog: (obj: CompletionReport) => any;
|
|
768
981
|
}
|
|
769
982
|
export declare enum DataRepositoryTaskType {
|
|
770
|
-
EXPORT = "EXPORT_TO_REPOSITORY"
|
|
983
|
+
EXPORT = "EXPORT_TO_REPOSITORY",
|
|
984
|
+
IMPORT = "IMPORT_METADATA_FROM_REPOSITORY"
|
|
771
985
|
}
|
|
772
986
|
export interface CreateDataRepositoryTaskRequest {
|
|
773
987
|
|
|
@@ -864,6 +1078,17 @@ export declare namespace DataRepositoryTaskExecuting {
|
|
|
864
1078
|
const filterSensitiveLog: (obj: DataRepositoryTaskExecuting) => any;
|
|
865
1079
|
}
|
|
866
1080
|
|
|
1081
|
+
export interface LustreLogCreateConfiguration {
|
|
1082
|
+
|
|
1083
|
+
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
1084
|
+
|
|
1085
|
+
Destination?: string;
|
|
1086
|
+
}
|
|
1087
|
+
export declare namespace LustreLogCreateConfiguration {
|
|
1088
|
+
|
|
1089
|
+
const filterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
867
1092
|
export interface CreateFileSystemLustreConfiguration {
|
|
868
1093
|
|
|
869
1094
|
WeeklyMaintenanceStartTime?: string;
|
|
@@ -889,6 +1114,8 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
889
1114
|
DriveCacheType?: DriveCacheType | string;
|
|
890
1115
|
|
|
891
1116
|
DataCompressionType?: DataCompressionType | string;
|
|
1117
|
+
|
|
1118
|
+
LogConfiguration?: LustreLogCreateConfiguration;
|
|
892
1119
|
}
|
|
893
1120
|
export declare namespace CreateFileSystemLustreConfiguration {
|
|
894
1121
|
|
|
@@ -922,6 +1149,48 @@ export declare namespace CreateFileSystemOntapConfiguration {
|
|
|
922
1149
|
const filterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
|
|
923
1150
|
}
|
|
924
1151
|
|
|
1152
|
+
export interface OpenZFSCreateRootVolumeConfiguration {
|
|
1153
|
+
|
|
1154
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1155
|
+
|
|
1156
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
1157
|
+
|
|
1158
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1159
|
+
|
|
1160
|
+
CopyTagsToSnapshots?: boolean;
|
|
1161
|
+
|
|
1162
|
+
ReadOnly?: boolean;
|
|
1163
|
+
}
|
|
1164
|
+
export declare namespace OpenZFSCreateRootVolumeConfiguration {
|
|
1165
|
+
|
|
1166
|
+
const filterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export interface CreateFileSystemOpenZFSConfiguration {
|
|
1170
|
+
|
|
1171
|
+
AutomaticBackupRetentionDays?: number;
|
|
1172
|
+
|
|
1173
|
+
CopyTagsToBackups?: boolean;
|
|
1174
|
+
|
|
1175
|
+
CopyTagsToVolumes?: boolean;
|
|
1176
|
+
|
|
1177
|
+
DailyAutomaticBackupStartTime?: string;
|
|
1178
|
+
|
|
1179
|
+
DeploymentType: OpenZFSDeploymentType | string | undefined;
|
|
1180
|
+
|
|
1181
|
+
ThroughputCapacity: number | undefined;
|
|
1182
|
+
|
|
1183
|
+
WeeklyMaintenanceStartTime?: string;
|
|
1184
|
+
|
|
1185
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
1186
|
+
|
|
1187
|
+
RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
|
|
1188
|
+
}
|
|
1189
|
+
export declare namespace CreateFileSystemOpenZFSConfiguration {
|
|
1190
|
+
|
|
1191
|
+
const filterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
925
1194
|
export interface WindowsAuditLogCreateConfiguration {
|
|
926
1195
|
|
|
927
1196
|
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
@@ -1008,6 +1277,8 @@ export interface CreateFileSystemRequest {
|
|
|
1008
1277
|
OntapConfiguration?: CreateFileSystemOntapConfiguration;
|
|
1009
1278
|
|
|
1010
1279
|
FileSystemTypeVersion?: string;
|
|
1280
|
+
|
|
1281
|
+
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1011
1282
|
}
|
|
1012
1283
|
export declare namespace CreateFileSystemRequest {
|
|
1013
1284
|
|
|
@@ -1096,11 +1367,27 @@ export interface CreateFileSystemFromBackupRequest {
|
|
|
1096
1367
|
KmsKeyId?: string;
|
|
1097
1368
|
|
|
1098
1369
|
FileSystemTypeVersion?: string;
|
|
1370
|
+
|
|
1371
|
+
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1099
1372
|
}
|
|
1100
1373
|
export declare namespace CreateFileSystemFromBackupRequest {
|
|
1101
1374
|
|
|
1102
1375
|
const filterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
|
|
1103
1376
|
}
|
|
1377
|
+
export interface CreateSnapshotRequest {
|
|
1378
|
+
|
|
1379
|
+
ClientRequestToken?: string;
|
|
1380
|
+
|
|
1381
|
+
Name: string | undefined;
|
|
1382
|
+
|
|
1383
|
+
VolumeId: string | undefined;
|
|
1384
|
+
|
|
1385
|
+
Tags?: Tag[];
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace CreateSnapshotRequest {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
|
|
1390
|
+
}
|
|
1104
1391
|
|
|
1105
1392
|
export interface CreateSvmActiveDirectoryConfiguration {
|
|
1106
1393
|
|
|
@@ -1248,6 +1535,42 @@ export declare namespace CreateOntapVolumeConfiguration {
|
|
|
1248
1535
|
|
|
1249
1536
|
const filterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
|
|
1250
1537
|
}
|
|
1538
|
+
|
|
1539
|
+
export interface CreateOpenZFSOriginSnapshotConfiguration {
|
|
1540
|
+
|
|
1541
|
+
SnapshotARN: string | undefined;
|
|
1542
|
+
|
|
1543
|
+
CopyStrategy: OpenZFSCopyStrategy | string | undefined;
|
|
1544
|
+
}
|
|
1545
|
+
export declare namespace CreateOpenZFSOriginSnapshotConfiguration {
|
|
1546
|
+
|
|
1547
|
+
const filterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
export interface CreateOpenZFSVolumeConfiguration {
|
|
1551
|
+
|
|
1552
|
+
ParentVolumeId: string | undefined;
|
|
1553
|
+
|
|
1554
|
+
StorageCapacityReservationGiB?: number;
|
|
1555
|
+
|
|
1556
|
+
StorageCapacityQuotaGiB?: number;
|
|
1557
|
+
|
|
1558
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1559
|
+
|
|
1560
|
+
CopyTagsToSnapshots?: boolean;
|
|
1561
|
+
|
|
1562
|
+
OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
|
|
1563
|
+
|
|
1564
|
+
ReadOnly?: boolean;
|
|
1565
|
+
|
|
1566
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
1567
|
+
|
|
1568
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1569
|
+
}
|
|
1570
|
+
export declare namespace CreateOpenZFSVolumeConfiguration {
|
|
1571
|
+
|
|
1572
|
+
const filterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
|
|
1573
|
+
}
|
|
1251
1574
|
export interface CreateVolumeRequest {
|
|
1252
1575
|
|
|
1253
1576
|
ClientRequestToken?: string;
|
|
@@ -1259,19 +1582,13 @@ export interface CreateVolumeRequest {
|
|
|
1259
1582
|
OntapConfiguration?: CreateOntapVolumeConfiguration;
|
|
1260
1583
|
|
|
1261
1584
|
Tags?: Tag[];
|
|
1585
|
+
|
|
1586
|
+
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
|
|
1262
1587
|
}
|
|
1263
1588
|
export declare namespace CreateVolumeRequest {
|
|
1264
1589
|
|
|
1265
1590
|
const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
|
|
1266
1591
|
}
|
|
1267
|
-
export interface CreateVolumeResponse {
|
|
1268
|
-
|
|
1269
|
-
Volume?: Volume;
|
|
1270
|
-
}
|
|
1271
|
-
export declare namespace CreateVolumeResponse {
|
|
1272
|
-
|
|
1273
|
-
const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
|
|
1274
|
-
}
|
|
1275
1592
|
|
|
1276
1593
|
export interface MissingVolumeConfiguration extends __SmithyException, $MetadataBearer {
|
|
1277
1594
|
name: "MissingVolumeConfiguration";
|
|
@@ -1310,14 +1627,6 @@ export declare namespace CreateVolumeFromBackupRequest {
|
|
|
1310
1627
|
|
|
1311
1628
|
const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
|
|
1312
1629
|
}
|
|
1313
|
-
export interface CreateVolumeFromBackupResponse {
|
|
1314
|
-
|
|
1315
|
-
Volume?: Volume;
|
|
1316
|
-
}
|
|
1317
|
-
export declare namespace CreateVolumeFromBackupResponse {
|
|
1318
|
-
|
|
1319
|
-
const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
|
|
1320
|
-
}
|
|
1321
1630
|
|
|
1322
1631
|
export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
|
|
1323
1632
|
name: "BackupBeingCopied";
|
|
@@ -1367,6 +1676,41 @@ export declare namespace DeleteBackupResponse {
|
|
|
1367
1676
|
const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
|
|
1368
1677
|
}
|
|
1369
1678
|
|
|
1679
|
+
export interface DataRepositoryAssociationNotFound extends __SmithyException, $MetadataBearer {
|
|
1680
|
+
name: "DataRepositoryAssociationNotFound";
|
|
1681
|
+
$fault: "client";
|
|
1682
|
+
|
|
1683
|
+
Message?: string;
|
|
1684
|
+
}
|
|
1685
|
+
export declare namespace DataRepositoryAssociationNotFound {
|
|
1686
|
+
|
|
1687
|
+
const filterSensitiveLog: (obj: DataRepositoryAssociationNotFound) => any;
|
|
1688
|
+
}
|
|
1689
|
+
export interface DeleteDataRepositoryAssociationRequest {
|
|
1690
|
+
|
|
1691
|
+
AssociationId: string | undefined;
|
|
1692
|
+
|
|
1693
|
+
ClientRequestToken?: string;
|
|
1694
|
+
|
|
1695
|
+
DeleteDataInFileSystem: boolean | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
export declare namespace DeleteDataRepositoryAssociationRequest {
|
|
1698
|
+
|
|
1699
|
+
const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
|
|
1700
|
+
}
|
|
1701
|
+
export interface DeleteDataRepositoryAssociationResponse {
|
|
1702
|
+
|
|
1703
|
+
AssociationId?: string;
|
|
1704
|
+
|
|
1705
|
+
Lifecycle?: DataRepositoryLifecycle | string;
|
|
1706
|
+
|
|
1707
|
+
DeleteDataInFileSystem?: boolean;
|
|
1708
|
+
}
|
|
1709
|
+
export declare namespace DeleteDataRepositoryAssociationResponse {
|
|
1710
|
+
|
|
1711
|
+
const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1370
1714
|
export interface DeleteFileSystemLustreConfiguration {
|
|
1371
1715
|
|
|
1372
1716
|
SkipFinalBackup?: boolean;
|
|
@@ -1378,6 +1722,17 @@ export declare namespace DeleteFileSystemLustreConfiguration {
|
|
|
1378
1722
|
const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
|
|
1379
1723
|
}
|
|
1380
1724
|
|
|
1725
|
+
export interface DeleteFileSystemOpenZFSConfiguration {
|
|
1726
|
+
|
|
1727
|
+
SkipFinalBackup?: boolean;
|
|
1728
|
+
|
|
1729
|
+
FinalBackupTags?: Tag[];
|
|
1730
|
+
}
|
|
1731
|
+
export declare namespace DeleteFileSystemOpenZFSConfiguration {
|
|
1732
|
+
|
|
1733
|
+
const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1381
1736
|
export interface DeleteFileSystemWindowsConfiguration {
|
|
1382
1737
|
|
|
1383
1738
|
SkipFinalBackup?: boolean;
|
|
@@ -1398,6 +1753,8 @@ export interface DeleteFileSystemRequest {
|
|
|
1398
1753
|
WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
|
|
1399
1754
|
|
|
1400
1755
|
LustreConfiguration?: DeleteFileSystemLustreConfiguration;
|
|
1756
|
+
|
|
1757
|
+
OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
|
|
1401
1758
|
}
|
|
1402
1759
|
export declare namespace DeleteFileSystemRequest {
|
|
1403
1760
|
|
|
@@ -1415,13 +1772,24 @@ export declare namespace DeleteFileSystemLustreResponse {
|
|
|
1415
1772
|
const filterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
|
|
1416
1773
|
}
|
|
1417
1774
|
|
|
1418
|
-
export interface
|
|
1775
|
+
export interface DeleteFileSystemOpenZFSResponse {
|
|
1419
1776
|
|
|
1420
1777
|
FinalBackupId?: string;
|
|
1421
1778
|
|
|
1422
1779
|
FinalBackupTags?: Tag[];
|
|
1423
1780
|
}
|
|
1424
|
-
export declare namespace
|
|
1781
|
+
export declare namespace DeleteFileSystemOpenZFSResponse {
|
|
1782
|
+
|
|
1783
|
+
const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
export interface DeleteFileSystemWindowsResponse {
|
|
1787
|
+
|
|
1788
|
+
FinalBackupId?: string;
|
|
1789
|
+
|
|
1790
|
+
FinalBackupTags?: Tag[];
|
|
1791
|
+
}
|
|
1792
|
+
export declare namespace DeleteFileSystemWindowsResponse {
|
|
1425
1793
|
|
|
1426
1794
|
const filterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
|
|
1427
1795
|
}
|
|
@@ -1435,11 +1803,44 @@ export interface DeleteFileSystemResponse {
|
|
|
1435
1803
|
WindowsResponse?: DeleteFileSystemWindowsResponse;
|
|
1436
1804
|
|
|
1437
1805
|
LustreResponse?: DeleteFileSystemLustreResponse;
|
|
1806
|
+
|
|
1807
|
+
OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
|
|
1438
1808
|
}
|
|
1439
1809
|
export declare namespace DeleteFileSystemResponse {
|
|
1440
1810
|
|
|
1441
1811
|
const filterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
|
|
1442
1812
|
}
|
|
1813
|
+
export interface DeleteSnapshotRequest {
|
|
1814
|
+
|
|
1815
|
+
ClientRequestToken?: string;
|
|
1816
|
+
|
|
1817
|
+
SnapshotId: string | undefined;
|
|
1818
|
+
}
|
|
1819
|
+
export declare namespace DeleteSnapshotRequest {
|
|
1820
|
+
|
|
1821
|
+
const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
|
|
1822
|
+
}
|
|
1823
|
+
export interface DeleteSnapshotResponse {
|
|
1824
|
+
|
|
1825
|
+
SnapshotId?: string;
|
|
1826
|
+
|
|
1827
|
+
Lifecycle?: SnapshotLifecycle | string;
|
|
1828
|
+
}
|
|
1829
|
+
export declare namespace DeleteSnapshotResponse {
|
|
1830
|
+
|
|
1831
|
+
const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
export interface SnapshotNotFound extends __SmithyException, $MetadataBearer {
|
|
1835
|
+
name: "SnapshotNotFound";
|
|
1836
|
+
$fault: "client";
|
|
1837
|
+
|
|
1838
|
+
Message?: string;
|
|
1839
|
+
}
|
|
1840
|
+
export declare namespace SnapshotNotFound {
|
|
1841
|
+
|
|
1842
|
+
const filterSensitiveLog: (obj: SnapshotNotFound) => any;
|
|
1843
|
+
}
|
|
1443
1844
|
export interface DeleteStorageVirtualMachineRequest {
|
|
1444
1845
|
|
|
1445
1846
|
ClientRequestToken?: string;
|
|
@@ -1471,6 +1872,18 @@ export declare namespace DeleteVolumeOntapConfiguration {
|
|
|
1471
1872
|
|
|
1472
1873
|
const filterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
|
|
1473
1874
|
}
|
|
1875
|
+
export declare enum DeleteOpenZFSVolumeOption {
|
|
1876
|
+
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
export interface DeleteVolumeOpenZFSConfiguration {
|
|
1880
|
+
|
|
1881
|
+
Options?: (DeleteOpenZFSVolumeOption | string)[];
|
|
1882
|
+
}
|
|
1883
|
+
export declare namespace DeleteVolumeOpenZFSConfiguration {
|
|
1884
|
+
|
|
1885
|
+
const filterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
|
|
1886
|
+
}
|
|
1474
1887
|
export interface DeleteVolumeRequest {
|
|
1475
1888
|
|
|
1476
1889
|
ClientRequestToken?: string;
|
|
@@ -1478,6 +1891,8 @@ export interface DeleteVolumeRequest {
|
|
|
1478
1891
|
VolumeId: string | undefined;
|
|
1479
1892
|
|
|
1480
1893
|
OntapConfiguration?: DeleteVolumeOntapConfiguration;
|
|
1894
|
+
|
|
1895
|
+
OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
|
|
1481
1896
|
}
|
|
1482
1897
|
export declare namespace DeleteVolumeRequest {
|
|
1483
1898
|
|
|
@@ -1508,6 +1923,7 @@ export declare namespace DeleteVolumeResponse {
|
|
|
1508
1923
|
}
|
|
1509
1924
|
export declare enum FilterName {
|
|
1510
1925
|
BACKUP_TYPE = "backup-type",
|
|
1926
|
+
DATA_REPOSITORY_TYPE = "data-repository-type",
|
|
1511
1927
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1512
1928
|
FILE_SYSTEM_TYPE = "file-system-type",
|
|
1513
1929
|
VOLUME_ID = "volume-id"
|
|
@@ -1538,7 +1954,43 @@ export declare namespace DescribeBackupsRequest {
|
|
|
1538
1954
|
|
|
1539
1955
|
const filterSensitiveLog: (obj: DescribeBackupsRequest) => any;
|
|
1540
1956
|
}
|
|
1957
|
+
export interface DescribeDataRepositoryAssociationsRequest {
|
|
1958
|
+
|
|
1959
|
+
AssociationIds?: string[];
|
|
1960
|
+
|
|
1961
|
+
Filters?: Filter[];
|
|
1962
|
+
|
|
1963
|
+
MaxResults?: number;
|
|
1964
|
+
|
|
1965
|
+
NextToken?: string;
|
|
1966
|
+
}
|
|
1967
|
+
export declare namespace DescribeDataRepositoryAssociationsRequest {
|
|
1968
|
+
|
|
1969
|
+
const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
|
|
1970
|
+
}
|
|
1971
|
+
export interface DescribeDataRepositoryAssociationsResponse {
|
|
1972
|
+
|
|
1973
|
+
Associations?: DataRepositoryAssociation[];
|
|
1974
|
+
|
|
1975
|
+
NextToken?: string;
|
|
1976
|
+
}
|
|
1977
|
+
export declare namespace DescribeDataRepositoryAssociationsResponse {
|
|
1978
|
+
|
|
1979
|
+
const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
export interface InvalidDataRepositoryType extends __SmithyException, $MetadataBearer {
|
|
1983
|
+
name: "InvalidDataRepositoryType";
|
|
1984
|
+
$fault: "client";
|
|
1985
|
+
|
|
1986
|
+
Message?: string;
|
|
1987
|
+
}
|
|
1988
|
+
export declare namespace InvalidDataRepositoryType {
|
|
1989
|
+
|
|
1990
|
+
const filterSensitiveLog: (obj: InvalidDataRepositoryType) => any;
|
|
1991
|
+
}
|
|
1541
1992
|
export declare enum DataRepositoryTaskFilterName {
|
|
1993
|
+
DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
|
|
1542
1994
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1543
1995
|
TASK_LIFECYCLE = "task-lifecycle"
|
|
1544
1996
|
}
|
|
@@ -1616,6 +2068,35 @@ export declare namespace DescribeFileSystemsRequest {
|
|
|
1616
2068
|
|
|
1617
2069
|
const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
1618
2070
|
}
|
|
2071
|
+
export declare enum SnapshotFilterName {
|
|
2072
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
2073
|
+
VOLUME_ID = "volume-id"
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
export interface SnapshotFilter {
|
|
2077
|
+
|
|
2078
|
+
Name?: SnapshotFilterName | string;
|
|
2079
|
+
|
|
2080
|
+
Values?: string[];
|
|
2081
|
+
}
|
|
2082
|
+
export declare namespace SnapshotFilter {
|
|
2083
|
+
|
|
2084
|
+
const filterSensitiveLog: (obj: SnapshotFilter) => any;
|
|
2085
|
+
}
|
|
2086
|
+
export interface DescribeSnapshotsRequest {
|
|
2087
|
+
|
|
2088
|
+
SnapshotIds?: string[];
|
|
2089
|
+
|
|
2090
|
+
Filters?: SnapshotFilter[];
|
|
2091
|
+
|
|
2092
|
+
MaxResults?: number;
|
|
2093
|
+
|
|
2094
|
+
NextToken?: string;
|
|
2095
|
+
}
|
|
2096
|
+
export declare namespace DescribeSnapshotsRequest {
|
|
2097
|
+
|
|
2098
|
+
const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
|
|
2099
|
+
}
|
|
1619
2100
|
export declare enum StorageVirtualMachineFilterName {
|
|
1620
2101
|
FILE_SYSTEM_ID = "file-system-id"
|
|
1621
2102
|
}
|
|
@@ -1683,16 +2164,6 @@ export declare namespace DescribeVolumesRequest {
|
|
|
1683
2164
|
|
|
1684
2165
|
const filterSensitiveLog: (obj: DescribeVolumesRequest) => any;
|
|
1685
2166
|
}
|
|
1686
|
-
export interface DescribeVolumesResponse {
|
|
1687
|
-
|
|
1688
|
-
Volumes?: Volume[];
|
|
1689
|
-
|
|
1690
|
-
NextToken?: string;
|
|
1691
|
-
}
|
|
1692
|
-
export declare namespace DescribeVolumesResponse {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
|
|
1695
|
-
}
|
|
1696
2167
|
|
|
1697
2168
|
export interface DisassociateFileSystemAliasesRequest {
|
|
1698
2169
|
|
|
@@ -1778,6 +2249,44 @@ export declare namespace ResourceNotFound {
|
|
|
1778
2249
|
|
|
1779
2250
|
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
1780
2251
|
}
|
|
2252
|
+
export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
2253
|
+
|
|
2254
|
+
FileSystemId: string | undefined;
|
|
2255
|
+
|
|
2256
|
+
ClientRequestToken?: string;
|
|
2257
|
+
}
|
|
2258
|
+
export declare namespace ReleaseFileSystemNfsV3LocksRequest {
|
|
2259
|
+
|
|
2260
|
+
const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
|
|
2261
|
+
}
|
|
2262
|
+
export declare enum RestoreOpenZFSVolumeOption {
|
|
2263
|
+
DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
|
|
2264
|
+
DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
|
|
2265
|
+
}
|
|
2266
|
+
export interface RestoreVolumeFromSnapshotRequest {
|
|
2267
|
+
|
|
2268
|
+
ClientRequestToken?: string;
|
|
2269
|
+
|
|
2270
|
+
VolumeId: string | undefined;
|
|
2271
|
+
|
|
2272
|
+
SnapshotId: string | undefined;
|
|
2273
|
+
|
|
2274
|
+
Options?: (RestoreOpenZFSVolumeOption | string)[];
|
|
2275
|
+
}
|
|
2276
|
+
export declare namespace RestoreVolumeFromSnapshotRequest {
|
|
2277
|
+
|
|
2278
|
+
const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
|
|
2279
|
+
}
|
|
2280
|
+
export interface RestoreVolumeFromSnapshotResponse {
|
|
2281
|
+
|
|
2282
|
+
VolumeId?: string;
|
|
2283
|
+
|
|
2284
|
+
Lifecycle?: VolumeLifecycle | string;
|
|
2285
|
+
}
|
|
2286
|
+
export declare namespace RestoreVolumeFromSnapshotResponse {
|
|
2287
|
+
|
|
2288
|
+
const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
|
|
2289
|
+
}
|
|
1781
2290
|
|
|
1782
2291
|
export interface TagResourceRequest {
|
|
1783
2292
|
|
|
@@ -1814,6 +2323,28 @@ export declare namespace UntagResourceResponse {
|
|
|
1814
2323
|
|
|
1815
2324
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1816
2325
|
}
|
|
2326
|
+
export interface UpdateDataRepositoryAssociationRequest {
|
|
2327
|
+
|
|
2328
|
+
AssociationId: string | undefined;
|
|
2329
|
+
|
|
2330
|
+
ClientRequestToken?: string;
|
|
2331
|
+
|
|
2332
|
+
ImportedFileChunkSize?: number;
|
|
2333
|
+
|
|
2334
|
+
S3?: S3DataRepositoryConfiguration;
|
|
2335
|
+
}
|
|
2336
|
+
export declare namespace UpdateDataRepositoryAssociationRequest {
|
|
2337
|
+
|
|
2338
|
+
const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
|
|
2339
|
+
}
|
|
2340
|
+
export interface UpdateDataRepositoryAssociationResponse {
|
|
2341
|
+
|
|
2342
|
+
Association?: DataRepositoryAssociation;
|
|
2343
|
+
}
|
|
2344
|
+
export declare namespace UpdateDataRepositoryAssociationResponse {
|
|
2345
|
+
|
|
2346
|
+
const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
|
|
2347
|
+
}
|
|
1817
2348
|
|
|
1818
2349
|
export interface UpdateFileSystemLustreConfiguration {
|
|
1819
2350
|
|
|
@@ -1826,6 +2357,8 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
1826
2357
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
1827
2358
|
|
|
1828
2359
|
DataCompressionType?: DataCompressionType | string;
|
|
2360
|
+
|
|
2361
|
+
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1829
2362
|
}
|
|
1830
2363
|
export declare namespace UpdateFileSystemLustreConfiguration {
|
|
1831
2364
|
|
|
@@ -1847,6 +2380,27 @@ export declare namespace UpdateFileSystemOntapConfiguration {
|
|
|
1847
2380
|
const filterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
|
|
1848
2381
|
}
|
|
1849
2382
|
|
|
2383
|
+
export interface UpdateFileSystemOpenZFSConfiguration {
|
|
2384
|
+
|
|
2385
|
+
AutomaticBackupRetentionDays?: number;
|
|
2386
|
+
|
|
2387
|
+
CopyTagsToBackups?: boolean;
|
|
2388
|
+
|
|
2389
|
+
CopyTagsToVolumes?: boolean;
|
|
2390
|
+
|
|
2391
|
+
DailyAutomaticBackupStartTime?: string;
|
|
2392
|
+
|
|
2393
|
+
ThroughputCapacity?: number;
|
|
2394
|
+
|
|
2395
|
+
WeeklyMaintenanceStartTime?: string;
|
|
2396
|
+
|
|
2397
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
2398
|
+
}
|
|
2399
|
+
export declare namespace UpdateFileSystemOpenZFSConfiguration {
|
|
2400
|
+
|
|
2401
|
+
const filterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
1850
2404
|
export interface SelfManagedActiveDirectoryConfigurationUpdates {
|
|
1851
2405
|
|
|
1852
2406
|
UserName?: string;
|
|
@@ -1892,11 +2446,25 @@ export interface UpdateFileSystemRequest {
|
|
|
1892
2446
|
LustreConfiguration?: UpdateFileSystemLustreConfiguration;
|
|
1893
2447
|
|
|
1894
2448
|
OntapConfiguration?: UpdateFileSystemOntapConfiguration;
|
|
2449
|
+
|
|
2450
|
+
OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
|
|
1895
2451
|
}
|
|
1896
2452
|
export declare namespace UpdateFileSystemRequest {
|
|
1897
2453
|
|
|
1898
2454
|
const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
|
|
1899
2455
|
}
|
|
2456
|
+
export interface UpdateSnapshotRequest {
|
|
2457
|
+
|
|
2458
|
+
ClientRequestToken?: string;
|
|
2459
|
+
|
|
2460
|
+
Name: string | undefined;
|
|
2461
|
+
|
|
2462
|
+
SnapshotId: string | undefined;
|
|
2463
|
+
}
|
|
2464
|
+
export declare namespace UpdateSnapshotRequest {
|
|
2465
|
+
|
|
2466
|
+
const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
|
|
2467
|
+
}
|
|
1900
2468
|
|
|
1901
2469
|
export interface UpdateSvmActiveDirectoryConfiguration {
|
|
1902
2470
|
|
|
@@ -1945,6 +2513,25 @@ export declare namespace UpdateOntapVolumeConfiguration {
|
|
|
1945
2513
|
|
|
1946
2514
|
const filterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
|
|
1947
2515
|
}
|
|
2516
|
+
|
|
2517
|
+
export interface UpdateOpenZFSVolumeConfiguration {
|
|
2518
|
+
|
|
2519
|
+
StorageCapacityReservationGiB?: number;
|
|
2520
|
+
|
|
2521
|
+
StorageCapacityQuotaGiB?: number;
|
|
2522
|
+
|
|
2523
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
2524
|
+
|
|
2525
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
2526
|
+
|
|
2527
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
2528
|
+
|
|
2529
|
+
ReadOnly?: boolean;
|
|
2530
|
+
}
|
|
2531
|
+
export declare namespace UpdateOpenZFSVolumeConfiguration {
|
|
2532
|
+
|
|
2533
|
+
const filterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
|
|
2534
|
+
}
|
|
1948
2535
|
export interface UpdateVolumeRequest {
|
|
1949
2536
|
|
|
1950
2537
|
ClientRequestToken?: string;
|
|
@@ -1952,18 +2539,14 @@ export interface UpdateVolumeRequest {
|
|
|
1952
2539
|
VolumeId: string | undefined;
|
|
1953
2540
|
|
|
1954
2541
|
OntapConfiguration?: UpdateOntapVolumeConfiguration;
|
|
1955
|
-
}
|
|
1956
|
-
export declare namespace UpdateVolumeRequest {
|
|
1957
2542
|
|
|
1958
|
-
|
|
1959
|
-
}
|
|
1960
|
-
export interface UpdateVolumeResponse {
|
|
2543
|
+
Name?: string;
|
|
1961
2544
|
|
|
1962
|
-
|
|
2545
|
+
OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
|
|
1963
2546
|
}
|
|
1964
|
-
export declare namespace
|
|
2547
|
+
export declare namespace UpdateVolumeRequest {
|
|
1965
2548
|
|
|
1966
|
-
const filterSensitiveLog: (obj:
|
|
2549
|
+
const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
|
|
1967
2550
|
}
|
|
1968
2551
|
|
|
1969
2552
|
export interface AdministrativeAction {
|
|
@@ -1981,6 +2564,8 @@ export interface AdministrativeAction {
|
|
|
1981
2564
|
FailureDetails?: AdministrativeActionFailureDetails;
|
|
1982
2565
|
|
|
1983
2566
|
TargetVolumeValues?: Volume;
|
|
2567
|
+
|
|
2568
|
+
TargetSnapshotValues?: Snapshot;
|
|
1984
2569
|
}
|
|
1985
2570
|
export declare namespace AdministrativeAction {
|
|
1986
2571
|
|
|
@@ -2028,49 +2613,66 @@ export interface FileSystem {
|
|
|
2028
2613
|
OntapConfiguration?: OntapFileSystemConfiguration;
|
|
2029
2614
|
|
|
2030
2615
|
FileSystemTypeVersion?: string;
|
|
2616
|
+
|
|
2617
|
+
OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
|
|
2031
2618
|
}
|
|
2032
2619
|
export declare namespace FileSystem {
|
|
2033
2620
|
|
|
2034
2621
|
const filterSensitiveLog: (obj: FileSystem) => any;
|
|
2035
2622
|
}
|
|
2036
2623
|
|
|
2037
|
-
export interface
|
|
2624
|
+
export interface Snapshot {
|
|
2038
2625
|
|
|
2039
|
-
|
|
2626
|
+
ResourceARN?: string;
|
|
2040
2627
|
|
|
2041
|
-
|
|
2628
|
+
SnapshotId?: string;
|
|
2042
2629
|
|
|
2043
|
-
|
|
2630
|
+
Name?: string;
|
|
2044
2631
|
|
|
2045
|
-
|
|
2632
|
+
VolumeId?: string;
|
|
2046
2633
|
|
|
2047
|
-
|
|
2634
|
+
CreationTime?: Date;
|
|
2048
2635
|
|
|
2049
|
-
|
|
2636
|
+
Lifecycle?: SnapshotLifecycle | string;
|
|
2050
2637
|
|
|
2051
|
-
|
|
2638
|
+
Tags?: Tag[];
|
|
2052
2639
|
|
|
2053
|
-
|
|
2640
|
+
AdministrativeActions?: AdministrativeAction[];
|
|
2641
|
+
}
|
|
2642
|
+
export declare namespace Snapshot {
|
|
2054
2643
|
|
|
2055
|
-
|
|
2644
|
+
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
export interface Volume {
|
|
2056
2648
|
|
|
2057
|
-
|
|
2649
|
+
CreationTime?: Date;
|
|
2058
2650
|
|
|
2059
|
-
|
|
2651
|
+
FileSystemId?: string;
|
|
2060
2652
|
|
|
2061
|
-
|
|
2653
|
+
Lifecycle?: VolumeLifecycle | string;
|
|
2062
2654
|
|
|
2063
|
-
|
|
2655
|
+
Name?: string;
|
|
2064
2656
|
|
|
2065
|
-
|
|
2657
|
+
OntapConfiguration?: OntapVolumeConfiguration;
|
|
2066
2658
|
|
|
2067
|
-
|
|
2659
|
+
ResourceARN?: string;
|
|
2068
2660
|
|
|
2069
|
-
|
|
2661
|
+
Tags?: Tag[];
|
|
2662
|
+
|
|
2663
|
+
VolumeId?: string;
|
|
2664
|
+
|
|
2665
|
+
VolumeType?: VolumeType | string;
|
|
2666
|
+
|
|
2667
|
+
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
2668
|
+
|
|
2669
|
+
AdministrativeActions?: AdministrativeAction[];
|
|
2670
|
+
|
|
2671
|
+
OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
|
|
2070
2672
|
}
|
|
2071
|
-
export declare namespace
|
|
2673
|
+
export declare namespace Volume {
|
|
2072
2674
|
|
|
2073
|
-
const filterSensitiveLog: (obj:
|
|
2675
|
+
const filterSensitiveLog: (obj: Volume) => any;
|
|
2074
2676
|
}
|
|
2075
2677
|
|
|
2076
2678
|
export interface CreateFileSystemFromBackupResponse {
|
|
@@ -2090,6 +2692,38 @@ export declare namespace CreateFileSystemResponse {
|
|
|
2090
2692
|
|
|
2091
2693
|
const filterSensitiveLog: (obj: CreateFileSystemResponse) => any;
|
|
2092
2694
|
}
|
|
2695
|
+
export interface CreateSnapshotResponse {
|
|
2696
|
+
|
|
2697
|
+
Snapshot?: Snapshot;
|
|
2698
|
+
}
|
|
2699
|
+
export declare namespace CreateSnapshotResponse {
|
|
2700
|
+
|
|
2701
|
+
const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
|
|
2702
|
+
}
|
|
2703
|
+
export interface CreateVolumeFromBackupResponse {
|
|
2704
|
+
|
|
2705
|
+
Volume?: Volume;
|
|
2706
|
+
}
|
|
2707
|
+
export declare namespace CreateVolumeFromBackupResponse {
|
|
2708
|
+
|
|
2709
|
+
const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
|
|
2710
|
+
}
|
|
2711
|
+
export interface CreateVolumeResponse {
|
|
2712
|
+
|
|
2713
|
+
Volume?: Volume;
|
|
2714
|
+
}
|
|
2715
|
+
export declare namespace CreateVolumeResponse {
|
|
2716
|
+
|
|
2717
|
+
const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
|
|
2718
|
+
}
|
|
2719
|
+
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
2720
|
+
|
|
2721
|
+
FileSystem?: FileSystem;
|
|
2722
|
+
}
|
|
2723
|
+
export declare namespace ReleaseFileSystemNfsV3LocksResponse {
|
|
2724
|
+
|
|
2725
|
+
const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
|
|
2726
|
+
}
|
|
2093
2727
|
|
|
2094
2728
|
export interface UpdateFileSystemResponse {
|
|
2095
2729
|
|
|
@@ -2099,22 +2733,21 @@ export declare namespace UpdateFileSystemResponse {
|
|
|
2099
2733
|
|
|
2100
2734
|
const filterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
|
|
2101
2735
|
}
|
|
2102
|
-
export interface
|
|
2736
|
+
export interface UpdateSnapshotResponse {
|
|
2103
2737
|
|
|
2104
|
-
|
|
2738
|
+
Snapshot?: Snapshot;
|
|
2105
2739
|
}
|
|
2106
|
-
export declare namespace
|
|
2740
|
+
export declare namespace UpdateSnapshotResponse {
|
|
2107
2741
|
|
|
2108
|
-
const filterSensitiveLog: (obj:
|
|
2742
|
+
const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
|
|
2109
2743
|
}
|
|
2110
|
-
|
|
2111
|
-
export interface CreateBackupResponse {
|
|
2744
|
+
export interface UpdateVolumeResponse {
|
|
2112
2745
|
|
|
2113
|
-
|
|
2746
|
+
Volume?: Volume;
|
|
2114
2747
|
}
|
|
2115
|
-
export declare namespace
|
|
2748
|
+
export declare namespace UpdateVolumeResponse {
|
|
2116
2749
|
|
|
2117
|
-
const filterSensitiveLog: (obj:
|
|
2750
|
+
const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
|
|
2118
2751
|
}
|
|
2119
2752
|
|
|
2120
2753
|
export interface DescribeFileSystemsResponse {
|
|
@@ -2127,6 +2760,82 @@ export declare namespace DescribeFileSystemsResponse {
|
|
|
2127
2760
|
|
|
2128
2761
|
const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
2129
2762
|
}
|
|
2763
|
+
export interface DescribeSnapshotsResponse {
|
|
2764
|
+
|
|
2765
|
+
Snapshots?: Snapshot[];
|
|
2766
|
+
|
|
2767
|
+
NextToken?: string;
|
|
2768
|
+
}
|
|
2769
|
+
export declare namespace DescribeSnapshotsResponse {
|
|
2770
|
+
|
|
2771
|
+
const filterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
|
|
2772
|
+
}
|
|
2773
|
+
export interface DescribeVolumesResponse {
|
|
2774
|
+
|
|
2775
|
+
Volumes?: Volume[];
|
|
2776
|
+
|
|
2777
|
+
NextToken?: string;
|
|
2778
|
+
}
|
|
2779
|
+
export declare namespace DescribeVolumesResponse {
|
|
2780
|
+
|
|
2781
|
+
const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
export interface Backup {
|
|
2785
|
+
|
|
2786
|
+
BackupId: string | undefined;
|
|
2787
|
+
|
|
2788
|
+
Lifecycle: BackupLifecycle | string | undefined;
|
|
2789
|
+
|
|
2790
|
+
FailureDetails?: BackupFailureDetails;
|
|
2791
|
+
|
|
2792
|
+
Type: BackupType | string | undefined;
|
|
2793
|
+
|
|
2794
|
+
ProgressPercent?: number;
|
|
2795
|
+
|
|
2796
|
+
CreationTime: Date | undefined;
|
|
2797
|
+
|
|
2798
|
+
KmsKeyId?: string;
|
|
2799
|
+
|
|
2800
|
+
ResourceARN?: string;
|
|
2801
|
+
|
|
2802
|
+
Tags?: Tag[];
|
|
2803
|
+
|
|
2804
|
+
FileSystem: FileSystem | undefined;
|
|
2805
|
+
|
|
2806
|
+
DirectoryInformation?: ActiveDirectoryBackupAttributes;
|
|
2807
|
+
|
|
2808
|
+
OwnerId?: string;
|
|
2809
|
+
|
|
2810
|
+
SourceBackupId?: string;
|
|
2811
|
+
|
|
2812
|
+
SourceBackupRegion?: string;
|
|
2813
|
+
|
|
2814
|
+
ResourceType?: ResourceType | string;
|
|
2815
|
+
|
|
2816
|
+
Volume?: Volume;
|
|
2817
|
+
}
|
|
2818
|
+
export declare namespace Backup {
|
|
2819
|
+
|
|
2820
|
+
const filterSensitiveLog: (obj: Backup) => any;
|
|
2821
|
+
}
|
|
2822
|
+
export interface CopyBackupResponse {
|
|
2823
|
+
|
|
2824
|
+
Backup?: Backup;
|
|
2825
|
+
}
|
|
2826
|
+
export declare namespace CopyBackupResponse {
|
|
2827
|
+
|
|
2828
|
+
const filterSensitiveLog: (obj: CopyBackupResponse) => any;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
export interface CreateBackupResponse {
|
|
2832
|
+
|
|
2833
|
+
Backup?: Backup;
|
|
2834
|
+
}
|
|
2835
|
+
export declare namespace CreateBackupResponse {
|
|
2836
|
+
|
|
2837
|
+
const filterSensitiveLog: (obj: CreateBackupResponse) => any;
|
|
2838
|
+
}
|
|
2130
2839
|
|
|
2131
2840
|
export interface DescribeBackupsResponse {
|
|
2132
2841
|
|