@aws-sdk/client-efs 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EFS.d.ts +0 -30
- package/dist-types/ts3.4/EFSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -311
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DescribeMountTargetsCommandInput
|
|
|
19
19
|
export interface DescribeMountTargetsCommandOutput
|
|
20
20
|
extends DescribeMountTargetsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeMountTargetsCommand extends $Command<
|
|
24
23
|
DescribeMountTargetsCommandInput,
|
|
25
24
|
DescribeMountTargetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeMountTargetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeMountTargetsCommandInput;
|
|
29
28
|
constructor(input: DescribeMountTargetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeReplicationConfigurationsCommandInput
|
|
|
19
19
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
20
20
|
extends DescribeReplicationConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeReplicationConfigurationsCommand extends $Command<
|
|
24
23
|
DescribeReplicationConfigurationsCommandInput,
|
|
25
24
|
DescribeReplicationConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeReplicationConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeReplicationConfigurationsCommandInput;
|
|
29
28
|
constructor(input: DescribeReplicationConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
|
15
15
|
export interface DescribeTagsCommandOutput
|
|
16
16
|
extends DescribeTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTagsCommand extends $Command<
|
|
20
19
|
DescribeTagsCommandInput,
|
|
21
20
|
DescribeTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTagsCommandInput;
|
|
25
24
|
constructor(input: DescribeTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ModifyMountTargetSecurityGroupsCommandInput
|
|
|
15
15
|
extends ModifyMountTargetSecurityGroupsRequest {}
|
|
16
16
|
export interface ModifyMountTargetSecurityGroupsCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ModifyMountTargetSecurityGroupsCommand extends $Command<
|
|
20
19
|
ModifyMountTargetSecurityGroupsCommandInput,
|
|
21
20
|
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ModifyMountTargetSecurityGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ModifyMountTargetSecurityGroupsCommandInput;
|
|
25
24
|
constructor(input: ModifyMountTargetSecurityGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutAccountPreferencesCommandInput
|
|
|
19
19
|
export interface PutAccountPreferencesCommandOutput
|
|
20
20
|
extends PutAccountPreferencesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutAccountPreferencesCommand extends $Command<
|
|
24
23
|
PutAccountPreferencesCommandInput,
|
|
25
24
|
PutAccountPreferencesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutAccountPreferencesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutAccountPreferencesCommandInput;
|
|
29
28
|
constructor(input: PutAccountPreferencesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {}
|
|
|
18
18
|
export interface PutBackupPolicyCommandOutput
|
|
19
19
|
extends BackupPolicyDescription,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutBackupPolicyCommand extends $Command<
|
|
23
22
|
PutBackupPolicyCommandInput,
|
|
24
23
|
PutBackupPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutBackupPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutBackupPolicyCommandInput;
|
|
28
27
|
constructor(input: PutBackupPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutFileSystemPolicyCommandInput
|
|
|
19
19
|
export interface PutFileSystemPolicyCommandOutput
|
|
20
20
|
extends FileSystemPolicyDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutFileSystemPolicyCommand extends $Command<
|
|
24
23
|
PutFileSystemPolicyCommandInput,
|
|
25
24
|
PutFileSystemPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutFileSystemPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutFileSystemPolicyCommandInput;
|
|
29
28
|
constructor(input: PutFileSystemPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutLifecycleConfigurationCommandInput
|
|
|
19
19
|
export interface PutLifecycleConfigurationCommandOutput
|
|
20
20
|
extends LifecycleConfigurationDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutLifecycleConfigurationCommand extends $Command<
|
|
24
23
|
PutLifecycleConfigurationCommandInput,
|
|
25
24
|
PutLifecycleConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutLifecycleConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutLifecycleConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutLifecycleConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EFSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: EFSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: EFSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
|
18
18
|
export interface UpdateFileSystemCommandOutput
|
|
19
19
|
extends FileSystemDescription,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateFileSystemCommand extends $Command<
|
|
23
22
|
UpdateFileSystemCommandInput,
|
|
24
23
|
UpdateFileSystemCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateFileSystemCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateFileSystemCommandInput;
|
|
28
27
|
constructor(input: UpdateFileSystemCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EFSClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class EFSServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|