@aws-sdk/client-clouddirectory 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/AddFacetToObjectCommand.js +2 -2
- package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
- package/dist-cjs/commands/AttachObjectCommand.js +2 -2
- package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
- package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
- package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-cjs/commands/BatchReadCommand.js +2 -2
- package/dist-cjs/commands/BatchWriteCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateFacetCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateObjectCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
- package/dist-cjs/commands/DetachObjectCommand.js +2 -2
- package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
- package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -1
- package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetFacetCommand.js +2 -2
- package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListIndexCommand.js +2 -2
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1053 -1522
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
- package/dist-es/commands/ApplySchemaCommand.js +3 -3
- package/dist-es/commands/AttachObjectCommand.js +3 -3
- package/dist-es/commands/AttachPolicyCommand.js +3 -3
- package/dist-es/commands/AttachToIndexCommand.js +3 -3
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
- package/dist-es/commands/BatchReadCommand.js +3 -3
- package/dist-es/commands/BatchWriteCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateFacetCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateObjectCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
- package/dist-es/commands/DeleteFacetCommand.js +3 -3
- package/dist-es/commands/DeleteObjectCommand.js +3 -3
- package/dist-es/commands/DeleteSchemaCommand.js +3 -3
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DetachFromIndexCommand.js +3 -3
- package/dist-es/commands/DetachObjectCommand.js +3 -3
- package/dist-es/commands/DetachPolicyCommand.js +3 -3
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +3 -3
- package/dist-es/commands/EnableDirectoryCommand.js +3 -3
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
- package/dist-es/commands/GetDirectoryCommand.js +3 -3
- package/dist-es/commands/GetFacetCommand.js +3 -3
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectInformationCommand.js +3 -3
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListDirectoriesCommand.js +3 -3
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListFacetNamesCommand.js +3 -3
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListIndexCommand.js +3 -3
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
- package/dist-es/commands/ListObjectParentsCommand.js +3 -3
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
- package/dist-es/commands/LookupPolicyCommand.js +3 -3
- package/dist-es/commands/PublishSchemaCommand.js +3 -3
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFacetCommand.js +3 -3
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateSchemaCommand.js +3 -3
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
- package/dist-es/models/models_0.js +304 -1001
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +905 -1355
- package/dist-types/ts3.4/models/models_0.d.ts +453 -903
- package/package.json +9 -9
|
@@ -7780,6 +7780,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
7780
7780
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
7781
7781
|
const sanitizeErrorCode = (rawValue) => {
|
|
7782
7782
|
let cleanValue = rawValue;
|
|
7783
|
+
if (typeof cleanValue === "number") {
|
|
7784
|
+
cleanValue = cleanValue.toString();
|
|
7785
|
+
}
|
|
7783
7786
|
if (cleanValue.indexOf(":") >= 0) {
|
|
7784
7787
|
cleanValue = cleanValue.split(":")[0];
|
|
7785
7788
|
}
|
|
@@ -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 { AddFacetToObjectRequestFilterSensitiveLog, AddFacetToObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AddFacetToObjectCommand, serializeAws_restJson1AddFacetToObjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddFacetToObjectCommand = (function (_super) {
|
|
7
7
|
__extends(AddFacetToObjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddFacetToObjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddFacetToObjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddFacetToObjectResponseFilterSensitiveLog,
|
|
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 { ApplySchemaRequestFilterSensitiveLog, ApplySchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ApplySchemaCommand, serializeAws_restJson1ApplySchemaCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ApplySchemaCommand = (function (_super) {
|
|
7
7
|
__extends(ApplySchemaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ApplySchemaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ApplySchemaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplySchemaResponseFilterSensitiveLog,
|
|
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 { AttachObjectRequestFilterSensitiveLog, AttachObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AttachObjectCommand, serializeAws_restJson1AttachObjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AttachObjectCommand = (function (_super) {
|
|
7
7
|
__extends(AttachObjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AttachObjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AttachObjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AttachObjectResponseFilterSensitiveLog,
|
|
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 { AttachPolicyRequestFilterSensitiveLog, AttachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AttachPolicyCommand, serializeAws_restJson1AttachPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AttachPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(AttachPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AttachPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AttachPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AttachPolicyResponseFilterSensitiveLog,
|
|
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 { AttachToIndexRequestFilterSensitiveLog, AttachToIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AttachToIndexCommand, serializeAws_restJson1AttachToIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AttachToIndexCommand = (function (_super) {
|
|
7
7
|
__extends(AttachToIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AttachToIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AttachToIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AttachToIndexResponseFilterSensitiveLog,
|
|
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 { AttachTypedLinkRequestFilterSensitiveLog, AttachTypedLinkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AttachTypedLinkCommand, serializeAws_restJson1AttachTypedLinkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AttachTypedLinkCommand = (function (_super) {
|
|
7
7
|
__extends(AttachTypedLinkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AttachTypedLinkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AttachTypedLinkRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AttachTypedLinkResponseFilterSensitiveLog,
|
|
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 { BatchReadRequestFilterSensitiveLog, BatchReadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchReadCommand, serializeAws_restJson1BatchReadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchReadCommand = (function (_super) {
|
|
7
7
|
__extends(BatchReadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchReadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchReadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchReadResponseFilterSensitiveLog,
|
|
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 { BatchWriteRequestFilterSensitiveLog, BatchWriteResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchWriteCommand, serializeAws_restJson1BatchWriteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchWriteCommand = (function (_super) {
|
|
7
7
|
__extends(BatchWriteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchWriteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchWriteRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchWriteResponseFilterSensitiveLog,
|
|
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 { CreateDirectoryRequestFilterSensitiveLog, CreateDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDirectoryCommand, serializeAws_restJson1CreateDirectoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDirectoryCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDirectoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDirectoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDirectoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDirectoryResponseFilterSensitiveLog,
|
|
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 { CreateFacetRequestFilterSensitiveLog, CreateFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFacetCommand, serializeAws_restJson1CreateFacetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFacetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFacetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFacetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFacetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFacetResponseFilterSensitiveLog,
|
|
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 { CreateIndexRequestFilterSensitiveLog, CreateIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateIndexCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateIndexResponseFilterSensitiveLog,
|
|
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 { CreateObjectRequestFilterSensitiveLog, CreateObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateObjectCommand, serializeAws_restJson1CreateObjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateObjectCommand = (function (_super) {
|
|
7
7
|
__extends(CreateObjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateObjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateObjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateObjectResponseFilterSensitiveLog,
|
|
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 { CreateSchemaRequestFilterSensitiveLog, CreateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSchemaCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSchemaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSchemaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSchemaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSchemaResponseFilterSensitiveLog,
|
|
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 { CreateTypedLinkFacetRequestFilterSensitiveLog, CreateTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateTypedLinkFacetCommand, serializeAws_restJson1CreateTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateTypedLinkFacetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTypedLinkFacetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTypedLinkFacetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTypedLinkFacetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTypedLinkFacetResponseFilterSensitiveLog,
|
|
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 { DeleteDirectoryRequestFilterSensitiveLog, DeleteDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDirectoryCommand, serializeAws_restJson1DeleteDirectoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDirectoryCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDirectoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDirectoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDirectoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDirectoryResponseFilterSensitiveLog,
|
|
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 { DeleteFacetRequestFilterSensitiveLog, DeleteFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFacetCommand, serializeAws_restJson1DeleteFacetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFacetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFacetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFacetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFacetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFacetResponseFilterSensitiveLog,
|
|
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 { DeleteObjectRequestFilterSensitiveLog, DeleteObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteObjectCommand, serializeAws_restJson1DeleteObjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteObjectCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteObjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteObjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteObjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteObjectResponseFilterSensitiveLog,
|
|
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 { DeleteSchemaRequestFilterSensitiveLog, DeleteSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteSchemaCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSchemaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSchemaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSchemaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSchemaResponseFilterSensitiveLog,
|
|
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 { DeleteTypedLinkFacetRequestFilterSensitiveLog, DeleteTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteTypedLinkFacetCommand, serializeAws_restJson1DeleteTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteTypedLinkFacetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTypedLinkFacetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTypedLinkFacetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTypedLinkFacetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTypedLinkFacetResponseFilterSensitiveLog,
|
|
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 { DetachFromIndexRequestFilterSensitiveLog, DetachFromIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DetachFromIndexCommand, serializeAws_restJson1DetachFromIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DetachFromIndexCommand = (function (_super) {
|
|
7
7
|
__extends(DetachFromIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DetachFromIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetachFromIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetachFromIndexResponseFilterSensitiveLog,
|
|
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 { DetachObjectRequestFilterSensitiveLog, DetachObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DetachObjectCommand, serializeAws_restJson1DetachObjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DetachObjectCommand = (function (_super) {
|
|
7
7
|
__extends(DetachObjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DetachObjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetachObjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetachObjectResponseFilterSensitiveLog,
|
|
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 { DetachPolicyRequestFilterSensitiveLog, DetachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DetachPolicyCommand, serializeAws_restJson1DetachPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DetachPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DetachPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DetachPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetachPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetachPolicyResponseFilterSensitiveLog,
|
|
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 { DetachTypedLinkRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DetachTypedLinkCommand, serializeAws_restJson1DetachTypedLinkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DetachTypedLinkCommand = (function (_super) {
|
|
7
7
|
__extends(DetachTypedLinkCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DetachTypedLinkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetachTypedLinkRequestFilterSensitiveLog,
|
|
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 { DisableDirectoryRequestFilterSensitiveLog, DisableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisableDirectoryCommand, serializeAws_restJson1DisableDirectoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisableDirectoryCommand = (function (_super) {
|
|
7
7
|
__extends(DisableDirectoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableDirectoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableDirectoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableDirectoryResponseFilterSensitiveLog,
|
|
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 { EnableDirectoryRequestFilterSensitiveLog, EnableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1EnableDirectoryCommand, serializeAws_restJson1EnableDirectoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var EnableDirectoryCommand = (function (_super) {
|
|
7
7
|
__extends(EnableDirectoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var EnableDirectoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableDirectoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnableDirectoryResponseFilterSensitiveLog,
|
|
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 { GetAppliedSchemaVersionRequestFilterSensitiveLog, GetAppliedSchemaVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAppliedSchemaVersionCommand, serializeAws_restJson1GetAppliedSchemaVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAppliedSchemaVersionCommand = (function (_super) {
|
|
7
7
|
__extends(GetAppliedSchemaVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAppliedSchemaVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAppliedSchemaVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAppliedSchemaVersionResponseFilterSensitiveLog,
|
|
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 { GetDirectoryRequestFilterSensitiveLog, GetDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDirectoryCommand, serializeAws_restJson1GetDirectoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDirectoryCommand = (function (_super) {
|
|
7
7
|
__extends(GetDirectoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDirectoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDirectoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDirectoryResponseFilterSensitiveLog,
|
|
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 { GetFacetRequestFilterSensitiveLog, GetFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetFacetCommand, serializeAws_restJson1GetFacetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetFacetCommand = (function (_super) {
|
|
7
7
|
__extends(GetFacetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFacetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFacetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFacetResponseFilterSensitiveLog,
|
|
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 { GetLinkAttributesRequestFilterSensitiveLog, GetLinkAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetLinkAttributesCommand, serializeAws_restJson1GetLinkAttributesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetLinkAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetLinkAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLinkAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLinkAttributesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLinkAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|