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