@aws-sdk/client-fsx 3.131.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CopyBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
- package/dist-cjs/models/models_0.js +652 -956
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CopyBackupCommand.js +3 -3
- package/dist-es/commands/CreateBackupCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/CreateVolumeCommand.js +3 -3
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-es/commands/DeleteBackupCommand.js +3 -3
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/DeleteVolumeCommand.js +3 -3
- package/dist-es/commands/DescribeBackupsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-es/commands/DescribeVolumesCommand.js +3 -3
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/UpdateVolumeCommand.js +3 -3
- package/dist-es/models/models_0.js +174 -630
- package/dist-types/FSx.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +632 -923
- package/dist-types/ts3.4/models/models_0.d.ts +304 -608
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateFileSystemAliasesRequestFilterSensitiveLog, AssociateFileSystemAliasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateFileSystemAliasesCommand, serializeAws_json1_1AssociateFileSystemAliasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateFileSystemAliasesCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateFileSystemAliasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateFileSystemAliasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateFileSystemAliasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateFileSystemAliasesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CancelDataRepositoryTaskRequestFilterSensitiveLog, CancelDataRepositoryTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CancelDataRepositoryTaskCommand, serializeAws_json1_1CancelDataRepositoryTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CancelDataRepositoryTaskCommand = (function (_super) {
|
|
7
7
|
__extends(CancelDataRepositoryTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelDataRepositoryTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelDataRepositoryTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelDataRepositoryTaskResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CopyBackupRequestFilterSensitiveLog, CopyBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CopyBackupCommand, serializeAws_json1_1CopyBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CopyBackupCommand = (function (_super) {
|
|
7
7
|
__extends(CopyBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CopyBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CopyBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CopyBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateBackupRequestFilterSensitiveLog, CreateBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateBackupCommand, serializeAws_json1_1CreateBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateBackupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateDataRepositoryAssociationRequestFilterSensitiveLog, CreateDataRepositoryAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDataRepositoryAssociationCommand, serializeAws_json1_1CreateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDataRepositoryAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDataRepositoryAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDataRepositoryAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDataRepositoryAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDataRepositoryAssociationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateDataRepositoryTaskRequestFilterSensitiveLog, CreateDataRepositoryTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDataRepositoryTaskCommand, serializeAws_json1_1CreateDataRepositoryTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDataRepositoryTaskCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDataRepositoryTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDataRepositoryTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDataRepositoryTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDataRepositoryTaskResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFileSystemRequestFilterSensitiveLog, CreateFileSystemResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFileSystemCommand, serializeAws_json1_1CreateFileSystemCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFileSystemCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFileSystemCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFileSystemCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFileSystemRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFileSystemResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFileSystemFromBackupRequestFilterSensitiveLog, CreateFileSystemFromBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFileSystemFromBackupCommand, serializeAws_json1_1CreateFileSystemFromBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFileSystemFromBackupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFileSystemFromBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFileSystemFromBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFileSystemFromBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFileSystemFromBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSnapshotRequestFilterSensitiveLog, CreateSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSnapshotCommand, serializeAws_json1_1CreateSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateStorageVirtualMachineRequestFilterSensitiveLog, CreateStorageVirtualMachineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateStorageVirtualMachineCommand, serializeAws_json1_1CreateStorageVirtualMachineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateStorageVirtualMachineCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStorageVirtualMachineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStorageVirtualMachineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStorageVirtualMachineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStorageVirtualMachineResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVolumeRequestFilterSensitiveLog, CreateVolumeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateVolumeCommand, serializeAws_json1_1CreateVolumeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateVolumeCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVolumeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVolumeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVolumeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVolumeResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateVolumeFromBackupRequestFilterSensitiveLog, CreateVolumeFromBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateVolumeFromBackupCommand, serializeAws_json1_1CreateVolumeFromBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateVolumeFromBackupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVolumeFromBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVolumeFromBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVolumeFromBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVolumeFromBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupRequestFilterSensitiveLog, DeleteBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteBackupCommand, serializeAws_json1_1DeleteBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteBackupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteDataRepositoryAssociationRequestFilterSensitiveLog, DeleteDataRepositoryAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteDataRepositoryAssociationCommand, serializeAws_json1_1DeleteDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDataRepositoryAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDataRepositoryAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDataRepositoryAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDataRepositoryAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDataRepositoryAssociationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFileSystemRequestFilterSensitiveLog, DeleteFileSystemResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFileSystemCommand, serializeAws_json1_1DeleteFileSystemCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFileSystemCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFileSystemCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFileSystemCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFileSystemRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFileSystemResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSnapshotRequestFilterSensitiveLog, DeleteSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSnapshotCommand, serializeAws_json1_1DeleteSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteStorageVirtualMachineRequestFilterSensitiveLog, DeleteStorageVirtualMachineResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteStorageVirtualMachineCommand, serializeAws_json1_1DeleteStorageVirtualMachineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteStorageVirtualMachineCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStorageVirtualMachineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteStorageVirtualMachineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteStorageVirtualMachineRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteStorageVirtualMachineResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteVolumeRequestFilterSensitiveLog, DeleteVolumeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteVolumeCommand, serializeAws_json1_1DeleteVolumeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteVolumeCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVolumeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteVolumeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVolumeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteVolumeResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeBackupsRequestFilterSensitiveLog, DescribeBackupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeBackupsCommand, serializeAws_json1_1DescribeBackupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeBackupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBackupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBackupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBackupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBackupsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeDataRepositoryAssociationsRequestFilterSensitiveLog, DescribeDataRepositoryAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand, serializeAws_json1_1DescribeDataRepositoryAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDataRepositoryAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDataRepositoryAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDataRepositoryAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDataRepositoryAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDataRepositoryAssociationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeDataRepositoryTasksRequestFilterSensitiveLog, DescribeDataRepositoryTasksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDataRepositoryTasksCommand, serializeAws_json1_1DescribeDataRepositoryTasksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDataRepositoryTasksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDataRepositoryTasksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDataRepositoryTasksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDataRepositoryTasksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDataRepositoryTasksResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeFileSystemAliasesRequestFilterSensitiveLog, DescribeFileSystemAliasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFileSystemAliasesCommand, serializeAws_json1_1DescribeFileSystemAliasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFileSystemAliasesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFileSystemAliasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFileSystemAliasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFileSystemAliasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFileSystemAliasesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeFileSystemsRequestFilterSensitiveLog, DescribeFileSystemsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFileSystemsCommand, serializeAws_json1_1DescribeFileSystemsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFileSystemsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFileSystemsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFileSystemsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFileSystemsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFileSystemsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSnapshotsRequestFilterSensitiveLog, DescribeSnapshotsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeSnapshotsCommand, serializeAws_json1_1DescribeSnapshotsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeSnapshotsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSnapshotsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSnapshotsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSnapshotsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSnapshotsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeStorageVirtualMachinesRequestFilterSensitiveLog, DescribeStorageVirtualMachinesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStorageVirtualMachinesCommand, serializeAws_json1_1DescribeStorageVirtualMachinesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeStorageVirtualMachinesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStorageVirtualMachinesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStorageVirtualMachinesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStorageVirtualMachinesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStorageVirtualMachinesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeVolumesRequestFilterSensitiveLog, DescribeVolumesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeVolumesCommand, serializeAws_json1_1DescribeVolumesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeVolumesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVolumesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVolumesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVolumesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVolumesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateFileSystemAliasesRequestFilterSensitiveLog, DisassociateFileSystemAliasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateFileSystemAliasesCommand, serializeAws_json1_1DisassociateFileSystemAliasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateFileSystemAliasesCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFileSystemAliasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateFileSystemAliasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateFileSystemAliasesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateFileSystemAliasesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog, ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand, serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ReleaseFileSystemNfsV3LocksCommand = (function (_super) {
|
|
7
7
|
__extends(ReleaseFileSystemNfsV3LocksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ReleaseFileSystemNfsV3LocksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|