@aws-sdk/client-workdocs 3.306.0 → 3.309.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 (93) hide show
  1. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +2 -2
  2. package/dist-cjs/commands/ActivateUserCommand.js +2 -2
  3. package/dist-cjs/commands/AddResourcePermissionsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCommentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCustomMetadataCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFolderCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLabelsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  10. package/dist-cjs/commands/DeactivateUserCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteCommentCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDocumentCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteFolderContentsCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteLabelsCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeActivitiesCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeCommentsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeFolderContentsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeGroupsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeRootFoldersCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
  29. package/dist-cjs/commands/GetCurrentUserCommand.js +2 -2
  30. package/dist-cjs/commands/GetDocumentCommand.js +2 -2
  31. package/dist-cjs/commands/GetDocumentPathCommand.js +2 -2
  32. package/dist-cjs/commands/GetDocumentVersionCommand.js +2 -2
  33. package/dist-cjs/commands/GetFolderCommand.js +2 -2
  34. package/dist-cjs/commands/GetFolderPathCommand.js +2 -2
  35. package/dist-cjs/commands/GetResourcesCommand.js +2 -2
  36. package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +2 -2
  37. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +2 -2
  38. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +2 -2
  39. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +2 -2
  40. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateDocumentCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_restJson1.js +732 -768
  46. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +3 -3
  47. package/dist-es/commands/ActivateUserCommand.js +3 -3
  48. package/dist-es/commands/AddResourcePermissionsCommand.js +3 -3
  49. package/dist-es/commands/CreateCommentCommand.js +3 -3
  50. package/dist-es/commands/CreateCustomMetadataCommand.js +3 -3
  51. package/dist-es/commands/CreateFolderCommand.js +3 -3
  52. package/dist-es/commands/CreateLabelsCommand.js +3 -3
  53. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -3
  54. package/dist-es/commands/CreateUserCommand.js +3 -3
  55. package/dist-es/commands/DeactivateUserCommand.js +3 -3
  56. package/dist-es/commands/DeleteCommentCommand.js +3 -3
  57. package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -3
  58. package/dist-es/commands/DeleteDocumentCommand.js +3 -3
  59. package/dist-es/commands/DeleteDocumentVersionCommand.js +3 -3
  60. package/dist-es/commands/DeleteFolderCommand.js +3 -3
  61. package/dist-es/commands/DeleteFolderContentsCommand.js +3 -3
  62. package/dist-es/commands/DeleteLabelsCommand.js +3 -3
  63. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +3 -3
  64. package/dist-es/commands/DeleteUserCommand.js +3 -3
  65. package/dist-es/commands/DescribeActivitiesCommand.js +3 -3
  66. package/dist-es/commands/DescribeCommentsCommand.js +3 -3
  67. package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -3
  68. package/dist-es/commands/DescribeFolderContentsCommand.js +3 -3
  69. package/dist-es/commands/DescribeGroupsCommand.js +3 -3
  70. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -3
  71. package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -3
  72. package/dist-es/commands/DescribeRootFoldersCommand.js +3 -3
  73. package/dist-es/commands/DescribeUsersCommand.js +3 -3
  74. package/dist-es/commands/GetCurrentUserCommand.js +3 -3
  75. package/dist-es/commands/GetDocumentCommand.js +3 -3
  76. package/dist-es/commands/GetDocumentPathCommand.js +3 -3
  77. package/dist-es/commands/GetDocumentVersionCommand.js +3 -3
  78. package/dist-es/commands/GetFolderCommand.js +3 -3
  79. package/dist-es/commands/GetFolderPathCommand.js +3 -3
  80. package/dist-es/commands/GetResourcesCommand.js +3 -3
  81. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -3
  82. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +3 -3
  83. package/dist-es/commands/RemoveResourcePermissionCommand.js +3 -3
  84. package/dist-es/commands/RestoreDocumentVersionsCommand.js +3 -3
  85. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  86. package/dist-es/commands/UpdateDocumentCommand.js +3 -3
  87. package/dist-es/commands/UpdateDocumentVersionCommand.js +3 -3
  88. package/dist-es/commands/UpdateFolderCommand.js +3 -3
  89. package/dist-es/commands/UpdateUserCommand.js +3 -3
  90. package/dist-es/protocols/Aws_restJson1.js +642 -678
  91. package/dist-types/protocols/Aws_restJson1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +88 -88
  93. package/package.json +6 -6
@@ -2,7 +2,7 @@ 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
4
  import { GetCurrentUserRequestFilterSensitiveLog, GetCurrentUserResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetCurrentUserCommand, serializeAws_restJson1GetCurrentUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetCurrentUserCommand, se_GetCurrentUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetCurrentUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetCurrentUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetCurrentUserCommand(input, context);
37
+ return se_GetCurrentUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetCurrentUserCommand(output, context);
40
+ return de_GetCurrentUserCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetDocumentRequestFilterSensitiveLog, GetDocumentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetDocumentCommand, serializeAws_restJson1GetDocumentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDocumentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDocumentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDocumentCommand(input, context);
37
+ return se_GetDocumentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDocumentCommand(output, context);
40
+ return de_GetDocumentCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetDocumentPathRequestFilterSensitiveLog, GetDocumentPathResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetDocumentPathCommand, serializeAws_restJson1GetDocumentPathCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetDocumentPathCommand, se_GetDocumentPathCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDocumentPathCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDocumentPathCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDocumentPathCommand(input, context);
37
+ return se_GetDocumentPathCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDocumentPathCommand(output, context);
40
+ return de_GetDocumentPathCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetDocumentVersionRequestFilterSensitiveLog, GetDocumentVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetDocumentVersionCommand, serializeAws_restJson1GetDocumentVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetDocumentVersionCommand, se_GetDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDocumentVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDocumentVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDocumentVersionCommand(input, context);
37
+ return se_GetDocumentVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDocumentVersionCommand(output, context);
40
+ return de_GetDocumentVersionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetFolderRequestFilterSensitiveLog, GetFolderResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetFolderCommand, serializeAws_restJson1GetFolderCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetFolderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetFolderCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetFolderCommand(input, context);
37
+ return se_GetFolderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetFolderCommand(output, context);
40
+ return de_GetFolderCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetFolderPathRequestFilterSensitiveLog, GetFolderPathResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetFolderPathCommand, serializeAws_restJson1GetFolderPathCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetFolderPathCommand, se_GetFolderPathCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetFolderPathCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetFolderPathCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetFolderPathCommand(input, context);
37
+ return se_GetFolderPathCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetFolderPathCommand(output, context);
40
+ return de_GetFolderPathCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetResourcesRequestFilterSensitiveLog, GetResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetResourcesCommand, serializeAws_restJson1GetResourcesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetResourcesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetResourcesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetResourcesCommand(input, context);
37
+ return se_GetResourcesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetResourcesCommand(output, context);
40
+ return de_GetResourcesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { InitiateDocumentVersionUploadRequestFilterSensitiveLog, InitiateDocumentVersionUploadResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1InitiateDocumentVersionUploadCommand, serializeAws_restJson1InitiateDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_InitiateDocumentVersionUploadCommand, se_InitiateDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
6
6
  export class InitiateDocumentVersionUploadCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class InitiateDocumentVersionUploadCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1InitiateDocumentVersionUploadCommand(input, context);
37
+ return se_InitiateDocumentVersionUploadCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1InitiateDocumentVersionUploadCommand(output, context);
40
+ return de_InitiateDocumentVersionUploadCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { RemoveAllResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1RemoveAllResourcePermissionsCommand, serializeAws_restJson1RemoveAllResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_RemoveAllResourcePermissionsCommand, se_RemoveAllResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class RemoveAllResourcePermissionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class RemoveAllResourcePermissionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1RemoveAllResourcePermissionsCommand(input, context);
37
+ return se_RemoveAllResourcePermissionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1RemoveAllResourcePermissionsCommand(output, context);
40
+ return de_RemoveAllResourcePermissionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { RemoveResourcePermissionRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1RemoveResourcePermissionCommand, serializeAws_restJson1RemoveResourcePermissionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand } from "../protocols/Aws_restJson1";
6
6
  export class RemoveResourcePermissionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class RemoveResourcePermissionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1RemoveResourcePermissionCommand(input, context);
37
+ return se_RemoveResourcePermissionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1RemoveResourcePermissionCommand(output, context);
40
+ return de_RemoveResourcePermissionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { RestoreDocumentVersionsRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1RestoreDocumentVersionsCommand, serializeAws_restJson1RestoreDocumentVersionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class RestoreDocumentVersionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class RestoreDocumentVersionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1RestoreDocumentVersionsCommand(input, context);
37
+ return se_RestoreDocumentVersionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1RestoreDocumentVersionsCommand(output, context);
40
+ return de_RestoreDocumentVersionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { SearchResourcesRequestFilterSensitiveLog, SearchResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1SearchResourcesCommand, serializeAws_restJson1SearchResourcesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1";
6
6
  export class SearchResourcesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class SearchResourcesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1SearchResourcesCommand(input, context);
37
+ return se_SearchResourcesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1SearchResourcesCommand(output, context);
40
+ return de_SearchResourcesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateDocumentRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateDocumentCommand, serializeAws_restJson1UpdateDocumentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateDocumentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateDocumentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateDocumentCommand(input, context);
37
+ return se_UpdateDocumentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateDocumentCommand(output, context);
40
+ return de_UpdateDocumentCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateDocumentVersionRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateDocumentVersionCommand, serializeAws_restJson1UpdateDocumentVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateDocumentVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateDocumentVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateDocumentVersionCommand(input, context);
37
+ return se_UpdateDocumentVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateDocumentVersionCommand(output, context);
40
+ return de_UpdateDocumentVersionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateFolderRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateFolderCommand, serializeAws_restJson1UpdateFolderCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateFolderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateFolderCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateFolderCommand(input, context);
37
+ return se_UpdateFolderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateFolderCommand(output, context);
40
+ return de_UpdateFolderCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateUserCommand, serializeAws_restJson1UpdateUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateUserCommand(input, context);
37
+ return se_UpdateUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateUserCommand(output, context);
40
+ return de_UpdateUserCommand(output, context);
41
41
  }
42
42
  }