@aws-sdk/client-efs 3.1077.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  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-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +3 -8
  59. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +3 -8
  60. package/dist-types/commands/PutBackupPolicyCommand.d.ts +3 -8
  61. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DeleteFileSystemRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
22
19
  export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFileSystemCommand_base: {
25
- new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a file system, permanently severing access to its contents. Upon return, the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DeleteFileSystemPolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPoli
22
19
  export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFileSystemPolicyCommand_base: {
25
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the <code>FileSystemPolicy</code> for the specified file system.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DeleteMountTargetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteMountTargetCommandInput extends DeleteMountTargetRequest
22
19
  export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMountTargetCommand_base: {
25
- new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified mount target.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DeleteReplicationConfigurationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteReplicationConfigurationCommandInput extends DeleteReplic
22
19
  export interface DeleteReplicationConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteReplicationConfigurationCommand_base: {
25
- new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a replication configuration. Deleting a replication configuration ends the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DeleteTagsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
22
19
  export interface DeleteTagsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTagsCommand_base: {
25
- new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAccessPointsCommandInput extends DescribeAccessPointsRe
22
19
  export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAccessPointsCommand_base: {
25
- new (input: DescribeAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccessPointsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeAccessPointsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the description of a specific Amazon EFS access point if the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAccountPreferencesCommandInput extends DescribeAccountP
22
19
  export interface DescribeAccountPreferencesCommandOutput extends DescribeAccountPreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAccountPreferencesCommand_base: {
25
- new (input: DescribeAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccountPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeAccountPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBackupPolicyCommandInput extends DescribeBackupPolicyRe
22
19
  export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescription, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBackupPolicyCommand_base: {
25
- new (input: DescribeBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the backup policy for the specified EFS file system.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFileSystemPolicyCommandInput extends DescribeFileSystem
22
19
  export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyDescription, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFileSystemPolicyCommand_base: {
25
- new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <code>FileSystemPolicy</code> for the specified EFS file
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFileSystemsCommandInput extends DescribeFileSystemsRequ
22
19
  export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFileSystemsCommand_base: {
25
- new (input: DescribeFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the description of a specific Amazon EFS file system if either the file system
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLifecycleConfigurationCommandInput extends DescribeLife
22
19
  export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleConfigurationDescription, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLifecycleConfigurationCommand_base: {
25
- new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the current <code>LifecycleConfiguration</code> object for the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeMountTargetSecurityGroupsCommandInput extends DescribeM
22
19
  export interface DescribeMountTargetSecurityGroupsCommandOutput extends DescribeMountTargetSecurityGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeMountTargetSecurityGroupsCommand_base: {
25
- new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the security groups currently in effect for a mount target. This operation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeMountTargetsCommandInput extends DescribeMountTargetsRe
22
19
  export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeMountTargetsCommand_base: {
25
- new (input: DescribeMountTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeMountTargetsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeMountTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeMountTargetsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the descriptions of all the current mount targets, or a specific mount target,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeReplicationConfigurationsCommandInput extends DescribeR
22
19
  export interface DescribeReplicationConfigurationsCommandOutput extends DescribeReplicationConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeReplicationConfigurationsCommand_base: {
25
- new (input: DescribeReplicationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeReplicationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeReplicationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the replication configuration for a specific file system. If a file system is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
22
19
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTagsCommand_base: {
25
- new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags for a top-level EFS resource. You must provide the ID of the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyMountTargetSecurityGroupsCommandInput extends ModifyMount
22
19
  export interface ModifyMountTargetSecurityGroupsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ModifyMountTargetSecurityGroupsCommand_base: {
25
- new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the set of security groups in effect for a mount target.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutAccountPreferencesCommandInput extends PutAccountPreferences
22
19
  export interface PutAccountPreferencesCommandOutput extends PutAccountPreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountPreferencesCommand_base: {
25
- new (input: PutAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to set the account preference in the current Amazon Web Services Region
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {
22
19
  export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, __MetadataBearer {
23
20
  }
24
21
  declare const PutBackupPolicyCommand_base: {
25
- new (input: PutBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutBackupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutFileSystemPolicyCommandInput extends PutFileSystemPolicyRequ
22
19
  export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescription, __MetadataBearer {
23
20
  }
24
21
  declare const PutFileSystemPolicyCommand_base: {
25
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies an Amazon EFS
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
2
  import type { LifecycleConfigurationDescription, PutLifecycleConfigurationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutLifecycleConfigurationCommandInput extends PutLifecycleConfi
22
19
  export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigurationDescription, __MetadataBearer {
23
20
  }
24
21
  declare const PutLifecycleConfigurationCommand_base: {
25
- new (input: PutLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, import("..").EFSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this action to manage storage for your file system. A