@aws-sdk/client-connectcases 3.306.0 → 3.310.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 (65) hide show
  1. package/dist-cjs/commands/BatchGetFieldCommand.js +2 -2
  2. package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +2 -2
  3. package/dist-cjs/commands/CreateCaseCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDomainCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFieldCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLayoutCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRelatedItemCommand.js +2 -2
  8. package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
  10. package/dist-cjs/commands/GetCaseCommand.js +2 -2
  11. package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/GetDomainCommand.js +2 -2
  13. package/dist-cjs/commands/GetLayoutCommand.js +2 -2
  14. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/ListCasesForContactCommand.js +2 -2
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  17. package/dist-cjs/commands/ListFieldOptionsCommand.js +2 -2
  18. package/dist-cjs/commands/ListFieldsCommand.js +2 -2
  19. package/dist-cjs/commands/ListLayoutsCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
  22. package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/SearchCasesCommand.js +2 -2
  24. package/dist-cjs/commands/SearchRelatedItemsCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateCaseCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateFieldCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateLayoutCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +544 -556
  32. package/dist-es/commands/BatchGetFieldCommand.js +3 -3
  33. package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -3
  34. package/dist-es/commands/CreateCaseCommand.js +3 -3
  35. package/dist-es/commands/CreateDomainCommand.js +3 -3
  36. package/dist-es/commands/CreateFieldCommand.js +3 -3
  37. package/dist-es/commands/CreateLayoutCommand.js +3 -3
  38. package/dist-es/commands/CreateRelatedItemCommand.js +3 -3
  39. package/dist-es/commands/CreateTemplateCommand.js +3 -3
  40. package/dist-es/commands/DeleteDomainCommand.js +3 -3
  41. package/dist-es/commands/GetCaseCommand.js +3 -3
  42. package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -3
  43. package/dist-es/commands/GetDomainCommand.js +3 -3
  44. package/dist-es/commands/GetLayoutCommand.js +3 -3
  45. package/dist-es/commands/GetTemplateCommand.js +3 -3
  46. package/dist-es/commands/ListCasesForContactCommand.js +3 -3
  47. package/dist-es/commands/ListDomainsCommand.js +3 -3
  48. package/dist-es/commands/ListFieldOptionsCommand.js +3 -3
  49. package/dist-es/commands/ListFieldsCommand.js +3 -3
  50. package/dist-es/commands/ListLayoutsCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/ListTemplatesCommand.js +3 -3
  53. package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -3
  54. package/dist-es/commands/SearchCasesCommand.js +3 -3
  55. package/dist-es/commands/SearchRelatedItemsCommand.js +3 -3
  56. package/dist-es/commands/TagResourceCommand.js +3 -3
  57. package/dist-es/commands/UntagResourceCommand.js +3 -3
  58. package/dist-es/commands/UpdateCaseCommand.js +3 -3
  59. package/dist-es/commands/UpdateFieldCommand.js +3 -3
  60. package/dist-es/commands/UpdateLayoutCommand.js +3 -3
  61. package/dist-es/commands/UpdateTemplateCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +482 -494
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +35 -35
@@ -36,10 +36,10 @@ class BatchGetFieldCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetFieldCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetFieldCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetFieldCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetFieldCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetFieldCommand = BatchGetFieldCommand;
@@ -36,10 +36,10 @@ class BatchPutFieldOptionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchPutFieldOptionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchPutFieldOptionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchPutFieldOptionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchPutFieldOptionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchPutFieldOptionsCommand = BatchPutFieldOptionsCommand;
@@ -36,10 +36,10 @@ class CreateCaseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCaseCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCaseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCaseCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCaseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCaseCommand = CreateCaseCommand;
@@ -36,10 +36,10 @@ class CreateDomainCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDomainCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDomainCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDomainCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDomainCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDomainCommand = CreateDomainCommand;
@@ -36,10 +36,10 @@ class CreateFieldCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateFieldCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFieldCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFieldCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFieldCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFieldCommand = CreateFieldCommand;
@@ -36,10 +36,10 @@ class CreateLayoutCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateLayoutCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLayoutCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLayoutCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLayoutCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLayoutCommand = CreateLayoutCommand;
@@ -36,10 +36,10 @@ class CreateRelatedItemCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateRelatedItemCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRelatedItemCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRelatedItemCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRelatedItemCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRelatedItemCommand = CreateRelatedItemCommand;
@@ -36,10 +36,10 @@ class CreateTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateTemplateCommand = CreateTemplateCommand;
@@ -36,10 +36,10 @@ class DeleteDomainCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDomainCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDomainCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDomainCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDomainCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDomainCommand = DeleteDomainCommand;
@@ -36,10 +36,10 @@ class GetCaseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetCaseCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCaseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCaseCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCaseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCaseCommand = GetCaseCommand;
@@ -36,10 +36,10 @@ class GetCaseEventConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetCaseEventConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCaseEventConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCaseEventConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCaseEventConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCaseEventConfigurationCommand = GetCaseEventConfigurationCommand;
@@ -36,10 +36,10 @@ class GetDomainCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDomainCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDomainCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDomainCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDomainCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDomainCommand = GetDomainCommand;
@@ -36,10 +36,10 @@ class GetLayoutCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetLayoutCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLayoutCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLayoutCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLayoutCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLayoutCommand = GetLayoutCommand;
@@ -36,10 +36,10 @@ class GetTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTemplateCommand = GetTemplateCommand;
@@ -36,10 +36,10 @@ class ListCasesForContactCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCasesForContactCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCasesForContactCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCasesForContactCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCasesForContactCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCasesForContactCommand = ListCasesForContactCommand;
@@ -36,10 +36,10 @@ class ListDomainsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDomainsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDomainsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDomainsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDomainsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDomainsCommand = ListDomainsCommand;
@@ -36,10 +36,10 @@ class ListFieldOptionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFieldOptionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFieldOptionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFieldOptionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFieldOptionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFieldOptionsCommand = ListFieldOptionsCommand;
@@ -36,10 +36,10 @@ class ListFieldsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFieldsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFieldsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFieldsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFieldsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFieldsCommand = ListFieldsCommand;
@@ -36,10 +36,10 @@ class ListLayoutsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListLayoutsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLayoutsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLayoutsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLayoutsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLayoutsCommand = ListLayoutsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListTemplatesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTemplatesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTemplatesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplatesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTemplatesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTemplatesCommand = ListTemplatesCommand;
@@ -36,10 +36,10 @@ class PutCaseEventConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutCaseEventConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutCaseEventConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutCaseEventConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutCaseEventConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutCaseEventConfigurationCommand = PutCaseEventConfigurationCommand;
@@ -36,10 +36,10 @@ class SearchCasesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1SearchCasesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchCasesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchCasesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchCasesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchCasesCommand = SearchCasesCommand;
@@ -36,10 +36,10 @@ class SearchRelatedItemsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1SearchRelatedItemsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchRelatedItemsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchRelatedItemsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchRelatedItemsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchRelatedItemsCommand = SearchRelatedItemsCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateCaseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCaseCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateCaseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCaseCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateCaseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCaseCommand = UpdateCaseCommand;
@@ -36,10 +36,10 @@ class UpdateFieldCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFieldCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFieldCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFieldCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFieldCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFieldCommand = UpdateFieldCommand;
@@ -36,10 +36,10 @@ class UpdateLayoutCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateLayoutCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateLayoutCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLayoutCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateLayoutCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLayoutCommand = UpdateLayoutCommand;
@@ -36,10 +36,10 @@ class UpdateTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTemplateCommand = UpdateTemplateCommand;