@aws-sdk/client-efs 3.40.0 → 3.45.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateFileSystemCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateMountTargetCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteFileSystemCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteMountTargetCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +1 -1
  24. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +1 -1
  25. package/dist-types/commands/PutBackupPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +1 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateFileSystemCommand.d.ts +1 -1
  31. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-efs
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-efs
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -327,6 +327,7 @@ const partitionHash = {
327
327
  "ap-south-1",
328
328
  "ap-southeast-1",
329
329
  "ap-southeast-2",
330
+ "ap-southeast-3",
330
331
  "ca-central-1",
331
332
  "eu-central-1",
332
333
  "eu-north-1",
@@ -412,6 +413,10 @@ const partitionHash = {
412
413
  hostname: "elasticfilesystem.{region}.c2s.ic.gov",
413
414
  tags: [],
414
415
  },
416
+ {
417
+ hostname: "elasticfilesystem-fips.{region}.c2s.ic.gov",
418
+ tags: ["fips"],
419
+ },
415
420
  ],
416
421
  },
417
422
  "aws-iso-b": {
@@ -422,6 +427,10 @@ const partitionHash = {
422
427
  hostname: "elasticfilesystem.{region}.sc2s.sgov.gov",
423
428
  tags: [],
424
429
  },
430
+ {
431
+ hostname: "elasticfilesystem-fips.{region}.sc2s.sgov.gov",
432
+ tags: ["fips"],
433
+ },
425
434
  ],
426
435
  },
427
436
  "aws-us-gov": {
@@ -325,6 +325,7 @@ var partitionHash = {
325
325
  "ap-south-1",
326
326
  "ap-southeast-1",
327
327
  "ap-southeast-2",
328
+ "ap-southeast-3",
328
329
  "ca-central-1",
329
330
  "eu-central-1",
330
331
  "eu-north-1",
@@ -410,6 +411,10 @@ var partitionHash = {
410
411
  hostname: "elasticfilesystem.{region}.c2s.ic.gov",
411
412
  tags: [],
412
413
  },
414
+ {
415
+ hostname: "elasticfilesystem-fips.{region}.c2s.ic.gov",
416
+ tags: ["fips"],
417
+ },
413
418
  ],
414
419
  },
415
420
  "aws-iso-b": {
@@ -420,6 +425,10 @@ var partitionHash = {
420
425
  hostname: "elasticfilesystem.{region}.sc2s.sgov.gov",
421
426
  tags: [],
422
427
  },
428
+ {
429
+ hostname: "elasticfilesystem-fips.{region}.sc2s.sgov.gov",
430
+ tags: ["fips"],
431
+ },
423
432
  ],
424
433
  },
425
434
  "aws-us-gov": {
@@ -27,7 +27,7 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription,
27
27
  *
28
28
  * @see {@link CreateAccessPointCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
30
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, EFSClientResolvedConfig> {
@@ -73,7 +73,7 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
73
73
  *
74
74
  * @see {@link CreateFileSystemCommandInput} for command's `input` shape.
75
75
  * @see {@link CreateFileSystemCommandOutput} for command's `response` shape.
76
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
76
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
77
77
  *
78
78
  */
79
79
  export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, EFSClientResolvedConfig> {
@@ -161,7 +161,7 @@ export interface CreateMountTargetCommandOutput extends MountTargetDescription,
161
161
  *
162
162
  * @see {@link CreateMountTargetCommandInput} for command's `input` shape.
163
163
  * @see {@link CreateMountTargetCommandOutput} for command's `response` shape.
164
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
164
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
165
165
  *
166
166
  */
167
167
  export declare class CreateMountTargetCommand extends $Command<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
31
31
  *
32
32
  * @see {@link CreateTagsCommandInput} for command's `input` shape.
33
33
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
34
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteAccessPointCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteAccessPointCommandOutput} for command's `response` shape.
26
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
34
34
  *
35
35
  * @see {@link DeleteFileSystemCommandInput} for command's `input` shape.
36
36
  * @see {@link DeleteFileSystemCommandOutput} for command's `response` shape.
37
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DeleteFileSystemCommand extends $Command<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteFileSystemPolicyCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteFileSystemPolicyCommandOutput} for command's `response` shape.
26
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteFileSystemPolicyCommand extends $Command<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -53,7 +53,7 @@ export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
53
53
  *
54
54
  * @see {@link DeleteMountTargetCommandInput} for command's `input` shape.
55
55
  * @see {@link DeleteMountTargetCommandOutput} for command's `response` shape.
56
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
56
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
57
57
  *
58
58
  */
59
59
  export declare class DeleteMountTargetCommand extends $Command<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, EFSClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
32
32
  *
33
33
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
35
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, EFSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsR
23
23
  *
24
24
  * @see {@link DescribeAccessPointsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeAccessPointsCommandOutput} for command's `response` shape.
26
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeAccessPointsCommand extends $Command<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAccountPreferencesCommandOutput extends DescribeAccount
21
21
  *
22
22
  * @see {@link DescribeAccountPreferencesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAccountPreferencesCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeAccountPreferencesCommand extends $Command<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescripti
20
20
  *
21
21
  * @see {@link DescribeBackupPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeBackupPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeBackupPolicyCommand extends $Command<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyD
21
21
  *
22
22
  * @see {@link DescribeFileSystemPolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeFileSystemPolicyCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeFileSystemPolicyCommand extends $Command<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
42
42
  *
43
43
  * @see {@link DescribeFileSystemsCommandInput} for command's `input` shape.
44
44
  * @see {@link DescribeFileSystemsCommandOutput} for command's `response` shape.
45
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class DescribeFileSystemsCommand extends $Command<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleCo
27
27
  *
28
28
  * @see {@link DescribeLifecycleConfigurationCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeLifecycleConfigurationCommandOutput} for command's `response` shape.
30
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeLifecycleConfigurationCommand extends $Command<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface DescribeMountTargetSecurityGroupsCommandOutput extends Describe
35
35
  *
36
36
  * @see {@link DescribeMountTargetSecurityGroupsCommandInput} for command's `input` shape.
37
37
  * @see {@link DescribeMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
38
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class DescribeMountTargetSecurityGroupsCommand extends $Command<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsR
27
27
  *
28
28
  * @see {@link DescribeMountTargetsCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeMountTargetsCommandOutput} for command's `response` shape.
30
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeMountTargetsCommand extends $Command<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
30
30
  *
31
31
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
32
32
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
33
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface ModifyMountTargetSecurityGroupsCommandOutput extends __Metadata
39
39
  *
40
40
  * @see {@link ModifyMountTargetSecurityGroupsCommandInput} for command's `input` shape.
41
41
  * @see {@link ModifyMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
42
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class ModifyMountTargetSecurityGroupsCommand extends $Command<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface PutAccountPreferencesCommandOutput extends PutAccountPreference
27
27
  *
28
28
  * @see {@link PutAccountPreferencesCommandInput} for command's `input` shape.
29
29
  * @see {@link PutAccountPreferencesCommandOutput} for command's `response` shape.
30
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class PutAccountPreferencesCommand extends $Command<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, _
20
20
  *
21
21
  * @see {@link PutBackupPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link PutBackupPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutBackupPolicyCommand extends $Command<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescri
31
31
  *
32
32
  * @see {@link PutFileSystemPolicyCommandInput} for command's `input` shape.
33
33
  * @see {@link PutFileSystemPolicyCommandOutput} for command's `response` shape.
34
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class PutFileSystemPolicyCommand extends $Command<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigu
51
51
  *
52
52
  * @see {@link PutLifecycleConfigurationCommandInput} for command's `input` shape.
53
53
  * @see {@link PutLifecycleConfigurationCommandOutput} for command's `response` shape.
54
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class PutLifecycleConfigurationCommand extends $Command<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link TagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EFSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __
21
21
  *
22
22
  * @see {@link UpdateFileSystemCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateFileSystemCommandOutput} for command's `response` shape.
24
- * @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, EFSClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",