@aws-sdk/client-fsx 3.835.0 → 3.839.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/README.md +24 -0
- package/dist-cjs/index.js +470 -66
- package/dist-es/FSx.js +6 -0
- package/dist-es/commands/CopyBackupCommand.js +1 -1
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +22 -0
- package/dist-es/commands/CreateBackupCommand.js +1 -1
- package/dist-es/commands/CreateFileSystemCommand.js +2 -1
- package/dist-es/commands/CreateSnapshotCommand.js +1 -1
- package/dist-es/commands/CreateVolumeCommand.js +1 -1
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -1
- package/dist-es/commands/DescribeBackupsCommand.js +1 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js +1 -1
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +22 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
- package/dist-es/commands/DescribeVolumesCommand.js +1 -1
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +22 -0
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -1
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +1 -1
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -1
- package/dist-es/commands/UpdateSnapshotCommand.js +1 -1
- package/dist-es/commands/UpdateVolumeCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +100 -61
- package/dist-es/models/models_1.js +58 -0
- package/dist-es/pagination/DescribeS3AccessPointAttachmentsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +166 -4
- package/dist-types/FSx.d.ts +22 -0
- package/dist-types/FSxClient.d.ts +5 -2
- package/dist-types/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +196 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +135 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +104 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2132 -2044
- package/dist-types/models/models_1.d.ts +384 -0
- package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/FSx.d.ts +52 -0
- package/dist-types/ts3.4/FSxClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -120
- package/dist-types/ts3.4/models/models_1.d.ts +125 -0
- package/dist-types/ts3.4/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +11 -11
package/dist-es/FSx.js
CHANGED
|
@@ -3,6 +3,7 @@ import { AssociateFileSystemAliasesCommand, } from "./commands/AssociateFileSyst
|
|
|
3
3
|
import { CancelDataRepositoryTaskCommand, } from "./commands/CancelDataRepositoryTaskCommand";
|
|
4
4
|
import { CopyBackupCommand } from "./commands/CopyBackupCommand";
|
|
5
5
|
import { CopySnapshotAndUpdateVolumeCommand, } from "./commands/CopySnapshotAndUpdateVolumeCommand";
|
|
6
|
+
import { CreateAndAttachS3AccessPointCommand, } from "./commands/CreateAndAttachS3AccessPointCommand";
|
|
6
7
|
import { CreateBackupCommand, } from "./commands/CreateBackupCommand";
|
|
7
8
|
import { CreateDataRepositoryAssociationCommand, } from "./commands/CreateDataRepositoryAssociationCommand";
|
|
8
9
|
import { CreateDataRepositoryTaskCommand, } from "./commands/CreateDataRepositoryTaskCommand";
|
|
@@ -26,10 +27,12 @@ import { DescribeDataRepositoryTasksCommand, } from "./commands/DescribeDataRepo
|
|
|
26
27
|
import { DescribeFileCachesCommand, } from "./commands/DescribeFileCachesCommand";
|
|
27
28
|
import { DescribeFileSystemAliasesCommand, } from "./commands/DescribeFileSystemAliasesCommand";
|
|
28
29
|
import { DescribeFileSystemsCommand, } from "./commands/DescribeFileSystemsCommand";
|
|
30
|
+
import { DescribeS3AccessPointAttachmentsCommand, } from "./commands/DescribeS3AccessPointAttachmentsCommand";
|
|
29
31
|
import { DescribeSharedVpcConfigurationCommand, } from "./commands/DescribeSharedVpcConfigurationCommand";
|
|
30
32
|
import { DescribeSnapshotsCommand, } from "./commands/DescribeSnapshotsCommand";
|
|
31
33
|
import { DescribeStorageVirtualMachinesCommand, } from "./commands/DescribeStorageVirtualMachinesCommand";
|
|
32
34
|
import { DescribeVolumesCommand, } from "./commands/DescribeVolumesCommand";
|
|
35
|
+
import { DetachAndDeleteS3AccessPointCommand, } from "./commands/DetachAndDeleteS3AccessPointCommand";
|
|
33
36
|
import { DisassociateFileSystemAliasesCommand, } from "./commands/DisassociateFileSystemAliasesCommand";
|
|
34
37
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
35
38
|
import { ReleaseFileSystemNfsV3LocksCommand, } from "./commands/ReleaseFileSystemNfsV3LocksCommand";
|
|
@@ -50,6 +53,7 @@ const commands = {
|
|
|
50
53
|
CancelDataRepositoryTaskCommand,
|
|
51
54
|
CopyBackupCommand,
|
|
52
55
|
CopySnapshotAndUpdateVolumeCommand,
|
|
56
|
+
CreateAndAttachS3AccessPointCommand,
|
|
53
57
|
CreateBackupCommand,
|
|
54
58
|
CreateDataRepositoryAssociationCommand,
|
|
55
59
|
CreateDataRepositoryTaskCommand,
|
|
@@ -73,10 +77,12 @@ const commands = {
|
|
|
73
77
|
DescribeFileCachesCommand,
|
|
74
78
|
DescribeFileSystemAliasesCommand,
|
|
75
79
|
DescribeFileSystemsCommand,
|
|
80
|
+
DescribeS3AccessPointAttachmentsCommand,
|
|
76
81
|
DescribeSharedVpcConfigurationCommand,
|
|
77
82
|
DescribeSnapshotsCommand,
|
|
78
83
|
DescribeStorageVirtualMachinesCommand,
|
|
79
84
|
DescribeVolumesCommand,
|
|
85
|
+
DetachAndDeleteS3AccessPointCommand,
|
|
80
86
|
DisassociateFileSystemAliasesCommand,
|
|
81
87
|
ListTagsForResourceCommand,
|
|
82
88
|
ReleaseFileSystemNfsV3LocksCommand,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CopyBackupResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { CopyBackupResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_CopyBackupCommand, se_CopyBackupCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CopyBackupCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateAndAttachS3AccessPointCommand, se_CreateAndAttachS3AccessPointCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateAndAttachS3AccessPointCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
|
|
17
|
+
.n("FSxClient", "CreateAndAttachS3AccessPointCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateAndAttachS3AccessPointCommand)
|
|
20
|
+
.de(de_CreateAndAttachS3AccessPointCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateBackupResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { CreateBackupResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateBackupCommand extends $Command
|
|
@@ -2,7 +2,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateFileSystemRequestFilterSensitiveLog
|
|
5
|
+
import { CreateFileSystemRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { CreateFileSystemResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
7
|
import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_json1_1";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CreateFileSystemCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateSnapshotResponseFilterSensitiveLog
|
|
5
|
+
import { CreateSnapshotResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSnapshotCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateVolumeResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { CreateVolumeResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateVolumeCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateVolumeFromBackupResponseFilterSensitiveLog
|
|
5
|
+
import { CreateVolumeFromBackupResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_CreateVolumeFromBackupCommand, se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateVolumeFromBackupCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeBackupsResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeBackupsResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBackupsCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeFileSystemsResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeFileSystemsResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeFileSystemsCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeS3AccessPointAttachmentsCommand, se_DescribeS3AccessPointAttachmentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeS3AccessPointAttachmentsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
|
|
17
|
+
.n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeS3AccessPointAttachmentsCommand)
|
|
20
|
+
.de(de_DescribeS3AccessPointAttachmentsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeSnapshotsResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeSnapshotsResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeSnapshotsCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeVolumesResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeVolumesResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeVolumesCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DetachAndDeleteS3AccessPointCommand, se_DetachAndDeleteS3AccessPointCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DetachAndDeleteS3AccessPointCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
|
|
17
|
+
.n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DetachAndDeleteS3AccessPointCommand)
|
|
20
|
+
.de(de_DetachAndDeleteS3AccessPointCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_ReleaseFileSystemNfsV3LocksCommand, se_ReleaseFileSystemNfsV3LocksCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ReleaseFileSystemNfsV3LocksCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartMisconfiguredStateRecoveryResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartMisconfiguredStateRecoveryResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_StartMisconfiguredStateRecoveryCommand, se_StartMisconfiguredStateRecoveryCommand, } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartMisconfiguredStateRecoveryCommand extends $Command
|
|
@@ -2,7 +2,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateFileSystemRequestFilterSensitiveLog
|
|
5
|
+
import { UpdateFileSystemRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { UpdateFileSystemResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
7
|
import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_json1_1";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class UpdateFileSystemCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateSnapshotResponseFilterSensitiveLog
|
|
5
|
+
import { UpdateSnapshotResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateSnapshotCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateVolumeResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { UpdateVolumeResponseFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_UpdateVolumeCommand, se_UpdateVolumeCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateVolumeCommand extends $Command
|
|
@@ -2,6 +2,7 @@ export * from "./AssociateFileSystemAliasesCommand";
|
|
|
2
2
|
export * from "./CancelDataRepositoryTaskCommand";
|
|
3
3
|
export * from "./CopyBackupCommand";
|
|
4
4
|
export * from "./CopySnapshotAndUpdateVolumeCommand";
|
|
5
|
+
export * from "./CreateAndAttachS3AccessPointCommand";
|
|
5
6
|
export * from "./CreateBackupCommand";
|
|
6
7
|
export * from "./CreateDataRepositoryAssociationCommand";
|
|
7
8
|
export * from "./CreateDataRepositoryTaskCommand";
|
|
@@ -25,10 +26,12 @@ export * from "./DescribeDataRepositoryTasksCommand";
|
|
|
25
26
|
export * from "./DescribeFileCachesCommand";
|
|
26
27
|
export * from "./DescribeFileSystemAliasesCommand";
|
|
27
28
|
export * from "./DescribeFileSystemsCommand";
|
|
29
|
+
export * from "./DescribeS3AccessPointAttachmentsCommand";
|
|
28
30
|
export * from "./DescribeSharedVpcConfigurationCommand";
|
|
29
31
|
export * from "./DescribeSnapshotsCommand";
|
|
30
32
|
export * from "./DescribeStorageVirtualMachinesCommand";
|
|
31
33
|
export * from "./DescribeVolumesCommand";
|
|
34
|
+
export * from "./DetachAndDeleteS3AccessPointCommand";
|
|
32
35
|
export * from "./DisassociateFileSystemAliasesCommand";
|
|
33
36
|
export * from "./ListTagsForResourceCommand";
|
|
34
37
|
export * from "./ReleaseFileSystemNfsV3LocksCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
+
export class AccessPointAlreadyOwnedByYou extends __BaseException {
|
|
4
|
+
name = "AccessPointAlreadyOwnedByYou";
|
|
5
|
+
$fault = "client";
|
|
6
|
+
ErrorCode;
|
|
7
|
+
Message;
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessPointAlreadyOwnedByYou",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
Object.setPrototypeOf(this, AccessPointAlreadyOwnedByYou.prototype);
|
|
15
|
+
this.ErrorCode = opts.ErrorCode;
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
3
19
|
export const ActiveDirectoryErrorType = {
|
|
4
20
|
DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
|
|
5
21
|
INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",
|
|
@@ -491,17 +507,64 @@ export const UpdateOpenZFSVolumeOption = {
|
|
|
491
507
|
DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
|
|
492
508
|
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
493
509
|
};
|
|
494
|
-
export
|
|
495
|
-
|
|
510
|
+
export const OpenZFSFileSystemUserType = {
|
|
511
|
+
POSIX: "POSIX",
|
|
512
|
+
};
|
|
513
|
+
export const S3AccessPointAttachmentType = {
|
|
514
|
+
OPENZFS: "OPENZFS",
|
|
515
|
+
};
|
|
516
|
+
export const S3AccessPointAttachmentLifecycle = {
|
|
517
|
+
AVAILABLE: "AVAILABLE",
|
|
518
|
+
CREATING: "CREATING",
|
|
519
|
+
DELETING: "DELETING",
|
|
520
|
+
FAILED: "FAILED",
|
|
521
|
+
UPDATING: "UPDATING",
|
|
522
|
+
};
|
|
523
|
+
export class InvalidAccessPoint extends __BaseException {
|
|
524
|
+
name = "InvalidAccessPoint";
|
|
496
525
|
$fault = "client";
|
|
526
|
+
ErrorCode;
|
|
497
527
|
Message;
|
|
498
528
|
constructor(opts) {
|
|
499
529
|
super({
|
|
500
|
-
name: "
|
|
530
|
+
name: "InvalidAccessPoint",
|
|
501
531
|
$fault: "client",
|
|
502
532
|
...opts,
|
|
503
533
|
});
|
|
504
|
-
Object.setPrototypeOf(this,
|
|
534
|
+
Object.setPrototypeOf(this, InvalidAccessPoint.prototype);
|
|
535
|
+
this.ErrorCode = opts.ErrorCode;
|
|
536
|
+
this.Message = opts.Message;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
export class InvalidRequest extends __BaseException {
|
|
540
|
+
name = "InvalidRequest";
|
|
541
|
+
$fault = "client";
|
|
542
|
+
ErrorCode;
|
|
543
|
+
Message;
|
|
544
|
+
constructor(opts) {
|
|
545
|
+
super({
|
|
546
|
+
name: "InvalidRequest",
|
|
547
|
+
$fault: "client",
|
|
548
|
+
...opts,
|
|
549
|
+
});
|
|
550
|
+
Object.setPrototypeOf(this, InvalidRequest.prototype);
|
|
551
|
+
this.ErrorCode = opts.ErrorCode;
|
|
552
|
+
this.Message = opts.Message;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
export class TooManyAccessPoints extends __BaseException {
|
|
556
|
+
name = "TooManyAccessPoints";
|
|
557
|
+
$fault = "client";
|
|
558
|
+
ErrorCode;
|
|
559
|
+
Message;
|
|
560
|
+
constructor(opts) {
|
|
561
|
+
super({
|
|
562
|
+
name: "TooManyAccessPoints",
|
|
563
|
+
$fault: "client",
|
|
564
|
+
...opts,
|
|
565
|
+
});
|
|
566
|
+
Object.setPrototypeOf(this, TooManyAccessPoints.prototype);
|
|
567
|
+
this.ErrorCode = opts.ErrorCode;
|
|
505
568
|
this.Message = opts.Message;
|
|
506
569
|
}
|
|
507
570
|
}
|
|
@@ -519,6 +582,20 @@ export class VolumeNotFound extends __BaseException {
|
|
|
519
582
|
this.Message = opts.Message;
|
|
520
583
|
}
|
|
521
584
|
}
|
|
585
|
+
export class BackupInProgress extends __BaseException {
|
|
586
|
+
name = "BackupInProgress";
|
|
587
|
+
$fault = "client";
|
|
588
|
+
Message;
|
|
589
|
+
constructor(opts) {
|
|
590
|
+
super({
|
|
591
|
+
name: "BackupInProgress",
|
|
592
|
+
$fault: "client",
|
|
593
|
+
...opts,
|
|
594
|
+
});
|
|
595
|
+
Object.setPrototypeOf(this, BackupInProgress.prototype);
|
|
596
|
+
this.Message = opts.Message;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
522
599
|
export const NfsVersion = {
|
|
523
600
|
NFS3: "NFS3",
|
|
524
601
|
};
|
|
@@ -814,6 +891,25 @@ export const DataRepositoryTaskFilterName = {
|
|
|
814
891
|
FILE_SYSTEM_ID: "file-system-id",
|
|
815
892
|
TASK_LIFECYCLE: "task-lifecycle",
|
|
816
893
|
};
|
|
894
|
+
export const S3AccessPointAttachmentsFilterName = {
|
|
895
|
+
FILE_SYSTEM_ID: "file-system-id",
|
|
896
|
+
TYPE: "type",
|
|
897
|
+
VOLUME_ID: "volume-id",
|
|
898
|
+
};
|
|
899
|
+
export class S3AccessPointAttachmentNotFound extends __BaseException {
|
|
900
|
+
name = "S3AccessPointAttachmentNotFound";
|
|
901
|
+
$fault = "client";
|
|
902
|
+
Message;
|
|
903
|
+
constructor(opts) {
|
|
904
|
+
super({
|
|
905
|
+
name: "S3AccessPointAttachmentNotFound",
|
|
906
|
+
$fault: "client",
|
|
907
|
+
...opts,
|
|
908
|
+
});
|
|
909
|
+
Object.setPrototypeOf(this, S3AccessPointAttachmentNotFound.prototype);
|
|
910
|
+
this.Message = opts.Message;
|
|
911
|
+
}
|
|
912
|
+
}
|
|
817
913
|
export const SnapshotFilterName = {
|
|
818
914
|
FILE_SYSTEM_ID: "file-system-id",
|
|
819
915
|
VOLUME_ID: "volume-id",
|
|
@@ -1002,60 +1098,3 @@ export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
|
1002
1098
|
...obj,
|
|
1003
1099
|
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1004
1100
|
});
|
|
1005
|
-
export const CreateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1008
|
-
});
|
|
1009
|
-
export const CreateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
export const CreateVolumeFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
export const CreateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
export const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1021
|
-
});
|
|
1022
|
-
export const StartMisconfiguredStateRecoveryResponseFilterSensitiveLog = (obj) => ({
|
|
1023
|
-
...obj,
|
|
1024
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1025
|
-
});
|
|
1026
|
-
export const UpdateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1029
|
-
});
|
|
1030
|
-
export const UpdateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const UpdateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const DescribeFileSystemsResponseFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
...(obj.FileSystems && { FileSystems: obj.FileSystems.map((item) => FileSystemFilterSensitiveLog(item)) }),
|
|
1039
|
-
});
|
|
1040
|
-
export const DescribeSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
export const DescribeVolumesResponseFilterSensitiveLog = (obj) => ({
|
|
1044
|
-
...obj,
|
|
1045
|
-
});
|
|
1046
|
-
export const BackupFilterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1049
|
-
});
|
|
1050
|
-
export const CopyBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
...(obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }),
|
|
1053
|
-
});
|
|
1054
|
-
export const CreateBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
...(obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }),
|
|
1057
|
-
});
|
|
1058
|
-
export const DescribeBackupsResponseFilterSensitiveLog = (obj) => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
...(obj.Backups && { Backups: obj.Backups.map((item) => BackupFilterSensitiveLog(item)) }),
|
|
1061
|
-
});
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { FileSystemFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
export const CreateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
3
|
+
...obj,
|
|
4
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
5
|
+
});
|
|
6
|
+
export const CreateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
});
|
|
9
|
+
export const CreateVolumeFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
export const CreateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
export const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = (obj) => ({
|
|
16
|
+
...obj,
|
|
17
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
18
|
+
});
|
|
19
|
+
export const StartMisconfiguredStateRecoveryResponseFilterSensitiveLog = (obj) => ({
|
|
20
|
+
...obj,
|
|
21
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
22
|
+
});
|
|
23
|
+
export const UpdateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
26
|
+
});
|
|
27
|
+
export const UpdateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
28
|
+
...obj,
|
|
29
|
+
});
|
|
30
|
+
export const UpdateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
31
|
+
...obj,
|
|
32
|
+
});
|
|
33
|
+
export const DescribeFileSystemsResponseFilterSensitiveLog = (obj) => ({
|
|
34
|
+
...obj,
|
|
35
|
+
...(obj.FileSystems && { FileSystems: obj.FileSystems.map((item) => FileSystemFilterSensitiveLog(item)) }),
|
|
36
|
+
});
|
|
37
|
+
export const DescribeSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
38
|
+
...obj,
|
|
39
|
+
});
|
|
40
|
+
export const DescribeVolumesResponseFilterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
export const BackupFilterSensitiveLog = (obj) => ({
|
|
44
|
+
...obj,
|
|
45
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
46
|
+
});
|
|
47
|
+
export const CopyBackupResponseFilterSensitiveLog = (obj) => ({
|
|
48
|
+
...obj,
|
|
49
|
+
...(obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }),
|
|
50
|
+
});
|
|
51
|
+
export const CreateBackupResponseFilterSensitiveLog = (obj) => ({
|
|
52
|
+
...obj,
|
|
53
|
+
...(obj.Backup && { Backup: BackupFilterSensitiveLog(obj.Backup) }),
|
|
54
|
+
});
|
|
55
|
+
export const DescribeBackupsResponseFilterSensitiveLog = (obj) => ({
|
|
56
|
+
...obj,
|
|
57
|
+
...(obj.Backups && { Backups: obj.Backups.map((item) => BackupFilterSensitiveLog(item)) }),
|
|
58
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeS3AccessPointAttachmentsCommand, } from "../commands/DescribeS3AccessPointAttachmentsCommand";
|
|
3
|
+
import { FSxClient } from "../FSxClient";
|
|
4
|
+
export const paginateDescribeS3AccessPointAttachments = createPaginator(FSxClient, DescribeS3AccessPointAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4,6 +4,7 @@ export * from "./DescribeDataRepositoryTasksPaginator";
|
|
|
4
4
|
export * from "./DescribeFileCachesPaginator";
|
|
5
5
|
export * from "./DescribeFileSystemAliasesPaginator";
|
|
6
6
|
export * from "./DescribeFileSystemsPaginator";
|
|
7
|
+
export * from "./DescribeS3AccessPointAttachmentsPaginator";
|
|
7
8
|
export * from "./DescribeSnapshotsPaginator";
|
|
8
9
|
export * from "./DescribeStorageVirtualMachinesPaginator";
|
|
9
10
|
export * from "./DescribeVolumesPaginator";
|