@aws-sdk/client-fsx 3.934.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,131 +1,90 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import {
|
|
2
|
+
AdministrativeActionType,
|
|
3
|
+
AliasLifecycle,
|
|
4
|
+
AutocommitPeriodType,
|
|
5
|
+
AutoImportPolicyType,
|
|
6
|
+
BackupLifecycle,
|
|
7
|
+
BackupType,
|
|
8
|
+
DataCompressionType,
|
|
9
|
+
DataRepositoryLifecycle,
|
|
10
|
+
DataRepositoryTaskFilterName,
|
|
11
|
+
DataRepositoryTaskLifecycle,
|
|
12
|
+
DataRepositoryTaskType,
|
|
13
|
+
DeleteFileSystemOpenZFSOption,
|
|
14
|
+
DeleteOpenZFSVolumeOption,
|
|
15
|
+
DiskIopsConfigurationMode,
|
|
16
|
+
DriveCacheType,
|
|
17
|
+
EventType,
|
|
18
|
+
FileCacheLifecycle,
|
|
19
|
+
FileCacheLustreDeploymentType,
|
|
20
|
+
FileCacheType,
|
|
21
|
+
FileSystemLifecycle,
|
|
22
|
+
FileSystemMaintenanceOperation,
|
|
23
|
+
FileSystemType,
|
|
24
|
+
FilterName,
|
|
25
|
+
FlexCacheEndpointType,
|
|
26
|
+
InputOntapVolumeType,
|
|
27
|
+
LustreAccessAuditLogLevel,
|
|
28
|
+
LustreDeploymentType,
|
|
29
|
+
LustreReadCacheSizingMode,
|
|
30
|
+
MetadataConfigurationMode,
|
|
31
|
+
NetworkType,
|
|
32
|
+
NfsVersion,
|
|
33
|
+
OntapDeploymentType,
|
|
34
|
+
OntapVolumeType,
|
|
35
|
+
OpenZFSCopyStrategy,
|
|
36
|
+
OpenZFSDataCompressionType,
|
|
37
|
+
OpenZFSDeploymentType,
|
|
38
|
+
OpenZFSFileSystemUserType,
|
|
39
|
+
OpenZFSQuotaType,
|
|
40
|
+
OpenZFSReadCacheSizingMode,
|
|
41
|
+
PrivilegedDelete,
|
|
42
|
+
ReportFormat,
|
|
43
|
+
ReportScope,
|
|
44
|
+
ResourceType,
|
|
45
|
+
RestoreOpenZFSVolumeOption,
|
|
46
|
+
RetentionPeriodType,
|
|
47
|
+
S3AccessPointAttachmentLifecycle,
|
|
48
|
+
S3AccessPointAttachmentsFilterName,
|
|
49
|
+
S3AccessPointAttachmentType,
|
|
50
|
+
SecurityStyle,
|
|
51
|
+
SnaplockType,
|
|
52
|
+
SnapshotFilterName,
|
|
53
|
+
SnapshotLifecycle,
|
|
54
|
+
Status,
|
|
55
|
+
StorageType,
|
|
56
|
+
StorageVirtualMachineFilterName,
|
|
57
|
+
StorageVirtualMachineLifecycle,
|
|
58
|
+
StorageVirtualMachineRootVolumeSecurityStyle,
|
|
59
|
+
StorageVirtualMachineSubtype,
|
|
60
|
+
TieringPolicyName,
|
|
61
|
+
Unit,
|
|
62
|
+
UpdateOpenZFSVolumeOption,
|
|
63
|
+
VolumeFilterName,
|
|
64
|
+
VolumeLifecycle,
|
|
65
|
+
VolumeStyle,
|
|
66
|
+
VolumeType,
|
|
67
|
+
WindowsAccessAuditLogLevel,
|
|
68
|
+
WindowsDeploymentType,
|
|
69
|
+
} from "./enums";
|
|
12
70
|
export interface ActiveDirectoryBackupAttributes {
|
|
13
71
|
DomainName?: string | undefined;
|
|
14
72
|
ActiveDirectoryId?: string | undefined;
|
|
15
73
|
ResourceARN?: string | undefined;
|
|
16
74
|
}
|
|
17
|
-
export declare const ActiveDirectoryErrorType: {
|
|
18
|
-
readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
|
|
19
|
-
readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
|
|
20
|
-
readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
|
|
21
|
-
readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
|
|
22
|
-
readonly WRONG_VPC: "WRONG_VPC";
|
|
23
|
-
};
|
|
24
|
-
export type ActiveDirectoryErrorType =
|
|
25
|
-
(typeof ActiveDirectoryErrorType)[keyof typeof ActiveDirectoryErrorType];
|
|
26
|
-
export declare class ActiveDirectoryError extends __BaseException {
|
|
27
|
-
readonly name: "ActiveDirectoryError";
|
|
28
|
-
readonly $fault: "client";
|
|
29
|
-
ActiveDirectoryId: string | undefined;
|
|
30
|
-
Type?: ActiveDirectoryErrorType | undefined;
|
|
31
|
-
Message?: string | undefined;
|
|
32
|
-
constructor(
|
|
33
|
-
opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
export declare const AdministrativeActionType: {
|
|
37
|
-
readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
|
|
38
|
-
readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
39
|
-
readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
|
|
40
|
-
readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
|
|
41
|
-
readonly IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION";
|
|
42
|
-
readonly MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY";
|
|
43
|
-
readonly RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS";
|
|
44
|
-
readonly SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE";
|
|
45
|
-
readonly STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION";
|
|
46
|
-
readonly STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION";
|
|
47
|
-
readonly THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION";
|
|
48
|
-
readonly VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT";
|
|
49
|
-
readonly VOLUME_RESTORE: "VOLUME_RESTORE";
|
|
50
|
-
readonly VOLUME_UPDATE: "VOLUME_UPDATE";
|
|
51
|
-
readonly VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT";
|
|
52
|
-
};
|
|
53
|
-
export type AdministrativeActionType =
|
|
54
|
-
(typeof AdministrativeActionType)[keyof typeof AdministrativeActionType];
|
|
55
75
|
export interface AdministrativeActionFailureDetails {
|
|
56
76
|
Message?: string | undefined;
|
|
57
77
|
}
|
|
58
|
-
export declare const Status: {
|
|
59
|
-
readonly CANCELLED: "CANCELLED";
|
|
60
|
-
readonly COMPLETED: "COMPLETED";
|
|
61
|
-
readonly FAILED: "FAILED";
|
|
62
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
63
|
-
readonly OPTIMIZING: "OPTIMIZING";
|
|
64
|
-
readonly PAUSED: "PAUSED";
|
|
65
|
-
readonly PENDING: "PENDING";
|
|
66
|
-
readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
|
|
67
|
-
};
|
|
68
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
69
78
|
export interface FileSystemFailureDetails {
|
|
70
79
|
Message?: string | undefined;
|
|
71
80
|
}
|
|
72
|
-
export declare const FileSystemType: {
|
|
73
|
-
readonly LUSTRE: "LUSTRE";
|
|
74
|
-
readonly ONTAP: "ONTAP";
|
|
75
|
-
readonly OPENZFS: "OPENZFS";
|
|
76
|
-
readonly WINDOWS: "WINDOWS";
|
|
77
|
-
};
|
|
78
|
-
export type FileSystemType =
|
|
79
|
-
(typeof FileSystemType)[keyof typeof FileSystemType];
|
|
80
|
-
export declare const FileSystemLifecycle: {
|
|
81
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
82
|
-
readonly CREATING: "CREATING";
|
|
83
|
-
readonly DELETING: "DELETING";
|
|
84
|
-
readonly FAILED: "FAILED";
|
|
85
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
86
|
-
readonly MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE";
|
|
87
|
-
readonly UPDATING: "UPDATING";
|
|
88
|
-
};
|
|
89
|
-
export type FileSystemLifecycle =
|
|
90
|
-
(typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
|
|
91
|
-
export declare const DataCompressionType: {
|
|
92
|
-
readonly LZ4: "LZ4";
|
|
93
|
-
readonly NONE: "NONE";
|
|
94
|
-
};
|
|
95
|
-
export type DataCompressionType =
|
|
96
|
-
(typeof DataCompressionType)[keyof typeof DataCompressionType];
|
|
97
|
-
export declare const LustreReadCacheSizingMode: {
|
|
98
|
-
readonly NO_CACHE: "NO_CACHE";
|
|
99
|
-
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
100
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
101
|
-
};
|
|
102
|
-
export type LustreReadCacheSizingMode =
|
|
103
|
-
(typeof LustreReadCacheSizingMode)[keyof typeof LustreReadCacheSizingMode];
|
|
104
81
|
export interface LustreReadCacheConfiguration {
|
|
105
82
|
SizingMode?: LustreReadCacheSizingMode | undefined;
|
|
106
83
|
SizeGiB?: number | undefined;
|
|
107
84
|
}
|
|
108
|
-
export declare const AutoImportPolicyType: {
|
|
109
|
-
readonly NEW: "NEW";
|
|
110
|
-
readonly NEW_CHANGED: "NEW_CHANGED";
|
|
111
|
-
readonly NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED";
|
|
112
|
-
readonly NONE: "NONE";
|
|
113
|
-
};
|
|
114
|
-
export type AutoImportPolicyType =
|
|
115
|
-
(typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
|
|
116
85
|
export interface DataRepositoryFailureDetails {
|
|
117
86
|
Message?: string | undefined;
|
|
118
87
|
}
|
|
119
|
-
export declare const DataRepositoryLifecycle: {
|
|
120
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
121
|
-
readonly CREATING: "CREATING";
|
|
122
|
-
readonly DELETING: "DELETING";
|
|
123
|
-
readonly FAILED: "FAILED";
|
|
124
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
125
|
-
readonly UPDATING: "UPDATING";
|
|
126
|
-
};
|
|
127
|
-
export type DataRepositoryLifecycle =
|
|
128
|
-
(typeof DataRepositoryLifecycle)[keyof typeof DataRepositoryLifecycle];
|
|
129
88
|
export interface DataRepositoryConfiguration {
|
|
130
89
|
Lifecycle?: DataRepositoryLifecycle | undefined;
|
|
131
90
|
ImportPath?: string | undefined;
|
|
@@ -134,38 +93,10 @@ export interface DataRepositoryConfiguration {
|
|
|
134
93
|
AutoImportPolicy?: AutoImportPolicyType | undefined;
|
|
135
94
|
FailureDetails?: DataRepositoryFailureDetails | undefined;
|
|
136
95
|
}
|
|
137
|
-
export declare const LustreDeploymentType: {
|
|
138
|
-
readonly PERSISTENT_1: "PERSISTENT_1";
|
|
139
|
-
readonly PERSISTENT_2: "PERSISTENT_2";
|
|
140
|
-
readonly SCRATCH_1: "SCRATCH_1";
|
|
141
|
-
readonly SCRATCH_2: "SCRATCH_2";
|
|
142
|
-
};
|
|
143
|
-
export type LustreDeploymentType =
|
|
144
|
-
(typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
|
|
145
|
-
export declare const DriveCacheType: {
|
|
146
|
-
readonly NONE: "NONE";
|
|
147
|
-
readonly READ: "READ";
|
|
148
|
-
};
|
|
149
|
-
export type DriveCacheType =
|
|
150
|
-
(typeof DriveCacheType)[keyof typeof DriveCacheType];
|
|
151
|
-
export declare const LustreAccessAuditLogLevel: {
|
|
152
|
-
readonly DISABLED: "DISABLED";
|
|
153
|
-
readonly ERROR_ONLY: "ERROR_ONLY";
|
|
154
|
-
readonly WARN_ERROR: "WARN_ERROR";
|
|
155
|
-
readonly WARN_ONLY: "WARN_ONLY";
|
|
156
|
-
};
|
|
157
|
-
export type LustreAccessAuditLogLevel =
|
|
158
|
-
(typeof LustreAccessAuditLogLevel)[keyof typeof LustreAccessAuditLogLevel];
|
|
159
96
|
export interface LustreLogConfiguration {
|
|
160
97
|
Level: LustreAccessAuditLogLevel | undefined;
|
|
161
98
|
Destination?: string | undefined;
|
|
162
99
|
}
|
|
163
|
-
export declare const MetadataConfigurationMode: {
|
|
164
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
165
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
166
|
-
};
|
|
167
|
-
export type MetadataConfigurationMode =
|
|
168
|
-
(typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
|
|
169
100
|
export interface FileSystemLustreMetadataConfiguration {
|
|
170
101
|
Iops?: number | undefined;
|
|
171
102
|
Mode: MetadataConfigurationMode | undefined;
|
|
@@ -192,25 +123,6 @@ export interface LustreFileSystemConfiguration {
|
|
|
192
123
|
ThroughputCapacity?: number | undefined;
|
|
193
124
|
DataReadCacheConfiguration?: LustreReadCacheConfiguration | undefined;
|
|
194
125
|
}
|
|
195
|
-
export declare const NetworkType: {
|
|
196
|
-
readonly DUAL: "DUAL";
|
|
197
|
-
readonly IPV4: "IPV4";
|
|
198
|
-
};
|
|
199
|
-
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
200
|
-
export declare const OntapDeploymentType: {
|
|
201
|
-
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
202
|
-
readonly MULTI_AZ_2: "MULTI_AZ_2";
|
|
203
|
-
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
204
|
-
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
205
|
-
};
|
|
206
|
-
export type OntapDeploymentType =
|
|
207
|
-
(typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
|
|
208
|
-
export declare const DiskIopsConfigurationMode: {
|
|
209
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
210
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
211
|
-
};
|
|
212
|
-
export type DiskIopsConfigurationMode =
|
|
213
|
-
(typeof DiskIopsConfigurationMode)[keyof typeof DiskIopsConfigurationMode];
|
|
214
126
|
export interface DiskIopsConfiguration {
|
|
215
127
|
Mode?: DiskIopsConfigurationMode | undefined;
|
|
216
128
|
Iops?: number | undefined;
|
|
@@ -240,22 +152,6 @@ export interface OntapFileSystemConfiguration {
|
|
|
240
152
|
ThroughputCapacityPerHAPair?: number | undefined;
|
|
241
153
|
EndpointIpv6AddressRange?: string | undefined;
|
|
242
154
|
}
|
|
243
|
-
export declare const OpenZFSDeploymentType: {
|
|
244
|
-
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
245
|
-
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
246
|
-
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
247
|
-
readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
|
|
248
|
-
readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
|
|
249
|
-
};
|
|
250
|
-
export type OpenZFSDeploymentType =
|
|
251
|
-
(typeof OpenZFSDeploymentType)[keyof typeof OpenZFSDeploymentType];
|
|
252
|
-
export declare const OpenZFSReadCacheSizingMode: {
|
|
253
|
-
readonly NO_CACHE: "NO_CACHE";
|
|
254
|
-
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
255
|
-
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
256
|
-
};
|
|
257
|
-
export type OpenZFSReadCacheSizingMode =
|
|
258
|
-
(typeof OpenZFSReadCacheSizingMode)[keyof typeof OpenZFSReadCacheSizingMode];
|
|
259
155
|
export interface OpenZFSReadCacheConfiguration {
|
|
260
156
|
SizingMode?: OpenZFSReadCacheSizingMode | undefined;
|
|
261
157
|
SizeGiB?: number | undefined;
|
|
@@ -278,55 +174,23 @@ export interface OpenZFSFileSystemConfiguration {
|
|
|
278
174
|
EndpointIpv6Address?: string | undefined;
|
|
279
175
|
ReadCacheConfiguration?: OpenZFSReadCacheConfiguration | undefined;
|
|
280
176
|
}
|
|
281
|
-
export declare const StorageType: {
|
|
282
|
-
readonly HDD: "HDD";
|
|
283
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
284
|
-
readonly SSD: "SSD";
|
|
285
|
-
};
|
|
286
|
-
export type StorageType = (typeof StorageType)[keyof typeof StorageType];
|
|
287
177
|
export interface Tag {
|
|
288
178
|
Key: string | undefined;
|
|
289
179
|
Value: string | undefined;
|
|
290
180
|
}
|
|
291
|
-
export declare const AliasLifecycle: {
|
|
292
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
293
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
294
|
-
readonly CREATING: "CREATING";
|
|
295
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
296
|
-
readonly DELETING: "DELETING";
|
|
297
|
-
};
|
|
298
|
-
export type AliasLifecycle =
|
|
299
|
-
(typeof AliasLifecycle)[keyof typeof AliasLifecycle];
|
|
300
181
|
export interface Alias {
|
|
301
182
|
Name?: string | undefined;
|
|
302
183
|
Lifecycle?: AliasLifecycle | undefined;
|
|
303
184
|
}
|
|
304
|
-
export declare const WindowsAccessAuditLogLevel: {
|
|
305
|
-
readonly DISABLED: "DISABLED";
|
|
306
|
-
readonly FAILURE_ONLY: "FAILURE_ONLY";
|
|
307
|
-
readonly SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE";
|
|
308
|
-
readonly SUCCESS_ONLY: "SUCCESS_ONLY";
|
|
309
|
-
};
|
|
310
|
-
export type WindowsAccessAuditLogLevel =
|
|
311
|
-
(typeof WindowsAccessAuditLogLevel)[keyof typeof WindowsAccessAuditLogLevel];
|
|
312
185
|
export interface WindowsAuditLogConfiguration {
|
|
313
186
|
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
|
|
314
187
|
FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | undefined;
|
|
315
188
|
AuditLogDestination?: string | undefined;
|
|
316
189
|
}
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
};
|
|
322
|
-
export type WindowsDeploymentType =
|
|
323
|
-
(typeof WindowsDeploymentType)[keyof typeof WindowsDeploymentType];
|
|
324
|
-
export declare const FileSystemMaintenanceOperation: {
|
|
325
|
-
readonly BACKING_UP: "BACKING_UP";
|
|
326
|
-
readonly PATCHING: "PATCHING";
|
|
327
|
-
};
|
|
328
|
-
export type FileSystemMaintenanceOperation =
|
|
329
|
-
(typeof FileSystemMaintenanceOperation)[keyof typeof FileSystemMaintenanceOperation];
|
|
190
|
+
export interface WindowsFsrmConfiguration {
|
|
191
|
+
FsrmServiceEnabled: boolean | undefined;
|
|
192
|
+
EventLogDestination?: string | undefined;
|
|
193
|
+
}
|
|
330
194
|
export interface SelfManagedActiveDirectoryAttributes {
|
|
331
195
|
DomainName?: string | undefined;
|
|
332
196
|
OrganizationalUnitDistinguishedName?: string | undefined;
|
|
@@ -356,86 +220,19 @@ export interface WindowsFileSystemConfiguration {
|
|
|
356
220
|
AuditLogConfiguration?: WindowsAuditLogConfiguration | undefined;
|
|
357
221
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
358
222
|
PreferredFileServerIpv6?: string | undefined;
|
|
223
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
359
224
|
}
|
|
360
|
-
export declare const SnapshotLifecycle: {
|
|
361
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
362
|
-
readonly CREATING: "CREATING";
|
|
363
|
-
readonly DELETING: "DELETING";
|
|
364
|
-
readonly PENDING: "PENDING";
|
|
365
|
-
};
|
|
366
|
-
export type SnapshotLifecycle =
|
|
367
|
-
(typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
|
|
368
225
|
export interface LifecycleTransitionReason {
|
|
369
226
|
Message?: string | undefined;
|
|
370
227
|
}
|
|
371
|
-
export declare const VolumeLifecycle: {
|
|
372
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
373
|
-
readonly CREATED: "CREATED";
|
|
374
|
-
readonly CREATING: "CREATING";
|
|
375
|
-
readonly DELETING: "DELETING";
|
|
376
|
-
readonly FAILED: "FAILED";
|
|
377
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
378
|
-
readonly PENDING: "PENDING";
|
|
379
|
-
};
|
|
380
|
-
export type VolumeLifecycle =
|
|
381
|
-
(typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
|
|
382
228
|
export interface AggregateConfiguration {
|
|
383
229
|
Aggregates?: string[] | undefined;
|
|
384
230
|
TotalConstituents?: number | undefined;
|
|
385
231
|
}
|
|
386
|
-
export declare const FlexCacheEndpointType: {
|
|
387
|
-
readonly CACHE: "CACHE";
|
|
388
|
-
readonly NONE: "NONE";
|
|
389
|
-
readonly ORIGIN: "ORIGIN";
|
|
390
|
-
};
|
|
391
|
-
export type FlexCacheEndpointType =
|
|
392
|
-
(typeof FlexCacheEndpointType)[keyof typeof FlexCacheEndpointType];
|
|
393
|
-
export declare const OntapVolumeType: {
|
|
394
|
-
readonly DP: "DP";
|
|
395
|
-
readonly LS: "LS";
|
|
396
|
-
readonly RW: "RW";
|
|
397
|
-
};
|
|
398
|
-
export type OntapVolumeType =
|
|
399
|
-
(typeof OntapVolumeType)[keyof typeof OntapVolumeType];
|
|
400
|
-
export declare const SecurityStyle: {
|
|
401
|
-
readonly MIXED: "MIXED";
|
|
402
|
-
readonly NTFS: "NTFS";
|
|
403
|
-
readonly UNIX: "UNIX";
|
|
404
|
-
};
|
|
405
|
-
export type SecurityStyle = (typeof SecurityStyle)[keyof typeof SecurityStyle];
|
|
406
|
-
export declare const AutocommitPeriodType: {
|
|
407
|
-
readonly DAYS: "DAYS";
|
|
408
|
-
readonly HOURS: "HOURS";
|
|
409
|
-
readonly MINUTES: "MINUTES";
|
|
410
|
-
readonly MONTHS: "MONTHS";
|
|
411
|
-
readonly NONE: "NONE";
|
|
412
|
-
readonly YEARS: "YEARS";
|
|
413
|
-
};
|
|
414
|
-
export type AutocommitPeriodType =
|
|
415
|
-
(typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
|
|
416
232
|
export interface AutocommitPeriod {
|
|
417
233
|
Type: AutocommitPeriodType | undefined;
|
|
418
234
|
Value?: number | undefined;
|
|
419
235
|
}
|
|
420
|
-
export declare const PrivilegedDelete: {
|
|
421
|
-
readonly DISABLED: "DISABLED";
|
|
422
|
-
readonly ENABLED: "ENABLED";
|
|
423
|
-
readonly PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED";
|
|
424
|
-
};
|
|
425
|
-
export type PrivilegedDelete =
|
|
426
|
-
(typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
|
|
427
|
-
export declare const RetentionPeriodType: {
|
|
428
|
-
readonly DAYS: "DAYS";
|
|
429
|
-
readonly HOURS: "HOURS";
|
|
430
|
-
readonly INFINITE: "INFINITE";
|
|
431
|
-
readonly MINUTES: "MINUTES";
|
|
432
|
-
readonly MONTHS: "MONTHS";
|
|
433
|
-
readonly SECONDS: "SECONDS";
|
|
434
|
-
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
435
|
-
readonly YEARS: "YEARS";
|
|
436
|
-
};
|
|
437
|
-
export type RetentionPeriodType =
|
|
438
|
-
(typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
|
|
439
236
|
export interface RetentionPeriod {
|
|
440
237
|
Type: RetentionPeriodType | undefined;
|
|
441
238
|
Value?: number | undefined;
|
|
@@ -445,11 +242,6 @@ export interface SnaplockRetentionPeriod {
|
|
|
445
242
|
MinimumRetention: RetentionPeriod | undefined;
|
|
446
243
|
MaximumRetention: RetentionPeriod | undefined;
|
|
447
244
|
}
|
|
448
|
-
export declare const SnaplockType: {
|
|
449
|
-
readonly COMPLIANCE: "COMPLIANCE";
|
|
450
|
-
readonly ENTERPRISE: "ENTERPRISE";
|
|
451
|
-
};
|
|
452
|
-
export type SnaplockType = (typeof SnaplockType)[keyof typeof SnaplockType];
|
|
453
245
|
export interface SnaplockConfiguration {
|
|
454
246
|
AuditLogVolume?: boolean | undefined;
|
|
455
247
|
AutocommitPeriod?: AutocommitPeriod | undefined;
|
|
@@ -458,23 +250,10 @@ export interface SnaplockConfiguration {
|
|
|
458
250
|
SnaplockType?: SnaplockType | undefined;
|
|
459
251
|
VolumeAppendModeEnabled?: boolean | undefined;
|
|
460
252
|
}
|
|
461
|
-
export declare const TieringPolicyName: {
|
|
462
|
-
readonly ALL: "ALL";
|
|
463
|
-
readonly AUTO: "AUTO";
|
|
464
|
-
readonly NONE: "NONE";
|
|
465
|
-
readonly SNAPSHOT_ONLY: "SNAPSHOT_ONLY";
|
|
466
|
-
};
|
|
467
|
-
export type TieringPolicyName =
|
|
468
|
-
(typeof TieringPolicyName)[keyof typeof TieringPolicyName];
|
|
469
253
|
export interface TieringPolicy {
|
|
470
254
|
CoolingPeriod?: number | undefined;
|
|
471
255
|
Name?: TieringPolicyName | undefined;
|
|
472
256
|
}
|
|
473
|
-
export declare const VolumeStyle: {
|
|
474
|
-
readonly FLEXGROUP: "FLEXGROUP";
|
|
475
|
-
readonly FLEXVOL: "FLEXVOL";
|
|
476
|
-
};
|
|
477
|
-
export type VolumeStyle = (typeof VolumeStyle)[keyof typeof VolumeStyle];
|
|
478
257
|
export interface OntapVolumeConfiguration {
|
|
479
258
|
FlexCacheEndpointType?: FlexCacheEndpointType | undefined;
|
|
480
259
|
JunctionPath?: string | undefined;
|
|
@@ -493,20 +272,6 @@ export interface OntapVolumeConfiguration {
|
|
|
493
272
|
AggregateConfiguration?: AggregateConfiguration | undefined;
|
|
494
273
|
SizeInBytes?: number | undefined;
|
|
495
274
|
}
|
|
496
|
-
export declare const OpenZFSCopyStrategy: {
|
|
497
|
-
readonly CLONE: "CLONE";
|
|
498
|
-
readonly FULL_COPY: "FULL_COPY";
|
|
499
|
-
readonly INCREMENTAL_COPY: "INCREMENTAL_COPY";
|
|
500
|
-
};
|
|
501
|
-
export type OpenZFSCopyStrategy =
|
|
502
|
-
(typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
|
|
503
|
-
export declare const OpenZFSDataCompressionType: {
|
|
504
|
-
readonly LZ4: "LZ4";
|
|
505
|
-
readonly NONE: "NONE";
|
|
506
|
-
readonly ZSTD: "ZSTD";
|
|
507
|
-
};
|
|
508
|
-
export type OpenZFSDataCompressionType =
|
|
509
|
-
(typeof OpenZFSDataCompressionType)[keyof typeof OpenZFSDataCompressionType];
|
|
510
275
|
export interface OpenZFSClientConfiguration {
|
|
511
276
|
Clients: string | undefined;
|
|
512
277
|
Options: string[] | undefined;
|
|
@@ -518,12 +283,6 @@ export interface OpenZFSOriginSnapshotConfiguration {
|
|
|
518
283
|
SnapshotARN?: string | undefined;
|
|
519
284
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
520
285
|
}
|
|
521
|
-
export declare const OpenZFSQuotaType: {
|
|
522
|
-
readonly GROUP: "GROUP";
|
|
523
|
-
readonly USER: "USER";
|
|
524
|
-
};
|
|
525
|
-
export type OpenZFSQuotaType =
|
|
526
|
-
(typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
|
|
527
286
|
export interface OpenZFSUserOrGroupQuota {
|
|
528
287
|
Type: OpenZFSQuotaType | undefined;
|
|
529
288
|
Id: number | undefined;
|
|
@@ -549,11 +308,6 @@ export interface OpenZFSVolumeConfiguration {
|
|
|
549
308
|
DestinationSnapshot?: string | undefined;
|
|
550
309
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
551
310
|
}
|
|
552
|
-
export declare const VolumeType: {
|
|
553
|
-
readonly ONTAP: "ONTAP";
|
|
554
|
-
readonly OPENZFS: "OPENZFS";
|
|
555
|
-
};
|
|
556
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
557
311
|
export interface AssociateFileSystemAliasesRequest {
|
|
558
312
|
ClientRequestToken?: string | undefined;
|
|
559
313
|
FileSystemId: string | undefined;
|
|
@@ -562,32 +316,6 @@ export interface AssociateFileSystemAliasesRequest {
|
|
|
562
316
|
export interface AssociateFileSystemAliasesResponse {
|
|
563
317
|
Aliases?: Alias[] | undefined;
|
|
564
318
|
}
|
|
565
|
-
export declare class BadRequest extends __BaseException {
|
|
566
|
-
readonly name: "BadRequest";
|
|
567
|
-
readonly $fault: "client";
|
|
568
|
-
Message?: string | undefined;
|
|
569
|
-
constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
|
|
570
|
-
}
|
|
571
|
-
export declare class FileSystemNotFound extends __BaseException {
|
|
572
|
-
readonly name: "FileSystemNotFound";
|
|
573
|
-
readonly $fault: "client";
|
|
574
|
-
Message?: string | undefined;
|
|
575
|
-
constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
|
|
576
|
-
}
|
|
577
|
-
export declare class InternalServerError extends __BaseException {
|
|
578
|
-
readonly name: "InternalServerError";
|
|
579
|
-
readonly $fault: "server";
|
|
580
|
-
Message?: string | undefined;
|
|
581
|
-
constructor(
|
|
582
|
-
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
583
|
-
);
|
|
584
|
-
}
|
|
585
|
-
export declare const EventType: {
|
|
586
|
-
readonly CHANGED: "CHANGED";
|
|
587
|
-
readonly DELETED: "DELETED";
|
|
588
|
-
readonly NEW: "NEW";
|
|
589
|
-
};
|
|
590
|
-
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
591
319
|
export interface AutoExportPolicy {
|
|
592
320
|
Events?: EventType[] | undefined;
|
|
593
321
|
}
|
|
@@ -597,50 +325,10 @@ export interface AutoImportPolicy {
|
|
|
597
325
|
export interface CancelDataRepositoryTaskRequest {
|
|
598
326
|
TaskId: string | undefined;
|
|
599
327
|
}
|
|
600
|
-
export declare const DataRepositoryTaskLifecycle: {
|
|
601
|
-
readonly CANCELED: "CANCELED";
|
|
602
|
-
readonly CANCELING: "CANCELING";
|
|
603
|
-
readonly EXECUTING: "EXECUTING";
|
|
604
|
-
readonly FAILED: "FAILED";
|
|
605
|
-
readonly PENDING: "PENDING";
|
|
606
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
607
|
-
};
|
|
608
|
-
export type DataRepositoryTaskLifecycle =
|
|
609
|
-
(typeof DataRepositoryTaskLifecycle)[keyof typeof DataRepositoryTaskLifecycle];
|
|
610
328
|
export interface CancelDataRepositoryTaskResponse {
|
|
611
329
|
Lifecycle?: DataRepositoryTaskLifecycle | undefined;
|
|
612
330
|
TaskId?: string | undefined;
|
|
613
331
|
}
|
|
614
|
-
export declare class DataRepositoryTaskEnded extends __BaseException {
|
|
615
|
-
readonly name: "DataRepositoryTaskEnded";
|
|
616
|
-
readonly $fault: "client";
|
|
617
|
-
Message?: string | undefined;
|
|
618
|
-
constructor(
|
|
619
|
-
opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
|
|
620
|
-
);
|
|
621
|
-
}
|
|
622
|
-
export declare class DataRepositoryTaskNotFound extends __BaseException {
|
|
623
|
-
readonly name: "DataRepositoryTaskNotFound";
|
|
624
|
-
readonly $fault: "client";
|
|
625
|
-
Message?: string | undefined;
|
|
626
|
-
constructor(
|
|
627
|
-
opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
|
|
628
|
-
);
|
|
629
|
-
}
|
|
630
|
-
export declare class UnsupportedOperation extends __BaseException {
|
|
631
|
-
readonly name: "UnsupportedOperation";
|
|
632
|
-
readonly $fault: "client";
|
|
633
|
-
Message?: string | undefined;
|
|
634
|
-
constructor(
|
|
635
|
-
opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
|
|
636
|
-
);
|
|
637
|
-
}
|
|
638
|
-
export declare class BackupNotFound extends __BaseException {
|
|
639
|
-
readonly name: "BackupNotFound";
|
|
640
|
-
readonly $fault: "client";
|
|
641
|
-
Message?: string | undefined;
|
|
642
|
-
constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
|
|
643
|
-
}
|
|
644
332
|
export interface CopyBackupRequest {
|
|
645
333
|
ClientRequestToken?: string | undefined;
|
|
646
334
|
SourceBackupId: string | undefined;
|
|
@@ -652,105 +340,6 @@ export interface CopyBackupRequest {
|
|
|
652
340
|
export interface BackupFailureDetails {
|
|
653
341
|
Message?: string | undefined;
|
|
654
342
|
}
|
|
655
|
-
export declare const BackupLifecycle: {
|
|
656
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
657
|
-
readonly COPYING: "COPYING";
|
|
658
|
-
readonly CREATING: "CREATING";
|
|
659
|
-
readonly DELETED: "DELETED";
|
|
660
|
-
readonly FAILED: "FAILED";
|
|
661
|
-
readonly PENDING: "PENDING";
|
|
662
|
-
readonly TRANSFERRING: "TRANSFERRING";
|
|
663
|
-
};
|
|
664
|
-
export type BackupLifecycle =
|
|
665
|
-
(typeof BackupLifecycle)[keyof typeof BackupLifecycle];
|
|
666
|
-
export declare const ResourceType: {
|
|
667
|
-
readonly FILE_SYSTEM: "FILE_SYSTEM";
|
|
668
|
-
readonly VOLUME: "VOLUME";
|
|
669
|
-
};
|
|
670
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
671
|
-
export declare const BackupType: {
|
|
672
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
673
|
-
readonly AWS_BACKUP: "AWS_BACKUP";
|
|
674
|
-
readonly USER_INITIATED: "USER_INITIATED";
|
|
675
|
-
};
|
|
676
|
-
export type BackupType = (typeof BackupType)[keyof typeof BackupType];
|
|
677
|
-
export declare class IncompatibleParameterError extends __BaseException {
|
|
678
|
-
readonly name: "IncompatibleParameterError";
|
|
679
|
-
readonly $fault: "client";
|
|
680
|
-
Parameter: string | undefined;
|
|
681
|
-
Message?: string | undefined;
|
|
682
|
-
constructor(
|
|
683
|
-
opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
|
|
684
|
-
);
|
|
685
|
-
}
|
|
686
|
-
export declare class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
687
|
-
readonly name: "IncompatibleRegionForMultiAZ";
|
|
688
|
-
readonly $fault: "client";
|
|
689
|
-
Message?: string | undefined;
|
|
690
|
-
constructor(
|
|
691
|
-
opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
|
|
692
|
-
);
|
|
693
|
-
}
|
|
694
|
-
export declare class InvalidDestinationKmsKey extends __BaseException {
|
|
695
|
-
readonly name: "InvalidDestinationKmsKey";
|
|
696
|
-
readonly $fault: "client";
|
|
697
|
-
Message?: string | undefined;
|
|
698
|
-
constructor(
|
|
699
|
-
opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
|
|
700
|
-
);
|
|
701
|
-
}
|
|
702
|
-
export declare class InvalidRegion extends __BaseException {
|
|
703
|
-
readonly name: "InvalidRegion";
|
|
704
|
-
readonly $fault: "client";
|
|
705
|
-
Message?: string | undefined;
|
|
706
|
-
constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
|
|
707
|
-
}
|
|
708
|
-
export declare class InvalidSourceKmsKey extends __BaseException {
|
|
709
|
-
readonly name: "InvalidSourceKmsKey";
|
|
710
|
-
readonly $fault: "client";
|
|
711
|
-
Message?: string | undefined;
|
|
712
|
-
constructor(
|
|
713
|
-
opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
|
|
714
|
-
);
|
|
715
|
-
}
|
|
716
|
-
export declare const ServiceLimit: {
|
|
717
|
-
readonly FILE_CACHE_COUNT: "FILE_CACHE_COUNT";
|
|
718
|
-
readonly FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT";
|
|
719
|
-
readonly STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM";
|
|
720
|
-
readonly TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS";
|
|
721
|
-
readonly TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS";
|
|
722
|
-
readonly TOTAL_STORAGE: "TOTAL_STORAGE";
|
|
723
|
-
readonly TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY";
|
|
724
|
-
readonly TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS";
|
|
725
|
-
readonly TOTAL_USER_TAGS: "TOTAL_USER_TAGS";
|
|
726
|
-
readonly VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM";
|
|
727
|
-
};
|
|
728
|
-
export type ServiceLimit = (typeof ServiceLimit)[keyof typeof ServiceLimit];
|
|
729
|
-
export declare class ServiceLimitExceeded extends __BaseException {
|
|
730
|
-
readonly name: "ServiceLimitExceeded";
|
|
731
|
-
readonly $fault: "client";
|
|
732
|
-
Limit: ServiceLimit | undefined;
|
|
733
|
-
Message?: string | undefined;
|
|
734
|
-
constructor(
|
|
735
|
-
opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
|
|
736
|
-
);
|
|
737
|
-
}
|
|
738
|
-
export declare class SourceBackupUnavailable extends __BaseException {
|
|
739
|
-
readonly name: "SourceBackupUnavailable";
|
|
740
|
-
readonly $fault: "client";
|
|
741
|
-
Message?: string | undefined;
|
|
742
|
-
BackupId?: string | undefined;
|
|
743
|
-
constructor(
|
|
744
|
-
opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
|
|
745
|
-
);
|
|
746
|
-
}
|
|
747
|
-
export declare const UpdateOpenZFSVolumeOption: {
|
|
748
|
-
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
749
|
-
readonly DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA";
|
|
750
|
-
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
751
|
-
};
|
|
752
|
-
export type UpdateOpenZFSVolumeOption =
|
|
753
|
-
(typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
754
343
|
export interface CopySnapshotAndUpdateVolumeRequest {
|
|
755
344
|
ClientRequestToken?: string | undefined;
|
|
756
345
|
VolumeId: string | undefined;
|
|
@@ -763,11 +352,6 @@ export interface OpenZFSPosixFileSystemUser {
|
|
|
763
352
|
Gid: number | undefined;
|
|
764
353
|
SecondaryGids?: number[] | undefined;
|
|
765
354
|
}
|
|
766
|
-
export declare const OpenZFSFileSystemUserType: {
|
|
767
|
-
readonly POSIX: "POSIX";
|
|
768
|
-
};
|
|
769
|
-
export type OpenZFSFileSystemUserType =
|
|
770
|
-
(typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
771
355
|
export interface OpenZFSFileSystemIdentity {
|
|
772
356
|
Type: OpenZFSFileSystemUserType | undefined;
|
|
773
357
|
PosixUser?: OpenZFSPosixFileSystemUser | undefined;
|
|
@@ -783,11 +367,6 @@ export interface CreateAndAttachS3AccessPointS3Configuration {
|
|
|
783
367
|
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
784
368
|
Policy?: string | undefined;
|
|
785
369
|
}
|
|
786
|
-
export declare const S3AccessPointAttachmentType: {
|
|
787
|
-
readonly OPENZFS: "OPENZFS";
|
|
788
|
-
};
|
|
789
|
-
export type S3AccessPointAttachmentType =
|
|
790
|
-
(typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];
|
|
791
370
|
export interface CreateAndAttachS3AccessPointRequest {
|
|
792
371
|
ClientRequestToken?: string | undefined;
|
|
793
372
|
Name: string | undefined;
|
|
@@ -797,15 +376,6 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
797
376
|
| undefined;
|
|
798
377
|
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
799
378
|
}
|
|
800
|
-
export declare const S3AccessPointAttachmentLifecycle: {
|
|
801
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
802
|
-
readonly CREATING: "CREATING";
|
|
803
|
-
readonly DELETING: "DELETING";
|
|
804
|
-
readonly FAILED: "FAILED";
|
|
805
|
-
readonly UPDATING: "UPDATING";
|
|
806
|
-
};
|
|
807
|
-
export type S3AccessPointAttachmentLifecycle =
|
|
808
|
-
(typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle];
|
|
809
379
|
export interface S3AccessPointOpenZFSConfiguration {
|
|
810
380
|
VolumeId?: string | undefined;
|
|
811
381
|
FileSystemIdentity?: OpenZFSFileSystemIdentity | undefined;
|
|
@@ -827,41 +397,6 @@ export interface S3AccessPointAttachment {
|
|
|
827
397
|
export interface CreateAndAttachS3AccessPointResponse {
|
|
828
398
|
S3AccessPointAttachment?: S3AccessPointAttachment | undefined;
|
|
829
399
|
}
|
|
830
|
-
export declare class InvalidAccessPoint extends __BaseException {
|
|
831
|
-
readonly name: "InvalidAccessPoint";
|
|
832
|
-
readonly $fault: "client";
|
|
833
|
-
ErrorCode?: string | undefined;
|
|
834
|
-
Message?: string | undefined;
|
|
835
|
-
constructor(opts: __ExceptionOptionType<InvalidAccessPoint, __BaseException>);
|
|
836
|
-
}
|
|
837
|
-
export declare class InvalidRequest extends __BaseException {
|
|
838
|
-
readonly name: "InvalidRequest";
|
|
839
|
-
readonly $fault: "client";
|
|
840
|
-
ErrorCode?: string | undefined;
|
|
841
|
-
Message?: string | undefined;
|
|
842
|
-
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
843
|
-
}
|
|
844
|
-
export declare class TooManyAccessPoints extends __BaseException {
|
|
845
|
-
readonly name: "TooManyAccessPoints";
|
|
846
|
-
readonly $fault: "client";
|
|
847
|
-
ErrorCode?: string | undefined;
|
|
848
|
-
Message?: string | undefined;
|
|
849
|
-
constructor(
|
|
850
|
-
opts: __ExceptionOptionType<TooManyAccessPoints, __BaseException>
|
|
851
|
-
);
|
|
852
|
-
}
|
|
853
|
-
export declare class VolumeNotFound extends __BaseException {
|
|
854
|
-
readonly name: "VolumeNotFound";
|
|
855
|
-
readonly $fault: "client";
|
|
856
|
-
Message?: string | undefined;
|
|
857
|
-
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
858
|
-
}
|
|
859
|
-
export declare class BackupInProgress extends __BaseException {
|
|
860
|
-
readonly name: "BackupInProgress";
|
|
861
|
-
readonly $fault: "client";
|
|
862
|
-
Message?: string | undefined;
|
|
863
|
-
constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
|
|
864
|
-
}
|
|
865
400
|
export interface CreateBackupRequest {
|
|
866
401
|
FileSystemId?: string | undefined;
|
|
867
402
|
ClientRequestToken?: string | undefined;
|
|
@@ -882,10 +417,6 @@ export interface CreateDataRepositoryAssociationRequest {
|
|
|
882
417
|
ClientRequestToken?: string | undefined;
|
|
883
418
|
Tags?: Tag[] | undefined;
|
|
884
419
|
}
|
|
885
|
-
export declare const NfsVersion: {
|
|
886
|
-
readonly NFS3: "NFS3";
|
|
887
|
-
};
|
|
888
|
-
export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];
|
|
889
420
|
export interface NFSDataRepositoryConfiguration {
|
|
890
421
|
Version: NfsVersion | undefined;
|
|
891
422
|
DnsIps?: string[] | undefined;
|
|
@@ -912,10 +443,6 @@ export interface DataRepositoryAssociation {
|
|
|
912
443
|
export interface CreateDataRepositoryAssociationResponse {
|
|
913
444
|
Association?: DataRepositoryAssociation | undefined;
|
|
914
445
|
}
|
|
915
|
-
export declare const Unit: {
|
|
916
|
-
readonly DAYS: "DAYS";
|
|
917
|
-
};
|
|
918
|
-
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
919
446
|
export interface DurationSinceLastAccess {
|
|
920
447
|
Unit?: Unit | undefined;
|
|
921
448
|
Value?: number | undefined;
|
|
@@ -923,28 +450,12 @@ export interface DurationSinceLastAccess {
|
|
|
923
450
|
export interface ReleaseConfiguration {
|
|
924
451
|
DurationSinceLastAccess?: DurationSinceLastAccess | undefined;
|
|
925
452
|
}
|
|
926
|
-
export declare const ReportFormat: {
|
|
927
|
-
readonly REPORT_CSV_20191124: "REPORT_CSV_20191124";
|
|
928
|
-
};
|
|
929
|
-
export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat];
|
|
930
|
-
export declare const ReportScope: {
|
|
931
|
-
readonly FAILED_FILES_ONLY: "FAILED_FILES_ONLY";
|
|
932
|
-
};
|
|
933
|
-
export type ReportScope = (typeof ReportScope)[keyof typeof ReportScope];
|
|
934
453
|
export interface CompletionReport {
|
|
935
454
|
Enabled: boolean | undefined;
|
|
936
455
|
Path?: string | undefined;
|
|
937
456
|
Format?: ReportFormat | undefined;
|
|
938
457
|
Scope?: ReportScope | undefined;
|
|
939
458
|
}
|
|
940
|
-
export declare const DataRepositoryTaskType: {
|
|
941
|
-
readonly AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA";
|
|
942
|
-
readonly EVICTION: "RELEASE_DATA_FROM_FILESYSTEM";
|
|
943
|
-
readonly EXPORT: "EXPORT_TO_REPOSITORY";
|
|
944
|
-
readonly IMPORT: "IMPORT_METADATA_FROM_REPOSITORY";
|
|
945
|
-
};
|
|
946
|
-
export type DataRepositoryTaskType =
|
|
947
|
-
(typeof DataRepositoryTaskType)[keyof typeof DataRepositoryTaskType];
|
|
948
459
|
export interface CreateDataRepositoryTaskRequest {
|
|
949
460
|
Type: DataRepositoryTaskType | undefined;
|
|
950
461
|
Paths?: string[] | undefined;
|
|
@@ -986,14 +497,6 @@ export interface DataRepositoryTask {
|
|
|
986
497
|
export interface CreateDataRepositoryTaskResponse {
|
|
987
498
|
DataRepositoryTask?: DataRepositoryTask | undefined;
|
|
988
499
|
}
|
|
989
|
-
export declare class DataRepositoryTaskExecuting extends __BaseException {
|
|
990
|
-
readonly name: "DataRepositoryTaskExecuting";
|
|
991
|
-
readonly $fault: "client";
|
|
992
|
-
Message?: string | undefined;
|
|
993
|
-
constructor(
|
|
994
|
-
opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
|
|
995
|
-
);
|
|
996
|
-
}
|
|
997
500
|
export interface FileCacheNFSConfiguration {
|
|
998
501
|
Version: NfsVersion | undefined;
|
|
999
502
|
DnsIps?: string[] | undefined;
|
|
@@ -1004,15 +507,6 @@ export interface FileCacheDataRepositoryAssociation {
|
|
|
1004
507
|
DataRepositorySubdirectories?: string[] | undefined;
|
|
1005
508
|
NFS?: FileCacheNFSConfiguration | undefined;
|
|
1006
509
|
}
|
|
1007
|
-
export declare const FileCacheType: {
|
|
1008
|
-
readonly LUSTRE: "LUSTRE";
|
|
1009
|
-
};
|
|
1010
|
-
export type FileCacheType = (typeof FileCacheType)[keyof typeof FileCacheType];
|
|
1011
|
-
export declare const FileCacheLustreDeploymentType: {
|
|
1012
|
-
readonly CACHE_1: "CACHE_1";
|
|
1013
|
-
};
|
|
1014
|
-
export type FileCacheLustreDeploymentType =
|
|
1015
|
-
(typeof FileCacheLustreDeploymentType)[keyof typeof FileCacheLustreDeploymentType];
|
|
1016
510
|
export interface FileCacheLustreMetadataConfiguration {
|
|
1017
511
|
StorageCapacity: number | undefined;
|
|
1018
512
|
}
|
|
@@ -1038,15 +532,6 @@ export interface CreateFileCacheRequest {
|
|
|
1038
532
|
export interface FileCacheFailureDetails {
|
|
1039
533
|
Message?: string | undefined;
|
|
1040
534
|
}
|
|
1041
|
-
export declare const FileCacheLifecycle: {
|
|
1042
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1043
|
-
readonly CREATING: "CREATING";
|
|
1044
|
-
readonly DELETING: "DELETING";
|
|
1045
|
-
readonly FAILED: "FAILED";
|
|
1046
|
-
readonly UPDATING: "UPDATING";
|
|
1047
|
-
};
|
|
1048
|
-
export type FileCacheLifecycle =
|
|
1049
|
-
(typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
|
|
1050
535
|
export interface FileCacheLustreConfiguration {
|
|
1051
536
|
PerUnitStorageThroughput?: number | undefined;
|
|
1052
537
|
DeploymentType?: FileCacheLustreDeploymentType | undefined;
|
|
@@ -1078,36 +563,6 @@ export interface FileCacheCreating {
|
|
|
1078
563
|
export interface CreateFileCacheResponse {
|
|
1079
564
|
FileCache?: FileCacheCreating | undefined;
|
|
1080
565
|
}
|
|
1081
|
-
export declare class InvalidNetworkSettings extends __BaseException {
|
|
1082
|
-
readonly name: "InvalidNetworkSettings";
|
|
1083
|
-
readonly $fault: "client";
|
|
1084
|
-
Message?: string | undefined;
|
|
1085
|
-
InvalidSubnetId?: string | undefined;
|
|
1086
|
-
InvalidSecurityGroupId?: string | undefined;
|
|
1087
|
-
InvalidRouteTableId?: string | undefined;
|
|
1088
|
-
constructor(
|
|
1089
|
-
opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
|
|
1090
|
-
);
|
|
1091
|
-
}
|
|
1092
|
-
export declare class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
1093
|
-
readonly name: "InvalidPerUnitStorageThroughput";
|
|
1094
|
-
readonly $fault: "client";
|
|
1095
|
-
Message?: string | undefined;
|
|
1096
|
-
constructor(
|
|
1097
|
-
opts: __ExceptionOptionType<
|
|
1098
|
-
InvalidPerUnitStorageThroughput,
|
|
1099
|
-
__BaseException
|
|
1100
|
-
>
|
|
1101
|
-
);
|
|
1102
|
-
}
|
|
1103
|
-
export declare class MissingFileCacheConfiguration extends __BaseException {
|
|
1104
|
-
readonly name: "MissingFileCacheConfiguration";
|
|
1105
|
-
readonly $fault: "client";
|
|
1106
|
-
Message?: string | undefined;
|
|
1107
|
-
constructor(
|
|
1108
|
-
opts: __ExceptionOptionType<MissingFileCacheConfiguration, __BaseException>
|
|
1109
|
-
);
|
|
1110
|
-
}
|
|
1111
566
|
export interface LustreLogCreateConfiguration {
|
|
1112
567
|
Level: LustreAccessAuditLogLevel | undefined;
|
|
1113
568
|
Destination?: string | undefined;
|
|
@@ -1206,6 +661,7 @@ export interface CreateFileSystemWindowsConfiguration {
|
|
|
1206
661
|
Aliases?: string[] | undefined;
|
|
1207
662
|
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration | undefined;
|
|
1208
663
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
664
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
1209
665
|
}
|
|
1210
666
|
export interface CreateFileSystemRequest {
|
|
1211
667
|
ClientRequestToken?: string | undefined;
|
|
@@ -1223,26 +679,6 @@ export interface CreateFileSystemRequest {
|
|
|
1223
679
|
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration | undefined;
|
|
1224
680
|
NetworkType?: NetworkType | undefined;
|
|
1225
681
|
}
|
|
1226
|
-
export declare class InvalidExportPath extends __BaseException {
|
|
1227
|
-
readonly name: "InvalidExportPath";
|
|
1228
|
-
readonly $fault: "client";
|
|
1229
|
-
Message?: string | undefined;
|
|
1230
|
-
constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
|
|
1231
|
-
}
|
|
1232
|
-
export declare class InvalidImportPath extends __BaseException {
|
|
1233
|
-
readonly name: "InvalidImportPath";
|
|
1234
|
-
readonly $fault: "client";
|
|
1235
|
-
Message?: string | undefined;
|
|
1236
|
-
constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
|
|
1237
|
-
}
|
|
1238
|
-
export declare class MissingFileSystemConfiguration extends __BaseException {
|
|
1239
|
-
readonly name: "MissingFileSystemConfiguration";
|
|
1240
|
-
readonly $fault: "client";
|
|
1241
|
-
Message?: string | undefined;
|
|
1242
|
-
constructor(
|
|
1243
|
-
opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
|
|
1244
|
-
);
|
|
1245
|
-
}
|
|
1246
682
|
export interface CreateFileSystemFromBackupRequest {
|
|
1247
683
|
BackupId: string | undefined;
|
|
1248
684
|
ClientRequestToken?: string | undefined;
|
|
@@ -1270,13 +706,6 @@ export interface CreateSvmActiveDirectoryConfiguration {
|
|
|
1270
706
|
| SelfManagedActiveDirectoryConfiguration
|
|
1271
707
|
| undefined;
|
|
1272
708
|
}
|
|
1273
|
-
export declare const StorageVirtualMachineRootVolumeSecurityStyle: {
|
|
1274
|
-
readonly MIXED: "MIXED";
|
|
1275
|
-
readonly NTFS: "NTFS";
|
|
1276
|
-
readonly UNIX: "UNIX";
|
|
1277
|
-
};
|
|
1278
|
-
export type StorageVirtualMachineRootVolumeSecurityStyle =
|
|
1279
|
-
(typeof StorageVirtualMachineRootVolumeSecurityStyle)[keyof typeof StorageVirtualMachineRootVolumeSecurityStyle];
|
|
1280
709
|
export interface CreateStorageVirtualMachineRequest {
|
|
1281
710
|
ActiveDirectoryConfiguration?:
|
|
1282
711
|
| CreateSvmActiveDirectoryConfiguration
|
|
@@ -1307,24 +736,6 @@ export interface SvmEndpoints {
|
|
|
1307
736
|
Nfs?: SvmEndpoint | undefined;
|
|
1308
737
|
Smb?: SvmEndpoint | undefined;
|
|
1309
738
|
}
|
|
1310
|
-
export declare const StorageVirtualMachineLifecycle: {
|
|
1311
|
-
readonly CREATED: "CREATED";
|
|
1312
|
-
readonly CREATING: "CREATING";
|
|
1313
|
-
readonly DELETING: "DELETING";
|
|
1314
|
-
readonly FAILED: "FAILED";
|
|
1315
|
-
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
1316
|
-
readonly PENDING: "PENDING";
|
|
1317
|
-
};
|
|
1318
|
-
export type StorageVirtualMachineLifecycle =
|
|
1319
|
-
(typeof StorageVirtualMachineLifecycle)[keyof typeof StorageVirtualMachineLifecycle];
|
|
1320
|
-
export declare const StorageVirtualMachineSubtype: {
|
|
1321
|
-
readonly DEFAULT: "DEFAULT";
|
|
1322
|
-
readonly DP_DESTINATION: "DP_DESTINATION";
|
|
1323
|
-
readonly SYNC_DESTINATION: "SYNC_DESTINATION";
|
|
1324
|
-
readonly SYNC_SOURCE: "SYNC_SOURCE";
|
|
1325
|
-
};
|
|
1326
|
-
export type StorageVirtualMachineSubtype =
|
|
1327
|
-
(typeof StorageVirtualMachineSubtype)[keyof typeof StorageVirtualMachineSubtype];
|
|
1328
739
|
export interface StorageVirtualMachine {
|
|
1329
740
|
ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration | undefined;
|
|
1330
741
|
CreationTime?: Date | undefined;
|
|
@@ -1349,12 +760,6 @@ export interface CreateAggregateConfiguration {
|
|
|
1349
760
|
Aggregates?: string[] | undefined;
|
|
1350
761
|
ConstituentsPerAggregate?: number | undefined;
|
|
1351
762
|
}
|
|
1352
|
-
export declare const InputOntapVolumeType: {
|
|
1353
|
-
readonly DP: "DP";
|
|
1354
|
-
readonly RW: "RW";
|
|
1355
|
-
};
|
|
1356
|
-
export type InputOntapVolumeType =
|
|
1357
|
-
(typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
|
|
1358
763
|
export interface CreateSnaplockConfiguration {
|
|
1359
764
|
AuditLogVolume?: boolean | undefined;
|
|
1360
765
|
AutocommitPeriod?: AutocommitPeriod | undefined;
|
|
@@ -1402,22 +807,6 @@ export interface CreateVolumeRequest {
|
|
|
1402
807
|
Tags?: Tag[] | undefined;
|
|
1403
808
|
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration | undefined;
|
|
1404
809
|
}
|
|
1405
|
-
export declare class MissingVolumeConfiguration extends __BaseException {
|
|
1406
|
-
readonly name: "MissingVolumeConfiguration";
|
|
1407
|
-
readonly $fault: "client";
|
|
1408
|
-
Message?: string | undefined;
|
|
1409
|
-
constructor(
|
|
1410
|
-
opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
|
|
1411
|
-
);
|
|
1412
|
-
}
|
|
1413
|
-
export declare class StorageVirtualMachineNotFound extends __BaseException {
|
|
1414
|
-
readonly name: "StorageVirtualMachineNotFound";
|
|
1415
|
-
readonly $fault: "client";
|
|
1416
|
-
Message?: string | undefined;
|
|
1417
|
-
constructor(
|
|
1418
|
-
opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
|
|
1419
|
-
);
|
|
1420
|
-
}
|
|
1421
810
|
export interface CreateVolumeFromBackupRequest {
|
|
1422
811
|
BackupId: string | undefined;
|
|
1423
812
|
ClientRequestToken?: string | undefined;
|
|
@@ -1425,20 +814,6 @@ export interface CreateVolumeFromBackupRequest {
|
|
|
1425
814
|
OntapConfiguration?: CreateOntapVolumeConfiguration | undefined;
|
|
1426
815
|
Tags?: Tag[] | undefined;
|
|
1427
816
|
}
|
|
1428
|
-
export declare class BackupBeingCopied extends __BaseException {
|
|
1429
|
-
readonly name: "BackupBeingCopied";
|
|
1430
|
-
readonly $fault: "client";
|
|
1431
|
-
Message?: string | undefined;
|
|
1432
|
-
BackupId?: string | undefined;
|
|
1433
|
-
constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
|
|
1434
|
-
}
|
|
1435
|
-
export declare class BackupRestoring extends __BaseException {
|
|
1436
|
-
readonly name: "BackupRestoring";
|
|
1437
|
-
readonly $fault: "client";
|
|
1438
|
-
Message?: string | undefined;
|
|
1439
|
-
FileSystemId?: string | undefined;
|
|
1440
|
-
constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
|
|
1441
|
-
}
|
|
1442
817
|
export interface DeleteBackupRequest {
|
|
1443
818
|
BackupId: string | undefined;
|
|
1444
819
|
ClientRequestToken?: string | undefined;
|
|
@@ -1447,17 +822,6 @@ export interface DeleteBackupResponse {
|
|
|
1447
822
|
BackupId?: string | undefined;
|
|
1448
823
|
Lifecycle?: BackupLifecycle | undefined;
|
|
1449
824
|
}
|
|
1450
|
-
export declare class DataRepositoryAssociationNotFound extends __BaseException {
|
|
1451
|
-
readonly name: "DataRepositoryAssociationNotFound";
|
|
1452
|
-
readonly $fault: "client";
|
|
1453
|
-
Message?: string | undefined;
|
|
1454
|
-
constructor(
|
|
1455
|
-
opts: __ExceptionOptionType<
|
|
1456
|
-
DataRepositoryAssociationNotFound,
|
|
1457
|
-
__BaseException
|
|
1458
|
-
>
|
|
1459
|
-
);
|
|
1460
|
-
}
|
|
1461
825
|
export interface DeleteDataRepositoryAssociationRequest {
|
|
1462
826
|
AssociationId: string | undefined;
|
|
1463
827
|
ClientRequestToken?: string | undefined;
|
|
@@ -1476,21 +840,10 @@ export interface DeleteFileCacheResponse {
|
|
|
1476
840
|
FileCacheId?: string | undefined;
|
|
1477
841
|
Lifecycle?: FileCacheLifecycle | undefined;
|
|
1478
842
|
}
|
|
1479
|
-
export declare class FileCacheNotFound extends __BaseException {
|
|
1480
|
-
readonly name: "FileCacheNotFound";
|
|
1481
|
-
readonly $fault: "client";
|
|
1482
|
-
Message?: string | undefined;
|
|
1483
|
-
constructor(opts: __ExceptionOptionType<FileCacheNotFound, __BaseException>);
|
|
1484
|
-
}
|
|
1485
843
|
export interface DeleteFileSystemLustreConfiguration {
|
|
1486
844
|
SkipFinalBackup?: boolean | undefined;
|
|
1487
845
|
FinalBackupTags?: Tag[] | undefined;
|
|
1488
846
|
}
|
|
1489
|
-
export declare const DeleteFileSystemOpenZFSOption: {
|
|
1490
|
-
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
1491
|
-
};
|
|
1492
|
-
export type DeleteFileSystemOpenZFSOption =
|
|
1493
|
-
(typeof DeleteFileSystemOpenZFSOption)[keyof typeof DeleteFileSystemOpenZFSOption];
|
|
1494
847
|
export interface DeleteFileSystemOpenZFSConfiguration {
|
|
1495
848
|
SkipFinalBackup?: boolean | undefined;
|
|
1496
849
|
FinalBackupTags?: Tag[] | undefined;
|
|
@@ -1534,12 +887,6 @@ export interface DeleteSnapshotResponse {
|
|
|
1534
887
|
SnapshotId?: string | undefined;
|
|
1535
888
|
Lifecycle?: SnapshotLifecycle | undefined;
|
|
1536
889
|
}
|
|
1537
|
-
export declare class SnapshotNotFound extends __BaseException {
|
|
1538
|
-
readonly name: "SnapshotNotFound";
|
|
1539
|
-
readonly $fault: "client";
|
|
1540
|
-
Message?: string | undefined;
|
|
1541
|
-
constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
|
|
1542
|
-
}
|
|
1543
890
|
export interface DeleteStorageVirtualMachineRequest {
|
|
1544
891
|
ClientRequestToken?: string | undefined;
|
|
1545
892
|
StorageVirtualMachineId: string | undefined;
|
|
@@ -1553,11 +900,6 @@ export interface DeleteVolumeOntapConfiguration {
|
|
|
1553
900
|
FinalBackupTags?: Tag[] | undefined;
|
|
1554
901
|
BypassSnaplockEnterpriseRetention?: boolean | undefined;
|
|
1555
902
|
}
|
|
1556
|
-
export declare const DeleteOpenZFSVolumeOption: {
|
|
1557
|
-
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
1558
|
-
};
|
|
1559
|
-
export type DeleteOpenZFSVolumeOption =
|
|
1560
|
-
(typeof DeleteOpenZFSVolumeOption)[keyof typeof DeleteOpenZFSVolumeOption];
|
|
1561
903
|
export interface DeleteVolumeOpenZFSConfiguration {
|
|
1562
904
|
Options?: DeleteOpenZFSVolumeOption[] | undefined;
|
|
1563
905
|
}
|
|
@@ -1576,16 +918,6 @@ export interface DeleteVolumeResponse {
|
|
|
1576
918
|
Lifecycle?: VolumeLifecycle | undefined;
|
|
1577
919
|
OntapResponse?: DeleteVolumeOntapResponse | undefined;
|
|
1578
920
|
}
|
|
1579
|
-
export declare const FilterName: {
|
|
1580
|
-
readonly BACKUP_TYPE: "backup-type";
|
|
1581
|
-
readonly DATA_REPOSITORY_TYPE: "data-repository-type";
|
|
1582
|
-
readonly FILE_CACHE_ID: "file-cache-id";
|
|
1583
|
-
readonly FILE_CACHE_TYPE: "file-cache-type";
|
|
1584
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1585
|
-
readonly FILE_SYSTEM_TYPE: "file-system-type";
|
|
1586
|
-
readonly VOLUME_ID: "volume-id";
|
|
1587
|
-
};
|
|
1588
|
-
export type FilterName = (typeof FilterName)[keyof typeof FilterName];
|
|
1589
921
|
export interface Filter {
|
|
1590
922
|
Name?: FilterName | undefined;
|
|
1591
923
|
Values?: string[] | undefined;
|
|
@@ -1606,22 +938,6 @@ export interface DescribeDataRepositoryAssociationsResponse {
|
|
|
1606
938
|
Associations?: DataRepositoryAssociation[] | undefined;
|
|
1607
939
|
NextToken?: string | undefined;
|
|
1608
940
|
}
|
|
1609
|
-
export declare class InvalidDataRepositoryType extends __BaseException {
|
|
1610
|
-
readonly name: "InvalidDataRepositoryType";
|
|
1611
|
-
readonly $fault: "client";
|
|
1612
|
-
Message?: string | undefined;
|
|
1613
|
-
constructor(
|
|
1614
|
-
opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
|
|
1615
|
-
);
|
|
1616
|
-
}
|
|
1617
|
-
export declare const DataRepositoryTaskFilterName: {
|
|
1618
|
-
readonly DATA_REPO_ASSOCIATION_ID: "data-repository-association-id";
|
|
1619
|
-
readonly FILE_CACHE_ID: "file-cache-id";
|
|
1620
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1621
|
-
readonly TASK_LIFECYCLE: "task-lifecycle";
|
|
1622
|
-
};
|
|
1623
|
-
export type DataRepositoryTaskFilterName =
|
|
1624
|
-
(typeof DataRepositoryTaskFilterName)[keyof typeof DataRepositoryTaskFilterName];
|
|
1625
941
|
export interface DataRepositoryTaskFilter {
|
|
1626
942
|
Name?: DataRepositoryTaskFilterName | undefined;
|
|
1627
943
|
Values?: string[] | undefined;
|
|
@@ -1678,13 +994,6 @@ export interface DescribeFileSystemsRequest {
|
|
|
1678
994
|
MaxResults?: number | undefined;
|
|
1679
995
|
NextToken?: string | undefined;
|
|
1680
996
|
}
|
|
1681
|
-
export declare const S3AccessPointAttachmentsFilterName: {
|
|
1682
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1683
|
-
readonly TYPE: "type";
|
|
1684
|
-
readonly VOLUME_ID: "volume-id";
|
|
1685
|
-
};
|
|
1686
|
-
export type S3AccessPointAttachmentsFilterName =
|
|
1687
|
-
(typeof S3AccessPointAttachmentsFilterName)[keyof typeof S3AccessPointAttachmentsFilterName];
|
|
1688
997
|
export interface S3AccessPointAttachmentsFilter {
|
|
1689
998
|
Name?: S3AccessPointAttachmentsFilterName | undefined;
|
|
1690
999
|
Values?: string[] | undefined;
|
|
@@ -1699,27 +1008,10 @@ export interface DescribeS3AccessPointAttachmentsResponse {
|
|
|
1699
1008
|
S3AccessPointAttachments?: S3AccessPointAttachment[] | undefined;
|
|
1700
1009
|
NextToken?: string | undefined;
|
|
1701
1010
|
}
|
|
1702
|
-
export declare class S3AccessPointAttachmentNotFound extends __BaseException {
|
|
1703
|
-
readonly name: "S3AccessPointAttachmentNotFound";
|
|
1704
|
-
readonly $fault: "client";
|
|
1705
|
-
Message?: string | undefined;
|
|
1706
|
-
constructor(
|
|
1707
|
-
opts: __ExceptionOptionType<
|
|
1708
|
-
S3AccessPointAttachmentNotFound,
|
|
1709
|
-
__BaseException
|
|
1710
|
-
>
|
|
1711
|
-
);
|
|
1712
|
-
}
|
|
1713
1011
|
export interface DescribeSharedVpcConfigurationRequest {}
|
|
1714
1012
|
export interface DescribeSharedVpcConfigurationResponse {
|
|
1715
1013
|
EnableFsxRouteTableUpdatesFromParticipantAccounts?: string | undefined;
|
|
1716
1014
|
}
|
|
1717
|
-
export declare const SnapshotFilterName: {
|
|
1718
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1719
|
-
readonly VOLUME_ID: "volume-id";
|
|
1720
|
-
};
|
|
1721
|
-
export type SnapshotFilterName =
|
|
1722
|
-
(typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
|
|
1723
1015
|
export interface SnapshotFilter {
|
|
1724
1016
|
Name?: SnapshotFilterName | undefined;
|
|
1725
1017
|
Values?: string[] | undefined;
|
|
@@ -1731,11 +1023,6 @@ export interface DescribeSnapshotsRequest {
|
|
|
1731
1023
|
NextToken?: string | undefined;
|
|
1732
1024
|
IncludeShared?: boolean | undefined;
|
|
1733
1025
|
}
|
|
1734
|
-
export declare const StorageVirtualMachineFilterName: {
|
|
1735
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1736
|
-
};
|
|
1737
|
-
export type StorageVirtualMachineFilterName =
|
|
1738
|
-
(typeof StorageVirtualMachineFilterName)[keyof typeof StorageVirtualMachineFilterName];
|
|
1739
1026
|
export interface StorageVirtualMachineFilter {
|
|
1740
1027
|
Name?: StorageVirtualMachineFilterName | undefined;
|
|
1741
1028
|
Values?: string[] | undefined;
|
|
@@ -1750,12 +1037,6 @@ export interface DescribeStorageVirtualMachinesResponse {
|
|
|
1750
1037
|
StorageVirtualMachines?: StorageVirtualMachine[] | undefined;
|
|
1751
1038
|
NextToken?: string | undefined;
|
|
1752
1039
|
}
|
|
1753
|
-
export declare const VolumeFilterName: {
|
|
1754
|
-
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1755
|
-
readonly STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id";
|
|
1756
|
-
};
|
|
1757
|
-
export type VolumeFilterName =
|
|
1758
|
-
(typeof VolumeFilterName)[keyof typeof VolumeFilterName];
|
|
1759
1040
|
export interface VolumeFilter {
|
|
1760
1041
|
Name?: VolumeFilterName | undefined;
|
|
1761
1042
|
Values?: string[] | undefined;
|
|
@@ -1791,41 +1072,10 @@ export interface ListTagsForResourceResponse {
|
|
|
1791
1072
|
Tags?: Tag[] | undefined;
|
|
1792
1073
|
NextToken?: string | undefined;
|
|
1793
1074
|
}
|
|
1794
|
-
export declare class NotServiceResourceError extends __BaseException {
|
|
1795
|
-
readonly name: "NotServiceResourceError";
|
|
1796
|
-
readonly $fault: "client";
|
|
1797
|
-
ResourceARN: string | undefined;
|
|
1798
|
-
Message?: string | undefined;
|
|
1799
|
-
constructor(
|
|
1800
|
-
opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
|
|
1801
|
-
);
|
|
1802
|
-
}
|
|
1803
|
-
export declare class ResourceDoesNotSupportTagging extends __BaseException {
|
|
1804
|
-
readonly name: "ResourceDoesNotSupportTagging";
|
|
1805
|
-
readonly $fault: "client";
|
|
1806
|
-
ResourceARN: string | undefined;
|
|
1807
|
-
Message?: string | undefined;
|
|
1808
|
-
constructor(
|
|
1809
|
-
opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
|
|
1810
|
-
);
|
|
1811
|
-
}
|
|
1812
|
-
export declare class ResourceNotFound extends __BaseException {
|
|
1813
|
-
readonly name: "ResourceNotFound";
|
|
1814
|
-
readonly $fault: "client";
|
|
1815
|
-
ResourceARN: string | undefined;
|
|
1816
|
-
Message?: string | undefined;
|
|
1817
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
1818
|
-
}
|
|
1819
1075
|
export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
1820
1076
|
FileSystemId: string | undefined;
|
|
1821
1077
|
ClientRequestToken?: string | undefined;
|
|
1822
1078
|
}
|
|
1823
|
-
export declare const RestoreOpenZFSVolumeOption: {
|
|
1824
|
-
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
1825
|
-
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
1826
|
-
};
|
|
1827
|
-
export type RestoreOpenZFSVolumeOption =
|
|
1828
|
-
(typeof RestoreOpenZFSVolumeOption)[keyof typeof RestoreOpenZFSVolumeOption];
|
|
1829
1079
|
export interface RestoreVolumeFromSnapshotRequest {
|
|
1830
1080
|
ClientRequestToken?: string | undefined;
|
|
1831
1081
|
VolumeId: string | undefined;
|
|
@@ -1930,6 +1180,7 @@ export interface UpdateFileSystemWindowsConfiguration {
|
|
|
1930
1180
|
| undefined;
|
|
1931
1181
|
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration | undefined;
|
|
1932
1182
|
DiskIopsConfiguration?: DiskIopsConfiguration | undefined;
|
|
1183
|
+
FsrmConfiguration?: WindowsFsrmConfiguration | undefined;
|
|
1933
1184
|
}
|
|
1934
1185
|
export interface UpdateFileSystemRequest {
|
|
1935
1186
|
FileSystemId: string | undefined;
|
|
@@ -2078,3 +1329,74 @@ export interface RestoreVolumeFromSnapshotResponse {
|
|
|
2078
1329
|
Lifecycle?: VolumeLifecycle | undefined;
|
|
2079
1330
|
AdministrativeActions?: AdministrativeAction[] | undefined;
|
|
2080
1331
|
}
|
|
1332
|
+
export interface CreateFileSystemFromBackupResponse {
|
|
1333
|
+
FileSystem?: FileSystem | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
export interface CreateFileSystemResponse {
|
|
1336
|
+
FileSystem?: FileSystem | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
export interface CreateSnapshotResponse {
|
|
1339
|
+
Snapshot?: Snapshot | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export interface CreateVolumeFromBackupResponse {
|
|
1342
|
+
Volume?: Volume | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface CreateVolumeResponse {
|
|
1345
|
+
Volume?: Volume | undefined;
|
|
1346
|
+
}
|
|
1347
|
+
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
1348
|
+
FileSystem?: FileSystem | undefined;
|
|
1349
|
+
}
|
|
1350
|
+
export interface StartMisconfiguredStateRecoveryResponse {
|
|
1351
|
+
FileSystem?: FileSystem | undefined;
|
|
1352
|
+
}
|
|
1353
|
+
export interface UpdateFileSystemResponse {
|
|
1354
|
+
FileSystem?: FileSystem | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export interface UpdateSnapshotResponse {
|
|
1357
|
+
Snapshot?: Snapshot | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface UpdateVolumeResponse {
|
|
1360
|
+
Volume?: Volume | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export interface DescribeFileSystemsResponse {
|
|
1363
|
+
FileSystems?: FileSystem[] | undefined;
|
|
1364
|
+
NextToken?: string | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
export interface DescribeSnapshotsResponse {
|
|
1367
|
+
Snapshots?: Snapshot[] | undefined;
|
|
1368
|
+
NextToken?: string | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface DescribeVolumesResponse {
|
|
1371
|
+
Volumes?: Volume[] | undefined;
|
|
1372
|
+
NextToken?: string | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface Backup {
|
|
1375
|
+
BackupId: string | undefined;
|
|
1376
|
+
Lifecycle: BackupLifecycle | undefined;
|
|
1377
|
+
FailureDetails?: BackupFailureDetails | undefined;
|
|
1378
|
+
Type: BackupType | undefined;
|
|
1379
|
+
ProgressPercent?: number | undefined;
|
|
1380
|
+
CreationTime: Date | undefined;
|
|
1381
|
+
KmsKeyId?: string | undefined;
|
|
1382
|
+
ResourceARN?: string | undefined;
|
|
1383
|
+
Tags?: Tag[] | undefined;
|
|
1384
|
+
FileSystem: FileSystem | undefined;
|
|
1385
|
+
DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
|
|
1386
|
+
OwnerId?: string | undefined;
|
|
1387
|
+
SourceBackupId?: string | undefined;
|
|
1388
|
+
SourceBackupRegion?: string | undefined;
|
|
1389
|
+
ResourceType?: ResourceType | undefined;
|
|
1390
|
+
Volume?: Volume | undefined;
|
|
1391
|
+
SizeInBytes?: number | undefined;
|
|
1392
|
+
}
|
|
1393
|
+
export interface CopyBackupResponse {
|
|
1394
|
+
Backup?: Backup | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
export interface CreateBackupResponse {
|
|
1397
|
+
Backup?: Backup | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface DescribeBackupsResponse {
|
|
1400
|
+
Backups?: Backup[] | undefined;
|
|
1401
|
+
NextToken?: string | undefined;
|
|
1402
|
+
}
|