@aws-sdk/client-fsx 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +398 -389
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +386 -0
- package/dist-es/models/errors.js +595 -0
- package/dist-es/models/models_0.js +1 -981
- package/dist-es/schemas/schemas_0.js +12 -4
- package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
- package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
- package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +938 -0
- package/dist-types/models/errors.d.ts +782 -0
- package/dist-types/models/models_0.d.ts +415 -1761
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +507 -0
- package/dist-types/ts3.4/models/errors.d.ts +319 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -825
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -1
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -332
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -82
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p>An access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.</p>
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare class AccessPointAlreadyOwnedByYou extends __BaseException {
|
|
8
|
-
readonly name: "AccessPointAlreadyOwnedByYou";
|
|
9
|
-
readonly $fault: "client";
|
|
10
|
-
/**
|
|
11
|
-
* <p>An error code indicating that an access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.</p>
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
ErrorCode?: string | undefined;
|
|
15
|
-
/**
|
|
16
|
-
* <p>A detailed error message.</p>
|
|
17
|
-
* @public
|
|
18
|
-
*/
|
|
19
|
-
Message?: string | undefined;
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
constructor(opts: __ExceptionOptionType<AccessPointAlreadyOwnedByYou, __BaseException>);
|
|
24
|
-
}
|
|
1
|
+
import { AdministrativeActionType, AliasLifecycle, AutocommitPeriodType, AutoImportPolicyType, BackupLifecycle, BackupType, DataCompressionType, DataRepositoryLifecycle, DataRepositoryTaskFilterName, DataRepositoryTaskLifecycle, DataRepositoryTaskType, DeleteFileSystemOpenZFSOption, DeleteOpenZFSVolumeOption, DiskIopsConfigurationMode, DriveCacheType, EventType, FileCacheLifecycle, FileCacheLustreDeploymentType, FileCacheType, FileSystemLifecycle, FileSystemMaintenanceOperation, FileSystemType, FilterName, FlexCacheEndpointType, InputOntapVolumeType, LustreAccessAuditLogLevel, LustreDeploymentType, LustreReadCacheSizingMode, MetadataConfigurationMode, NetworkType, NfsVersion, OntapDeploymentType, OntapVolumeType, OpenZFSCopyStrategy, OpenZFSDataCompressionType, OpenZFSDeploymentType, OpenZFSFileSystemUserType, OpenZFSQuotaType, OpenZFSReadCacheSizingMode, PrivilegedDelete, ReportFormat, ReportScope, ResourceType, RestoreOpenZFSVolumeOption, RetentionPeriodType, S3AccessPointAttachmentLifecycle, S3AccessPointAttachmentsFilterName, S3AccessPointAttachmentType, SecurityStyle, SnaplockType, SnapshotFilterName, SnapshotLifecycle, Status, StorageType, StorageVirtualMachineFilterName, StorageVirtualMachineLifecycle, StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineSubtype, TieringPolicyName, Unit, UpdateOpenZFSVolumeOption, VolumeFilterName, VolumeLifecycle, VolumeStyle, VolumeType, WindowsAccessAuditLogLevel, WindowsDeploymentType } from "./enums";
|
|
25
2
|
/**
|
|
26
3
|
* <p>The Microsoft Active Directory attributes of the Amazon FSx for Windows File
|
|
27
4
|
* Server file system.</p>
|
|
@@ -47,73 +24,6 @@ export interface ActiveDirectoryBackupAttributes {
|
|
|
47
24
|
*/
|
|
48
25
|
ResourceARN?: string | undefined;
|
|
49
26
|
}
|
|
50
|
-
/**
|
|
51
|
-
* @public
|
|
52
|
-
* @enum
|
|
53
|
-
*/
|
|
54
|
-
export declare const ActiveDirectoryErrorType: {
|
|
55
|
-
readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
|
|
56
|
-
readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
|
|
57
|
-
readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
|
|
58
|
-
readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
|
|
59
|
-
readonly WRONG_VPC: "WRONG_VPC";
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
export type ActiveDirectoryErrorType = (typeof ActiveDirectoryErrorType)[keyof typeof ActiveDirectoryErrorType];
|
|
65
|
-
/**
|
|
66
|
-
* <p>An Active Directory error.</p>
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
export declare class ActiveDirectoryError extends __BaseException {
|
|
70
|
-
readonly name: "ActiveDirectoryError";
|
|
71
|
-
readonly $fault: "client";
|
|
72
|
-
/**
|
|
73
|
-
* <p>The directory ID of the directory that an error pertains to.</p>
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
ActiveDirectoryId: string | undefined;
|
|
77
|
-
/**
|
|
78
|
-
* <p>The type of Active Directory error.</p>
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
Type?: ActiveDirectoryErrorType | undefined;
|
|
82
|
-
/**
|
|
83
|
-
* <p>A detailed error message.</p>
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
Message?: string | undefined;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
constructor(opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>);
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
* @enum
|
|
95
|
-
*/
|
|
96
|
-
export declare const AdministrativeActionType: {
|
|
97
|
-
readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
|
|
98
|
-
readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
99
|
-
readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
|
|
100
|
-
readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
|
|
101
|
-
readonly IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION";
|
|
102
|
-
readonly MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY";
|
|
103
|
-
readonly RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS";
|
|
104
|
-
readonly SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE";
|
|
105
|
-
readonly STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION";
|
|
106
|
-
readonly STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION";
|
|
107
|
-
readonly THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION";
|
|
108
|
-
readonly VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT";
|
|
109
|
-
readonly VOLUME_RESTORE: "VOLUME_RESTORE";
|
|
110
|
-
readonly VOLUME_UPDATE: "VOLUME_UPDATE";
|
|
111
|
-
readonly VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT";
|
|
112
|
-
};
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
export type AdministrativeActionType = (typeof AdministrativeActionType)[keyof typeof AdministrativeActionType];
|
|
117
27
|
/**
|
|
118
28
|
* <p>Provides information about a failed administrative action.</p>
|
|
119
29
|
* @public
|
|
@@ -125,24 +35,6 @@ export interface AdministrativeActionFailureDetails {
|
|
|
125
35
|
*/
|
|
126
36
|
Message?: string | undefined;
|
|
127
37
|
}
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
* @enum
|
|
131
|
-
*/
|
|
132
|
-
export declare const Status: {
|
|
133
|
-
readonly CANCELLED: "CANCELLED";
|
|
134
|
-
readonly COMPLETED: "COMPLETED";
|
|
135
|
-
readonly FAILED: "FAILED";
|
|
136
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
137
|
-
readonly OPTIMIZING: "OPTIMIZING";
|
|
138
|
-
readonly PAUSED: "PAUSED";
|
|
139
|
-
readonly PENDING: "PENDING";
|
|
140
|
-
readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
|
|
141
|
-
};
|
|
142
|
-
/**
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
146
38
|
/**
|
|
147
39
|
* <p>A structure providing details of any failures that occurred.</p>
|
|
148
40
|
* @public
|
|
@@ -154,62 +46,6 @@ export interface FileSystemFailureDetails {
|
|
|
154
46
|
*/
|
|
155
47
|
Message?: string | undefined;
|
|
156
48
|
}
|
|
157
|
-
/**
|
|
158
|
-
* @public
|
|
159
|
-
* @enum
|
|
160
|
-
*/
|
|
161
|
-
export declare const FileSystemType: {
|
|
162
|
-
readonly LUSTRE: "LUSTRE";
|
|
163
|
-
readonly ONTAP: "ONTAP";
|
|
164
|
-
readonly OPENZFS: "OPENZFS";
|
|
165
|
-
readonly WINDOWS: "WINDOWS";
|
|
166
|
-
};
|
|
167
|
-
/**
|
|
168
|
-
* @public
|
|
169
|
-
*/
|
|
170
|
-
export type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
|
|
171
|
-
/**
|
|
172
|
-
* @public
|
|
173
|
-
* @enum
|
|
174
|
-
*/
|
|
175
|
-
export declare const FileSystemLifecycle: {
|
|
176
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
177
|
-
readonly CREATING: "CREATING";
|
|
178
|
-
readonly DELETING: "DELETING";
|
|
179
|
-
readonly FAILED: "FAILED";
|
|
180
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
181
|
-
readonly MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE";
|
|
182
|
-
readonly UPDATING: "UPDATING";
|
|
183
|
-
};
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
export type FileSystemLifecycle = (typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
|
|
188
|
-
/**
|
|
189
|
-
* @public
|
|
190
|
-
* @enum
|
|
191
|
-
*/
|
|
192
|
-
export declare const DataCompressionType: {
|
|
193
|
-
readonly LZ4: "LZ4";
|
|
194
|
-
readonly NONE: "NONE";
|
|
195
|
-
};
|
|
196
|
-
/**
|
|
197
|
-
* @public
|
|
198
|
-
*/
|
|
199
|
-
export type DataCompressionType = (typeof DataCompressionType)[keyof typeof DataCompressionType];
|
|
200
|
-
/**
|
|
201
|
-
* @public
|
|
202
|
-
* @enum
|
|
203
|
-
*/
|
|
204
|
-
export declare const LustreReadCacheSizingMode: {
|
|
205
|
-
readonly NO_CACHE: "NO_CACHE";
|
|
206
|
-
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
207
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
208
|
-
};
|
|
209
|
-
/**
|
|
210
|
-
* @public
|
|
211
|
-
*/
|
|
212
|
-
export type LustreReadCacheSizingMode = (typeof LustreReadCacheSizingMode)[keyof typeof LustreReadCacheSizingMode];
|
|
213
49
|
/**
|
|
214
50
|
* <p>
|
|
215
51
|
* The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems
|
|
@@ -249,20 +85,6 @@ export interface LustreReadCacheConfiguration {
|
|
|
249
85
|
*/
|
|
250
86
|
SizeGiB?: number | undefined;
|
|
251
87
|
}
|
|
252
|
-
/**
|
|
253
|
-
* @public
|
|
254
|
-
* @enum
|
|
255
|
-
*/
|
|
256
|
-
export declare const AutoImportPolicyType: {
|
|
257
|
-
readonly NEW: "NEW";
|
|
258
|
-
readonly NEW_CHANGED: "NEW_CHANGED";
|
|
259
|
-
readonly NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED";
|
|
260
|
-
readonly NONE: "NONE";
|
|
261
|
-
};
|
|
262
|
-
/**
|
|
263
|
-
* @public
|
|
264
|
-
*/
|
|
265
|
-
export type AutoImportPolicyType = (typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
|
|
266
88
|
/**
|
|
267
89
|
* <p>Provides detailed information about the data repository if its <code>Lifecycle</code> is
|
|
268
90
|
* set to <code>MISCONFIGURED</code> or <code>FAILED</code>.</p>
|
|
@@ -275,22 +97,6 @@ export interface DataRepositoryFailureDetails {
|
|
|
275
97
|
*/
|
|
276
98
|
Message?: string | undefined;
|
|
277
99
|
}
|
|
278
|
-
/**
|
|
279
|
-
* @public
|
|
280
|
-
* @enum
|
|
281
|
-
*/
|
|
282
|
-
export declare const DataRepositoryLifecycle: {
|
|
283
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
284
|
-
readonly CREATING: "CREATING";
|
|
285
|
-
readonly DELETING: "DELETING";
|
|
286
|
-
readonly FAILED: "FAILED";
|
|
287
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
288
|
-
readonly UPDATING: "UPDATING";
|
|
289
|
-
};
|
|
290
|
-
/**
|
|
291
|
-
* @public
|
|
292
|
-
*/
|
|
293
|
-
export type DataRepositoryLifecycle = (typeof DataRepositoryLifecycle)[keyof typeof DataRepositoryLifecycle];
|
|
294
100
|
/**
|
|
295
101
|
* <p>The data repository configuration object for Lustre file systems returned in the response of
|
|
296
102
|
* the <code>CreateFileSystem</code> operation.</p>
|
|
@@ -402,46 +208,6 @@ export interface DataRepositoryConfiguration {
|
|
|
402
208
|
*/
|
|
403
209
|
FailureDetails?: DataRepositoryFailureDetails | undefined;
|
|
404
210
|
}
|
|
405
|
-
/**
|
|
406
|
-
* @public
|
|
407
|
-
* @enum
|
|
408
|
-
*/
|
|
409
|
-
export declare const LustreDeploymentType: {
|
|
410
|
-
readonly PERSISTENT_1: "PERSISTENT_1";
|
|
411
|
-
readonly PERSISTENT_2: "PERSISTENT_2";
|
|
412
|
-
readonly SCRATCH_1: "SCRATCH_1";
|
|
413
|
-
readonly SCRATCH_2: "SCRATCH_2";
|
|
414
|
-
};
|
|
415
|
-
/**
|
|
416
|
-
* @public
|
|
417
|
-
*/
|
|
418
|
-
export type LustreDeploymentType = (typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
|
|
419
|
-
/**
|
|
420
|
-
* @public
|
|
421
|
-
* @enum
|
|
422
|
-
*/
|
|
423
|
-
export declare const DriveCacheType: {
|
|
424
|
-
readonly NONE: "NONE";
|
|
425
|
-
readonly READ: "READ";
|
|
426
|
-
};
|
|
427
|
-
/**
|
|
428
|
-
* @public
|
|
429
|
-
*/
|
|
430
|
-
export type DriveCacheType = (typeof DriveCacheType)[keyof typeof DriveCacheType];
|
|
431
|
-
/**
|
|
432
|
-
* @public
|
|
433
|
-
* @enum
|
|
434
|
-
*/
|
|
435
|
-
export declare const LustreAccessAuditLogLevel: {
|
|
436
|
-
readonly DISABLED: "DISABLED";
|
|
437
|
-
readonly ERROR_ONLY: "ERROR_ONLY";
|
|
438
|
-
readonly WARN_ERROR: "WARN_ERROR";
|
|
439
|
-
readonly WARN_ONLY: "WARN_ONLY";
|
|
440
|
-
};
|
|
441
|
-
/**
|
|
442
|
-
* @public
|
|
443
|
-
*/
|
|
444
|
-
export type LustreAccessAuditLogLevel = (typeof LustreAccessAuditLogLevel)[keyof typeof LustreAccessAuditLogLevel];
|
|
445
211
|
/**
|
|
446
212
|
* <p>The configuration for Lustre logging used to write the enabled
|
|
447
213
|
* logging events for your Amazon FSx for Lustre file system or
|
|
@@ -485,18 +251,6 @@ export interface LustreLogConfiguration {
|
|
|
485
251
|
*/
|
|
486
252
|
Destination?: string | undefined;
|
|
487
253
|
}
|
|
488
|
-
/**
|
|
489
|
-
* @public
|
|
490
|
-
* @enum
|
|
491
|
-
*/
|
|
492
|
-
export declare const MetadataConfigurationMode: {
|
|
493
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
494
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
495
|
-
};
|
|
496
|
-
/**
|
|
497
|
-
* @public
|
|
498
|
-
*/
|
|
499
|
-
export type MetadataConfigurationMode = (typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
|
|
500
254
|
/**
|
|
501
255
|
* <p>The Lustre metadata performance configuration of an Amazon FSx for Lustre
|
|
502
256
|
* file system using a <code>PERSISTENT_2</code> deployment type. The configuration
|
|
@@ -751,44 +505,6 @@ export interface LustreFileSystemConfiguration {
|
|
|
751
505
|
*/
|
|
752
506
|
DataReadCacheConfiguration?: LustreReadCacheConfiguration | undefined;
|
|
753
507
|
}
|
|
754
|
-
/**
|
|
755
|
-
* @public
|
|
756
|
-
* @enum
|
|
757
|
-
*/
|
|
758
|
-
export declare const NetworkType: {
|
|
759
|
-
readonly DUAL: "DUAL";
|
|
760
|
-
readonly IPV4: "IPV4";
|
|
761
|
-
};
|
|
762
|
-
/**
|
|
763
|
-
* @public
|
|
764
|
-
*/
|
|
765
|
-
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
766
|
-
/**
|
|
767
|
-
* @public
|
|
768
|
-
* @enum
|
|
769
|
-
*/
|
|
770
|
-
export declare const OntapDeploymentType: {
|
|
771
|
-
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
772
|
-
readonly MULTI_AZ_2: "MULTI_AZ_2";
|
|
773
|
-
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
774
|
-
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
775
|
-
};
|
|
776
|
-
/**
|
|
777
|
-
* @public
|
|
778
|
-
*/
|
|
779
|
-
export type OntapDeploymentType = (typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
|
|
780
|
-
/**
|
|
781
|
-
* @public
|
|
782
|
-
* @enum
|
|
783
|
-
*/
|
|
784
|
-
export declare const DiskIopsConfigurationMode: {
|
|
785
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
786
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
787
|
-
};
|
|
788
|
-
/**
|
|
789
|
-
* @public
|
|
790
|
-
*/
|
|
791
|
-
export type DiskIopsConfigurationMode = (typeof DiskIopsConfigurationMode)[keyof typeof DiskIopsConfigurationMode];
|
|
792
508
|
/**
|
|
793
509
|
* <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP, Amazon FSx for Windows File Server, or FSx for OpenZFS file system. By default, Amazon FSx
|
|
794
510
|
* automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per
|
|
@@ -1020,34 +736,6 @@ export interface OntapFileSystemConfiguration {
|
|
|
1020
736
|
*/
|
|
1021
737
|
EndpointIpv6AddressRange?: string | undefined;
|
|
1022
738
|
}
|
|
1023
|
-
/**
|
|
1024
|
-
* @public
|
|
1025
|
-
* @enum
|
|
1026
|
-
*/
|
|
1027
|
-
export declare const OpenZFSDeploymentType: {
|
|
1028
|
-
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
1029
|
-
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
1030
|
-
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
1031
|
-
readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
|
|
1032
|
-
readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
|
|
1033
|
-
};
|
|
1034
|
-
/**
|
|
1035
|
-
* @public
|
|
1036
|
-
*/
|
|
1037
|
-
export type OpenZFSDeploymentType = (typeof OpenZFSDeploymentType)[keyof typeof OpenZFSDeploymentType];
|
|
1038
|
-
/**
|
|
1039
|
-
* @public
|
|
1040
|
-
* @enum
|
|
1041
|
-
*/
|
|
1042
|
-
export declare const OpenZFSReadCacheSizingMode: {
|
|
1043
|
-
readonly NO_CACHE: "NO_CACHE";
|
|
1044
|
-
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
1045
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
1046
|
-
};
|
|
1047
|
-
/**
|
|
1048
|
-
* @public
|
|
1049
|
-
*/
|
|
1050
|
-
export type OpenZFSReadCacheSizingMode = (typeof OpenZFSReadCacheSizingMode)[keyof typeof OpenZFSReadCacheSizingMode];
|
|
1051
739
|
/**
|
|
1052
740
|
* <p>
|
|
1053
741
|
* The configuration for the optional provisioned SSD read cache on Amazon FSx for OpenZFS file systems that use the Intelligent-Tiering storage class.
|
|
@@ -1201,19 +889,6 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
1201
889
|
*/
|
|
1202
890
|
ReadCacheConfiguration?: OpenZFSReadCacheConfiguration | undefined;
|
|
1203
891
|
}
|
|
1204
|
-
/**
|
|
1205
|
-
* @public
|
|
1206
|
-
* @enum
|
|
1207
|
-
*/
|
|
1208
|
-
export declare const StorageType: {
|
|
1209
|
-
readonly HDD: "HDD";
|
|
1210
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
1211
|
-
readonly SSD: "SSD";
|
|
1212
|
-
};
|
|
1213
|
-
/**
|
|
1214
|
-
* @public
|
|
1215
|
-
*/
|
|
1216
|
-
export type StorageType = (typeof StorageType)[keyof typeof StorageType];
|
|
1217
892
|
/**
|
|
1218
893
|
* <p>Specifies a key-value pair for a resource tag.</p>
|
|
1219
894
|
* @public
|
|
@@ -1234,21 +909,6 @@ export interface Tag {
|
|
|
1234
909
|
*/
|
|
1235
910
|
Value: string | undefined;
|
|
1236
911
|
}
|
|
1237
|
-
/**
|
|
1238
|
-
* @public
|
|
1239
|
-
* @enum
|
|
1240
|
-
*/
|
|
1241
|
-
export declare const AliasLifecycle: {
|
|
1242
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1243
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1244
|
-
readonly CREATING: "CREATING";
|
|
1245
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1246
|
-
readonly DELETING: "DELETING";
|
|
1247
|
-
};
|
|
1248
|
-
/**
|
|
1249
|
-
* @public
|
|
1250
|
-
*/
|
|
1251
|
-
export type AliasLifecycle = (typeof AliasLifecycle)[keyof typeof AliasLifecycle];
|
|
1252
912
|
/**
|
|
1253
913
|
* <p>A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using
|
|
1254
914
|
* user-defined DNS names, in addition to the default DNS name
|
|
@@ -1302,20 +962,6 @@ export interface Alias {
|
|
|
1302
962
|
*/
|
|
1303
963
|
Lifecycle?: AliasLifecycle | undefined;
|
|
1304
964
|
}
|
|
1305
|
-
/**
|
|
1306
|
-
* @public
|
|
1307
|
-
* @enum
|
|
1308
|
-
*/
|
|
1309
|
-
export declare const WindowsAccessAuditLogLevel: {
|
|
1310
|
-
readonly DISABLED: "DISABLED";
|
|
1311
|
-
readonly FAILURE_ONLY: "FAILURE_ONLY";
|
|
1312
|
-
readonly SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE";
|
|
1313
|
-
readonly SUCCESS_ONLY: "SUCCESS_ONLY";
|
|
1314
|
-
};
|
|
1315
|
-
/**
|
|
1316
|
-
* @public
|
|
1317
|
-
*/
|
|
1318
|
-
export type WindowsAccessAuditLogLevel = (typeof WindowsAccessAuditLogLevel)[keyof typeof WindowsAccessAuditLogLevel];
|
|
1319
965
|
/**
|
|
1320
966
|
* <p>The configuration that Amazon FSx for Windows File Server uses to audit and log
|
|
1321
967
|
* user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server
|
|
@@ -1392,30 +1038,31 @@ export interface WindowsAuditLogConfiguration {
|
|
|
1392
1038
|
AuditLogDestination?: string | undefined;
|
|
1393
1039
|
}
|
|
1394
1040
|
/**
|
|
1395
|
-
*
|
|
1396
|
-
*
|
|
1397
|
-
*/
|
|
1398
|
-
export declare const WindowsDeploymentType: {
|
|
1399
|
-
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
1400
|
-
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
1401
|
-
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
1402
|
-
};
|
|
1403
|
-
/**
|
|
1041
|
+
* <p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. When FSRM is enabled, you can
|
|
1042
|
+
* manage and monitor storage quotas, file screening, storage reports, and file classification.</p>
|
|
1404
1043
|
* @public
|
|
1405
1044
|
*/
|
|
1406
|
-
export
|
|
1407
|
-
/**
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1045
|
+
export interface WindowsFsrmConfiguration {
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>Specifies whether FSRM is enabled or disabled on the file system. When <code>TRUE</code>, the FSRM service is enabled and monitor file operations according to
|
|
1048
|
+
* configured policies. When <code>FALSE</code> or omitted, FSRM is disabled. The default value is <code>FALSE</code>. </p>
|
|
1049
|
+
* @public
|
|
1050
|
+
*/
|
|
1051
|
+
FsrmServiceEnabled: boolean | undefined;
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>The Amazon Resource Name (ARN) for the destination of the FSRM event logs.
|
|
1054
|
+
* The destination can be any Amazon CloudWatch Logs log group ARN or
|
|
1055
|
+
* Amazon Kinesis Data Firehose delivery stream ARN.</p>
|
|
1056
|
+
* <p>The name of the Amazon CloudWatch Logs log group must begin with
|
|
1057
|
+
* the <code>/aws/fsx</code> prefix. The name of the Amazon Kinesis Data
|
|
1058
|
+
* Firehose delivery stream must begin with the <code>aws-fsx</code> prefix.</p>
|
|
1059
|
+
* <p>The destination ARN (either CloudWatch Logs log group or Kinesis
|
|
1060
|
+
* Data Firehose delivery stream) must be in the same Amazon Web Services partition,
|
|
1061
|
+
* Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.</p>
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
1064
|
+
EventLogDestination?: string | undefined;
|
|
1065
|
+
}
|
|
1419
1066
|
/**
|
|
1420
1067
|
* <p>The configuration of the self-managed Microsoft Active Directory (AD) directory to
|
|
1421
1068
|
* which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.</p>
|
|
@@ -1602,21 +1249,12 @@ export interface WindowsFileSystemConfiguration {
|
|
|
1602
1249
|
* @public
|
|
1603
1250
|
*/
|
|
1604
1251
|
PreferredFileServerIpv6?: string | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
1605
1257
|
}
|
|
1606
|
-
/**
|
|
1607
|
-
* @public
|
|
1608
|
-
* @enum
|
|
1609
|
-
*/
|
|
1610
|
-
export declare const SnapshotLifecycle: {
|
|
1611
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1612
|
-
readonly CREATING: "CREATING";
|
|
1613
|
-
readonly DELETING: "DELETING";
|
|
1614
|
-
readonly PENDING: "PENDING";
|
|
1615
|
-
};
|
|
1616
|
-
/**
|
|
1617
|
-
* @public
|
|
1618
|
-
*/
|
|
1619
|
-
export type SnapshotLifecycle = (typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
|
|
1620
1258
|
/**
|
|
1621
1259
|
* <p>Describes why a resource lifecycle state changed.</p>
|
|
1622
1260
|
* @public
|
|
@@ -1628,23 +1266,6 @@ export interface LifecycleTransitionReason {
|
|
|
1628
1266
|
*/
|
|
1629
1267
|
Message?: string | undefined;
|
|
1630
1268
|
}
|
|
1631
|
-
/**
|
|
1632
|
-
* @public
|
|
1633
|
-
* @enum
|
|
1634
|
-
*/
|
|
1635
|
-
export declare const VolumeLifecycle: {
|
|
1636
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1637
|
-
readonly CREATED: "CREATED";
|
|
1638
|
-
readonly CREATING: "CREATING";
|
|
1639
|
-
readonly DELETING: "DELETING";
|
|
1640
|
-
readonly FAILED: "FAILED";
|
|
1641
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
1642
|
-
readonly PENDING: "PENDING";
|
|
1643
|
-
};
|
|
1644
|
-
/**
|
|
1645
|
-
* @public
|
|
1646
|
-
*/
|
|
1647
|
-
export type VolumeLifecycle = (typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
|
|
1648
1269
|
/**
|
|
1649
1270
|
* <p>Used to specify configuration options for a volume’s storage aggregate or aggregates.</p>
|
|
1650
1271
|
* @public
|
|
@@ -1673,61 +1294,6 @@ export interface AggregateConfiguration {
|
|
|
1673
1294
|
*/
|
|
1674
1295
|
TotalConstituents?: number | undefined;
|
|
1675
1296
|
}
|
|
1676
|
-
/**
|
|
1677
|
-
* @public
|
|
1678
|
-
* @enum
|
|
1679
|
-
*/
|
|
1680
|
-
export declare const FlexCacheEndpointType: {
|
|
1681
|
-
readonly CACHE: "CACHE";
|
|
1682
|
-
readonly NONE: "NONE";
|
|
1683
|
-
readonly ORIGIN: "ORIGIN";
|
|
1684
|
-
};
|
|
1685
|
-
/**
|
|
1686
|
-
* @public
|
|
1687
|
-
*/
|
|
1688
|
-
export type FlexCacheEndpointType = (typeof FlexCacheEndpointType)[keyof typeof FlexCacheEndpointType];
|
|
1689
|
-
/**
|
|
1690
|
-
* @public
|
|
1691
|
-
* @enum
|
|
1692
|
-
*/
|
|
1693
|
-
export declare const OntapVolumeType: {
|
|
1694
|
-
readonly DP: "DP";
|
|
1695
|
-
readonly LS: "LS";
|
|
1696
|
-
readonly RW: "RW";
|
|
1697
|
-
};
|
|
1698
|
-
/**
|
|
1699
|
-
* @public
|
|
1700
|
-
*/
|
|
1701
|
-
export type OntapVolumeType = (typeof OntapVolumeType)[keyof typeof OntapVolumeType];
|
|
1702
|
-
/**
|
|
1703
|
-
* @public
|
|
1704
|
-
* @enum
|
|
1705
|
-
*/
|
|
1706
|
-
export declare const SecurityStyle: {
|
|
1707
|
-
readonly MIXED: "MIXED";
|
|
1708
|
-
readonly NTFS: "NTFS";
|
|
1709
|
-
readonly UNIX: "UNIX";
|
|
1710
|
-
};
|
|
1711
|
-
/**
|
|
1712
|
-
* @public
|
|
1713
|
-
*/
|
|
1714
|
-
export type SecurityStyle = (typeof SecurityStyle)[keyof typeof SecurityStyle];
|
|
1715
|
-
/**
|
|
1716
|
-
* @public
|
|
1717
|
-
* @enum
|
|
1718
|
-
*/
|
|
1719
|
-
export declare const AutocommitPeriodType: {
|
|
1720
|
-
readonly DAYS: "DAYS";
|
|
1721
|
-
readonly HOURS: "HOURS";
|
|
1722
|
-
readonly MINUTES: "MINUTES";
|
|
1723
|
-
readonly MONTHS: "MONTHS";
|
|
1724
|
-
readonly NONE: "NONE";
|
|
1725
|
-
readonly YEARS: "YEARS";
|
|
1726
|
-
};
|
|
1727
|
-
/**
|
|
1728
|
-
* @public
|
|
1729
|
-
*/
|
|
1730
|
-
export type AutocommitPeriodType = (typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
|
|
1731
1297
|
/**
|
|
1732
1298
|
* <p>Sets the autocommit period of files in an FSx for ONTAP SnapLock volume, which determines
|
|
1733
1299
|
* how long the files must
|
|
@@ -1773,37 +1339,6 @@ export interface AutocommitPeriod {
|
|
|
1773
1339
|
*/
|
|
1774
1340
|
Value?: number | undefined;
|
|
1775
1341
|
}
|
|
1776
|
-
/**
|
|
1777
|
-
* @public
|
|
1778
|
-
* @enum
|
|
1779
|
-
*/
|
|
1780
|
-
export declare const PrivilegedDelete: {
|
|
1781
|
-
readonly DISABLED: "DISABLED";
|
|
1782
|
-
readonly ENABLED: "ENABLED";
|
|
1783
|
-
readonly PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED";
|
|
1784
|
-
};
|
|
1785
|
-
/**
|
|
1786
|
-
* @public
|
|
1787
|
-
*/
|
|
1788
|
-
export type PrivilegedDelete = (typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
|
|
1789
|
-
/**
|
|
1790
|
-
* @public
|
|
1791
|
-
* @enum
|
|
1792
|
-
*/
|
|
1793
|
-
export declare const RetentionPeriodType: {
|
|
1794
|
-
readonly DAYS: "DAYS";
|
|
1795
|
-
readonly HOURS: "HOURS";
|
|
1796
|
-
readonly INFINITE: "INFINITE";
|
|
1797
|
-
readonly MINUTES: "MINUTES";
|
|
1798
|
-
readonly MONTHS: "MONTHS";
|
|
1799
|
-
readonly SECONDS: "SECONDS";
|
|
1800
|
-
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
1801
|
-
readonly YEARS: "YEARS";
|
|
1802
|
-
};
|
|
1803
|
-
/**
|
|
1804
|
-
* @public
|
|
1805
|
-
*/
|
|
1806
|
-
export type RetentionPeriodType = (typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
|
|
1807
1342
|
/**
|
|
1808
1343
|
* <p>Specifies the retention period of an FSx for ONTAP SnapLock volume. After it is set, it can't be changed.
|
|
1809
1344
|
* Files can't be
|
|
@@ -1883,18 +1418,6 @@ export interface SnaplockRetentionPeriod {
|
|
|
1883
1418
|
*/
|
|
1884
1419
|
MaximumRetention: RetentionPeriod | undefined;
|
|
1885
1420
|
}
|
|
1886
|
-
/**
|
|
1887
|
-
* @public
|
|
1888
|
-
* @enum
|
|
1889
|
-
*/
|
|
1890
|
-
export declare const SnaplockType: {
|
|
1891
|
-
readonly COMPLIANCE: "COMPLIANCE";
|
|
1892
|
-
readonly ENTERPRISE: "ENTERPRISE";
|
|
1893
|
-
};
|
|
1894
|
-
/**
|
|
1895
|
-
* @public
|
|
1896
|
-
*/
|
|
1897
|
-
export type SnaplockType = (typeof SnaplockType)[keyof typeof SnaplockType];
|
|
1898
1421
|
/**
|
|
1899
1422
|
* <p>Specifies the SnapLock configuration for an FSx for ONTAP SnapLock volume. </p>
|
|
1900
1423
|
* @public
|
|
@@ -1963,20 +1486,6 @@ export interface SnaplockConfiguration {
|
|
|
1963
1486
|
*/
|
|
1964
1487
|
VolumeAppendModeEnabled?: boolean | undefined;
|
|
1965
1488
|
}
|
|
1966
|
-
/**
|
|
1967
|
-
* @public
|
|
1968
|
-
* @enum
|
|
1969
|
-
*/
|
|
1970
|
-
export declare const TieringPolicyName: {
|
|
1971
|
-
readonly ALL: "ALL";
|
|
1972
|
-
readonly AUTO: "AUTO";
|
|
1973
|
-
readonly NONE: "NONE";
|
|
1974
|
-
readonly SNAPSHOT_ONLY: "SNAPSHOT_ONLY";
|
|
1975
|
-
};
|
|
1976
|
-
/**
|
|
1977
|
-
* @public
|
|
1978
|
-
*/
|
|
1979
|
-
export type TieringPolicyName = (typeof TieringPolicyName)[keyof typeof TieringPolicyName];
|
|
1980
1489
|
/**
|
|
1981
1490
|
* <p>Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent
|
|
1982
1491
|
* tiering automatically transitions a volume's data between the file system's primary storage and capacity
|
|
@@ -2044,18 +1553,6 @@ export interface TieringPolicy {
|
|
|
2044
1553
|
*/
|
|
2045
1554
|
Name?: TieringPolicyName | undefined;
|
|
2046
1555
|
}
|
|
2047
|
-
/**
|
|
2048
|
-
* @public
|
|
2049
|
-
* @enum
|
|
2050
|
-
*/
|
|
2051
|
-
export declare const VolumeStyle: {
|
|
2052
|
-
readonly FLEXGROUP: "FLEXGROUP";
|
|
2053
|
-
readonly FLEXVOL: "FLEXVOL";
|
|
2054
|
-
};
|
|
2055
|
-
/**
|
|
2056
|
-
* @public
|
|
2057
|
-
*/
|
|
2058
|
-
export type VolumeStyle = (typeof VolumeStyle)[keyof typeof VolumeStyle];
|
|
2059
1556
|
/**
|
|
2060
1557
|
* <p>The configuration of an Amazon FSx for NetApp ONTAP volume.</p>
|
|
2061
1558
|
* @public
|
|
@@ -2214,32 +1711,6 @@ export interface OntapVolumeConfiguration {
|
|
|
2214
1711
|
*/
|
|
2215
1712
|
SizeInBytes?: number | undefined;
|
|
2216
1713
|
}
|
|
2217
|
-
/**
|
|
2218
|
-
* @public
|
|
2219
|
-
* @enum
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const OpenZFSCopyStrategy: {
|
|
2222
|
-
readonly CLONE: "CLONE";
|
|
2223
|
-
readonly FULL_COPY: "FULL_COPY";
|
|
2224
|
-
readonly INCREMENTAL_COPY: "INCREMENTAL_COPY";
|
|
2225
|
-
};
|
|
2226
|
-
/**
|
|
2227
|
-
* @public
|
|
2228
|
-
*/
|
|
2229
|
-
export type OpenZFSCopyStrategy = (typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
|
|
2230
|
-
/**
|
|
2231
|
-
* @public
|
|
2232
|
-
* @enum
|
|
2233
|
-
*/
|
|
2234
|
-
export declare const OpenZFSDataCompressionType: {
|
|
2235
|
-
readonly LZ4: "LZ4";
|
|
2236
|
-
readonly NONE: "NONE";
|
|
2237
|
-
readonly ZSTD: "ZSTD";
|
|
2238
|
-
};
|
|
2239
|
-
/**
|
|
2240
|
-
* @public
|
|
2241
|
-
*/
|
|
2242
|
-
export type OpenZFSDataCompressionType = (typeof OpenZFSDataCompressionType)[keyof typeof OpenZFSDataCompressionType];
|
|
2243
1714
|
/**
|
|
2244
1715
|
* <p>Specifies who can mount an OpenZFS file system and the options available while
|
|
2245
1716
|
* mounting the file system.</p>
|
|
@@ -2329,18 +1800,6 @@ export interface OpenZFSOriginSnapshotConfiguration {
|
|
|
2329
1800
|
*/
|
|
2330
1801
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
2331
1802
|
}
|
|
2332
|
-
/**
|
|
2333
|
-
* @public
|
|
2334
|
-
* @enum
|
|
2335
|
-
*/
|
|
2336
|
-
export declare const OpenZFSQuotaType: {
|
|
2337
|
-
readonly GROUP: "GROUP";
|
|
2338
|
-
readonly USER: "USER";
|
|
2339
|
-
};
|
|
2340
|
-
/**
|
|
2341
|
-
* @public
|
|
2342
|
-
*/
|
|
2343
|
-
export type OpenZFSQuotaType = (typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
|
|
2344
1803
|
/**
|
|
2345
1804
|
* <p>Used to configure quotas that define how much storage a user or group can use on an
|
|
2346
1805
|
* FSx for OpenZFS volume. For more information, see
|
|
@@ -2524,18 +1983,6 @@ export interface OpenZFSVolumeConfiguration {
|
|
|
2524
1983
|
*/
|
|
2525
1984
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
2526
1985
|
}
|
|
2527
|
-
/**
|
|
2528
|
-
* @public
|
|
2529
|
-
* @enum
|
|
2530
|
-
*/
|
|
2531
|
-
export declare const VolumeType: {
|
|
2532
|
-
readonly ONTAP: "ONTAP";
|
|
2533
|
-
readonly OPENZFS: "OPENZFS";
|
|
2534
|
-
};
|
|
2535
|
-
/**
|
|
2536
|
-
* @public
|
|
2537
|
-
*/
|
|
2538
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
2539
1986
|
/**
|
|
2540
1987
|
* <p>The request object specifying one or more DNS alias names to associate with an Amazon FSx for Windows File Server file system.</p>
|
|
2541
1988
|
* @public
|
|
@@ -2595,70 +2042,6 @@ export interface AssociateFileSystemAliasesResponse {
|
|
|
2595
2042
|
*/
|
|
2596
2043
|
Aliases?: Alias[] | undefined;
|
|
2597
2044
|
}
|
|
2598
|
-
/**
|
|
2599
|
-
* <p>A generic error indicating a failure with a client request.</p>
|
|
2600
|
-
* @public
|
|
2601
|
-
*/
|
|
2602
|
-
export declare class BadRequest extends __BaseException {
|
|
2603
|
-
readonly name: "BadRequest";
|
|
2604
|
-
readonly $fault: "client";
|
|
2605
|
-
/**
|
|
2606
|
-
* <p>A detailed error message.</p>
|
|
2607
|
-
* @public
|
|
2608
|
-
*/
|
|
2609
|
-
Message?: string | undefined;
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
|
|
2614
|
-
}
|
|
2615
|
-
/**
|
|
2616
|
-
* <p>No Amazon FSx file systems were found based upon supplied parameters.</p>
|
|
2617
|
-
* @public
|
|
2618
|
-
*/
|
|
2619
|
-
export declare class FileSystemNotFound extends __BaseException {
|
|
2620
|
-
readonly name: "FileSystemNotFound";
|
|
2621
|
-
readonly $fault: "client";
|
|
2622
|
-
/**
|
|
2623
|
-
* <p>A detailed error message.</p>
|
|
2624
|
-
* @public
|
|
2625
|
-
*/
|
|
2626
|
-
Message?: string | undefined;
|
|
2627
|
-
/**
|
|
2628
|
-
* @internal
|
|
2629
|
-
*/
|
|
2630
|
-
constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
|
|
2631
|
-
}
|
|
2632
|
-
/**
|
|
2633
|
-
* <p>A generic error indicating a server-side failure.</p>
|
|
2634
|
-
* @public
|
|
2635
|
-
*/
|
|
2636
|
-
export declare class InternalServerError extends __BaseException {
|
|
2637
|
-
readonly name: "InternalServerError";
|
|
2638
|
-
readonly $fault: "server";
|
|
2639
|
-
/**
|
|
2640
|
-
* <p>A detailed error message.</p>
|
|
2641
|
-
* @public
|
|
2642
|
-
*/
|
|
2643
|
-
Message?: string | undefined;
|
|
2644
|
-
/**
|
|
2645
|
-
* @internal
|
|
2646
|
-
*/
|
|
2647
|
-
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
2648
|
-
}
|
|
2649
|
-
/**
|
|
2650
|
-
* @public
|
|
2651
|
-
* @enum
|
|
2652
|
-
*/
|
|
2653
|
-
export declare const EventType: {
|
|
2654
|
-
readonly CHANGED: "CHANGED";
|
|
2655
|
-
readonly DELETED: "DELETED";
|
|
2656
|
-
readonly NEW: "NEW";
|
|
2657
|
-
};
|
|
2658
|
-
/**
|
|
2659
|
-
* @public
|
|
2660
|
-
*/
|
|
2661
|
-
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
2662
2045
|
/**
|
|
2663
2046
|
* <p>Describes a data repository association's automatic export policy. The
|
|
2664
2047
|
* <code>AutoExportPolicy</code> defines the types of updated objects on the
|
|
@@ -2742,22 +2125,6 @@ export interface CancelDataRepositoryTaskRequest {
|
|
|
2742
2125
|
*/
|
|
2743
2126
|
TaskId: string | undefined;
|
|
2744
2127
|
}
|
|
2745
|
-
/**
|
|
2746
|
-
* @public
|
|
2747
|
-
* @enum
|
|
2748
|
-
*/
|
|
2749
|
-
export declare const DataRepositoryTaskLifecycle: {
|
|
2750
|
-
readonly CANCELED: "CANCELED";
|
|
2751
|
-
readonly CANCELING: "CANCELING";
|
|
2752
|
-
readonly EXECUTING: "EXECUTING";
|
|
2753
|
-
readonly FAILED: "FAILED";
|
|
2754
|
-
readonly PENDING: "PENDING";
|
|
2755
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
2756
|
-
};
|
|
2757
|
-
/**
|
|
2758
|
-
* @public
|
|
2759
|
-
*/
|
|
2760
|
-
export type DataRepositoryTaskLifecycle = (typeof DataRepositoryTaskLifecycle)[keyof typeof DataRepositoryTaskLifecycle];
|
|
2761
2128
|
/**
|
|
2762
2129
|
* @public
|
|
2763
2130
|
*/
|
|
@@ -2800,74 +2167,6 @@ export interface CancelDataRepositoryTaskResponse {
|
|
|
2800
2167
|
*/
|
|
2801
2168
|
TaskId?: string | undefined;
|
|
2802
2169
|
}
|
|
2803
|
-
/**
|
|
2804
|
-
* <p>The data repository task could not be canceled because the task has already ended.</p>
|
|
2805
|
-
* @public
|
|
2806
|
-
*/
|
|
2807
|
-
export declare class DataRepositoryTaskEnded extends __BaseException {
|
|
2808
|
-
readonly name: "DataRepositoryTaskEnded";
|
|
2809
|
-
readonly $fault: "client";
|
|
2810
|
-
/**
|
|
2811
|
-
* <p>A detailed error message.</p>
|
|
2812
|
-
* @public
|
|
2813
|
-
*/
|
|
2814
|
-
Message?: string | undefined;
|
|
2815
|
-
/**
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
2818
|
-
constructor(opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>);
|
|
2819
|
-
}
|
|
2820
|
-
/**
|
|
2821
|
-
* <p>The data repository task or tasks you specified could not be found.</p>
|
|
2822
|
-
* @public
|
|
2823
|
-
*/
|
|
2824
|
-
export declare class DataRepositoryTaskNotFound extends __BaseException {
|
|
2825
|
-
readonly name: "DataRepositoryTaskNotFound";
|
|
2826
|
-
readonly $fault: "client";
|
|
2827
|
-
/**
|
|
2828
|
-
* <p>A detailed error message.</p>
|
|
2829
|
-
* @public
|
|
2830
|
-
*/
|
|
2831
|
-
Message?: string | undefined;
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
constructor(opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>);
|
|
2836
|
-
}
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>The requested operation is not supported for this resource or API.</p>
|
|
2839
|
-
* @public
|
|
2840
|
-
*/
|
|
2841
|
-
export declare class UnsupportedOperation extends __BaseException {
|
|
2842
|
-
readonly name: "UnsupportedOperation";
|
|
2843
|
-
readonly $fault: "client";
|
|
2844
|
-
/**
|
|
2845
|
-
* <p>A detailed error message.</p>
|
|
2846
|
-
* @public
|
|
2847
|
-
*/
|
|
2848
|
-
Message?: string | undefined;
|
|
2849
|
-
/**
|
|
2850
|
-
* @internal
|
|
2851
|
-
*/
|
|
2852
|
-
constructor(opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>);
|
|
2853
|
-
}
|
|
2854
|
-
/**
|
|
2855
|
-
* <p>No Amazon FSx backups were found based upon the supplied parameters.</p>
|
|
2856
|
-
* @public
|
|
2857
|
-
*/
|
|
2858
|
-
export declare class BackupNotFound extends __BaseException {
|
|
2859
|
-
readonly name: "BackupNotFound";
|
|
2860
|
-
readonly $fault: "client";
|
|
2861
|
-
/**
|
|
2862
|
-
* <p>A detailed error message.</p>
|
|
2863
|
-
* @public
|
|
2864
|
-
*/
|
|
2865
|
-
Message?: string | undefined;
|
|
2866
|
-
/**
|
|
2867
|
-
* @internal
|
|
2868
|
-
*/
|
|
2869
|
-
constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
|
|
2870
|
-
}
|
|
2871
2170
|
/**
|
|
2872
2171
|
* @public
|
|
2873
2172
|
*/
|
|
@@ -2914,257 +2213,40 @@ export interface CopyBackupRequest {
|
|
|
2914
2213
|
* </li>
|
|
2915
2214
|
* </ul>
|
|
2916
2215
|
* <p>If a <code>KmsKeyId</code> isn't specified, the Amazon FSx-managed KMS key for your account is used.
|
|
2917
|
-
* For more information, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html">Encrypt</a> in the
|
|
2918
|
-
* <i>Key Management Service API Reference</i>.</p>
|
|
2919
|
-
* @public
|
|
2920
|
-
*/
|
|
2921
|
-
KmsKeyId?: string | undefined;
|
|
2922
|
-
/**
|
|
2923
|
-
* <p>A Boolean flag indicating whether tags from the source backup should be copied to the
|
|
2924
|
-
* backup copy. This value defaults to <code>false</code>.</p>
|
|
2925
|
-
* <p>If you set <code>CopyTags</code> to <code>true</code> and the source backup has existing
|
|
2926
|
-
* tags, you can use the <code>Tags</code> parameter to create new tags, provided that the sum
|
|
2927
|
-
* of the source backup tags and the new tags doesn't exceed 50. Both sets of tags are
|
|
2928
|
-
* merged. If there are tag conflicts (for example, two tags with the same key but different
|
|
2929
|
-
* values), the tags created with the <code>Tags</code> parameter take precedence.</p>
|
|
2930
|
-
* @public
|
|
2931
|
-
*/
|
|
2932
|
-
CopyTags?: boolean | undefined;
|
|
2933
|
-
/**
|
|
2934
|
-
* <p>A list of <code>Tag</code> values, with a maximum of 50 elements.</p>
|
|
2935
|
-
* @public
|
|
2936
|
-
*/
|
|
2937
|
-
Tags?: Tag[] | undefined;
|
|
2938
|
-
}
|
|
2939
|
-
/**
|
|
2940
|
-
* <p>If backup creation fails, this structure contains the details of that
|
|
2941
|
-
* failure.</p>
|
|
2942
|
-
* @public
|
|
2943
|
-
*/
|
|
2944
|
-
export interface BackupFailureDetails {
|
|
2945
|
-
/**
|
|
2946
|
-
* <p>A message describing the backup-creation failure.</p>
|
|
2947
|
-
* @public
|
|
2948
|
-
*/
|
|
2949
|
-
Message?: string | undefined;
|
|
2950
|
-
}
|
|
2951
|
-
/**
|
|
2952
|
-
* @public
|
|
2953
|
-
* @enum
|
|
2954
|
-
*/
|
|
2955
|
-
export declare const BackupLifecycle: {
|
|
2956
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
2957
|
-
readonly COPYING: "COPYING";
|
|
2958
|
-
readonly CREATING: "CREATING";
|
|
2959
|
-
readonly DELETED: "DELETED";
|
|
2960
|
-
readonly FAILED: "FAILED";
|
|
2961
|
-
readonly PENDING: "PENDING";
|
|
2962
|
-
readonly TRANSFERRING: "TRANSFERRING";
|
|
2963
|
-
};
|
|
2964
|
-
/**
|
|
2965
|
-
* @public
|
|
2966
|
-
*/
|
|
2967
|
-
export type BackupLifecycle = (typeof BackupLifecycle)[keyof typeof BackupLifecycle];
|
|
2968
|
-
/**
|
|
2969
|
-
* @public
|
|
2970
|
-
* @enum
|
|
2971
|
-
*/
|
|
2972
|
-
export declare const ResourceType: {
|
|
2973
|
-
readonly FILE_SYSTEM: "FILE_SYSTEM";
|
|
2974
|
-
readonly VOLUME: "VOLUME";
|
|
2975
|
-
};
|
|
2976
|
-
/**
|
|
2977
|
-
* @public
|
|
2978
|
-
*/
|
|
2979
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
2980
|
-
/**
|
|
2981
|
-
* @public
|
|
2982
|
-
* @enum
|
|
2983
|
-
*/
|
|
2984
|
-
export declare const BackupType: {
|
|
2985
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
2986
|
-
readonly AWS_BACKUP: "AWS_BACKUP";
|
|
2987
|
-
readonly USER_INITIATED: "USER_INITIATED";
|
|
2988
|
-
};
|
|
2989
|
-
/**
|
|
2990
|
-
* @public
|
|
2991
|
-
*/
|
|
2992
|
-
export type BackupType = (typeof BackupType)[keyof typeof BackupType];
|
|
2993
|
-
/**
|
|
2994
|
-
* <p>The error returned when a second request is received with the same client request
|
|
2995
|
-
* token but different parameters settings. A client request token should always uniquely
|
|
2996
|
-
* identify a single request.</p>
|
|
2997
|
-
* @public
|
|
2998
|
-
*/
|
|
2999
|
-
export declare class IncompatibleParameterError extends __BaseException {
|
|
3000
|
-
readonly name: "IncompatibleParameterError";
|
|
3001
|
-
readonly $fault: "client";
|
|
3002
|
-
/**
|
|
3003
|
-
* <p>A parameter that is incompatible with the earlier request.</p>
|
|
3004
|
-
* @public
|
|
3005
|
-
*/
|
|
3006
|
-
Parameter: string | undefined;
|
|
3007
|
-
/**
|
|
3008
|
-
* <p>A detailed error message.</p>
|
|
3009
|
-
* @public
|
|
3010
|
-
*/
|
|
3011
|
-
Message?: string | undefined;
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
constructor(opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>);
|
|
3016
|
-
}
|
|
3017
|
-
/**
|
|
3018
|
-
* <p>Amazon FSx doesn't support Multi-AZ Windows File Server copy backup in the
|
|
3019
|
-
* destination Region, so the copied backup can't be restored.</p>
|
|
3020
|
-
* @public
|
|
3021
|
-
*/
|
|
3022
|
-
export declare class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
3023
|
-
readonly name: "IncompatibleRegionForMultiAZ";
|
|
3024
|
-
readonly $fault: "client";
|
|
3025
|
-
/**
|
|
3026
|
-
* <p>A detailed error message.</p>
|
|
3027
|
-
* @public
|
|
3028
|
-
*/
|
|
3029
|
-
Message?: string | undefined;
|
|
3030
|
-
/**
|
|
3031
|
-
* @internal
|
|
3032
|
-
*/
|
|
3033
|
-
constructor(opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>);
|
|
3034
|
-
}
|
|
3035
|
-
/**
|
|
3036
|
-
* <p>The Key Management Service (KMS) key of the destination backup is not
|
|
3037
|
-
* valid.</p>
|
|
3038
|
-
* @public
|
|
3039
|
-
*/
|
|
3040
|
-
export declare class InvalidDestinationKmsKey extends __BaseException {
|
|
3041
|
-
readonly name: "InvalidDestinationKmsKey";
|
|
3042
|
-
readonly $fault: "client";
|
|
3043
|
-
/**
|
|
3044
|
-
* <p>A detailed error message.</p>
|
|
3045
|
-
* @public
|
|
3046
|
-
*/
|
|
3047
|
-
Message?: string | undefined;
|
|
3048
|
-
/**
|
|
3049
|
-
* @internal
|
|
3050
|
-
*/
|
|
3051
|
-
constructor(opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>);
|
|
3052
|
-
}
|
|
3053
|
-
/**
|
|
3054
|
-
* <p>The Region provided for <code>SourceRegion</code> is not valid or is in a different
|
|
3055
|
-
* Amazon Web Services partition.</p>
|
|
3056
|
-
* @public
|
|
3057
|
-
*/
|
|
3058
|
-
export declare class InvalidRegion extends __BaseException {
|
|
3059
|
-
readonly name: "InvalidRegion";
|
|
3060
|
-
readonly $fault: "client";
|
|
3061
|
-
/**
|
|
3062
|
-
* <p>A detailed error message.</p>
|
|
3063
|
-
* @public
|
|
3064
|
-
*/
|
|
3065
|
-
Message?: string | undefined;
|
|
3066
|
-
/**
|
|
3067
|
-
* @internal
|
|
3068
|
-
*/
|
|
3069
|
-
constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
|
|
3070
|
-
}
|
|
3071
|
-
/**
|
|
3072
|
-
* <p>The Key Management Service (KMS) key of the source backup is not
|
|
3073
|
-
* valid.</p>
|
|
3074
|
-
* @public
|
|
3075
|
-
*/
|
|
3076
|
-
export declare class InvalidSourceKmsKey extends __BaseException {
|
|
3077
|
-
readonly name: "InvalidSourceKmsKey";
|
|
3078
|
-
readonly $fault: "client";
|
|
3079
|
-
/**
|
|
3080
|
-
* <p>A detailed error message.</p>
|
|
3081
|
-
* @public
|
|
3082
|
-
*/
|
|
3083
|
-
Message?: string | undefined;
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
constructor(opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>);
|
|
3088
|
-
}
|
|
3089
|
-
/**
|
|
3090
|
-
* @public
|
|
3091
|
-
* @enum
|
|
3092
|
-
*/
|
|
3093
|
-
export declare const ServiceLimit: {
|
|
3094
|
-
readonly FILE_CACHE_COUNT: "FILE_CACHE_COUNT";
|
|
3095
|
-
readonly FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT";
|
|
3096
|
-
readonly STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM";
|
|
3097
|
-
readonly TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS";
|
|
3098
|
-
readonly TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS";
|
|
3099
|
-
readonly TOTAL_STORAGE: "TOTAL_STORAGE";
|
|
3100
|
-
readonly TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY";
|
|
3101
|
-
readonly TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS";
|
|
3102
|
-
readonly TOTAL_USER_TAGS: "TOTAL_USER_TAGS";
|
|
3103
|
-
readonly VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM";
|
|
3104
|
-
};
|
|
3105
|
-
/**
|
|
3106
|
-
* @public
|
|
3107
|
-
*/
|
|
3108
|
-
export type ServiceLimit = (typeof ServiceLimit)[keyof typeof ServiceLimit];
|
|
3109
|
-
/**
|
|
3110
|
-
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
3111
|
-
* some service limits by contacting Amazon Web Services Support.</p>
|
|
3112
|
-
* @public
|
|
3113
|
-
*/
|
|
3114
|
-
export declare class ServiceLimitExceeded extends __BaseException {
|
|
3115
|
-
readonly name: "ServiceLimitExceeded";
|
|
3116
|
-
readonly $fault: "client";
|
|
3117
|
-
/**
|
|
3118
|
-
* <p>Enumeration of the service limit that was exceeded. </p>
|
|
2216
|
+
* For more information, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html">Encrypt</a> in the
|
|
2217
|
+
* <i>Key Management Service API Reference</i>.</p>
|
|
3119
2218
|
* @public
|
|
3120
2219
|
*/
|
|
3121
|
-
|
|
2220
|
+
KmsKeyId?: string | undefined;
|
|
3122
2221
|
/**
|
|
3123
|
-
* <p>A
|
|
2222
|
+
* <p>A Boolean flag indicating whether tags from the source backup should be copied to the
|
|
2223
|
+
* backup copy. This value defaults to <code>false</code>.</p>
|
|
2224
|
+
* <p>If you set <code>CopyTags</code> to <code>true</code> and the source backup has existing
|
|
2225
|
+
* tags, you can use the <code>Tags</code> parameter to create new tags, provided that the sum
|
|
2226
|
+
* of the source backup tags and the new tags doesn't exceed 50. Both sets of tags are
|
|
2227
|
+
* merged. If there are tag conflicts (for example, two tags with the same key but different
|
|
2228
|
+
* values), the tags created with the <code>Tags</code> parameter take precedence.</p>
|
|
3124
2229
|
* @public
|
|
3125
2230
|
*/
|
|
3126
|
-
|
|
2231
|
+
CopyTags?: boolean | undefined;
|
|
3127
2232
|
/**
|
|
3128
|
-
*
|
|
2233
|
+
* <p>A list of <code>Tag</code> values, with a maximum of 50 elements.</p>
|
|
2234
|
+
* @public
|
|
3129
2235
|
*/
|
|
3130
|
-
|
|
2236
|
+
Tags?: Tag[] | undefined;
|
|
3131
2237
|
}
|
|
3132
2238
|
/**
|
|
3133
|
-
* <p>
|
|
3134
|
-
*
|
|
2239
|
+
* <p>If backup creation fails, this structure contains the details of that
|
|
2240
|
+
* failure.</p>
|
|
3135
2241
|
* @public
|
|
3136
2242
|
*/
|
|
3137
|
-
export
|
|
3138
|
-
readonly name: "SourceBackupUnavailable";
|
|
3139
|
-
readonly $fault: "client";
|
|
2243
|
+
export interface BackupFailureDetails {
|
|
3140
2244
|
/**
|
|
3141
|
-
* <p>A
|
|
2245
|
+
* <p>A message describing the backup-creation failure.</p>
|
|
3142
2246
|
* @public
|
|
3143
2247
|
*/
|
|
3144
2248
|
Message?: string | undefined;
|
|
3145
|
-
/**
|
|
3146
|
-
* <p>The ID of the source backup. Specifies the backup that you are copying.</p>
|
|
3147
|
-
* @public
|
|
3148
|
-
*/
|
|
3149
|
-
BackupId?: string | undefined;
|
|
3150
|
-
/**
|
|
3151
|
-
* @internal
|
|
3152
|
-
*/
|
|
3153
|
-
constructor(opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>);
|
|
3154
2249
|
}
|
|
3155
|
-
/**
|
|
3156
|
-
* @public
|
|
3157
|
-
* @enum
|
|
3158
|
-
*/
|
|
3159
|
-
export declare const UpdateOpenZFSVolumeOption: {
|
|
3160
|
-
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
3161
|
-
readonly DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA";
|
|
3162
|
-
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
3163
|
-
};
|
|
3164
|
-
/**
|
|
3165
|
-
* @public
|
|
3166
|
-
*/
|
|
3167
|
-
export type UpdateOpenZFSVolumeOption = (typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
3168
2250
|
/**
|
|
3169
2251
|
* @public
|
|
3170
2252
|
*/
|
|
@@ -3261,17 +2343,6 @@ export interface OpenZFSPosixFileSystemUser {
|
|
|
3261
2343
|
*/
|
|
3262
2344
|
SecondaryGids?: number[] | undefined;
|
|
3263
2345
|
}
|
|
3264
|
-
/**
|
|
3265
|
-
* @public
|
|
3266
|
-
* @enum
|
|
3267
|
-
*/
|
|
3268
|
-
export declare const OpenZFSFileSystemUserType: {
|
|
3269
|
-
readonly POSIX: "POSIX";
|
|
3270
|
-
};
|
|
3271
|
-
/**
|
|
3272
|
-
* @public
|
|
3273
|
-
*/
|
|
3274
|
-
export type OpenZFSFileSystemUserType = (typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
3275
2346
|
/**
|
|
3276
2347
|
* <p>Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
3277
2348
|
* @public
|
|
@@ -3333,17 +2404,6 @@ export interface CreateAndAttachS3AccessPointS3Configuration {
|
|
|
3333
2404
|
*/
|
|
3334
2405
|
Policy?: string | undefined;
|
|
3335
2406
|
}
|
|
3336
|
-
/**
|
|
3337
|
-
* @public
|
|
3338
|
-
* @enum
|
|
3339
|
-
*/
|
|
3340
|
-
export declare const S3AccessPointAttachmentType: {
|
|
3341
|
-
readonly OPENZFS: "OPENZFS";
|
|
3342
|
-
};
|
|
3343
|
-
/**
|
|
3344
|
-
* @public
|
|
3345
|
-
*/
|
|
3346
|
-
export type S3AccessPointAttachmentType = (typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];
|
|
3347
2407
|
/**
|
|
3348
2408
|
* @public
|
|
3349
2409
|
*/
|
|
@@ -3377,21 +2437,6 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
3377
2437
|
*/
|
|
3378
2438
|
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
3379
2439
|
}
|
|
3380
|
-
/**
|
|
3381
|
-
* @public
|
|
3382
|
-
* @enum
|
|
3383
|
-
*/
|
|
3384
|
-
export declare const S3AccessPointAttachmentLifecycle: {
|
|
3385
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
3386
|
-
readonly CREATING: "CREATING";
|
|
3387
|
-
readonly DELETING: "DELETING";
|
|
3388
|
-
readonly FAILED: "FAILED";
|
|
3389
|
-
readonly UPDATING: "UPDATING";
|
|
3390
|
-
};
|
|
3391
|
-
/**
|
|
3392
|
-
* @public
|
|
3393
|
-
*/
|
|
3394
|
-
export type S3AccessPointAttachmentLifecycle = (typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle];
|
|
3395
2440
|
/**
|
|
3396
2441
|
* <p>Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.</p>
|
|
3397
2442
|
* @public
|
|
@@ -3499,108 +2544,6 @@ export interface CreateAndAttachS3AccessPointResponse {
|
|
|
3499
2544
|
*/
|
|
3500
2545
|
S3AccessPointAttachment?: S3AccessPointAttachment | undefined;
|
|
3501
2546
|
}
|
|
3502
|
-
/**
|
|
3503
|
-
* <p>The access point specified doesn't exist.</p>
|
|
3504
|
-
* @public
|
|
3505
|
-
*/
|
|
3506
|
-
export declare class InvalidAccessPoint extends __BaseException {
|
|
3507
|
-
readonly name: "InvalidAccessPoint";
|
|
3508
|
-
readonly $fault: "client";
|
|
3509
|
-
/**
|
|
3510
|
-
* <p>An error code indicating that the access point specified doesn't exist.</p>
|
|
3511
|
-
* @public
|
|
3512
|
-
*/
|
|
3513
|
-
ErrorCode?: string | undefined;
|
|
3514
|
-
/**
|
|
3515
|
-
* <p>A detailed error message.</p>
|
|
3516
|
-
* @public
|
|
3517
|
-
*/
|
|
3518
|
-
Message?: string | undefined;
|
|
3519
|
-
/**
|
|
3520
|
-
* @internal
|
|
3521
|
-
*/
|
|
3522
|
-
constructor(opts: __ExceptionOptionType<InvalidAccessPoint, __BaseException>);
|
|
3523
|
-
}
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The action or operation requested is invalid. Verify that the action is typed correctly.</p>
|
|
3526
|
-
* @public
|
|
3527
|
-
*/
|
|
3528
|
-
export declare class InvalidRequest extends __BaseException {
|
|
3529
|
-
readonly name: "InvalidRequest";
|
|
3530
|
-
readonly $fault: "client";
|
|
3531
|
-
/**
|
|
3532
|
-
* <p>An error code indicating that the action or operation requested is invalid.</p>
|
|
3533
|
-
* @public
|
|
3534
|
-
*/
|
|
3535
|
-
ErrorCode?: string | undefined;
|
|
3536
|
-
/**
|
|
3537
|
-
* <p>A detailed error message.</p>
|
|
3538
|
-
* @public
|
|
3539
|
-
*/
|
|
3540
|
-
Message?: string | undefined;
|
|
3541
|
-
/**
|
|
3542
|
-
* @internal
|
|
3543
|
-
*/
|
|
3544
|
-
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
3545
|
-
}
|
|
3546
|
-
/**
|
|
3547
|
-
* <p>You have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system. For more information, or to request an increase,
|
|
3548
|
-
* see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/limits.html">Service quotas on FSx resources</a> in the FSx for OpenZFS User Guide.</p>
|
|
3549
|
-
* @public
|
|
3550
|
-
*/
|
|
3551
|
-
export declare class TooManyAccessPoints extends __BaseException {
|
|
3552
|
-
readonly name: "TooManyAccessPoints";
|
|
3553
|
-
readonly $fault: "client";
|
|
3554
|
-
/**
|
|
3555
|
-
* <p>An error code indicating that you have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system.</p>
|
|
3556
|
-
* @public
|
|
3557
|
-
*/
|
|
3558
|
-
ErrorCode?: string | undefined;
|
|
3559
|
-
/**
|
|
3560
|
-
* <p>A detailed error message.</p>
|
|
3561
|
-
* @public
|
|
3562
|
-
*/
|
|
3563
|
-
Message?: string | undefined;
|
|
3564
|
-
/**
|
|
3565
|
-
* @internal
|
|
3566
|
-
*/
|
|
3567
|
-
constructor(opts: __ExceptionOptionType<TooManyAccessPoints, __BaseException>);
|
|
3568
|
-
}
|
|
3569
|
-
/**
|
|
3570
|
-
* <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
|
|
3571
|
-
* @public
|
|
3572
|
-
*/
|
|
3573
|
-
export declare class VolumeNotFound extends __BaseException {
|
|
3574
|
-
readonly name: "VolumeNotFound";
|
|
3575
|
-
readonly $fault: "client";
|
|
3576
|
-
/**
|
|
3577
|
-
* <p>A detailed error message.</p>
|
|
3578
|
-
* @public
|
|
3579
|
-
*/
|
|
3580
|
-
Message?: string | undefined;
|
|
3581
|
-
/**
|
|
3582
|
-
* @internal
|
|
3583
|
-
*/
|
|
3584
|
-
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
3585
|
-
}
|
|
3586
|
-
/**
|
|
3587
|
-
* <p>Another backup is already under way. Wait for completion before initiating
|
|
3588
|
-
* additional backups of this file system.</p>
|
|
3589
|
-
* @public
|
|
3590
|
-
*/
|
|
3591
|
-
export declare class BackupInProgress extends __BaseException {
|
|
3592
|
-
readonly name: "BackupInProgress";
|
|
3593
|
-
readonly $fault: "client";
|
|
3594
|
-
/**
|
|
3595
|
-
* <p>A detailed error message.</p>
|
|
3596
|
-
* @public
|
|
3597
|
-
*/
|
|
3598
|
-
Message?: string | undefined;
|
|
3599
|
-
/**
|
|
3600
|
-
* @internal
|
|
3601
|
-
*/
|
|
3602
|
-
constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
|
|
3603
|
-
}
|
|
3604
2547
|
/**
|
|
3605
2548
|
* <p>The request object for the <code>CreateBackup</code> operation.</p>
|
|
3606
2549
|
* @public
|
|
@@ -3743,17 +2686,6 @@ export interface CreateDataRepositoryAssociationRequest {
|
|
|
3743
2686
|
*/
|
|
3744
2687
|
Tags?: Tag[] | undefined;
|
|
3745
2688
|
}
|
|
3746
|
-
/**
|
|
3747
|
-
* @public
|
|
3748
|
-
* @enum
|
|
3749
|
-
*/
|
|
3750
|
-
export declare const NfsVersion: {
|
|
3751
|
-
readonly NFS3: "NFS3";
|
|
3752
|
-
};
|
|
3753
|
-
/**
|
|
3754
|
-
* @public
|
|
3755
|
-
*/
|
|
3756
|
-
export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];
|
|
3757
2689
|
/**
|
|
3758
2690
|
* <p>The configuration for a data repository association that
|
|
3759
2691
|
* links an Amazon File Cache resource to an NFS data repository.</p>
|
|
@@ -4027,17 +2959,6 @@ export interface CreateDataRepositoryAssociationResponse {
|
|
|
4027
2959
|
*/
|
|
4028
2960
|
Association?: DataRepositoryAssociation | undefined;
|
|
4029
2961
|
}
|
|
4030
|
-
/**
|
|
4031
|
-
* @public
|
|
4032
|
-
* @enum
|
|
4033
|
-
*/
|
|
4034
|
-
export declare const Unit: {
|
|
4035
|
-
readonly DAYS: "DAYS";
|
|
4036
|
-
};
|
|
4037
|
-
/**
|
|
4038
|
-
* @public
|
|
4039
|
-
*/
|
|
4040
|
-
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
4041
2962
|
/**
|
|
4042
2963
|
* <p>Defines the minimum amount of time since last access for a
|
|
4043
2964
|
* file to be eligible for release. Only files that have been
|
|
@@ -4105,28 +3026,6 @@ export interface ReleaseConfiguration {
|
|
|
4105
3026
|
*/
|
|
4106
3027
|
DurationSinceLastAccess?: DurationSinceLastAccess | undefined;
|
|
4107
3028
|
}
|
|
4108
|
-
/**
|
|
4109
|
-
* @public
|
|
4110
|
-
* @enum
|
|
4111
|
-
*/
|
|
4112
|
-
export declare const ReportFormat: {
|
|
4113
|
-
readonly REPORT_CSV_20191124: "REPORT_CSV_20191124";
|
|
4114
|
-
};
|
|
4115
|
-
/**
|
|
4116
|
-
* @public
|
|
4117
|
-
*/
|
|
4118
|
-
export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat];
|
|
4119
|
-
/**
|
|
4120
|
-
* @public
|
|
4121
|
-
* @enum
|
|
4122
|
-
*/
|
|
4123
|
-
export declare const ReportScope: {
|
|
4124
|
-
readonly FAILED_FILES_ONLY: "FAILED_FILES_ONLY";
|
|
4125
|
-
};
|
|
4126
|
-
/**
|
|
4127
|
-
* @public
|
|
4128
|
-
*/
|
|
4129
|
-
export type ReportScope = (typeof ReportScope)[keyof typeof ReportScope];
|
|
4130
3029
|
/**
|
|
4131
3030
|
* <p>Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report <code>Scope</code> parameter.
|
|
4132
3031
|
* FSx delivers the report to the file system's linked data repository in Amazon S3,
|
|
@@ -4167,20 +3066,6 @@ export interface CompletionReport {
|
|
|
4167
3066
|
*/
|
|
4168
3067
|
Scope?: ReportScope | undefined;
|
|
4169
3068
|
}
|
|
4170
|
-
/**
|
|
4171
|
-
* @public
|
|
4172
|
-
* @enum
|
|
4173
|
-
*/
|
|
4174
|
-
export declare const DataRepositoryTaskType: {
|
|
4175
|
-
readonly AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA";
|
|
4176
|
-
readonly EVICTION: "RELEASE_DATA_FROM_FILESYSTEM";
|
|
4177
|
-
readonly EXPORT: "EXPORT_TO_REPOSITORY";
|
|
4178
|
-
readonly IMPORT: "IMPORT_METADATA_FROM_REPOSITORY";
|
|
4179
|
-
};
|
|
4180
|
-
/**
|
|
4181
|
-
* @public
|
|
4182
|
-
*/
|
|
4183
|
-
export type DataRepositoryTaskType = (typeof DataRepositoryTaskType)[keyof typeof DataRepositoryTaskType];
|
|
4184
3069
|
/**
|
|
4185
3070
|
* @public
|
|
4186
3071
|
*/
|
|
@@ -4516,24 +3401,6 @@ export interface CreateDataRepositoryTaskResponse {
|
|
|
4516
3401
|
*/
|
|
4517
3402
|
DataRepositoryTask?: DataRepositoryTask | undefined;
|
|
4518
3403
|
}
|
|
4519
|
-
/**
|
|
4520
|
-
* <p>An existing data repository task is currently executing on the file system.
|
|
4521
|
-
* Wait until the existing task has completed, then create the new task.</p>
|
|
4522
|
-
* @public
|
|
4523
|
-
*/
|
|
4524
|
-
export declare class DataRepositoryTaskExecuting extends __BaseException {
|
|
4525
|
-
readonly name: "DataRepositoryTaskExecuting";
|
|
4526
|
-
readonly $fault: "client";
|
|
4527
|
-
/**
|
|
4528
|
-
* <p>A detailed error message.</p>
|
|
4529
|
-
* @public
|
|
4530
|
-
*/
|
|
4531
|
-
Message?: string | undefined;
|
|
4532
|
-
/**
|
|
4533
|
-
* @internal
|
|
4534
|
-
*/
|
|
4535
|
-
constructor(opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>);
|
|
4536
|
-
}
|
|
4537
3404
|
/**
|
|
4538
3405
|
* <p>The configuration for an NFS data repository association (DRA)
|
|
4539
3406
|
* created during the creation of the Amazon File Cache resource.</p>
|
|
@@ -4638,28 +3505,6 @@ export interface FileCacheDataRepositoryAssociation {
|
|
|
4638
3505
|
*/
|
|
4639
3506
|
NFS?: FileCacheNFSConfiguration | undefined;
|
|
4640
3507
|
}
|
|
4641
|
-
/**
|
|
4642
|
-
* @public
|
|
4643
|
-
* @enum
|
|
4644
|
-
*/
|
|
4645
|
-
export declare const FileCacheType: {
|
|
4646
|
-
readonly LUSTRE: "LUSTRE";
|
|
4647
|
-
};
|
|
4648
|
-
/**
|
|
4649
|
-
* @public
|
|
4650
|
-
*/
|
|
4651
|
-
export type FileCacheType = (typeof FileCacheType)[keyof typeof FileCacheType];
|
|
4652
|
-
/**
|
|
4653
|
-
* @public
|
|
4654
|
-
* @enum
|
|
4655
|
-
*/
|
|
4656
|
-
export declare const FileCacheLustreDeploymentType: {
|
|
4657
|
-
readonly CACHE_1: "CACHE_1";
|
|
4658
|
-
};
|
|
4659
|
-
/**
|
|
4660
|
-
* @public
|
|
4661
|
-
*/
|
|
4662
|
-
export type FileCacheLustreDeploymentType = (typeof FileCacheLustreDeploymentType)[keyof typeof FileCacheLustreDeploymentType];
|
|
4663
3508
|
/**
|
|
4664
3509
|
* <p>The configuration for a Lustre MDT (Metadata Target) storage volume.
|
|
4665
3510
|
* The metadata on Amazon File Cache is managed by a Lustre Metadata Server
|
|
@@ -4809,21 +3654,6 @@ export interface FileCacheFailureDetails {
|
|
|
4809
3654
|
*/
|
|
4810
3655
|
Message?: string | undefined;
|
|
4811
3656
|
}
|
|
4812
|
-
/**
|
|
4813
|
-
* @public
|
|
4814
|
-
* @enum
|
|
4815
|
-
*/
|
|
4816
|
-
export declare const FileCacheLifecycle: {
|
|
4817
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
4818
|
-
readonly CREATING: "CREATING";
|
|
4819
|
-
readonly DELETING: "DELETING";
|
|
4820
|
-
readonly FAILED: "FAILED";
|
|
4821
|
-
readonly UPDATING: "UPDATING";
|
|
4822
|
-
};
|
|
4823
|
-
/**
|
|
4824
|
-
* @public
|
|
4825
|
-
*/
|
|
4826
|
-
export type FileCacheLifecycle = (typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
|
|
4827
3657
|
/**
|
|
4828
3658
|
* <p>The configuration for the Amazon File Cache resource.</p>
|
|
4829
3659
|
* @public
|
|
@@ -5012,72 +3842,6 @@ export interface CreateFileCacheResponse {
|
|
|
5012
3842
|
*/
|
|
5013
3843
|
FileCache?: FileCacheCreating | undefined;
|
|
5014
3844
|
}
|
|
5015
|
-
/**
|
|
5016
|
-
* <p>One or more network settings specified in the request are invalid.</p>
|
|
5017
|
-
* @public
|
|
5018
|
-
*/
|
|
5019
|
-
export declare class InvalidNetworkSettings extends __BaseException {
|
|
5020
|
-
readonly name: "InvalidNetworkSettings";
|
|
5021
|
-
readonly $fault: "client";
|
|
5022
|
-
/**
|
|
5023
|
-
* <p>Error message explaining what's wrong with network settings.</p>
|
|
5024
|
-
* @public
|
|
5025
|
-
*/
|
|
5026
|
-
Message?: string | undefined;
|
|
5027
|
-
/**
|
|
5028
|
-
* <p>The subnet ID that is either invalid or not part of the VPC specified.</p>
|
|
5029
|
-
* @public
|
|
5030
|
-
*/
|
|
5031
|
-
InvalidSubnetId?: string | undefined;
|
|
5032
|
-
/**
|
|
5033
|
-
* <p>The security group ID is either invalid or not part of the VPC specified.</p>
|
|
5034
|
-
* @public
|
|
5035
|
-
*/
|
|
5036
|
-
InvalidSecurityGroupId?: string | undefined;
|
|
5037
|
-
/**
|
|
5038
|
-
* <p>The route table ID is either invalid or not part of the VPC specified.</p>
|
|
5039
|
-
* @public
|
|
5040
|
-
*/
|
|
5041
|
-
InvalidRouteTableId?: string | undefined;
|
|
5042
|
-
/**
|
|
5043
|
-
* @internal
|
|
5044
|
-
*/
|
|
5045
|
-
constructor(opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>);
|
|
5046
|
-
}
|
|
5047
|
-
/**
|
|
5048
|
-
* <p>An invalid value for <code>PerUnitStorageThroughput</code> was provided. Please create your file system again, using a valid value.</p>
|
|
5049
|
-
* @public
|
|
5050
|
-
*/
|
|
5051
|
-
export declare class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
5052
|
-
readonly name: "InvalidPerUnitStorageThroughput";
|
|
5053
|
-
readonly $fault: "client";
|
|
5054
|
-
/**
|
|
5055
|
-
* <p>A detailed error message.</p>
|
|
5056
|
-
* @public
|
|
5057
|
-
*/
|
|
5058
|
-
Message?: string | undefined;
|
|
5059
|
-
/**
|
|
5060
|
-
* @internal
|
|
5061
|
-
*/
|
|
5062
|
-
constructor(opts: __ExceptionOptionType<InvalidPerUnitStorageThroughput, __BaseException>);
|
|
5063
|
-
}
|
|
5064
|
-
/**
|
|
5065
|
-
* <p>A cache configuration is required for this operation.</p>
|
|
5066
|
-
* @public
|
|
5067
|
-
*/
|
|
5068
|
-
export declare class MissingFileCacheConfiguration extends __BaseException {
|
|
5069
|
-
readonly name: "MissingFileCacheConfiguration";
|
|
5070
|
-
readonly $fault: "client";
|
|
5071
|
-
/**
|
|
5072
|
-
* <p>A detailed error message.</p>
|
|
5073
|
-
* @public
|
|
5074
|
-
*/
|
|
5075
|
-
Message?: string | undefined;
|
|
5076
|
-
/**
|
|
5077
|
-
* @internal
|
|
5078
|
-
*/
|
|
5079
|
-
constructor(opts: __ExceptionOptionType<MissingFileCacheConfiguration, __BaseException>);
|
|
5080
|
-
}
|
|
5081
3845
|
/**
|
|
5082
3846
|
* <p>The Lustre logging configuration used when creating or updating an
|
|
5083
3847
|
* Amazon FSx for Lustre file system. An Amazon File Cache is created
|
|
@@ -6191,6 +4955,11 @@ export interface CreateFileSystemWindowsConfiguration {
|
|
|
6191
4955
|
* @public
|
|
6192
4956
|
*/
|
|
6193
4957
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
4958
|
+
/**
|
|
4959
|
+
* <p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>
|
|
4960
|
+
* @public
|
|
4961
|
+
*/
|
|
4962
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
6194
4963
|
}
|
|
6195
4964
|
/**
|
|
6196
4965
|
* <p>The request object used to create a new Amazon FSx file system.</p>
|
|
@@ -6414,77 +5183,26 @@ export interface CreateFileSystemRequest {
|
|
|
6414
5183
|
* <li>
|
|
6415
5184
|
* <p>Default value is <code>2.15</code> when <code>DeploymentType</code> is set to
|
|
6416
5185
|
* <code>PERSISTENT_2</code> with a metadata configuration mode.</p>
|
|
6417
|
-
* </li>
|
|
6418
|
-
* </ul>
|
|
6419
|
-
* @public
|
|
6420
|
-
*/
|
|
6421
|
-
FileSystemTypeVersion?: string | undefined;
|
|
6422
|
-
/**
|
|
6423
|
-
* <p>The OpenZFS configuration for the file system that's being created.</p>
|
|
6424
|
-
* @public
|
|
6425
|
-
*/
|
|
6426
|
-
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration | undefined;
|
|
6427
|
-
/**
|
|
6428
|
-
* <p>The network type of the Amazon FSx file system that you
|
|
6429
|
-
* are creating. Valid values are <code>IPV4</code> (which supports
|
|
6430
|
-
* IPv4 only) and <code>DUAL</code> (for dual-stack mode, which supports
|
|
6431
|
-
* both IPv4 and IPv6). The default is <code>IPV4</code>. Supported
|
|
6432
|
-
* for FSx for OpenZFS, FSx for ONTAP, and FSx for Windows File Server
|
|
6433
|
-
* file systems.</p>
|
|
6434
|
-
* @public
|
|
6435
|
-
*/
|
|
6436
|
-
NetworkType?: NetworkType | undefined;
|
|
6437
|
-
}
|
|
6438
|
-
/**
|
|
6439
|
-
* <p>The path provided for data repository export isn't valid.</p>
|
|
6440
|
-
* @public
|
|
6441
|
-
*/
|
|
6442
|
-
export declare class InvalidExportPath extends __BaseException {
|
|
6443
|
-
readonly name: "InvalidExportPath";
|
|
6444
|
-
readonly $fault: "client";
|
|
6445
|
-
/**
|
|
6446
|
-
* <p>A detailed error message.</p>
|
|
6447
|
-
* @public
|
|
6448
|
-
*/
|
|
6449
|
-
Message?: string | undefined;
|
|
6450
|
-
/**
|
|
6451
|
-
* @internal
|
|
6452
|
-
*/
|
|
6453
|
-
constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
|
|
6454
|
-
}
|
|
6455
|
-
/**
|
|
6456
|
-
* <p>The path provided for data repository import isn't valid.</p>
|
|
6457
|
-
* @public
|
|
6458
|
-
*/
|
|
6459
|
-
export declare class InvalidImportPath extends __BaseException {
|
|
6460
|
-
readonly name: "InvalidImportPath";
|
|
6461
|
-
readonly $fault: "client";
|
|
6462
|
-
/**
|
|
6463
|
-
* <p>A detailed error message.</p>
|
|
5186
|
+
* </li>
|
|
5187
|
+
* </ul>
|
|
6464
5188
|
* @public
|
|
6465
5189
|
*/
|
|
6466
|
-
|
|
6467
|
-
/**
|
|
6468
|
-
* @internal
|
|
6469
|
-
*/
|
|
6470
|
-
constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
|
|
6471
|
-
}
|
|
6472
|
-
/**
|
|
6473
|
-
* <p>A file system configuration is required for this operation.</p>
|
|
6474
|
-
* @public
|
|
6475
|
-
*/
|
|
6476
|
-
export declare class MissingFileSystemConfiguration extends __BaseException {
|
|
6477
|
-
readonly name: "MissingFileSystemConfiguration";
|
|
6478
|
-
readonly $fault: "client";
|
|
5190
|
+
FileSystemTypeVersion?: string | undefined;
|
|
6479
5191
|
/**
|
|
6480
|
-
* <p>
|
|
5192
|
+
* <p>The OpenZFS configuration for the file system that's being created.</p>
|
|
6481
5193
|
* @public
|
|
6482
5194
|
*/
|
|
6483
|
-
|
|
5195
|
+
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration | undefined;
|
|
6484
5196
|
/**
|
|
6485
|
-
*
|
|
5197
|
+
* <p>The network type of the Amazon FSx file system that you
|
|
5198
|
+
* are creating. Valid values are <code>IPV4</code> (which supports
|
|
5199
|
+
* IPv4 only) and <code>DUAL</code> (for dual-stack mode, which supports
|
|
5200
|
+
* both IPv4 and IPv6). The default is <code>IPV4</code>. Supported
|
|
5201
|
+
* for FSx for OpenZFS, FSx for ONTAP, and FSx for Windows File Server
|
|
5202
|
+
* file systems.</p>
|
|
5203
|
+
* @public
|
|
6486
5204
|
*/
|
|
6487
|
-
|
|
5205
|
+
NetworkType?: NetworkType | undefined;
|
|
6488
5206
|
}
|
|
6489
5207
|
/**
|
|
6490
5208
|
* <p>The request object for the <code>CreateFileSystemFromBackup</code>
|
|
@@ -6704,19 +5422,6 @@ export interface CreateSvmActiveDirectoryConfiguration {
|
|
|
6704
5422
|
*/
|
|
6705
5423
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration | undefined;
|
|
6706
5424
|
}
|
|
6707
|
-
/**
|
|
6708
|
-
* @public
|
|
6709
|
-
* @enum
|
|
6710
|
-
*/
|
|
6711
|
-
export declare const StorageVirtualMachineRootVolumeSecurityStyle: {
|
|
6712
|
-
readonly MIXED: "MIXED";
|
|
6713
|
-
readonly NTFS: "NTFS";
|
|
6714
|
-
readonly UNIX: "UNIX";
|
|
6715
|
-
};
|
|
6716
|
-
/**
|
|
6717
|
-
* @public
|
|
6718
|
-
*/
|
|
6719
|
-
export type StorageVirtualMachineRootVolumeSecurityStyle = (typeof StorageVirtualMachineRootVolumeSecurityStyle)[keyof typeof StorageVirtualMachineRootVolumeSecurityStyle];
|
|
6720
5425
|
/**
|
|
6721
5426
|
* @public
|
|
6722
5427
|
*/
|
|
@@ -6856,36 +5561,6 @@ export interface SvmEndpoints {
|
|
|
6856
5561
|
*/
|
|
6857
5562
|
Smb?: SvmEndpoint | undefined;
|
|
6858
5563
|
}
|
|
6859
|
-
/**
|
|
6860
|
-
* @public
|
|
6861
|
-
* @enum
|
|
6862
|
-
*/
|
|
6863
|
-
export declare const StorageVirtualMachineLifecycle: {
|
|
6864
|
-
readonly CREATED: "CREATED";
|
|
6865
|
-
readonly CREATING: "CREATING";
|
|
6866
|
-
readonly DELETING: "DELETING";
|
|
6867
|
-
readonly FAILED: "FAILED";
|
|
6868
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
6869
|
-
readonly PENDING: "PENDING";
|
|
6870
|
-
};
|
|
6871
|
-
/**
|
|
6872
|
-
* @public
|
|
6873
|
-
*/
|
|
6874
|
-
export type StorageVirtualMachineLifecycle = (typeof StorageVirtualMachineLifecycle)[keyof typeof StorageVirtualMachineLifecycle];
|
|
6875
|
-
/**
|
|
6876
|
-
* @public
|
|
6877
|
-
* @enum
|
|
6878
|
-
*/
|
|
6879
|
-
export declare const StorageVirtualMachineSubtype: {
|
|
6880
|
-
readonly DEFAULT: "DEFAULT";
|
|
6881
|
-
readonly DP_DESTINATION: "DP_DESTINATION";
|
|
6882
|
-
readonly SYNC_DESTINATION: "SYNC_DESTINATION";
|
|
6883
|
-
readonly SYNC_SOURCE: "SYNC_SOURCE";
|
|
6884
|
-
};
|
|
6885
|
-
/**
|
|
6886
|
-
* @public
|
|
6887
|
-
*/
|
|
6888
|
-
export type StorageVirtualMachineSubtype = (typeof StorageVirtualMachineSubtype)[keyof typeof StorageVirtualMachineSubtype];
|
|
6889
5564
|
/**
|
|
6890
5565
|
* <p>Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.</p>
|
|
6891
5566
|
* @public
|
|
@@ -7016,18 +5691,6 @@ export interface CreateAggregateConfiguration {
|
|
|
7016
5691
|
*/
|
|
7017
5692
|
ConstituentsPerAggregate?: number | undefined;
|
|
7018
5693
|
}
|
|
7019
|
-
/**
|
|
7020
|
-
* @public
|
|
7021
|
-
* @enum
|
|
7022
|
-
*/
|
|
7023
|
-
export declare const InputOntapVolumeType: {
|
|
7024
|
-
readonly DP: "DP";
|
|
7025
|
-
readonly RW: "RW";
|
|
7026
|
-
};
|
|
7027
|
-
/**
|
|
7028
|
-
* @public
|
|
7029
|
-
*/
|
|
7030
|
-
export type InputOntapVolumeType = (typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
|
|
7031
5694
|
/**
|
|
7032
5695
|
* <p>Defines the SnapLock configuration when creating an FSx for ONTAP SnapLock volume. </p>
|
|
7033
5696
|
* @public
|
|
@@ -7447,40 +6110,6 @@ export interface CreateVolumeRequest {
|
|
|
7447
6110
|
*/
|
|
7448
6111
|
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration | undefined;
|
|
7449
6112
|
}
|
|
7450
|
-
/**
|
|
7451
|
-
* <p>A volume configuration is required for this operation.</p>
|
|
7452
|
-
* @public
|
|
7453
|
-
*/
|
|
7454
|
-
export declare class MissingVolumeConfiguration extends __BaseException {
|
|
7455
|
-
readonly name: "MissingVolumeConfiguration";
|
|
7456
|
-
readonly $fault: "client";
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>A detailed error message.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
Message?: string | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* @internal
|
|
7464
|
-
*/
|
|
7465
|
-
constructor(opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>);
|
|
7466
|
-
}
|
|
7467
|
-
/**
|
|
7468
|
-
* <p>No FSx for ONTAP SVMs were found based upon the supplied parameters.</p>
|
|
7469
|
-
* @public
|
|
7470
|
-
*/
|
|
7471
|
-
export declare class StorageVirtualMachineNotFound extends __BaseException {
|
|
7472
|
-
readonly name: "StorageVirtualMachineNotFound";
|
|
7473
|
-
readonly $fault: "client";
|
|
7474
|
-
/**
|
|
7475
|
-
* <p>A detailed error message.</p>
|
|
7476
|
-
* @public
|
|
7477
|
-
*/
|
|
7478
|
-
Message?: string | undefined;
|
|
7479
|
-
/**
|
|
7480
|
-
* @internal
|
|
7481
|
-
*/
|
|
7482
|
-
constructor(opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>);
|
|
7483
|
-
}
|
|
7484
6113
|
/**
|
|
7485
6114
|
* @public
|
|
7486
6115
|
*/
|
|
@@ -7513,51 +6142,6 @@ export interface CreateVolumeFromBackupRequest {
|
|
|
7513
6142
|
*/
|
|
7514
6143
|
Tags?: Tag[] | undefined;
|
|
7515
6144
|
}
|
|
7516
|
-
/**
|
|
7517
|
-
* <p>You can't delete a backup while it's being copied.</p>
|
|
7518
|
-
* @public
|
|
7519
|
-
*/
|
|
7520
|
-
export declare class BackupBeingCopied extends __BaseException {
|
|
7521
|
-
readonly name: "BackupBeingCopied";
|
|
7522
|
-
readonly $fault: "client";
|
|
7523
|
-
/**
|
|
7524
|
-
* <p>A detailed error message.</p>
|
|
7525
|
-
* @public
|
|
7526
|
-
*/
|
|
7527
|
-
Message?: string | undefined;
|
|
7528
|
-
/**
|
|
7529
|
-
* <p>The ID of the source backup. Specifies the backup that you are copying.</p>
|
|
7530
|
-
* @public
|
|
7531
|
-
*/
|
|
7532
|
-
BackupId?: string | undefined;
|
|
7533
|
-
/**
|
|
7534
|
-
* @internal
|
|
7535
|
-
*/
|
|
7536
|
-
constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
|
|
7537
|
-
}
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>You can't delete a backup while it's being used to restore a file
|
|
7540
|
-
* system.</p>
|
|
7541
|
-
* @public
|
|
7542
|
-
*/
|
|
7543
|
-
export declare class BackupRestoring extends __BaseException {
|
|
7544
|
-
readonly name: "BackupRestoring";
|
|
7545
|
-
readonly $fault: "client";
|
|
7546
|
-
/**
|
|
7547
|
-
* <p>A detailed error message.</p>
|
|
7548
|
-
* @public
|
|
7549
|
-
*/
|
|
7550
|
-
Message?: string | undefined;
|
|
7551
|
-
/**
|
|
7552
|
-
* <p>The ID of a file system being restored from the backup.</p>
|
|
7553
|
-
* @public
|
|
7554
|
-
*/
|
|
7555
|
-
FileSystemId?: string | undefined;
|
|
7556
|
-
/**
|
|
7557
|
-
* @internal
|
|
7558
|
-
*/
|
|
7559
|
-
constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
|
|
7560
|
-
}
|
|
7561
6145
|
/**
|
|
7562
6146
|
* <p>The request object for the <code>DeleteBackup</code> operation.</p>
|
|
7563
6147
|
* @public
|
|
@@ -7593,23 +6177,6 @@ export interface DeleteBackupResponse {
|
|
|
7593
6177
|
*/
|
|
7594
6178
|
Lifecycle?: BackupLifecycle | undefined;
|
|
7595
6179
|
}
|
|
7596
|
-
/**
|
|
7597
|
-
* <p>No data repository associations were found based upon the supplied parameters.</p>
|
|
7598
|
-
* @public
|
|
7599
|
-
*/
|
|
7600
|
-
export declare class DataRepositoryAssociationNotFound extends __BaseException {
|
|
7601
|
-
readonly name: "DataRepositoryAssociationNotFound";
|
|
7602
|
-
readonly $fault: "client";
|
|
7603
|
-
/**
|
|
7604
|
-
* <p>A detailed error message.</p>
|
|
7605
|
-
* @public
|
|
7606
|
-
*/
|
|
7607
|
-
Message?: string | undefined;
|
|
7608
|
-
/**
|
|
7609
|
-
* @internal
|
|
7610
|
-
*/
|
|
7611
|
-
constructor(opts: __ExceptionOptionType<DataRepositoryAssociationNotFound, __BaseException>);
|
|
7612
|
-
}
|
|
7613
6180
|
/**
|
|
7614
6181
|
* @public
|
|
7615
6182
|
*/
|
|
@@ -7688,23 +6255,6 @@ export interface DeleteFileCacheResponse {
|
|
|
7688
6255
|
*/
|
|
7689
6256
|
Lifecycle?: FileCacheLifecycle | undefined;
|
|
7690
6257
|
}
|
|
7691
|
-
/**
|
|
7692
|
-
* <p>No caches were found based upon supplied parameters.</p>
|
|
7693
|
-
* @public
|
|
7694
|
-
*/
|
|
7695
|
-
export declare class FileCacheNotFound extends __BaseException {
|
|
7696
|
-
readonly name: "FileCacheNotFound";
|
|
7697
|
-
readonly $fault: "client";
|
|
7698
|
-
/**
|
|
7699
|
-
* <p>A detailed error message.</p>
|
|
7700
|
-
* @public
|
|
7701
|
-
*/
|
|
7702
|
-
Message?: string | undefined;
|
|
7703
|
-
/**
|
|
7704
|
-
* @internal
|
|
7705
|
-
*/
|
|
7706
|
-
constructor(opts: __ExceptionOptionType<FileCacheNotFound, __BaseException>);
|
|
7707
|
-
}
|
|
7708
6258
|
/**
|
|
7709
6259
|
* <p>The configuration object for the Amazon FSx for Lustre file system being deleted in the
|
|
7710
6260
|
* <code>DeleteFileSystem</code> operation.</p>
|
|
@@ -7730,17 +6280,6 @@ export interface DeleteFileSystemLustreConfiguration {
|
|
|
7730
6280
|
*/
|
|
7731
6281
|
FinalBackupTags?: Tag[] | undefined;
|
|
7732
6282
|
}
|
|
7733
|
-
/**
|
|
7734
|
-
* @public
|
|
7735
|
-
* @enum
|
|
7736
|
-
*/
|
|
7737
|
-
export declare const DeleteFileSystemOpenZFSOption: {
|
|
7738
|
-
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
7739
|
-
};
|
|
7740
|
-
/**
|
|
7741
|
-
* @public
|
|
7742
|
-
*/
|
|
7743
|
-
export type DeleteFileSystemOpenZFSOption = (typeof DeleteFileSystemOpenZFSOption)[keyof typeof DeleteFileSystemOpenZFSOption];
|
|
7744
6283
|
/**
|
|
7745
6284
|
* <p>The configuration object for the Amazon FSx for OpenZFS file system used in the
|
|
7746
6285
|
* <code>DeleteFileSystem</code> operation.</p>
|
|
@@ -7944,23 +6483,6 @@ export interface DeleteSnapshotResponse {
|
|
|
7944
6483
|
*/
|
|
7945
6484
|
Lifecycle?: SnapshotLifecycle | undefined;
|
|
7946
6485
|
}
|
|
7947
|
-
/**
|
|
7948
|
-
* <p>No Amazon FSx snapshots were found based on the supplied parameters.</p>
|
|
7949
|
-
* @public
|
|
7950
|
-
*/
|
|
7951
|
-
export declare class SnapshotNotFound extends __BaseException {
|
|
7952
|
-
readonly name: "SnapshotNotFound";
|
|
7953
|
-
readonly $fault: "client";
|
|
7954
|
-
/**
|
|
7955
|
-
* <p>A detailed error message.</p>
|
|
7956
|
-
* @public
|
|
7957
|
-
*/
|
|
7958
|
-
Message?: string | undefined;
|
|
7959
|
-
/**
|
|
7960
|
-
* @internal
|
|
7961
|
-
*/
|
|
7962
|
-
constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
|
|
7963
|
-
}
|
|
7964
6486
|
/**
|
|
7965
6487
|
* @public
|
|
7966
6488
|
*/
|
|
@@ -8022,17 +6544,6 @@ export interface DeleteVolumeOntapConfiguration {
|
|
|
8022
6544
|
*/
|
|
8023
6545
|
BypassSnaplockEnterpriseRetention?: boolean | undefined;
|
|
8024
6546
|
}
|
|
8025
|
-
/**
|
|
8026
|
-
* @public
|
|
8027
|
-
* @enum
|
|
8028
|
-
*/
|
|
8029
|
-
export declare const DeleteOpenZFSVolumeOption: {
|
|
8030
|
-
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
8031
|
-
};
|
|
8032
|
-
/**
|
|
8033
|
-
* @public
|
|
8034
|
-
*/
|
|
8035
|
-
export type DeleteOpenZFSVolumeOption = (typeof DeleteOpenZFSVolumeOption)[keyof typeof DeleteOpenZFSVolumeOption];
|
|
8036
6547
|
/**
|
|
8037
6548
|
* <p>A value that specifies whether to delete all child volumes and snapshots. </p>
|
|
8038
6549
|
* @public
|
|
@@ -8114,23 +6625,6 @@ export interface DeleteVolumeResponse {
|
|
|
8114
6625
|
*/
|
|
8115
6626
|
OntapResponse?: DeleteVolumeOntapResponse | undefined;
|
|
8116
6627
|
}
|
|
8117
|
-
/**
|
|
8118
|
-
* @public
|
|
8119
|
-
* @enum
|
|
8120
|
-
*/
|
|
8121
|
-
export declare const FilterName: {
|
|
8122
|
-
readonly BACKUP_TYPE: "backup-type";
|
|
8123
|
-
readonly DATA_REPOSITORY_TYPE: "data-repository-type";
|
|
8124
|
-
readonly FILE_CACHE_ID: "file-cache-id";
|
|
8125
|
-
readonly FILE_CACHE_TYPE: "file-cache-type";
|
|
8126
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8127
|
-
readonly FILE_SYSTEM_TYPE: "file-system-type";
|
|
8128
|
-
readonly VOLUME_ID: "volume-id";
|
|
8129
|
-
};
|
|
8130
|
-
/**
|
|
8131
|
-
* @public
|
|
8132
|
-
*/
|
|
8133
|
-
export type FilterName = (typeof FilterName)[keyof typeof FilterName];
|
|
8134
6628
|
/**
|
|
8135
6629
|
* <p>A filter used to restrict the results of describe calls. You can use multiple
|
|
8136
6630
|
* filters to return results that meet all applied filter requirements.</p>
|
|
@@ -8229,37 +6723,6 @@ export interface DescribeDataRepositoryAssociationsResponse {
|
|
|
8229
6723
|
*/
|
|
8230
6724
|
NextToken?: string | undefined;
|
|
8231
6725
|
}
|
|
8232
|
-
/**
|
|
8233
|
-
* <p>You have filtered the response to a data repository type that is not supported.</p>
|
|
8234
|
-
* @public
|
|
8235
|
-
*/
|
|
8236
|
-
export declare class InvalidDataRepositoryType extends __BaseException {
|
|
8237
|
-
readonly name: "InvalidDataRepositoryType";
|
|
8238
|
-
readonly $fault: "client";
|
|
8239
|
-
/**
|
|
8240
|
-
* <p>A detailed error message.</p>
|
|
8241
|
-
* @public
|
|
8242
|
-
*/
|
|
8243
|
-
Message?: string | undefined;
|
|
8244
|
-
/**
|
|
8245
|
-
* @internal
|
|
8246
|
-
*/
|
|
8247
|
-
constructor(opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>);
|
|
8248
|
-
}
|
|
8249
|
-
/**
|
|
8250
|
-
* @public
|
|
8251
|
-
* @enum
|
|
8252
|
-
*/
|
|
8253
|
-
export declare const DataRepositoryTaskFilterName: {
|
|
8254
|
-
readonly DATA_REPO_ASSOCIATION_ID: "data-repository-association-id";
|
|
8255
|
-
readonly FILE_CACHE_ID: "file-cache-id";
|
|
8256
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8257
|
-
readonly TASK_LIFECYCLE: "task-lifecycle";
|
|
8258
|
-
};
|
|
8259
|
-
/**
|
|
8260
|
-
* @public
|
|
8261
|
-
*/
|
|
8262
|
-
export type DataRepositoryTaskFilterName = (typeof DataRepositoryTaskFilterName)[keyof typeof DataRepositoryTaskFilterName];
|
|
8263
6726
|
/**
|
|
8264
6727
|
* <p>(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the response.
|
|
8265
6728
|
* You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type.
|
|
@@ -8576,19 +7039,6 @@ export interface DescribeFileSystemsRequest {
|
|
|
8576
7039
|
*/
|
|
8577
7040
|
NextToken?: string | undefined;
|
|
8578
7041
|
}
|
|
8579
|
-
/**
|
|
8580
|
-
* @public
|
|
8581
|
-
* @enum
|
|
8582
|
-
*/
|
|
8583
|
-
export declare const S3AccessPointAttachmentsFilterName: {
|
|
8584
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8585
|
-
readonly TYPE: "type";
|
|
8586
|
-
readonly VOLUME_ID: "volume-id";
|
|
8587
|
-
};
|
|
8588
|
-
/**
|
|
8589
|
-
* @public
|
|
8590
|
-
*/
|
|
8591
|
-
export type S3AccessPointAttachmentsFilterName = (typeof S3AccessPointAttachmentsFilterName)[keyof typeof S3AccessPointAttachmentsFilterName];
|
|
8592
7042
|
/**
|
|
8593
7043
|
* <p>A set of Name and Values pairs used to view a select set of S3 access point attachments.</p>
|
|
8594
7044
|
* @public
|
|
@@ -8650,23 +7100,6 @@ export interface DescribeS3AccessPointAttachmentsResponse {
|
|
|
8650
7100
|
*/
|
|
8651
7101
|
NextToken?: string | undefined;
|
|
8652
7102
|
}
|
|
8653
|
-
/**
|
|
8654
|
-
* <p>The access point specified was not found.</p>
|
|
8655
|
-
* @public
|
|
8656
|
-
*/
|
|
8657
|
-
export declare class S3AccessPointAttachmentNotFound extends __BaseException {
|
|
8658
|
-
readonly name: "S3AccessPointAttachmentNotFound";
|
|
8659
|
-
readonly $fault: "client";
|
|
8660
|
-
/**
|
|
8661
|
-
* <p>A detailed error message.</p>
|
|
8662
|
-
* @public
|
|
8663
|
-
*/
|
|
8664
|
-
Message?: string | undefined;
|
|
8665
|
-
/**
|
|
8666
|
-
* @internal
|
|
8667
|
-
*/
|
|
8668
|
-
constructor(opts: __ExceptionOptionType<S3AccessPointAttachmentNotFound, __BaseException>);
|
|
8669
|
-
}
|
|
8670
7103
|
/**
|
|
8671
7104
|
* @public
|
|
8672
7105
|
*/
|
|
@@ -8682,18 +7115,6 @@ export interface DescribeSharedVpcConfigurationResponse {
|
|
|
8682
7115
|
*/
|
|
8683
7116
|
EnableFsxRouteTableUpdatesFromParticipantAccounts?: string | undefined;
|
|
8684
7117
|
}
|
|
8685
|
-
/**
|
|
8686
|
-
* @public
|
|
8687
|
-
* @enum
|
|
8688
|
-
*/
|
|
8689
|
-
export declare const SnapshotFilterName: {
|
|
8690
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8691
|
-
readonly VOLUME_ID: "volume-id";
|
|
8692
|
-
};
|
|
8693
|
-
/**
|
|
8694
|
-
* @public
|
|
8695
|
-
*/
|
|
8696
|
-
export type SnapshotFilterName = (typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
|
|
8697
7118
|
/**
|
|
8698
7119
|
* <p>A filter used to restrict the results of <code>DescribeSnapshots</code> calls. You can
|
|
8699
7120
|
* use multiple filters to return results that meet all applied filter requirements.</p>
|
|
@@ -8750,17 +7171,6 @@ export interface DescribeSnapshotsRequest {
|
|
|
8750
7171
|
*/
|
|
8751
7172
|
IncludeShared?: boolean | undefined;
|
|
8752
7173
|
}
|
|
8753
|
-
/**
|
|
8754
|
-
* @public
|
|
8755
|
-
* @enum
|
|
8756
|
-
*/
|
|
8757
|
-
export declare const StorageVirtualMachineFilterName: {
|
|
8758
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8759
|
-
};
|
|
8760
|
-
/**
|
|
8761
|
-
* @public
|
|
8762
|
-
*/
|
|
8763
|
-
export type StorageVirtualMachineFilterName = (typeof StorageVirtualMachineFilterName)[keyof typeof StorageVirtualMachineFilterName];
|
|
8764
7174
|
/**
|
|
8765
7175
|
* <p>A filter used to restrict the results of describe calls for
|
|
8766
7176
|
* Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). You can use multiple
|
|
@@ -8825,18 +7235,6 @@ export interface DescribeStorageVirtualMachinesResponse {
|
|
|
8825
7235
|
*/
|
|
8826
7236
|
NextToken?: string | undefined;
|
|
8827
7237
|
}
|
|
8828
|
-
/**
|
|
8829
|
-
* @public
|
|
8830
|
-
* @enum
|
|
8831
|
-
*/
|
|
8832
|
-
export declare const VolumeFilterName: {
|
|
8833
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
8834
|
-
readonly STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id";
|
|
8835
|
-
};
|
|
8836
|
-
/**
|
|
8837
|
-
* @public
|
|
8838
|
-
*/
|
|
8839
|
-
export type VolumeFilterName = (typeof VolumeFilterName)[keyof typeof VolumeFilterName];
|
|
8840
7238
|
/**
|
|
8841
7239
|
* <p>A filter used to restrict the results of describe calls for Amazon FSx for
|
|
8842
7240
|
* NetApp ONTAP or Amazon FSx for OpenZFS volumes. You can use multiple filters to
|
|
@@ -8969,100 +7367,32 @@ export interface ListTagsForResourceRequest {
|
|
|
8969
7367
|
* service's internal maximum number of items per page.</p>
|
|
8970
7368
|
* @public
|
|
8971
7369
|
*/
|
|
8972
|
-
MaxResults?: number | undefined;
|
|
8973
|
-
/**
|
|
8974
|
-
* <p>Opaque pagination token returned from a previous
|
|
8975
|
-
* <code>ListTagsForResource</code> operation (String). If a token present, the action
|
|
8976
|
-
* continues the list from where the returning call left off.</p>
|
|
8977
|
-
* @public
|
|
8978
|
-
*/
|
|
8979
|
-
NextToken?: string | undefined;
|
|
8980
|
-
}
|
|
8981
|
-
/**
|
|
8982
|
-
* <p>The response object for <code>ListTagsForResource</code> operation.</p>
|
|
8983
|
-
* @public
|
|
8984
|
-
*/
|
|
8985
|
-
export interface ListTagsForResourceResponse {
|
|
8986
|
-
/**
|
|
8987
|
-
* <p>A list of tags on the resource.</p>
|
|
8988
|
-
* @public
|
|
8989
|
-
*/
|
|
8990
|
-
Tags?: Tag[] | undefined;
|
|
8991
|
-
/**
|
|
8992
|
-
* <p>This is present if there are more tags than returned in the response (String). You
|
|
8993
|
-
* can use the <code>NextToken</code> value in the later request to fetch the tags.
|
|
8994
|
-
* </p>
|
|
8995
|
-
* @public
|
|
8996
|
-
*/
|
|
8997
|
-
NextToken?: string | undefined;
|
|
8998
|
-
}
|
|
8999
|
-
/**
|
|
9000
|
-
* <p>The resource specified for the tagging operation is not a resource type owned by
|
|
9001
|
-
* Amazon FSx. Use the API of the relevant service to perform the operation. </p>
|
|
9002
|
-
* @public
|
|
9003
|
-
*/
|
|
9004
|
-
export declare class NotServiceResourceError extends __BaseException {
|
|
9005
|
-
readonly name: "NotServiceResourceError";
|
|
9006
|
-
readonly $fault: "client";
|
|
9007
|
-
/**
|
|
9008
|
-
* <p>The Amazon Resource Name (ARN) of the non-Amazon FSx resource.</p>
|
|
9009
|
-
* @public
|
|
9010
|
-
*/
|
|
9011
|
-
ResourceARN: string | undefined;
|
|
9012
|
-
/**
|
|
9013
|
-
* <p>A detailed error message.</p>
|
|
9014
|
-
* @public
|
|
9015
|
-
*/
|
|
9016
|
-
Message?: string | undefined;
|
|
9017
|
-
/**
|
|
9018
|
-
* @internal
|
|
9019
|
-
*/
|
|
9020
|
-
constructor(opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>);
|
|
9021
|
-
}
|
|
9022
|
-
/**
|
|
9023
|
-
* <p>The resource specified does not support tagging. </p>
|
|
9024
|
-
* @public
|
|
9025
|
-
*/
|
|
9026
|
-
export declare class ResourceDoesNotSupportTagging extends __BaseException {
|
|
9027
|
-
readonly name: "ResourceDoesNotSupportTagging";
|
|
9028
|
-
readonly $fault: "client";
|
|
9029
|
-
/**
|
|
9030
|
-
* <p>The Amazon Resource Name (ARN) of the resource that doesn't support
|
|
9031
|
-
* tagging.</p>
|
|
9032
|
-
* @public
|
|
9033
|
-
*/
|
|
9034
|
-
ResourceARN: string | undefined;
|
|
9035
|
-
/**
|
|
9036
|
-
* <p>A detailed error message.</p>
|
|
9037
|
-
* @public
|
|
9038
|
-
*/
|
|
9039
|
-
Message?: string | undefined;
|
|
7370
|
+
MaxResults?: number | undefined;
|
|
9040
7371
|
/**
|
|
9041
|
-
*
|
|
7372
|
+
* <p>Opaque pagination token returned from a previous
|
|
7373
|
+
* <code>ListTagsForResource</code> operation (String). If a token present, the action
|
|
7374
|
+
* continues the list from where the returning call left off.</p>
|
|
7375
|
+
* @public
|
|
9042
7376
|
*/
|
|
9043
|
-
|
|
7377
|
+
NextToken?: string | undefined;
|
|
9044
7378
|
}
|
|
9045
7379
|
/**
|
|
9046
|
-
* <p>The
|
|
7380
|
+
* <p>The response object for <code>ListTagsForResource</code> operation.</p>
|
|
9047
7381
|
* @public
|
|
9048
7382
|
*/
|
|
9049
|
-
export
|
|
9050
|
-
readonly name: "ResourceNotFound";
|
|
9051
|
-
readonly $fault: "client";
|
|
7383
|
+
export interface ListTagsForResourceResponse {
|
|
9052
7384
|
/**
|
|
9053
|
-
* <p>
|
|
7385
|
+
* <p>A list of tags on the resource.</p>
|
|
9054
7386
|
* @public
|
|
9055
7387
|
*/
|
|
9056
|
-
|
|
7388
|
+
Tags?: Tag[] | undefined;
|
|
9057
7389
|
/**
|
|
9058
|
-
* <p>
|
|
7390
|
+
* <p>This is present if there are more tags than returned in the response (String). You
|
|
7391
|
+
* can use the <code>NextToken</code> value in the later request to fetch the tags.
|
|
7392
|
+
* </p>
|
|
9059
7393
|
* @public
|
|
9060
7394
|
*/
|
|
9061
|
-
|
|
9062
|
-
/**
|
|
9063
|
-
* @internal
|
|
9064
|
-
*/
|
|
9065
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
7395
|
+
NextToken?: string | undefined;
|
|
9066
7396
|
}
|
|
9067
7397
|
/**
|
|
9068
7398
|
* @public
|
|
@@ -9081,18 +7411,6 @@ export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
|
9081
7411
|
*/
|
|
9082
7412
|
ClientRequestToken?: string | undefined;
|
|
9083
7413
|
}
|
|
9084
|
-
/**
|
|
9085
|
-
* @public
|
|
9086
|
-
* @enum
|
|
9087
|
-
*/
|
|
9088
|
-
export declare const RestoreOpenZFSVolumeOption: {
|
|
9089
|
-
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
9090
|
-
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
9091
|
-
};
|
|
9092
|
-
/**
|
|
9093
|
-
* @public
|
|
9094
|
-
*/
|
|
9095
|
-
export type RestoreOpenZFSVolumeOption = (typeof RestoreOpenZFSVolumeOption)[keyof typeof RestoreOpenZFSVolumeOption];
|
|
9096
7414
|
/**
|
|
9097
7415
|
* @public
|
|
9098
7416
|
*/
|
|
@@ -9824,6 +8142,11 @@ export interface UpdateFileSystemWindowsConfiguration {
|
|
|
9824
8142
|
* @public
|
|
9825
8143
|
*/
|
|
9826
8144
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
8145
|
+
/**
|
|
8146
|
+
* <p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>
|
|
8147
|
+
* @public
|
|
8148
|
+
*/
|
|
8149
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
9827
8150
|
}
|
|
9828
8151
|
/**
|
|
9829
8152
|
* <p>The request object for the <code>UpdateFileSystem</code> operation.</p>
|
|
@@ -10933,3 +9256,334 @@ export interface RestoreVolumeFromSnapshotResponse {
|
|
|
10933
9256
|
*/
|
|
10934
9257
|
AdministrativeActions?: AdministrativeAction[] | undefined;
|
|
10935
9258
|
}
|
|
9259
|
+
/**
|
|
9260
|
+
* <p>The response object for the <code>CreateFileSystemFromBackup</code>
|
|
9261
|
+
* operation.</p>
|
|
9262
|
+
* @public
|
|
9263
|
+
*/
|
|
9264
|
+
export interface CreateFileSystemFromBackupResponse {
|
|
9265
|
+
/**
|
|
9266
|
+
* <p>A description of the file system.</p>
|
|
9267
|
+
* @public
|
|
9268
|
+
*/
|
|
9269
|
+
FileSystem?: FileSystem | undefined;
|
|
9270
|
+
}
|
|
9271
|
+
/**
|
|
9272
|
+
* <p>The response object returned after the file system is created.</p>
|
|
9273
|
+
* @public
|
|
9274
|
+
*/
|
|
9275
|
+
export interface CreateFileSystemResponse {
|
|
9276
|
+
/**
|
|
9277
|
+
* <p>The configuration of the file system that was created.</p>
|
|
9278
|
+
* @public
|
|
9279
|
+
*/
|
|
9280
|
+
FileSystem?: FileSystem | undefined;
|
|
9281
|
+
}
|
|
9282
|
+
/**
|
|
9283
|
+
* @public
|
|
9284
|
+
*/
|
|
9285
|
+
export interface CreateSnapshotResponse {
|
|
9286
|
+
/**
|
|
9287
|
+
* <p>A description of the snapshot.</p>
|
|
9288
|
+
* @public
|
|
9289
|
+
*/
|
|
9290
|
+
Snapshot?: Snapshot | undefined;
|
|
9291
|
+
}
|
|
9292
|
+
/**
|
|
9293
|
+
* @public
|
|
9294
|
+
*/
|
|
9295
|
+
export interface CreateVolumeFromBackupResponse {
|
|
9296
|
+
/**
|
|
9297
|
+
* <p>Returned after a successful <code>CreateVolumeFromBackup</code> API operation,
|
|
9298
|
+
* describing the volume just created.</p>
|
|
9299
|
+
* @public
|
|
9300
|
+
*/
|
|
9301
|
+
Volume?: Volume | undefined;
|
|
9302
|
+
}
|
|
9303
|
+
/**
|
|
9304
|
+
* @public
|
|
9305
|
+
*/
|
|
9306
|
+
export interface CreateVolumeResponse {
|
|
9307
|
+
/**
|
|
9308
|
+
* <p>Returned after a successful <code>CreateVolume</code> API operation, describing the volume just created.</p>
|
|
9309
|
+
* @public
|
|
9310
|
+
*/
|
|
9311
|
+
Volume?: Volume | undefined;
|
|
9312
|
+
}
|
|
9313
|
+
/**
|
|
9314
|
+
* @public
|
|
9315
|
+
*/
|
|
9316
|
+
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
9317
|
+
/**
|
|
9318
|
+
* <p>A description of a specific Amazon FSx file system.</p>
|
|
9319
|
+
* @public
|
|
9320
|
+
*/
|
|
9321
|
+
FileSystem?: FileSystem | undefined;
|
|
9322
|
+
}
|
|
9323
|
+
/**
|
|
9324
|
+
* @public
|
|
9325
|
+
*/
|
|
9326
|
+
export interface StartMisconfiguredStateRecoveryResponse {
|
|
9327
|
+
/**
|
|
9328
|
+
* <p>A description of a specific Amazon FSx file system.</p>
|
|
9329
|
+
* @public
|
|
9330
|
+
*/
|
|
9331
|
+
FileSystem?: FileSystem | undefined;
|
|
9332
|
+
}
|
|
9333
|
+
/**
|
|
9334
|
+
* <p>The response object for the <code>UpdateFileSystem</code> operation.</p>
|
|
9335
|
+
* @public
|
|
9336
|
+
*/
|
|
9337
|
+
export interface UpdateFileSystemResponse {
|
|
9338
|
+
/**
|
|
9339
|
+
* <p>A description of the file system that was updated.</p>
|
|
9340
|
+
* @public
|
|
9341
|
+
*/
|
|
9342
|
+
FileSystem?: FileSystem | undefined;
|
|
9343
|
+
}
|
|
9344
|
+
/**
|
|
9345
|
+
* @public
|
|
9346
|
+
*/
|
|
9347
|
+
export interface UpdateSnapshotResponse {
|
|
9348
|
+
/**
|
|
9349
|
+
* <p>Returned after a successful <code>UpdateSnapshot</code> operation, describing the
|
|
9350
|
+
* snapshot that you updated.</p>
|
|
9351
|
+
* @public
|
|
9352
|
+
*/
|
|
9353
|
+
Snapshot?: Snapshot | undefined;
|
|
9354
|
+
}
|
|
9355
|
+
/**
|
|
9356
|
+
* @public
|
|
9357
|
+
*/
|
|
9358
|
+
export interface UpdateVolumeResponse {
|
|
9359
|
+
/**
|
|
9360
|
+
* <p>A description of the volume just updated. Returned after a successful
|
|
9361
|
+
* <code>UpdateVolume</code> API operation.</p>
|
|
9362
|
+
* @public
|
|
9363
|
+
*/
|
|
9364
|
+
Volume?: Volume | undefined;
|
|
9365
|
+
}
|
|
9366
|
+
/**
|
|
9367
|
+
* <p>The response object for <code>DescribeFileSystems</code> operation.</p>
|
|
9368
|
+
* @public
|
|
9369
|
+
*/
|
|
9370
|
+
export interface DescribeFileSystemsResponse {
|
|
9371
|
+
/**
|
|
9372
|
+
* <p>An array of file system descriptions.</p>
|
|
9373
|
+
* @public
|
|
9374
|
+
*/
|
|
9375
|
+
FileSystems?: FileSystem[] | undefined;
|
|
9376
|
+
/**
|
|
9377
|
+
* <p>Present if there are more file systems than returned in the response (String). You
|
|
9378
|
+
* can use the <code>NextToken</code> value in the later request to fetch the
|
|
9379
|
+
* descriptions. </p>
|
|
9380
|
+
* @public
|
|
9381
|
+
*/
|
|
9382
|
+
NextToken?: string | undefined;
|
|
9383
|
+
}
|
|
9384
|
+
/**
|
|
9385
|
+
* @public
|
|
9386
|
+
*/
|
|
9387
|
+
export interface DescribeSnapshotsResponse {
|
|
9388
|
+
/**
|
|
9389
|
+
* <p>An array of snapshots.</p>
|
|
9390
|
+
* @public
|
|
9391
|
+
*/
|
|
9392
|
+
Snapshots?: Snapshot[] | undefined;
|
|
9393
|
+
/**
|
|
9394
|
+
* <p>(Optional) Opaque pagination token returned from a previous operation (String). If
|
|
9395
|
+
* present, this token indicates from what point you can continue processing the request, where
|
|
9396
|
+
* the previous <code>NextToken</code> value left off.</p>
|
|
9397
|
+
* @public
|
|
9398
|
+
*/
|
|
9399
|
+
NextToken?: string | undefined;
|
|
9400
|
+
}
|
|
9401
|
+
/**
|
|
9402
|
+
* @public
|
|
9403
|
+
*/
|
|
9404
|
+
export interface DescribeVolumesResponse {
|
|
9405
|
+
/**
|
|
9406
|
+
* <p>Returned after a successful <code>DescribeVolumes</code> operation, describing each volume.</p>
|
|
9407
|
+
* @public
|
|
9408
|
+
*/
|
|
9409
|
+
Volumes?: Volume[] | undefined;
|
|
9410
|
+
/**
|
|
9411
|
+
* <p>(Optional) Opaque pagination token returned from a previous operation (String). If
|
|
9412
|
+
* present, this token indicates from what point you can continue processing the request, where
|
|
9413
|
+
* the previous <code>NextToken</code> value left off.</p>
|
|
9414
|
+
* @public
|
|
9415
|
+
*/
|
|
9416
|
+
NextToken?: string | undefined;
|
|
9417
|
+
}
|
|
9418
|
+
/**
|
|
9419
|
+
* <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
|
|
9420
|
+
* Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
|
|
9421
|
+
* for OpenZFS file system.</p>
|
|
9422
|
+
* @public
|
|
9423
|
+
*/
|
|
9424
|
+
export interface Backup {
|
|
9425
|
+
/**
|
|
9426
|
+
* <p>The ID of the backup.</p>
|
|
9427
|
+
* @public
|
|
9428
|
+
*/
|
|
9429
|
+
BackupId: string | undefined;
|
|
9430
|
+
/**
|
|
9431
|
+
* <p>The lifecycle status of the backup.</p>
|
|
9432
|
+
* <ul>
|
|
9433
|
+
* <li>
|
|
9434
|
+
* <p>
|
|
9435
|
+
* <code>AVAILABLE</code> - The backup is fully available.</p>
|
|
9436
|
+
* </li>
|
|
9437
|
+
* <li>
|
|
9438
|
+
* <p>
|
|
9439
|
+
* <code>PENDING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.</p>
|
|
9440
|
+
* </li>
|
|
9441
|
+
* <li>
|
|
9442
|
+
* <p>
|
|
9443
|
+
* <code>CREATING</code> - Amazon FSx is creating the backup.</p>
|
|
9444
|
+
* </li>
|
|
9445
|
+
* <li>
|
|
9446
|
+
* <p>
|
|
9447
|
+
* <code>TRANSFERRING</code> - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.</p>
|
|
9448
|
+
* </li>
|
|
9449
|
+
* <li>
|
|
9450
|
+
* <p>
|
|
9451
|
+
* <code>COPYING</code> - Amazon FSx is copying the backup.</p>
|
|
9452
|
+
* </li>
|
|
9453
|
+
* <li>
|
|
9454
|
+
* <p>
|
|
9455
|
+
* <code>DELETED</code> - Amazon FSx deleted the backup and it's no longer
|
|
9456
|
+
* available.</p>
|
|
9457
|
+
* </li>
|
|
9458
|
+
* <li>
|
|
9459
|
+
* <p>
|
|
9460
|
+
* <code>FAILED</code> - Amazon FSx couldn't finish the backup.</p>
|
|
9461
|
+
* </li>
|
|
9462
|
+
* </ul>
|
|
9463
|
+
* @public
|
|
9464
|
+
*/
|
|
9465
|
+
Lifecycle: BackupLifecycle | undefined;
|
|
9466
|
+
/**
|
|
9467
|
+
* <p>Details explaining any failures that occurred when creating a backup.</p>
|
|
9468
|
+
* @public
|
|
9469
|
+
*/
|
|
9470
|
+
FailureDetails?: BackupFailureDetails | undefined;
|
|
9471
|
+
/**
|
|
9472
|
+
* <p>The type of the file-system backup.</p>
|
|
9473
|
+
* @public
|
|
9474
|
+
*/
|
|
9475
|
+
Type: BackupType | undefined;
|
|
9476
|
+
/**
|
|
9477
|
+
* <p>Displays the current percent of progress of an asynchronous task.</p>
|
|
9478
|
+
* @public
|
|
9479
|
+
*/
|
|
9480
|
+
ProgressPercent?: number | undefined;
|
|
9481
|
+
/**
|
|
9482
|
+
* <p>The time when a particular backup was created.</p>
|
|
9483
|
+
* @public
|
|
9484
|
+
*/
|
|
9485
|
+
CreationTime: Date | undefined;
|
|
9486
|
+
/**
|
|
9487
|
+
* <p>The ID of the Key Management Service (KMS) key used to encrypt the
|
|
9488
|
+
* backup of the Amazon FSx file system's data at rest. </p>
|
|
9489
|
+
* @public
|
|
9490
|
+
*/
|
|
9491
|
+
KmsKeyId?: string | undefined;
|
|
9492
|
+
/**
|
|
9493
|
+
* <p>The Amazon Resource Name (ARN) for the backup resource.</p>
|
|
9494
|
+
* @public
|
|
9495
|
+
*/
|
|
9496
|
+
ResourceARN?: string | undefined;
|
|
9497
|
+
/**
|
|
9498
|
+
* <p>The tags associated with a particular file system.</p>
|
|
9499
|
+
* @public
|
|
9500
|
+
*/
|
|
9501
|
+
Tags?: Tag[] | undefined;
|
|
9502
|
+
/**
|
|
9503
|
+
* <p>The metadata of the file system associated with the backup. This metadata is persisted
|
|
9504
|
+
* even if the file system is deleted.</p>
|
|
9505
|
+
* @public
|
|
9506
|
+
*/
|
|
9507
|
+
FileSystem: FileSystem | undefined;
|
|
9508
|
+
/**
|
|
9509
|
+
* <p>The configuration of the self-managed Microsoft Active Directory directory to which
|
|
9510
|
+
* the Windows File Server instance is joined.</p>
|
|
9511
|
+
* @public
|
|
9512
|
+
*/
|
|
9513
|
+
DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
|
|
9514
|
+
/**
|
|
9515
|
+
* <p>An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon
|
|
9516
|
+
* Resource Names (ARNs) for resources.</p>
|
|
9517
|
+
* @public
|
|
9518
|
+
*/
|
|
9519
|
+
OwnerId?: string | undefined;
|
|
9520
|
+
/**
|
|
9521
|
+
* <p>The ID of the source backup. Specifies the backup that you are copying.</p>
|
|
9522
|
+
* @public
|
|
9523
|
+
*/
|
|
9524
|
+
SourceBackupId?: string | undefined;
|
|
9525
|
+
/**
|
|
9526
|
+
* <p>The source Region of the backup. Specifies the Region from where this backup
|
|
9527
|
+
* is copied.</p>
|
|
9528
|
+
* @public
|
|
9529
|
+
*/
|
|
9530
|
+
SourceBackupRegion?: string | undefined;
|
|
9531
|
+
/**
|
|
9532
|
+
* <p>Specifies the resource type that's backed up.</p>
|
|
9533
|
+
* @public
|
|
9534
|
+
*/
|
|
9535
|
+
ResourceType?: ResourceType | undefined;
|
|
9536
|
+
/**
|
|
9537
|
+
* <p>Describes an Amazon FSx volume.</p>
|
|
9538
|
+
* @public
|
|
9539
|
+
*/
|
|
9540
|
+
Volume?: Volume | undefined;
|
|
9541
|
+
/**
|
|
9542
|
+
* <p>
|
|
9543
|
+
* The size of the backup in bytes. This represents the amount of data that the file system would contain if you restore this backup.
|
|
9544
|
+
* </p>
|
|
9545
|
+
* @public
|
|
9546
|
+
*/
|
|
9547
|
+
SizeInBytes?: number | undefined;
|
|
9548
|
+
}
|
|
9549
|
+
/**
|
|
9550
|
+
* @public
|
|
9551
|
+
*/
|
|
9552
|
+
export interface CopyBackupResponse {
|
|
9553
|
+
/**
|
|
9554
|
+
* <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
|
|
9555
|
+
* Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
|
|
9556
|
+
* for OpenZFS file system.</p>
|
|
9557
|
+
* @public
|
|
9558
|
+
*/
|
|
9559
|
+
Backup?: Backup | undefined;
|
|
9560
|
+
}
|
|
9561
|
+
/**
|
|
9562
|
+
* <p>The response object for the <code>CreateBackup</code> operation.</p>
|
|
9563
|
+
* @public
|
|
9564
|
+
*/
|
|
9565
|
+
export interface CreateBackupResponse {
|
|
9566
|
+
/**
|
|
9567
|
+
* <p>A description of the backup.</p>
|
|
9568
|
+
* @public
|
|
9569
|
+
*/
|
|
9570
|
+
Backup?: Backup | undefined;
|
|
9571
|
+
}
|
|
9572
|
+
/**
|
|
9573
|
+
* <p>Response object for the <code>DescribeBackups</code> operation.</p>
|
|
9574
|
+
* @public
|
|
9575
|
+
*/
|
|
9576
|
+
export interface DescribeBackupsResponse {
|
|
9577
|
+
/**
|
|
9578
|
+
* <p>An array of backups.</p>
|
|
9579
|
+
* @public
|
|
9580
|
+
*/
|
|
9581
|
+
Backups?: Backup[] | undefined;
|
|
9582
|
+
/**
|
|
9583
|
+
* <p>A <code>NextToken</code> value is present if there are more backups than returned in
|
|
9584
|
+
* the response. You can use the <code>NextToken</code> value in the subsequent request to
|
|
9585
|
+
* fetch the backups. </p>
|
|
9586
|
+
* @public
|
|
9587
|
+
*/
|
|
9588
|
+
NextToken?: string | undefined;
|
|
9589
|
+
}
|