@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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import { DeleteTagsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
12
5
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteTagsCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteTagsCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteTagsCommandInput,
|
|
18
11
|
DeleteTagsCommandOutput,
|
|
19
|
-
EFSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").EFSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteTagsCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteTagsCommandInput,
|
|
27
20
|
DeleteTagsCommandOutput,
|
|
28
|
-
EFSClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").EFSClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAccessPointsRequest,
|
|
10
4
|
DescribeAccessPointsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAccessPointsCommandInput
|
|
15
8
|
extends DescribeAccessPointsRequest {}
|
|
16
9
|
export interface DescribeAccessPointsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAccessPointsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAccessPointsCommandInput,
|
|
24
17
|
DescribeAccessPointsCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAccessPointsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAccessPointsCommandInput,
|
|
33
26
|
DescribeAccessPointsCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAccessPointsCommand extends DescribeAccessPointsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAccountPreferencesRequest,
|
|
10
4
|
DescribeAccountPreferencesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAccountPreferencesCommandInput
|
|
15
8
|
extends DescribeAccountPreferencesRequest {}
|
|
16
9
|
export interface DescribeAccountPreferencesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAccountPreferencesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAccountPreferencesCommandInput,
|
|
24
17
|
DescribeAccountPreferencesCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAccountPreferencesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAccountPreferencesCommandInput,
|
|
33
26
|
DescribeAccountPreferencesCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAccountPreferencesCommand extends DescribeAccountPreferencesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
BackupPolicyDescription,
|
|
10
4
|
DescribeBackupPolicyRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeBackupPolicyCommandInput
|
|
15
8
|
extends DescribeBackupPolicyRequest {}
|
|
16
9
|
export interface DescribeBackupPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeBackupPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeBackupPolicyCommandInput,
|
|
24
17
|
DescribeBackupPolicyCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeBackupPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeBackupPolicyCommandInput,
|
|
33
26
|
DescribeBackupPolicyCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeBackupPolicyCommand extends DescribeBackupPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeFileSystemPolicyRequest,
|
|
10
4
|
FileSystemPolicyDescription,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFileSystemPolicyCommandInput
|
|
15
8
|
extends DescribeFileSystemPolicyRequest {}
|
|
16
9
|
export interface DescribeFileSystemPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFileSystemPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFileSystemPolicyCommandInput,
|
|
24
17
|
DescribeFileSystemPolicyCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeFileSystemPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFileSystemPolicyCommandInput,
|
|
33
26
|
DescribeFileSystemPolicyCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFileSystemPolicyCommand extends DescribeFileSystemPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeFileSystemsRequest,
|
|
10
4
|
DescribeFileSystemsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFileSystemsCommandInput
|
|
15
8
|
extends DescribeFileSystemsRequest {}
|
|
16
9
|
export interface DescribeFileSystemsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFileSystemsCommandInput,
|
|
24
17
|
DescribeFileSystemsCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeFileSystemsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFileSystemsCommandInput,
|
|
33
26
|
DescribeFileSystemsCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLifecycleConfigurationRequest,
|
|
10
4
|
LifecycleConfigurationDescription,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLifecycleConfigurationCommandInput
|
|
15
8
|
extends DescribeLifecycleConfigurationRequest {}
|
|
16
9
|
export interface DescribeLifecycleConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLifecycleConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLifecycleConfigurationCommandInput,
|
|
24
17
|
DescribeLifecycleConfigurationCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeLifecycleConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLifecycleConfigurationCommandInput,
|
|
33
26
|
DescribeLifecycleConfigurationCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLifecycleConfigurationCommand extends DescribeLifecycleConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeMountTargetSecurityGroupsRequest,
|
|
10
4
|
DescribeMountTargetSecurityGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeMountTargetSecurityGroupsCommandInput
|
|
15
8
|
extends DescribeMountTargetSecurityGroupsRequest {}
|
|
16
9
|
export interface DescribeMountTargetSecurityGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeMountTargetSecurityGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeMountTargetSecurityGroupsCommandInput,
|
|
24
17
|
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeMountTargetSecurityGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeMountTargetSecurityGroupsCommandInput,
|
|
33
26
|
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeMountTargetSecurityGroupsCommand extends DescribeMountTargetSecurityGroupsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeMountTargetsRequest,
|
|
10
4
|
DescribeMountTargetsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeMountTargetsCommandInput
|
|
15
8
|
extends DescribeMountTargetsRequest {}
|
|
16
9
|
export interface DescribeMountTargetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeMountTargetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeMountTargetsCommandInput,
|
|
24
17
|
DescribeMountTargetsCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeMountTargetsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeMountTargetsCommandInput,
|
|
33
26
|
DescribeMountTargetsCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeMountTargetsCommand extends DescribeMountTargetsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeReplicationConfigurationsRequest,
|
|
10
4
|
DescribeReplicationConfigurationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeReplicationConfigurationsCommandInput
|
|
15
8
|
extends DescribeReplicationConfigurationsRequest {}
|
|
16
9
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeReplicationConfigurationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeReplicationConfigurationsCommandInput,
|
|
24
17
|
DescribeReplicationConfigurationsCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeReplicationConfigurationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeReplicationConfigurationsCommandInput,
|
|
33
26
|
DescribeReplicationConfigurationsCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeReplicationConfigurationsCommand extends DescribeReplicationConfigurationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
12
5
|
export interface DescribeTagsCommandOutput
|
|
13
6
|
extends DescribeTagsResponse,
|
|
@@ -18,22 +11,20 @@ declare const DescribeTagsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeTagsCommandInput,
|
|
20
13
|
DescribeTagsCommandOutput,
|
|
21
|
-
EFSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").EFSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeTagsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeTagsCommandInput,
|
|
29
22
|
DescribeTagsCommandOutput,
|
|
30
|
-
EFSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").EFSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ModifyMountTargetSecurityGroupsCommandInput
|
|
12
5
|
extends ModifyMountTargetSecurityGroupsRequest {}
|
|
13
6
|
export interface ModifyMountTargetSecurityGroupsCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const ModifyMountTargetSecurityGroupsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ModifyMountTargetSecurityGroupsCommandInput,
|
|
20
13
|
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
21
|
-
EFSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").EFSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ModifyMountTargetSecurityGroupsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ModifyMountTargetSecurityGroupsCommandInput,
|
|
29
22
|
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
30
|
-
EFSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").EFSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ModifyMountTargetSecurityGroupsCommand extends ModifyMountTargetSecurityGroupsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EFSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EFSClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAccountPreferencesRequest,
|
|
10
4
|
PutAccountPreferencesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAccountPreferencesCommandInput
|
|
15
8
|
extends PutAccountPreferencesRequest {}
|
|
16
9
|
export interface PutAccountPreferencesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAccountPreferencesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAccountPreferencesCommandInput,
|
|
24
17
|
PutAccountPreferencesCommandOutput,
|
|
25
|
-
EFSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EFSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutAccountPreferencesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAccountPreferencesCommandInput,
|
|
33
26
|
PutAccountPreferencesCommandOutput,
|
|
34
|
-
EFSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EFSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAccountPreferencesCommand extends PutAccountPreferencesCommand_base {
|
|
43
34
|
protected static __types: {
|