@aws-sdk/client-fsx 3.940.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +93 -383
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/FSxClient.js +2 -2
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +86 -383
- package/dist-types/FSx.d.ts +1 -1
- package/dist-types/FSxClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -3
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -3
- package/dist-types/commands/CopyBackupCommand.d.ts +3 -3
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +30 -6
- package/dist-types/commands/CreateBackupCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -3
- package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -3
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -3
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +17 -5
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -3
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -4
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -3
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -3
- package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/FSxServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +86 -1
- package/dist-types/pagination/DescribeBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDataRepositoryTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFileSystemAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeVolumesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +6 -1
- package/dist-types/ts3.4/FSxClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +13 -12
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { StartMisconfiguredStateRecoveryRequest, StartMisconfiguredStateRecoveryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { StartMisconfiguredStateRecoveryRequest, StartMisconfiguredStateRecoveryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateFileCacheRequest, UpdateFileCacheResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateFileCacheRequest, UpdateFileCacheResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateSharedVpcConfigurationRequest, UpdateSharedVpcConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateSharedVpcConfigurationRequest, UpdateSharedVpcConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
+
import type { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -636,6 +636,18 @@ export declare const UpdateOpenZFSVolumeOption: {
|
|
|
636
636
|
* @public
|
|
637
637
|
*/
|
|
638
638
|
export type UpdateOpenZFSVolumeOption = (typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
* @enum
|
|
642
|
+
*/
|
|
643
|
+
export declare const OntapFileSystemUserType: {
|
|
644
|
+
readonly UNIX: "UNIX";
|
|
645
|
+
readonly WINDOWS: "WINDOWS";
|
|
646
|
+
};
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
export type OntapFileSystemUserType = (typeof OntapFileSystemUserType)[keyof typeof OntapFileSystemUserType];
|
|
639
651
|
/**
|
|
640
652
|
* @public
|
|
641
653
|
* @enum
|
|
@@ -652,6 +664,7 @@ export type OpenZFSFileSystemUserType = (typeof OpenZFSFileSystemUserType)[keyof
|
|
|
652
664
|
* @enum
|
|
653
665
|
*/
|
|
654
666
|
export declare const S3AccessPointAttachmentType: {
|
|
667
|
+
readonly ONTAP: "ONTAP";
|
|
655
668
|
readonly OPENZFS: "OPENZFS";
|
|
656
669
|
};
|
|
657
670
|
/**
|
|
@@ -667,6 +680,7 @@ export declare const S3AccessPointAttachmentLifecycle: {
|
|
|
667
680
|
readonly CREATING: "CREATING";
|
|
668
681
|
readonly DELETING: "DELETING";
|
|
669
682
|
readonly FAILED: "FAILED";
|
|
683
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
670
684
|
readonly UPDATING: "UPDATING";
|
|
671
685
|
};
|
|
672
686
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ActiveDirectoryErrorType, ServiceLimit } from "./enums";
|
|
3
3
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AdministrativeActionType, AliasLifecycle, AutocommitPeriodType, AutoImportPolicyType, BackupLifecycle, BackupType, DataCompressionType, DataRepositoryLifecycle, DataRepositoryTaskFilterName, DataRepositoryTaskLifecycle, DataRepositoryTaskType, DeleteFileSystemOpenZFSOption, DeleteOpenZFSVolumeOption, DiskIopsConfigurationMode, DriveCacheType, EventType, FileCacheLifecycle, FileCacheLustreDeploymentType, FileCacheType, FileSystemLifecycle, FileSystemMaintenanceOperation, FileSystemType, FilterName, FlexCacheEndpointType, InputOntapVolumeType, LustreAccessAuditLogLevel, LustreDeploymentType, LustreReadCacheSizingMode, MetadataConfigurationMode, NetworkType, NfsVersion, OntapDeploymentType, OntapVolumeType, OpenZFSCopyStrategy, OpenZFSDataCompressionType, OpenZFSDeploymentType, OpenZFSFileSystemUserType, OpenZFSQuotaType, OpenZFSReadCacheSizingMode, PrivilegedDelete, ReportFormat, ReportScope, ResourceType, RestoreOpenZFSVolumeOption, RetentionPeriodType, S3AccessPointAttachmentLifecycle, S3AccessPointAttachmentsFilterName, S3AccessPointAttachmentType, SecurityStyle, SnaplockType, SnapshotFilterName, SnapshotLifecycle, Status, StorageType, StorageVirtualMachineFilterName, StorageVirtualMachineLifecycle, StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineSubtype, TieringPolicyName, Unit, UpdateOpenZFSVolumeOption, VolumeFilterName, VolumeLifecycle, VolumeStyle, VolumeType, WindowsAccessAuditLogLevel, WindowsDeploymentType } from "./enums";
|
|
1
|
+
import { AdministrativeActionType, AliasLifecycle, AutocommitPeriodType, AutoImportPolicyType, BackupLifecycle, BackupType, DataCompressionType, DataRepositoryLifecycle, DataRepositoryTaskFilterName, DataRepositoryTaskLifecycle, DataRepositoryTaskType, DeleteFileSystemOpenZFSOption, DeleteOpenZFSVolumeOption, DiskIopsConfigurationMode, DriveCacheType, EventType, FileCacheLifecycle, FileCacheLustreDeploymentType, FileCacheType, FileSystemLifecycle, FileSystemMaintenanceOperation, FileSystemType, FilterName, FlexCacheEndpointType, InputOntapVolumeType, LustreAccessAuditLogLevel, LustreDeploymentType, LustreReadCacheSizingMode, MetadataConfigurationMode, NetworkType, NfsVersion, OntapDeploymentType, OntapFileSystemUserType, OntapVolumeType, OpenZFSCopyStrategy, OpenZFSDataCompressionType, OpenZFSDeploymentType, OpenZFSFileSystemUserType, OpenZFSQuotaType, OpenZFSReadCacheSizingMode, PrivilegedDelete, ReportFormat, ReportScope, ResourceType, RestoreOpenZFSVolumeOption, RetentionPeriodType, S3AccessPointAttachmentLifecycle, S3AccessPointAttachmentsFilterName, S3AccessPointAttachmentType, SecurityStyle, SnaplockType, SnapshotFilterName, SnapshotLifecycle, Status, StorageType, StorageVirtualMachineFilterName, StorageVirtualMachineLifecycle, StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineSubtype, TieringPolicyName, Unit, UpdateOpenZFSVolumeOption, VolumeFilterName, VolumeLifecycle, VolumeStyle, VolumeType, WindowsAccessAuditLogLevel, WindowsDeploymentType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Microsoft Active Directory attributes of the Amazon FSx for Windows File
|
|
4
4
|
* Server file system.</p>
|
|
@@ -2322,6 +2322,65 @@ export interface CopySnapshotAndUpdateVolumeRequest {
|
|
|
2322
2322
|
*/
|
|
2323
2323
|
Options?: UpdateOpenZFSVolumeOption[] | undefined;
|
|
2324
2324
|
}
|
|
2325
|
+
/**
|
|
2326
|
+
* <p>The FSx for ONTAP UNIX file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2329
|
+
export interface OntapUnixFileSystemUser {
|
|
2330
|
+
/**
|
|
2331
|
+
* <p>The name of the UNIX user. The name can be up to 256 characters long.</p>
|
|
2332
|
+
* @public
|
|
2333
|
+
*/
|
|
2334
|
+
Name: string | undefined;
|
|
2335
|
+
}
|
|
2336
|
+
/**
|
|
2337
|
+
* <p>The FSx for ONTAP Windows file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2338
|
+
* @public
|
|
2339
|
+
*/
|
|
2340
|
+
export interface OntapWindowsFileSystemUser {
|
|
2341
|
+
/**
|
|
2342
|
+
* <p>The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.</p>
|
|
2343
|
+
* @public
|
|
2344
|
+
*/
|
|
2345
|
+
Name: string | undefined;
|
|
2346
|
+
}
|
|
2347
|
+
/**
|
|
2348
|
+
* <p>Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point. The identity can be either a UNIX user or a Windows user.</p>
|
|
2349
|
+
* @public
|
|
2350
|
+
*/
|
|
2351
|
+
export interface OntapFileSystemIdentity {
|
|
2352
|
+
/**
|
|
2353
|
+
* <p>Specifies the FSx for ONTAP user identity type. Valid values are <code>UNIX</code> and <code>WINDOWS</code>.</p>
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2356
|
+
Type: OntapFileSystemUserType | undefined;
|
|
2357
|
+
/**
|
|
2358
|
+
* <p>Specifies the UNIX user identity for file system operations.</p>
|
|
2359
|
+
* @public
|
|
2360
|
+
*/
|
|
2361
|
+
UnixUser?: OntapUnixFileSystemUser | undefined;
|
|
2362
|
+
/**
|
|
2363
|
+
* <p>Specifies the Windows user identity for file system operations.</p>
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
2366
|
+
WindowsUser?: OntapWindowsFileSystemUser | undefined;
|
|
2367
|
+
}
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>Specifies the FSx for ONTAP volume that the S3 access point will be attached to, and the file system user identity.</p>
|
|
2370
|
+
* @public
|
|
2371
|
+
*/
|
|
2372
|
+
export interface CreateAndAttachS3AccessPointOntapConfiguration {
|
|
2373
|
+
/**
|
|
2374
|
+
* <p>The ID of the FSx for ONTAP volume to which you want the S3 access point attached.</p>
|
|
2375
|
+
* @public
|
|
2376
|
+
*/
|
|
2377
|
+
VolumeId: string | undefined;
|
|
2378
|
+
/**
|
|
2379
|
+
* <p>Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.</p>
|
|
2380
|
+
* @public
|
|
2381
|
+
*/
|
|
2382
|
+
FileSystemIdentity: OntapFileSystemIdentity | undefined;
|
|
2383
|
+
}
|
|
2325
2384
|
/**
|
|
2326
2385
|
* <p>The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.</p>
|
|
2327
2386
|
* @public
|
|
@@ -2430,6 +2489,11 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
2430
2489
|
* @public
|
|
2431
2490
|
*/
|
|
2432
2491
|
OpenZFSConfiguration?: CreateAndAttachS3AccessPointOpenZFSConfiguration | undefined;
|
|
2492
|
+
/**
|
|
2493
|
+
* <p>Specifies the FSx for ONTAP volume that the S3 access point will be attached to, and the file system user identity.</p>
|
|
2494
|
+
* @public
|
|
2495
|
+
*/
|
|
2496
|
+
OntapConfiguration?: CreateAndAttachS3AccessPointOntapConfiguration | undefined;
|
|
2433
2497
|
/**
|
|
2434
2498
|
* <p>Specifies the virtual private cloud (VPC) configuration if you're creating an access point that is restricted to a VPC.
|
|
2435
2499
|
* For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-vpc.html">Creating access points restricted to a virtual private cloud</a>.</p>
|
|
@@ -2437,6 +2501,22 @@ export interface CreateAndAttachS3AccessPointRequest {
|
|
|
2437
2501
|
*/
|
|
2438
2502
|
S3AccessPoint?: CreateAndAttachS3AccessPointS3Configuration | undefined;
|
|
2439
2503
|
}
|
|
2504
|
+
/**
|
|
2505
|
+
* <p>Describes the FSx for ONTAP attachment configuration of an S3 access point attachment.</p>
|
|
2506
|
+
* @public
|
|
2507
|
+
*/
|
|
2508
|
+
export interface S3AccessPointOntapConfiguration {
|
|
2509
|
+
/**
|
|
2510
|
+
* <p>The ID of the FSx for ONTAP volume that the S3 access point is attached to.</p>
|
|
2511
|
+
* @public
|
|
2512
|
+
*/
|
|
2513
|
+
VolumeId?: string | undefined;
|
|
2514
|
+
/**
|
|
2515
|
+
* <p>The file system identity used to authorize file access requests made using the S3 access point.</p>
|
|
2516
|
+
* @public
|
|
2517
|
+
*/
|
|
2518
|
+
FileSystemIdentity?: OntapFileSystemIdentity | undefined;
|
|
2519
|
+
}
|
|
2440
2520
|
/**
|
|
2441
2521
|
* <p>Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.</p>
|
|
2442
2522
|
* @public
|
|
@@ -2528,6 +2608,11 @@ export interface S3AccessPointAttachment {
|
|
|
2528
2608
|
* @public
|
|
2529
2609
|
*/
|
|
2530
2610
|
OpenZFSConfiguration?: S3AccessPointOpenZFSConfiguration | undefined;
|
|
2611
|
+
/**
|
|
2612
|
+
* <p>The ONTAP configuration of the S3 access point attachment.</p>
|
|
2613
|
+
* @public
|
|
2614
|
+
*/
|
|
2615
|
+
OntapConfiguration?: S3AccessPointOntapConfiguration | undefined;
|
|
2531
2616
|
/**
|
|
2532
2617
|
* <p>The S3 access point configuration of the S3 access point attachment.</p>
|
|
2533
2618
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "../commands/DescribeDataRepositoryAssociationsCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "../commands/DescribeDataRepositoryTasksCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput } from "../commands/DescribeFileCachesCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "../commands/DescribeFileSystemAliasesCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput } from "../commands/DescribeS3AccessPointAttachmentsCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "../commands/DescribeStorageVirtualMachinesCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
3
|
import { FSxPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var AdminPassword: StaticSimpleSchema;
|
|
3
3
|
export declare var DirectoryPassword: StaticSimpleSchema;
|
|
4
4
|
export declare var AccessPointAlreadyOwnedByYou: StaticErrorSchema;
|
|
@@ -28,6 +28,7 @@ export declare var CopyBackupResponse: StaticStructureSchema;
|
|
|
28
28
|
export declare var CopySnapshotAndUpdateVolumeRequest: StaticStructureSchema;
|
|
29
29
|
export declare var CopySnapshotAndUpdateVolumeResponse: StaticStructureSchema;
|
|
30
30
|
export declare var CreateAggregateConfiguration: StaticStructureSchema;
|
|
31
|
+
export declare var CreateAndAttachS3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
31
32
|
export declare var CreateAndAttachS3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
32
33
|
export declare var CreateAndAttachS3AccessPointRequest: StaticStructureSchema;
|
|
33
34
|
export declare var CreateAndAttachS3AccessPointResponse: StaticStructureSchema;
|
|
@@ -167,7 +168,10 @@ export declare var MissingVolumeConfiguration: StaticErrorSchema;
|
|
|
167
168
|
export declare var NFSDataRepositoryConfiguration: StaticStructureSchema;
|
|
168
169
|
export declare var NotServiceResourceError: StaticErrorSchema;
|
|
169
170
|
export declare var OntapFileSystemConfiguration: StaticStructureSchema;
|
|
171
|
+
export declare var OntapFileSystemIdentity: StaticStructureSchema;
|
|
172
|
+
export declare var OntapUnixFileSystemUser: StaticStructureSchema;
|
|
170
173
|
export declare var OntapVolumeConfiguration: StaticStructureSchema;
|
|
174
|
+
export declare var OntapWindowsFileSystemUser: StaticStructureSchema;
|
|
171
175
|
export declare var OpenZFSClientConfiguration: StaticStructureSchema;
|
|
172
176
|
export declare var OpenZFSCreateRootVolumeConfiguration: StaticStructureSchema;
|
|
173
177
|
export declare var OpenZFSFileSystemConfiguration: StaticStructureSchema;
|
|
@@ -190,6 +194,7 @@ export declare var S3AccessPoint: StaticStructureSchema;
|
|
|
190
194
|
export declare var S3AccessPointAttachment: StaticStructureSchema;
|
|
191
195
|
export declare var S3AccessPointAttachmentNotFound: StaticErrorSchema;
|
|
192
196
|
export declare var S3AccessPointAttachmentsFilter: StaticStructureSchema;
|
|
197
|
+
export declare var S3AccessPointOntapConfiguration: StaticStructureSchema;
|
|
193
198
|
export declare var S3AccessPointOpenZFSConfiguration: StaticStructureSchema;
|
|
194
199
|
export declare var S3AccessPointVpcConfiguration: StaticStructureSchema;
|
|
195
200
|
export declare var S3DataRepositoryConfiguration: StaticStructureSchema;
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
|
@@ -355,12 +355,19 @@ export declare const UpdateOpenZFSVolumeOption: {
|
|
|
355
355
|
};
|
|
356
356
|
export type UpdateOpenZFSVolumeOption =
|
|
357
357
|
(typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
358
|
+
export declare const OntapFileSystemUserType: {
|
|
359
|
+
readonly UNIX: "UNIX";
|
|
360
|
+
readonly WINDOWS: "WINDOWS";
|
|
361
|
+
};
|
|
362
|
+
export type OntapFileSystemUserType =
|
|
363
|
+
(typeof OntapFileSystemUserType)[keyof typeof OntapFileSystemUserType];
|
|
358
364
|
export declare const OpenZFSFileSystemUserType: {
|
|
359
365
|
readonly POSIX: "POSIX";
|
|
360
366
|
};
|
|
361
367
|
export type OpenZFSFileSystemUserType =
|
|
362
368
|
(typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
363
369
|
export declare const S3AccessPointAttachmentType: {
|
|
370
|
+
readonly ONTAP: "ONTAP";
|
|
364
371
|
readonly OPENZFS: "OPENZFS";
|
|
365
372
|
};
|
|
366
373
|
export type S3AccessPointAttachmentType =
|
|
@@ -370,6 +377,7 @@ export declare const S3AccessPointAttachmentLifecycle: {
|
|
|
370
377
|
readonly CREATING: "CREATING";
|
|
371
378
|
readonly DELETING: "DELETING";
|
|
372
379
|
readonly FAILED: "FAILED";
|
|
380
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
373
381
|
readonly UPDATING: "UPDATING";
|
|
374
382
|
};
|
|
375
383
|
export type S3AccessPointAttachmentLifecycle =
|