@aws-sdk/client-fsx 3.948.0 → 3.953.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 +1121 -770
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -2
- package/dist-es/commands/CopyBackupCommand.js +2 -2
- package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -2
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -2
- package/dist-es/commands/CreateBackupCommand.js +2 -2
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -2
- package/dist-es/commands/CreateFileCacheCommand.js +2 -2
- package/dist-es/commands/CreateFileSystemCommand.js +2 -2
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/CreateVolumeCommand.js +2 -2
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -2
- package/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteFileCacheCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/DeleteVolumeCommand.js +2 -2
- package/dist-es/commands/DescribeBackupsCommand.js +2 -2
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -2
- package/dist-es/commands/DescribeFileCachesCommand.js +2 -2
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -2
- package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -2
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -2
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateFileCacheCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/UpdateVolumeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +686 -638
- package/dist-types/FSxClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +304 -364
- package/dist-types/ts3.4/FSxClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -365
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.fsx",
|
|
32
|
+
version: "2018-03-01",
|
|
33
|
+
serviceTarget: "AWSSimbaAPIService_v20180301",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "FSx",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateFileSystemAliases } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateFileSystemAliases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateFileSystemAliasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateFileSystemAliasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})
|
|
13
13
|
.n("FSxClient", "AssociateFileSystemAliasesCommand")
|
|
14
|
-
.sc(AssociateFileSystemAliases)
|
|
14
|
+
.sc(AssociateFileSystemAliases$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CancelDataRepositoryTask } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelDataRepositoryTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelDataRepositoryTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelDataRepositoryTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})
|
|
13
13
|
.n("FSxClient", "CancelDataRepositoryTaskCommand")
|
|
14
|
-
.sc(CancelDataRepositoryTask)
|
|
14
|
+
.sc(CancelDataRepositoryTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CopyBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { CopyBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CopyBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CopyBackupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CopyBackup", {})
|
|
13
13
|
.n("FSxClient", "CopyBackupCommand")
|
|
14
|
-
.sc(CopyBackup)
|
|
14
|
+
.sc(CopyBackup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CopySnapshotAndUpdateVolume } from "../schemas/schemas_0";
|
|
4
|
+
import { CopySnapshotAndUpdateVolume$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CopySnapshotAndUpdateVolumeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CopySnapshotAndUpdateVolumeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})
|
|
13
13
|
.n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")
|
|
14
|
-
.sc(CopySnapshotAndUpdateVolume)
|
|
14
|
+
.sc(CopySnapshotAndUpdateVolume$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAndAttachS3AccessPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAndAttachS3AccessPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAndAttachS3AccessPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAndAttachS3AccessPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
|
|
13
13
|
.n("FSxClient", "CreateAndAttachS3AccessPointCommand")
|
|
14
|
-
.sc(CreateAndAttachS3AccessPoint)
|
|
14
|
+
.sc(CreateAndAttachS3AccessPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBackupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateBackup", {})
|
|
13
13
|
.n("FSxClient", "CreateBackupCommand")
|
|
14
|
-
.sc(CreateBackup)
|
|
14
|
+
.sc(CreateBackup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDataRepositoryAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataRepositoryAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDataRepositoryAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDataRepositoryAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})
|
|
13
13
|
.n("FSxClient", "CreateDataRepositoryAssociationCommand")
|
|
14
|
-
.sc(CreateDataRepositoryAssociation)
|
|
14
|
+
.sc(CreateDataRepositoryAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDataRepositoryTask } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataRepositoryTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDataRepositoryTaskCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDataRepositoryTaskCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})
|
|
13
13
|
.n("FSxClient", "CreateDataRepositoryTaskCommand")
|
|
14
|
-
.sc(CreateDataRepositoryTask)
|
|
14
|
+
.sc(CreateDataRepositoryTask$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFileCache } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFileCache$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFileCacheCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFileCacheCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})
|
|
13
13
|
.n("FSxClient", "CreateFileCacheCommand")
|
|
14
|
-
.sc(CreateFileCache)
|
|
14
|
+
.sc(CreateFileCache$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFileSystem } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFileSystem$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFileSystemCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFileSystemCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})
|
|
13
13
|
.n("FSxClient", "CreateFileSystemCommand")
|
|
14
|
-
.sc(CreateFileSystem)
|
|
14
|
+
.sc(CreateFileSystem$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFileSystemFromBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFileSystemFromBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFileSystemFromBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFileSystemFromBackupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})
|
|
13
13
|
.n("FSxClient", "CreateFileSystemFromBackupCommand")
|
|
14
|
-
.sc(CreateFileSystemFromBackup)
|
|
14
|
+
.sc(CreateFileSystemFromBackup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})
|
|
13
13
|
.n("FSxClient", "CreateSnapshotCommand")
|
|
14
|
-
.sc(CreateSnapshot)
|
|
14
|
+
.sc(CreateSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateStorageVirtualMachine } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateStorageVirtualMachine$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateStorageVirtualMachineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateStorageVirtualMachineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})
|
|
13
13
|
.n("FSxClient", "CreateStorageVirtualMachineCommand")
|
|
14
|
-
.sc(CreateStorageVirtualMachine)
|
|
14
|
+
.sc(CreateStorageVirtualMachine$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateVolume } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateVolume$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateVolumeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateVolumeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateVolume", {})
|
|
13
13
|
.n("FSxClient", "CreateVolumeCommand")
|
|
14
|
-
.sc(CreateVolume)
|
|
14
|
+
.sc(CreateVolume$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateVolumeFromBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateVolumeFromBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateVolumeFromBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateVolumeFromBackupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})
|
|
13
13
|
.n("FSxClient", "CreateVolumeFromBackupCommand")
|
|
14
|
-
.sc(CreateVolumeFromBackup)
|
|
14
|
+
.sc(CreateVolumeFromBackup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBackupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})
|
|
13
13
|
.n("FSxClient", "DeleteBackupCommand")
|
|
14
|
-
.sc(DeleteBackup)
|
|
14
|
+
.sc(DeleteBackup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDataRepositoryAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDataRepositoryAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDataRepositoryAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDataRepositoryAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})
|
|
13
13
|
.n("FSxClient", "DeleteDataRepositoryAssociationCommand")
|
|
14
|
-
.sc(DeleteDataRepositoryAssociation)
|
|
14
|
+
.sc(DeleteDataRepositoryAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFileCache } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFileCache$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFileCacheCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFileCacheCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})
|
|
13
13
|
.n("FSxClient", "DeleteFileCacheCommand")
|
|
14
|
-
.sc(DeleteFileCache)
|
|
14
|
+
.sc(DeleteFileCache$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFileSystem } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFileSystem$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFileSystemCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFileSystemCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})
|
|
13
13
|
.n("FSxClient", "DeleteFileSystemCommand")
|
|
14
|
-
.sc(DeleteFileSystem)
|
|
14
|
+
.sc(DeleteFileSystem$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})
|
|
13
13
|
.n("FSxClient", "DeleteSnapshotCommand")
|
|
14
|
-
.sc(DeleteSnapshot)
|
|
14
|
+
.sc(DeleteSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteStorageVirtualMachine } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteStorageVirtualMachine$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteStorageVirtualMachineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteStorageVirtualMachineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})
|
|
13
13
|
.n("FSxClient", "DeleteStorageVirtualMachineCommand")
|
|
14
|
-
.sc(DeleteStorageVirtualMachine)
|
|
14
|
+
.sc(DeleteStorageVirtualMachine$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteVolume } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteVolume$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteVolumeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteVolumeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})
|
|
13
13
|
.n("FSxClient", "DeleteVolumeCommand")
|
|
14
|
-
.sc(DeleteVolume)
|
|
14
|
+
.sc(DeleteVolume$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBackups } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBackups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBackupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBackupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})
|
|
13
13
|
.n("FSxClient", "DescribeBackupsCommand")
|
|
14
|
-
.sc(DescribeBackups)
|
|
14
|
+
.sc(DescribeBackups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDataRepositoryAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataRepositoryAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDataRepositoryAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})
|
|
13
13
|
.n("FSxClient", "DescribeDataRepositoryAssociationsCommand")
|
|
14
|
-
.sc(DescribeDataRepositoryAssociations)
|
|
14
|
+
.sc(DescribeDataRepositoryAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeDataRepositoryTasks } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataRepositoryTasks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDataRepositoryTasksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDataRepositoryTasksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})
|
|
13
13
|
.n("FSxClient", "DescribeDataRepositoryTasksCommand")
|
|
14
|
-
.sc(DescribeDataRepositoryTasks)
|
|
14
|
+
.sc(DescribeDataRepositoryTasks$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeFileCaches } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFileCaches$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFileCachesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFileCachesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})
|
|
13
13
|
.n("FSxClient", "DescribeFileCachesCommand")
|
|
14
|
-
.sc(DescribeFileCaches)
|
|
14
|
+
.sc(DescribeFileCaches$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeFileSystemAliases } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFileSystemAliases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFileSystemAliasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFileSystemAliasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})
|
|
13
13
|
.n("FSxClient", "DescribeFileSystemAliasesCommand")
|
|
14
|
-
.sc(DescribeFileSystemAliases)
|
|
14
|
+
.sc(DescribeFileSystemAliases$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeFileSystems } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFileSystems$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFileSystemsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFileSystemsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})
|
|
13
13
|
.n("FSxClient", "DescribeFileSystemsCommand")
|
|
14
|
-
.sc(DescribeFileSystems)
|
|
14
|
+
.sc(DescribeFileSystems$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeS3AccessPointAttachments } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeS3AccessPointAttachments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeS3AccessPointAttachmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeS3AccessPointAttachmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
|
|
13
13
|
.n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
|
|
14
|
-
.sc(DescribeS3AccessPointAttachments)
|
|
14
|
+
.sc(DescribeS3AccessPointAttachments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeSharedVpcConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSharedVpcConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSharedVpcConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSharedVpcConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})
|
|
13
13
|
.n("FSxClient", "DescribeSharedVpcConfigurationCommand")
|
|
14
|
-
.sc(DescribeSharedVpcConfiguration)
|
|
14
|
+
.sc(DescribeSharedVpcConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeSnapshots } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSnapshots$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSnapshotsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSnapshotsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})
|
|
13
13
|
.n("FSxClient", "DescribeSnapshotsCommand")
|
|
14
|
-
.sc(DescribeSnapshots)
|
|
14
|
+
.sc(DescribeSnapshots$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeStorageVirtualMachines } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeStorageVirtualMachines$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeStorageVirtualMachinesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeStorageVirtualMachinesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeStorageVirtualMachines", {})
|
|
13
13
|
.n("FSxClient", "DescribeStorageVirtualMachinesCommand")
|
|
14
|
-
.sc(DescribeStorageVirtualMachines)
|
|
14
|
+
.sc(DescribeStorageVirtualMachines$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeVolumes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeVolumes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeVolumesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeVolumesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})
|
|
13
13
|
.n("FSxClient", "DescribeVolumesCommand")
|
|
14
|
-
.sc(DescribeVolumes)
|
|
14
|
+
.sc(DescribeVolumes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachAndDeleteS3AccessPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachAndDeleteS3AccessPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachAndDeleteS3AccessPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachAndDeleteS3AccessPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
|
|
13
13
|
.n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
|
|
14
|
-
.sc(DetachAndDeleteS3AccessPoint)
|
|
14
|
+
.sc(DetachAndDeleteS3AccessPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateFileSystemAliases } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateFileSystemAliases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateFileSystemAliasesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateFileSystemAliasesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})
|
|
13
13
|
.n("FSxClient", "DisassociateFileSystemAliasesCommand")
|
|
14
|
-
.sc(DisassociateFileSystemAliases)
|
|
14
|
+
.sc(DisassociateFileSystemAliases$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|