@aws-sdk/client-efs 3.337.0 → 3.341.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/EFSClient.js +2 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -1
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -1
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -1
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateTagsCommand.js +2 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -1
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -1
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -1
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -1
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -1
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/EFSServiceException.js +2 -1
- package/dist-es/EFSClient.js +1 -0
- package/dist-es/commands/CreateAccessPointCommand.js +1 -0
- package/dist-es/commands/CreateFileSystemCommand.js +1 -0
- package/dist-es/commands/CreateMountTargetCommand.js +1 -0
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateTagsCommand.js +1 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +1 -0
- package/dist-es/commands/DeleteFileSystemCommand.js +1 -0
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteMountTargetCommand.js +1 -0
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteTagsCommand.js +1 -0
- package/dist-es/commands/DescribeAccessPointsCommand.js +1 -0
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +1 -0
- package/dist-es/commands/DescribeBackupPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemsCommand.js +1 -0
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -0
- package/dist-es/commands/DescribeMountTargetsCommand.js +1 -0
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -0
- package/dist-es/commands/PutAccountPreferencesCommand.js +1 -0
- package/dist-es/commands/PutBackupPolicyCommand.js +1 -0
- package/dist-es/commands/PutFileSystemPolicyCommand.js +1 -0
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateFileSystemCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/EFSServiceException.js +1 -0
- package/dist-types/EFSClient.d.ts +3 -3
- package/dist-types/commands/CreateAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/CreateMountTargetCommand.d.ts +4 -0
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMountTargetsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +4 -0
- package/dist-types/commands/PutBackupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -2
- package/dist-types/models/EFSServiceException.d.ts +1 -0
- package/dist-types/ts3.4/EFSClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { CreateTagsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
16
17
|
export interface CreateTagsCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class CreateTagsCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteAccessPointRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAccessPointCommandInput
|
|
16
17
|
extends DeleteAccessPointRequest {}
|
|
17
18
|
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteFileSystemRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
16
17
|
export interface DeleteFileSystemCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteFileSystemCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFileSystemPolicyCommandInput
|
|
16
17
|
extends DeleteFileSystemPolicyRequest {}
|
|
17
18
|
export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteMountTargetRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMountTargetCommandInput
|
|
16
17
|
extends DeleteMountTargetRequest {}
|
|
17
18
|
export interface DeleteMountTargetCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteReplicationConfigurationRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteReplicationConfigurationCommandInput
|
|
16
17
|
extends DeleteReplicationConfigurationRequest {}
|
|
17
18
|
export interface DeleteReplicationConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DeleteTagsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
16
17
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteTagsCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccessPointsRequest,
|
|
16
16
|
DescribeAccessPointsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccessPointsCommandInput
|
|
19
20
|
extends DescribeAccessPointsRequest {}
|
|
20
21
|
export interface DescribeAccessPointsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccountPreferencesRequest,
|
|
16
16
|
DescribeAccountPreferencesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccountPreferencesCommandInput
|
|
19
20
|
extends DescribeAccountPreferencesRequest {}
|
|
20
21
|
export interface DescribeAccountPreferencesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BackupPolicyDescription,
|
|
16
16
|
DescribeBackupPolicyRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeBackupPolicyCommandInput
|
|
19
20
|
extends DescribeBackupPolicyRequest {}
|
|
20
21
|
export interface DescribeBackupPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFileSystemPolicyRequest,
|
|
16
16
|
FileSystemPolicyDescription,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFileSystemPolicyCommandInput
|
|
19
20
|
extends DescribeFileSystemPolicyRequest {}
|
|
20
21
|
export interface DescribeFileSystemPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFileSystemsRequest,
|
|
16
16
|
DescribeFileSystemsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFileSystemsCommandInput
|
|
19
20
|
extends DescribeFileSystemsRequest {}
|
|
20
21
|
export interface DescribeFileSystemsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLifecycleConfigurationRequest,
|
|
16
16
|
LifecycleConfigurationDescription,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLifecycleConfigurationCommandInput
|
|
19
20
|
extends DescribeLifecycleConfigurationRequest {}
|
|
20
21
|
export interface DescribeLifecycleConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeMountTargetSecurityGroupsRequest,
|
|
16
16
|
DescribeMountTargetSecurityGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeMountTargetSecurityGroupsCommandInput
|
|
19
20
|
extends DescribeMountTargetSecurityGroupsRequest {}
|
|
20
21
|
export interface DescribeMountTargetSecurityGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeMountTargetsRequest,
|
|
16
16
|
DescribeMountTargetsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeMountTargetsCommandInput
|
|
19
20
|
extends DescribeMountTargetsRequest {}
|
|
20
21
|
export interface DescribeMountTargetsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeReplicationConfigurationsRequest,
|
|
16
16
|
DescribeReplicationConfigurationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeReplicationConfigurationsCommandInput
|
|
19
20
|
extends DescribeReplicationConfigurationsRequest {}
|
|
20
21
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
16
17
|
export interface DescribeTagsCommandOutput
|
|
17
18
|
extends DescribeTagsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ModifyMountTargetSecurityGroupsCommandInput
|
|
16
17
|
extends ModifyMountTargetSecurityGroupsRequest {}
|
|
17
18
|
export interface ModifyMountTargetSecurityGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutAccountPreferencesRequest,
|
|
16
16
|
PutAccountPreferencesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutAccountPreferencesCommandInput
|
|
19
20
|
extends PutAccountPreferencesRequest {}
|
|
20
21
|
export interface PutAccountPreferencesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BackupPolicyDescription,
|
|
16
16
|
PutBackupPolicyRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {}
|
|
19
20
|
export interface PutBackupPolicyCommandOutput
|
|
20
21
|
extends BackupPolicyDescription,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
FileSystemPolicyDescription,
|
|
16
16
|
PutFileSystemPolicyRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutFileSystemPolicyCommandInput
|
|
19
20
|
extends PutFileSystemPolicyRequest {}
|
|
20
21
|
export interface PutFileSystemPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
LifecycleConfigurationDescription,
|
|
16
16
|
PutLifecycleConfigurationRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutLifecycleConfigurationCommandInput
|
|
19
20
|
extends PutLifecycleConfigurationRequest {}
|
|
20
21
|
export interface PutLifecycleConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { TagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EFSClient";
|
|
14
14
|
import { UntagResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
FileSystemDescription,
|
|
16
16
|
UpdateFileSystemRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
19
20
|
export interface UpdateFileSystemCommandOutput
|
|
20
21
|
extends FileSystemDescription,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./EFS";
|
|
2
1
|
export * from "./EFSClient";
|
|
2
|
+
export * from "./EFS";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { EFSServiceException } from "./models/EFSServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class EFSServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|