@aws-sdk/client-efs 3.1045.0 → 3.1047.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 (128) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +78 -79
  5. package/dist-cjs/models/EFSServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/EFS.js +1 -1
  10. package/dist-es/EFSClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAccessPointCommand.js +2 -2
  13. package/dist-es/commands/CreateFileSystemCommand.js +2 -2
  14. package/dist-es/commands/CreateMountTargetCommand.js +2 -2
  15. package/dist-es/commands/CreateReplicationConfigurationCommand.js +2 -2
  16. package/dist-es/commands/CreateTagsCommand.js +2 -2
  17. package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
  18. package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
  19. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
  20. package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
  21. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  23. package/dist-es/commands/DescribeAccessPointsCommand.js +2 -2
  24. package/dist-es/commands/DescribeAccountPreferencesCommand.js +2 -2
  25. package/dist-es/commands/DescribeBackupPolicyCommand.js +2 -2
  26. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +2 -2
  27. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -2
  28. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +2 -2
  29. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
  30. package/dist-es/commands/DescribeMountTargetsCommand.js +2 -2
  31. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +2 -2
  32. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
  35. package/dist-es/commands/PutAccountPreferencesCommand.js +2 -2
  36. package/dist-es/commands/PutBackupPolicyCommand.js +2 -2
  37. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -2
  38. package/dist-es/commands/PutLifecycleConfigurationCommand.js +2 -2
  39. package/dist-es/commands/TagResourceCommand.js +2 -2
  40. package/dist-es/commands/UntagResourceCommand.js +2 -2
  41. package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
  42. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/EFSServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +4 -6
  47. package/dist-es/runtimeConfig.js +4 -8
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-types/EFSClient.d.ts +5 -5
  51. package/dist-types/commands/CreateAccessPointCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateFileSystemCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateMountTargetCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteAccessPointCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteMountTargetCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +6 -4
  61. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +6 -4
  63. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +6 -4
  64. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +6 -4
  65. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  73. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +6 -4
  74. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +6 -4
  75. package/dist-types/commands/PutBackupPolicyCommand.d.ts +6 -4
  76. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +6 -4
  78. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  79. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateFileSystemCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/EFSServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/EFSClient.d.ts +8 -14
  90. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/EFSServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateMountTargetCommandInput extends CreateMountTargetRequest
22
22
  export interface CreateMountTargetCommandOutput extends MountTargetDescription, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMountTargetCommand_base: {
25
- new (input: CreateMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a mount target for a file system. You can then mount the file system on EC2
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { CreateReplicationConfigurationRequest, ReplicationConfigurationDescription } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateReplicationConfigurationCommandInput extends CreateReplic
22
22
  export interface CreateReplicationConfigurationCommandOutput extends ReplicationConfigurationDescription, __MetadataBearer {
23
23
  }
24
24
  declare const CreateReplicationConfigurationCommand_base: {
25
- new (input: CreateReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateReplicationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a replication configuration to either a new or existing EFS file system.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { CreateTagsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
22
22
  export interface CreateTagsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const CreateTagsCommand_base: {
25
- new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteAccessPointRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest
22
22
  export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccessPointCommand_base: {
25
- new (input: DeleteAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified access point. After deletion is complete, new clients can no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteFileSystemRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
22
22
  export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFileSystemCommand_base: {
25
- new (input: DeleteFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a file system, permanently severing access to its contents. Upon return, the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteFileSystemPolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPoli
22
22
  export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFileSystemPolicyCommand_base: {
25
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the <code>FileSystemPolicy</code> for the specified file system.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteMountTargetRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMountTargetCommandInput extends DeleteMountTargetRequest
22
22
  export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMountTargetCommand_base: {
25
- new (input: DeleteMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified mount target.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteReplicationConfigurationRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteReplicationConfigurationCommandInput extends DeleteReplic
22
22
  export interface DeleteReplicationConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteReplicationConfigurationCommand_base: {
25
- new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a replication configuration. Deleting a replication configuration ends the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DeleteTagsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
22
22
  export interface DeleteTagsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTagsCommand_base: {
25
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAccessPointsCommandInput extends DescribeAccessPointsRe
22
22
  export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAccessPointsCommand_base: {
25
- new (input: DescribeAccessPointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccessPointsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the description of a specific Amazon EFS access point if the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAccountPreferencesCommandInput extends DescribeAccountP
22
22
  export interface DescribeAccountPreferencesCommandOutput extends DescribeAccountPreferencesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAccountPreferencesCommand_base: {
25
- new (input: DescribeAccountPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccountPreferencesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeBackupPolicyCommandInput extends DescribeBackupPolicyRe
22
22
  export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescription, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeBackupPolicyCommand_base: {
25
- new (input: DescribeBackupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBackupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the backup policy for the specified EFS file system.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeFileSystemPolicyCommandInput extends DescribeFileSystem
22
22
  export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyDescription, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeFileSystemPolicyCommand_base: {
25
- new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the <code>FileSystemPolicy</code> for the specified EFS file
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeFileSystemsCommandInput extends DescribeFileSystemsRequ
22
22
  export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeFileSystemsCommand_base: {
25
- new (input: DescribeFileSystemsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeFileSystemsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the description of a specific Amazon EFS file system if either the file system
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeLifecycleConfigurationCommandInput extends DescribeLife
22
22
  export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleConfigurationDescription, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeLifecycleConfigurationCommand_base: {
25
- new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the current <code>LifecycleConfiguration</code> object for the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMountTargetSecurityGroupsCommandInput extends DescribeM
22
22
  export interface DescribeMountTargetSecurityGroupsCommandOutput extends DescribeMountTargetSecurityGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMountTargetSecurityGroupsCommand_base: {
25
- new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeMountTargetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the security groups currently in effect for a mount target. This operation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMountTargetsCommandInput extends DescribeMountTargetsRe
22
22
  export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMountTargetsCommand_base: {
25
- new (input: DescribeMountTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeMountTargetsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the descriptions of all the current mount targets, or a specific mount target,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationConfigurationsCommandInput extends DescribeR
22
22
  export interface DescribeReplicationConfigurationsCommandOutput extends DescribeReplicationConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationConfigurationsCommand_base: {
25
- new (input: DescribeReplicationConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the replication configuration for a specific file system. If a file system is
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
22
22
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTagsCommand_base: {
25
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags for a top-level EFS resource. You must provide the ID of the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyMountTargetSecurityGroupsCommandInput extends ModifyMount
22
22
  export interface ModifyMountTargetSecurityGroupsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const ModifyMountTargetSecurityGroupsCommand_base: {
25
- new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyMountTargetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the set of security groups in effect for a mount target.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutAccountPreferencesCommandInput extends PutAccountPreferences
22
22
  export interface PutAccountPreferencesCommandOutput extends PutAccountPreferencesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutAccountPreferencesCommand_base: {
25
- new (input: PutAccountPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAccountPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this operation to set the account preference in the current Amazon Web Services Region
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {
22
22
  export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, __MetadataBearer {
23
23
  }
24
24
  declare const PutBackupPolicyCommand_base: {
25
- new (input: PutBackupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBackupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutFileSystemPolicyCommandInput extends PutFileSystemPolicyRequ
22
22
  export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescription, __MetadataBearer {
23
23
  }
24
24
  declare const PutFileSystemPolicyCommand_base: {
25
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Applies an Amazon EFS
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { LifecycleConfigurationDescription, PutLifecycleConfigurationRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutLifecycleConfigurationCommandInput extends PutLifecycleConfi
22
22
  export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigurationDescription, __MetadataBearer {
23
23
  }
24
24
  declare const PutLifecycleConfigurationCommand_base: {
25
- new (input: PutLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to manage storage for your file system. A
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
4
  import type { TagResourceRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a tag for an EFS resource. You can create tags for EFS file