@aws-sdk/client-lex-models-v2 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 (147) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -3
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +2 -3
  6. package/dist-cjs/commands/CreateBotCommand.js +2 -3
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -3
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +2 -3
  9. package/dist-cjs/commands/CreateExportCommand.js +1 -1
  10. package/dist-cjs/commands/CreateIntentCommand.js +2 -3
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -3
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSlotCommand.js +2 -3
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -3
  15. package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteBotCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteExportCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteImportCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteIntentCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteSlotCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteSlotTypeCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeBotCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -3
  34. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  35. package/dist-cjs/commands/DescribeExportCommand.js +2 -3
  36. package/dist-cjs/commands/DescribeImportCommand.js +2 -3
  37. package/dist-cjs/commands/DescribeIntentCommand.js +2 -4
  38. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  39. package/dist-cjs/commands/DescribeSlotCommand.js +2 -4
  40. package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -3
  41. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -3
  42. package/dist-cjs/commands/ListBotAliasesCommand.js +2 -3
  43. package/dist-cjs/commands/ListBotLocalesCommand.js +2 -3
  44. package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -3
  45. package/dist-cjs/commands/ListBotVersionsCommand.js +2 -3
  46. package/dist-cjs/commands/ListBotsCommand.js +2 -3
  47. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -3
  48. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -3
  49. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +2 -3
  50. package/dist-cjs/commands/ListExportsCommand.js +2 -3
  51. package/dist-cjs/commands/ListImportsCommand.js +2 -3
  52. package/dist-cjs/commands/ListIntentsCommand.js +2 -3
  53. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -3
  54. package/dist-cjs/commands/ListSlotTypesCommand.js +2 -3
  55. package/dist-cjs/commands/ListSlotsCommand.js +2 -3
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  57. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  58. package/dist-cjs/commands/StartImportCommand.js +1 -1
  59. package/dist-cjs/commands/StopBotRecommendationCommand.js +2 -3
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -4
  61. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateBotCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -3
  65. package/dist-cjs/commands/UpdateExportCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateIntentCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateSlotCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -3
  70. package/dist-cjs/models/models_0.js +1 -933
  71. package/dist-cjs/models/models_1.js +1 -157
  72. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  73. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  74. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  75. package/dist-es/commands/BuildBotLocaleCommand.js +2 -3
  76. package/dist-es/commands/CreateBotAliasCommand.js +2 -3
  77. package/dist-es/commands/CreateBotCommand.js +2 -3
  78. package/dist-es/commands/CreateBotLocaleCommand.js +2 -3
  79. package/dist-es/commands/CreateBotVersionCommand.js +2 -3
  80. package/dist-es/commands/CreateExportCommand.js +2 -2
  81. package/dist-es/commands/CreateIntentCommand.js +2 -3
  82. package/dist-es/commands/CreateResourcePolicyCommand.js +2 -3
  83. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +2 -3
  84. package/dist-es/commands/CreateSlotCommand.js +2 -3
  85. package/dist-es/commands/CreateSlotTypeCommand.js +2 -3
  86. package/dist-es/commands/CreateUploadUrlCommand.js +2 -3
  87. package/dist-es/commands/DeleteBotAliasCommand.js +2 -3
  88. package/dist-es/commands/DeleteBotCommand.js +2 -3
  89. package/dist-es/commands/DeleteBotLocaleCommand.js +2 -3
  90. package/dist-es/commands/DeleteBotVersionCommand.js +2 -3
  91. package/dist-es/commands/DeleteCustomVocabularyCommand.js +2 -3
  92. package/dist-es/commands/DeleteExportCommand.js +2 -3
  93. package/dist-es/commands/DeleteImportCommand.js +2 -3
  94. package/dist-es/commands/DeleteIntentCommand.js +2 -3
  95. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  96. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  97. package/dist-es/commands/DeleteSlotCommand.js +2 -3
  98. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -3
  99. package/dist-es/commands/DeleteUtterancesCommand.js +2 -3
  100. package/dist-es/commands/DescribeBotAliasCommand.js +2 -3
  101. package/dist-es/commands/DescribeBotCommand.js +2 -3
  102. package/dist-es/commands/DescribeBotLocaleCommand.js +2 -3
  103. package/dist-es/commands/DescribeBotRecommendationCommand.js +2 -2
  104. package/dist-es/commands/DescribeBotVersionCommand.js +2 -3
  105. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  106. package/dist-es/commands/DescribeExportCommand.js +2 -3
  107. package/dist-es/commands/DescribeImportCommand.js +2 -3
  108. package/dist-es/commands/DescribeIntentCommand.js +2 -4
  109. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  110. package/dist-es/commands/DescribeSlotCommand.js +2 -4
  111. package/dist-es/commands/DescribeSlotTypeCommand.js +2 -3
  112. package/dist-es/commands/ListAggregatedUtterancesCommand.js +2 -3
  113. package/dist-es/commands/ListBotAliasesCommand.js +2 -3
  114. package/dist-es/commands/ListBotLocalesCommand.js +2 -3
  115. package/dist-es/commands/ListBotRecommendationsCommand.js +2 -3
  116. package/dist-es/commands/ListBotVersionsCommand.js +2 -3
  117. package/dist-es/commands/ListBotsCommand.js +2 -3
  118. package/dist-es/commands/ListBuiltInIntentsCommand.js +2 -3
  119. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +2 -3
  120. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +2 -3
  121. package/dist-es/commands/ListExportsCommand.js +2 -3
  122. package/dist-es/commands/ListImportsCommand.js +2 -3
  123. package/dist-es/commands/ListIntentsCommand.js +2 -3
  124. package/dist-es/commands/ListRecommendedIntentsCommand.js +2 -3
  125. package/dist-es/commands/ListSlotTypesCommand.js +2 -3
  126. package/dist-es/commands/ListSlotsCommand.js +2 -3
  127. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  128. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  129. package/dist-es/commands/StartImportCommand.js +2 -2
  130. package/dist-es/commands/StopBotRecommendationCommand.js +2 -3
  131. package/dist-es/commands/TagResourceCommand.js +2 -4
  132. package/dist-es/commands/UntagResourceCommand.js +2 -3
  133. package/dist-es/commands/UpdateBotAliasCommand.js +2 -3
  134. package/dist-es/commands/UpdateBotCommand.js +2 -3
  135. package/dist-es/commands/UpdateBotLocaleCommand.js +2 -3
  136. package/dist-es/commands/UpdateExportCommand.js +2 -2
  137. package/dist-es/commands/UpdateIntentCommand.js +2 -3
  138. package/dist-es/commands/UpdateResourcePolicyCommand.js +2 -3
  139. package/dist-es/commands/UpdateSlotCommand.js +2 -3
  140. package/dist-es/commands/UpdateSlotTypeCommand.js +2 -3
  141. package/dist-es/models/models_0.js +0 -696
  142. package/dist-es/models/models_1.js +0 -117
  143. package/dist-types/models/models_0.d.ts +1 -929
  144. package/dist-types/models/models_1.d.ts +0 -156
  145. package/dist-types/ts3.4/models/models_0.d.ts +0 -644
  146. package/dist-types/ts3.4/models/models_1.d.ts +0 -115
  147. 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 { ListSlotsRequestFilterSensitiveLog, ListSlotsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSlotsCommand, serializeAws_restJson1ListSlotsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSlotsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListSlotsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListSlotsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListSlotsResponseFilterSensitiveLog,
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
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 { SearchAssociatedTranscriptsRequestFilterSensitiveLog, SearchAssociatedTranscriptsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1SearchAssociatedTranscriptsCommand, serializeAws_restJson1SearchAssociatedTranscriptsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class SearchAssociatedTranscriptsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SearchAssociatedTranscriptsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SearchAssociatedTranscriptsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SearchAssociatedTranscriptsResponseFilterSensitiveLog,
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,7 @@
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 { StartImportRequestFilterSensitiveLog, StartImportResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { StartImportRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartImportCommand, serializeAws_restJson1StartImportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartImportCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class StartImportCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: StartImportRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartImportResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  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 { StopBotRecommendationRequestFilterSensitiveLog, StopBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopBotRecommendationCommand, serializeAws_restJson1StopBotRecommendationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopBotRecommendationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopBotRecommendationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopBotRecommendationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopBotRecommendationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,8 +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 { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
- import { TagResourceResponseFilterSensitiveLog } from "../models/models_1";
6
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
7
5
  export class TagResourceCommand extends $Command {
8
6
  static getEndpointParameterInstructions() {
@@ -28,8 +26,8 @@ export class TagResourceCommand extends $Command {
28
26
  logger,
29
27
  clientName,
30
28
  commandName,
31
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
32
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
33
31
  };
34
32
  const { requestHandler } = configuration;
35
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
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 { UpdateBotAliasRequestFilterSensitiveLog, UpdateBotAliasResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateBotAliasCommand, serializeAws_restJson1UpdateBotAliasCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateBotAliasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateBotAliasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateBotAliasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateBotAliasResponseFilterSensitiveLog,
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 { UpdateBotRequestFilterSensitiveLog, UpdateBotResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateBotCommand, serializeAws_restJson1UpdateBotCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateBotCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateBotCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateBotRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateBotResponseFilterSensitiveLog,
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 { UpdateBotLocaleRequestFilterSensitiveLog, UpdateBotLocaleResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateBotLocaleCommand, serializeAws_restJson1UpdateBotLocaleCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateBotLocaleCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateBotLocaleCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateBotLocaleRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateBotLocaleResponseFilterSensitiveLog,
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,7 @@
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 { UpdateExportRequestFilterSensitiveLog, UpdateExportResponseFilterSensitiveLog, } from "../models/models_1";
4
+ import { UpdateExportRequestFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateExportCommand, serializeAws_restJson1UpdateExportCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateExportCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class UpdateExportCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: UpdateExportRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateExportResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  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 { UpdateIntentRequestFilterSensitiveLog, UpdateIntentResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateIntentCommand, serializeAws_restJson1UpdateIntentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateIntentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateIntentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateIntentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateIntentResponseFilterSensitiveLog,
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 { UpdateResourcePolicyRequestFilterSensitiveLog, UpdateResourcePolicyResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateResourcePolicyCommand, serializeAws_restJson1UpdateResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateResourcePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateResourcePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateResourcePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateResourcePolicyResponseFilterSensitiveLog,
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 { UpdateSlotRequestFilterSensitiveLog, UpdateSlotResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateSlotCommand, serializeAws_restJson1UpdateSlotCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSlotCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSlotCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSlotRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSlotResponseFilterSensitiveLog,
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 { UpdateSlotTypeRequestFilterSensitiveLog, UpdateSlotTypeResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1UpdateSlotTypeCommand, serializeAws_restJson1UpdateSlotTypeCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSlotTypeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSlotTypeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSlotTypeRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSlotTypeResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);