@aws-sdk/client-workdocs 3.128.0 → 3.137.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/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -1
- package/dist-cjs/commands/ActivateUserCommand.js +2 -2
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/CreateCommentCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateLabelsCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeactivateUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteCommentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/DeleteDocumentCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -1
- package/dist-cjs/commands/DeleteLabelsCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +1 -1
- package/dist-cjs/commands/DeleteUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCommentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/GetCurrentUserCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentPathCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentVersionCommand.js +2 -2
- package/dist-cjs/commands/GetFolderCommand.js +2 -2
- package/dist-cjs/commands/GetFolderPathCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +2 -2
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -1
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateFolderCommand.js +1 -1
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/models/models_0.js +433 -615
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +2 -2
- package/dist-es/commands/ActivateUserCommand.js +3 -3
- package/dist-es/commands/AddResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/CreateCommentCommand.js +3 -3
- package/dist-es/commands/CreateCustomMetadataCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateLabelsCommand.js +3 -3
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeactivateUserCommand.js +2 -2
- package/dist-es/commands/DeleteCommentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -3
- package/dist-es/commands/DeleteDocumentCommand.js +2 -2
- package/dist-es/commands/DeleteFolderCommand.js +2 -2
- package/dist-es/commands/DeleteFolderContentsCommand.js +2 -2
- package/dist-es/commands/DeleteLabelsCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeCommentsCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderContentsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeRootFoldersCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/GetCurrentUserCommand.js +3 -3
- package/dist-es/commands/GetDocumentCommand.js +3 -3
- package/dist-es/commands/GetDocumentPathCommand.js +3 -3
- package/dist-es/commands/GetDocumentVersionCommand.js +3 -3
- package/dist-es/commands/GetFolderCommand.js +3 -3
- package/dist-es/commands/GetFolderPathCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -3
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +2 -2
- package/dist-es/commands/RemoveResourcePermissionCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentVersionCommand.js +2 -2
- package/dist-es/commands/UpdateFolderCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/models/models_0.js +97 -370
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +364 -546
- package/dist-types/ts3.4/models/models_0.d.ts +182 -364
- package/package.json +9 -9
|
@@ -4388,6 +4388,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
4388
4388
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
4389
4389
|
const sanitizeErrorCode = (rawValue) => {
|
|
4390
4390
|
let cleanValue = rawValue;
|
|
4391
|
+
if (typeof cleanValue === "number") {
|
|
4392
|
+
cleanValue = cleanValue.toString();
|
|
4393
|
+
}
|
|
4391
4394
|
if (cleanValue.indexOf(":") >= 0) {
|
|
4392
4395
|
cleanValue = cleanValue.split(":")[0];
|
|
4393
4396
|
}
|
|
@@ -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 { AbortDocumentVersionUploadRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AbortDocumentVersionUploadCommand, serializeAws_restJson1AbortDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AbortDocumentVersionUploadCommand = (function (_super) {
|
|
7
7
|
__extends(AbortDocumentVersionUploadCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AbortDocumentVersionUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AbortDocumentVersionUploadRequestFilterSensitiveLog,
|
|
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 { ActivateUserRequestFilterSensitiveLog, ActivateUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ActivateUserCommand, serializeAws_restJson1ActivateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ActivateUserCommand = (function (_super) {
|
|
7
7
|
__extends(ActivateUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ActivateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ActivateUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ActivateUserResponseFilterSensitiveLog,
|
|
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 { AddResourcePermissionsRequestFilterSensitiveLog, AddResourcePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AddResourcePermissionsCommand, serializeAws_restJson1AddResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddResourcePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(AddResourcePermissionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddResourcePermissionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddResourcePermissionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddResourcePermissionsResponseFilterSensitiveLog,
|
|
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 { CreateCommentRequestFilterSensitiveLog, CreateCommentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateCommentCommand, serializeAws_restJson1CreateCommentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateCommentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCommentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCommentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCommentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCommentResponseFilterSensitiveLog,
|
|
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 { CreateCustomMetadataRequestFilterSensitiveLog, CreateCustomMetadataResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateCustomMetadataCommand, serializeAws_restJson1CreateCustomMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateCustomMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCustomMetadataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCustomMetadataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCustomMetadataRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCustomMetadataResponseFilterSensitiveLog,
|
|
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 { CreateFolderRequestFilterSensitiveLog, CreateFolderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFolderCommand, serializeAws_restJson1CreateFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFolderCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFolderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFolderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFolderResponseFilterSensitiveLog,
|
|
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 { CreateLabelsRequestFilterSensitiveLog, CreateLabelsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateLabelsCommand, serializeAws_restJson1CreateLabelsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateLabelsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLabelsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLabelsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLabelsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLabelsResponseFilterSensitiveLog,
|
|
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 { CreateNotificationSubscriptionRequestFilterSensitiveLog, CreateNotificationSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateNotificationSubscriptionCommand, serializeAws_restJson1CreateNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateNotificationSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateNotificationSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateNotificationSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateNotificationSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateNotificationSubscriptionResponseFilterSensitiveLog,
|
|
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 { CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateUserCommand, serializeAws_restJson1CreateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateUserCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUserResponseFilterSensitiveLog,
|
|
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 { DeactivateUserRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeactivateUserCommand, serializeAws_restJson1DeactivateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeactivateUserCommand = (function (_super) {
|
|
7
7
|
__extends(DeactivateUserCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeactivateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeactivateUserRequestFilterSensitiveLog,
|
|
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 { DeleteCommentRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteCommentCommand, serializeAws_restJson1DeleteCommentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteCommentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCommentCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCommentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCommentRequestFilterSensitiveLog,
|
|
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 { DeleteCustomMetadataRequestFilterSensitiveLog, DeleteCustomMetadataResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteCustomMetadataCommand, serializeAws_restJson1DeleteCustomMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteCustomMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCustomMetadataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteCustomMetadataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCustomMetadataRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteCustomMetadataResponseFilterSensitiveLog,
|
|
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 { DeleteDocumentRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDocumentCommand, serializeAws_restJson1DeleteDocumentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDocumentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDocumentCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteDocumentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDocumentRequestFilterSensitiveLog,
|
|
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 { DeleteFolderRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFolderCommand, serializeAws_restJson1DeleteFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFolderCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFolderCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFolderRequestFilterSensitiveLog,
|
|
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 { DeleteFolderContentsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFolderContentsCommand, serializeAws_restJson1DeleteFolderContentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFolderContentsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFolderContentsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFolderContentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFolderContentsRequestFilterSensitiveLog,
|
|
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 { DeleteLabelsRequestFilterSensitiveLog, DeleteLabelsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteLabelsCommand, serializeAws_restJson1DeleteLabelsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteLabelsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLabelsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLabelsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLabelsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLabelsResponseFilterSensitiveLog,
|
|
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 { DeleteNotificationSubscriptionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteNotificationSubscriptionCommand, serializeAws_restJson1DeleteNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteNotificationSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNotificationSubscriptionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteNotificationSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteNotificationSubscriptionRequestFilterSensitiveLog,
|
|
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 { DeleteUserRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteUserCommand, serializeAws_restJson1DeleteUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteUserCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUserCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUserRequestFilterSensitiveLog,
|
|
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 { DescribeActivitiesRequestFilterSensitiveLog, DescribeActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeActivitiesCommand, serializeAws_restJson1DescribeActivitiesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeActivitiesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeActivitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeActivitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeActivitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeActivitiesResponseFilterSensitiveLog,
|
|
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 { DescribeCommentsRequestFilterSensitiveLog, DescribeCommentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeCommentsCommand, serializeAws_restJson1DescribeCommentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeCommentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCommentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCommentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCommentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCommentsResponseFilterSensitiveLog,
|
|
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 { DescribeDocumentVersionsRequestFilterSensitiveLog, DescribeDocumentVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeDocumentVersionsCommand, serializeAws_restJson1DescribeDocumentVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeDocumentVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDocumentVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDocumentVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDocumentVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDocumentVersionsResponseFilterSensitiveLog,
|
|
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 { DescribeFolderContentsRequestFilterSensitiveLog, DescribeFolderContentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeFolderContentsCommand, serializeAws_restJson1DescribeFolderContentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFolderContentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFolderContentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFolderContentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFolderContentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFolderContentsResponseFilterSensitiveLog,
|
|
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 { DescribeGroupsRequestFilterSensitiveLog, DescribeGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeGroupsCommand, serializeAws_restJson1DescribeGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeGroupsResponseFilterSensitiveLog,
|
|
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 { DescribeNotificationSubscriptionsRequestFilterSensitiveLog, DescribeNotificationSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeNotificationSubscriptionsCommand, serializeAws_restJson1DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeNotificationSubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeNotificationSubscriptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeNotificationSubscriptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeNotificationSubscriptionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeNotificationSubscriptionsResponseFilterSensitiveLog,
|
|
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 { DescribeResourcePermissionsRequestFilterSensitiveLog, DescribeResourcePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeResourcePermissionsCommand, serializeAws_restJson1DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeResourcePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeResourcePermissionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeResourcePermissionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeResourcePermissionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeResourcePermissionsResponseFilterSensitiveLog,
|
|
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 { DescribeRootFoldersRequestFilterSensitiveLog, DescribeRootFoldersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRootFoldersCommand, serializeAws_restJson1DescribeRootFoldersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRootFoldersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRootFoldersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRootFoldersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRootFoldersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRootFoldersResponseFilterSensitiveLog,
|
|
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 { DescribeUsersRequestFilterSensitiveLog, DescribeUsersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeUsersCommand, serializeAws_restJson1DescribeUsersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeUsersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUsersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeUsersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeUsersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeUsersResponseFilterSensitiveLog,
|
|
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 { GetCurrentUserRequestFilterSensitiveLog, GetCurrentUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetCurrentUserCommand, serializeAws_restJson1GetCurrentUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetCurrentUserCommand = (function (_super) {
|
|
7
7
|
__extends(GetCurrentUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCurrentUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCurrentUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCurrentUserResponseFilterSensitiveLog,
|
|
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 { GetDocumentRequestFilterSensitiveLog, GetDocumentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDocumentCommand, serializeAws_restJson1GetDocumentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDocumentCommand = (function (_super) {
|
|
7
7
|
__extends(GetDocumentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDocumentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDocumentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDocumentResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|