@aws-sdk/client-efs 3.337.0 → 3.341.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.
- package/dist-cjs/EFSClient.js +2 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -1
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -1
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -1
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateTagsCommand.js +2 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -1
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -1
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -1
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -1
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/EFSServiceException.js +2 -1
- package/dist-es/EFSClient.js +1 -0
- package/dist-es/commands/CreateAccessPointCommand.js +1 -0
- package/dist-es/commands/CreateFileSystemCommand.js +1 -0
- package/dist-es/commands/CreateMountTargetCommand.js +1 -0
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateTagsCommand.js +1 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +1 -0
- package/dist-es/commands/DeleteFileSystemCommand.js +1 -0
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteMountTargetCommand.js +1 -0
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteTagsCommand.js +1 -0
- package/dist-es/commands/DescribeAccessPointsCommand.js +1 -0
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +1 -0
- package/dist-es/commands/DescribeBackupPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemsCommand.js +1 -0
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -0
- package/dist-es/commands/DescribeMountTargetsCommand.js +1 -0
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -0
- package/dist-es/commands/PutAccountPreferencesCommand.js +1 -0
- package/dist-es/commands/PutBackupPolicyCommand.js +1 -0
- package/dist-es/commands/PutFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateFileSystemCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/EFSServiceException.js +1 -0
- package/dist-types/EFSClient.d.ts +3 -3
- package/dist-types/commands/CreateAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/CreateMountTargetCommand.d.ts +4 -0
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMountTargetsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/PutBackupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -2
- package/dist-types/models/EFSServiceException.d.ts +1 -0
- package/dist-types/ts3.4/EFSClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeMountTargetSecurityGroupsCommand, se_DescribeMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeMountTargetSecurityGroupsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeMountTargetsCommand, se_DescribeMountTargetsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeMountTargetsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeReplicationConfigurationsCommand, se_DescribeReplicationConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeReplicationConfigurationsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeTagsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ModifyMountTargetSecurityGroupsCommand, se_ModifyMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ModifyMountTargetSecurityGroupsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutAccountPreferencesCommand, se_PutAccountPreferencesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutAccountPreferencesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutBackupPolicyCommand, se_PutBackupPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutBackupPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutFileSystemPolicyCommand, se_PutFileSystemPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutFileSystemPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutLifecycleConfigurationCommand, se_PutLifecycleConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutLifecycleConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateFileSystemCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./EFS";
|
|
2
1
|
export * from "./EFSClient";
|
|
2
|
+
export * from "./EFS";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { EFSServiceException } from "./models/EFSServiceException";
|
|
@@ -39,6 +39,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
39
39
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
40
40
|
import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
|
|
41
41
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
42
|
+
export { __Client };
|
|
42
43
|
/**
|
|
43
44
|
* @public
|
|
44
45
|
*/
|
|
@@ -153,7 +154,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
153
154
|
/**
|
|
154
155
|
* @public
|
|
155
156
|
*/
|
|
156
|
-
type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
157
|
+
export type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
157
158
|
/**
|
|
158
159
|
* @public
|
|
159
160
|
*
|
|
@@ -164,7 +165,7 @@ export interface EFSClientConfig extends EFSClientConfigType {
|
|
|
164
165
|
/**
|
|
165
166
|
* @public
|
|
166
167
|
*/
|
|
167
|
-
type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
168
|
+
export type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
168
169
|
/**
|
|
169
170
|
* @public
|
|
170
171
|
*
|
|
@@ -193,4 +194,3 @@ export declare class EFSClient extends __Client<__HttpHandlerOptions, ServiceInp
|
|
|
193
194
|
*/
|
|
194
195
|
destroy(): void;
|
|
195
196
|
}
|
|
196
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { AccessPointDescription, CreateAccessPointRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { CreateFileSystemRequest, FileSystemDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { CreateReplicationConfigurationRequest, ReplicationConfigurationDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { CreateTagsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteAccessPointRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteFileSystemRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteMountTargetRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteReplicationConfigurationRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DeleteTagsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { LifecycleConfigurationDescription, PutLifecycleConfigurationRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
|
|
5
5
|
import { FileSystemDescription, UpdateFileSystemRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Elastic File System</fullname>
|
|
3
|
+
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for
|
|
4
|
+
* use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and
|
|
5
|
+
* remove files, so that your applications have the storage they need, when they need it. For
|
|
6
|
+
* more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System User Guide</a>.</p>
|
|
7
|
+
*
|
|
8
|
+
* @packageDocumentation
|
|
9
|
+
*/
|
|
2
10
|
export * from "./EFSClient";
|
|
11
|
+
export * from "./EFS";
|
|
3
12
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
13
|
export * from "./pagination";
|
|
14
|
+
export * from "./models";
|
|
6
15
|
export { EFSServiceException } from "./models/EFSServiceException";
|
|
@@ -171,6 +171,7 @@ import {
|
|
|
171
171
|
ClientResolvedEndpointParameters,
|
|
172
172
|
EndpointParameters,
|
|
173
173
|
} from "./endpoint/EndpointParameters";
|
|
174
|
+
export { __Client };
|
|
174
175
|
export type ServiceInputTypes =
|
|
175
176
|
| CreateAccessPointCommandInput
|
|
176
177
|
| CreateFileSystemCommandInput
|
|
@@ -257,7 +258,7 @@ export interface ClientDefaults
|
|
|
257
258
|
logger?: __Logger;
|
|
258
259
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
259
260
|
}
|
|
260
|
-
type EFSClientConfigType = Partial<
|
|
261
|
+
export type EFSClientConfigType = Partial<
|
|
261
262
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
262
263
|
> &
|
|
263
264
|
ClientDefaults &
|
|
@@ -269,7 +270,7 @@ type EFSClientConfigType = Partial<
|
|
|
269
270
|
UserAgentInputConfig &
|
|
270
271
|
ClientInputEndpointParameters;
|
|
271
272
|
export interface EFSClientConfig extends EFSClientConfigType {}
|
|
272
|
-
type EFSClientResolvedConfigType =
|
|
273
|
+
export type EFSClientResolvedConfigType =
|
|
273
274
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
274
275
|
Required<ClientDefaults> &
|
|
275
276
|
RegionResolvedConfig &
|
|
@@ -290,4 +291,3 @@ export declare class EFSClient extends __Client<
|
|
|
290
291
|
constructor(configuration: EFSClientConfig);
|
|
291
292
|
destroy(): void;
|
|
292
293
|
}
|
|
293
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AccessPointDescription,
|
|
16
16
|
CreateAccessPointRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAccessPointCommandInput
|
|
19
20
|
extends CreateAccessPointRequest {}
|
|
20
21
|
export interface CreateAccessPointCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFileSystemRequest,
|
|
16
16
|
FileSystemDescription,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
19
20
|
export interface CreateFileSystemCommandOutput
|
|
20
21
|
extends FileSystemDescription,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateMountTargetRequest,
|
|
16
16
|
MountTargetDescription,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateMountTargetCommandInput
|
|
19
20
|
extends CreateMountTargetRequest {}
|
|
20
21
|
export interface CreateMountTargetCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateReplicationConfigurationRequest,
|
|
16
16
|
ReplicationConfigurationDescription,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateReplicationConfigurationCommandInput
|
|
19
20
|
extends CreateReplicationConfigurationRequest {}
|
|
20
21
|
export interface CreateReplicationConfigurationCommandOutput
|