@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.
Files changed (140) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
  3. package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
  4. package/dist-cjs/commands/AttachObjectCommand.js +2 -2
  5. package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
  6. package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
  7. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
  8. package/dist-cjs/commands/BatchReadCommand.js +2 -2
  9. package/dist-cjs/commands/BatchWriteCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFacetCommand.js +2 -2
  12. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  13. package/dist-cjs/commands/CreateObjectCommand.js +2 -2
  14. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  15. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
  21. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
  22. package/dist-cjs/commands/DetachObjectCommand.js +2 -2
  23. package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -1
  25. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
  26. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
  27. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
  28. package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
  29. package/dist-cjs/commands/GetFacetCommand.js +2 -2
  30. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
  31. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
  32. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
  33. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
  34. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
  35. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
  36. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
  37. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
  39. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
  40. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
  41. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
  42. package/dist-cjs/commands/ListIndexCommand.js +2 -2
  43. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
  44. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
  45. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
  46. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
  47. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
  48. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
  49. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
  50. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
  51. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
  54. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
  55. package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
  56. package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
  57. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
  58. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
  66. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
  67. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +1053 -1522
  69. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  70. package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
  71. package/dist-es/commands/ApplySchemaCommand.js +3 -3
  72. package/dist-es/commands/AttachObjectCommand.js +3 -3
  73. package/dist-es/commands/AttachPolicyCommand.js +3 -3
  74. package/dist-es/commands/AttachToIndexCommand.js +3 -3
  75. package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
  76. package/dist-es/commands/BatchReadCommand.js +3 -3
  77. package/dist-es/commands/BatchWriteCommand.js +3 -3
  78. package/dist-es/commands/CreateDirectoryCommand.js +3 -3
  79. package/dist-es/commands/CreateFacetCommand.js +3 -3
  80. package/dist-es/commands/CreateIndexCommand.js +3 -3
  81. package/dist-es/commands/CreateObjectCommand.js +3 -3
  82. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  83. package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
  84. package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
  85. package/dist-es/commands/DeleteFacetCommand.js +3 -3
  86. package/dist-es/commands/DeleteObjectCommand.js +3 -3
  87. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  88. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
  89. package/dist-es/commands/DetachFromIndexCommand.js +3 -3
  90. package/dist-es/commands/DetachObjectCommand.js +3 -3
  91. package/dist-es/commands/DetachPolicyCommand.js +3 -3
  92. package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
  93. package/dist-es/commands/DisableDirectoryCommand.js +3 -3
  94. package/dist-es/commands/EnableDirectoryCommand.js +3 -3
  95. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
  96. package/dist-es/commands/GetDirectoryCommand.js +3 -3
  97. package/dist-es/commands/GetFacetCommand.js +3 -3
  98. package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
  99. package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
  100. package/dist-es/commands/GetObjectInformationCommand.js +3 -3
  101. package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
  102. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
  103. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
  104. package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
  105. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
  106. package/dist-es/commands/ListDirectoriesCommand.js +3 -3
  107. package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
  108. package/dist-es/commands/ListFacetNamesCommand.js +3 -3
  109. package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
  110. package/dist-es/commands/ListIndexCommand.js +3 -3
  111. package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
  112. package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
  113. package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
  114. package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
  115. package/dist-es/commands/ListObjectParentsCommand.js +3 -3
  116. package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
  117. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
  118. package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
  119. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  121. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
  122. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
  123. package/dist-es/commands/LookupPolicyCommand.js +3 -3
  124. package/dist-es/commands/PublishSchemaCommand.js +3 -3
  125. package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
  126. package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
  127. package/dist-es/commands/TagResourceCommand.js +3 -3
  128. package/dist-es/commands/UntagResourceCommand.js +3 -3
  129. package/dist-es/commands/UpdateFacetCommand.js +3 -3
  130. package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
  131. package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
  132. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  133. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
  134. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
  135. package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
  136. package/dist-es/models/models_0.js +304 -1001
  137. package/dist-es/protocols/Aws_restJson1.js +3 -0
  138. package/dist-types/models/models_0.d.ts +905 -1355
  139. package/dist-types/ts3.4/models/models_0.d.ts +453 -903
  140. package/package.json +9 -9
@@ -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 { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0";
4
+ import { GetObjectAttributesRequestFilterSensitiveLog, GetObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetObjectAttributesCommand, serializeAws_restJson1GetObjectAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetObjectAttributesCommand = (function (_super) {
7
7
  __extends(GetObjectAttributesCommand, _super);
@@ -20,8 +20,8 @@ var GetObjectAttributesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetObjectAttributesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetObjectAttributesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetObjectAttributesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetObjectAttributesResponseFilterSensitiveLog,
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 { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0";
4
+ import { GetObjectInformationRequestFilterSensitiveLog, GetObjectInformationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetObjectInformationCommand, serializeAws_restJson1GetObjectInformationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetObjectInformationCommand = (function (_super) {
7
7
  __extends(GetObjectInformationCommand, _super);
@@ -20,8 +20,8 @@ var GetObjectInformationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetObjectInformationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetObjectInformationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetObjectInformationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetObjectInformationResponseFilterSensitiveLog,
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 { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0";
4
+ import { GetSchemaAsJsonRequestFilterSensitiveLog, GetSchemaAsJsonResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSchemaAsJsonCommand, serializeAws_restJson1GetSchemaAsJsonCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetSchemaAsJsonCommand = (function (_super) {
7
7
  __extends(GetSchemaAsJsonCommand, _super);
@@ -20,8 +20,8 @@ var GetSchemaAsJsonCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetSchemaAsJsonRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetSchemaAsJsonResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetSchemaAsJsonRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSchemaAsJsonResponseFilterSensitiveLog,
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 { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } from "../models/models_0";
4
+ import { GetTypedLinkFacetInformationRequestFilterSensitiveLog, GetTypedLinkFacetInformationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetTypedLinkFacetInformationCommand, serializeAws_restJson1GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetTypedLinkFacetInformationCommand = (function (_super) {
7
7
  __extends(GetTypedLinkFacetInformationCommand, _super);
@@ -20,8 +20,8 @@ var GetTypedLinkFacetInformationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetTypedLinkFacetInformationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetTypedLinkFacetInformationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetTypedLinkFacetInformationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTypedLinkFacetInformationResponseFilterSensitiveLog,
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 { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0";
4
+ import { ListAppliedSchemaArnsRequestFilterSensitiveLog, ListAppliedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppliedSchemaArnsCommand, serializeAws_restJson1ListAppliedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAppliedSchemaArnsCommand = (function (_super) {
7
7
  __extends(ListAppliedSchemaArnsCommand, _super);
@@ -20,8 +20,8 @@ var ListAppliedSchemaArnsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAppliedSchemaArnsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAppliedSchemaArnsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAppliedSchemaArnsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAppliedSchemaArnsResponseFilterSensitiveLog,
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 { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0";
4
+ import { ListAttachedIndicesRequestFilterSensitiveLog, ListAttachedIndicesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAttachedIndicesCommand, serializeAws_restJson1ListAttachedIndicesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAttachedIndicesCommand = (function (_super) {
7
7
  __extends(ListAttachedIndicesCommand, _super);
@@ -20,8 +20,8 @@ var ListAttachedIndicesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAttachedIndicesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAttachedIndicesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAttachedIndicesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAttachedIndicesResponseFilterSensitiveLog,
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 { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0";
4
+ import { ListDevelopmentSchemaArnsRequestFilterSensitiveLog, ListDevelopmentSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDevelopmentSchemaArnsCommand, serializeAws_restJson1ListDevelopmentSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDevelopmentSchemaArnsCommand = (function (_super) {
7
7
  __extends(ListDevelopmentSchemaArnsCommand, _super);
@@ -20,8 +20,8 @@ var ListDevelopmentSchemaArnsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDevelopmentSchemaArnsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDevelopmentSchemaArnsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDevelopmentSchemaArnsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDevelopmentSchemaArnsResponseFilterSensitiveLog,
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 { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0";
4
+ import { ListDirectoriesRequestFilterSensitiveLog, ListDirectoriesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDirectoriesCommand, serializeAws_restJson1ListDirectoriesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDirectoriesCommand = (function (_super) {
7
7
  __extends(ListDirectoriesCommand, _super);
@@ -20,8 +20,8 @@ var ListDirectoriesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDirectoriesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDirectoriesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDirectoriesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDirectoriesResponseFilterSensitiveLog,
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 { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
4
+ import { ListFacetAttributesRequestFilterSensitiveLog, ListFacetAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFacetAttributesCommand, serializeAws_restJson1ListFacetAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFacetAttributesCommand = (function (_super) {
7
7
  __extends(ListFacetAttributesCommand, _super);
@@ -20,8 +20,8 @@ var ListFacetAttributesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFacetAttributesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFacetAttributesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFacetAttributesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFacetAttributesResponseFilterSensitiveLog,
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 { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
4
+ import { ListFacetNamesRequestFilterSensitiveLog, ListFacetNamesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFacetNamesCommand, serializeAws_restJson1ListFacetNamesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFacetNamesCommand = (function (_super) {
7
7
  __extends(ListFacetNamesCommand, _super);
@@ -20,8 +20,8 @@ var ListFacetNamesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFacetNamesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFacetNamesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFacetNamesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFacetNamesResponseFilterSensitiveLog,
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 { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
4
+ import { ListIncomingTypedLinksRequestFilterSensitiveLog, ListIncomingTypedLinksResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIncomingTypedLinksCommand, serializeAws_restJson1ListIncomingTypedLinksCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIncomingTypedLinksCommand = (function (_super) {
7
7
  __extends(ListIncomingTypedLinksCommand, _super);
@@ -20,8 +20,8 @@ var ListIncomingTypedLinksCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListIncomingTypedLinksRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListIncomingTypedLinksResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListIncomingTypedLinksRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIncomingTypedLinksResponseFilterSensitiveLog,
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 { ListIndexRequest, ListIndexResponse } from "../models/models_0";
4
+ import { ListIndexRequestFilterSensitiveLog, ListIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIndexCommand, serializeAws_restJson1ListIndexCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIndexCommand = (function (_super) {
7
7
  __extends(ListIndexCommand, _super);
@@ -20,8 +20,8 @@ var ListIndexCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListIndexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListIndexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListIndexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIndexResponseFilterSensitiveLog,
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 { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
4
+ import { ListManagedSchemaArnsRequestFilterSensitiveLog, ListManagedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListManagedSchemaArnsCommand, serializeAws_restJson1ListManagedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListManagedSchemaArnsCommand = (function (_super) {
7
7
  __extends(ListManagedSchemaArnsCommand, _super);
@@ -20,8 +20,8 @@ var ListManagedSchemaArnsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListManagedSchemaArnsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListManagedSchemaArnsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListManagedSchemaArnsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListManagedSchemaArnsResponseFilterSensitiveLog,
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 { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
4
+ import { ListObjectAttributesRequestFilterSensitiveLog, ListObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectAttributesCommand, serializeAws_restJson1ListObjectAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListObjectAttributesCommand = (function (_super) {
7
7
  __extends(ListObjectAttributesCommand, _super);
@@ -20,8 +20,8 @@ var ListObjectAttributesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListObjectAttributesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListObjectAttributesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListObjectAttributesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListObjectAttributesResponseFilterSensitiveLog,
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 { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
4
+ import { ListObjectChildrenRequestFilterSensitiveLog, ListObjectChildrenResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectChildrenCommand, serializeAws_restJson1ListObjectChildrenCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListObjectChildrenCommand = (function (_super) {
7
7
  __extends(ListObjectChildrenCommand, _super);
@@ -20,8 +20,8 @@ var ListObjectChildrenCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListObjectChildrenRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListObjectChildrenResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListObjectChildrenRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListObjectChildrenResponseFilterSensitiveLog,
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 { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
4
+ import { ListObjectParentPathsRequestFilterSensitiveLog, ListObjectParentPathsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectParentPathsCommand, serializeAws_restJson1ListObjectParentPathsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListObjectParentPathsCommand = (function (_super) {
7
7
  __extends(ListObjectParentPathsCommand, _super);
@@ -20,8 +20,8 @@ var ListObjectParentPathsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListObjectParentPathsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListObjectParentPathsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListObjectParentPathsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListObjectParentPathsResponseFilterSensitiveLog,
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 { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
4
+ import { ListObjectParentsRequestFilterSensitiveLog, ListObjectParentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectParentsCommand, serializeAws_restJson1ListObjectParentsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListObjectParentsCommand = (function (_super) {
7
7
  __extends(ListObjectParentsCommand, _super);
@@ -20,8 +20,8 @@ var ListObjectParentsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListObjectParentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListObjectParentsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListObjectParentsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListObjectParentsResponseFilterSensitiveLog,
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 { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
4
+ import { ListObjectPoliciesRequestFilterSensitiveLog, ListObjectPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectPoliciesCommand, serializeAws_restJson1ListObjectPoliciesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListObjectPoliciesCommand = (function (_super) {
7
7
  __extends(ListObjectPoliciesCommand, _super);
@@ -20,8 +20,8 @@ var ListObjectPoliciesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListObjectPoliciesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListObjectPoliciesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListObjectPoliciesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListObjectPoliciesResponseFilterSensitiveLog,
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 { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
4
+ import { ListOutgoingTypedLinksRequestFilterSensitiveLog, ListOutgoingTypedLinksResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListOutgoingTypedLinksCommand, serializeAws_restJson1ListOutgoingTypedLinksCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListOutgoingTypedLinksCommand = (function (_super) {
7
7
  __extends(ListOutgoingTypedLinksCommand, _super);
@@ -20,8 +20,8 @@ var ListOutgoingTypedLinksCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListOutgoingTypedLinksRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListOutgoingTypedLinksResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListOutgoingTypedLinksRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListOutgoingTypedLinksResponseFilterSensitiveLog,
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 { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
4
+ import { ListPolicyAttachmentsRequestFilterSensitiveLog, ListPolicyAttachmentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPolicyAttachmentsCommand, serializeAws_restJson1ListPolicyAttachmentsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPolicyAttachmentsCommand = (function (_super) {
7
7
  __extends(ListPolicyAttachmentsCommand, _super);
@@ -20,8 +20,8 @@ var ListPolicyAttachmentsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPolicyAttachmentsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPolicyAttachmentsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPolicyAttachmentsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPolicyAttachmentsResponseFilterSensitiveLog,
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 { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0";
4
+ import { ListPublishedSchemaArnsRequestFilterSensitiveLog, ListPublishedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPublishedSchemaArnsCommand, serializeAws_restJson1ListPublishedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPublishedSchemaArnsCommand = (function (_super) {
7
7
  __extends(ListPublishedSchemaArnsCommand, _super);
@@ -20,8 +20,8 @@ var ListPublishedSchemaArnsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPublishedSchemaArnsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPublishedSchemaArnsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPublishedSchemaArnsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPublishedSchemaArnsResponseFilterSensitiveLog,
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
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: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
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 { ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResponse } from "../models/models_0";
4
+ import { ListTypedLinkFacetAttributesRequestFilterSensitiveLog, ListTypedLinkFacetAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTypedLinkFacetAttributesCommand, serializeAws_restJson1ListTypedLinkFacetAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTypedLinkFacetAttributesCommand = (function (_super) {
7
7
  __extends(ListTypedLinkFacetAttributesCommand, _super);
@@ -20,8 +20,8 @@ var ListTypedLinkFacetAttributesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTypedLinkFacetAttributesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTypedLinkFacetAttributesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTypedLinkFacetAttributesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTypedLinkFacetAttributesResponseFilterSensitiveLog,
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 { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0";
4
+ import { ListTypedLinkFacetNamesRequestFilterSensitiveLog, ListTypedLinkFacetNamesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTypedLinkFacetNamesCommand, serializeAws_restJson1ListTypedLinkFacetNamesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTypedLinkFacetNamesCommand = (function (_super) {
7
7
  __extends(ListTypedLinkFacetNamesCommand, _super);
@@ -20,8 +20,8 @@ var ListTypedLinkFacetNamesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTypedLinkFacetNamesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTypedLinkFacetNamesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTypedLinkFacetNamesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTypedLinkFacetNamesResponseFilterSensitiveLog,
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 { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
4
+ import { LookupPolicyRequestFilterSensitiveLog, LookupPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1LookupPolicyCommand, serializeAws_restJson1LookupPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var LookupPolicyCommand = (function (_super) {
7
7
  __extends(LookupPolicyCommand, _super);
@@ -20,8 +20,8 @@ var LookupPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: LookupPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: LookupPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: LookupPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: LookupPolicyResponseFilterSensitiveLog,
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 { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0";
4
+ import { PublishSchemaRequestFilterSensitiveLog, PublishSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PublishSchemaCommand, serializeAws_restJson1PublishSchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  var PublishSchemaCommand = (function (_super) {
7
7
  __extends(PublishSchemaCommand, _super);
@@ -20,8 +20,8 @@ var PublishSchemaCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PublishSchemaRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishSchemaResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PublishSchemaRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PublishSchemaResponseFilterSensitiveLog,
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 { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0";
4
+ import { PutSchemaFromJsonRequestFilterSensitiveLog, PutSchemaFromJsonResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutSchemaFromJsonCommand, serializeAws_restJson1PutSchemaFromJsonCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutSchemaFromJsonCommand = (function (_super) {
7
7
  __extends(PutSchemaFromJsonCommand, _super);
@@ -20,8 +20,8 @@ var PutSchemaFromJsonCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutSchemaFromJsonRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutSchemaFromJsonResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutSchemaFromJsonRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutSchemaFromJsonResponseFilterSensitiveLog,
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 { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0";
4
+ import { RemoveFacetFromObjectRequestFilterSensitiveLog, RemoveFacetFromObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RemoveFacetFromObjectCommand, serializeAws_restJson1RemoveFacetFromObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  var RemoveFacetFromObjectCommand = (function (_super) {
7
7
  __extends(RemoveFacetFromObjectCommand, _super);
@@ -20,8 +20,8 @@ var RemoveFacetFromObjectCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveFacetFromObjectRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RemoveFacetFromObjectResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveFacetFromObjectRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RemoveFacetFromObjectResponseFilterSensitiveLog,
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } 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,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {