@aws-sdk/client-efs 3.45.0 → 3.47.2
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 +44 -0
- package/dist-cjs/endpoints.js +0 -104
- package/dist-cjs/models/models_0.js +2 -170
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -104
- package/dist-es/models/models_0.js +0 -112
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/EFSClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -168
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/EFSClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -112
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -7,10 +7,6 @@ export interface AccessPointAlreadyExists extends __SmithyException, $MetadataBe
|
|
|
7
7
|
Message?: string;
|
|
8
8
|
AccessPointId: string | undefined;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace AccessPointAlreadyExists {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: AccessPointAlreadyExists) => any;
|
|
13
|
-
}
|
|
14
10
|
export declare enum LifeCycleState {
|
|
15
11
|
AVAILABLE = "available",
|
|
16
12
|
CREATING = "creating",
|
|
@@ -101,10 +97,6 @@ export interface AccessPointLimitExceeded extends __SmithyException, $MetadataBe
|
|
|
101
97
|
ErrorCode: string | undefined;
|
|
102
98
|
Message?: string;
|
|
103
99
|
}
|
|
104
|
-
export declare namespace AccessPointLimitExceeded {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: AccessPointLimitExceeded) => any;
|
|
107
|
-
}
|
|
108
100
|
|
|
109
101
|
export interface AccessPointNotFound extends __SmithyException, $MetadataBearer {
|
|
110
102
|
name: "AccessPointNotFound";
|
|
@@ -112,10 +104,6 @@ export interface AccessPointNotFound extends __SmithyException, $MetadataBearer
|
|
|
112
104
|
ErrorCode: string | undefined;
|
|
113
105
|
Message?: string;
|
|
114
106
|
}
|
|
115
|
-
export declare namespace AccessPointNotFound {
|
|
116
|
-
|
|
117
|
-
const filterSensitiveLog: (obj: AccessPointNotFound) => any;
|
|
118
|
-
}
|
|
119
107
|
|
|
120
108
|
export interface AvailabilityZonesMismatch extends __SmithyException, $MetadataBearer {
|
|
121
109
|
name: "AvailabilityZonesMismatch";
|
|
@@ -123,10 +111,6 @@ export interface AvailabilityZonesMismatch extends __SmithyException, $MetadataB
|
|
|
123
111
|
ErrorCode?: string;
|
|
124
112
|
Message?: string;
|
|
125
113
|
}
|
|
126
|
-
export declare namespace AvailabilityZonesMismatch {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: AvailabilityZonesMismatch) => any;
|
|
129
|
-
}
|
|
130
114
|
export declare enum Status {
|
|
131
115
|
DISABLED = "DISABLED",
|
|
132
116
|
DISABLING = "DISABLING",
|
|
@@ -157,10 +141,6 @@ export interface BadRequest extends __SmithyException, $MetadataBearer {
|
|
|
157
141
|
ErrorCode: string | undefined;
|
|
158
142
|
Message?: string;
|
|
159
143
|
}
|
|
160
|
-
export declare namespace BadRequest {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: BadRequest) => any;
|
|
163
|
-
}
|
|
164
144
|
export interface CreateAccessPointRequest {
|
|
165
145
|
|
|
166
146
|
ClientToken?: string;
|
|
@@ -184,10 +164,6 @@ export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
|
|
|
184
164
|
ErrorCode: string | undefined;
|
|
185
165
|
Message?: string;
|
|
186
166
|
}
|
|
187
|
-
export declare namespace FileSystemNotFound {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: FileSystemNotFound) => any;
|
|
190
|
-
}
|
|
191
167
|
|
|
192
168
|
export interface IncorrectFileSystemLifeCycleState extends __SmithyException, $MetadataBearer {
|
|
193
169
|
name: "IncorrectFileSystemLifeCycleState";
|
|
@@ -195,10 +171,6 @@ export interface IncorrectFileSystemLifeCycleState extends __SmithyException, $M
|
|
|
195
171
|
ErrorCode: string | undefined;
|
|
196
172
|
Message?: string;
|
|
197
173
|
}
|
|
198
|
-
export declare namespace IncorrectFileSystemLifeCycleState {
|
|
199
|
-
|
|
200
|
-
const filterSensitiveLog: (obj: IncorrectFileSystemLifeCycleState) => any;
|
|
201
|
-
}
|
|
202
174
|
|
|
203
175
|
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
204
176
|
name: "InternalServerError";
|
|
@@ -206,10 +178,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
206
178
|
ErrorCode: string | undefined;
|
|
207
179
|
Message?: string;
|
|
208
180
|
}
|
|
209
|
-
export declare namespace InternalServerError {
|
|
210
|
-
|
|
211
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
212
|
-
}
|
|
213
181
|
export declare enum PerformanceMode {
|
|
214
182
|
GENERAL_PURPOSE = "generalPurpose",
|
|
215
183
|
MAX_IO = "maxIO"
|
|
@@ -250,10 +218,6 @@ export interface FileSystemAlreadyExists extends __SmithyException, $MetadataBea
|
|
|
250
218
|
Message?: string;
|
|
251
219
|
FileSystemId: string | undefined;
|
|
252
220
|
}
|
|
253
|
-
export declare namespace FileSystemAlreadyExists {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: FileSystemAlreadyExists) => any;
|
|
256
|
-
}
|
|
257
221
|
|
|
258
222
|
export interface FileSystemSize {
|
|
259
223
|
|
|
@@ -317,10 +281,6 @@ export interface FileSystemLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
317
281
|
ErrorCode: string | undefined;
|
|
318
282
|
Message?: string;
|
|
319
283
|
}
|
|
320
|
-
export declare namespace FileSystemLimitExceeded {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: FileSystemLimitExceeded) => any;
|
|
323
|
-
}
|
|
324
284
|
|
|
325
285
|
export interface InsufficientThroughputCapacity extends __SmithyException, $MetadataBearer {
|
|
326
286
|
name: "InsufficientThroughputCapacity";
|
|
@@ -328,10 +288,6 @@ export interface InsufficientThroughputCapacity extends __SmithyException, $Meta
|
|
|
328
288
|
ErrorCode: string | undefined;
|
|
329
289
|
Message?: string;
|
|
330
290
|
}
|
|
331
|
-
export declare namespace InsufficientThroughputCapacity {
|
|
332
|
-
|
|
333
|
-
const filterSensitiveLog: (obj: InsufficientThroughputCapacity) => any;
|
|
334
|
-
}
|
|
335
291
|
|
|
336
292
|
export interface ThroughputLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
337
293
|
name: "ThroughputLimitExceeded";
|
|
@@ -339,10 +295,6 @@ export interface ThroughputLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
339
295
|
ErrorCode: string | undefined;
|
|
340
296
|
Message?: string;
|
|
341
297
|
}
|
|
342
|
-
export declare namespace ThroughputLimitExceeded {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: ThroughputLimitExceeded) => any;
|
|
345
|
-
}
|
|
346
298
|
|
|
347
299
|
export interface UnsupportedAvailabilityZone extends __SmithyException, $MetadataBearer {
|
|
348
300
|
name: "UnsupportedAvailabilityZone";
|
|
@@ -350,10 +302,6 @@ export interface UnsupportedAvailabilityZone extends __SmithyException, $Metadat
|
|
|
350
302
|
ErrorCode: string | undefined;
|
|
351
303
|
Message?: string;
|
|
352
304
|
}
|
|
353
|
-
export declare namespace UnsupportedAvailabilityZone {
|
|
354
|
-
|
|
355
|
-
const filterSensitiveLog: (obj: UnsupportedAvailabilityZone) => any;
|
|
356
|
-
}
|
|
357
305
|
|
|
358
306
|
export interface CreateMountTargetRequest {
|
|
359
307
|
|
|
@@ -376,10 +324,6 @@ export interface IpAddressInUse extends __SmithyException, $MetadataBearer {
|
|
|
376
324
|
ErrorCode: string | undefined;
|
|
377
325
|
Message?: string;
|
|
378
326
|
}
|
|
379
|
-
export declare namespace IpAddressInUse {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: IpAddressInUse) => any;
|
|
382
|
-
}
|
|
383
327
|
|
|
384
328
|
export interface MountTargetConflict extends __SmithyException, $MetadataBearer {
|
|
385
329
|
name: "MountTargetConflict";
|
|
@@ -387,10 +331,6 @@ export interface MountTargetConflict extends __SmithyException, $MetadataBearer
|
|
|
387
331
|
ErrorCode: string | undefined;
|
|
388
332
|
Message?: string;
|
|
389
333
|
}
|
|
390
|
-
export declare namespace MountTargetConflict {
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: MountTargetConflict) => any;
|
|
393
|
-
}
|
|
394
334
|
|
|
395
335
|
export interface MountTargetDescription {
|
|
396
336
|
|
|
@@ -425,10 +365,6 @@ export interface NetworkInterfaceLimitExceeded extends __SmithyException, $Metad
|
|
|
425
365
|
ErrorCode: string | undefined;
|
|
426
366
|
Message?: string;
|
|
427
367
|
}
|
|
428
|
-
export declare namespace NetworkInterfaceLimitExceeded {
|
|
429
|
-
|
|
430
|
-
const filterSensitiveLog: (obj: NetworkInterfaceLimitExceeded) => any;
|
|
431
|
-
}
|
|
432
368
|
|
|
433
369
|
export interface NoFreeAddressesInSubnet extends __SmithyException, $MetadataBearer {
|
|
434
370
|
name: "NoFreeAddressesInSubnet";
|
|
@@ -436,10 +372,6 @@ export interface NoFreeAddressesInSubnet extends __SmithyException, $MetadataBea
|
|
|
436
372
|
ErrorCode: string | undefined;
|
|
437
373
|
Message?: string;
|
|
438
374
|
}
|
|
439
|
-
export declare namespace NoFreeAddressesInSubnet {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: NoFreeAddressesInSubnet) => any;
|
|
442
|
-
}
|
|
443
375
|
|
|
444
376
|
export interface SecurityGroupLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
445
377
|
name: "SecurityGroupLimitExceeded";
|
|
@@ -447,10 +379,6 @@ export interface SecurityGroupLimitExceeded extends __SmithyException, $Metadata
|
|
|
447
379
|
ErrorCode: string | undefined;
|
|
448
380
|
Message?: string;
|
|
449
381
|
}
|
|
450
|
-
export declare namespace SecurityGroupLimitExceeded {
|
|
451
|
-
|
|
452
|
-
const filterSensitiveLog: (obj: SecurityGroupLimitExceeded) => any;
|
|
453
|
-
}
|
|
454
382
|
|
|
455
383
|
export interface SecurityGroupNotFound extends __SmithyException, $MetadataBearer {
|
|
456
384
|
name: "SecurityGroupNotFound";
|
|
@@ -458,10 +386,6 @@ export interface SecurityGroupNotFound extends __SmithyException, $MetadataBeare
|
|
|
458
386
|
ErrorCode: string | undefined;
|
|
459
387
|
Message?: string;
|
|
460
388
|
}
|
|
461
|
-
export declare namespace SecurityGroupNotFound {
|
|
462
|
-
|
|
463
|
-
const filterSensitiveLog: (obj: SecurityGroupNotFound) => any;
|
|
464
|
-
}
|
|
465
389
|
|
|
466
390
|
export interface SubnetNotFound extends __SmithyException, $MetadataBearer {
|
|
467
391
|
name: "SubnetNotFound";
|
|
@@ -469,10 +393,6 @@ export interface SubnetNotFound extends __SmithyException, $MetadataBearer {
|
|
|
469
393
|
ErrorCode: string | undefined;
|
|
470
394
|
Message?: string;
|
|
471
395
|
}
|
|
472
|
-
export declare namespace SubnetNotFound {
|
|
473
|
-
|
|
474
|
-
const filterSensitiveLog: (obj: SubnetNotFound) => any;
|
|
475
|
-
}
|
|
476
396
|
|
|
477
397
|
export interface CreateTagsRequest {
|
|
478
398
|
|
|
@@ -508,10 +428,6 @@ export interface FileSystemInUse extends __SmithyException, $MetadataBearer {
|
|
|
508
428
|
ErrorCode: string | undefined;
|
|
509
429
|
Message?: string;
|
|
510
430
|
}
|
|
511
|
-
export declare namespace FileSystemInUse {
|
|
512
|
-
|
|
513
|
-
const filterSensitiveLog: (obj: FileSystemInUse) => any;
|
|
514
|
-
}
|
|
515
431
|
export interface DeleteFileSystemPolicyRequest {
|
|
516
432
|
|
|
517
433
|
FileSystemId: string | undefined;
|
|
@@ -536,10 +452,6 @@ export interface DependencyTimeout extends __SmithyException, $MetadataBearer {
|
|
|
536
452
|
ErrorCode: string | undefined;
|
|
537
453
|
Message?: string;
|
|
538
454
|
}
|
|
539
|
-
export declare namespace DependencyTimeout {
|
|
540
|
-
|
|
541
|
-
const filterSensitiveLog: (obj: DependencyTimeout) => any;
|
|
542
|
-
}
|
|
543
455
|
|
|
544
456
|
export interface MountTargetNotFound extends __SmithyException, $MetadataBearer {
|
|
545
457
|
name: "MountTargetNotFound";
|
|
@@ -547,10 +459,6 @@ export interface MountTargetNotFound extends __SmithyException, $MetadataBearer
|
|
|
547
459
|
ErrorCode: string | undefined;
|
|
548
460
|
Message?: string;
|
|
549
461
|
}
|
|
550
|
-
export declare namespace MountTargetNotFound {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: MountTargetNotFound) => any;
|
|
553
|
-
}
|
|
554
462
|
|
|
555
463
|
export interface DeleteTagsRequest {
|
|
556
464
|
|
|
@@ -640,10 +548,6 @@ export interface PolicyNotFound extends __SmithyException, $MetadataBearer {
|
|
|
640
548
|
ErrorCode?: string;
|
|
641
549
|
Message?: string;
|
|
642
550
|
}
|
|
643
|
-
export declare namespace PolicyNotFound {
|
|
644
|
-
|
|
645
|
-
const filterSensitiveLog: (obj: PolicyNotFound) => any;
|
|
646
|
-
}
|
|
647
551
|
|
|
648
552
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
649
553
|
name: "ValidationException";
|
|
@@ -651,10 +555,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
651
555
|
ErrorCode: string | undefined;
|
|
652
556
|
Message?: string;
|
|
653
557
|
}
|
|
654
|
-
export declare namespace ValidationException {
|
|
655
|
-
|
|
656
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
657
|
-
}
|
|
658
558
|
export interface DescribeFileSystemPolicyRequest {
|
|
659
559
|
|
|
660
560
|
FileSystemId: string | undefined;
|
|
@@ -791,10 +691,6 @@ export interface IncorrectMountTargetState extends __SmithyException, $MetadataB
|
|
|
791
691
|
ErrorCode: string | undefined;
|
|
792
692
|
Message?: string;
|
|
793
693
|
}
|
|
794
|
-
export declare namespace IncorrectMountTargetState {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: IncorrectMountTargetState) => any;
|
|
797
|
-
}
|
|
798
694
|
|
|
799
695
|
export interface DescribeTagsRequest {
|
|
800
696
|
|
|
@@ -828,10 +724,6 @@ export interface InvalidPolicyException extends __SmithyException, $MetadataBear
|
|
|
828
724
|
ErrorCode?: string;
|
|
829
725
|
Message?: string;
|
|
830
726
|
}
|
|
831
|
-
export declare namespace InvalidPolicyException {
|
|
832
|
-
|
|
833
|
-
const filterSensitiveLog: (obj: InvalidPolicyException) => any;
|
|
834
|
-
}
|
|
835
727
|
export interface ListTagsForResourceRequest {
|
|
836
728
|
|
|
837
729
|
ResourceId: string | undefined;
|
|
@@ -940,10 +832,6 @@ export interface TooManyRequests extends __SmithyException, $MetadataBearer {
|
|
|
940
832
|
ErrorCode: string | undefined;
|
|
941
833
|
Message?: string;
|
|
942
834
|
}
|
|
943
|
-
export declare namespace TooManyRequests {
|
|
944
|
-
|
|
945
|
-
const filterSensitiveLog: (obj: TooManyRequests) => any;
|
|
946
|
-
}
|
|
947
835
|
export interface UpdateFileSystemRequest {
|
|
948
836
|
|
|
949
837
|
FileSystemId: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { EFSClientConfig } from "./EFSClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { EFSClientConfig } from "./EFSClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,50 +18,46 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0",
|
|
53
52
|
"uuid": "^8.3.2"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
57
56
|
"@types/node": "^12.7.5",
|
|
58
|
-
"@types/uuid": "^8.3.0"
|
|
59
|
-
"downlevel-dts": "0.7.0",
|
|
60
|
-
"jest": "^26.1.0",
|
|
61
|
-
"rimraf": "^3.0.0",
|
|
62
|
-
"ts-jest": "^26.4.1",
|
|
63
|
-
"typedoc": "^0.19.2",
|
|
64
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@types/uuid": "^8.3.0"
|
|
65
58
|
},
|
|
66
59
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
60
|
+
"node": ">=12.0.0"
|
|
68
61
|
},
|
|
69
62
|
"typesVersions": {
|
|
70
63
|
"<4.0": {
|