@aws-sdk/client-efs 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/EFSServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +440 -2
- package/dist-cjs/protocols/Aws_restJson1.js +455 -1378
- package/dist-es/index.js +1 -0
- package/dist-es/models/EFSServiceException.js +12 -0
- package/dist-es/models/models_0.js +410 -1
- package/dist-es/protocols/Aws_restJson1.js +777 -1528
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/EFSServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +205 -88
- package/dist-types/ts3.4/EFS.d.ts +155 -0
- package/dist-types/ts3.4/EFSClient.d.ts +103 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1062 -0
- package/dist-types/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,1062 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { EFSServiceException as __BaseException } from "./EFSServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessPointAlreadyExists extends __BaseException {
|
|
5
|
+
readonly name: "AccessPointAlreadyExists";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
ErrorCode: string | undefined;
|
|
9
|
+
|
|
10
|
+
Message?: string;
|
|
11
|
+
AccessPointId: string | undefined;
|
|
12
|
+
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessPointAlreadyExists, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
export declare enum LifeCycleState {
|
|
16
|
+
AVAILABLE = "available",
|
|
17
|
+
CREATING = "creating",
|
|
18
|
+
DELETED = "deleted",
|
|
19
|
+
DELETING = "deleting",
|
|
20
|
+
ERROR = "error",
|
|
21
|
+
UPDATING = "updating"
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface PosixUser {
|
|
25
|
+
|
|
26
|
+
Uid: number | undefined;
|
|
27
|
+
|
|
28
|
+
Gid: number | undefined;
|
|
29
|
+
|
|
30
|
+
SecondaryGids?: number[];
|
|
31
|
+
}
|
|
32
|
+
export declare namespace PosixUser {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: PosixUser) => any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface CreationInfo {
|
|
38
|
+
|
|
39
|
+
OwnerUid: number | undefined;
|
|
40
|
+
|
|
41
|
+
OwnerGid: number | undefined;
|
|
42
|
+
|
|
43
|
+
Permissions: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace CreationInfo {
|
|
46
|
+
|
|
47
|
+
const filterSensitiveLog: (obj: CreationInfo) => any;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface RootDirectory {
|
|
51
|
+
|
|
52
|
+
Path?: string;
|
|
53
|
+
|
|
54
|
+
CreationInfo?: CreationInfo;
|
|
55
|
+
}
|
|
56
|
+
export declare namespace RootDirectory {
|
|
57
|
+
|
|
58
|
+
const filterSensitiveLog: (obj: RootDirectory) => any;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface Tag {
|
|
62
|
+
|
|
63
|
+
Key: string | undefined;
|
|
64
|
+
|
|
65
|
+
Value: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace Tag {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface AccessPointDescription {
|
|
73
|
+
|
|
74
|
+
ClientToken?: string;
|
|
75
|
+
|
|
76
|
+
Name?: string;
|
|
77
|
+
|
|
78
|
+
Tags?: Tag[];
|
|
79
|
+
|
|
80
|
+
AccessPointId?: string;
|
|
81
|
+
|
|
82
|
+
AccessPointArn?: string;
|
|
83
|
+
|
|
84
|
+
FileSystemId?: string;
|
|
85
|
+
|
|
86
|
+
PosixUser?: PosixUser;
|
|
87
|
+
|
|
88
|
+
RootDirectory?: RootDirectory;
|
|
89
|
+
|
|
90
|
+
OwnerId?: string;
|
|
91
|
+
|
|
92
|
+
LifeCycleState?: LifeCycleState | string;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace AccessPointDescription {
|
|
95
|
+
|
|
96
|
+
const filterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export declare class AccessPointLimitExceeded extends __BaseException {
|
|
100
|
+
readonly name: "AccessPointLimitExceeded";
|
|
101
|
+
readonly $fault: "client";
|
|
102
|
+
|
|
103
|
+
ErrorCode: string | undefined;
|
|
104
|
+
|
|
105
|
+
Message?: string;
|
|
106
|
+
|
|
107
|
+
constructor(opts: __ExceptionOptionType<AccessPointLimitExceeded, __BaseException>);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export declare class AccessPointNotFound extends __BaseException {
|
|
111
|
+
readonly name: "AccessPointNotFound";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
|
|
114
|
+
ErrorCode: string | undefined;
|
|
115
|
+
|
|
116
|
+
Message?: string;
|
|
117
|
+
|
|
118
|
+
constructor(opts: __ExceptionOptionType<AccessPointNotFound, __BaseException>);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export declare class AvailabilityZonesMismatch extends __BaseException {
|
|
122
|
+
readonly name: "AvailabilityZonesMismatch";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
|
|
125
|
+
ErrorCode?: string;
|
|
126
|
+
|
|
127
|
+
Message?: string;
|
|
128
|
+
|
|
129
|
+
constructor(opts: __ExceptionOptionType<AvailabilityZonesMismatch, __BaseException>);
|
|
130
|
+
}
|
|
131
|
+
export declare enum Status {
|
|
132
|
+
DISABLED = "DISABLED",
|
|
133
|
+
DISABLING = "DISABLING",
|
|
134
|
+
ENABLED = "ENABLED",
|
|
135
|
+
ENABLING = "ENABLING"
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export interface BackupPolicy {
|
|
139
|
+
|
|
140
|
+
Status: Status | string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace BackupPolicy {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: BackupPolicy) => any;
|
|
145
|
+
}
|
|
146
|
+
export interface BackupPolicyDescription {
|
|
147
|
+
|
|
148
|
+
BackupPolicy?: BackupPolicy;
|
|
149
|
+
}
|
|
150
|
+
export declare namespace BackupPolicyDescription {
|
|
151
|
+
|
|
152
|
+
const filterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export declare class BadRequest extends __BaseException {
|
|
156
|
+
readonly name: "BadRequest";
|
|
157
|
+
readonly $fault: "client";
|
|
158
|
+
|
|
159
|
+
ErrorCode: string | undefined;
|
|
160
|
+
|
|
161
|
+
Message?: string;
|
|
162
|
+
|
|
163
|
+
constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
|
|
164
|
+
}
|
|
165
|
+
export interface CreateAccessPointRequest {
|
|
166
|
+
|
|
167
|
+
ClientToken?: string;
|
|
168
|
+
|
|
169
|
+
Tags?: Tag[];
|
|
170
|
+
|
|
171
|
+
FileSystemId: string | undefined;
|
|
172
|
+
|
|
173
|
+
PosixUser?: PosixUser;
|
|
174
|
+
|
|
175
|
+
RootDirectory?: RootDirectory;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace CreateAccessPointRequest {
|
|
178
|
+
|
|
179
|
+
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export declare class FileSystemNotFound extends __BaseException {
|
|
183
|
+
readonly name: "FileSystemNotFound";
|
|
184
|
+
readonly $fault: "client";
|
|
185
|
+
|
|
186
|
+
ErrorCode: string | undefined;
|
|
187
|
+
|
|
188
|
+
Message?: string;
|
|
189
|
+
|
|
190
|
+
constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export declare class IncorrectFileSystemLifeCycleState extends __BaseException {
|
|
194
|
+
readonly name: "IncorrectFileSystemLifeCycleState";
|
|
195
|
+
readonly $fault: "client";
|
|
196
|
+
|
|
197
|
+
ErrorCode: string | undefined;
|
|
198
|
+
|
|
199
|
+
Message?: string;
|
|
200
|
+
|
|
201
|
+
constructor(opts: __ExceptionOptionType<IncorrectFileSystemLifeCycleState, __BaseException>);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export declare class InternalServerError extends __BaseException {
|
|
205
|
+
readonly name: "InternalServerError";
|
|
206
|
+
readonly $fault: "server";
|
|
207
|
+
|
|
208
|
+
ErrorCode: string | undefined;
|
|
209
|
+
|
|
210
|
+
Message?: string;
|
|
211
|
+
|
|
212
|
+
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
213
|
+
}
|
|
214
|
+
export declare enum PerformanceMode {
|
|
215
|
+
GENERAL_PURPOSE = "generalPurpose",
|
|
216
|
+
MAX_IO = "maxIO"
|
|
217
|
+
}
|
|
218
|
+
export declare enum ThroughputMode {
|
|
219
|
+
BURSTING = "bursting",
|
|
220
|
+
PROVISIONED = "provisioned"
|
|
221
|
+
}
|
|
222
|
+
export interface CreateFileSystemRequest {
|
|
223
|
+
|
|
224
|
+
CreationToken?: string;
|
|
225
|
+
|
|
226
|
+
PerformanceMode?: PerformanceMode | string;
|
|
227
|
+
|
|
228
|
+
Encrypted?: boolean;
|
|
229
|
+
|
|
230
|
+
KmsKeyId?: string;
|
|
231
|
+
|
|
232
|
+
ThroughputMode?: ThroughputMode | string;
|
|
233
|
+
|
|
234
|
+
ProvisionedThroughputInMibps?: number;
|
|
235
|
+
|
|
236
|
+
AvailabilityZoneName?: string;
|
|
237
|
+
|
|
238
|
+
Backup?: boolean;
|
|
239
|
+
|
|
240
|
+
Tags?: Tag[];
|
|
241
|
+
}
|
|
242
|
+
export declare namespace CreateFileSystemRequest {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export declare class FileSystemAlreadyExists extends __BaseException {
|
|
248
|
+
readonly name: "FileSystemAlreadyExists";
|
|
249
|
+
readonly $fault: "client";
|
|
250
|
+
|
|
251
|
+
ErrorCode: string | undefined;
|
|
252
|
+
|
|
253
|
+
Message?: string;
|
|
254
|
+
FileSystemId: string | undefined;
|
|
255
|
+
|
|
256
|
+
constructor(opts: __ExceptionOptionType<FileSystemAlreadyExists, __BaseException>);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface FileSystemSize {
|
|
260
|
+
|
|
261
|
+
Value: number | undefined;
|
|
262
|
+
|
|
263
|
+
Timestamp?: Date;
|
|
264
|
+
|
|
265
|
+
ValueInIA?: number;
|
|
266
|
+
|
|
267
|
+
ValueInStandard?: number;
|
|
268
|
+
}
|
|
269
|
+
export declare namespace FileSystemSize {
|
|
270
|
+
|
|
271
|
+
const filterSensitiveLog: (obj: FileSystemSize) => any;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface FileSystemDescription {
|
|
275
|
+
|
|
276
|
+
OwnerId: string | undefined;
|
|
277
|
+
|
|
278
|
+
CreationToken: string | undefined;
|
|
279
|
+
|
|
280
|
+
FileSystemId: string | undefined;
|
|
281
|
+
|
|
282
|
+
FileSystemArn?: string;
|
|
283
|
+
|
|
284
|
+
CreationTime: Date | undefined;
|
|
285
|
+
|
|
286
|
+
LifeCycleState: LifeCycleState | string | undefined;
|
|
287
|
+
|
|
288
|
+
Name?: string;
|
|
289
|
+
|
|
290
|
+
NumberOfMountTargets: number | undefined;
|
|
291
|
+
|
|
292
|
+
SizeInBytes: FileSystemSize | undefined;
|
|
293
|
+
|
|
294
|
+
PerformanceMode: PerformanceMode | string | undefined;
|
|
295
|
+
|
|
296
|
+
Encrypted?: boolean;
|
|
297
|
+
|
|
298
|
+
KmsKeyId?: string;
|
|
299
|
+
|
|
300
|
+
ThroughputMode?: ThroughputMode | string;
|
|
301
|
+
|
|
302
|
+
ProvisionedThroughputInMibps?: number;
|
|
303
|
+
|
|
304
|
+
AvailabilityZoneName?: string;
|
|
305
|
+
|
|
306
|
+
AvailabilityZoneId?: string;
|
|
307
|
+
|
|
308
|
+
Tags: Tag[] | undefined;
|
|
309
|
+
}
|
|
310
|
+
export declare namespace FileSystemDescription {
|
|
311
|
+
|
|
312
|
+
const filterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export declare class FileSystemLimitExceeded extends __BaseException {
|
|
316
|
+
readonly name: "FileSystemLimitExceeded";
|
|
317
|
+
readonly $fault: "client";
|
|
318
|
+
|
|
319
|
+
ErrorCode: string | undefined;
|
|
320
|
+
|
|
321
|
+
Message?: string;
|
|
322
|
+
|
|
323
|
+
constructor(opts: __ExceptionOptionType<FileSystemLimitExceeded, __BaseException>);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export declare class InsufficientThroughputCapacity extends __BaseException {
|
|
327
|
+
readonly name: "InsufficientThroughputCapacity";
|
|
328
|
+
readonly $fault: "server";
|
|
329
|
+
|
|
330
|
+
ErrorCode: string | undefined;
|
|
331
|
+
|
|
332
|
+
Message?: string;
|
|
333
|
+
|
|
334
|
+
constructor(opts: __ExceptionOptionType<InsufficientThroughputCapacity, __BaseException>);
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export declare class ThroughputLimitExceeded extends __BaseException {
|
|
338
|
+
readonly name: "ThroughputLimitExceeded";
|
|
339
|
+
readonly $fault: "client";
|
|
340
|
+
|
|
341
|
+
ErrorCode: string | undefined;
|
|
342
|
+
|
|
343
|
+
Message?: string;
|
|
344
|
+
|
|
345
|
+
constructor(opts: __ExceptionOptionType<ThroughputLimitExceeded, __BaseException>);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export declare class UnsupportedAvailabilityZone extends __BaseException {
|
|
349
|
+
readonly name: "UnsupportedAvailabilityZone";
|
|
350
|
+
readonly $fault: "client";
|
|
351
|
+
|
|
352
|
+
ErrorCode: string | undefined;
|
|
353
|
+
|
|
354
|
+
Message?: string;
|
|
355
|
+
|
|
356
|
+
constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZone, __BaseException>);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface CreateMountTargetRequest {
|
|
360
|
+
|
|
361
|
+
FileSystemId: string | undefined;
|
|
362
|
+
|
|
363
|
+
SubnetId: string | undefined;
|
|
364
|
+
|
|
365
|
+
IpAddress?: string;
|
|
366
|
+
|
|
367
|
+
SecurityGroups?: string[];
|
|
368
|
+
}
|
|
369
|
+
export declare namespace CreateMountTargetRequest {
|
|
370
|
+
|
|
371
|
+
const filterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export declare class IpAddressInUse extends __BaseException {
|
|
375
|
+
readonly name: "IpAddressInUse";
|
|
376
|
+
readonly $fault: "client";
|
|
377
|
+
|
|
378
|
+
ErrorCode: string | undefined;
|
|
379
|
+
|
|
380
|
+
Message?: string;
|
|
381
|
+
|
|
382
|
+
constructor(opts: __ExceptionOptionType<IpAddressInUse, __BaseException>);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export declare class MountTargetConflict extends __BaseException {
|
|
386
|
+
readonly name: "MountTargetConflict";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
|
|
389
|
+
ErrorCode: string | undefined;
|
|
390
|
+
|
|
391
|
+
Message?: string;
|
|
392
|
+
|
|
393
|
+
constructor(opts: __ExceptionOptionType<MountTargetConflict, __BaseException>);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface MountTargetDescription {
|
|
397
|
+
|
|
398
|
+
OwnerId?: string;
|
|
399
|
+
|
|
400
|
+
MountTargetId: string | undefined;
|
|
401
|
+
|
|
402
|
+
FileSystemId: string | undefined;
|
|
403
|
+
|
|
404
|
+
SubnetId: string | undefined;
|
|
405
|
+
|
|
406
|
+
LifeCycleState: LifeCycleState | string | undefined;
|
|
407
|
+
|
|
408
|
+
IpAddress?: string;
|
|
409
|
+
|
|
410
|
+
NetworkInterfaceId?: string;
|
|
411
|
+
|
|
412
|
+
AvailabilityZoneId?: string;
|
|
413
|
+
|
|
414
|
+
AvailabilityZoneName?: string;
|
|
415
|
+
|
|
416
|
+
VpcId?: string;
|
|
417
|
+
}
|
|
418
|
+
export declare namespace MountTargetDescription {
|
|
419
|
+
|
|
420
|
+
const filterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export declare class NetworkInterfaceLimitExceeded extends __BaseException {
|
|
424
|
+
readonly name: "NetworkInterfaceLimitExceeded";
|
|
425
|
+
readonly $fault: "client";
|
|
426
|
+
|
|
427
|
+
ErrorCode: string | undefined;
|
|
428
|
+
|
|
429
|
+
Message?: string;
|
|
430
|
+
|
|
431
|
+
constructor(opts: __ExceptionOptionType<NetworkInterfaceLimitExceeded, __BaseException>);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export declare class NoFreeAddressesInSubnet extends __BaseException {
|
|
435
|
+
readonly name: "NoFreeAddressesInSubnet";
|
|
436
|
+
readonly $fault: "client";
|
|
437
|
+
|
|
438
|
+
ErrorCode: string | undefined;
|
|
439
|
+
|
|
440
|
+
Message?: string;
|
|
441
|
+
|
|
442
|
+
constructor(opts: __ExceptionOptionType<NoFreeAddressesInSubnet, __BaseException>);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export declare class SecurityGroupLimitExceeded extends __BaseException {
|
|
446
|
+
readonly name: "SecurityGroupLimitExceeded";
|
|
447
|
+
readonly $fault: "client";
|
|
448
|
+
|
|
449
|
+
ErrorCode: string | undefined;
|
|
450
|
+
|
|
451
|
+
Message?: string;
|
|
452
|
+
|
|
453
|
+
constructor(opts: __ExceptionOptionType<SecurityGroupLimitExceeded, __BaseException>);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export declare class SecurityGroupNotFound extends __BaseException {
|
|
457
|
+
readonly name: "SecurityGroupNotFound";
|
|
458
|
+
readonly $fault: "client";
|
|
459
|
+
|
|
460
|
+
ErrorCode: string | undefined;
|
|
461
|
+
|
|
462
|
+
Message?: string;
|
|
463
|
+
|
|
464
|
+
constructor(opts: __ExceptionOptionType<SecurityGroupNotFound, __BaseException>);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export declare class SubnetNotFound extends __BaseException {
|
|
468
|
+
readonly name: "SubnetNotFound";
|
|
469
|
+
readonly $fault: "client";
|
|
470
|
+
|
|
471
|
+
ErrorCode: string | undefined;
|
|
472
|
+
|
|
473
|
+
Message?: string;
|
|
474
|
+
|
|
475
|
+
constructor(opts: __ExceptionOptionType<SubnetNotFound, __BaseException>);
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface DestinationToCreate {
|
|
479
|
+
|
|
480
|
+
Region?: string;
|
|
481
|
+
|
|
482
|
+
AvailabilityZoneName?: string;
|
|
483
|
+
|
|
484
|
+
KmsKeyId?: string;
|
|
485
|
+
}
|
|
486
|
+
export declare namespace DestinationToCreate {
|
|
487
|
+
|
|
488
|
+
const filterSensitiveLog: (obj: DestinationToCreate) => any;
|
|
489
|
+
}
|
|
490
|
+
export interface CreateReplicationConfigurationRequest {
|
|
491
|
+
|
|
492
|
+
SourceFileSystemId: string | undefined;
|
|
493
|
+
|
|
494
|
+
Destinations: DestinationToCreate[] | undefined;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace CreateReplicationConfigurationRequest {
|
|
497
|
+
|
|
498
|
+
const filterSensitiveLog: (obj: CreateReplicationConfigurationRequest) => any;
|
|
499
|
+
}
|
|
500
|
+
export declare enum ReplicationStatus {
|
|
501
|
+
DELETING = "DELETING",
|
|
502
|
+
ENABLED = "ENABLED",
|
|
503
|
+
ENABLING = "ENABLING",
|
|
504
|
+
ERROR = "ERROR"
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export interface Destination {
|
|
508
|
+
|
|
509
|
+
Status: ReplicationStatus | string | undefined;
|
|
510
|
+
|
|
511
|
+
FileSystemId: string | undefined;
|
|
512
|
+
|
|
513
|
+
Region: string | undefined;
|
|
514
|
+
|
|
515
|
+
LastReplicatedTimestamp?: Date;
|
|
516
|
+
}
|
|
517
|
+
export declare namespace Destination {
|
|
518
|
+
|
|
519
|
+
const filterSensitiveLog: (obj: Destination) => any;
|
|
520
|
+
}
|
|
521
|
+
export interface ReplicationConfigurationDescription {
|
|
522
|
+
|
|
523
|
+
SourceFileSystemId: string | undefined;
|
|
524
|
+
|
|
525
|
+
SourceFileSystemRegion: string | undefined;
|
|
526
|
+
|
|
527
|
+
SourceFileSystemArn: string | undefined;
|
|
528
|
+
|
|
529
|
+
OriginalSourceFileSystemArn: string | undefined;
|
|
530
|
+
|
|
531
|
+
CreationTime: Date | undefined;
|
|
532
|
+
|
|
533
|
+
Destinations: Destination[] | undefined;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace ReplicationConfigurationDescription {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: ReplicationConfigurationDescription) => any;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export declare class ReplicationNotFound extends __BaseException {
|
|
541
|
+
readonly name: "ReplicationNotFound";
|
|
542
|
+
readonly $fault: "client";
|
|
543
|
+
|
|
544
|
+
ErrorCode?: string;
|
|
545
|
+
|
|
546
|
+
Message?: string;
|
|
547
|
+
|
|
548
|
+
constructor(opts: __ExceptionOptionType<ReplicationNotFound, __BaseException>);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export declare class ValidationException extends __BaseException {
|
|
552
|
+
readonly name: "ValidationException";
|
|
553
|
+
readonly $fault: "client";
|
|
554
|
+
|
|
555
|
+
ErrorCode: string | undefined;
|
|
556
|
+
|
|
557
|
+
Message?: string;
|
|
558
|
+
|
|
559
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export interface CreateTagsRequest {
|
|
563
|
+
|
|
564
|
+
FileSystemId: string | undefined;
|
|
565
|
+
|
|
566
|
+
Tags: Tag[] | undefined;
|
|
567
|
+
}
|
|
568
|
+
export declare namespace CreateTagsRequest {
|
|
569
|
+
|
|
570
|
+
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
571
|
+
}
|
|
572
|
+
export interface DeleteAccessPointRequest {
|
|
573
|
+
|
|
574
|
+
AccessPointId: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
export declare namespace DeleteAccessPointRequest {
|
|
577
|
+
|
|
578
|
+
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface DeleteFileSystemRequest {
|
|
582
|
+
|
|
583
|
+
FileSystemId: string | undefined;
|
|
584
|
+
}
|
|
585
|
+
export declare namespace DeleteFileSystemRequest {
|
|
586
|
+
|
|
587
|
+
const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export declare class FileSystemInUse extends __BaseException {
|
|
591
|
+
readonly name: "FileSystemInUse";
|
|
592
|
+
readonly $fault: "client";
|
|
593
|
+
|
|
594
|
+
ErrorCode: string | undefined;
|
|
595
|
+
|
|
596
|
+
Message?: string;
|
|
597
|
+
|
|
598
|
+
constructor(opts: __ExceptionOptionType<FileSystemInUse, __BaseException>);
|
|
599
|
+
}
|
|
600
|
+
export interface DeleteFileSystemPolicyRequest {
|
|
601
|
+
|
|
602
|
+
FileSystemId: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export declare namespace DeleteFileSystemPolicyRequest {
|
|
605
|
+
|
|
606
|
+
const filterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export interface DeleteMountTargetRequest {
|
|
610
|
+
|
|
611
|
+
MountTargetId: string | undefined;
|
|
612
|
+
}
|
|
613
|
+
export declare namespace DeleteMountTargetRequest {
|
|
614
|
+
|
|
615
|
+
const filterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
export declare class DependencyTimeout extends __BaseException {
|
|
619
|
+
readonly name: "DependencyTimeout";
|
|
620
|
+
readonly $fault: "server";
|
|
621
|
+
|
|
622
|
+
ErrorCode: string | undefined;
|
|
623
|
+
|
|
624
|
+
Message?: string;
|
|
625
|
+
|
|
626
|
+
constructor(opts: __ExceptionOptionType<DependencyTimeout, __BaseException>);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export declare class MountTargetNotFound extends __BaseException {
|
|
630
|
+
readonly name: "MountTargetNotFound";
|
|
631
|
+
readonly $fault: "client";
|
|
632
|
+
|
|
633
|
+
ErrorCode: string | undefined;
|
|
634
|
+
|
|
635
|
+
Message?: string;
|
|
636
|
+
|
|
637
|
+
constructor(opts: __ExceptionOptionType<MountTargetNotFound, __BaseException>);
|
|
638
|
+
}
|
|
639
|
+
export interface DeleteReplicationConfigurationRequest {
|
|
640
|
+
|
|
641
|
+
SourceFileSystemId: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export declare namespace DeleteReplicationConfigurationRequest {
|
|
644
|
+
|
|
645
|
+
const filterSensitiveLog: (obj: DeleteReplicationConfigurationRequest) => any;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export interface DeleteTagsRequest {
|
|
649
|
+
|
|
650
|
+
FileSystemId: string | undefined;
|
|
651
|
+
|
|
652
|
+
TagKeys: string[] | undefined;
|
|
653
|
+
}
|
|
654
|
+
export declare namespace DeleteTagsRequest {
|
|
655
|
+
|
|
656
|
+
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
657
|
+
}
|
|
658
|
+
export interface DescribeAccessPointsRequest {
|
|
659
|
+
|
|
660
|
+
MaxResults?: number;
|
|
661
|
+
|
|
662
|
+
NextToken?: string;
|
|
663
|
+
|
|
664
|
+
AccessPointId?: string;
|
|
665
|
+
|
|
666
|
+
FileSystemId?: string;
|
|
667
|
+
}
|
|
668
|
+
export declare namespace DescribeAccessPointsRequest {
|
|
669
|
+
|
|
670
|
+
const filterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
671
|
+
}
|
|
672
|
+
export interface DescribeAccessPointsResponse {
|
|
673
|
+
|
|
674
|
+
AccessPoints?: AccessPointDescription[];
|
|
675
|
+
|
|
676
|
+
NextToken?: string;
|
|
677
|
+
}
|
|
678
|
+
export declare namespace DescribeAccessPointsResponse {
|
|
679
|
+
|
|
680
|
+
const filterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
681
|
+
}
|
|
682
|
+
export interface DescribeAccountPreferencesRequest {
|
|
683
|
+
|
|
684
|
+
NextToken?: string;
|
|
685
|
+
|
|
686
|
+
MaxResults?: number;
|
|
687
|
+
}
|
|
688
|
+
export declare namespace DescribeAccountPreferencesRequest {
|
|
689
|
+
|
|
690
|
+
const filterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
691
|
+
}
|
|
692
|
+
export declare enum ResourceIdType {
|
|
693
|
+
LongId = "LONG_ID",
|
|
694
|
+
ShortId = "SHORT_ID"
|
|
695
|
+
}
|
|
696
|
+
export declare enum Resource {
|
|
697
|
+
FileSystem = "FILE_SYSTEM",
|
|
698
|
+
MountTarget = "MOUNT_TARGET"
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface ResourceIdPreference {
|
|
702
|
+
|
|
703
|
+
ResourceIdType?: ResourceIdType | string;
|
|
704
|
+
|
|
705
|
+
Resources?: (Resource | string)[];
|
|
706
|
+
}
|
|
707
|
+
export declare namespace ResourceIdPreference {
|
|
708
|
+
|
|
709
|
+
const filterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
710
|
+
}
|
|
711
|
+
export interface DescribeAccountPreferencesResponse {
|
|
712
|
+
|
|
713
|
+
ResourceIdPreference?: ResourceIdPreference;
|
|
714
|
+
|
|
715
|
+
NextToken?: string;
|
|
716
|
+
}
|
|
717
|
+
export declare namespace DescribeAccountPreferencesResponse {
|
|
718
|
+
|
|
719
|
+
const filterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
720
|
+
}
|
|
721
|
+
export interface DescribeBackupPolicyRequest {
|
|
722
|
+
|
|
723
|
+
FileSystemId: string | undefined;
|
|
724
|
+
}
|
|
725
|
+
export declare namespace DescribeBackupPolicyRequest {
|
|
726
|
+
|
|
727
|
+
const filterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export declare class PolicyNotFound extends __BaseException {
|
|
731
|
+
readonly name: "PolicyNotFound";
|
|
732
|
+
readonly $fault: "client";
|
|
733
|
+
|
|
734
|
+
ErrorCode?: string;
|
|
735
|
+
|
|
736
|
+
Message?: string;
|
|
737
|
+
|
|
738
|
+
constructor(opts: __ExceptionOptionType<PolicyNotFound, __BaseException>);
|
|
739
|
+
}
|
|
740
|
+
export interface DescribeFileSystemPolicyRequest {
|
|
741
|
+
|
|
742
|
+
FileSystemId: string | undefined;
|
|
743
|
+
}
|
|
744
|
+
export declare namespace DescribeFileSystemPolicyRequest {
|
|
745
|
+
|
|
746
|
+
const filterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
747
|
+
}
|
|
748
|
+
export interface FileSystemPolicyDescription {
|
|
749
|
+
|
|
750
|
+
FileSystemId?: string;
|
|
751
|
+
|
|
752
|
+
Policy?: string;
|
|
753
|
+
}
|
|
754
|
+
export declare namespace FileSystemPolicyDescription {
|
|
755
|
+
|
|
756
|
+
const filterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
export interface DescribeFileSystemsRequest {
|
|
760
|
+
|
|
761
|
+
MaxItems?: number;
|
|
762
|
+
|
|
763
|
+
Marker?: string;
|
|
764
|
+
|
|
765
|
+
CreationToken?: string;
|
|
766
|
+
|
|
767
|
+
FileSystemId?: string;
|
|
768
|
+
}
|
|
769
|
+
export declare namespace DescribeFileSystemsRequest {
|
|
770
|
+
|
|
771
|
+
const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
772
|
+
}
|
|
773
|
+
export interface DescribeFileSystemsResponse {
|
|
774
|
+
|
|
775
|
+
Marker?: string;
|
|
776
|
+
|
|
777
|
+
FileSystems?: FileSystemDescription[];
|
|
778
|
+
|
|
779
|
+
NextMarker?: string;
|
|
780
|
+
}
|
|
781
|
+
export declare namespace DescribeFileSystemsResponse {
|
|
782
|
+
|
|
783
|
+
const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
784
|
+
}
|
|
785
|
+
export interface DescribeLifecycleConfigurationRequest {
|
|
786
|
+
|
|
787
|
+
FileSystemId: string | undefined;
|
|
788
|
+
}
|
|
789
|
+
export declare namespace DescribeLifecycleConfigurationRequest {
|
|
790
|
+
|
|
791
|
+
const filterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
792
|
+
}
|
|
793
|
+
export declare enum TransitionToIARules {
|
|
794
|
+
AFTER_14_DAYS = "AFTER_14_DAYS",
|
|
795
|
+
AFTER_30_DAYS = "AFTER_30_DAYS",
|
|
796
|
+
AFTER_60_DAYS = "AFTER_60_DAYS",
|
|
797
|
+
AFTER_7_DAYS = "AFTER_7_DAYS",
|
|
798
|
+
AFTER_90_DAYS = "AFTER_90_DAYS"
|
|
799
|
+
}
|
|
800
|
+
export declare enum TransitionToPrimaryStorageClassRules {
|
|
801
|
+
AFTER_1_ACCESS = "AFTER_1_ACCESS"
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export interface LifecyclePolicy {
|
|
805
|
+
|
|
806
|
+
TransitionToIA?: TransitionToIARules | string;
|
|
807
|
+
|
|
808
|
+
TransitionToPrimaryStorageClass?: TransitionToPrimaryStorageClassRules | string;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace LifecyclePolicy {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
813
|
+
}
|
|
814
|
+
export interface LifecycleConfigurationDescription {
|
|
815
|
+
|
|
816
|
+
LifecyclePolicies?: LifecyclePolicy[];
|
|
817
|
+
}
|
|
818
|
+
export declare namespace LifecycleConfigurationDescription {
|
|
819
|
+
|
|
820
|
+
const filterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
export interface DescribeMountTargetsRequest {
|
|
824
|
+
|
|
825
|
+
MaxItems?: number;
|
|
826
|
+
|
|
827
|
+
Marker?: string;
|
|
828
|
+
|
|
829
|
+
FileSystemId?: string;
|
|
830
|
+
|
|
831
|
+
MountTargetId?: string;
|
|
832
|
+
|
|
833
|
+
AccessPointId?: string;
|
|
834
|
+
}
|
|
835
|
+
export declare namespace DescribeMountTargetsRequest {
|
|
836
|
+
|
|
837
|
+
const filterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
export interface DescribeMountTargetsResponse {
|
|
841
|
+
|
|
842
|
+
Marker?: string;
|
|
843
|
+
|
|
844
|
+
MountTargets?: MountTargetDescription[];
|
|
845
|
+
|
|
846
|
+
NextMarker?: string;
|
|
847
|
+
}
|
|
848
|
+
export declare namespace DescribeMountTargetsResponse {
|
|
849
|
+
|
|
850
|
+
const filterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
export interface DescribeMountTargetSecurityGroupsRequest {
|
|
854
|
+
|
|
855
|
+
MountTargetId: string | undefined;
|
|
856
|
+
}
|
|
857
|
+
export declare namespace DescribeMountTargetSecurityGroupsRequest {
|
|
858
|
+
|
|
859
|
+
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
860
|
+
}
|
|
861
|
+
export interface DescribeMountTargetSecurityGroupsResponse {
|
|
862
|
+
|
|
863
|
+
SecurityGroups: string[] | undefined;
|
|
864
|
+
}
|
|
865
|
+
export declare namespace DescribeMountTargetSecurityGroupsResponse {
|
|
866
|
+
|
|
867
|
+
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export declare class IncorrectMountTargetState extends __BaseException {
|
|
871
|
+
readonly name: "IncorrectMountTargetState";
|
|
872
|
+
readonly $fault: "client";
|
|
873
|
+
|
|
874
|
+
ErrorCode: string | undefined;
|
|
875
|
+
|
|
876
|
+
Message?: string;
|
|
877
|
+
|
|
878
|
+
constructor(opts: __ExceptionOptionType<IncorrectMountTargetState, __BaseException>);
|
|
879
|
+
}
|
|
880
|
+
export interface DescribeReplicationConfigurationsRequest {
|
|
881
|
+
|
|
882
|
+
FileSystemId?: string;
|
|
883
|
+
|
|
884
|
+
NextToken?: string;
|
|
885
|
+
|
|
886
|
+
MaxResults?: number;
|
|
887
|
+
}
|
|
888
|
+
export declare namespace DescribeReplicationConfigurationsRequest {
|
|
889
|
+
|
|
890
|
+
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsRequest) => any;
|
|
891
|
+
}
|
|
892
|
+
export interface DescribeReplicationConfigurationsResponse {
|
|
893
|
+
|
|
894
|
+
Replications?: ReplicationConfigurationDescription[];
|
|
895
|
+
|
|
896
|
+
NextToken?: string;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace DescribeReplicationConfigurationsResponse {
|
|
899
|
+
|
|
900
|
+
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsResponse) => any;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
export interface DescribeTagsRequest {
|
|
904
|
+
|
|
905
|
+
MaxItems?: number;
|
|
906
|
+
|
|
907
|
+
Marker?: string;
|
|
908
|
+
|
|
909
|
+
FileSystemId: string | undefined;
|
|
910
|
+
}
|
|
911
|
+
export declare namespace DescribeTagsRequest {
|
|
912
|
+
|
|
913
|
+
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export interface DescribeTagsResponse {
|
|
917
|
+
|
|
918
|
+
Marker?: string;
|
|
919
|
+
|
|
920
|
+
Tags: Tag[] | undefined;
|
|
921
|
+
|
|
922
|
+
NextMarker?: string;
|
|
923
|
+
}
|
|
924
|
+
export declare namespace DescribeTagsResponse {
|
|
925
|
+
|
|
926
|
+
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export declare class InvalidPolicyException extends __BaseException {
|
|
930
|
+
readonly name: "InvalidPolicyException";
|
|
931
|
+
readonly $fault: "client";
|
|
932
|
+
|
|
933
|
+
ErrorCode?: string;
|
|
934
|
+
|
|
935
|
+
Message?: string;
|
|
936
|
+
|
|
937
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
|
|
938
|
+
}
|
|
939
|
+
export interface ListTagsForResourceRequest {
|
|
940
|
+
|
|
941
|
+
ResourceId: string | undefined;
|
|
942
|
+
|
|
943
|
+
MaxResults?: number;
|
|
944
|
+
|
|
945
|
+
NextToken?: string;
|
|
946
|
+
}
|
|
947
|
+
export declare namespace ListTagsForResourceRequest {
|
|
948
|
+
|
|
949
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
950
|
+
}
|
|
951
|
+
export interface ListTagsForResourceResponse {
|
|
952
|
+
|
|
953
|
+
Tags?: Tag[];
|
|
954
|
+
|
|
955
|
+
NextToken?: string;
|
|
956
|
+
}
|
|
957
|
+
export declare namespace ListTagsForResourceResponse {
|
|
958
|
+
|
|
959
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
export interface ModifyMountTargetSecurityGroupsRequest {
|
|
963
|
+
|
|
964
|
+
MountTargetId: string | undefined;
|
|
965
|
+
|
|
966
|
+
SecurityGroups?: string[];
|
|
967
|
+
}
|
|
968
|
+
export declare namespace ModifyMountTargetSecurityGroupsRequest {
|
|
969
|
+
|
|
970
|
+
const filterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
971
|
+
}
|
|
972
|
+
export interface PutAccountPreferencesRequest {
|
|
973
|
+
|
|
974
|
+
ResourceIdType: ResourceIdType | string | undefined;
|
|
975
|
+
}
|
|
976
|
+
export declare namespace PutAccountPreferencesRequest {
|
|
977
|
+
|
|
978
|
+
const filterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
979
|
+
}
|
|
980
|
+
export interface PutAccountPreferencesResponse {
|
|
981
|
+
|
|
982
|
+
ResourceIdPreference?: ResourceIdPreference;
|
|
983
|
+
}
|
|
984
|
+
export declare namespace PutAccountPreferencesResponse {
|
|
985
|
+
|
|
986
|
+
const filterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
987
|
+
}
|
|
988
|
+
export interface PutBackupPolicyRequest {
|
|
989
|
+
|
|
990
|
+
FileSystemId: string | undefined;
|
|
991
|
+
|
|
992
|
+
BackupPolicy: BackupPolicy | undefined;
|
|
993
|
+
}
|
|
994
|
+
export declare namespace PutBackupPolicyRequest {
|
|
995
|
+
|
|
996
|
+
const filterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
997
|
+
}
|
|
998
|
+
export interface PutFileSystemPolicyRequest {
|
|
999
|
+
|
|
1000
|
+
FileSystemId: string | undefined;
|
|
1001
|
+
|
|
1002
|
+
Policy: string | undefined;
|
|
1003
|
+
|
|
1004
|
+
BypassPolicyLockoutSafetyCheck?: boolean;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace PutFileSystemPolicyRequest {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
1009
|
+
}
|
|
1010
|
+
export interface PutLifecycleConfigurationRequest {
|
|
1011
|
+
|
|
1012
|
+
FileSystemId: string | undefined;
|
|
1013
|
+
|
|
1014
|
+
LifecyclePolicies: LifecyclePolicy[] | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
export declare namespace PutLifecycleConfigurationRequest {
|
|
1017
|
+
|
|
1018
|
+
const filterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
1019
|
+
}
|
|
1020
|
+
export interface TagResourceRequest {
|
|
1021
|
+
|
|
1022
|
+
ResourceId: string | undefined;
|
|
1023
|
+
|
|
1024
|
+
Tags: Tag[] | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace TagResourceRequest {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1029
|
+
}
|
|
1030
|
+
export interface UntagResourceRequest {
|
|
1031
|
+
|
|
1032
|
+
ResourceId: string | undefined;
|
|
1033
|
+
|
|
1034
|
+
TagKeys: string[] | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace UntagResourceRequest {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export declare class TooManyRequests extends __BaseException {
|
|
1042
|
+
readonly name: "TooManyRequests";
|
|
1043
|
+
readonly $fault: "client";
|
|
1044
|
+
|
|
1045
|
+
ErrorCode: string | undefined;
|
|
1046
|
+
|
|
1047
|
+
Message?: string;
|
|
1048
|
+
|
|
1049
|
+
constructor(opts: __ExceptionOptionType<TooManyRequests, __BaseException>);
|
|
1050
|
+
}
|
|
1051
|
+
export interface UpdateFileSystemRequest {
|
|
1052
|
+
|
|
1053
|
+
FileSystemId: string | undefined;
|
|
1054
|
+
|
|
1055
|
+
ThroughputMode?: ThroughputMode | string;
|
|
1056
|
+
|
|
1057
|
+
ProvisionedThroughputInMibps?: number;
|
|
1058
|
+
}
|
|
1059
|
+
export declare namespace UpdateFileSystemRequest {
|
|
1060
|
+
|
|
1061
|
+
const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
|
|
1062
|
+
}
|