@aws-sdk/client-efs 3.1076.0 → 3.1078.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 (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccessPointCommand.js +2 -14
  4. package/dist-es/commands/CreateFileSystemCommand.js +2 -14
  5. package/dist-es/commands/CreateMountTargetCommand.js +2 -14
  6. package/dist-es/commands/CreateReplicationConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateTagsCommand.js +2 -14
  8. package/dist-es/commands/DeleteAccessPointCommand.js +2 -14
  9. package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
  10. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteMountTargetCommand.js +2 -14
  12. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DeleteTagsCommand.js +2 -14
  14. package/dist-es/commands/DescribeAccessPointsCommand.js +2 -14
  15. package/dist-es/commands/DescribeAccountPreferencesCommand.js +2 -14
  16. package/dist-es/commands/DescribeBackupPolicyCommand.js +2 -14
  17. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +2 -14
  18. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
  19. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +2 -14
  20. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -14
  21. package/dist-es/commands/DescribeMountTargetsCommand.js +2 -14
  22. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +2 -14
  23. package/dist-es/commands/DescribeTagsCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -14
  26. package/dist-es/commands/PutAccountPreferencesCommand.js +2 -14
  27. package/dist-es/commands/PutBackupPolicyCommand.js +2 -14
  28. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -14
  29. package/dist-es/commands/PutLifecycleConfigurationCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
  33. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +3 -8
  63. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +3 -8
  64. package/dist-types/commands/PutBackupPolicyCommand.d.ts +3 -8
  65. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +3 -8
  67. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- EFSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EFSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- EFSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EFSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ModifyMountTargetSecurityGroupsCommandInput
12
5
  extends ModifyMountTargetSecurityGroupsRequest {}
13
6
  export interface ModifyMountTargetSecurityGroupsCommandOutput
@@ -18,22 +11,20 @@ declare const ModifyMountTargetSecurityGroupsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ModifyMountTargetSecurityGroupsCommandInput,
20
13
  ModifyMountTargetSecurityGroupsCommandOutput,
21
- EFSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EFSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ModifyMountTargetSecurityGroupsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ModifyMountTargetSecurityGroupsCommandInput,
29
22
  ModifyMountTargetSecurityGroupsCommandOutput,
30
- EFSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EFSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ModifyMountTargetSecurityGroupsCommand extends ModifyMountTargetSecurityGroupsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  PutAccountPreferencesRequest,
10
4
  PutAccountPreferencesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutAccountPreferencesCommandInput
15
8
  extends PutAccountPreferencesRequest {}
16
9
  export interface PutAccountPreferencesCommandOutput
@@ -22,22 +15,20 @@ declare const PutAccountPreferencesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutAccountPreferencesCommandInput,
24
17
  PutAccountPreferencesCommandOutput,
25
- EFSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EFSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutAccountPreferencesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutAccountPreferencesCommandInput,
33
26
  PutAccountPreferencesCommandOutput,
34
- EFSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EFSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutAccountPreferencesCommand extends PutAccountPreferencesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  BackupPolicyDescription,
10
4
  PutBackupPolicyRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {}
15
8
  export interface PutBackupPolicyCommandOutput
16
9
  extends BackupPolicyDescription,
@@ -21,22 +14,20 @@ declare const PutBackupPolicyCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  PutBackupPolicyCommandInput,
23
16
  PutBackupPolicyCommandOutput,
24
- EFSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EFSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: PutBackupPolicyCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  PutBackupPolicyCommandInput,
32
25
  PutBackupPolicyCommandOutput,
33
- EFSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EFSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class PutBackupPolicyCommand extends PutBackupPolicyCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  FileSystemPolicyDescription,
10
4
  PutFileSystemPolicyRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutFileSystemPolicyCommandInput
15
8
  extends PutFileSystemPolicyRequest {}
16
9
  export interface PutFileSystemPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const PutFileSystemPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutFileSystemPolicyCommandInput,
24
17
  PutFileSystemPolicyCommandOutput,
25
- EFSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EFSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutFileSystemPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutFileSystemPolicyCommandInput,
33
26
  PutFileSystemPolicyCommandOutput,
34
- EFSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EFSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutFileSystemPolicyCommand extends PutFileSystemPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  LifecycleConfigurationDescription,
10
4
  PutLifecycleConfigurationRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutLifecycleConfigurationCommandInput
15
8
  extends PutLifecycleConfigurationRequest {}
16
9
  export interface PutLifecycleConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const PutLifecycleConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutLifecycleConfigurationCommandInput,
24
17
  PutLifecycleConfigurationCommandOutput,
25
- EFSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EFSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutLifecycleConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutLifecycleConfigurationCommandInput,
33
26
  PutLifecycleConfigurationCommandOutput,
34
- EFSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EFSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutLifecycleConfigurationCommand extends PutLifecycleConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import { TagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const TagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  TagResourceCommandInput,
18
11
  TagResourceCommandOutput,
19
- EFSClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").EFSClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: TagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  TagResourceCommandInput,
27
20
  TagResourceCommandOutput,
28
- EFSClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").EFSClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import { UntagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
12
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const UntagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  UntagResourceCommandInput,
18
11
  UntagResourceCommandOutput,
19
- EFSClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").EFSClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: UntagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  UntagResourceCommandInput,
27
20
  UntagResourceCommandOutput,
28
- EFSClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").EFSClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  FileSystemDescription,
10
4
  UpdateFileSystemRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
15
8
  export interface UpdateFileSystemCommandOutput
16
9
  extends FileSystemDescription,
@@ -21,22 +14,20 @@ declare const UpdateFileSystemCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateFileSystemCommandInput,
23
16
  UpdateFileSystemCommandOutput,
24
- EFSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EFSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateFileSystemCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateFileSystemCommandInput,
32
25
  UpdateFileSystemCommandOutput,
33
- EFSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EFSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateFileSystemCommand extends UpdateFileSystemCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EFSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EFSClient";
8
2
  import {
9
3
  FileSystemProtectionDescription,
10
4
  UpdateFileSystemProtectionRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateFileSystemProtectionCommandInput
15
8
  extends UpdateFileSystemProtectionRequest {}
16
9
  export interface UpdateFileSystemProtectionCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateFileSystemProtectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateFileSystemProtectionCommandInput,
24
17
  UpdateFileSystemProtectionCommandOutput,
25
- EFSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EFSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateFileSystemProtectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateFileSystemProtectionCommandInput,
33
26
  UpdateFileSystemProtectionCommandOutput,
34
- EFSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EFSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateFileSystemProtectionCommand extends UpdateFileSystemProtectionCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { EFSExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
20
20
  | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
- sha256: import("@smithy/types").HashConstructor;
24
23
  streamCollector: (
25
24
  stream:
26
25
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
21
21
  | RequestHandler
22
22
  | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { EFSClientConfig } from "./EFSClient";
2
2
  export declare const getRuntimeConfig: (config: EFSClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
24
24
  defaultNamespace?: string;
25
25
  };
26
26
  serviceId: string;
27
+ sha256: import("@smithy/types").HashConstructor;
27
28
  urlParser: import("@smithy/types").UrlParser;
28
29
  utf8Decoder: import("@smithy/types").Decoder;
29
30
  utf8Encoder: (input: Uint8Array | string) => string;
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.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,15 +21,13 @@
21
21
  "module": "./dist-es/index.js",
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@aws-crypto/sha256-browser": "5.2.0",
25
- "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.24",
27
- "@aws-sdk/credential-provider-node": "^3.972.59",
28
- "@aws-sdk/types": "^3.973.14",
29
- "@smithy/core": "^3.27.0",
30
- "@smithy/fetch-http-handler": "^5.6.0",
31
- "@smithy/node-http-handler": "^4.9.0",
32
- "@smithy/types": "^4.15.0",
24
+ "@aws-sdk/core": "^3.974.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.61",
26
+ "@aws-sdk/types": "^3.973.15",
27
+ "@smithy/core": "^3.29.0",
28
+ "@smithy/fetch-http-handler": "^5.6.2",
29
+ "@smithy/node-http-handler": "^4.9.2",
30
+ "@smithy/types": "^4.15.1",
33
31
  "tslib": "^2.6.2"
34
32
  },
35
33
  "devDependencies": {