@aws-sdk/client-efs 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/EFS.d.ts +102 -123
- package/dist-types/ts3.4/EFSClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +23 -72
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeMountTargetSecurityGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMountTargetSecurityGroupsCommandInput
|
|
8
|
-
extends DescribeMountTargetSecurityGroupsRequest {}
|
|
7
|
+
export interface DescribeMountTargetSecurityGroupsCommandInput extends DescribeMountTargetSecurityGroupsRequest {}
|
|
9
8
|
export interface DescribeMountTargetSecurityGroupsCommandOutput
|
|
10
|
-
extends DescribeMountTargetSecurityGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeMountTargetSecurityGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeMountTargetSecurityGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeMountTargetSecurityGroupsCommandInput
|
|
12
|
+
input: DescribeMountTargetSecurityGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeMountTargetSecurityGroupsCommandInput,
|
|
17
15
|
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeMountTargetSecurityGroupsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeMountTargetSecurityGroupsCommandInput
|
|
21
|
+
input: DescribeMountTargetSecurityGroupsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeMountTargetSecurityGroupsCommandInput,
|
|
26
24
|
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeMountTargetsRequest,
|
|
4
|
-
DescribeMountTargetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMountTargetsCommandInput
|
|
8
|
-
extends DescribeMountTargetsRequest {}
|
|
4
|
+
export interface DescribeMountTargetsCommandInput extends DescribeMountTargetsRequest {}
|
|
9
5
|
export interface DescribeMountTargetsCommandOutput
|
|
10
|
-
extends DescribeMountTargetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeMountTargetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeMountTargetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeMountTargetsCommandInput
|
|
9
|
+
input: DescribeMountTargetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeMountTargetsCommandInput,
|
|
17
12
|
DescribeMountTargetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeReplicationConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeReplicationConfigurationsCommandInput
|
|
8
|
-
extends DescribeReplicationConfigurationsRequest {}
|
|
7
|
+
export interface DescribeReplicationConfigurationsCommandInput extends DescribeReplicationConfigurationsRequest {}
|
|
9
8
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
10
|
-
extends DescribeReplicationConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeReplicationConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeReplicationConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeReplicationConfigurationsCommandInput
|
|
12
|
+
input: DescribeReplicationConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeReplicationConfigurationsCommandInput,
|
|
17
15
|
DescribeReplicationConfigurationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
5
|
-
export interface DescribeTagsCommandOutput
|
|
6
|
-
extends DescribeTagsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {}
|
|
8
6
|
declare const DescribeTagsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeTagsCommandInput
|
|
8
|
+
input: DescribeTagsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeTagsCommandInput,
|
|
13
11
|
DescribeTagsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeTagsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeTagsCommandInput
|
|
17
|
+
input: DescribeTagsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeTagsCommandInput,
|
|
22
20
|
DescribeTagsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ModifyMountTargetSecurityGroupsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface ModifyMountTargetSecurityGroupsCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface ModifyMountTargetSecurityGroupsCommandInput extends ModifyMountTargetSecurityGroupsRequest {}
|
|
5
|
+
export interface ModifyMountTargetSecurityGroupsCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const ModifyMountTargetSecurityGroupsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ModifyMountTargetSecurityGroupsCommandInput
|
|
8
|
+
input: ModifyMountTargetSecurityGroupsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ModifyMountTargetSecurityGroupsCommandInput,
|
|
13
11
|
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ModifyMountTargetSecurityGroupsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ModifyMountTargetSecurityGroupsCommandInput
|
|
17
|
+
input: ModifyMountTargetSecurityGroupsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ModifyMountTargetSecurityGroupsCommandInput,
|
|
22
20
|
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutAccountPreferencesRequest,
|
|
4
|
-
PutAccountPreferencesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAccountPreferencesCommandInput
|
|
8
|
-
extends PutAccountPreferencesRequest {}
|
|
4
|
+
export interface PutAccountPreferencesCommandInput extends PutAccountPreferencesRequest {}
|
|
9
5
|
export interface PutAccountPreferencesCommandOutput
|
|
10
|
-
extends PutAccountPreferencesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutAccountPreferencesResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutAccountPreferencesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutAccountPreferencesCommandInput
|
|
9
|
+
input: PutAccountPreferencesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutAccountPreferencesCommandInput,
|
|
17
12
|
PutAccountPreferencesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutAccountPreferencesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutAccountPreferencesCommandInput
|
|
18
|
+
input: PutAccountPreferencesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutAccountPreferencesCommandInput,
|
|
26
21
|
PutAccountPreferencesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BackupPolicyDescription,
|
|
4
|
-
PutBackupPolicyRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {}
|
|
8
|
-
export interface PutBackupPolicyCommandOutput
|
|
9
|
-
extends BackupPolicyDescription,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, __MetadataBearer {}
|
|
11
6
|
declare const PutBackupPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutBackupPolicyCommandInput
|
|
8
|
+
input: PutBackupPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutBackupPolicyCommandInput,
|
|
16
11
|
PutBackupPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutBackupPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutBackupPolicyCommandInput
|
|
17
|
+
input: PutBackupPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutBackupPolicyCommandInput,
|
|
25
20
|
PutBackupPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
FileSystemPolicyDescription,
|
|
4
|
-
PutFileSystemPolicyRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutFileSystemPolicyCommandInput
|
|
8
|
-
extends PutFileSystemPolicyRequest {}
|
|
4
|
+
export interface PutFileSystemPolicyCommandInput extends PutFileSystemPolicyRequest {}
|
|
9
5
|
export interface PutFileSystemPolicyCommandOutput
|
|
10
|
-
extends FileSystemPolicyDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends FileSystemPolicyDescription, __MetadataBearer {}
|
|
12
7
|
declare const PutFileSystemPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutFileSystemPolicyCommandInput
|
|
9
|
+
input: PutFileSystemPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutFileSystemPolicyCommandInput,
|
|
17
12
|
PutFileSystemPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutFileSystemPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutFileSystemPolicyCommandInput
|
|
18
|
+
input: PutFileSystemPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutFileSystemPolicyCommandInput,
|
|
26
21
|
PutFileSystemPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutLifecycleConfigurationRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutLifecycleConfigurationCommandInput
|
|
8
|
-
extends PutLifecycleConfigurationRequest {}
|
|
7
|
+
export interface PutLifecycleConfigurationCommandInput extends PutLifecycleConfigurationRequest {}
|
|
9
8
|
export interface PutLifecycleConfigurationCommandOutput
|
|
10
|
-
extends LifecycleConfigurationDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends LifecycleConfigurationDescription, __MetadataBearer {}
|
|
12
10
|
declare const PutLifecycleConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutLifecycleConfigurationCommandInput
|
|
12
|
+
input: PutLifecycleConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutLifecycleConfigurationCommandInput,
|
|
17
15
|
PutLifecycleConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutLifecycleConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutLifecycleConfigurationCommandInput
|
|
21
|
+
input: PutLifecycleConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutLifecycleConfigurationCommandInput,
|
|
26
24
|
PutLifecycleConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
FileSystemDescription,
|
|
4
|
-
UpdateFileSystemRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { FileSystemDescription, UpdateFileSystemRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
8
|
-
export interface UpdateFileSystemCommandOutput
|
|
9
|
-
extends FileSystemDescription,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __MetadataBearer {}
|
|
11
6
|
declare const UpdateFileSystemCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateFileSystemCommandInput
|
|
8
|
+
input: UpdateFileSystemCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateFileSystemCommandInput,
|
|
16
11
|
UpdateFileSystemCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateFileSystemCommandInput
|
|
17
|
+
input: UpdateFileSystemCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateFileSystemCommandInput,
|
|
25
20
|
UpdateFileSystemCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFileSystemProtectionRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFileSystemProtectionCommandInput
|
|
8
|
-
extends UpdateFileSystemProtectionRequest {}
|
|
7
|
+
export interface UpdateFileSystemProtectionCommandInput extends UpdateFileSystemProtectionRequest {}
|
|
9
8
|
export interface UpdateFileSystemProtectionCommandOutput
|
|
10
|
-
extends FileSystemProtectionDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends FileSystemProtectionDescription, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFileSystemProtectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFileSystemProtectionCommandInput
|
|
12
|
+
input: UpdateFileSystemProtectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFileSystemProtectionCommandInput,
|
|
17
15
|
UpdateFileSystemProtectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateFileSystemProtectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateFileSystemProtectionCommandInput
|
|
21
|
+
input: UpdateFileSystemProtectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateFileSystemProtectionCommandInput,
|
|
26
24
|
UpdateFileSystemProtectionCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface EFSExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -6,8 +6,7 @@ export declare const LifeCycleState: {
|
|
|
6
6
|
readonly ERROR: "error";
|
|
7
7
|
readonly UPDATING: "updating";
|
|
8
8
|
};
|
|
9
|
-
export type LifeCycleState =
|
|
10
|
-
(typeof LifeCycleState)[keyof typeof LifeCycleState];
|
|
9
|
+
export type LifeCycleState = (typeof LifeCycleState)[keyof typeof LifeCycleState];
|
|
11
10
|
export declare const Status: {
|
|
12
11
|
readonly DISABLED: "DISABLED";
|
|
13
12
|
readonly DISABLING: "DISABLING";
|
|
@@ -19,15 +18,13 @@ export declare const PerformanceMode: {
|
|
|
19
18
|
readonly GENERAL_PURPOSE: "generalPurpose";
|
|
20
19
|
readonly MAX_IO: "maxIO";
|
|
21
20
|
};
|
|
22
|
-
export type PerformanceMode =
|
|
23
|
-
(typeof PerformanceMode)[keyof typeof PerformanceMode];
|
|
21
|
+
export type PerformanceMode = (typeof PerformanceMode)[keyof typeof PerformanceMode];
|
|
24
22
|
export declare const ThroughputMode: {
|
|
25
23
|
readonly BURSTING: "bursting";
|
|
26
24
|
readonly ELASTIC: "elastic";
|
|
27
25
|
readonly PROVISIONED: "provisioned";
|
|
28
26
|
};
|
|
29
|
-
export type ThroughputMode =
|
|
30
|
-
(typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
27
|
+
export type ThroughputMode = (typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
31
28
|
export declare const ReplicationOverwriteProtection: {
|
|
32
29
|
readonly DISABLED: "DISABLED";
|
|
33
30
|
readonly ENABLED: "ENABLED";
|
|
@@ -49,8 +46,7 @@ export declare const ReplicationStatus: {
|
|
|
49
46
|
readonly PAUSED: "PAUSED";
|
|
50
47
|
readonly PAUSING: "PAUSING";
|
|
51
48
|
};
|
|
52
|
-
export type ReplicationStatus =
|
|
53
|
-
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
49
|
+
export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
54
50
|
export declare const DeletionMode: {
|
|
55
51
|
readonly ALL_CONFIGURATIONS: "ALL_CONFIGURATIONS";
|
|
56
52
|
readonly LOCAL_CONFIGURATION_ONLY: "LOCAL_CONFIGURATION_ONLY";
|
|
@@ -60,8 +56,7 @@ export declare const ResourceIdType: {
|
|
|
60
56
|
readonly LongId: "LONG_ID";
|
|
61
57
|
readonly ShortId: "SHORT_ID";
|
|
62
58
|
};
|
|
63
|
-
export type ResourceIdType =
|
|
64
|
-
(typeof ResourceIdType)[keyof typeof ResourceIdType];
|
|
59
|
+
export type ResourceIdType = (typeof ResourceIdType)[keyof typeof ResourceIdType];
|
|
65
60
|
export declare const Resource: {
|
|
66
61
|
readonly FileSystem: "FILE_SYSTEM";
|
|
67
62
|
readonly MountTarget: "MOUNT_TARGET";
|
|
@@ -91,8 +86,7 @@ export declare const TransitionToIARules: {
|
|
|
91
86
|
readonly AFTER_7_DAYS: "AFTER_7_DAYS";
|
|
92
87
|
readonly AFTER_90_DAYS: "AFTER_90_DAYS";
|
|
93
88
|
};
|
|
94
|
-
export type TransitionToIARules =
|
|
95
|
-
(typeof TransitionToIARules)[keyof typeof TransitionToIARules];
|
|
89
|
+
export type TransitionToIARules = (typeof TransitionToIARules)[keyof typeof TransitionToIARules];
|
|
96
90
|
export declare const TransitionToPrimaryStorageClassRules: {
|
|
97
91
|
readonly AFTER_1_ACCESS: "AFTER_1_ACCESS";
|
|
98
92
|
};
|