@aws-sdk/client-fsx 3.53.0 → 3.55.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/CHANGELOG.md +27 -0
- package/dist-cjs/FSxClient.js +13 -13
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CopyBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/DeleteVolumeCommand.js +3 -3
- package/dist-cjs/commands/DescribeBackupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-cjs/commands/DescribeVolumesCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/UpdateVolumeCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +15 -10
- package/dist-cjs/protocols/Aws_json1_1.js +366 -345
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/FSx.js +37 -37
- package/dist-es/models/models_0.js +9 -4
- package/dist-es/pagination/DescribeBackupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +4 -4
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +4 -4
- package/dist-es/pagination/DescribeVolumesPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-es/protocols/Aws_json1_1.js +25 -8
- package/dist-types/FSx.d.ts +9 -10
- package/dist-types/FSxClient.d.ts +2 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +193 -81
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/FSxClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +25 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ class DescribeStorageVirtualMachinesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStorageVirtualMachinesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1DescribeStorageVirtualMachinesCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeStorageVirtualMachinesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1DescribeStorageVirtualMachinesCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeStorageVirtualMachinesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStorageVirtualMachinesCommand = DescribeStorageVirtualMachinesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeVolumesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class DescribeVolumesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1DescribeVolumesCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeVolumesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1DescribeVolumesCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeVolumesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeVolumesCommand = DescribeVolumesCommand;
|
|
@@ -11,7 +11,7 @@ class DisassociateFileSystemAliasesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class DisassociateFileSystemAliasesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1DisassociateFileSystemAliasesCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateFileSystemAliasesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1DisassociateFileSystemAliasesCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateFileSystemAliasesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DisassociateFileSystemAliasesCommand = DisassociateFileSystemAliasesCommand;
|
|
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class ReleaseFileSystemNfsV3LocksCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class ReleaseFileSystemNfsV3LocksCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ReleaseFileSystemNfsV3LocksCommand = ReleaseFileSystemNfsV3LocksCommand;
|
|
@@ -11,7 +11,7 @@ class RestoreVolumeFromSnapshotCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class RestoreVolumeFromSnapshotCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1RestoreVolumeFromSnapshotCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1RestoreVolumeFromSnapshotCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1RestoreVolumeFromSnapshotCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1RestoreVolumeFromSnapshotCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RestoreVolumeFromSnapshotCommand = RestoreVolumeFromSnapshotCommand;
|
|
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1TagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateDataRepositoryAssociationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UpdateDataRepositoryAssociationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UpdateDataRepositoryAssociationCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDataRepositoryAssociationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateDataRepositoryAssociationCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDataRepositoryAssociationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateDataRepositoryAssociationCommand = UpdateDataRepositoryAssociationCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFileSystemCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFileSystemCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UpdateFileSystemCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFileSystemCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateFileSystemCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFileSystemCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFileSystemCommand = UpdateFileSystemCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateSnapshotCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UpdateSnapshotCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UpdateSnapshotCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateSnapshotCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateSnapshotCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateSnapshotCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateSnapshotCommand = UpdateSnapshotCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateStorageVirtualMachineCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UpdateStorageVirtualMachineCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UpdateStorageVirtualMachineCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateStorageVirtualMachineCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateStorageVirtualMachineCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateStorageVirtualMachineCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateStorageVirtualMachineCommand = UpdateStorageVirtualMachineCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateVolumeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "FSxClient";
|
|
@@ -27,10 +27,10 @@ class UpdateVolumeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1UpdateVolumeCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateVolumeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateVolumeCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateVolumeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateVolumeCommand = UpdateVolumeCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -203,7 +203,7 @@ const partitionHash = {
|
|
|
203
203
|
],
|
|
204
204
|
},
|
|
205
205
|
};
|
|
206
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
206
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
207
207
|
...options,
|
|
208
208
|
signingService: "fsx",
|
|
209
209
|
regionHash,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpenZFSCopyStrategy = exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.
|
|
3
|
+
exports.OpenZFSCopyStrategy = exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.VolumeLifecycle = exports.LifecycleTransitionReason = exports.SnapshotLifecycle = exports.WindowsFileSystemConfiguration = exports.SelfManagedActiveDirectoryAttributes = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAuditLogConfiguration = exports.WindowsAccessAuditLogLevel = exports.Alias = exports.AliasLifecycle = exports.Tag = exports.StorageType = exports.OpenZFSFileSystemConfiguration = exports.OpenZFSDeploymentType = exports.OntapFileSystemConfiguration = exports.FileSystemEndpoints = exports.FileSystemEndpoint = exports.DiskIopsConfiguration = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreFileSystemConfiguration = exports.LustreLogConfiguration = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryConfiguration = exports.DataRepositoryLifecycle = exports.DataRepositoryFailureDetails = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.FileSystemFailureDetails = exports.Status = exports.AdministrativeActionFailureDetails = exports.AdministrativeActionType = exports.ActiveDirectoryError = exports.ActiveDirectoryErrorType = exports.ActiveDirectoryBackupAttributes = void 0;
|
|
4
4
|
exports.DataRepositoryTaskExecuting = exports.CreateDataRepositoryTaskResponse = exports.DataRepositoryTask = exports.DataRepositoryTaskStatus = exports.DataRepositoryTaskFailureDetails = exports.CreateDataRepositoryTaskRequest = exports.DataRepositoryTaskType = exports.CompletionReport = exports.ReportScope = exports.ReportFormat = exports.CreateDataRepositoryAssociationResponse = exports.DataRepositoryAssociation = exports.CreateDataRepositoryAssociationRequest = exports.S3DataRepositoryConfiguration = exports.VolumeNotFound = exports.CreateBackupRequest = exports.BackupInProgress = exports.SourceBackupUnavailable = exports.ServiceLimitExceeded = exports.ServiceLimit = exports.InvalidSourceKmsKey = exports.InvalidRegion = exports.InvalidDestinationKmsKey = exports.IncompatibleRegionForMultiAZ = exports.IncompatibleParameterError = exports.BackupType = exports.ResourceType = exports.BackupLifecycle = exports.BackupFailureDetails = exports.CopyBackupRequest = exports.BackupNotFound = exports.UnsupportedOperation = exports.DataRepositoryTaskNotFound = exports.DataRepositoryTaskEnded = exports.CancelDataRepositoryTaskResponse = exports.DataRepositoryTaskLifecycle = exports.CancelDataRepositoryTaskRequest = exports.AutoImportPolicy = exports.AutoExportPolicy = exports.EventType = exports.InternalServerError = exports.FileSystemNotFound = exports.BadRequest = exports.AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesRequest = exports.VolumeType = exports.OpenZFSVolumeConfiguration = exports.OpenZFSUserOrGroupQuota = exports.OpenZFSQuotaType = exports.OpenZFSOriginSnapshotConfiguration = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = void 0;
|
|
5
|
+
exports.DeleteSnapshotRequest = exports.DeleteFileSystemResponse = exports.DeleteFileSystemWindowsResponse = exports.DeleteFileSystemOpenZFSResponse = exports.DeleteFileSystemLustreResponse = exports.DeleteFileSystemRequest = exports.DeleteFileSystemWindowsConfiguration = exports.DeleteFileSystemOpenZFSConfiguration = exports.DeleteFileSystemOpenZFSOption = exports.DeleteFileSystemLustreConfiguration = exports.DeleteDataRepositoryAssociationResponse = exports.DeleteDataRepositoryAssociationRequest = exports.DataRepositoryAssociationNotFound = exports.DeleteBackupResponse = exports.DeleteBackupRequest = exports.BackupRestoring = exports.BackupBeingCopied = exports.CreateVolumeFromBackupRequest = exports.StorageVirtualMachineNotFound = exports.MissingVolumeConfiguration = exports.CreateVolumeRequest = exports.CreateOpenZFSVolumeConfiguration = exports.CreateOpenZFSOriginSnapshotConfiguration = exports.CreateOntapVolumeConfiguration = exports.CreateStorageVirtualMachineResponse = exports.StorageVirtualMachine = exports.StorageVirtualMachineSubtype = exports.StorageVirtualMachineLifecycle = exports.SvmEndpoints = exports.SvmEndpoint = exports.SvmActiveDirectoryConfiguration = exports.CreateStorageVirtualMachineRequest = exports.StorageVirtualMachineRootVolumeSecurityStyle = exports.CreateSvmActiveDirectoryConfiguration = exports.CreateSnapshotRequest = exports.CreateFileSystemFromBackupRequest = exports.MissingFileSystemConfiguration = exports.InvalidPerUnitStorageThroughput = exports.InvalidNetworkSettings = exports.InvalidImportPath = exports.InvalidExportPath = exports.CreateFileSystemRequest = exports.CreateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfiguration = exports.WindowsAuditLogCreateConfiguration = exports.CreateFileSystemOpenZFSConfiguration = exports.OpenZFSCreateRootVolumeConfiguration = exports.CreateFileSystemOntapConfiguration = exports.CreateFileSystemLustreConfiguration = exports.LustreLogCreateConfiguration = void 0;
|
|
6
|
+
exports.UpdateDataRepositoryAssociationResponse = exports.UpdateDataRepositoryAssociationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RestoreVolumeFromSnapshotResponse = exports.RestoreVolumeFromSnapshotRequest = exports.RestoreOpenZFSVolumeOption = exports.ReleaseFileSystemNfsV3LocksRequest = exports.ResourceNotFound = exports.ResourceDoesNotSupportTagging = exports.NotServiceResourceError = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateFileSystemAliasesResponse = exports.DisassociateFileSystemAliasesRequest = exports.DescribeVolumesRequest = exports.VolumeFilter = exports.VolumeFilterName = exports.DescribeStorageVirtualMachinesResponse = exports.DescribeStorageVirtualMachinesRequest = exports.StorageVirtualMachineFilter = exports.StorageVirtualMachineFilterName = exports.DescribeSnapshotsRequest = exports.SnapshotFilter = exports.SnapshotFilterName = exports.DescribeFileSystemsRequest = exports.DescribeFileSystemAliasesResponse = exports.DescribeFileSystemAliasesRequest = exports.DescribeDataRepositoryTasksResponse = exports.DescribeDataRepositoryTasksRequest = exports.DataRepositoryTaskFilter = exports.DataRepositoryTaskFilterName = exports.InvalidDataRepositoryType = exports.DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsRequest = exports.DescribeBackupsRequest = exports.Filter = exports.FilterName = exports.DeleteVolumeResponse = exports.DeleteVolumeOntapResponse = exports.DeleteVolumeRequest = exports.DeleteVolumeOpenZFSConfiguration = exports.DeleteOpenZFSVolumeOption = exports.DeleteVolumeOntapConfiguration = exports.DeleteStorageVirtualMachineResponse = exports.DeleteStorageVirtualMachineRequest = exports.SnapshotNotFound = exports.DeleteSnapshotResponse = void 0;
|
|
7
|
+
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = exports.UpdateFileSystemLustreConfiguration = void 0;
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
9
|
const FSxServiceException_1 = require("./FSxServiceException");
|
|
10
10
|
var ActiveDirectoryBackupAttributes;
|
|
@@ -257,6 +257,12 @@ var SnapshotLifecycle;
|
|
|
257
257
|
SnapshotLifecycle["DELETING"] = "DELETING";
|
|
258
258
|
SnapshotLifecycle["PENDING"] = "PENDING";
|
|
259
259
|
})(SnapshotLifecycle = exports.SnapshotLifecycle || (exports.SnapshotLifecycle = {}));
|
|
260
|
+
var LifecycleTransitionReason;
|
|
261
|
+
(function (LifecycleTransitionReason) {
|
|
262
|
+
LifecycleTransitionReason.filterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
})(LifecycleTransitionReason = exports.LifecycleTransitionReason || (exports.LifecycleTransitionReason = {}));
|
|
260
266
|
var VolumeLifecycle;
|
|
261
267
|
(function (VolumeLifecycle) {
|
|
262
268
|
VolumeLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -267,12 +273,6 @@ var VolumeLifecycle;
|
|
|
267
273
|
VolumeLifecycle["MISCONFIGURED"] = "MISCONFIGURED";
|
|
268
274
|
VolumeLifecycle["PENDING"] = "PENDING";
|
|
269
275
|
})(VolumeLifecycle = exports.VolumeLifecycle || (exports.VolumeLifecycle = {}));
|
|
270
|
-
var LifecycleTransitionReason;
|
|
271
|
-
(function (LifecycleTransitionReason) {
|
|
272
|
-
LifecycleTransitionReason.filterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
})(LifecycleTransitionReason = exports.LifecycleTransitionReason || (exports.LifecycleTransitionReason = {}));
|
|
276
276
|
var FlexCacheEndpointType;
|
|
277
277
|
(function (FlexCacheEndpointType) {
|
|
278
278
|
FlexCacheEndpointType["CACHE"] = "CACHE";
|
|
@@ -312,6 +312,7 @@ var OntapVolumeConfiguration;
|
|
|
312
312
|
})(OntapVolumeConfiguration = exports.OntapVolumeConfiguration || (exports.OntapVolumeConfiguration = {}));
|
|
313
313
|
var OpenZFSDataCompressionType;
|
|
314
314
|
(function (OpenZFSDataCompressionType) {
|
|
315
|
+
OpenZFSDataCompressionType["LZ4"] = "LZ4";
|
|
315
316
|
OpenZFSDataCompressionType["NONE"] = "NONE";
|
|
316
317
|
OpenZFSDataCompressionType["ZSTD"] = "ZSTD";
|
|
317
318
|
})(OpenZFSDataCompressionType = exports.OpenZFSDataCompressionType || (exports.OpenZFSDataCompressionType = {}));
|
|
@@ -1132,6 +1133,10 @@ var DeleteFileSystemLustreConfiguration;
|
|
|
1132
1133
|
...obj,
|
|
1133
1134
|
});
|
|
1134
1135
|
})(DeleteFileSystemLustreConfiguration = exports.DeleteFileSystemLustreConfiguration || (exports.DeleteFileSystemLustreConfiguration = {}));
|
|
1136
|
+
var DeleteFileSystemOpenZFSOption;
|
|
1137
|
+
(function (DeleteFileSystemOpenZFSOption) {
|
|
1138
|
+
DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
1139
|
+
})(DeleteFileSystemOpenZFSOption = exports.DeleteFileSystemOpenZFSOption || (exports.DeleteFileSystemOpenZFSOption = {}));
|
|
1135
1140
|
var DeleteFileSystemOpenZFSConfiguration;
|
|
1136
1141
|
(function (DeleteFileSystemOpenZFSConfiguration) {
|
|
1137
1142
|
DeleteFileSystemOpenZFSConfiguration.filterSensitiveLog = (obj) => ({
|