@aws-sdk/client-connectcases 3.296.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 (108) hide show
  1. package/dist-cjs/commands/BatchGetFieldCommand.js +2 -3
  2. package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +2 -3
  3. package/dist-cjs/commands/CreateCaseCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDomainCommand.js +2 -3
  5. package/dist-cjs/commands/CreateFieldCommand.js +2 -3
  6. package/dist-cjs/commands/CreateLayoutCommand.js +2 -3
  7. package/dist-cjs/commands/CreateRelatedItemCommand.js +2 -3
  8. package/dist-cjs/commands/CreateTemplateCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
  10. package/dist-cjs/commands/GetCaseCommand.js +2 -3
  11. package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +2 -3
  12. package/dist-cjs/commands/GetDomainCommand.js +2 -3
  13. package/dist-cjs/commands/GetLayoutCommand.js +2 -3
  14. package/dist-cjs/commands/GetTemplateCommand.js +2 -3
  15. package/dist-cjs/commands/ListCasesForContactCommand.js +2 -3
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -3
  17. package/dist-cjs/commands/ListFieldOptionsCommand.js +2 -3
  18. package/dist-cjs/commands/ListFieldsCommand.js +2 -3
  19. package/dist-cjs/commands/ListLayoutsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  21. package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
  22. package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +2 -3
  23. package/dist-cjs/commands/SearchCasesCommand.js +2 -3
  24. package/dist-cjs/commands/SearchRelatedItemsCommand.js +2 -3
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateCaseCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateFieldCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateLayoutCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -3
  31. package/dist-cjs/models/models_0.js +1 -449
  32. package/dist-es/commands/BatchGetFieldCommand.js +2 -3
  33. package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -3
  34. package/dist-es/commands/CreateCaseCommand.js +2 -3
  35. package/dist-es/commands/CreateDomainCommand.js +2 -3
  36. package/dist-es/commands/CreateFieldCommand.js +2 -3
  37. package/dist-es/commands/CreateLayoutCommand.js +2 -3
  38. package/dist-es/commands/CreateRelatedItemCommand.js +2 -3
  39. package/dist-es/commands/CreateTemplateCommand.js +2 -3
  40. package/dist-es/commands/DeleteDomainCommand.js +2 -3
  41. package/dist-es/commands/GetCaseCommand.js +2 -3
  42. package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -3
  43. package/dist-es/commands/GetDomainCommand.js +2 -3
  44. package/dist-es/commands/GetLayoutCommand.js +2 -3
  45. package/dist-es/commands/GetTemplateCommand.js +2 -3
  46. package/dist-es/commands/ListCasesForContactCommand.js +2 -3
  47. package/dist-es/commands/ListDomainsCommand.js +2 -3
  48. package/dist-es/commands/ListFieldOptionsCommand.js +2 -3
  49. package/dist-es/commands/ListFieldsCommand.js +2 -3
  50. package/dist-es/commands/ListLayoutsCommand.js +2 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  52. package/dist-es/commands/ListTemplatesCommand.js +2 -3
  53. package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -3
  54. package/dist-es/commands/SearchCasesCommand.js +2 -3
  55. package/dist-es/commands/SearchRelatedItemsCommand.js +2 -3
  56. package/dist-es/commands/TagResourceCommand.js +2 -3
  57. package/dist-es/commands/UntagResourceCommand.js +2 -3
  58. package/dist-es/commands/UpdateCaseCommand.js +2 -3
  59. package/dist-es/commands/UpdateFieldCommand.js +2 -3
  60. package/dist-es/commands/UpdateLayoutCommand.js +2 -3
  61. package/dist-es/commands/UpdateTemplateCommand.js +2 -3
  62. package/dist-es/models/models_0.js +0 -351
  63. package/dist-types/ConnectCases.d.ts +31 -0
  64. package/dist-types/ConnectCasesClient.d.ts +24 -4
  65. package/dist-types/commands/BatchGetFieldCommand.d.ts +16 -0
  66. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +16 -0
  67. package/dist-types/commands/CreateCaseCommand.d.ts +16 -0
  68. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateFieldCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateLayoutCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateRelatedItemCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  74. package/dist-types/commands/GetCaseCommand.d.ts +16 -0
  75. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +16 -0
  76. package/dist-types/commands/GetDomainCommand.d.ts +16 -0
  77. package/dist-types/commands/GetLayoutCommand.d.ts +16 -0
  78. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  79. package/dist-types/commands/ListCasesForContactCommand.d.ts +16 -0
  80. package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListFieldOptionsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListFieldsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListLayoutsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  86. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +16 -0
  87. package/dist-types/commands/SearchCasesCommand.d.ts +16 -0
  88. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +16 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateCaseCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateFieldCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateLayoutCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
  95. package/dist-types/models/ConnectCasesServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +263 -380
  97. package/dist-types/pagination/GetCasePaginator.d.ts +3 -0
  98. package/dist-types/pagination/Interfaces.d.ts +3 -0
  99. package/dist-types/pagination/ListCasesForContactPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListFieldOptionsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListFieldsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListLayoutsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
  105. package/dist-types/pagination/SearchCasesPaginator.d.ts +3 -0
  106. package/dist-types/pagination/SearchRelatedItemsPaginator.d.ts +3 -0
  107. package/dist-types/ts3.4/models/models_0.d.ts +0 -259
  108. 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 { GetCaseEventConfigurationRequestFilterSensitiveLog, GetCaseEventConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetCaseEventConfigurationCommand, serializeAws_restJson1GetCaseEventConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetCaseEventConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetCaseEventConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetCaseEventConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetCaseEventConfigurationResponseFilterSensitiveLog,
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 { GetDomainRequestFilterSensitiveLog, GetDomainResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetDomainCommand, serializeAws_restJson1GetDomainCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetDomainCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetDomainCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetDomainRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetDomainResponseFilterSensitiveLog,
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 { GetLayoutRequestFilterSensitiveLog, GetLayoutResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayoutCommand, serializeAws_restJson1GetLayoutCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetLayoutCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetLayoutCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetLayoutRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetLayoutResponseFilterSensitiveLog,
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 { GetTemplateRequestFilterSensitiveLog, GetTemplateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetTemplateCommand, serializeAws_restJson1GetTemplateCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetTemplateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetTemplateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetTemplateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetTemplateResponseFilterSensitiveLog,
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 { ListCasesForContactRequestFilterSensitiveLog, ListCasesForContactResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListCasesForContactCommand, serializeAws_restJson1ListCasesForContactCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListCasesForContactCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListCasesForContactCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListCasesForContactRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListCasesForContactResponseFilterSensitiveLog,
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 { ListDomainsRequestFilterSensitiveLog, ListDomainsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDomainsCommand, serializeAws_restJson1ListDomainsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListDomainsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListDomainsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListDomainsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListDomainsResponseFilterSensitiveLog,
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 { ListFieldOptionsRequestFilterSensitiveLog, ListFieldOptionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListFieldOptionsCommand, serializeAws_restJson1ListFieldOptionsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListFieldOptionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListFieldOptionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListFieldOptionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListFieldOptionsResponseFilterSensitiveLog,
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 { ListFieldsRequestFilterSensitiveLog, ListFieldsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListFieldsCommand, serializeAws_restJson1ListFieldsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListFieldsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListFieldsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListFieldsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListFieldsResponseFilterSensitiveLog,
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 { ListLayoutsRequestFilterSensitiveLog, ListLayoutsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListLayoutsCommand, serializeAws_restJson1ListLayoutsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListLayoutsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListLayoutsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListLayoutsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListLayoutsResponseFilterSensitiveLog,
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 { ListTemplatesRequestFilterSensitiveLog, ListTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTemplatesCommand, serializeAws_restJson1ListTemplatesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTemplatesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTemplatesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTemplatesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTemplatesResponseFilterSensitiveLog,
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 { PutCaseEventConfigurationRequestFilterSensitiveLog, PutCaseEventConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutCaseEventConfigurationCommand, serializeAws_restJson1PutCaseEventConfigurationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutCaseEventConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutCaseEventConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutCaseEventConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutCaseEventConfigurationResponseFilterSensitiveLog,
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 { SearchCasesRequestFilterSensitiveLog, SearchCasesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1SearchCasesCommand, serializeAws_restJson1SearchCasesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class SearchCasesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SearchCasesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SearchCasesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SearchCasesResponseFilterSensitiveLog,
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 { SearchRelatedItemsRequestFilterSensitiveLog, SearchRelatedItemsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1SearchRelatedItemsCommand, serializeAws_restJson1SearchRelatedItemsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class SearchRelatedItemsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SearchRelatedItemsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SearchRelatedItemsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SearchRelatedItemsResponseFilterSensitiveLog,
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 { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
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 { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
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: (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 { UpdateCaseRequestFilterSensitiveLog, UpdateCaseResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateCaseCommand, serializeAws_restJson1UpdateCaseCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateCaseCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateCaseCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateCaseRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateCaseResponseFilterSensitiveLog,
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 { UpdateFieldRequestFilterSensitiveLog, UpdateFieldResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateFieldCommand, serializeAws_restJson1UpdateFieldCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateFieldCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateFieldCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateFieldRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateFieldResponseFilterSensitiveLog,
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 { UpdateLayoutRequestFilterSensitiveLog, UpdateLayoutResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateLayoutCommand, serializeAws_restJson1UpdateLayoutCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateLayoutCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateLayoutCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateLayoutRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateLayoutResponseFilterSensitiveLog,
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 { UpdateTemplateRequestFilterSensitiveLog, UpdateTemplateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateTemplateCommand, serializeAws_restJson1UpdateTemplateCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateTemplateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateTemplateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateTemplateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateTemplateResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);