@aws-sdk/client-efs 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/EFS.d.ts +0 -30
- package/dist-types/ts3.4/EFSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.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/UpdateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -311
- 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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-efs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-efs
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
UpdateFileSystemCommandOutput,
|
|
121
121
|
} from "./commands/UpdateFileSystemCommand";
|
|
122
122
|
import { EFSClient } from "./EFSClient";
|
|
123
|
-
|
|
124
123
|
export declare class EFS extends EFSClient {
|
|
125
124
|
createAccessPoint(
|
|
126
125
|
args: CreateAccessPointCommandInput,
|
|
@@ -135,7 +134,6 @@ export declare class EFS extends EFSClient {
|
|
|
135
134
|
options: __HttpHandlerOptions,
|
|
136
135
|
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
137
136
|
): void;
|
|
138
|
-
|
|
139
137
|
createFileSystem(
|
|
140
138
|
args: CreateFileSystemCommandInput,
|
|
141
139
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +147,6 @@ export declare class EFS extends EFSClient {
|
|
|
149
147
|
options: __HttpHandlerOptions,
|
|
150
148
|
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
151
149
|
): void;
|
|
152
|
-
|
|
153
150
|
createMountTarget(
|
|
154
151
|
args: CreateMountTargetCommandInput,
|
|
155
152
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +160,6 @@ export declare class EFS extends EFSClient {
|
|
|
163
160
|
options: __HttpHandlerOptions,
|
|
164
161
|
cb: (err: any, data?: CreateMountTargetCommandOutput) => void
|
|
165
162
|
): void;
|
|
166
|
-
|
|
167
163
|
createReplicationConfiguration(
|
|
168
164
|
args: CreateReplicationConfigurationCommandInput,
|
|
169
165
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +173,6 @@ export declare class EFS extends EFSClient {
|
|
|
177
173
|
options: __HttpHandlerOptions,
|
|
178
174
|
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void
|
|
179
175
|
): void;
|
|
180
|
-
|
|
181
176
|
createTags(
|
|
182
177
|
args: CreateTagsCommandInput,
|
|
183
178
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +186,6 @@ export declare class EFS extends EFSClient {
|
|
|
191
186
|
options: __HttpHandlerOptions,
|
|
192
187
|
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
193
188
|
): void;
|
|
194
|
-
|
|
195
189
|
deleteAccessPoint(
|
|
196
190
|
args: DeleteAccessPointCommandInput,
|
|
197
191
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +199,6 @@ export declare class EFS extends EFSClient {
|
|
|
205
199
|
options: __HttpHandlerOptions,
|
|
206
200
|
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
207
201
|
): void;
|
|
208
|
-
|
|
209
202
|
deleteFileSystem(
|
|
210
203
|
args: DeleteFileSystemCommandInput,
|
|
211
204
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +212,6 @@ export declare class EFS extends EFSClient {
|
|
|
219
212
|
options: __HttpHandlerOptions,
|
|
220
213
|
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
221
214
|
): void;
|
|
222
|
-
|
|
223
215
|
deleteFileSystemPolicy(
|
|
224
216
|
args: DeleteFileSystemPolicyCommandInput,
|
|
225
217
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +225,6 @@ export declare class EFS extends EFSClient {
|
|
|
233
225
|
options: __HttpHandlerOptions,
|
|
234
226
|
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void
|
|
235
227
|
): void;
|
|
236
|
-
|
|
237
228
|
deleteMountTarget(
|
|
238
229
|
args: DeleteMountTargetCommandInput,
|
|
239
230
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +238,6 @@ export declare class EFS extends EFSClient {
|
|
|
247
238
|
options: __HttpHandlerOptions,
|
|
248
239
|
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void
|
|
249
240
|
): void;
|
|
250
|
-
|
|
251
241
|
deleteReplicationConfiguration(
|
|
252
242
|
args: DeleteReplicationConfigurationCommandInput,
|
|
253
243
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +251,6 @@ export declare class EFS extends EFSClient {
|
|
|
261
251
|
options: __HttpHandlerOptions,
|
|
262
252
|
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void
|
|
263
253
|
): void;
|
|
264
|
-
|
|
265
254
|
deleteTags(
|
|
266
255
|
args: DeleteTagsCommandInput,
|
|
267
256
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +264,6 @@ export declare class EFS extends EFSClient {
|
|
|
275
264
|
options: __HttpHandlerOptions,
|
|
276
265
|
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
277
266
|
): void;
|
|
278
|
-
|
|
279
267
|
describeAccessPoints(
|
|
280
268
|
args: DescribeAccessPointsCommandInput,
|
|
281
269
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +277,6 @@ export declare class EFS extends EFSClient {
|
|
|
289
277
|
options: __HttpHandlerOptions,
|
|
290
278
|
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void
|
|
291
279
|
): void;
|
|
292
|
-
|
|
293
280
|
describeAccountPreferences(
|
|
294
281
|
args: DescribeAccountPreferencesCommandInput,
|
|
295
282
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +290,6 @@ export declare class EFS extends EFSClient {
|
|
|
303
290
|
options: __HttpHandlerOptions,
|
|
304
291
|
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void
|
|
305
292
|
): void;
|
|
306
|
-
|
|
307
293
|
describeBackupPolicy(
|
|
308
294
|
args: DescribeBackupPolicyCommandInput,
|
|
309
295
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +303,6 @@ export declare class EFS extends EFSClient {
|
|
|
317
303
|
options: __HttpHandlerOptions,
|
|
318
304
|
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void
|
|
319
305
|
): void;
|
|
320
|
-
|
|
321
306
|
describeFileSystemPolicy(
|
|
322
307
|
args: DescribeFileSystemPolicyCommandInput,
|
|
323
308
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +316,6 @@ export declare class EFS extends EFSClient {
|
|
|
331
316
|
options: __HttpHandlerOptions,
|
|
332
317
|
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void
|
|
333
318
|
): void;
|
|
334
|
-
|
|
335
319
|
describeFileSystems(
|
|
336
320
|
args: DescribeFileSystemsCommandInput,
|
|
337
321
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +329,6 @@ export declare class EFS extends EFSClient {
|
|
|
345
329
|
options: __HttpHandlerOptions,
|
|
346
330
|
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
347
331
|
): void;
|
|
348
|
-
|
|
349
332
|
describeLifecycleConfiguration(
|
|
350
333
|
args: DescribeLifecycleConfigurationCommandInput,
|
|
351
334
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +342,6 @@ export declare class EFS extends EFSClient {
|
|
|
359
342
|
options: __HttpHandlerOptions,
|
|
360
343
|
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void
|
|
361
344
|
): void;
|
|
362
|
-
|
|
363
345
|
describeMountTargets(
|
|
364
346
|
args: DescribeMountTargetsCommandInput,
|
|
365
347
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +355,6 @@ export declare class EFS extends EFSClient {
|
|
|
373
355
|
options: __HttpHandlerOptions,
|
|
374
356
|
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void
|
|
375
357
|
): void;
|
|
376
|
-
|
|
377
358
|
describeMountTargetSecurityGroups(
|
|
378
359
|
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
379
360
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +374,6 @@ export declare class EFS extends EFSClient {
|
|
|
393
374
|
data?: DescribeMountTargetSecurityGroupsCommandOutput
|
|
394
375
|
) => void
|
|
395
376
|
): void;
|
|
396
|
-
|
|
397
377
|
describeReplicationConfigurations(
|
|
398
378
|
args: DescribeReplicationConfigurationsCommandInput,
|
|
399
379
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +393,6 @@ export declare class EFS extends EFSClient {
|
|
|
413
393
|
data?: DescribeReplicationConfigurationsCommandOutput
|
|
414
394
|
) => void
|
|
415
395
|
): void;
|
|
416
|
-
|
|
417
396
|
describeTags(
|
|
418
397
|
args: DescribeTagsCommandInput,
|
|
419
398
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +406,6 @@ export declare class EFS extends EFSClient {
|
|
|
427
406
|
options: __HttpHandlerOptions,
|
|
428
407
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
429
408
|
): void;
|
|
430
|
-
|
|
431
409
|
listTagsForResource(
|
|
432
410
|
args: ListTagsForResourceCommandInput,
|
|
433
411
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +419,6 @@ export declare class EFS extends EFSClient {
|
|
|
441
419
|
options: __HttpHandlerOptions,
|
|
442
420
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
443
421
|
): void;
|
|
444
|
-
|
|
445
422
|
modifyMountTargetSecurityGroups(
|
|
446
423
|
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
447
424
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +432,6 @@ export declare class EFS extends EFSClient {
|
|
|
455
432
|
options: __HttpHandlerOptions,
|
|
456
433
|
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void
|
|
457
434
|
): void;
|
|
458
|
-
|
|
459
435
|
putAccountPreferences(
|
|
460
436
|
args: PutAccountPreferencesCommandInput,
|
|
461
437
|
options?: __HttpHandlerOptions
|
|
@@ -469,7 +445,6 @@ export declare class EFS extends EFSClient {
|
|
|
469
445
|
options: __HttpHandlerOptions,
|
|
470
446
|
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void
|
|
471
447
|
): void;
|
|
472
|
-
|
|
473
448
|
putBackupPolicy(
|
|
474
449
|
args: PutBackupPolicyCommandInput,
|
|
475
450
|
options?: __HttpHandlerOptions
|
|
@@ -483,7 +458,6 @@ export declare class EFS extends EFSClient {
|
|
|
483
458
|
options: __HttpHandlerOptions,
|
|
484
459
|
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void
|
|
485
460
|
): void;
|
|
486
|
-
|
|
487
461
|
putFileSystemPolicy(
|
|
488
462
|
args: PutFileSystemPolicyCommandInput,
|
|
489
463
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +471,6 @@ export declare class EFS extends EFSClient {
|
|
|
497
471
|
options: __HttpHandlerOptions,
|
|
498
472
|
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void
|
|
499
473
|
): void;
|
|
500
|
-
|
|
501
474
|
putLifecycleConfiguration(
|
|
502
475
|
args: PutLifecycleConfigurationCommandInput,
|
|
503
476
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +484,6 @@ export declare class EFS extends EFSClient {
|
|
|
511
484
|
options: __HttpHandlerOptions,
|
|
512
485
|
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void
|
|
513
486
|
): void;
|
|
514
|
-
|
|
515
487
|
tagResource(
|
|
516
488
|
args: TagResourceCommandInput,
|
|
517
489
|
options?: __HttpHandlerOptions
|
|
@@ -525,7 +497,6 @@ export declare class EFS extends EFSClient {
|
|
|
525
497
|
options: __HttpHandlerOptions,
|
|
526
498
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
527
499
|
): void;
|
|
528
|
-
|
|
529
500
|
untagResource(
|
|
530
501
|
args: UntagResourceCommandInput,
|
|
531
502
|
options?: __HttpHandlerOptions
|
|
@@ -539,7 +510,6 @@ export declare class EFS extends EFSClient {
|
|
|
539
510
|
options: __HttpHandlerOptions,
|
|
540
511
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
541
512
|
): void;
|
|
542
|
-
|
|
543
513
|
updateFileSystem(
|
|
544
514
|
args: UpdateFileSystemCommandInput,
|
|
545
515
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type EFSClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type EFSClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface EFSClientConfig extends EFSClientConfigType {}
|
|
285
263
|
declare type EFSClientResolvedConfigType =
|
|
286
264
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -291,9 +269,7 @@ declare type EFSClientResolvedConfigType =
|
|
|
291
269
|
HostHeaderResolvedConfig &
|
|
292
270
|
AwsAuthResolvedConfig &
|
|
293
271
|
UserAgentResolvedConfig;
|
|
294
|
-
|
|
295
272
|
export interface EFSClientResolvedConfig extends EFSClientResolvedConfigType {}
|
|
296
|
-
|
|
297
273
|
export declare class EFSClient extends __Client<
|
|
298
274
|
__HttpHandlerOptions,
|
|
299
275
|
ServiceInputTypes,
|
|
@@ -302,7 +278,6 @@ export declare class EFSClient extends __Client<
|
|
|
302
278
|
> {
|
|
303
279
|
readonly config: EFSClientResolvedConfig;
|
|
304
280
|
constructor(configuration: EFSClientConfig);
|
|
305
|
-
|
|
306
281
|
destroy(): void;
|
|
307
282
|
}
|
|
308
283
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateAccessPointCommandInput
|
|
|
19
19
|
export interface CreateAccessPointCommandOutput
|
|
20
20
|
extends AccessPointDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAccessPointCommand extends $Command<
|
|
24
23
|
CreateAccessPointCommandInput,
|
|
25
24
|
CreateAccessPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAccessPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAccessPointCommandInput;
|
|
29
28
|
constructor(input: CreateAccessPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
|
18
18
|
export interface CreateFileSystemCommandOutput
|
|
19
19
|
extends FileSystemDescription,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateFileSystemCommand extends $Command<
|
|
23
22
|
CreateFileSystemCommandInput,
|
|
24
23
|
CreateFileSystemCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateFileSystemCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateFileSystemCommandInput;
|
|
28
27
|
constructor(input: CreateFileSystemCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateMountTargetCommandInput
|
|
|
19
19
|
export interface CreateMountTargetCommandOutput
|
|
20
20
|
extends MountTargetDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateMountTargetCommand extends $Command<
|
|
24
23
|
CreateMountTargetCommandInput,
|
|
25
24
|
CreateMountTargetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateMountTargetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateMountTargetCommandInput;
|
|
29
28
|
constructor(input: CreateMountTargetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateReplicationConfigurationCommandInput
|
|
|
19
19
|
export interface CreateReplicationConfigurationCommandOutput
|
|
20
20
|
extends ReplicationConfigurationDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateReplicationConfigurationCommand extends $Command<
|
|
24
23
|
CreateReplicationConfigurationCommandInput,
|
|
25
24
|
CreateReplicationConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateReplicationConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateReplicationConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateReplicationConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { CreateTagsRequest } from "../models/models_0";
|
|
14
14
|
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
15
15
|
export interface CreateTagsCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class CreateTagsCommand extends $Command<
|
|
18
17
|
CreateTagsCommandInput,
|
|
19
18
|
CreateTagsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class CreateTagsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: CreateTagsCommandInput;
|
|
23
22
|
constructor(input: CreateTagsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: EFSClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteAccessPointRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteAccessPointCommandInput
|
|
15
15
|
extends DeleteAccessPointRequest {}
|
|
16
16
|
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteAccessPointCommand extends $Command<
|
|
19
18
|
DeleteAccessPointCommandInput,
|
|
20
19
|
DeleteAccessPointCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteAccessPointCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteAccessPointCommandInput;
|
|
24
23
|
constructor(input: DeleteAccessPointCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: EFSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteFileSystemRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
15
15
|
export interface DeleteFileSystemCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteFileSystemCommand extends $Command<
|
|
18
17
|
DeleteFileSystemCommandInput,
|
|
19
18
|
DeleteFileSystemCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteFileSystemCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteFileSystemCommandInput;
|
|
23
22
|
constructor(input: DeleteFileSystemCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: EFSClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteFileSystemPolicyCommandInput
|
|
15
15
|
extends DeleteFileSystemPolicyRequest {}
|
|
16
16
|
export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteFileSystemPolicyCommand extends $Command<
|
|
19
18
|
DeleteFileSystemPolicyCommandInput,
|
|
20
19
|
DeleteFileSystemPolicyCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteFileSystemPolicyCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteFileSystemPolicyCommandInput;
|
|
24
23
|
constructor(input: DeleteFileSystemPolicyCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: EFSClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteMountTargetRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteMountTargetCommandInput
|
|
15
15
|
extends DeleteMountTargetRequest {}
|
|
16
16
|
export interface DeleteMountTargetCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteMountTargetCommand extends $Command<
|
|
19
18
|
DeleteMountTargetCommandInput,
|
|
20
19
|
DeleteMountTargetCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteMountTargetCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteMountTargetCommandInput;
|
|
24
23
|
constructor(input: DeleteMountTargetCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: EFSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteReplicationConfigurationCommandInput
|
|
|
15
15
|
extends DeleteReplicationConfigurationRequest {}
|
|
16
16
|
export interface DeleteReplicationConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteReplicationConfigurationCommand extends $Command<
|
|
20
19
|
DeleteReplicationConfigurationCommandInput,
|
|
21
20
|
DeleteReplicationConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteReplicationConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteReplicationConfigurationCommandInput;
|
|
25
24
|
constructor(input: DeleteReplicationConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EFSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteTagsRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
15
15
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteTagsCommand extends $Command<
|
|
18
17
|
DeleteTagsCommandInput,
|
|
19
18
|
DeleteTagsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteTagsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteTagsCommandInput;
|
|
23
22
|
constructor(input: DeleteTagsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAccessPointsCommandInput
|
|
|
19
19
|
export interface DescribeAccessPointsCommandOutput
|
|
20
20
|
extends DescribeAccessPointsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAccessPointsCommand extends $Command<
|
|
24
23
|
DescribeAccessPointsCommandInput,
|
|
25
24
|
DescribeAccessPointsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAccessPointsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAccessPointsCommandInput;
|
|
29
28
|
constructor(input: DescribeAccessPointsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAccountPreferencesCommandInput
|
|
|
19
19
|
export interface DescribeAccountPreferencesCommandOutput
|
|
20
20
|
extends DescribeAccountPreferencesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAccountPreferencesCommand extends $Command<
|
|
24
23
|
DescribeAccountPreferencesCommandInput,
|
|
25
24
|
DescribeAccountPreferencesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAccountPreferencesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAccountPreferencesCommandInput;
|
|
29
28
|
constructor(input: DescribeAccountPreferencesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBackupPolicyCommandInput
|
|
|
19
19
|
export interface DescribeBackupPolicyCommandOutput
|
|
20
20
|
extends BackupPolicyDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBackupPolicyCommand extends $Command<
|
|
24
23
|
DescribeBackupPolicyCommandInput,
|
|
25
24
|
DescribeBackupPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBackupPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBackupPolicyCommandInput;
|
|
29
28
|
constructor(input: DescribeBackupPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeFileSystemPolicyCommandInput
|
|
|
19
19
|
export interface DescribeFileSystemPolicyCommandOutput
|
|
20
20
|
extends FileSystemPolicyDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeFileSystemPolicyCommand extends $Command<
|
|
24
23
|
DescribeFileSystemPolicyCommandInput,
|
|
25
24
|
DescribeFileSystemPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeFileSystemPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeFileSystemPolicyCommandInput;
|
|
29
28
|
constructor(input: DescribeFileSystemPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeFileSystemsCommandInput
|
|
|
19
19
|
export interface DescribeFileSystemsCommandOutput
|
|
20
20
|
extends DescribeFileSystemsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeFileSystemsCommand extends $Command<
|
|
24
23
|
DescribeFileSystemsCommandInput,
|
|
25
24
|
DescribeFileSystemsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeFileSystemsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeFileSystemsCommandInput;
|
|
29
28
|
constructor(input: DescribeFileSystemsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLifecycleConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeLifecycleConfigurationCommandOutput
|
|
20
20
|
extends LifecycleConfigurationDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLifecycleConfigurationCommand extends $Command<
|
|
24
23
|
DescribeLifecycleConfigurationCommandInput,
|
|
25
24
|
DescribeLifecycleConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLifecycleConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLifecycleConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeLifecycleConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeMountTargetSecurityGroupsCommandInput
|
|
|
19
19
|
export interface DescribeMountTargetSecurityGroupsCommandOutput
|
|
20
20
|
extends DescribeMountTargetSecurityGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeMountTargetSecurityGroupsCommand extends $Command<
|
|
24
23
|
DescribeMountTargetSecurityGroupsCommandInput,
|
|
25
24
|
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeMountTargetSecurityGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeMountTargetSecurityGroupsCommandInput;
|
|
29
28
|
constructor(input: DescribeMountTargetSecurityGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeMountTargetsCommandInput
|
|
|
19
19
|
export interface DescribeMountTargetsCommandOutput
|
|
20
20
|
extends DescribeMountTargetsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeMountTargetsCommand extends $Command<
|
|
24
23
|
DescribeMountTargetsCommandInput,
|
|
25
24
|
DescribeMountTargetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeMountTargetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeMountTargetsCommandInput;
|
|
29
28
|
constructor(input: DescribeMountTargetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeReplicationConfigurationsCommandInput
|
|
|
19
19
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
20
20
|
extends DescribeReplicationConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeReplicationConfigurationsCommand extends $Command<
|
|
24
23
|
DescribeReplicationConfigurationsCommandInput,
|
|
25
24
|
DescribeReplicationConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeReplicationConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeReplicationConfigurationsCommandInput;
|
|
29
28
|
constructor(input: DescribeReplicationConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
|
15
15
|
export interface DescribeTagsCommandOutput
|
|
16
16
|
extends DescribeTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTagsCommand extends $Command<
|
|
20
19
|
DescribeTagsCommandInput,
|
|
21
20
|
DescribeTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTagsCommandInput;
|
|
25
24
|
constructor(input: DescribeTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EFSClientResolvedConfig,
|