@aws-sdk/client-fsx 3.170.0 → 3.174.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/endpoints.js +0 -11
- package/dist-es/endpoints.js +0 -11
- package/dist-types/ts3.4/FSx.d.ts +0 -37
- package/dist-types/ts3.4/FSxClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -828
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
-
|
|
4
3
|
export interface ActiveDirectoryBackupAttributes {
|
|
5
4
|
DomainName?: string;
|
|
6
|
-
|
|
7
5
|
ActiveDirectoryId?: string;
|
|
8
|
-
|
|
9
6
|
ResourceARN?: string;
|
|
10
7
|
}
|
|
11
8
|
export declare enum ActiveDirectoryErrorType {
|
|
@@ -14,17 +11,12 @@ export declare enum ActiveDirectoryErrorType {
|
|
|
14
11
|
INVALID_DOMAIN_STAGE = "INVALID_DOMAIN_STAGE",
|
|
15
12
|
WRONG_VPC = "WRONG_VPC",
|
|
16
13
|
}
|
|
17
|
-
|
|
18
14
|
export declare class ActiveDirectoryError extends __BaseException {
|
|
19
15
|
readonly name: "ActiveDirectoryError";
|
|
20
16
|
readonly $fault: "client";
|
|
21
|
-
|
|
22
17
|
ActiveDirectoryId: string | undefined;
|
|
23
|
-
|
|
24
18
|
Type?: ActiveDirectoryErrorType | string;
|
|
25
|
-
|
|
26
19
|
Message?: string;
|
|
27
|
-
|
|
28
20
|
constructor(
|
|
29
21
|
opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
|
|
30
22
|
);
|
|
@@ -38,7 +30,6 @@ export declare enum AdministrativeActionType {
|
|
|
38
30
|
STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
|
|
39
31
|
VOLUME_UPDATE = "VOLUME_UPDATE",
|
|
40
32
|
}
|
|
41
|
-
|
|
42
33
|
export interface AdministrativeActionFailureDetails {
|
|
43
34
|
Message?: string;
|
|
44
35
|
}
|
|
@@ -49,7 +40,6 @@ export declare enum Status {
|
|
|
49
40
|
PENDING = "PENDING",
|
|
50
41
|
UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING",
|
|
51
42
|
}
|
|
52
|
-
|
|
53
43
|
export interface FileSystemFailureDetails {
|
|
54
44
|
Message?: string;
|
|
55
45
|
}
|
|
@@ -78,7 +68,6 @@ export declare enum AutoImportPolicyType {
|
|
|
78
68
|
NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
|
|
79
69
|
NONE = "NONE",
|
|
80
70
|
}
|
|
81
|
-
|
|
82
71
|
export interface DataRepositoryFailureDetails {
|
|
83
72
|
Message?: string;
|
|
84
73
|
}
|
|
@@ -90,18 +79,12 @@ export declare enum DataRepositoryLifecycle {
|
|
|
90
79
|
MISCONFIGURED = "MISCONFIGURED",
|
|
91
80
|
UPDATING = "UPDATING",
|
|
92
81
|
}
|
|
93
|
-
|
|
94
82
|
export interface DataRepositoryConfiguration {
|
|
95
83
|
Lifecycle?: DataRepositoryLifecycle | string;
|
|
96
|
-
|
|
97
84
|
ImportPath?: string;
|
|
98
|
-
|
|
99
85
|
ExportPath?: string;
|
|
100
|
-
|
|
101
86
|
ImportedFileChunkSize?: number;
|
|
102
|
-
|
|
103
87
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
104
|
-
|
|
105
88
|
FailureDetails?: DataRepositoryFailureDetails;
|
|
106
89
|
}
|
|
107
90
|
export declare enum LustreDeploymentType {
|
|
@@ -120,42 +103,26 @@ export declare enum LustreAccessAuditLogLevel {
|
|
|
120
103
|
WARN_ERROR = "WARN_ERROR",
|
|
121
104
|
WARN_ONLY = "WARN_ONLY",
|
|
122
105
|
}
|
|
123
|
-
|
|
124
106
|
export interface LustreLogConfiguration {
|
|
125
107
|
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
126
|
-
|
|
127
108
|
Destination?: string;
|
|
128
109
|
}
|
|
129
|
-
|
|
130
110
|
export interface LustreRootSquashConfiguration {
|
|
131
111
|
RootSquash?: string;
|
|
132
|
-
|
|
133
112
|
NoSquashNids?: string[];
|
|
134
113
|
}
|
|
135
|
-
|
|
136
114
|
export interface LustreFileSystemConfiguration {
|
|
137
115
|
WeeklyMaintenanceStartTime?: string;
|
|
138
|
-
|
|
139
116
|
DataRepositoryConfiguration?: DataRepositoryConfiguration;
|
|
140
|
-
|
|
141
117
|
DeploymentType?: LustreDeploymentType | string;
|
|
142
|
-
|
|
143
118
|
PerUnitStorageThroughput?: number;
|
|
144
|
-
|
|
145
119
|
MountName?: string;
|
|
146
|
-
|
|
147
120
|
DailyAutomaticBackupStartTime?: string;
|
|
148
|
-
|
|
149
121
|
AutomaticBackupRetentionDays?: number;
|
|
150
|
-
|
|
151
122
|
CopyTagsToBackups?: boolean;
|
|
152
|
-
|
|
153
123
|
DriveCacheType?: DriveCacheType | string;
|
|
154
|
-
|
|
155
124
|
DataCompressionType?: DataCompressionType | string;
|
|
156
|
-
|
|
157
125
|
LogConfiguration?: LustreLogConfiguration;
|
|
158
|
-
|
|
159
126
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
160
127
|
}
|
|
161
128
|
export declare enum OntapDeploymentType {
|
|
@@ -166,77 +133,50 @@ export declare enum DiskIopsConfigurationMode {
|
|
|
166
133
|
AUTOMATIC = "AUTOMATIC",
|
|
167
134
|
USER_PROVISIONED = "USER_PROVISIONED",
|
|
168
135
|
}
|
|
169
|
-
|
|
170
136
|
export interface DiskIopsConfiguration {
|
|
171
137
|
Mode?: DiskIopsConfigurationMode | string;
|
|
172
|
-
|
|
173
138
|
Iops?: number;
|
|
174
139
|
}
|
|
175
|
-
|
|
176
140
|
export interface FileSystemEndpoint {
|
|
177
141
|
DNSName?: string;
|
|
178
|
-
|
|
179
142
|
IpAddresses?: string[];
|
|
180
143
|
}
|
|
181
|
-
|
|
182
144
|
export interface FileSystemEndpoints {
|
|
183
145
|
Intercluster?: FileSystemEndpoint;
|
|
184
|
-
|
|
185
146
|
Management?: FileSystemEndpoint;
|
|
186
147
|
}
|
|
187
|
-
|
|
188
148
|
export interface OntapFileSystemConfiguration {
|
|
189
149
|
AutomaticBackupRetentionDays?: number;
|
|
190
|
-
|
|
191
150
|
DailyAutomaticBackupStartTime?: string;
|
|
192
|
-
|
|
193
151
|
DeploymentType?: OntapDeploymentType | string;
|
|
194
|
-
|
|
195
152
|
EndpointIpAddressRange?: string;
|
|
196
|
-
|
|
197
153
|
Endpoints?: FileSystemEndpoints;
|
|
198
|
-
|
|
199
154
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
200
|
-
|
|
201
155
|
PreferredSubnetId?: string;
|
|
202
|
-
|
|
203
156
|
RouteTableIds?: string[];
|
|
204
|
-
|
|
205
157
|
ThroughputCapacity?: number;
|
|
206
|
-
|
|
207
158
|
WeeklyMaintenanceStartTime?: string;
|
|
208
159
|
}
|
|
209
160
|
export declare enum OpenZFSDeploymentType {
|
|
210
161
|
SINGLE_AZ_1 = "SINGLE_AZ_1",
|
|
211
162
|
}
|
|
212
|
-
|
|
213
163
|
export interface OpenZFSFileSystemConfiguration {
|
|
214
164
|
AutomaticBackupRetentionDays?: number;
|
|
215
|
-
|
|
216
165
|
CopyTagsToBackups?: boolean;
|
|
217
|
-
|
|
218
166
|
CopyTagsToVolumes?: boolean;
|
|
219
|
-
|
|
220
167
|
DailyAutomaticBackupStartTime?: string;
|
|
221
|
-
|
|
222
168
|
DeploymentType?: OpenZFSDeploymentType | string;
|
|
223
|
-
|
|
224
169
|
ThroughputCapacity?: number;
|
|
225
|
-
|
|
226
170
|
WeeklyMaintenanceStartTime?: string;
|
|
227
|
-
|
|
228
171
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
229
|
-
|
|
230
172
|
RootVolumeId?: string;
|
|
231
173
|
}
|
|
232
174
|
export declare enum StorageType {
|
|
233
175
|
HDD = "HDD",
|
|
234
176
|
SSD = "SSD",
|
|
235
177
|
}
|
|
236
|
-
|
|
237
178
|
export interface Tag {
|
|
238
179
|
Key: string | undefined;
|
|
239
|
-
|
|
240
180
|
Value: string | undefined;
|
|
241
181
|
}
|
|
242
182
|
export declare enum AliasLifecycle {
|
|
@@ -246,10 +186,8 @@ export declare enum AliasLifecycle {
|
|
|
246
186
|
DELETE_FAILED = "DELETE_FAILED",
|
|
247
187
|
DELETING = "DELETING",
|
|
248
188
|
}
|
|
249
|
-
|
|
250
189
|
export interface Alias {
|
|
251
190
|
Name?: string;
|
|
252
|
-
|
|
253
191
|
Lifecycle?: AliasLifecycle | string;
|
|
254
192
|
}
|
|
255
193
|
export declare enum WindowsAccessAuditLogLevel {
|
|
@@ -258,12 +196,9 @@ export declare enum WindowsAccessAuditLogLevel {
|
|
|
258
196
|
SUCCESS_AND_FAILURE = "SUCCESS_AND_FAILURE",
|
|
259
197
|
SUCCESS_ONLY = "SUCCESS_ONLY",
|
|
260
198
|
}
|
|
261
|
-
|
|
262
199
|
export interface WindowsAuditLogConfiguration {
|
|
263
200
|
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
264
|
-
|
|
265
201
|
FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
266
|
-
|
|
267
202
|
AuditLogDestination?: string;
|
|
268
203
|
}
|
|
269
204
|
export declare enum WindowsDeploymentType {
|
|
@@ -275,46 +210,27 @@ export declare enum FileSystemMaintenanceOperation {
|
|
|
275
210
|
BACKING_UP = "BACKING_UP",
|
|
276
211
|
PATCHING = "PATCHING",
|
|
277
212
|
}
|
|
278
|
-
|
|
279
213
|
export interface SelfManagedActiveDirectoryAttributes {
|
|
280
214
|
DomainName?: string;
|
|
281
|
-
|
|
282
215
|
OrganizationalUnitDistinguishedName?: string;
|
|
283
|
-
|
|
284
216
|
FileSystemAdministratorsGroup?: string;
|
|
285
|
-
|
|
286
217
|
UserName?: string;
|
|
287
|
-
|
|
288
218
|
DnsIps?: string[];
|
|
289
219
|
}
|
|
290
|
-
|
|
291
220
|
export interface WindowsFileSystemConfiguration {
|
|
292
221
|
ActiveDirectoryId?: string;
|
|
293
|
-
|
|
294
222
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
|
|
295
|
-
|
|
296
223
|
DeploymentType?: WindowsDeploymentType | string;
|
|
297
|
-
|
|
298
224
|
RemoteAdministrationEndpoint?: string;
|
|
299
|
-
|
|
300
225
|
PreferredSubnetId?: string;
|
|
301
|
-
|
|
302
226
|
PreferredFileServerIp?: string;
|
|
303
|
-
|
|
304
227
|
ThroughputCapacity?: number;
|
|
305
|
-
|
|
306
228
|
MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
|
|
307
|
-
|
|
308
229
|
WeeklyMaintenanceStartTime?: string;
|
|
309
|
-
|
|
310
230
|
DailyAutomaticBackupStartTime?: string;
|
|
311
|
-
|
|
312
231
|
AutomaticBackupRetentionDays?: number;
|
|
313
|
-
|
|
314
232
|
CopyTagsToBackups?: boolean;
|
|
315
|
-
|
|
316
233
|
Aliases?: Alias[];
|
|
317
|
-
|
|
318
234
|
AuditLogConfiguration?: WindowsAuditLogConfiguration;
|
|
319
235
|
}
|
|
320
236
|
export declare enum SnapshotLifecycle {
|
|
@@ -323,7 +239,6 @@ export declare enum SnapshotLifecycle {
|
|
|
323
239
|
DELETING = "DELETING",
|
|
324
240
|
PENDING = "PENDING",
|
|
325
241
|
}
|
|
326
|
-
|
|
327
242
|
export interface LifecycleTransitionReason {
|
|
328
243
|
Message?: string;
|
|
329
244
|
}
|
|
@@ -357,32 +272,20 @@ export declare enum TieringPolicyName {
|
|
|
357
272
|
NONE = "NONE",
|
|
358
273
|
SNAPSHOT_ONLY = "SNAPSHOT_ONLY",
|
|
359
274
|
}
|
|
360
|
-
|
|
361
275
|
export interface TieringPolicy {
|
|
362
276
|
CoolingPeriod?: number;
|
|
363
|
-
|
|
364
277
|
Name?: TieringPolicyName | string;
|
|
365
278
|
}
|
|
366
|
-
|
|
367
279
|
export interface OntapVolumeConfiguration {
|
|
368
280
|
FlexCacheEndpointType?: FlexCacheEndpointType | string;
|
|
369
|
-
|
|
370
281
|
JunctionPath?: string;
|
|
371
|
-
|
|
372
282
|
SecurityStyle?: SecurityStyle | string;
|
|
373
|
-
|
|
374
283
|
SizeInMegabytes?: number;
|
|
375
|
-
|
|
376
284
|
StorageEfficiencyEnabled?: boolean;
|
|
377
|
-
|
|
378
285
|
StorageVirtualMachineId?: string;
|
|
379
|
-
|
|
380
286
|
StorageVirtualMachineRoot?: boolean;
|
|
381
|
-
|
|
382
287
|
TieringPolicy?: TieringPolicy;
|
|
383
|
-
|
|
384
288
|
UUID?: string;
|
|
385
|
-
|
|
386
289
|
OntapVolumeType?: OntapVolumeType | string;
|
|
387
290
|
}
|
|
388
291
|
export declare enum OpenZFSDataCompressionType {
|
|
@@ -390,13 +293,10 @@ export declare enum OpenZFSDataCompressionType {
|
|
|
390
293
|
NONE = "NONE",
|
|
391
294
|
ZSTD = "ZSTD",
|
|
392
295
|
}
|
|
393
|
-
|
|
394
296
|
export interface OpenZFSClientConfiguration {
|
|
395
297
|
Clients: string | undefined;
|
|
396
|
-
|
|
397
298
|
Options: string[] | undefined;
|
|
398
299
|
}
|
|
399
|
-
|
|
400
300
|
export interface OpenZFSNfsExport {
|
|
401
301
|
ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
|
|
402
302
|
}
|
|
@@ -404,89 +304,60 @@ export declare enum OpenZFSCopyStrategy {
|
|
|
404
304
|
CLONE = "CLONE",
|
|
405
305
|
FULL_COPY = "FULL_COPY",
|
|
406
306
|
}
|
|
407
|
-
|
|
408
307
|
export interface OpenZFSOriginSnapshotConfiguration {
|
|
409
308
|
SnapshotARN?: string;
|
|
410
|
-
|
|
411
309
|
CopyStrategy?: OpenZFSCopyStrategy | string;
|
|
412
310
|
}
|
|
413
311
|
export declare enum OpenZFSQuotaType {
|
|
414
312
|
GROUP = "GROUP",
|
|
415
313
|
USER = "USER",
|
|
416
314
|
}
|
|
417
|
-
|
|
418
315
|
export interface OpenZFSUserOrGroupQuota {
|
|
419
316
|
Type: OpenZFSQuotaType | string | undefined;
|
|
420
|
-
|
|
421
317
|
Id: number | undefined;
|
|
422
|
-
|
|
423
318
|
StorageCapacityQuotaGiB: number | undefined;
|
|
424
319
|
}
|
|
425
|
-
|
|
426
320
|
export interface OpenZFSVolumeConfiguration {
|
|
427
321
|
ParentVolumeId?: string;
|
|
428
|
-
|
|
429
322
|
VolumePath?: string;
|
|
430
|
-
|
|
431
323
|
StorageCapacityReservationGiB?: number;
|
|
432
|
-
|
|
433
324
|
StorageCapacityQuotaGiB?: number;
|
|
434
|
-
|
|
435
325
|
RecordSizeKiB?: number;
|
|
436
|
-
|
|
437
326
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
438
|
-
|
|
439
327
|
CopyTagsToSnapshots?: boolean;
|
|
440
|
-
|
|
441
328
|
OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
|
|
442
|
-
|
|
443
329
|
ReadOnly?: boolean;
|
|
444
|
-
|
|
445
330
|
NfsExports?: OpenZFSNfsExport[];
|
|
446
|
-
|
|
447
331
|
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
448
332
|
}
|
|
449
333
|
export declare enum VolumeType {
|
|
450
334
|
ONTAP = "ONTAP",
|
|
451
335
|
OPENZFS = "OPENZFS",
|
|
452
336
|
}
|
|
453
|
-
|
|
454
337
|
export interface AssociateFileSystemAliasesRequest {
|
|
455
338
|
ClientRequestToken?: string;
|
|
456
|
-
|
|
457
339
|
FileSystemId: string | undefined;
|
|
458
|
-
|
|
459
340
|
Aliases: string[] | undefined;
|
|
460
341
|
}
|
|
461
|
-
|
|
462
342
|
export interface AssociateFileSystemAliasesResponse {
|
|
463
343
|
Aliases?: Alias[];
|
|
464
344
|
}
|
|
465
|
-
|
|
466
345
|
export declare class BadRequest extends __BaseException {
|
|
467
346
|
readonly name: "BadRequest";
|
|
468
347
|
readonly $fault: "client";
|
|
469
|
-
|
|
470
348
|
Message?: string;
|
|
471
|
-
|
|
472
349
|
constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
|
|
473
350
|
}
|
|
474
|
-
|
|
475
351
|
export declare class FileSystemNotFound extends __BaseException {
|
|
476
352
|
readonly name: "FileSystemNotFound";
|
|
477
353
|
readonly $fault: "client";
|
|
478
|
-
|
|
479
354
|
Message?: string;
|
|
480
|
-
|
|
481
355
|
constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
|
|
482
356
|
}
|
|
483
|
-
|
|
484
357
|
export declare class InternalServerError extends __BaseException {
|
|
485
358
|
readonly name: "InternalServerError";
|
|
486
359
|
readonly $fault: "server";
|
|
487
|
-
|
|
488
360
|
Message?: string;
|
|
489
|
-
|
|
490
361
|
constructor(
|
|
491
362
|
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
492
363
|
);
|
|
@@ -496,15 +367,12 @@ export declare enum EventType {
|
|
|
496
367
|
DELETED = "DELETED",
|
|
497
368
|
NEW = "NEW",
|
|
498
369
|
}
|
|
499
|
-
|
|
500
370
|
export interface AutoExportPolicy {
|
|
501
371
|
Events?: (EventType | string)[];
|
|
502
372
|
}
|
|
503
|
-
|
|
504
373
|
export interface AutoImportPolicy {
|
|
505
374
|
Events?: (EventType | string)[];
|
|
506
375
|
}
|
|
507
|
-
|
|
508
376
|
export interface CancelDataRepositoryTaskRequest {
|
|
509
377
|
TaskId: string | undefined;
|
|
510
378
|
}
|
|
@@ -518,65 +386,46 @@ export declare enum DataRepositoryTaskLifecycle {
|
|
|
518
386
|
}
|
|
519
387
|
export interface CancelDataRepositoryTaskResponse {
|
|
520
388
|
Lifecycle?: DataRepositoryTaskLifecycle | string;
|
|
521
|
-
|
|
522
389
|
TaskId?: string;
|
|
523
390
|
}
|
|
524
|
-
|
|
525
391
|
export declare class DataRepositoryTaskEnded extends __BaseException {
|
|
526
392
|
readonly name: "DataRepositoryTaskEnded";
|
|
527
393
|
readonly $fault: "client";
|
|
528
|
-
|
|
529
394
|
Message?: string;
|
|
530
|
-
|
|
531
395
|
constructor(
|
|
532
396
|
opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
|
|
533
397
|
);
|
|
534
398
|
}
|
|
535
|
-
|
|
536
399
|
export declare class DataRepositoryTaskNotFound extends __BaseException {
|
|
537
400
|
readonly name: "DataRepositoryTaskNotFound";
|
|
538
401
|
readonly $fault: "client";
|
|
539
|
-
|
|
540
402
|
Message?: string;
|
|
541
|
-
|
|
542
403
|
constructor(
|
|
543
404
|
opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
|
|
544
405
|
);
|
|
545
406
|
}
|
|
546
|
-
|
|
547
407
|
export declare class UnsupportedOperation extends __BaseException {
|
|
548
408
|
readonly name: "UnsupportedOperation";
|
|
549
409
|
readonly $fault: "client";
|
|
550
|
-
|
|
551
410
|
Message?: string;
|
|
552
|
-
|
|
553
411
|
constructor(
|
|
554
412
|
opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
|
|
555
413
|
);
|
|
556
414
|
}
|
|
557
|
-
|
|
558
415
|
export declare class BackupNotFound extends __BaseException {
|
|
559
416
|
readonly name: "BackupNotFound";
|
|
560
417
|
readonly $fault: "client";
|
|
561
|
-
|
|
562
418
|
Message?: string;
|
|
563
|
-
|
|
564
419
|
constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
|
|
565
420
|
}
|
|
566
421
|
export interface CopyBackupRequest {
|
|
567
422
|
ClientRequestToken?: string;
|
|
568
|
-
|
|
569
423
|
SourceBackupId: string | undefined;
|
|
570
|
-
|
|
571
424
|
SourceRegion?: string;
|
|
572
|
-
|
|
573
425
|
KmsKeyId?: string;
|
|
574
|
-
|
|
575
426
|
CopyTags?: boolean;
|
|
576
|
-
|
|
577
427
|
Tags?: Tag[];
|
|
578
428
|
}
|
|
579
|
-
|
|
580
429
|
export interface BackupFailureDetails {
|
|
581
430
|
Message?: string;
|
|
582
431
|
}
|
|
@@ -598,57 +447,41 @@ export declare enum BackupType {
|
|
|
598
447
|
AWS_BACKUP = "AWS_BACKUP",
|
|
599
448
|
USER_INITIATED = "USER_INITIATED",
|
|
600
449
|
}
|
|
601
|
-
|
|
602
450
|
export declare class IncompatibleParameterError extends __BaseException {
|
|
603
451
|
readonly name: "IncompatibleParameterError";
|
|
604
452
|
readonly $fault: "client";
|
|
605
|
-
|
|
606
453
|
Parameter: string | undefined;
|
|
607
|
-
|
|
608
454
|
Message?: string;
|
|
609
|
-
|
|
610
455
|
constructor(
|
|
611
456
|
opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
|
|
612
457
|
);
|
|
613
458
|
}
|
|
614
|
-
|
|
615
459
|
export declare class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
616
460
|
readonly name: "IncompatibleRegionForMultiAZ";
|
|
617
461
|
readonly $fault: "client";
|
|
618
|
-
|
|
619
462
|
Message?: string;
|
|
620
|
-
|
|
621
463
|
constructor(
|
|
622
464
|
opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
|
|
623
465
|
);
|
|
624
466
|
}
|
|
625
|
-
|
|
626
467
|
export declare class InvalidDestinationKmsKey extends __BaseException {
|
|
627
468
|
readonly name: "InvalidDestinationKmsKey";
|
|
628
469
|
readonly $fault: "client";
|
|
629
|
-
|
|
630
470
|
Message?: string;
|
|
631
|
-
|
|
632
471
|
constructor(
|
|
633
472
|
opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
|
|
634
473
|
);
|
|
635
474
|
}
|
|
636
|
-
|
|
637
475
|
export declare class InvalidRegion extends __BaseException {
|
|
638
476
|
readonly name: "InvalidRegion";
|
|
639
477
|
readonly $fault: "client";
|
|
640
|
-
|
|
641
478
|
Message?: string;
|
|
642
|
-
|
|
643
479
|
constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
|
|
644
480
|
}
|
|
645
|
-
|
|
646
481
|
export declare class InvalidSourceKmsKey extends __BaseException {
|
|
647
482
|
readonly name: "InvalidSourceKmsKey";
|
|
648
483
|
readonly $fault: "client";
|
|
649
|
-
|
|
650
484
|
Message?: string;
|
|
651
|
-
|
|
652
485
|
constructor(
|
|
653
486
|
opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
|
|
654
487
|
);
|
|
@@ -664,107 +497,68 @@ export declare enum ServiceLimit {
|
|
|
664
497
|
TOTAL_USER_TAGS = "TOTAL_USER_TAGS",
|
|
665
498
|
VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM",
|
|
666
499
|
}
|
|
667
|
-
|
|
668
500
|
export declare class ServiceLimitExceeded extends __BaseException {
|
|
669
501
|
readonly name: "ServiceLimitExceeded";
|
|
670
502
|
readonly $fault: "client";
|
|
671
|
-
|
|
672
503
|
Limit: ServiceLimit | string | undefined;
|
|
673
|
-
|
|
674
504
|
Message?: string;
|
|
675
|
-
|
|
676
505
|
constructor(
|
|
677
506
|
opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
|
|
678
507
|
);
|
|
679
508
|
}
|
|
680
|
-
|
|
681
509
|
export declare class SourceBackupUnavailable extends __BaseException {
|
|
682
510
|
readonly name: "SourceBackupUnavailable";
|
|
683
511
|
readonly $fault: "client";
|
|
684
|
-
|
|
685
512
|
Message?: string;
|
|
686
|
-
|
|
687
513
|
BackupId?: string;
|
|
688
|
-
|
|
689
514
|
constructor(
|
|
690
515
|
opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
|
|
691
516
|
);
|
|
692
517
|
}
|
|
693
|
-
|
|
694
518
|
export declare class BackupInProgress extends __BaseException {
|
|
695
519
|
readonly name: "BackupInProgress";
|
|
696
520
|
readonly $fault: "client";
|
|
697
|
-
|
|
698
521
|
Message?: string;
|
|
699
|
-
|
|
700
522
|
constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
|
|
701
523
|
}
|
|
702
|
-
|
|
703
524
|
export interface CreateBackupRequest {
|
|
704
525
|
FileSystemId?: string;
|
|
705
|
-
|
|
706
526
|
ClientRequestToken?: string;
|
|
707
|
-
|
|
708
527
|
Tags?: Tag[];
|
|
709
|
-
|
|
710
528
|
VolumeId?: string;
|
|
711
529
|
}
|
|
712
|
-
|
|
713
530
|
export declare class VolumeNotFound extends __BaseException {
|
|
714
531
|
readonly name: "VolumeNotFound";
|
|
715
532
|
readonly $fault: "client";
|
|
716
|
-
|
|
717
533
|
Message?: string;
|
|
718
|
-
|
|
719
534
|
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
720
535
|
}
|
|
721
|
-
|
|
722
536
|
export interface S3DataRepositoryConfiguration {
|
|
723
537
|
AutoImportPolicy?: AutoImportPolicy;
|
|
724
|
-
|
|
725
538
|
AutoExportPolicy?: AutoExportPolicy;
|
|
726
539
|
}
|
|
727
540
|
export interface CreateDataRepositoryAssociationRequest {
|
|
728
541
|
FileSystemId: string | undefined;
|
|
729
|
-
|
|
730
542
|
FileSystemPath: string | undefined;
|
|
731
|
-
|
|
732
543
|
DataRepositoryPath: string | undefined;
|
|
733
|
-
|
|
734
544
|
BatchImportMetaDataOnCreate?: boolean;
|
|
735
|
-
|
|
736
545
|
ImportedFileChunkSize?: number;
|
|
737
|
-
|
|
738
546
|
S3?: S3DataRepositoryConfiguration;
|
|
739
|
-
|
|
740
547
|
ClientRequestToken?: string;
|
|
741
|
-
|
|
742
548
|
Tags?: Tag[];
|
|
743
549
|
}
|
|
744
|
-
|
|
745
550
|
export interface DataRepositoryAssociation {
|
|
746
551
|
AssociationId?: string;
|
|
747
|
-
|
|
748
552
|
ResourceARN?: string;
|
|
749
|
-
|
|
750
553
|
FileSystemId?: string;
|
|
751
|
-
|
|
752
554
|
Lifecycle?: DataRepositoryLifecycle | string;
|
|
753
|
-
|
|
754
555
|
FailureDetails?: DataRepositoryFailureDetails;
|
|
755
|
-
|
|
756
556
|
FileSystemPath?: string;
|
|
757
|
-
|
|
758
557
|
DataRepositoryPath?: string;
|
|
759
|
-
|
|
760
558
|
BatchImportMetaDataOnCreate?: boolean;
|
|
761
|
-
|
|
762
559
|
ImportedFileChunkSize?: number;
|
|
763
|
-
|
|
764
560
|
S3?: S3DataRepositoryConfiguration;
|
|
765
|
-
|
|
766
561
|
Tags?: Tag[];
|
|
767
|
-
|
|
768
562
|
CreationTime?: Date;
|
|
769
563
|
}
|
|
770
564
|
export interface CreateDataRepositoryAssociationResponse {
|
|
@@ -776,14 +570,10 @@ export declare enum ReportFormat {
|
|
|
776
570
|
export declare enum ReportScope {
|
|
777
571
|
FAILED_FILES_ONLY = "FAILED_FILES_ONLY",
|
|
778
572
|
}
|
|
779
|
-
|
|
780
573
|
export interface CompletionReport {
|
|
781
574
|
Enabled: boolean | undefined;
|
|
782
|
-
|
|
783
575
|
Path?: string;
|
|
784
|
-
|
|
785
576
|
Format?: ReportFormat | string;
|
|
786
|
-
|
|
787
577
|
Scope?: ReportScope | string;
|
|
788
578
|
}
|
|
789
579
|
export declare enum DataRepositoryTaskType {
|
|
@@ -792,281 +582,166 @@ export declare enum DataRepositoryTaskType {
|
|
|
792
582
|
}
|
|
793
583
|
export interface CreateDataRepositoryTaskRequest {
|
|
794
584
|
Type: DataRepositoryTaskType | string | undefined;
|
|
795
|
-
|
|
796
585
|
Paths?: string[];
|
|
797
|
-
|
|
798
586
|
FileSystemId: string | undefined;
|
|
799
|
-
|
|
800
587
|
Report: CompletionReport | undefined;
|
|
801
|
-
|
|
802
588
|
ClientRequestToken?: string;
|
|
803
|
-
|
|
804
589
|
Tags?: Tag[];
|
|
805
590
|
}
|
|
806
|
-
|
|
807
591
|
export interface DataRepositoryTaskFailureDetails {
|
|
808
592
|
Message?: string;
|
|
809
593
|
}
|
|
810
|
-
|
|
811
594
|
export interface DataRepositoryTaskStatus {
|
|
812
595
|
TotalCount?: number;
|
|
813
|
-
|
|
814
596
|
SucceededCount?: number;
|
|
815
|
-
|
|
816
597
|
FailedCount?: number;
|
|
817
|
-
|
|
818
598
|
LastUpdatedTime?: Date;
|
|
819
599
|
}
|
|
820
|
-
|
|
821
600
|
export interface DataRepositoryTask {
|
|
822
601
|
TaskId: string | undefined;
|
|
823
|
-
|
|
824
602
|
Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
|
|
825
|
-
|
|
826
603
|
Type: DataRepositoryTaskType | string | undefined;
|
|
827
|
-
|
|
828
604
|
CreationTime: Date | undefined;
|
|
829
|
-
|
|
830
605
|
StartTime?: Date;
|
|
831
|
-
|
|
832
606
|
EndTime?: Date;
|
|
833
|
-
|
|
834
607
|
ResourceARN?: string;
|
|
835
|
-
|
|
836
608
|
Tags?: Tag[];
|
|
837
|
-
|
|
838
609
|
FileSystemId: string | undefined;
|
|
839
|
-
|
|
840
610
|
Paths?: string[];
|
|
841
|
-
|
|
842
611
|
FailureDetails?: DataRepositoryTaskFailureDetails;
|
|
843
|
-
|
|
844
612
|
Status?: DataRepositoryTaskStatus;
|
|
845
|
-
|
|
846
613
|
Report?: CompletionReport;
|
|
847
614
|
}
|
|
848
615
|
export interface CreateDataRepositoryTaskResponse {
|
|
849
616
|
DataRepositoryTask?: DataRepositoryTask;
|
|
850
617
|
}
|
|
851
|
-
|
|
852
618
|
export declare class DataRepositoryTaskExecuting extends __BaseException {
|
|
853
619
|
readonly name: "DataRepositoryTaskExecuting";
|
|
854
620
|
readonly $fault: "client";
|
|
855
|
-
|
|
856
621
|
Message?: string;
|
|
857
|
-
|
|
858
622
|
constructor(
|
|
859
623
|
opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
|
|
860
624
|
);
|
|
861
625
|
}
|
|
862
|
-
|
|
863
626
|
export interface LustreLogCreateConfiguration {
|
|
864
627
|
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
865
|
-
|
|
866
628
|
Destination?: string;
|
|
867
629
|
}
|
|
868
|
-
|
|
869
630
|
export interface CreateFileSystemLustreConfiguration {
|
|
870
631
|
WeeklyMaintenanceStartTime?: string;
|
|
871
|
-
|
|
872
632
|
ImportPath?: string;
|
|
873
|
-
|
|
874
633
|
ExportPath?: string;
|
|
875
|
-
|
|
876
634
|
ImportedFileChunkSize?: number;
|
|
877
|
-
|
|
878
635
|
DeploymentType?: LustreDeploymentType | string;
|
|
879
|
-
|
|
880
636
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
881
|
-
|
|
882
637
|
PerUnitStorageThroughput?: number;
|
|
883
|
-
|
|
884
638
|
DailyAutomaticBackupStartTime?: string;
|
|
885
|
-
|
|
886
639
|
AutomaticBackupRetentionDays?: number;
|
|
887
|
-
|
|
888
640
|
CopyTagsToBackups?: boolean;
|
|
889
|
-
|
|
890
641
|
DriveCacheType?: DriveCacheType | string;
|
|
891
|
-
|
|
892
642
|
DataCompressionType?: DataCompressionType | string;
|
|
893
|
-
|
|
894
643
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
895
|
-
|
|
896
644
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
897
645
|
}
|
|
898
|
-
|
|
899
646
|
export interface CreateFileSystemOntapConfiguration {
|
|
900
647
|
AutomaticBackupRetentionDays?: number;
|
|
901
|
-
|
|
902
648
|
DailyAutomaticBackupStartTime?: string;
|
|
903
|
-
|
|
904
649
|
DeploymentType: OntapDeploymentType | string | undefined;
|
|
905
|
-
|
|
906
650
|
EndpointIpAddressRange?: string;
|
|
907
|
-
|
|
908
651
|
FsxAdminPassword?: string;
|
|
909
|
-
|
|
910
652
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
911
|
-
|
|
912
653
|
PreferredSubnetId?: string;
|
|
913
|
-
|
|
914
654
|
RouteTableIds?: string[];
|
|
915
|
-
|
|
916
655
|
ThroughputCapacity: number | undefined;
|
|
917
|
-
|
|
918
656
|
WeeklyMaintenanceStartTime?: string;
|
|
919
657
|
}
|
|
920
|
-
|
|
921
658
|
export interface OpenZFSCreateRootVolumeConfiguration {
|
|
922
659
|
RecordSizeKiB?: number;
|
|
923
|
-
|
|
924
660
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
925
|
-
|
|
926
661
|
NfsExports?: OpenZFSNfsExport[];
|
|
927
|
-
|
|
928
662
|
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
929
|
-
|
|
930
663
|
CopyTagsToSnapshots?: boolean;
|
|
931
|
-
|
|
932
664
|
ReadOnly?: boolean;
|
|
933
665
|
}
|
|
934
|
-
|
|
935
666
|
export interface CreateFileSystemOpenZFSConfiguration {
|
|
936
667
|
AutomaticBackupRetentionDays?: number;
|
|
937
|
-
|
|
938
668
|
CopyTagsToBackups?: boolean;
|
|
939
|
-
|
|
940
669
|
CopyTagsToVolumes?: boolean;
|
|
941
|
-
|
|
942
670
|
DailyAutomaticBackupStartTime?: string;
|
|
943
|
-
|
|
944
671
|
DeploymentType: OpenZFSDeploymentType | string | undefined;
|
|
945
|
-
|
|
946
672
|
ThroughputCapacity: number | undefined;
|
|
947
|
-
|
|
948
673
|
WeeklyMaintenanceStartTime?: string;
|
|
949
|
-
|
|
950
674
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
951
|
-
|
|
952
675
|
RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
|
|
953
676
|
}
|
|
954
|
-
|
|
955
677
|
export interface WindowsAuditLogCreateConfiguration {
|
|
956
678
|
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
957
|
-
|
|
958
679
|
FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
959
|
-
|
|
960
680
|
AuditLogDestination?: string;
|
|
961
681
|
}
|
|
962
|
-
|
|
963
682
|
export interface SelfManagedActiveDirectoryConfiguration {
|
|
964
683
|
DomainName: string | undefined;
|
|
965
|
-
|
|
966
684
|
OrganizationalUnitDistinguishedName?: string;
|
|
967
|
-
|
|
968
685
|
FileSystemAdministratorsGroup?: string;
|
|
969
|
-
|
|
970
686
|
UserName: string | undefined;
|
|
971
|
-
|
|
972
687
|
Password: string | undefined;
|
|
973
|
-
|
|
974
688
|
DnsIps: string[] | undefined;
|
|
975
689
|
}
|
|
976
|
-
|
|
977
690
|
export interface CreateFileSystemWindowsConfiguration {
|
|
978
691
|
ActiveDirectoryId?: string;
|
|
979
|
-
|
|
980
692
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
|
|
981
|
-
|
|
982
693
|
DeploymentType?: WindowsDeploymentType | string;
|
|
983
|
-
|
|
984
694
|
PreferredSubnetId?: string;
|
|
985
|
-
|
|
986
695
|
ThroughputCapacity: number | undefined;
|
|
987
|
-
|
|
988
696
|
WeeklyMaintenanceStartTime?: string;
|
|
989
|
-
|
|
990
697
|
DailyAutomaticBackupStartTime?: string;
|
|
991
|
-
|
|
992
698
|
AutomaticBackupRetentionDays?: number;
|
|
993
|
-
|
|
994
699
|
CopyTagsToBackups?: boolean;
|
|
995
|
-
|
|
996
700
|
Aliases?: string[];
|
|
997
|
-
|
|
998
701
|
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
|
|
999
702
|
}
|
|
1000
|
-
|
|
1001
703
|
export interface CreateFileSystemRequest {
|
|
1002
704
|
ClientRequestToken?: string;
|
|
1003
|
-
|
|
1004
705
|
FileSystemType: FileSystemType | string | undefined;
|
|
1005
|
-
|
|
1006
706
|
StorageCapacity: number | undefined;
|
|
1007
|
-
|
|
1008
707
|
StorageType?: StorageType | string;
|
|
1009
|
-
|
|
1010
708
|
SubnetIds: string[] | undefined;
|
|
1011
|
-
|
|
1012
709
|
SecurityGroupIds?: string[];
|
|
1013
|
-
|
|
1014
710
|
Tags?: Tag[];
|
|
1015
|
-
|
|
1016
711
|
KmsKeyId?: string;
|
|
1017
|
-
|
|
1018
712
|
WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
|
|
1019
|
-
|
|
1020
713
|
LustreConfiguration?: CreateFileSystemLustreConfiguration;
|
|
1021
|
-
|
|
1022
714
|
OntapConfiguration?: CreateFileSystemOntapConfiguration;
|
|
1023
|
-
|
|
1024
715
|
FileSystemTypeVersion?: string;
|
|
1025
|
-
|
|
1026
716
|
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1027
717
|
}
|
|
1028
|
-
|
|
1029
718
|
export declare class InvalidExportPath extends __BaseException {
|
|
1030
719
|
readonly name: "InvalidExportPath";
|
|
1031
720
|
readonly $fault: "client";
|
|
1032
|
-
|
|
1033
721
|
Message?: string;
|
|
1034
|
-
|
|
1035
722
|
constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
|
|
1036
723
|
}
|
|
1037
|
-
|
|
1038
724
|
export declare class InvalidImportPath extends __BaseException {
|
|
1039
725
|
readonly name: "InvalidImportPath";
|
|
1040
726
|
readonly $fault: "client";
|
|
1041
|
-
|
|
1042
727
|
Message?: string;
|
|
1043
|
-
|
|
1044
728
|
constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
|
|
1045
729
|
}
|
|
1046
|
-
|
|
1047
730
|
export declare class InvalidNetworkSettings extends __BaseException {
|
|
1048
731
|
readonly name: "InvalidNetworkSettings";
|
|
1049
732
|
readonly $fault: "client";
|
|
1050
|
-
|
|
1051
733
|
Message?: string;
|
|
1052
|
-
|
|
1053
734
|
InvalidSubnetId?: string;
|
|
1054
|
-
|
|
1055
735
|
InvalidSecurityGroupId?: string;
|
|
1056
|
-
|
|
1057
736
|
InvalidRouteTableId?: string;
|
|
1058
|
-
|
|
1059
737
|
constructor(
|
|
1060
738
|
opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
|
|
1061
739
|
);
|
|
1062
740
|
}
|
|
1063
|
-
|
|
1064
741
|
export declare class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
1065
742
|
readonly name: "InvalidPerUnitStorageThroughput";
|
|
1066
743
|
readonly $fault: "client";
|
|
1067
|
-
|
|
1068
744
|
Message?: string;
|
|
1069
|
-
|
|
1070
745
|
constructor(
|
|
1071
746
|
opts: __ExceptionOptionType<
|
|
1072
747
|
InvalidPerUnitStorageThroughput,
|
|
@@ -1074,54 +749,35 @@ export declare class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
|
1074
749
|
>
|
|
1075
750
|
);
|
|
1076
751
|
}
|
|
1077
|
-
|
|
1078
752
|
export declare class MissingFileSystemConfiguration extends __BaseException {
|
|
1079
753
|
readonly name: "MissingFileSystemConfiguration";
|
|
1080
754
|
readonly $fault: "client";
|
|
1081
|
-
|
|
1082
755
|
Message?: string;
|
|
1083
|
-
|
|
1084
756
|
constructor(
|
|
1085
757
|
opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
|
|
1086
758
|
);
|
|
1087
759
|
}
|
|
1088
|
-
|
|
1089
760
|
export interface CreateFileSystemFromBackupRequest {
|
|
1090
761
|
BackupId: string | undefined;
|
|
1091
|
-
|
|
1092
762
|
ClientRequestToken?: string;
|
|
1093
|
-
|
|
1094
763
|
SubnetIds: string[] | undefined;
|
|
1095
|
-
|
|
1096
764
|
SecurityGroupIds?: string[];
|
|
1097
|
-
|
|
1098
765
|
Tags?: Tag[];
|
|
1099
|
-
|
|
1100
766
|
WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
|
|
1101
|
-
|
|
1102
767
|
LustreConfiguration?: CreateFileSystemLustreConfiguration;
|
|
1103
|
-
|
|
1104
768
|
StorageType?: StorageType | string;
|
|
1105
|
-
|
|
1106
769
|
KmsKeyId?: string;
|
|
1107
|
-
|
|
1108
770
|
FileSystemTypeVersion?: string;
|
|
1109
|
-
|
|
1110
771
|
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1111
772
|
}
|
|
1112
773
|
export interface CreateSnapshotRequest {
|
|
1113
774
|
ClientRequestToken?: string;
|
|
1114
|
-
|
|
1115
775
|
Name: string | undefined;
|
|
1116
|
-
|
|
1117
776
|
VolumeId: string | undefined;
|
|
1118
|
-
|
|
1119
777
|
Tags?: Tag[];
|
|
1120
778
|
}
|
|
1121
|
-
|
|
1122
779
|
export interface CreateSvmActiveDirectoryConfiguration {
|
|
1123
780
|
NetBiosName: string | undefined;
|
|
1124
|
-
|
|
1125
781
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
|
|
1126
782
|
}
|
|
1127
783
|
export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
|
|
@@ -1131,41 +787,27 @@ export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
|
|
|
1131
787
|
}
|
|
1132
788
|
export interface CreateStorageVirtualMachineRequest {
|
|
1133
789
|
ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
|
|
1134
|
-
|
|
1135
790
|
ClientRequestToken?: string;
|
|
1136
|
-
|
|
1137
791
|
FileSystemId: string | undefined;
|
|
1138
|
-
|
|
1139
792
|
Name: string | undefined;
|
|
1140
|
-
|
|
1141
793
|
SvmAdminPassword?: string;
|
|
1142
|
-
|
|
1143
794
|
Tags?: Tag[];
|
|
1144
|
-
|
|
1145
795
|
RootVolumeSecurityStyle?:
|
|
1146
796
|
| StorageVirtualMachineRootVolumeSecurityStyle
|
|
1147
797
|
| string;
|
|
1148
798
|
}
|
|
1149
|
-
|
|
1150
799
|
export interface SvmActiveDirectoryConfiguration {
|
|
1151
800
|
NetBiosName?: string;
|
|
1152
|
-
|
|
1153
801
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
|
|
1154
802
|
}
|
|
1155
|
-
|
|
1156
803
|
export interface SvmEndpoint {
|
|
1157
804
|
DNSName?: string;
|
|
1158
|
-
|
|
1159
805
|
IpAddresses?: string[];
|
|
1160
806
|
}
|
|
1161
|
-
|
|
1162
807
|
export interface SvmEndpoints {
|
|
1163
808
|
Iscsi?: SvmEndpoint;
|
|
1164
|
-
|
|
1165
809
|
Management?: SvmEndpoint;
|
|
1166
|
-
|
|
1167
810
|
Nfs?: SvmEndpoint;
|
|
1168
|
-
|
|
1169
811
|
Smb?: SvmEndpoint;
|
|
1170
812
|
}
|
|
1171
813
|
export declare enum StorageVirtualMachineLifecycle {
|
|
@@ -1182,32 +824,19 @@ export declare enum StorageVirtualMachineSubtype {
|
|
|
1182
824
|
SYNC_DESTINATION = "SYNC_DESTINATION",
|
|
1183
825
|
SYNC_SOURCE = "SYNC_SOURCE",
|
|
1184
826
|
}
|
|
1185
|
-
|
|
1186
827
|
export interface StorageVirtualMachine {
|
|
1187
828
|
ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration;
|
|
1188
|
-
|
|
1189
829
|
CreationTime?: Date;
|
|
1190
|
-
|
|
1191
830
|
Endpoints?: SvmEndpoints;
|
|
1192
|
-
|
|
1193
831
|
FileSystemId?: string;
|
|
1194
|
-
|
|
1195
832
|
Lifecycle?: StorageVirtualMachineLifecycle | string;
|
|
1196
|
-
|
|
1197
833
|
Name?: string;
|
|
1198
|
-
|
|
1199
834
|
ResourceARN?: string;
|
|
1200
|
-
|
|
1201
835
|
StorageVirtualMachineId?: string;
|
|
1202
|
-
|
|
1203
836
|
Subtype?: StorageVirtualMachineSubtype | string;
|
|
1204
|
-
|
|
1205
837
|
UUID?: string;
|
|
1206
|
-
|
|
1207
838
|
Tags?: Tag[];
|
|
1208
|
-
|
|
1209
839
|
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
1210
|
-
|
|
1211
840
|
RootVolumeSecurityStyle?:
|
|
1212
841
|
| StorageVirtualMachineRootVolumeSecurityStyle
|
|
1213
842
|
| string;
|
|
@@ -1215,135 +844,87 @@ export interface StorageVirtualMachine {
|
|
|
1215
844
|
export interface CreateStorageVirtualMachineResponse {
|
|
1216
845
|
StorageVirtualMachine?: StorageVirtualMachine;
|
|
1217
846
|
}
|
|
1218
|
-
|
|
1219
847
|
export interface CreateOntapVolumeConfiguration {
|
|
1220
848
|
JunctionPath: string | undefined;
|
|
1221
|
-
|
|
1222
849
|
SecurityStyle?: SecurityStyle | string;
|
|
1223
|
-
|
|
1224
850
|
SizeInMegabytes: number | undefined;
|
|
1225
|
-
|
|
1226
851
|
StorageEfficiencyEnabled: boolean | undefined;
|
|
1227
|
-
|
|
1228
852
|
StorageVirtualMachineId: string | undefined;
|
|
1229
|
-
|
|
1230
853
|
TieringPolicy?: TieringPolicy;
|
|
1231
854
|
}
|
|
1232
|
-
|
|
1233
855
|
export interface CreateOpenZFSOriginSnapshotConfiguration {
|
|
1234
856
|
SnapshotARN: string | undefined;
|
|
1235
|
-
|
|
1236
857
|
CopyStrategy: OpenZFSCopyStrategy | string | undefined;
|
|
1237
858
|
}
|
|
1238
|
-
|
|
1239
859
|
export interface CreateOpenZFSVolumeConfiguration {
|
|
1240
860
|
ParentVolumeId: string | undefined;
|
|
1241
|
-
|
|
1242
861
|
StorageCapacityReservationGiB?: number;
|
|
1243
|
-
|
|
1244
862
|
StorageCapacityQuotaGiB?: number;
|
|
1245
|
-
|
|
1246
863
|
RecordSizeKiB?: number;
|
|
1247
|
-
|
|
1248
864
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1249
|
-
|
|
1250
865
|
CopyTagsToSnapshots?: boolean;
|
|
1251
|
-
|
|
1252
866
|
OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
|
|
1253
|
-
|
|
1254
867
|
ReadOnly?: boolean;
|
|
1255
|
-
|
|
1256
868
|
NfsExports?: OpenZFSNfsExport[];
|
|
1257
|
-
|
|
1258
869
|
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1259
870
|
}
|
|
1260
871
|
export interface CreateVolumeRequest {
|
|
1261
872
|
ClientRequestToken?: string;
|
|
1262
|
-
|
|
1263
873
|
VolumeType: VolumeType | string | undefined;
|
|
1264
|
-
|
|
1265
874
|
Name: string | undefined;
|
|
1266
|
-
|
|
1267
875
|
OntapConfiguration?: CreateOntapVolumeConfiguration;
|
|
1268
|
-
|
|
1269
876
|
Tags?: Tag[];
|
|
1270
|
-
|
|
1271
877
|
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
|
|
1272
878
|
}
|
|
1273
|
-
|
|
1274
879
|
export declare class MissingVolumeConfiguration extends __BaseException {
|
|
1275
880
|
readonly name: "MissingVolumeConfiguration";
|
|
1276
881
|
readonly $fault: "client";
|
|
1277
|
-
|
|
1278
882
|
Message?: string;
|
|
1279
|
-
|
|
1280
883
|
constructor(
|
|
1281
884
|
opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
|
|
1282
885
|
);
|
|
1283
886
|
}
|
|
1284
|
-
|
|
1285
887
|
export declare class StorageVirtualMachineNotFound extends __BaseException {
|
|
1286
888
|
readonly name: "StorageVirtualMachineNotFound";
|
|
1287
889
|
readonly $fault: "client";
|
|
1288
|
-
|
|
1289
890
|
Message?: string;
|
|
1290
|
-
|
|
1291
891
|
constructor(
|
|
1292
892
|
opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
|
|
1293
893
|
);
|
|
1294
894
|
}
|
|
1295
895
|
export interface CreateVolumeFromBackupRequest {
|
|
1296
896
|
BackupId: string | undefined;
|
|
1297
|
-
|
|
1298
897
|
ClientRequestToken?: string;
|
|
1299
|
-
|
|
1300
898
|
Name: string | undefined;
|
|
1301
|
-
|
|
1302
899
|
OntapConfiguration?: CreateOntapVolumeConfiguration;
|
|
1303
|
-
|
|
1304
900
|
Tags?: Tag[];
|
|
1305
901
|
}
|
|
1306
|
-
|
|
1307
902
|
export declare class BackupBeingCopied extends __BaseException {
|
|
1308
903
|
readonly name: "BackupBeingCopied";
|
|
1309
904
|
readonly $fault: "client";
|
|
1310
|
-
|
|
1311
905
|
Message?: string;
|
|
1312
|
-
|
|
1313
906
|
BackupId?: string;
|
|
1314
|
-
|
|
1315
907
|
constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
|
|
1316
908
|
}
|
|
1317
|
-
|
|
1318
909
|
export declare class BackupRestoring extends __BaseException {
|
|
1319
910
|
readonly name: "BackupRestoring";
|
|
1320
911
|
readonly $fault: "client";
|
|
1321
|
-
|
|
1322
912
|
Message?: string;
|
|
1323
|
-
|
|
1324
913
|
FileSystemId?: string;
|
|
1325
|
-
|
|
1326
914
|
constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
|
|
1327
915
|
}
|
|
1328
|
-
|
|
1329
916
|
export interface DeleteBackupRequest {
|
|
1330
917
|
BackupId: string | undefined;
|
|
1331
|
-
|
|
1332
918
|
ClientRequestToken?: string;
|
|
1333
919
|
}
|
|
1334
|
-
|
|
1335
920
|
export interface DeleteBackupResponse {
|
|
1336
921
|
BackupId?: string;
|
|
1337
|
-
|
|
1338
922
|
Lifecycle?: BackupLifecycle | string;
|
|
1339
923
|
}
|
|
1340
|
-
|
|
1341
924
|
export declare class DataRepositoryAssociationNotFound extends __BaseException {
|
|
1342
925
|
readonly name: "DataRepositoryAssociationNotFound";
|
|
1343
926
|
readonly $fault: "client";
|
|
1344
|
-
|
|
1345
927
|
Message?: string;
|
|
1346
|
-
|
|
1347
928
|
constructor(
|
|
1348
929
|
opts: __ExceptionOptionType<
|
|
1349
930
|
DataRepositoryAssociationNotFound,
|
|
@@ -1353,145 +934,101 @@ export declare class DataRepositoryAssociationNotFound extends __BaseException {
|
|
|
1353
934
|
}
|
|
1354
935
|
export interface DeleteDataRepositoryAssociationRequest {
|
|
1355
936
|
AssociationId: string | undefined;
|
|
1356
|
-
|
|
1357
937
|
ClientRequestToken?: string;
|
|
1358
|
-
|
|
1359
938
|
DeleteDataInFileSystem: boolean | undefined;
|
|
1360
939
|
}
|
|
1361
940
|
export interface DeleteDataRepositoryAssociationResponse {
|
|
1362
941
|
AssociationId?: string;
|
|
1363
|
-
|
|
1364
942
|
Lifecycle?: DataRepositoryLifecycle | string;
|
|
1365
|
-
|
|
1366
943
|
DeleteDataInFileSystem?: boolean;
|
|
1367
944
|
}
|
|
1368
|
-
|
|
1369
945
|
export interface DeleteFileSystemLustreConfiguration {
|
|
1370
946
|
SkipFinalBackup?: boolean;
|
|
1371
|
-
|
|
1372
947
|
FinalBackupTags?: Tag[];
|
|
1373
948
|
}
|
|
1374
949
|
export declare enum DeleteFileSystemOpenZFSOption {
|
|
1375
950
|
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
1376
951
|
}
|
|
1377
|
-
|
|
1378
952
|
export interface DeleteFileSystemOpenZFSConfiguration {
|
|
1379
953
|
SkipFinalBackup?: boolean;
|
|
1380
|
-
|
|
1381
954
|
FinalBackupTags?: Tag[];
|
|
1382
|
-
|
|
1383
955
|
Options?: (DeleteFileSystemOpenZFSOption | string)[];
|
|
1384
956
|
}
|
|
1385
|
-
|
|
1386
957
|
export interface DeleteFileSystemWindowsConfiguration {
|
|
1387
958
|
SkipFinalBackup?: boolean;
|
|
1388
|
-
|
|
1389
959
|
FinalBackupTags?: Tag[];
|
|
1390
960
|
}
|
|
1391
|
-
|
|
1392
961
|
export interface DeleteFileSystemRequest {
|
|
1393
962
|
FileSystemId: string | undefined;
|
|
1394
|
-
|
|
1395
963
|
ClientRequestToken?: string;
|
|
1396
|
-
|
|
1397
964
|
WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
|
|
1398
|
-
|
|
1399
965
|
LustreConfiguration?: DeleteFileSystemLustreConfiguration;
|
|
1400
|
-
|
|
1401
966
|
OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
|
|
1402
967
|
}
|
|
1403
|
-
|
|
1404
968
|
export interface DeleteFileSystemLustreResponse {
|
|
1405
969
|
FinalBackupId?: string;
|
|
1406
|
-
|
|
1407
970
|
FinalBackupTags?: Tag[];
|
|
1408
971
|
}
|
|
1409
|
-
|
|
1410
972
|
export interface DeleteFileSystemOpenZFSResponse {
|
|
1411
973
|
FinalBackupId?: string;
|
|
1412
|
-
|
|
1413
974
|
FinalBackupTags?: Tag[];
|
|
1414
975
|
}
|
|
1415
|
-
|
|
1416
976
|
export interface DeleteFileSystemWindowsResponse {
|
|
1417
977
|
FinalBackupId?: string;
|
|
1418
|
-
|
|
1419
978
|
FinalBackupTags?: Tag[];
|
|
1420
979
|
}
|
|
1421
|
-
|
|
1422
980
|
export interface DeleteFileSystemResponse {
|
|
1423
981
|
FileSystemId?: string;
|
|
1424
|
-
|
|
1425
982
|
Lifecycle?: FileSystemLifecycle | string;
|
|
1426
|
-
|
|
1427
983
|
WindowsResponse?: DeleteFileSystemWindowsResponse;
|
|
1428
|
-
|
|
1429
984
|
LustreResponse?: DeleteFileSystemLustreResponse;
|
|
1430
|
-
|
|
1431
985
|
OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
|
|
1432
986
|
}
|
|
1433
987
|
export interface DeleteSnapshotRequest {
|
|
1434
988
|
ClientRequestToken?: string;
|
|
1435
|
-
|
|
1436
989
|
SnapshotId: string | undefined;
|
|
1437
990
|
}
|
|
1438
991
|
export interface DeleteSnapshotResponse {
|
|
1439
992
|
SnapshotId?: string;
|
|
1440
|
-
|
|
1441
993
|
Lifecycle?: SnapshotLifecycle | string;
|
|
1442
994
|
}
|
|
1443
|
-
|
|
1444
995
|
export declare class SnapshotNotFound extends __BaseException {
|
|
1445
996
|
readonly name: "SnapshotNotFound";
|
|
1446
997
|
readonly $fault: "client";
|
|
1447
|
-
|
|
1448
998
|
Message?: string;
|
|
1449
|
-
|
|
1450
999
|
constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
|
|
1451
1000
|
}
|
|
1452
1001
|
export interface DeleteStorageVirtualMachineRequest {
|
|
1453
1002
|
ClientRequestToken?: string;
|
|
1454
|
-
|
|
1455
1003
|
StorageVirtualMachineId: string | undefined;
|
|
1456
1004
|
}
|
|
1457
1005
|
export interface DeleteStorageVirtualMachineResponse {
|
|
1458
1006
|
StorageVirtualMachineId?: string;
|
|
1459
|
-
|
|
1460
1007
|
Lifecycle?: StorageVirtualMachineLifecycle | string;
|
|
1461
1008
|
}
|
|
1462
|
-
|
|
1463
1009
|
export interface DeleteVolumeOntapConfiguration {
|
|
1464
1010
|
SkipFinalBackup?: boolean;
|
|
1465
|
-
|
|
1466
1011
|
FinalBackupTags?: Tag[];
|
|
1467
1012
|
}
|
|
1468
1013
|
export declare enum DeleteOpenZFSVolumeOption {
|
|
1469
1014
|
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
1470
1015
|
}
|
|
1471
|
-
|
|
1472
1016
|
export interface DeleteVolumeOpenZFSConfiguration {
|
|
1473
1017
|
Options?: (DeleteOpenZFSVolumeOption | string)[];
|
|
1474
1018
|
}
|
|
1475
1019
|
export interface DeleteVolumeRequest {
|
|
1476
1020
|
ClientRequestToken?: string;
|
|
1477
|
-
|
|
1478
1021
|
VolumeId: string | undefined;
|
|
1479
|
-
|
|
1480
1022
|
OntapConfiguration?: DeleteVolumeOntapConfiguration;
|
|
1481
|
-
|
|
1482
1023
|
OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
|
|
1483
1024
|
}
|
|
1484
|
-
|
|
1485
1025
|
export interface DeleteVolumeOntapResponse {
|
|
1486
1026
|
FinalBackupId?: string;
|
|
1487
|
-
|
|
1488
1027
|
FinalBackupTags?: Tag[];
|
|
1489
1028
|
}
|
|
1490
1029
|
export interface DeleteVolumeResponse {
|
|
1491
1030
|
VolumeId?: string;
|
|
1492
|
-
|
|
1493
1031
|
Lifecycle?: VolumeLifecycle | string;
|
|
1494
|
-
|
|
1495
1032
|
OntapResponse?: DeleteVolumeOntapResponse;
|
|
1496
1033
|
}
|
|
1497
1034
|
export declare enum FilterName {
|
|
@@ -1501,43 +1038,30 @@ export declare enum FilterName {
|
|
|
1501
1038
|
FILE_SYSTEM_TYPE = "file-system-type",
|
|
1502
1039
|
VOLUME_ID = "volume-id",
|
|
1503
1040
|
}
|
|
1504
|
-
|
|
1505
1041
|
export interface Filter {
|
|
1506
1042
|
Name?: FilterName | string;
|
|
1507
|
-
|
|
1508
1043
|
Values?: string[];
|
|
1509
1044
|
}
|
|
1510
|
-
|
|
1511
1045
|
export interface DescribeBackupsRequest {
|
|
1512
1046
|
BackupIds?: string[];
|
|
1513
|
-
|
|
1514
1047
|
Filters?: Filter[];
|
|
1515
|
-
|
|
1516
1048
|
MaxResults?: number;
|
|
1517
|
-
|
|
1518
1049
|
NextToken?: string;
|
|
1519
1050
|
}
|
|
1520
1051
|
export interface DescribeDataRepositoryAssociationsRequest {
|
|
1521
1052
|
AssociationIds?: string[];
|
|
1522
|
-
|
|
1523
1053
|
Filters?: Filter[];
|
|
1524
|
-
|
|
1525
1054
|
MaxResults?: number;
|
|
1526
|
-
|
|
1527
1055
|
NextToken?: string;
|
|
1528
1056
|
}
|
|
1529
1057
|
export interface DescribeDataRepositoryAssociationsResponse {
|
|
1530
1058
|
Associations?: DataRepositoryAssociation[];
|
|
1531
|
-
|
|
1532
1059
|
NextToken?: string;
|
|
1533
1060
|
}
|
|
1534
|
-
|
|
1535
1061
|
export declare class InvalidDataRepositoryType extends __BaseException {
|
|
1536
1062
|
readonly name: "InvalidDataRepositoryType";
|
|
1537
1063
|
readonly $fault: "client";
|
|
1538
|
-
|
|
1539
1064
|
Message?: string;
|
|
1540
|
-
|
|
1541
1065
|
constructor(
|
|
1542
1066
|
opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
|
|
1543
1067
|
);
|
|
@@ -1547,177 +1071,124 @@ export declare enum DataRepositoryTaskFilterName {
|
|
|
1547
1071
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1548
1072
|
TASK_LIFECYCLE = "task-lifecycle",
|
|
1549
1073
|
}
|
|
1550
|
-
|
|
1551
1074
|
export interface DataRepositoryTaskFilter {
|
|
1552
1075
|
Name?: DataRepositoryTaskFilterName | string;
|
|
1553
|
-
|
|
1554
1076
|
Values?: string[];
|
|
1555
1077
|
}
|
|
1556
1078
|
export interface DescribeDataRepositoryTasksRequest {
|
|
1557
1079
|
TaskIds?: string[];
|
|
1558
|
-
|
|
1559
1080
|
Filters?: DataRepositoryTaskFilter[];
|
|
1560
|
-
|
|
1561
1081
|
MaxResults?: number;
|
|
1562
|
-
|
|
1563
1082
|
NextToken?: string;
|
|
1564
1083
|
}
|
|
1565
1084
|
export interface DescribeDataRepositoryTasksResponse {
|
|
1566
1085
|
DataRepositoryTasks?: DataRepositoryTask[];
|
|
1567
|
-
|
|
1568
1086
|
NextToken?: string;
|
|
1569
1087
|
}
|
|
1570
|
-
|
|
1571
1088
|
export interface DescribeFileSystemAliasesRequest {
|
|
1572
1089
|
ClientRequestToken?: string;
|
|
1573
|
-
|
|
1574
1090
|
FileSystemId: string | undefined;
|
|
1575
|
-
|
|
1576
1091
|
MaxResults?: number;
|
|
1577
|
-
|
|
1578
1092
|
NextToken?: string;
|
|
1579
1093
|
}
|
|
1580
|
-
|
|
1581
1094
|
export interface DescribeFileSystemAliasesResponse {
|
|
1582
1095
|
Aliases?: Alias[];
|
|
1583
|
-
|
|
1584
1096
|
NextToken?: string;
|
|
1585
1097
|
}
|
|
1586
|
-
|
|
1587
1098
|
export interface DescribeFileSystemsRequest {
|
|
1588
1099
|
FileSystemIds?: string[];
|
|
1589
|
-
|
|
1590
1100
|
MaxResults?: number;
|
|
1591
|
-
|
|
1592
1101
|
NextToken?: string;
|
|
1593
1102
|
}
|
|
1594
1103
|
export declare enum SnapshotFilterName {
|
|
1595
1104
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1596
1105
|
VOLUME_ID = "volume-id",
|
|
1597
1106
|
}
|
|
1598
|
-
|
|
1599
1107
|
export interface SnapshotFilter {
|
|
1600
1108
|
Name?: SnapshotFilterName | string;
|
|
1601
|
-
|
|
1602
1109
|
Values?: string[];
|
|
1603
1110
|
}
|
|
1604
1111
|
export interface DescribeSnapshotsRequest {
|
|
1605
1112
|
SnapshotIds?: string[];
|
|
1606
|
-
|
|
1607
1113
|
Filters?: SnapshotFilter[];
|
|
1608
|
-
|
|
1609
1114
|
MaxResults?: number;
|
|
1610
|
-
|
|
1611
1115
|
NextToken?: string;
|
|
1612
1116
|
}
|
|
1613
1117
|
export declare enum StorageVirtualMachineFilterName {
|
|
1614
1118
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1615
1119
|
}
|
|
1616
|
-
|
|
1617
1120
|
export interface StorageVirtualMachineFilter {
|
|
1618
1121
|
Name?: StorageVirtualMachineFilterName | string;
|
|
1619
|
-
|
|
1620
1122
|
Values?: string[];
|
|
1621
1123
|
}
|
|
1622
1124
|
export interface DescribeStorageVirtualMachinesRequest {
|
|
1623
1125
|
StorageVirtualMachineIds?: string[];
|
|
1624
|
-
|
|
1625
1126
|
Filters?: StorageVirtualMachineFilter[];
|
|
1626
|
-
|
|
1627
1127
|
MaxResults?: number;
|
|
1628
|
-
|
|
1629
1128
|
NextToken?: string;
|
|
1630
1129
|
}
|
|
1631
1130
|
export interface DescribeStorageVirtualMachinesResponse {
|
|
1632
1131
|
StorageVirtualMachines?: StorageVirtualMachine[];
|
|
1633
|
-
|
|
1634
1132
|
NextToken?: string;
|
|
1635
1133
|
}
|
|
1636
1134
|
export declare enum VolumeFilterName {
|
|
1637
1135
|
FILE_SYSTEM_ID = "file-system-id",
|
|
1638
1136
|
STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id",
|
|
1639
1137
|
}
|
|
1640
|
-
|
|
1641
1138
|
export interface VolumeFilter {
|
|
1642
1139
|
Name?: VolumeFilterName | string;
|
|
1643
|
-
|
|
1644
1140
|
Values?: string[];
|
|
1645
1141
|
}
|
|
1646
1142
|
export interface DescribeVolumesRequest {
|
|
1647
1143
|
VolumeIds?: string[];
|
|
1648
|
-
|
|
1649
1144
|
Filters?: VolumeFilter[];
|
|
1650
|
-
|
|
1651
1145
|
MaxResults?: number;
|
|
1652
|
-
|
|
1653
1146
|
NextToken?: string;
|
|
1654
1147
|
}
|
|
1655
|
-
|
|
1656
1148
|
export interface DisassociateFileSystemAliasesRequest {
|
|
1657
1149
|
ClientRequestToken?: string;
|
|
1658
|
-
|
|
1659
1150
|
FileSystemId: string | undefined;
|
|
1660
|
-
|
|
1661
1151
|
Aliases: string[] | undefined;
|
|
1662
1152
|
}
|
|
1663
|
-
|
|
1664
1153
|
export interface DisassociateFileSystemAliasesResponse {
|
|
1665
1154
|
Aliases?: Alias[];
|
|
1666
1155
|
}
|
|
1667
|
-
|
|
1668
1156
|
export interface ListTagsForResourceRequest {
|
|
1669
1157
|
ResourceARN: string | undefined;
|
|
1670
|
-
|
|
1671
1158
|
MaxResults?: number;
|
|
1672
|
-
|
|
1673
1159
|
NextToken?: string;
|
|
1674
1160
|
}
|
|
1675
|
-
|
|
1676
1161
|
export interface ListTagsForResourceResponse {
|
|
1677
1162
|
Tags?: Tag[];
|
|
1678
|
-
|
|
1679
1163
|
NextToken?: string;
|
|
1680
1164
|
}
|
|
1681
|
-
|
|
1682
1165
|
export declare class NotServiceResourceError extends __BaseException {
|
|
1683
1166
|
readonly name: "NotServiceResourceError";
|
|
1684
1167
|
readonly $fault: "client";
|
|
1685
|
-
|
|
1686
1168
|
ResourceARN: string | undefined;
|
|
1687
|
-
|
|
1688
1169
|
Message?: string;
|
|
1689
|
-
|
|
1690
1170
|
constructor(
|
|
1691
1171
|
opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
|
|
1692
1172
|
);
|
|
1693
1173
|
}
|
|
1694
|
-
|
|
1695
1174
|
export declare class ResourceDoesNotSupportTagging extends __BaseException {
|
|
1696
1175
|
readonly name: "ResourceDoesNotSupportTagging";
|
|
1697
1176
|
readonly $fault: "client";
|
|
1698
|
-
|
|
1699
1177
|
ResourceARN: string | undefined;
|
|
1700
|
-
|
|
1701
1178
|
Message?: string;
|
|
1702
|
-
|
|
1703
1179
|
constructor(
|
|
1704
1180
|
opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
|
|
1705
1181
|
);
|
|
1706
1182
|
}
|
|
1707
|
-
|
|
1708
1183
|
export declare class ResourceNotFound extends __BaseException {
|
|
1709
1184
|
readonly name: "ResourceNotFound";
|
|
1710
1185
|
readonly $fault: "client";
|
|
1711
|
-
|
|
1712
1186
|
ResourceARN: string | undefined;
|
|
1713
|
-
|
|
1714
1187
|
Message?: string;
|
|
1715
|
-
|
|
1716
1188
|
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
1717
1189
|
}
|
|
1718
1190
|
export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
1719
1191
|
FileSystemId: string | undefined;
|
|
1720
|
-
|
|
1721
1192
|
ClientRequestToken?: string;
|
|
1722
1193
|
}
|
|
1723
1194
|
export declare enum RestoreOpenZFSVolumeOption {
|
|
@@ -1726,305 +1197,182 @@ export declare enum RestoreOpenZFSVolumeOption {
|
|
|
1726
1197
|
}
|
|
1727
1198
|
export interface RestoreVolumeFromSnapshotRequest {
|
|
1728
1199
|
ClientRequestToken?: string;
|
|
1729
|
-
|
|
1730
1200
|
VolumeId: string | undefined;
|
|
1731
|
-
|
|
1732
1201
|
SnapshotId: string | undefined;
|
|
1733
|
-
|
|
1734
1202
|
Options?: (RestoreOpenZFSVolumeOption | string)[];
|
|
1735
1203
|
}
|
|
1736
1204
|
export interface RestoreVolumeFromSnapshotResponse {
|
|
1737
1205
|
VolumeId?: string;
|
|
1738
|
-
|
|
1739
1206
|
Lifecycle?: VolumeLifecycle | string;
|
|
1740
1207
|
}
|
|
1741
|
-
|
|
1742
1208
|
export interface TagResourceRequest {
|
|
1743
1209
|
ResourceARN: string | undefined;
|
|
1744
|
-
|
|
1745
1210
|
Tags: Tag[] | undefined;
|
|
1746
1211
|
}
|
|
1747
|
-
|
|
1748
1212
|
export interface TagResourceResponse {}
|
|
1749
|
-
|
|
1750
1213
|
export interface UntagResourceRequest {
|
|
1751
1214
|
ResourceARN: string | undefined;
|
|
1752
|
-
|
|
1753
1215
|
TagKeys: string[] | undefined;
|
|
1754
1216
|
}
|
|
1755
|
-
|
|
1756
1217
|
export interface UntagResourceResponse {}
|
|
1757
1218
|
export interface UpdateDataRepositoryAssociationRequest {
|
|
1758
1219
|
AssociationId: string | undefined;
|
|
1759
|
-
|
|
1760
1220
|
ClientRequestToken?: string;
|
|
1761
|
-
|
|
1762
1221
|
ImportedFileChunkSize?: number;
|
|
1763
|
-
|
|
1764
1222
|
S3?: S3DataRepositoryConfiguration;
|
|
1765
1223
|
}
|
|
1766
1224
|
export interface UpdateDataRepositoryAssociationResponse {
|
|
1767
1225
|
Association?: DataRepositoryAssociation;
|
|
1768
1226
|
}
|
|
1769
|
-
|
|
1770
1227
|
export interface UpdateFileSystemLustreConfiguration {
|
|
1771
1228
|
WeeklyMaintenanceStartTime?: string;
|
|
1772
|
-
|
|
1773
1229
|
DailyAutomaticBackupStartTime?: string;
|
|
1774
|
-
|
|
1775
1230
|
AutomaticBackupRetentionDays?: number;
|
|
1776
|
-
|
|
1777
1231
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
1778
|
-
|
|
1779
1232
|
DataCompressionType?: DataCompressionType | string;
|
|
1780
|
-
|
|
1781
1233
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1782
|
-
|
|
1783
1234
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1784
1235
|
}
|
|
1785
|
-
|
|
1786
1236
|
export interface UpdateFileSystemOntapConfiguration {
|
|
1787
1237
|
AutomaticBackupRetentionDays?: number;
|
|
1788
|
-
|
|
1789
1238
|
DailyAutomaticBackupStartTime?: string;
|
|
1790
|
-
|
|
1791
1239
|
FsxAdminPassword?: string;
|
|
1792
|
-
|
|
1793
1240
|
WeeklyMaintenanceStartTime?: string;
|
|
1794
|
-
|
|
1795
1241
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
1796
|
-
|
|
1797
1242
|
ThroughputCapacity?: number;
|
|
1798
1243
|
}
|
|
1799
|
-
|
|
1800
1244
|
export interface UpdateFileSystemOpenZFSConfiguration {
|
|
1801
1245
|
AutomaticBackupRetentionDays?: number;
|
|
1802
|
-
|
|
1803
1246
|
CopyTagsToBackups?: boolean;
|
|
1804
|
-
|
|
1805
1247
|
CopyTagsToVolumes?: boolean;
|
|
1806
|
-
|
|
1807
1248
|
DailyAutomaticBackupStartTime?: string;
|
|
1808
|
-
|
|
1809
1249
|
ThroughputCapacity?: number;
|
|
1810
|
-
|
|
1811
1250
|
WeeklyMaintenanceStartTime?: string;
|
|
1812
|
-
|
|
1813
1251
|
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
1814
1252
|
}
|
|
1815
|
-
|
|
1816
1253
|
export interface SelfManagedActiveDirectoryConfigurationUpdates {
|
|
1817
1254
|
UserName?: string;
|
|
1818
|
-
|
|
1819
1255
|
Password?: string;
|
|
1820
|
-
|
|
1821
1256
|
DnsIps?: string[];
|
|
1822
1257
|
}
|
|
1823
|
-
|
|
1824
1258
|
export interface UpdateFileSystemWindowsConfiguration {
|
|
1825
1259
|
WeeklyMaintenanceStartTime?: string;
|
|
1826
|
-
|
|
1827
1260
|
DailyAutomaticBackupStartTime?: string;
|
|
1828
|
-
|
|
1829
1261
|
AutomaticBackupRetentionDays?: number;
|
|
1830
|
-
|
|
1831
1262
|
ThroughputCapacity?: number;
|
|
1832
|
-
|
|
1833
1263
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
|
|
1834
|
-
|
|
1835
1264
|
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
|
|
1836
1265
|
}
|
|
1837
|
-
|
|
1838
1266
|
export interface UpdateFileSystemRequest {
|
|
1839
1267
|
FileSystemId: string | undefined;
|
|
1840
|
-
|
|
1841
1268
|
ClientRequestToken?: string;
|
|
1842
|
-
|
|
1843
1269
|
StorageCapacity?: number;
|
|
1844
|
-
|
|
1845
1270
|
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
|
|
1846
|
-
|
|
1847
1271
|
LustreConfiguration?: UpdateFileSystemLustreConfiguration;
|
|
1848
|
-
|
|
1849
1272
|
OntapConfiguration?: UpdateFileSystemOntapConfiguration;
|
|
1850
|
-
|
|
1851
1273
|
OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
|
|
1852
1274
|
}
|
|
1853
1275
|
export interface UpdateSnapshotRequest {
|
|
1854
1276
|
ClientRequestToken?: string;
|
|
1855
|
-
|
|
1856
1277
|
Name: string | undefined;
|
|
1857
|
-
|
|
1858
1278
|
SnapshotId: string | undefined;
|
|
1859
1279
|
}
|
|
1860
|
-
|
|
1861
1280
|
export interface UpdateSvmActiveDirectoryConfiguration {
|
|
1862
1281
|
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
|
|
1863
1282
|
}
|
|
1864
1283
|
export interface UpdateStorageVirtualMachineRequest {
|
|
1865
1284
|
ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
|
|
1866
|
-
|
|
1867
1285
|
ClientRequestToken?: string;
|
|
1868
|
-
|
|
1869
1286
|
StorageVirtualMachineId: string | undefined;
|
|
1870
|
-
|
|
1871
1287
|
SvmAdminPassword?: string;
|
|
1872
1288
|
}
|
|
1873
1289
|
export interface UpdateStorageVirtualMachineResponse {
|
|
1874
1290
|
StorageVirtualMachine?: StorageVirtualMachine;
|
|
1875
1291
|
}
|
|
1876
|
-
|
|
1877
1292
|
export interface UpdateOntapVolumeConfiguration {
|
|
1878
1293
|
JunctionPath?: string;
|
|
1879
|
-
|
|
1880
1294
|
SecurityStyle?: SecurityStyle | string;
|
|
1881
|
-
|
|
1882
1295
|
SizeInMegabytes?: number;
|
|
1883
|
-
|
|
1884
1296
|
StorageEfficiencyEnabled?: boolean;
|
|
1885
|
-
|
|
1886
1297
|
TieringPolicy?: TieringPolicy;
|
|
1887
1298
|
}
|
|
1888
|
-
|
|
1889
1299
|
export interface UpdateOpenZFSVolumeConfiguration {
|
|
1890
1300
|
StorageCapacityReservationGiB?: number;
|
|
1891
|
-
|
|
1892
1301
|
StorageCapacityQuotaGiB?: number;
|
|
1893
|
-
|
|
1894
1302
|
RecordSizeKiB?: number;
|
|
1895
|
-
|
|
1896
1303
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1897
|
-
|
|
1898
1304
|
NfsExports?: OpenZFSNfsExport[];
|
|
1899
|
-
|
|
1900
1305
|
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1901
|
-
|
|
1902
1306
|
ReadOnly?: boolean;
|
|
1903
1307
|
}
|
|
1904
1308
|
export interface UpdateVolumeRequest {
|
|
1905
1309
|
ClientRequestToken?: string;
|
|
1906
|
-
|
|
1907
1310
|
VolumeId: string | undefined;
|
|
1908
|
-
|
|
1909
1311
|
OntapConfiguration?: UpdateOntapVolumeConfiguration;
|
|
1910
|
-
|
|
1911
1312
|
Name?: string;
|
|
1912
|
-
|
|
1913
1313
|
OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
|
|
1914
1314
|
}
|
|
1915
|
-
|
|
1916
1315
|
export interface AdministrativeAction {
|
|
1917
1316
|
AdministrativeActionType?: AdministrativeActionType | string;
|
|
1918
|
-
|
|
1919
1317
|
ProgressPercent?: number;
|
|
1920
|
-
|
|
1921
1318
|
RequestTime?: Date;
|
|
1922
|
-
|
|
1923
1319
|
Status?: Status | string;
|
|
1924
|
-
|
|
1925
1320
|
TargetFileSystemValues?: FileSystem;
|
|
1926
|
-
|
|
1927
1321
|
FailureDetails?: AdministrativeActionFailureDetails;
|
|
1928
|
-
|
|
1929
1322
|
TargetVolumeValues?: Volume;
|
|
1930
|
-
|
|
1931
1323
|
TargetSnapshotValues?: Snapshot;
|
|
1932
1324
|
}
|
|
1933
|
-
|
|
1934
1325
|
export interface FileSystem {
|
|
1935
1326
|
OwnerId?: string;
|
|
1936
|
-
|
|
1937
1327
|
CreationTime?: Date;
|
|
1938
|
-
|
|
1939
1328
|
FileSystemId?: string;
|
|
1940
|
-
|
|
1941
1329
|
FileSystemType?: FileSystemType | string;
|
|
1942
|
-
|
|
1943
1330
|
Lifecycle?: FileSystemLifecycle | string;
|
|
1944
|
-
|
|
1945
1331
|
FailureDetails?: FileSystemFailureDetails;
|
|
1946
|
-
|
|
1947
1332
|
StorageCapacity?: number;
|
|
1948
|
-
|
|
1949
1333
|
StorageType?: StorageType | string;
|
|
1950
|
-
|
|
1951
1334
|
VpcId?: string;
|
|
1952
|
-
|
|
1953
1335
|
SubnetIds?: string[];
|
|
1954
|
-
|
|
1955
1336
|
NetworkInterfaceIds?: string[];
|
|
1956
|
-
|
|
1957
1337
|
DNSName?: string;
|
|
1958
|
-
|
|
1959
1338
|
KmsKeyId?: string;
|
|
1960
|
-
|
|
1961
1339
|
ResourceARN?: string;
|
|
1962
|
-
|
|
1963
1340
|
Tags?: Tag[];
|
|
1964
|
-
|
|
1965
1341
|
WindowsConfiguration?: WindowsFileSystemConfiguration;
|
|
1966
|
-
|
|
1967
1342
|
LustreConfiguration?: LustreFileSystemConfiguration;
|
|
1968
|
-
|
|
1969
1343
|
AdministrativeActions?: AdministrativeAction[];
|
|
1970
|
-
|
|
1971
1344
|
OntapConfiguration?: OntapFileSystemConfiguration;
|
|
1972
|
-
|
|
1973
1345
|
FileSystemTypeVersion?: string;
|
|
1974
|
-
|
|
1975
1346
|
OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
|
|
1976
1347
|
}
|
|
1977
|
-
|
|
1978
1348
|
export interface Snapshot {
|
|
1979
1349
|
ResourceARN?: string;
|
|
1980
|
-
|
|
1981
1350
|
SnapshotId?: string;
|
|
1982
|
-
|
|
1983
1351
|
Name?: string;
|
|
1984
|
-
|
|
1985
1352
|
VolumeId?: string;
|
|
1986
|
-
|
|
1987
1353
|
CreationTime?: Date;
|
|
1988
|
-
|
|
1989
1354
|
Lifecycle?: SnapshotLifecycle | string;
|
|
1990
|
-
|
|
1991
1355
|
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
1992
|
-
|
|
1993
1356
|
Tags?: Tag[];
|
|
1994
|
-
|
|
1995
1357
|
AdministrativeActions?: AdministrativeAction[];
|
|
1996
1358
|
}
|
|
1997
|
-
|
|
1998
1359
|
export interface Volume {
|
|
1999
1360
|
CreationTime?: Date;
|
|
2000
|
-
|
|
2001
1361
|
FileSystemId?: string;
|
|
2002
|
-
|
|
2003
1362
|
Lifecycle?: VolumeLifecycle | string;
|
|
2004
|
-
|
|
2005
1363
|
Name?: string;
|
|
2006
|
-
|
|
2007
1364
|
OntapConfiguration?: OntapVolumeConfiguration;
|
|
2008
|
-
|
|
2009
1365
|
ResourceARN?: string;
|
|
2010
|
-
|
|
2011
1366
|
Tags?: Tag[];
|
|
2012
|
-
|
|
2013
1367
|
VolumeId?: string;
|
|
2014
|
-
|
|
2015
1368
|
VolumeType?: VolumeType | string;
|
|
2016
|
-
|
|
2017
1369
|
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
2018
|
-
|
|
2019
1370
|
AdministrativeActions?: AdministrativeAction[];
|
|
2020
|
-
|
|
2021
1371
|
OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
|
|
2022
1372
|
}
|
|
2023
|
-
|
|
2024
1373
|
export interface CreateFileSystemFromBackupResponse {
|
|
2025
1374
|
FileSystem?: FileSystem;
|
|
2026
1375
|
}
|
|
2027
|
-
|
|
2028
1376
|
export interface CreateFileSystemResponse {
|
|
2029
1377
|
FileSystem?: FileSystem;
|
|
2030
1378
|
}
|
|
@@ -2040,7 +1388,6 @@ export interface CreateVolumeResponse {
|
|
|
2040
1388
|
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
2041
1389
|
FileSystem?: FileSystem;
|
|
2042
1390
|
}
|
|
2043
|
-
|
|
2044
1391
|
export interface UpdateFileSystemResponse {
|
|
2045
1392
|
FileSystem?: FileSystem;
|
|
2046
1393
|
}
|
|
@@ -2050,654 +1397,479 @@ export interface UpdateSnapshotResponse {
|
|
|
2050
1397
|
export interface UpdateVolumeResponse {
|
|
2051
1398
|
Volume?: Volume;
|
|
2052
1399
|
}
|
|
2053
|
-
|
|
2054
1400
|
export interface DescribeFileSystemsResponse {
|
|
2055
1401
|
FileSystems?: FileSystem[];
|
|
2056
|
-
|
|
2057
1402
|
NextToken?: string;
|
|
2058
1403
|
}
|
|
2059
1404
|
export interface DescribeSnapshotsResponse {
|
|
2060
1405
|
Snapshots?: Snapshot[];
|
|
2061
|
-
|
|
2062
1406
|
NextToken?: string;
|
|
2063
1407
|
}
|
|
2064
1408
|
export interface DescribeVolumesResponse {
|
|
2065
1409
|
Volumes?: Volume[];
|
|
2066
|
-
|
|
2067
1410
|
NextToken?: string;
|
|
2068
1411
|
}
|
|
2069
|
-
|
|
2070
1412
|
export interface Backup {
|
|
2071
1413
|
BackupId: string | undefined;
|
|
2072
|
-
|
|
2073
1414
|
Lifecycle: BackupLifecycle | string | undefined;
|
|
2074
|
-
|
|
2075
1415
|
FailureDetails?: BackupFailureDetails;
|
|
2076
|
-
|
|
2077
1416
|
Type: BackupType | string | undefined;
|
|
2078
|
-
|
|
2079
1417
|
ProgressPercent?: number;
|
|
2080
|
-
|
|
2081
1418
|
CreationTime: Date | undefined;
|
|
2082
|
-
|
|
2083
1419
|
KmsKeyId?: string;
|
|
2084
|
-
|
|
2085
1420
|
ResourceARN?: string;
|
|
2086
|
-
|
|
2087
1421
|
Tags?: Tag[];
|
|
2088
|
-
|
|
2089
1422
|
FileSystem: FileSystem | undefined;
|
|
2090
|
-
|
|
2091
1423
|
DirectoryInformation?: ActiveDirectoryBackupAttributes;
|
|
2092
|
-
|
|
2093
1424
|
OwnerId?: string;
|
|
2094
|
-
|
|
2095
1425
|
SourceBackupId?: string;
|
|
2096
|
-
|
|
2097
1426
|
SourceBackupRegion?: string;
|
|
2098
|
-
|
|
2099
1427
|
ResourceType?: ResourceType | string;
|
|
2100
|
-
|
|
2101
1428
|
Volume?: Volume;
|
|
2102
1429
|
}
|
|
2103
1430
|
export interface CopyBackupResponse {
|
|
2104
1431
|
Backup?: Backup;
|
|
2105
1432
|
}
|
|
2106
|
-
|
|
2107
1433
|
export interface CreateBackupResponse {
|
|
2108
1434
|
Backup?: Backup;
|
|
2109
1435
|
}
|
|
2110
|
-
|
|
2111
1436
|
export interface DescribeBackupsResponse {
|
|
2112
1437
|
Backups?: Backup[];
|
|
2113
|
-
|
|
2114
1438
|
NextToken?: string;
|
|
2115
1439
|
}
|
|
2116
|
-
|
|
2117
1440
|
export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (
|
|
2118
1441
|
obj: ActiveDirectoryBackupAttributes
|
|
2119
1442
|
) => any;
|
|
2120
|
-
|
|
2121
1443
|
export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (
|
|
2122
1444
|
obj: AdministrativeActionFailureDetails
|
|
2123
1445
|
) => any;
|
|
2124
|
-
|
|
2125
1446
|
export declare const FileSystemFailureDetailsFilterSensitiveLog: (
|
|
2126
1447
|
obj: FileSystemFailureDetails
|
|
2127
1448
|
) => any;
|
|
2128
|
-
|
|
2129
1449
|
export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (
|
|
2130
1450
|
obj: DataRepositoryFailureDetails
|
|
2131
1451
|
) => any;
|
|
2132
|
-
|
|
2133
1452
|
export declare const DataRepositoryConfigurationFilterSensitiveLog: (
|
|
2134
1453
|
obj: DataRepositoryConfiguration
|
|
2135
1454
|
) => any;
|
|
2136
|
-
|
|
2137
1455
|
export declare const LustreLogConfigurationFilterSensitiveLog: (
|
|
2138
1456
|
obj: LustreLogConfiguration
|
|
2139
1457
|
) => any;
|
|
2140
|
-
|
|
2141
1458
|
export declare const LustreRootSquashConfigurationFilterSensitiveLog: (
|
|
2142
1459
|
obj: LustreRootSquashConfiguration
|
|
2143
1460
|
) => any;
|
|
2144
|
-
|
|
2145
1461
|
export declare const LustreFileSystemConfigurationFilterSensitiveLog: (
|
|
2146
1462
|
obj: LustreFileSystemConfiguration
|
|
2147
1463
|
) => any;
|
|
2148
|
-
|
|
2149
1464
|
export declare const DiskIopsConfigurationFilterSensitiveLog: (
|
|
2150
1465
|
obj: DiskIopsConfiguration
|
|
2151
1466
|
) => any;
|
|
2152
|
-
|
|
2153
1467
|
export declare const FileSystemEndpointFilterSensitiveLog: (
|
|
2154
1468
|
obj: FileSystemEndpoint
|
|
2155
1469
|
) => any;
|
|
2156
|
-
|
|
2157
1470
|
export declare const FileSystemEndpointsFilterSensitiveLog: (
|
|
2158
1471
|
obj: FileSystemEndpoints
|
|
2159
1472
|
) => any;
|
|
2160
|
-
|
|
2161
1473
|
export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
|
|
2162
1474
|
obj: OntapFileSystemConfiguration
|
|
2163
1475
|
) => any;
|
|
2164
|
-
|
|
2165
1476
|
export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (
|
|
2166
1477
|
obj: OpenZFSFileSystemConfiguration
|
|
2167
1478
|
) => any;
|
|
2168
|
-
|
|
2169
1479
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2170
|
-
|
|
2171
1480
|
export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
|
|
2172
|
-
|
|
2173
1481
|
export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (
|
|
2174
1482
|
obj: WindowsAuditLogConfiguration
|
|
2175
1483
|
) => any;
|
|
2176
|
-
|
|
2177
1484
|
export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (
|
|
2178
1485
|
obj: SelfManagedActiveDirectoryAttributes
|
|
2179
1486
|
) => any;
|
|
2180
|
-
|
|
2181
1487
|
export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (
|
|
2182
1488
|
obj: WindowsFileSystemConfiguration
|
|
2183
1489
|
) => any;
|
|
2184
|
-
|
|
2185
1490
|
export declare const LifecycleTransitionReasonFilterSensitiveLog: (
|
|
2186
1491
|
obj: LifecycleTransitionReason
|
|
2187
1492
|
) => any;
|
|
2188
|
-
|
|
2189
1493
|
export declare const TieringPolicyFilterSensitiveLog: (
|
|
2190
1494
|
obj: TieringPolicy
|
|
2191
1495
|
) => any;
|
|
2192
|
-
|
|
2193
1496
|
export declare const OntapVolumeConfigurationFilterSensitiveLog: (
|
|
2194
1497
|
obj: OntapVolumeConfiguration
|
|
2195
1498
|
) => any;
|
|
2196
|
-
|
|
2197
1499
|
export declare const OpenZFSClientConfigurationFilterSensitiveLog: (
|
|
2198
1500
|
obj: OpenZFSClientConfiguration
|
|
2199
1501
|
) => any;
|
|
2200
|
-
|
|
2201
1502
|
export declare const OpenZFSNfsExportFilterSensitiveLog: (
|
|
2202
1503
|
obj: OpenZFSNfsExport
|
|
2203
1504
|
) => any;
|
|
2204
|
-
|
|
2205
1505
|
export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
|
|
2206
1506
|
obj: OpenZFSOriginSnapshotConfiguration
|
|
2207
1507
|
) => any;
|
|
2208
|
-
|
|
2209
1508
|
export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (
|
|
2210
1509
|
obj: OpenZFSUserOrGroupQuota
|
|
2211
1510
|
) => any;
|
|
2212
|
-
|
|
2213
1511
|
export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2214
1512
|
obj: OpenZFSVolumeConfiguration
|
|
2215
1513
|
) => any;
|
|
2216
|
-
|
|
2217
1514
|
export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2218
1515
|
obj: AssociateFileSystemAliasesRequest
|
|
2219
1516
|
) => any;
|
|
2220
|
-
|
|
2221
1517
|
export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2222
1518
|
obj: AssociateFileSystemAliasesResponse
|
|
2223
1519
|
) => any;
|
|
2224
|
-
|
|
2225
1520
|
export declare const AutoExportPolicyFilterSensitiveLog: (
|
|
2226
1521
|
obj: AutoExportPolicy
|
|
2227
1522
|
) => any;
|
|
2228
|
-
|
|
2229
1523
|
export declare const AutoImportPolicyFilterSensitiveLog: (
|
|
2230
1524
|
obj: AutoImportPolicy
|
|
2231
1525
|
) => any;
|
|
2232
|
-
|
|
2233
1526
|
export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (
|
|
2234
1527
|
obj: CancelDataRepositoryTaskRequest
|
|
2235
1528
|
) => any;
|
|
2236
|
-
|
|
2237
1529
|
export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (
|
|
2238
1530
|
obj: CancelDataRepositoryTaskResponse
|
|
2239
1531
|
) => any;
|
|
2240
|
-
|
|
2241
1532
|
export declare const CopyBackupRequestFilterSensitiveLog: (
|
|
2242
1533
|
obj: CopyBackupRequest
|
|
2243
1534
|
) => any;
|
|
2244
|
-
|
|
2245
1535
|
export declare const BackupFailureDetailsFilterSensitiveLog: (
|
|
2246
1536
|
obj: BackupFailureDetails
|
|
2247
1537
|
) => any;
|
|
2248
|
-
|
|
2249
1538
|
export declare const CreateBackupRequestFilterSensitiveLog: (
|
|
2250
1539
|
obj: CreateBackupRequest
|
|
2251
1540
|
) => any;
|
|
2252
|
-
|
|
2253
1541
|
export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (
|
|
2254
1542
|
obj: S3DataRepositoryConfiguration
|
|
2255
1543
|
) => any;
|
|
2256
|
-
|
|
2257
1544
|
export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2258
1545
|
obj: CreateDataRepositoryAssociationRequest
|
|
2259
1546
|
) => any;
|
|
2260
|
-
|
|
2261
1547
|
export declare const DataRepositoryAssociationFilterSensitiveLog: (
|
|
2262
1548
|
obj: DataRepositoryAssociation
|
|
2263
1549
|
) => any;
|
|
2264
|
-
|
|
2265
1550
|
export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2266
1551
|
obj: CreateDataRepositoryAssociationResponse
|
|
2267
1552
|
) => any;
|
|
2268
|
-
|
|
2269
1553
|
export declare const CompletionReportFilterSensitiveLog: (
|
|
2270
1554
|
obj: CompletionReport
|
|
2271
1555
|
) => any;
|
|
2272
|
-
|
|
2273
1556
|
export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (
|
|
2274
1557
|
obj: CreateDataRepositoryTaskRequest
|
|
2275
1558
|
) => any;
|
|
2276
|
-
|
|
2277
1559
|
export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (
|
|
2278
1560
|
obj: DataRepositoryTaskFailureDetails
|
|
2279
1561
|
) => any;
|
|
2280
|
-
|
|
2281
1562
|
export declare const DataRepositoryTaskStatusFilterSensitiveLog: (
|
|
2282
1563
|
obj: DataRepositoryTaskStatus
|
|
2283
1564
|
) => any;
|
|
2284
|
-
|
|
2285
1565
|
export declare const DataRepositoryTaskFilterSensitiveLog: (
|
|
2286
1566
|
obj: DataRepositoryTask
|
|
2287
1567
|
) => any;
|
|
2288
|
-
|
|
2289
1568
|
export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (
|
|
2290
1569
|
obj: CreateDataRepositoryTaskResponse
|
|
2291
1570
|
) => any;
|
|
2292
|
-
|
|
2293
1571
|
export declare const LustreLogCreateConfigurationFilterSensitiveLog: (
|
|
2294
1572
|
obj: LustreLogCreateConfiguration
|
|
2295
1573
|
) => any;
|
|
2296
|
-
|
|
2297
1574
|
export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2298
1575
|
obj: CreateFileSystemLustreConfiguration
|
|
2299
1576
|
) => any;
|
|
2300
|
-
|
|
2301
1577
|
export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (
|
|
2302
1578
|
obj: CreateFileSystemOntapConfiguration
|
|
2303
1579
|
) => any;
|
|
2304
|
-
|
|
2305
1580
|
export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (
|
|
2306
1581
|
obj: OpenZFSCreateRootVolumeConfiguration
|
|
2307
1582
|
) => any;
|
|
2308
|
-
|
|
2309
1583
|
export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2310
1584
|
obj: CreateFileSystemOpenZFSConfiguration
|
|
2311
1585
|
) => any;
|
|
2312
|
-
|
|
2313
1586
|
export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (
|
|
2314
1587
|
obj: WindowsAuditLogCreateConfiguration
|
|
2315
1588
|
) => any;
|
|
2316
|
-
|
|
2317
1589
|
export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2318
1590
|
obj: SelfManagedActiveDirectoryConfiguration
|
|
2319
1591
|
) => any;
|
|
2320
|
-
|
|
2321
1592
|
export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2322
1593
|
obj: CreateFileSystemWindowsConfiguration
|
|
2323
1594
|
) => any;
|
|
2324
|
-
|
|
2325
1595
|
export declare const CreateFileSystemRequestFilterSensitiveLog: (
|
|
2326
1596
|
obj: CreateFileSystemRequest
|
|
2327
1597
|
) => any;
|
|
2328
|
-
|
|
2329
1598
|
export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (
|
|
2330
1599
|
obj: CreateFileSystemFromBackupRequest
|
|
2331
1600
|
) => any;
|
|
2332
|
-
|
|
2333
1601
|
export declare const CreateSnapshotRequestFilterSensitiveLog: (
|
|
2334
1602
|
obj: CreateSnapshotRequest
|
|
2335
1603
|
) => any;
|
|
2336
|
-
|
|
2337
1604
|
export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2338
1605
|
obj: CreateSvmActiveDirectoryConfiguration
|
|
2339
1606
|
) => any;
|
|
2340
|
-
|
|
2341
1607
|
export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2342
1608
|
obj: CreateStorageVirtualMachineRequest
|
|
2343
1609
|
) => any;
|
|
2344
|
-
|
|
2345
1610
|
export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2346
1611
|
obj: SvmActiveDirectoryConfiguration
|
|
2347
1612
|
) => any;
|
|
2348
|
-
|
|
2349
1613
|
export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
|
|
2350
|
-
|
|
2351
1614
|
export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
|
|
2352
|
-
|
|
2353
1615
|
export declare const StorageVirtualMachineFilterSensitiveLog: (
|
|
2354
1616
|
obj: StorageVirtualMachine
|
|
2355
1617
|
) => any;
|
|
2356
|
-
|
|
2357
1618
|
export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2358
1619
|
obj: CreateStorageVirtualMachineResponse
|
|
2359
1620
|
) => any;
|
|
2360
|
-
|
|
2361
1621
|
export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (
|
|
2362
1622
|
obj: CreateOntapVolumeConfiguration
|
|
2363
1623
|
) => any;
|
|
2364
|
-
|
|
2365
1624
|
export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
|
|
2366
1625
|
obj: CreateOpenZFSOriginSnapshotConfiguration
|
|
2367
1626
|
) => any;
|
|
2368
|
-
|
|
2369
1627
|
export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2370
1628
|
obj: CreateOpenZFSVolumeConfiguration
|
|
2371
1629
|
) => any;
|
|
2372
|
-
|
|
2373
1630
|
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
2374
1631
|
obj: CreateVolumeRequest
|
|
2375
1632
|
) => any;
|
|
2376
|
-
|
|
2377
1633
|
export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (
|
|
2378
1634
|
obj: CreateVolumeFromBackupRequest
|
|
2379
1635
|
) => any;
|
|
2380
|
-
|
|
2381
1636
|
export declare const DeleteBackupRequestFilterSensitiveLog: (
|
|
2382
1637
|
obj: DeleteBackupRequest
|
|
2383
1638
|
) => any;
|
|
2384
|
-
|
|
2385
1639
|
export declare const DeleteBackupResponseFilterSensitiveLog: (
|
|
2386
1640
|
obj: DeleteBackupResponse
|
|
2387
1641
|
) => any;
|
|
2388
|
-
|
|
2389
1642
|
export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2390
1643
|
obj: DeleteDataRepositoryAssociationRequest
|
|
2391
1644
|
) => any;
|
|
2392
|
-
|
|
2393
1645
|
export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2394
1646
|
obj: DeleteDataRepositoryAssociationResponse
|
|
2395
1647
|
) => any;
|
|
2396
|
-
|
|
2397
1648
|
export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2398
1649
|
obj: DeleteFileSystemLustreConfiguration
|
|
2399
1650
|
) => any;
|
|
2400
|
-
|
|
2401
1651
|
export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2402
1652
|
obj: DeleteFileSystemOpenZFSConfiguration
|
|
2403
1653
|
) => any;
|
|
2404
|
-
|
|
2405
1654
|
export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2406
1655
|
obj: DeleteFileSystemWindowsConfiguration
|
|
2407
1656
|
) => any;
|
|
2408
|
-
|
|
2409
1657
|
export declare const DeleteFileSystemRequestFilterSensitiveLog: (
|
|
2410
1658
|
obj: DeleteFileSystemRequest
|
|
2411
1659
|
) => any;
|
|
2412
|
-
|
|
2413
1660
|
export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (
|
|
2414
1661
|
obj: DeleteFileSystemLustreResponse
|
|
2415
1662
|
) => any;
|
|
2416
|
-
|
|
2417
1663
|
export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (
|
|
2418
1664
|
obj: DeleteFileSystemOpenZFSResponse
|
|
2419
1665
|
) => any;
|
|
2420
|
-
|
|
2421
1666
|
export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (
|
|
2422
1667
|
obj: DeleteFileSystemWindowsResponse
|
|
2423
1668
|
) => any;
|
|
2424
|
-
|
|
2425
1669
|
export declare const DeleteFileSystemResponseFilterSensitiveLog: (
|
|
2426
1670
|
obj: DeleteFileSystemResponse
|
|
2427
1671
|
) => any;
|
|
2428
|
-
|
|
2429
1672
|
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
2430
1673
|
obj: DeleteSnapshotRequest
|
|
2431
1674
|
) => any;
|
|
2432
|
-
|
|
2433
1675
|
export declare const DeleteSnapshotResponseFilterSensitiveLog: (
|
|
2434
1676
|
obj: DeleteSnapshotResponse
|
|
2435
1677
|
) => any;
|
|
2436
|
-
|
|
2437
1678
|
export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2438
1679
|
obj: DeleteStorageVirtualMachineRequest
|
|
2439
1680
|
) => any;
|
|
2440
|
-
|
|
2441
1681
|
export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2442
1682
|
obj: DeleteStorageVirtualMachineResponse
|
|
2443
1683
|
) => any;
|
|
2444
|
-
|
|
2445
1684
|
export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (
|
|
2446
1685
|
obj: DeleteVolumeOntapConfiguration
|
|
2447
1686
|
) => any;
|
|
2448
|
-
|
|
2449
1687
|
export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (
|
|
2450
1688
|
obj: DeleteVolumeOpenZFSConfiguration
|
|
2451
1689
|
) => any;
|
|
2452
|
-
|
|
2453
1690
|
export declare const DeleteVolumeRequestFilterSensitiveLog: (
|
|
2454
1691
|
obj: DeleteVolumeRequest
|
|
2455
1692
|
) => any;
|
|
2456
|
-
|
|
2457
1693
|
export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (
|
|
2458
1694
|
obj: DeleteVolumeOntapResponse
|
|
2459
1695
|
) => any;
|
|
2460
|
-
|
|
2461
1696
|
export declare const DeleteVolumeResponseFilterSensitiveLog: (
|
|
2462
1697
|
obj: DeleteVolumeResponse
|
|
2463
1698
|
) => any;
|
|
2464
|
-
|
|
2465
1699
|
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2466
|
-
|
|
2467
1700
|
export declare const DescribeBackupsRequestFilterSensitiveLog: (
|
|
2468
1701
|
obj: DescribeBackupsRequest
|
|
2469
1702
|
) => any;
|
|
2470
|
-
|
|
2471
1703
|
export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (
|
|
2472
1704
|
obj: DescribeDataRepositoryAssociationsRequest
|
|
2473
1705
|
) => any;
|
|
2474
|
-
|
|
2475
1706
|
export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (
|
|
2476
1707
|
obj: DescribeDataRepositoryAssociationsResponse
|
|
2477
1708
|
) => any;
|
|
2478
|
-
|
|
2479
1709
|
export declare const DataRepositoryTaskFilterFilterSensitiveLog: (
|
|
2480
1710
|
obj: DataRepositoryTaskFilter
|
|
2481
1711
|
) => any;
|
|
2482
|
-
|
|
2483
1712
|
export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (
|
|
2484
1713
|
obj: DescribeDataRepositoryTasksRequest
|
|
2485
1714
|
) => any;
|
|
2486
|
-
|
|
2487
1715
|
export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (
|
|
2488
1716
|
obj: DescribeDataRepositoryTasksResponse
|
|
2489
1717
|
) => any;
|
|
2490
|
-
|
|
2491
1718
|
export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2492
1719
|
obj: DescribeFileSystemAliasesRequest
|
|
2493
1720
|
) => any;
|
|
2494
|
-
|
|
2495
1721
|
export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2496
1722
|
obj: DescribeFileSystemAliasesResponse
|
|
2497
1723
|
) => any;
|
|
2498
|
-
|
|
2499
1724
|
export declare const DescribeFileSystemsRequestFilterSensitiveLog: (
|
|
2500
1725
|
obj: DescribeFileSystemsRequest
|
|
2501
1726
|
) => any;
|
|
2502
|
-
|
|
2503
1727
|
export declare const SnapshotFilterFilterSensitiveLog: (
|
|
2504
1728
|
obj: SnapshotFilter
|
|
2505
1729
|
) => any;
|
|
2506
|
-
|
|
2507
1730
|
export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
|
|
2508
1731
|
obj: DescribeSnapshotsRequest
|
|
2509
1732
|
) => any;
|
|
2510
|
-
|
|
2511
1733
|
export declare const StorageVirtualMachineFilterFilterSensitiveLog: (
|
|
2512
1734
|
obj: StorageVirtualMachineFilter
|
|
2513
1735
|
) => any;
|
|
2514
|
-
|
|
2515
1736
|
export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (
|
|
2516
1737
|
obj: DescribeStorageVirtualMachinesRequest
|
|
2517
1738
|
) => any;
|
|
2518
|
-
|
|
2519
1739
|
export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (
|
|
2520
1740
|
obj: DescribeStorageVirtualMachinesResponse
|
|
2521
1741
|
) => any;
|
|
2522
|
-
|
|
2523
1742
|
export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
|
|
2524
|
-
|
|
2525
1743
|
export declare const DescribeVolumesRequestFilterSensitiveLog: (
|
|
2526
1744
|
obj: DescribeVolumesRequest
|
|
2527
1745
|
) => any;
|
|
2528
|
-
|
|
2529
1746
|
export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2530
1747
|
obj: DisassociateFileSystemAliasesRequest
|
|
2531
1748
|
) => any;
|
|
2532
|
-
|
|
2533
1749
|
export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2534
1750
|
obj: DisassociateFileSystemAliasesResponse
|
|
2535
1751
|
) => any;
|
|
2536
|
-
|
|
2537
1752
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2538
1753
|
obj: ListTagsForResourceRequest
|
|
2539
1754
|
) => any;
|
|
2540
|
-
|
|
2541
1755
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2542
1756
|
obj: ListTagsForResourceResponse
|
|
2543
1757
|
) => any;
|
|
2544
|
-
|
|
2545
1758
|
export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (
|
|
2546
1759
|
obj: ReleaseFileSystemNfsV3LocksRequest
|
|
2547
1760
|
) => any;
|
|
2548
|
-
|
|
2549
1761
|
export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (
|
|
2550
1762
|
obj: RestoreVolumeFromSnapshotRequest
|
|
2551
1763
|
) => any;
|
|
2552
|
-
|
|
2553
1764
|
export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
|
|
2554
1765
|
obj: RestoreVolumeFromSnapshotResponse
|
|
2555
1766
|
) => any;
|
|
2556
|
-
|
|
2557
1767
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2558
1768
|
obj: TagResourceRequest
|
|
2559
1769
|
) => any;
|
|
2560
|
-
|
|
2561
1770
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2562
1771
|
obj: TagResourceResponse
|
|
2563
1772
|
) => any;
|
|
2564
|
-
|
|
2565
1773
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2566
1774
|
obj: UntagResourceRequest
|
|
2567
1775
|
) => any;
|
|
2568
|
-
|
|
2569
1776
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2570
1777
|
obj: UntagResourceResponse
|
|
2571
1778
|
) => any;
|
|
2572
|
-
|
|
2573
1779
|
export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2574
1780
|
obj: UpdateDataRepositoryAssociationRequest
|
|
2575
1781
|
) => any;
|
|
2576
|
-
|
|
2577
1782
|
export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2578
1783
|
obj: UpdateDataRepositoryAssociationResponse
|
|
2579
1784
|
) => any;
|
|
2580
|
-
|
|
2581
1785
|
export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2582
1786
|
obj: UpdateFileSystemLustreConfiguration
|
|
2583
1787
|
) => any;
|
|
2584
|
-
|
|
2585
1788
|
export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (
|
|
2586
1789
|
obj: UpdateFileSystemOntapConfiguration
|
|
2587
1790
|
) => any;
|
|
2588
|
-
|
|
2589
1791
|
export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2590
1792
|
obj: UpdateFileSystemOpenZFSConfiguration
|
|
2591
1793
|
) => any;
|
|
2592
|
-
|
|
2593
1794
|
export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (
|
|
2594
1795
|
obj: SelfManagedActiveDirectoryConfigurationUpdates
|
|
2595
1796
|
) => any;
|
|
2596
|
-
|
|
2597
1797
|
export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2598
1798
|
obj: UpdateFileSystemWindowsConfiguration
|
|
2599
1799
|
) => any;
|
|
2600
|
-
|
|
2601
1800
|
export declare const UpdateFileSystemRequestFilterSensitiveLog: (
|
|
2602
1801
|
obj: UpdateFileSystemRequest
|
|
2603
1802
|
) => any;
|
|
2604
|
-
|
|
2605
1803
|
export declare const UpdateSnapshotRequestFilterSensitiveLog: (
|
|
2606
1804
|
obj: UpdateSnapshotRequest
|
|
2607
1805
|
) => any;
|
|
2608
|
-
|
|
2609
1806
|
export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2610
1807
|
obj: UpdateSvmActiveDirectoryConfiguration
|
|
2611
1808
|
) => any;
|
|
2612
|
-
|
|
2613
1809
|
export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2614
1810
|
obj: UpdateStorageVirtualMachineRequest
|
|
2615
1811
|
) => any;
|
|
2616
|
-
|
|
2617
1812
|
export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2618
1813
|
obj: UpdateStorageVirtualMachineResponse
|
|
2619
1814
|
) => any;
|
|
2620
|
-
|
|
2621
1815
|
export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (
|
|
2622
1816
|
obj: UpdateOntapVolumeConfiguration
|
|
2623
1817
|
) => any;
|
|
2624
|
-
|
|
2625
1818
|
export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2626
1819
|
obj: UpdateOpenZFSVolumeConfiguration
|
|
2627
1820
|
) => any;
|
|
2628
|
-
|
|
2629
1821
|
export declare const UpdateVolumeRequestFilterSensitiveLog: (
|
|
2630
1822
|
obj: UpdateVolumeRequest
|
|
2631
1823
|
) => any;
|
|
2632
|
-
|
|
2633
1824
|
export declare const AdministrativeActionFilterSensitiveLog: (
|
|
2634
1825
|
obj: AdministrativeAction
|
|
2635
1826
|
) => any;
|
|
2636
|
-
|
|
2637
1827
|
export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
|
|
2638
|
-
|
|
2639
1828
|
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
2640
|
-
|
|
2641
1829
|
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
2642
|
-
|
|
2643
1830
|
export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
|
|
2644
1831
|
obj: CreateFileSystemFromBackupResponse
|
|
2645
1832
|
) => any;
|
|
2646
|
-
|
|
2647
1833
|
export declare const CreateFileSystemResponseFilterSensitiveLog: (
|
|
2648
1834
|
obj: CreateFileSystemResponse
|
|
2649
1835
|
) => any;
|
|
2650
|
-
|
|
2651
1836
|
export declare const CreateSnapshotResponseFilterSensitiveLog: (
|
|
2652
1837
|
obj: CreateSnapshotResponse
|
|
2653
1838
|
) => any;
|
|
2654
|
-
|
|
2655
1839
|
export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
|
|
2656
1840
|
obj: CreateVolumeFromBackupResponse
|
|
2657
1841
|
) => any;
|
|
2658
|
-
|
|
2659
1842
|
export declare const CreateVolumeResponseFilterSensitiveLog: (
|
|
2660
1843
|
obj: CreateVolumeResponse
|
|
2661
1844
|
) => any;
|
|
2662
|
-
|
|
2663
1845
|
export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
|
|
2664
1846
|
obj: ReleaseFileSystemNfsV3LocksResponse
|
|
2665
1847
|
) => any;
|
|
2666
|
-
|
|
2667
1848
|
export declare const UpdateFileSystemResponseFilterSensitiveLog: (
|
|
2668
1849
|
obj: UpdateFileSystemResponse
|
|
2669
1850
|
) => any;
|
|
2670
|
-
|
|
2671
1851
|
export declare const UpdateSnapshotResponseFilterSensitiveLog: (
|
|
2672
1852
|
obj: UpdateSnapshotResponse
|
|
2673
1853
|
) => any;
|
|
2674
|
-
|
|
2675
1854
|
export declare const UpdateVolumeResponseFilterSensitiveLog: (
|
|
2676
1855
|
obj: UpdateVolumeResponse
|
|
2677
1856
|
) => any;
|
|
2678
|
-
|
|
2679
1857
|
export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
|
|
2680
1858
|
obj: DescribeFileSystemsResponse
|
|
2681
1859
|
) => any;
|
|
2682
|
-
|
|
2683
1860
|
export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
|
|
2684
1861
|
obj: DescribeSnapshotsResponse
|
|
2685
1862
|
) => any;
|
|
2686
|
-
|
|
2687
1863
|
export declare const DescribeVolumesResponseFilterSensitiveLog: (
|
|
2688
1864
|
obj: DescribeVolumesResponse
|
|
2689
1865
|
) => any;
|
|
2690
|
-
|
|
2691
1866
|
export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
|
|
2692
|
-
|
|
2693
1867
|
export declare const CopyBackupResponseFilterSensitiveLog: (
|
|
2694
1868
|
obj: CopyBackupResponse
|
|
2695
1869
|
) => any;
|
|
2696
|
-
|
|
2697
1870
|
export declare const CreateBackupResponseFilterSensitiveLog: (
|
|
2698
1871
|
obj: CreateBackupResponse
|
|
2699
1872
|
) => any;
|
|
2700
|
-
|
|
2701
1873
|
export declare const DescribeBackupsResponseFilterSensitiveLog: (
|
|
2702
1874
|
obj: DescribeBackupsResponse
|
|
2703
1875
|
) => any;
|