@aws-sdk/client-fsx 3.1077.0 → 3.1079.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 +56 -483
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -14
- package/dist-es/commands/CopyBackupCommand.js +2 -14
- package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -14
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -14
- package/dist-es/commands/CreateBackupCommand.js +2 -14
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -14
- package/dist-es/commands/CreateFileCacheCommand.js +2 -14
- package/dist-es/commands/CreateFileSystemCommand.js +2 -14
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/CreateVolumeCommand.js +2 -14
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -14
- package/dist-es/commands/DeleteBackupCommand.js +2 -14
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteFileCacheCommand.js +2 -14
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/DeleteVolumeCommand.js +2 -14
- package/dist-es/commands/DescribeBackupsCommand.js +2 -14
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -14
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -14
- package/dist-es/commands/DescribeFileCachesCommand.js +2 -14
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -14
- package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -14
- package/dist-es/commands/DescribeVolumesCommand.js +2 -14
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -14
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -14
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -14
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateFileCacheCommand.js +2 -14
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
- package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/UpdateVolumeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -8
- package/dist-types/commands/CopyBackupCommand.d.ts +3 -8
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -8
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -8
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -8
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -8
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeVolumes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeVolumesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})
|
|
13
|
-
.n("FSxClient", "DescribeVolumesCommand")
|
|
14
|
-
.sc(DescribeVolumes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeVolumesCommand extends command(_ep0, _mw0, "DescribeVolumes", DescribeVolumes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DetachAndDeleteS3AccessPoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DetachAndDeleteS3AccessPointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
|
|
13
|
-
.n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
|
|
14
|
-
.sc(DetachAndDeleteS3AccessPoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DetachAndDeleteS3AccessPointCommand extends command(_ep0, _mw0, "DetachAndDeleteS3AccessPoint", DetachAndDeleteS3AccessPoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateFileSystemAliases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateFileSystemAliasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})
|
|
13
|
-
.n("FSxClient", "DisassociateFileSystemAliasesCommand")
|
|
14
|
-
.sc(DisassociateFileSystemAliases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateFileSystemAliasesCommand extends command(_ep0, _mw0, "DisassociateFileSystemAliases", DisassociateFileSystemAliases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
|
|
13
|
-
.n("FSxClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ReleaseFileSystemNfsV3Locks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ReleaseFileSystemNfsV3LocksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
|
|
13
|
-
.n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
|
|
14
|
-
.sc(ReleaseFileSystemNfsV3Locks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ReleaseFileSystemNfsV3LocksCommand extends command(_ep0, _mw0, "ReleaseFileSystemNfsV3Locks", ReleaseFileSystemNfsV3Locks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RestoreVolumeFromSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RestoreVolumeFromSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
|
|
13
|
-
.n("FSxClient", "RestoreVolumeFromSnapshotCommand")
|
|
14
|
-
.sc(RestoreVolumeFromSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RestoreVolumeFromSnapshotCommand extends command(_ep0, _mw0, "RestoreVolumeFromSnapshot", RestoreVolumeFromSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartMisconfiguredStateRecovery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartMisconfiguredStateRecoveryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
|
|
13
|
-
.n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
|
|
14
|
-
.sc(StartMisconfiguredStateRecovery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartMisconfiguredStateRecoveryCommand extends command(_ep0, _mw0, "StartMisconfiguredStateRecovery", StartMisconfiguredStateRecovery$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "TagResource", {})
|
|
13
|
-
.n("FSxClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UntagResource", {})
|
|
13
|
-
.n("FSxClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDataRepositoryAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDataRepositoryAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
|
|
13
|
-
.n("FSxClient", "UpdateDataRepositoryAssociationCommand")
|
|
14
|
-
.sc(UpdateDataRepositoryAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDataRepositoryAssociationCommand extends command(_ep0, _mw0, "UpdateDataRepositoryAssociation", UpdateDataRepositoryAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFileCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFileCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
|
|
13
|
-
.n("FSxClient", "UpdateFileCacheCommand")
|
|
14
|
-
.sc(UpdateFileCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFileCacheCommand extends command(_ep0, _mw0, "UpdateFileCache", UpdateFileCache$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFileSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFileSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
|
|
13
|
-
.n("FSxClient", "UpdateFileSystemCommand")
|
|
14
|
-
.sc(UpdateFileSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFileSystemCommand extends command(_ep0, _mw0, "UpdateFileSystem", UpdateFileSystem$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSharedVpcConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSharedVpcConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
|
|
13
|
-
.n("FSxClient", "UpdateSharedVpcConfigurationCommand")
|
|
14
|
-
.sc(UpdateSharedVpcConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSharedVpcConfigurationCommand extends command(_ep0, _mw0, "UpdateSharedVpcConfiguration", UpdateSharedVpcConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})
|
|
13
|
-
.n("FSxClient", "UpdateSnapshotCommand")
|
|
14
|
-
.sc(UpdateSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSnapshotCommand extends command(_ep0, _mw0, "UpdateSnapshot", UpdateSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateStorageVirtualMachine$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateStorageVirtualMachineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})
|
|
13
|
-
.n("FSxClient", "UpdateStorageVirtualMachineCommand")
|
|
14
|
-
.sc(UpdateStorageVirtualMachine$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateStorageVirtualMachineCommand extends command(_ep0, _mw0, "UpdateStorageVirtualMachine", UpdateStorageVirtualMachine$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateVolume$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateVolumeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})
|
|
13
|
-
.n("FSxClient", "UpdateVolumeCommand")
|
|
14
|
-
.sc(UpdateVolume$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateVolumeCommand extends command(_ep0, _mw0, "UpdateVolume", UpdateVolume$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./FSxClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateFileSystemAliasesCommandInput extends AssociateFileSys
|
|
|
22
19
|
export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSystemAliasesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateFileSystemAliasesCommand_base: {
|
|
25
|
-
new (input: AssociateFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelDataRepositoryTaskCommandInput extends CancelDataReposito
|
|
|
22
19
|
export interface CancelDataRepositoryTaskCommandOutput extends CancelDataRepositoryTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelDataRepositoryTaskCommand_base: {
|
|
25
|
-
new (input: CancelDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CopyBackupCommandInput extends CopyBackupRequest {
|
|
|
22
19
|
export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CopyBackupCommand_base: {
|
|
25
|
-
new (input: CopyBackupCommandInput): import("@smithy/core/client").CommandImpl<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CopyBackupCommandInput): import("@smithy/core/client").CommandImpl<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CopyBackupCommandInput): import("@smithy/core/client").CommandImpl<CopyBackupCommandInput, CopyBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CopyBackupCommandInput): import("@smithy/core/client").CommandImpl<CopyBackupCommandInput, CopyBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CopySnapshotAndUpdateVolumeRequest, CopySnapshotAndUpdateVolumeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CopySnapshotAndUpdateVolumeCommandInput extends CopySnapshotAnd
|
|
|
22
19
|
export interface CopySnapshotAndUpdateVolumeCommandOutput extends CopySnapshotAndUpdateVolumeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
25
|
-
new (input: CopySnapshotAndUpdateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CopySnapshotAndUpdateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CopySnapshotAndUpdateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CopySnapshotAndUpdateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/on-demand-replication.html">on-demand data replication</a> in the Amazon FSx for OpenZFS User
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateAndAttachS3AccessPointRequest, CreateAndAttachS3AccessPointResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAndAttachS3AccessPointCommandInput extends CreateAndAttac
|
|
|
22
19
|
export interface CreateAndAttachS3AccessPointCommandOutput extends CreateAndAttachS3AccessPointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
25
|
-
new (input: CreateAndAttachS3AccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAndAttachS3AccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAndAttachS3AccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAndAttachS3AccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an S3 access point and attaches it to an Amazon FSx volume. For FSx for OpenZFS file systems, the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBackupCommandInput extends CreateBackupRequest {
|
|
|
22
19
|
export interface CreateBackupCommandOutput extends CreateBackupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBackupCommand_base: {
|
|
25
|
-
new (input: CreateBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [CreateBackupCommandInput]): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [CreateBackupCommandInput]): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a backup of an existing Amazon FSx for Windows File Server file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDataRepositoryAssociationCommandInput extends CreateDataR
|
|
|
22
19
|
export interface CreateDataRepositoryAssociationCommandOutput extends CreateDataRepositoryAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDataRepositoryAssociationCommand_base: {
|
|
25
|
-
new (input: CreateDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon FSx for Lustre data repository association (DRA). A data
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDataRepositoryTaskCommandInput extends CreateDataReposito
|
|
|
22
19
|
export interface CreateDataRepositoryTaskCommandOutput extends CreateDataRepositoryTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDataRepositoryTaskCommand_base: {
|
|
25
|
-
new (input: CreateDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDataRepositoryTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon FSx for Lustre data repository task.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateFileCacheRequest, CreateFileCacheResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFileCacheCommandInput extends CreateFileCacheRequest {
|
|
|
22
19
|
export interface CreateFileCacheCommandOutput extends CreateFileCacheResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFileCacheCommand_base: {
|
|
25
|
-
new (input: CreateFileCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFileCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFileCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFileCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amazon File Cache resource.</p>
|