@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 { AbortDocumentVersionUploadRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1AbortDocumentVersionUploadCommand, serializeAws_restJson1AbortDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_AbortDocumentVersionUploadCommand, se_AbortDocumentVersionUploadCommand } from "../protocols/Aws_restJson1";
6
6
  export class AbortDocumentVersionUploadCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class AbortDocumentVersionUploadCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1AbortDocumentVersionUploadCommand(input, context);
37
+ return se_AbortDocumentVersionUploadCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1AbortDocumentVersionUploadCommand(output, context);
40
+ return de_AbortDocumentVersionUploadCommand(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 { ActivateUserRequestFilterSensitiveLog, ActivateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ActivateUserCommand, serializeAws_restJson1ActivateUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ActivateUserCommand, se_ActivateUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class ActivateUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ActivateUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ActivateUserCommand(input, context);
37
+ return se_ActivateUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ActivateUserCommand(output, context);
40
+ return de_ActivateUserCommand(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 { AddResourcePermissionsRequestFilterSensitiveLog, AddResourcePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1AddResourcePermissionsCommand, serializeAws_restJson1AddResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_AddResourcePermissionsCommand, se_AddResourcePermissionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class AddResourcePermissionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class AddResourcePermissionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1AddResourcePermissionsCommand(input, context);
37
+ return se_AddResourcePermissionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1AddResourcePermissionsCommand(output, context);
40
+ return de_AddResourcePermissionsCommand(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 { CreateCommentRequestFilterSensitiveLog, CreateCommentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateCommentCommand, serializeAws_restJson1CreateCommentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateCommentCommand, se_CreateCommentCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateCommentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateCommentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateCommentCommand(input, context);
37
+ return se_CreateCommentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateCommentCommand(output, context);
40
+ return de_CreateCommentCommand(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 { CreateCustomMetadataRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateCustomMetadataCommand, serializeAws_restJson1CreateCustomMetadataCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateCustomMetadataCommand, se_CreateCustomMetadataCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateCustomMetadataCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateCustomMetadataCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateCustomMetadataCommand(input, context);
37
+ return se_CreateCustomMetadataCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateCustomMetadataCommand(output, context);
40
+ return de_CreateCustomMetadataCommand(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 { CreateFolderRequestFilterSensitiveLog, CreateFolderResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateFolderCommand, serializeAws_restJson1CreateFolderCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateFolderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateFolderCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateFolderCommand(input, context);
37
+ return se_CreateFolderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateFolderCommand(output, context);
40
+ return de_CreateFolderCommand(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 { CreateLabelsRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateLabelsCommand, serializeAws_restJson1CreateLabelsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateLabelsCommand, se_CreateLabelsCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateLabelsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateLabelsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateLabelsCommand(input, context);
37
+ return se_CreateLabelsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateLabelsCommand(output, context);
40
+ return de_CreateLabelsCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { deserializeAws_restJson1CreateNotificationSubscriptionCommand, serializeAws_restJson1CreateNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateNotificationSubscriptionCommand, se_CreateNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class CreateNotificationSubscriptionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateNotificationSubscriptionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateNotificationSubscriptionCommand(input, context);
36
+ return se_CreateNotificationSubscriptionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateNotificationSubscriptionCommand(output, context);
39
+ return de_CreateNotificationSubscriptionCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateUserCommand, serializeAws_restJson1CreateUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateUserCommand(input, context);
37
+ return se_CreateUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateUserCommand(output, context);
40
+ return de_CreateUserCommand(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 { DeactivateUserRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeactivateUserCommand, serializeAws_restJson1DeactivateUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeactivateUserCommand, se_DeactivateUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeactivateUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeactivateUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeactivateUserCommand(input, context);
37
+ return se_DeactivateUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeactivateUserCommand(output, context);
40
+ return de_DeactivateUserCommand(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 { DeleteCommentRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteCommentCommand, serializeAws_restJson1DeleteCommentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteCommentCommand, se_DeleteCommentCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteCommentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteCommentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteCommentCommand(input, context);
37
+ return se_DeleteCommentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteCommentCommand(output, context);
40
+ return de_DeleteCommentCommand(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 { DeleteCustomMetadataRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteCustomMetadataCommand, serializeAws_restJson1DeleteCustomMetadataCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteCustomMetadataCommand, se_DeleteCustomMetadataCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteCustomMetadataCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteCustomMetadataCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteCustomMetadataCommand(input, context);
37
+ return se_DeleteCustomMetadataCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteCustomMetadataCommand(output, context);
40
+ return de_DeleteCustomMetadataCommand(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 { DeleteDocumentRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteDocumentCommand, serializeAws_restJson1DeleteDocumentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteDocumentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteDocumentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteDocumentCommand(input, context);
37
+ return se_DeleteDocumentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteDocumentCommand(output, context);
40
+ return de_DeleteDocumentCommand(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 { DeleteDocumentVersionRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteDocumentVersionCommand, serializeAws_restJson1DeleteDocumentVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteDocumentVersionCommand, se_DeleteDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteDocumentVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteDocumentVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteDocumentVersionCommand(input, context);
37
+ return se_DeleteDocumentVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteDocumentVersionCommand(output, context);
40
+ return de_DeleteDocumentVersionCommand(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 { DeleteFolderRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteFolderCommand, serializeAws_restJson1DeleteFolderCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteFolderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteFolderCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteFolderCommand(input, context);
37
+ return se_DeleteFolderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteFolderCommand(output, context);
40
+ return de_DeleteFolderCommand(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 { DeleteFolderContentsRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteFolderContentsCommand, serializeAws_restJson1DeleteFolderContentsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteFolderContentsCommand, se_DeleteFolderContentsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteFolderContentsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteFolderContentsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteFolderContentsCommand(input, context);
37
+ return se_DeleteFolderContentsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteFolderContentsCommand(output, context);
40
+ return de_DeleteFolderContentsCommand(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 { DeleteLabelsRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteLabelsCommand, serializeAws_restJson1DeleteLabelsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteLabelsCommand, se_DeleteLabelsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteLabelsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteLabelsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteLabelsCommand(input, context);
37
+ return se_DeleteLabelsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteLabelsCommand(output, context);
40
+ return de_DeleteLabelsCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { deserializeAws_restJson1DeleteNotificationSubscriptionCommand, serializeAws_restJson1DeleteNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteNotificationSubscriptionCommand, se_DeleteNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteNotificationSubscriptionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteNotificationSubscriptionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteNotificationSubscriptionCommand(input, context);
36
+ return se_DeleteNotificationSubscriptionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteNotificationSubscriptionCommand(output, context);
39
+ return de_DeleteNotificationSubscriptionCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { DeleteUserRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DeleteUserCommand, serializeAws_restJson1DeleteUserCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1";
6
6
  export class DeleteUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DeleteUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DeleteUserCommand(input, context);
37
+ return se_DeleteUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DeleteUserCommand(output, context);
40
+ return de_DeleteUserCommand(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 { DescribeActivitiesRequestFilterSensitiveLog, DescribeActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeActivitiesCommand, serializeAws_restJson1DescribeActivitiesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeActivitiesCommand, se_DescribeActivitiesCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeActivitiesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeActivitiesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeActivitiesCommand(input, context);
37
+ return se_DescribeActivitiesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeActivitiesCommand(output, context);
40
+ return de_DescribeActivitiesCommand(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 { DescribeCommentsRequestFilterSensitiveLog, DescribeCommentsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeCommentsCommand, serializeAws_restJson1DescribeCommentsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeCommentsCommand, se_DescribeCommentsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeCommentsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeCommentsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeCommentsCommand(input, context);
37
+ return se_DescribeCommentsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeCommentsCommand(output, context);
40
+ return de_DescribeCommentsCommand(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 { DescribeDocumentVersionsRequestFilterSensitiveLog, DescribeDocumentVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeDocumentVersionsCommand, serializeAws_restJson1DescribeDocumentVersionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeDocumentVersionsCommand, se_DescribeDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeDocumentVersionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeDocumentVersionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeDocumentVersionsCommand(input, context);
37
+ return se_DescribeDocumentVersionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeDocumentVersionsCommand(output, context);
40
+ return de_DescribeDocumentVersionsCommand(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 { DescribeFolderContentsRequestFilterSensitiveLog, DescribeFolderContentsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeFolderContentsCommand, serializeAws_restJson1DescribeFolderContentsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeFolderContentsCommand, se_DescribeFolderContentsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeFolderContentsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeFolderContentsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeFolderContentsCommand(input, context);
37
+ return se_DescribeFolderContentsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeFolderContentsCommand(output, context);
40
+ return de_DescribeFolderContentsCommand(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 { DescribeGroupsRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeGroupsCommand, serializeAws_restJson1DescribeGroupsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeGroupsCommand, se_DescribeGroupsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeGroupsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeGroupsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeGroupsCommand(input, context);
37
+ return se_DescribeGroupsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeGroupsCommand(output, context);
40
+ return de_DescribeGroupsCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { deserializeAws_restJson1DescribeNotificationSubscriptionsCommand, serializeAws_restJson1DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeNotificationSubscriptionsCommand, se_DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DescribeNotificationSubscriptionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeNotificationSubscriptionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeNotificationSubscriptionsCommand(input, context);
36
+ return se_DescribeNotificationSubscriptionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeNotificationSubscriptionsCommand(output, context);
39
+ return de_DescribeNotificationSubscriptionsCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { DescribeResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeResourcePermissionsCommand, serializeAws_restJson1DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeResourcePermissionsCommand, se_DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeResourcePermissionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeResourcePermissionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeResourcePermissionsCommand(input, context);
37
+ return se_DescribeResourcePermissionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeResourcePermissionsCommand(output, context);
40
+ return de_DescribeResourcePermissionsCommand(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 { DescribeRootFoldersRequestFilterSensitiveLog, DescribeRootFoldersResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeRootFoldersCommand, serializeAws_restJson1DescribeRootFoldersCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeRootFoldersCommand, se_DescribeRootFoldersCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeRootFoldersCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeRootFoldersCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeRootFoldersCommand(input, context);
37
+ return se_DescribeRootFoldersCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeRootFoldersCommand(output, context);
40
+ return de_DescribeRootFoldersCommand(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 { DescribeUsersRequestFilterSensitiveLog, DescribeUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeUsersCommand, serializeAws_restJson1DescribeUsersCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeUsersCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeUsersCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeUsersCommand(input, context);
37
+ return se_DescribeUsersCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeUsersCommand(output, context);
40
+ return de_DescribeUsersCommand(output, context);
41
41
  }
42
42
  }