@aws-sdk/client-efs 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js +1 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/models/models_0.js +226 -338
- package/dist-cjs/protocols/Aws_restJson1.js +476 -859
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateMountTargetCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPointsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/PutAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/PutBackupPolicyCommand.js +3 -3
- package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/models/models_0.js +56 -224
- package/dist-es/protocols/Aws_restJson1.js +588 -853
- package/dist-types/models/models_0.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +112 -224
- 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 { AccessPointDescriptionFilterSensitiveLog, CreateAccessPointRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAccessPointCommand, serializeAws_restJson1CreateAccessPointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAccessPointCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAccessPointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAccessPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAccessPointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AccessPointDescriptionFilterSensitiveLog,
|
|
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, FileSystemDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFileSystemCommand, serializeAws_restJson1CreateFileSystemCommand, } from "../protocols/Aws_restJson1";
|
|
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: FileSystemDescriptionFilterSensitiveLog,
|
|
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 { CreateMountTargetRequestFilterSensitiveLog, MountTargetDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMountTargetCommand, serializeAws_restJson1CreateMountTargetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateMountTargetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateMountTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateMountTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateMountTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: MountTargetDescriptionFilterSensitiveLog,
|
|
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 { CreateReplicationConfigurationRequestFilterSensitiveLog, ReplicationConfigurationDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateReplicationConfigurationCommand, serializeAws_restJson1CreateReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateReplicationConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateReplicationConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateReplicationConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateReplicationConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ReplicationConfigurationDescriptionFilterSensitiveLog,
|
|
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 { CreateTagsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateTagsCommand, serializeAws_restJson1CreateTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateTagsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTagsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var CreateTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTagsRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteAccessPointRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAccessPointCommand, serializeAws_restJson1DeleteAccessPointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAccessPointCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAccessPointCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAccessPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAccessPointRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFileSystemCommand, serializeAws_restJson1DeleteFileSystemCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFileSystemCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFileSystemCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFileSystemCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFileSystemRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteFileSystemPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFileSystemPolicyCommand, serializeAws_restJson1DeleteFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFileSystemPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFileSystemPolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFileSystemPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFileSystemPolicyRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteMountTargetRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMountTargetCommand, serializeAws_restJson1DeleteMountTargetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteMountTargetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMountTargetCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteMountTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMountTargetRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteReplicationConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteReplicationConfigurationCommand, serializeAws_restJson1DeleteReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteReplicationConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteReplicationConfigurationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteReplicationConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteReplicationConfigurationRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteTagsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteTagsCommand, serializeAws_restJson1DeleteTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteTagsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTagsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTagsRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DescribeAccessPointsRequestFilterSensitiveLog, DescribeAccessPointsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAccessPointsCommand, serializeAws_restJson1DescribeAccessPointsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAccessPointsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccessPointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAccessPointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccessPointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccessPointsResponseFilterSensitiveLog,
|
|
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 { DescribeAccountPreferencesRequestFilterSensitiveLog, DescribeAccountPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAccountPreferencesCommand, serializeAws_restJson1DescribeAccountPreferencesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAccountPreferencesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccountPreferencesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAccountPreferencesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccountPreferencesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccountPreferencesResponseFilterSensitiveLog,
|
|
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 { BackupPolicyDescriptionFilterSensitiveLog, DescribeBackupPolicyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBackupPolicyCommand, serializeAws_restJson1DescribeBackupPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBackupPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBackupPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBackupPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBackupPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BackupPolicyDescriptionFilterSensitiveLog,
|
|
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 { DescribeFileSystemPolicyRequestFilterSensitiveLog, FileSystemPolicyDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeFileSystemPolicyCommand, serializeAws_restJson1DescribeFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFileSystemPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFileSystemPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFileSystemPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFileSystemPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: FileSystemPolicyDescriptionFilterSensitiveLog,
|
|
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_restJson1DescribeFileSystemsCommand, serializeAws_restJson1DescribeFileSystemsCommand, } from "../protocols/Aws_restJson1";
|
|
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 { DescribeLifecycleConfigurationRequestFilterSensitiveLog, LifecycleConfigurationDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeLifecycleConfigurationCommand, serializeAws_restJson1DescribeLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeLifecycleConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLifecycleConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLifecycleConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLifecycleConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: LifecycleConfigurationDescriptionFilterSensitiveLog,
|
|
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 { DescribeMountTargetSecurityGroupsRequestFilterSensitiveLog, DescribeMountTargetSecurityGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeMountTargetSecurityGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeMountTargetSecurityGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeMountTargetSecurityGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeMountTargetSecurityGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMountTargetSecurityGroupsResponseFilterSensitiveLog,
|
|
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 { DescribeMountTargetsRequestFilterSensitiveLog, DescribeMountTargetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeMountTargetsCommand, serializeAws_restJson1DescribeMountTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeMountTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeMountTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeMountTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeMountTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMountTargetsResponseFilterSensitiveLog,
|
|
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 { DescribeReplicationConfigurationsRequestFilterSensitiveLog, DescribeReplicationConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeReplicationConfigurationsCommand, serializeAws_restJson1DescribeReplicationConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeReplicationConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeReplicationConfigurationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeReplicationConfigurationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeReplicationConfigurationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeReplicationConfigurationsResponseFilterSensitiveLog,
|
|
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 { DescribeTagsRequestFilterSensitiveLog, DescribeTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeTagsCommand, serializeAws_restJson1DescribeTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeTagsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTagsResponseFilterSensitiveLog,
|
|
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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
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 { ModifyMountTargetSecurityGroupsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ModifyMountTargetSecurityGroupsCommand, serializeAws_restJson1ModifyMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ModifyMountTargetSecurityGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ModifyMountTargetSecurityGroupsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var ModifyMountTargetSecurityGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ModifyMountTargetSecurityGroupsRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { PutAccountPreferencesRequestFilterSensitiveLog, PutAccountPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutAccountPreferencesCommand, serializeAws_restJson1PutAccountPreferencesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutAccountPreferencesCommand = (function (_super) {
|
|
7
7
|
__extends(PutAccountPreferencesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAccountPreferencesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAccountPreferencesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAccountPreferencesResponseFilterSensitiveLog,
|
|
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 { BackupPolicyDescriptionFilterSensitiveLog, PutBackupPolicyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutBackupPolicyCommand, serializeAws_restJson1PutBackupPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutBackupPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutBackupPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutBackupPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutBackupPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BackupPolicyDescriptionFilterSensitiveLog,
|
|
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 { FileSystemPolicyDescriptionFilterSensitiveLog, PutFileSystemPolicyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutFileSystemPolicyCommand, serializeAws_restJson1PutFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutFileSystemPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutFileSystemPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutFileSystemPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutFileSystemPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: FileSystemPolicyDescriptionFilterSensitiveLog,
|
|
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 { LifecycleConfigurationDescriptionFilterSensitiveLog, PutLifecycleConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutLifecycleConfigurationCommand, serializeAws_restJson1PutLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutLifecycleConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(PutLifecycleConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutLifecycleConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutLifecycleConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: LifecycleConfigurationDescriptionFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { FileSystemDescriptionFilterSensitiveLog, UpdateFileSystemRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateFileSystemCommand, serializeAws_restJson1UpdateFileSystemCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateFileSystemCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFileSystemCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateFileSystemCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateFileSystemRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: FileSystemDescriptionFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|