@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
|
@@ -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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
|
|
13
13
|
.n("FSxClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
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 { ReleaseFileSystemNfsV3Locks } from "../schemas/schemas_0";
|
|
4
|
+
import { ReleaseFileSystemNfsV3Locks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ReleaseFileSystemNfsV3LocksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
|
|
13
13
|
.n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
|
|
14
|
-
.sc(ReleaseFileSystemNfsV3Locks)
|
|
14
|
+
.sc(ReleaseFileSystemNfsV3Locks$)
|
|
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 { RestoreVolumeFromSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreVolumeFromSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreVolumeFromSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RestoreVolumeFromSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
|
|
13
13
|
.n("FSxClient", "RestoreVolumeFromSnapshotCommand")
|
|
14
|
-
.sc(RestoreVolumeFromSnapshot)
|
|
14
|
+
.sc(RestoreVolumeFromSnapshot$)
|
|
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 { StartMisconfiguredStateRecovery } from "../schemas/schemas_0";
|
|
4
|
+
import { StartMisconfiguredStateRecovery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartMisconfiguredStateRecoveryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
|
|
13
13
|
.n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
|
|
14
|
-
.sc(StartMisconfiguredStateRecovery)
|
|
14
|
+
.sc(StartMisconfiguredStateRecovery$)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "TagResource", {})
|
|
13
13
|
.n("FSxClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UntagResource", {})
|
|
13
13
|
.n("FSxClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
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 { UpdateDataRepositoryAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDataRepositoryAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDataRepositoryAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDataRepositoryAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
|
|
13
13
|
.n("FSxClient", "UpdateDataRepositoryAssociationCommand")
|
|
14
|
-
.sc(UpdateDataRepositoryAssociation)
|
|
14
|
+
.sc(UpdateDataRepositoryAssociation$)
|
|
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 { UpdateFileCache } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFileCache$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFileCacheCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFileCacheCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
|
|
13
13
|
.n("FSxClient", "UpdateFileCacheCommand")
|
|
14
|
-
.sc(UpdateFileCache)
|
|
14
|
+
.sc(UpdateFileCache$)
|
|
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 { UpdateFileSystem } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFileSystem$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFileSystemCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFileSystemCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
|
|
13
13
|
.n("FSxClient", "UpdateFileSystemCommand")
|
|
14
|
-
.sc(UpdateFileSystem)
|
|
14
|
+
.sc(UpdateFileSystem$)
|
|
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 { UpdateSharedVpcConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSharedVpcConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSharedVpcConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSharedVpcConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
|
|
13
13
|
.n("FSxClient", "UpdateSharedVpcConfigurationCommand")
|
|
14
|
-
.sc(UpdateSharedVpcConfiguration)
|
|
14
|
+
.sc(UpdateSharedVpcConfiguration$)
|
|
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 { UpdateSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})
|
|
13
13
|
.n("FSxClient", "UpdateSnapshotCommand")
|
|
14
|
-
.sc(UpdateSnapshot)
|
|
14
|
+
.sc(UpdateSnapshot$)
|
|
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 { UpdateStorageVirtualMachine } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateStorageVirtualMachine$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateStorageVirtualMachineCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateStorageVirtualMachineCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})
|
|
13
13
|
.n("FSxClient", "UpdateStorageVirtualMachineCommand")
|
|
14
|
-
.sc(UpdateStorageVirtualMachine)
|
|
14
|
+
.sc(UpdateStorageVirtualMachine$)
|
|
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 { UpdateVolume } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateVolume$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateVolumeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateVolumeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})
|
|
13
13
|
.n("FSxClient", "UpdateVolumeCommand")
|
|
14
|
-
.sc(UpdateVolume)
|
|
14
|
+
.sc(UpdateVolume$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.fsx",
|
|
29
|
+
version: "2018-03-01",
|
|
30
|
+
serviceTarget: "AWSSimbaAPIService_v20180301",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "FSx",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|