@aws-sdk/client-fsx 3.835.0 → 3.837.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 +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
FSxClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../FSxClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateAndAttachS3AccessPointRequest,
|
|
10
|
+
CreateAndAttachS3AccessPointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAndAttachS3AccessPointCommandInput
|
|
15
|
+
extends CreateAndAttachS3AccessPointRequest {}
|
|
16
|
+
export interface CreateAndAttachS3AccessPointCommandOutput
|
|
17
|
+
extends CreateAndAttachS3AccessPointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAndAttachS3AccessPointCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAndAttachS3AccessPointCommandInput,
|
|
24
|
+
CreateAndAttachS3AccessPointCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAndAttachS3AccessPointCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAndAttachS3AccessPointCommandInput,
|
|
33
|
+
CreateAndAttachS3AccessPointCommandOutput,
|
|
34
|
+
FSxClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAndAttachS3AccessPointCommand extends CreateAndAttachS3AccessPointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAndAttachS3AccessPointRequest;
|
|
44
|
+
output: CreateAndAttachS3AccessPointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAndAttachS3AccessPointCommandInput;
|
|
48
|
+
output: CreateAndAttachS3AccessPointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import { CreateBackupRequest
|
|
8
|
+
import { CreateBackupRequest } from "../models/models_0";
|
|
9
|
+
import { CreateBackupResponse } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateFileSystemResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CreateFileSystemRequest } from "../models/models_0";
|
|
9
|
+
import { CreateFileSystemResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateSnapshotResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CreateSnapshotRequest } from "../models/models_0";
|
|
9
|
+
import { CreateSnapshotResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import { CreateVolumeRequest
|
|
8
|
+
import { CreateVolumeRequest } from "../models/models_0";
|
|
9
|
+
import { CreateVolumeResponse } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateVolumeFromBackupResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CreateVolumeFromBackupRequest } from "../models/models_0";
|
|
9
|
+
import { CreateVolumeFromBackupResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateVolumeFromBackupCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeBackupsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DescribeBackupsRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeBackupsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeFileSystemsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DescribeFileSystemsRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeFileSystemsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeFileSystemsCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
FSxClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../FSxClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeS3AccessPointAttachmentsRequest,
|
|
10
|
+
DescribeS3AccessPointAttachmentsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeS3AccessPointAttachmentsCommandInput
|
|
15
|
+
extends DescribeS3AccessPointAttachmentsRequest {}
|
|
16
|
+
export interface DescribeS3AccessPointAttachmentsCommandOutput
|
|
17
|
+
extends DescribeS3AccessPointAttachmentsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeS3AccessPointAttachmentsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeS3AccessPointAttachmentsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeS3AccessPointAttachmentsCommandInput,
|
|
24
|
+
DescribeS3AccessPointAttachmentsCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeS3AccessPointAttachmentsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeS3AccessPointAttachmentsCommandInput,
|
|
33
|
+
DescribeS3AccessPointAttachmentsCommandOutput,
|
|
34
|
+
FSxClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeS3AccessPointAttachmentsCommand extends DescribeS3AccessPointAttachmentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeS3AccessPointAttachmentsRequest;
|
|
44
|
+
output: DescribeS3AccessPointAttachmentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeS3AccessPointAttachmentsCommandInput;
|
|
48
|
+
output: DescribeS3AccessPointAttachmentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeSnapshotsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DescribeSnapshotsRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeSnapshotsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeSnapshotsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeVolumesResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DescribeVolumesRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeVolumesResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
FSxClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../FSxClient";
|
|
8
|
+
import {
|
|
9
|
+
DetachAndDeleteS3AccessPointRequest,
|
|
10
|
+
DetachAndDeleteS3AccessPointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DetachAndDeleteS3AccessPointCommandInput
|
|
15
|
+
extends DetachAndDeleteS3AccessPointRequest {}
|
|
16
|
+
export interface DetachAndDeleteS3AccessPointCommandOutput
|
|
17
|
+
extends DetachAndDeleteS3AccessPointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DetachAndDeleteS3AccessPointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DetachAndDeleteS3AccessPointCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DetachAndDeleteS3AccessPointCommandInput,
|
|
24
|
+
DetachAndDeleteS3AccessPointCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DetachAndDeleteS3AccessPointCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DetachAndDeleteS3AccessPointCommandInput,
|
|
33
|
+
DetachAndDeleteS3AccessPointCommandOutput,
|
|
34
|
+
FSxClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DetachAndDeleteS3AccessPointCommand extends DetachAndDeleteS3AccessPointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetachAndDeleteS3AccessPointRequest;
|
|
44
|
+
output: DetachAndDeleteS3AccessPointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetachAndDeleteS3AccessPointCommandInput;
|
|
48
|
+
output: DetachAndDeleteS3AccessPointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ReleaseFileSystemNfsV3LocksResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ReleaseFileSystemNfsV3LocksRequest } from "../models/models_0";
|
|
9
|
+
import { ReleaseFileSystemNfsV3LocksResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ReleaseFileSystemNfsV3LocksCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
StartMisconfiguredStateRecoveryResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { StartMisconfiguredStateRecoveryRequest } from "../models/models_0";
|
|
9
|
+
import { StartMisconfiguredStateRecoveryResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface StartMisconfiguredStateRecoveryCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateFileSystemResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { UpdateFileSystemRequest } from "../models/models_0";
|
|
9
|
+
import { UpdateFileSystemResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateSnapshotResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { UpdateSnapshotRequest } from "../models/models_0";
|
|
9
|
+
import { UpdateSnapshotResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
|
-
import { UpdateVolumeRequest
|
|
8
|
+
import { UpdateVolumeRequest } from "../models/models_0";
|
|
9
|
+
import { UpdateVolumeResponse } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface UpdateVolumeCommandInput extends UpdateVolumeRequest {}
|
|
@@ -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";
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
+
export declare class AccessPointAlreadyOwnedByYou extends __BaseException {
|
|
4
|
+
readonly name: "AccessPointAlreadyOwnedByYou";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
ErrorCode?: string | undefined;
|
|
7
|
+
Message?: string | undefined;
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessPointAlreadyOwnedByYou, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
3
12
|
export interface ActiveDirectoryBackupAttributes {
|
|
4
13
|
DomainName?: string | undefined;
|
|
5
14
|
ActiveDirectoryId?: string | undefined;
|
|
@@ -735,6 +744,104 @@ export interface CopySnapshotAndUpdateVolumeRequest {
|
|
|
735
744
|
CopyStrategy?: OpenZFSCopyStrategy | undefined;
|
|
736
745
|
Options?: UpdateOpenZFSVolumeOption[] | undefined;
|
|
737
746
|
}
|
|
747
|
+
export interface OpenZFSPosixFileSystemUser {
|
|
748
|
+
Uid: number | undefined;
|
|
749
|
+
Gid: number | undefined;
|
|
750
|
+
SecondaryGids?: number[] | undefined;
|
|
751
|
+
}
|
|
752
|
+
export declare const OpenZFSFileSystemUserType: {
|
|
753
|
+
readonly POSIX: "POSIX";
|
|
754
|
+
};
|
|
755
|
+
export type OpenZFSFileSystemUserType =
|
|
756
|
+
(typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
757
|
+
export interface OpenZFSFileSystemIdentity {
|
|
758
|
+
Type: OpenZFSFileSystemUserType | undefined;
|
|
759
|
+
PosixUser?: OpenZFSPosixFileSystemUser | undefined;
|
|
760
|
+
}
|
|
761
|
+
export interface CreateAndAttachS3AccessPointOpenZFSConfiguration {
|
|
762
|
+
VolumeId: string | undefined;
|
|
763
|
+
FileSystemIdentity: OpenZFSFileSystemIdentity | undefined;
|
|
764
|
+
}
|
|
765
|
+
export interface S3AccessPointVpcConfiguration {
|
|
766
|
+
VpcId?: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface CreateAndAttachS3AccessPointS3Configuration {
|
|
769
|
+
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
770
|
+
Policy?: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export declare const S3AccessPointAttachmentType: {
|
|
773
|
+
readonly OPENZFS: "OPENZFS";
|
|
774
|
+
};
|
|
775
|
+
export type S3AccessPointAttachmentType =
|
|
776
|
+
(typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];
|
|
777
|
+
export interface CreateAndAttachS3AccessPointRequest {
|
|
778
|
+
ClientRequestToken?: string | undefined;
|
|
779
|
+
Name: string | undefined;
|
|
780
|
+
Type: S3AccessPointAttachmentType | undefined;
|
|
781
|
+
OpenZFSConfiguration?:
|
|
782
|
+
| CreateAndAttachS3AccessPointOpenZFSConfiguration
|
|
783
|
+
| undefined;
|
|
784
|
+
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
785
|
+
}
|
|
786
|
+
export declare const S3AccessPointAttachmentLifecycle: {
|
|
787
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
788
|
+
readonly CREATING: "CREATING";
|
|
789
|
+
readonly DELETING: "DELETING";
|
|
790
|
+
readonly FAILED: "FAILED";
|
|
791
|
+
readonly UPDATING: "UPDATING";
|
|
792
|
+
};
|
|
793
|
+
export type S3AccessPointAttachmentLifecycle =
|
|
794
|
+
(typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle];
|
|
795
|
+
export interface S3AccessPointOpenZFSConfiguration {
|
|
796
|
+
VolumeId?: string | undefined;
|
|
797
|
+
FileSystemIdentity?: OpenZFSFileSystemIdentity | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface S3AccessPoint {
|
|
800
|
+
ResourceARN?: string | undefined;
|
|
801
|
+
Alias?: string | undefined;
|
|
802
|
+
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
803
|
+
}
|
|
804
|
+
export interface S3AccessPointAttachment {
|
|
805
|
+
Lifecycle?: S3AccessPointAttachmentLifecycle | undefined;
|
|
806
|
+
LifecycleTransitionReason?: LifecycleTransitionReason | undefined;
|
|
807
|
+
CreationTime?: Date | undefined;
|
|
808
|
+
Name?: string | undefined;
|
|
809
|
+
Type?: S3AccessPointAttachmentType | undefined;
|
|
810
|
+
OpenZFSConfiguration?: S3AccessPointOpenZFSConfiguration | undefined;
|
|
811
|
+
S3AccessPoint?: S3AccessPoint | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface CreateAndAttachS3AccessPointResponse {
|
|
814
|
+
S3AccessPointAttachment?: S3AccessPointAttachment | undefined;
|
|
815
|
+
}
|
|
816
|
+
export declare class InvalidAccessPoint extends __BaseException {
|
|
817
|
+
readonly name: "InvalidAccessPoint";
|
|
818
|
+
readonly $fault: "client";
|
|
819
|
+
ErrorCode?: string | undefined;
|
|
820
|
+
Message?: string | undefined;
|
|
821
|
+
constructor(opts: __ExceptionOptionType<InvalidAccessPoint, __BaseException>);
|
|
822
|
+
}
|
|
823
|
+
export declare class InvalidRequest extends __BaseException {
|
|
824
|
+
readonly name: "InvalidRequest";
|
|
825
|
+
readonly $fault: "client";
|
|
826
|
+
ErrorCode?: string | undefined;
|
|
827
|
+
Message?: string | undefined;
|
|
828
|
+
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
829
|
+
}
|
|
830
|
+
export declare class TooManyAccessPoints extends __BaseException {
|
|
831
|
+
readonly name: "TooManyAccessPoints";
|
|
832
|
+
readonly $fault: "client";
|
|
833
|
+
ErrorCode?: string | undefined;
|
|
834
|
+
Message?: string | undefined;
|
|
835
|
+
constructor(
|
|
836
|
+
opts: __ExceptionOptionType<TooManyAccessPoints, __BaseException>
|
|
837
|
+
);
|
|
838
|
+
}
|
|
839
|
+
export declare class VolumeNotFound extends __BaseException {
|
|
840
|
+
readonly name: "VolumeNotFound";
|
|
841
|
+
readonly $fault: "client";
|
|
842
|
+
Message?: string | undefined;
|
|
843
|
+
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
844
|
+
}
|
|
738
845
|
export declare class BackupInProgress extends __BaseException {
|
|
739
846
|
readonly name: "BackupInProgress";
|
|
740
847
|
readonly $fault: "client";
|
|
@@ -747,12 +854,6 @@ export interface CreateBackupRequest {
|
|
|
747
854
|
Tags?: Tag[] | undefined;
|
|
748
855
|
VolumeId?: string | undefined;
|
|
749
856
|
}
|
|
750
|
-
export declare class VolumeNotFound extends __BaseException {
|
|
751
|
-
readonly name: "VolumeNotFound";
|
|
752
|
-
readonly $fault: "client";
|
|
753
|
-
Message?: string | undefined;
|
|
754
|
-
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
755
|
-
}
|
|
756
857
|
export interface S3DataRepositoryConfiguration {
|
|
757
858
|
AutoImportPolicy?: AutoImportPolicy | undefined;
|
|
758
859
|
AutoExportPolicy?: AutoExportPolicy | undefined;
|
|
@@ -1557,6 +1658,38 @@ export interface DescribeFileSystemsRequest {
|
|
|
1557
1658
|
MaxResults?: number | undefined;
|
|
1558
1659
|
NextToken?: string | undefined;
|
|
1559
1660
|
}
|
|
1661
|
+
export declare const S3AccessPointAttachmentsFilterName: {
|
|
1662
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
1663
|
+
readonly TYPE: "type";
|
|
1664
|
+
readonly VOLUME_ID: "volume-id";
|
|
1665
|
+
};
|
|
1666
|
+
export type S3AccessPointAttachmentsFilterName =
|
|
1667
|
+
(typeof S3AccessPointAttachmentsFilterName)[keyof typeof S3AccessPointAttachmentsFilterName];
|
|
1668
|
+
export interface S3AccessPointAttachmentsFilter {
|
|
1669
|
+
Name?: S3AccessPointAttachmentsFilterName | undefined;
|
|
1670
|
+
Values?: string[] | undefined;
|
|
1671
|
+
}
|
|
1672
|
+
export interface DescribeS3AccessPointAttachmentsRequest {
|
|
1673
|
+
Names?: string[] | undefined;
|
|
1674
|
+
Filters?: S3AccessPointAttachmentsFilter[] | undefined;
|
|
1675
|
+
MaxResults?: number | undefined;
|
|
1676
|
+
NextToken?: string | undefined;
|
|
1677
|
+
}
|
|
1678
|
+
export interface DescribeS3AccessPointAttachmentsResponse {
|
|
1679
|
+
S3AccessPointAttachments?: S3AccessPointAttachment[] | undefined;
|
|
1680
|
+
NextToken?: string | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export declare class S3AccessPointAttachmentNotFound extends __BaseException {
|
|
1683
|
+
readonly name: "S3AccessPointAttachmentNotFound";
|
|
1684
|
+
readonly $fault: "client";
|
|
1685
|
+
Message?: string | undefined;
|
|
1686
|
+
constructor(
|
|
1687
|
+
opts: __ExceptionOptionType<
|
|
1688
|
+
S3AccessPointAttachmentNotFound,
|
|
1689
|
+
__BaseException
|
|
1690
|
+
>
|
|
1691
|
+
);
|
|
1692
|
+
}
|
|
1560
1693
|
export interface DescribeSharedVpcConfigurationRequest {}
|
|
1561
1694
|
export interface DescribeSharedVpcConfigurationResponse {
|
|
1562
1695
|
EnableFsxRouteTableUpdatesFromParticipantAccounts?: string | undefined;
|
|
@@ -1613,6 +1746,14 @@ export interface DescribeVolumesRequest {
|
|
|
1613
1746
|
MaxResults?: number | undefined;
|
|
1614
1747
|
NextToken?: string | undefined;
|
|
1615
1748
|
}
|
|
1749
|
+
export interface DetachAndDeleteS3AccessPointRequest {
|
|
1750
|
+
ClientRequestToken?: string | undefined;
|
|
1751
|
+
Name: string | undefined;
|
|
1752
|
+
}
|
|
1753
|
+
export interface DetachAndDeleteS3AccessPointResponse {
|
|
1754
|
+
Lifecycle?: S3AccessPointAttachmentLifecycle | undefined;
|
|
1755
|
+
Name?: string | undefined;
|
|
1756
|
+
}
|
|
1616
1757
|
export interface DisassociateFileSystemAliasesRequest {
|
|
1617
1758
|
ClientRequestToken?: string | undefined;
|
|
1618
1759
|
FileSystemId: string | undefined;
|
|
@@ -1914,74 +2055,6 @@ export interface RestoreVolumeFromSnapshotResponse {
|
|
|
1914
2055
|
export interface CreateFileSystemFromBackupResponse {
|
|
1915
2056
|
FileSystem?: FileSystem | undefined;
|
|
1916
2057
|
}
|
|
1917
|
-
export interface CreateFileSystemResponse {
|
|
1918
|
-
FileSystem?: FileSystem | undefined;
|
|
1919
|
-
}
|
|
1920
|
-
export interface CreateSnapshotResponse {
|
|
1921
|
-
Snapshot?: Snapshot | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface CreateVolumeFromBackupResponse {
|
|
1924
|
-
Volume?: Volume | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface CreateVolumeResponse {
|
|
1927
|
-
Volume?: Volume | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
1930
|
-
FileSystem?: FileSystem | undefined;
|
|
1931
|
-
}
|
|
1932
|
-
export interface StartMisconfiguredStateRecoveryResponse {
|
|
1933
|
-
FileSystem?: FileSystem | undefined;
|
|
1934
|
-
}
|
|
1935
|
-
export interface UpdateFileSystemResponse {
|
|
1936
|
-
FileSystem?: FileSystem | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface UpdateSnapshotResponse {
|
|
1939
|
-
Snapshot?: Snapshot | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface UpdateVolumeResponse {
|
|
1942
|
-
Volume?: Volume | undefined;
|
|
1943
|
-
}
|
|
1944
|
-
export interface DescribeFileSystemsResponse {
|
|
1945
|
-
FileSystems?: FileSystem[] | undefined;
|
|
1946
|
-
NextToken?: string | undefined;
|
|
1947
|
-
}
|
|
1948
|
-
export interface DescribeSnapshotsResponse {
|
|
1949
|
-
Snapshots?: Snapshot[] | undefined;
|
|
1950
|
-
NextToken?: string | undefined;
|
|
1951
|
-
}
|
|
1952
|
-
export interface DescribeVolumesResponse {
|
|
1953
|
-
Volumes?: Volume[] | undefined;
|
|
1954
|
-
NextToken?: string | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export interface Backup {
|
|
1957
|
-
BackupId: string | undefined;
|
|
1958
|
-
Lifecycle: BackupLifecycle | undefined;
|
|
1959
|
-
FailureDetails?: BackupFailureDetails | undefined;
|
|
1960
|
-
Type: BackupType | undefined;
|
|
1961
|
-
ProgressPercent?: number | undefined;
|
|
1962
|
-
CreationTime: Date | undefined;
|
|
1963
|
-
KmsKeyId?: string | undefined;
|
|
1964
|
-
ResourceARN?: string | undefined;
|
|
1965
|
-
Tags?: Tag[] | undefined;
|
|
1966
|
-
FileSystem: FileSystem | undefined;
|
|
1967
|
-
DirectoryInformation?: ActiveDirectoryBackupAttributes | undefined;
|
|
1968
|
-
OwnerId?: string | undefined;
|
|
1969
|
-
SourceBackupId?: string | undefined;
|
|
1970
|
-
SourceBackupRegion?: string | undefined;
|
|
1971
|
-
ResourceType?: ResourceType | undefined;
|
|
1972
|
-
Volume?: Volume | undefined;
|
|
1973
|
-
SizeInBytes?: number | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface CopyBackupResponse {
|
|
1976
|
-
Backup?: Backup | undefined;
|
|
1977
|
-
}
|
|
1978
|
-
export interface CreateBackupResponse {
|
|
1979
|
-
Backup?: Backup | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface DescribeBackupsResponse {
|
|
1982
|
-
Backups?: Backup[] | undefined;
|
|
1983
|
-
NextToken?: string | undefined;
|
|
1984
|
-
}
|
|
1985
2058
|
export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
|
|
1986
2059
|
obj: OntapFileSystemConfiguration
|
|
1987
2060
|
) => any;
|
|
@@ -2039,49 +2112,3 @@ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
|
|
|
2039
2112
|
export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
|
|
2040
2113
|
obj: CreateFileSystemFromBackupResponse
|
|
2041
2114
|
) => any;
|
|
2042
|
-
export declare const CreateFileSystemResponseFilterSensitiveLog: (
|
|
2043
|
-
obj: CreateFileSystemResponse
|
|
2044
|
-
) => any;
|
|
2045
|
-
export declare const CreateSnapshotResponseFilterSensitiveLog: (
|
|
2046
|
-
obj: CreateSnapshotResponse
|
|
2047
|
-
) => any;
|
|
2048
|
-
export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
|
|
2049
|
-
obj: CreateVolumeFromBackupResponse
|
|
2050
|
-
) => any;
|
|
2051
|
-
export declare const CreateVolumeResponseFilterSensitiveLog: (
|
|
2052
|
-
obj: CreateVolumeResponse
|
|
2053
|
-
) => any;
|
|
2054
|
-
export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
|
|
2055
|
-
obj: ReleaseFileSystemNfsV3LocksResponse
|
|
2056
|
-
) => any;
|
|
2057
|
-
export declare const StartMisconfiguredStateRecoveryResponseFilterSensitiveLog: (
|
|
2058
|
-
obj: StartMisconfiguredStateRecoveryResponse
|
|
2059
|
-
) => any;
|
|
2060
|
-
export declare const UpdateFileSystemResponseFilterSensitiveLog: (
|
|
2061
|
-
obj: UpdateFileSystemResponse
|
|
2062
|
-
) => any;
|
|
2063
|
-
export declare const UpdateSnapshotResponseFilterSensitiveLog: (
|
|
2064
|
-
obj: UpdateSnapshotResponse
|
|
2065
|
-
) => any;
|
|
2066
|
-
export declare const UpdateVolumeResponseFilterSensitiveLog: (
|
|
2067
|
-
obj: UpdateVolumeResponse
|
|
2068
|
-
) => any;
|
|
2069
|
-
export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
|
|
2070
|
-
obj: DescribeFileSystemsResponse
|
|
2071
|
-
) => any;
|
|
2072
|
-
export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
|
|
2073
|
-
obj: DescribeSnapshotsResponse
|
|
2074
|
-
) => any;
|
|
2075
|
-
export declare const DescribeVolumesResponseFilterSensitiveLog: (
|
|
2076
|
-
obj: DescribeVolumesResponse
|
|
2077
|
-
) => any;
|
|
2078
|
-
export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
|
|
2079
|
-
export declare const CopyBackupResponseFilterSensitiveLog: (
|
|
2080
|
-
obj: CopyBackupResponse
|
|
2081
|
-
) => any;
|
|
2082
|
-
export declare const CreateBackupResponseFilterSensitiveLog: (
|
|
2083
|
-
obj: CreateBackupResponse
|
|
2084
|
-
) => any;
|
|
2085
|
-
export declare const DescribeBackupsResponseFilterSensitiveLog: (
|
|
2086
|
-
obj: DescribeBackupsResponse
|
|
2087
|
-
) => any;
|