@aws-sdk/client-clouddirectory 3.297.0 → 3.298.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 (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -3
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -3
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -3
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -3
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -3
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -3
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -3
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -3
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -3
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -3
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -3
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -3
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -3
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -3
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -3
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -3
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -3
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -3
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -3
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -3
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -3
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -3
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -3
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -3
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -3
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -3
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -3
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -3
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -3
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -3
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -3
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -3
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -3
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -3
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -3
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -3
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -3
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -3
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -3
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -3
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -3
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -3
  67. package/dist-cjs/models/models_0.js +1 -1053
  68. package/dist-es/commands/AddFacetToObjectCommand.js +2 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +2 -3
  70. package/dist-es/commands/AttachObjectCommand.js +2 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +2 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +2 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +2 -3
  74. package/dist-es/commands/BatchReadCommand.js +2 -3
  75. package/dist-es/commands/BatchWriteCommand.js +2 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +2 -3
  77. package/dist-es/commands/CreateFacetCommand.js +2 -3
  78. package/dist-es/commands/CreateIndexCommand.js +2 -3
  79. package/dist-es/commands/CreateObjectCommand.js +2 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +2 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +2 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +2 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +2 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +2 -3
  88. package/dist-es/commands/DetachObjectCommand.js +2 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +2 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +2 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +2 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +2 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +2 -3
  95. package/dist-es/commands/GetFacetCommand.js +2 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +2 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +2 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +2 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +2 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +2 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +2 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -3
  108. package/dist-es/commands/ListIndexCommand.js +2 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +2 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +2 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +2 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +2 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +2 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -3
  125. package/dist-es/commands/TagResourceCommand.js +2 -3
  126. package/dist-es/commands/UntagResourceCommand.js +2 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +2 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +2 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -3
  134. package/dist-es/models/models_0.js +0 -821
  135. package/dist-types/models/models_0.d.ts +0 -904
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -664
  137. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AddFacetToObjectRequestFilterSensitiveLog, AddFacetToObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1AddFacetToObjectCommand, serializeAws_restJson1AddFacetToObjectCommand, } from "../protocols/Aws_restJson1";
6
5
  export class AddFacetToObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class AddFacetToObjectCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: AddFacetToObjectRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AddFacetToObjectResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ApplySchemaRequestFilterSensitiveLog, ApplySchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ApplySchemaCommand, serializeAws_restJson1ApplySchemaCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ApplySchemaCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ApplySchemaCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ApplySchemaRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ApplySchemaResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AttachObjectRequestFilterSensitiveLog, AttachObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1AttachObjectCommand, serializeAws_restJson1AttachObjectCommand, } from "../protocols/Aws_restJson1";
6
5
  export class AttachObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class AttachObjectCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: AttachObjectRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AttachObjectResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AttachPolicyRequestFilterSensitiveLog, AttachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1AttachPolicyCommand, serializeAws_restJson1AttachPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class AttachPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class AttachPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: AttachPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AttachPolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AttachToIndexRequestFilterSensitiveLog, AttachToIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1AttachToIndexCommand, serializeAws_restJson1AttachToIndexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class AttachToIndexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class AttachToIndexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: AttachToIndexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AttachToIndexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AttachTypedLinkRequestFilterSensitiveLog, AttachTypedLinkResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1AttachTypedLinkCommand, serializeAws_restJson1AttachTypedLinkCommand, } from "../protocols/Aws_restJson1";
6
5
  export class AttachTypedLinkCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class AttachTypedLinkCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: AttachTypedLinkRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AttachTypedLinkResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { BatchReadRequestFilterSensitiveLog, BatchReadResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1BatchReadCommand, serializeAws_restJson1BatchReadCommand, } from "../protocols/Aws_restJson1";
6
5
  export class BatchReadCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class BatchReadCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: BatchReadRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: BatchReadResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { BatchWriteRequestFilterSensitiveLog, BatchWriteResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1BatchWriteCommand, serializeAws_restJson1BatchWriteCommand, } from "../protocols/Aws_restJson1";
6
5
  export class BatchWriteCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class BatchWriteCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: BatchWriteRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: BatchWriteResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateDirectoryRequestFilterSensitiveLog, CreateDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateDirectoryCommand, serializeAws_restJson1CreateDirectoryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateDirectoryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateDirectoryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateDirectoryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateDirectoryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateFacetRequestFilterSensitiveLog, CreateFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateFacetCommand, serializeAws_restJson1CreateFacetCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateFacetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateFacetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateFacetRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateFacetResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateIndexRequestFilterSensitiveLog, CreateIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateIndexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateIndexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateIndexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateIndexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateObjectRequestFilterSensitiveLog, CreateObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateObjectCommand, serializeAws_restJson1CreateObjectCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateObjectCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateObjectRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateObjectResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateSchemaRequestFilterSensitiveLog, CreateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateSchemaCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateSchemaCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateSchemaRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateSchemaResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateTypedLinkFacetRequestFilterSensitiveLog, CreateTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateTypedLinkFacetCommand, serializeAws_restJson1CreateTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateTypedLinkFacetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateTypedLinkFacetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateTypedLinkFacetRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateTypedLinkFacetResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteDirectoryRequestFilterSensitiveLog, DeleteDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteDirectoryCommand, serializeAws_restJson1DeleteDirectoryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteDirectoryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteDirectoryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteDirectoryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteDirectoryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFacetRequestFilterSensitiveLog, DeleteFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFacetCommand, serializeAws_restJson1DeleteFacetCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFacetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFacetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFacetRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteFacetResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteObjectRequestFilterSensitiveLog, DeleteObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteObjectCommand, serializeAws_restJson1DeleteObjectCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteObjectCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteObjectRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteObjectResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteSchemaRequestFilterSensitiveLog, DeleteSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteSchemaCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteSchemaCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteSchemaRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteSchemaResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteTypedLinkFacetRequestFilterSensitiveLog, DeleteTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteTypedLinkFacetCommand, serializeAws_restJson1DeleteTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteTypedLinkFacetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteTypedLinkFacetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteTypedLinkFacetRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteTypedLinkFacetResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DetachFromIndexRequestFilterSensitiveLog, DetachFromIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DetachFromIndexCommand, serializeAws_restJson1DetachFromIndexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DetachFromIndexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DetachFromIndexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DetachFromIndexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DetachFromIndexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DetachObjectRequestFilterSensitiveLog, DetachObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DetachObjectCommand, serializeAws_restJson1DetachObjectCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DetachObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DetachObjectCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DetachObjectRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DetachObjectResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DetachPolicyRequestFilterSensitiveLog, DetachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DetachPolicyCommand, serializeAws_restJson1DetachPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DetachPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DetachPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DetachPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DetachPolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DetachTypedLinkRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DetachTypedLinkCommand, serializeAws_restJson1DetachTypedLinkCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DetachTypedLinkCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DetachTypedLinkCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DetachTypedLinkRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DisableDirectoryRequestFilterSensitiveLog, DisableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DisableDirectoryCommand, serializeAws_restJson1DisableDirectoryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DisableDirectoryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DisableDirectoryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DisableDirectoryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DisableDirectoryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { EnableDirectoryRequestFilterSensitiveLog, EnableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1EnableDirectoryCommand, serializeAws_restJson1EnableDirectoryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class EnableDirectoryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class EnableDirectoryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: EnableDirectoryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: EnableDirectoryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAppliedSchemaVersionRequestFilterSensitiveLog, GetAppliedSchemaVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetAppliedSchemaVersionCommand, serializeAws_restJson1GetAppliedSchemaVersionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetAppliedSchemaVersionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetAppliedSchemaVersionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetAppliedSchemaVersionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetAppliedSchemaVersionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDirectoryRequestFilterSensitiveLog, GetDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetDirectoryCommand, serializeAws_restJson1GetDirectoryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetDirectoryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetDirectoryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetDirectoryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetDirectoryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFacetRequestFilterSensitiveLog, GetFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFacetCommand, serializeAws_restJson1GetFacetCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetFacetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetFacetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetFacetRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetFacetResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetLinkAttributesRequestFilterSensitiveLog, GetLinkAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLinkAttributesCommand, serializeAws_restJson1GetLinkAttributesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetLinkAttributesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetLinkAttributesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetLinkAttributesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetLinkAttributesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetObjectAttributesRequestFilterSensitiveLog, GetObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetObjectAttributesCommand, serializeAws_restJson1GetObjectAttributesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetObjectAttributesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetObjectAttributesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetObjectAttributesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetObjectAttributesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetObjectInformationRequestFilterSensitiveLog, GetObjectInformationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetObjectInformationCommand, serializeAws_restJson1GetObjectInformationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetObjectInformationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetObjectInformationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetObjectInformationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetObjectInformationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);