@aws-sdk/client-workdocs 3.414.0 → 3.418.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 (89) hide show
  1. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +5 -0
  2. package/dist-cjs/commands/ActivateUserCommand.js +5 -0
  3. package/dist-cjs/commands/AddResourcePermissionsCommand.js +5 -0
  4. package/dist-cjs/commands/CreateCommentCommand.js +5 -0
  5. package/dist-cjs/commands/CreateCustomMetadataCommand.js +5 -0
  6. package/dist-cjs/commands/CreateFolderCommand.js +5 -0
  7. package/dist-cjs/commands/CreateLabelsCommand.js +5 -0
  8. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateUserCommand.js +5 -0
  10. package/dist-cjs/commands/DeactivateUserCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteCommentCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteDocumentCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteFolderCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteFolderContentsCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteLabelsCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteUserCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeActivitiesCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeCommentsCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeFolderContentsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeGroupsCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeRootFoldersCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeUsersCommand.js +5 -0
  29. package/dist-cjs/commands/GetCurrentUserCommand.js +5 -0
  30. package/dist-cjs/commands/GetDocumentCommand.js +5 -0
  31. package/dist-cjs/commands/GetDocumentPathCommand.js +5 -0
  32. package/dist-cjs/commands/GetDocumentVersionCommand.js +5 -0
  33. package/dist-cjs/commands/GetFolderCommand.js +5 -0
  34. package/dist-cjs/commands/GetFolderPathCommand.js +5 -0
  35. package/dist-cjs/commands/GetResourcesCommand.js +5 -0
  36. package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +5 -0
  37. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +5 -0
  38. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +5 -0
  39. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +5 -0
  40. package/dist-cjs/commands/SearchResourcesCommand.js +5 -0
  41. package/dist-cjs/commands/UpdateDocumentCommand.js +5 -0
  42. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +5 -0
  43. package/dist-cjs/commands/UpdateFolderCommand.js +5 -0
  44. package/dist-cjs/commands/UpdateUserCommand.js +5 -0
  45. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +5 -0
  46. package/dist-es/commands/ActivateUserCommand.js +5 -0
  47. package/dist-es/commands/AddResourcePermissionsCommand.js +5 -0
  48. package/dist-es/commands/CreateCommentCommand.js +5 -0
  49. package/dist-es/commands/CreateCustomMetadataCommand.js +5 -0
  50. package/dist-es/commands/CreateFolderCommand.js +5 -0
  51. package/dist-es/commands/CreateLabelsCommand.js +5 -0
  52. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +5 -0
  53. package/dist-es/commands/CreateUserCommand.js +5 -0
  54. package/dist-es/commands/DeactivateUserCommand.js +5 -0
  55. package/dist-es/commands/DeleteCommentCommand.js +5 -0
  56. package/dist-es/commands/DeleteCustomMetadataCommand.js +5 -0
  57. package/dist-es/commands/DeleteDocumentCommand.js +5 -0
  58. package/dist-es/commands/DeleteDocumentVersionCommand.js +5 -0
  59. package/dist-es/commands/DeleteFolderCommand.js +5 -0
  60. package/dist-es/commands/DeleteFolderContentsCommand.js +5 -0
  61. package/dist-es/commands/DeleteLabelsCommand.js +5 -0
  62. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +5 -0
  63. package/dist-es/commands/DeleteUserCommand.js +5 -0
  64. package/dist-es/commands/DescribeActivitiesCommand.js +5 -0
  65. package/dist-es/commands/DescribeCommentsCommand.js +5 -0
  66. package/dist-es/commands/DescribeDocumentVersionsCommand.js +5 -0
  67. package/dist-es/commands/DescribeFolderContentsCommand.js +5 -0
  68. package/dist-es/commands/DescribeGroupsCommand.js +5 -0
  69. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +5 -0
  70. package/dist-es/commands/DescribeResourcePermissionsCommand.js +5 -0
  71. package/dist-es/commands/DescribeRootFoldersCommand.js +5 -0
  72. package/dist-es/commands/DescribeUsersCommand.js +5 -0
  73. package/dist-es/commands/GetCurrentUserCommand.js +5 -0
  74. package/dist-es/commands/GetDocumentCommand.js +5 -0
  75. package/dist-es/commands/GetDocumentPathCommand.js +5 -0
  76. package/dist-es/commands/GetDocumentVersionCommand.js +5 -0
  77. package/dist-es/commands/GetFolderCommand.js +5 -0
  78. package/dist-es/commands/GetFolderPathCommand.js +5 -0
  79. package/dist-es/commands/GetResourcesCommand.js +5 -0
  80. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +5 -0
  81. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +5 -0
  82. package/dist-es/commands/RemoveResourcePermissionCommand.js +5 -0
  83. package/dist-es/commands/RestoreDocumentVersionsCommand.js +5 -0
  84. package/dist-es/commands/SearchResourcesCommand.js +5 -0
  85. package/dist-es/commands/UpdateDocumentCommand.js +5 -0
  86. package/dist-es/commands/UpdateDocumentVersionCommand.js +5 -0
  87. package/dist-es/commands/UpdateFolderCommand.js +5 -0
  88. package/dist-es/commands/UpdateUserCommand.js +5 -0
  89. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class AbortDocumentVersionUploadCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AbortDocumentVersionUploadCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AbortDocumentVersionUploadRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "AbortDocumentVersionUpload",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class ActivateUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ActivateUserCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ActivateUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ActivateUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "ActivateUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class AddResourcePermissionsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AddResourcePermissionsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AddResourcePermissionsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.AddResourcePermissionsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "AddResourcePermissions",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateCommentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateCommentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateCommentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateCommentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "CreateComment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateCustomMetadataCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateCustomMetadataCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateCustomMetadataRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "CreateCustomMetadata",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateFolderCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateFolderCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateFolderRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateFolderResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "CreateFolder",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateLabelsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLabelsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLabelsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "CreateLabels",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateNotificationSubscriptionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateNotificationSubscriptionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGorillaBoyService",
38
+ operation: "CreateNotificationSubscription",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateUserCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "CreateUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeactivateUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeactivateUserCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeactivateUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeactivateUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteCommentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteCommentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteCommentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteComment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteCustomMetadataCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteCustomMetadataCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteCustomMetadataRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteCustomMetadata",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteDocumentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteDocumentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteDocumentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteDocument",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteDocumentVersionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteDocumentVersionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteDocumentVersionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteDocumentVersion",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteFolderCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteFolderCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteFolderRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteFolder",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteFolderContentsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteFolderContentsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteFolderContentsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteFolderContents",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteLabelsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteLabelsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteLabelsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteLabels",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteNotificationSubscriptionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteNotificationSubscriptionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGorillaBoyService",
38
+ operation: "DeleteNotificationSubscription",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DeleteUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeActivitiesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeActivitiesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeActivitiesRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeActivitiesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeActivities",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeCommentsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeCommentsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeCommentsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeCommentsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeComments",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeDocumentVersionsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeDocumentVersionsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeDocumentVersionsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeDocumentVersionsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeDocumentVersions",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeFolderContentsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeFolderContentsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeFolderContentsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeFolderContentsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeFolderContents",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeGroupsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeGroupsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeGroupsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeGroups",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeNotificationSubscriptionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeNotificationSubscriptionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGorillaBoyService",
38
+ operation: "DescribeNotificationSubscriptions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeResourcePermissionsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeResourcePermissionsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeResourcePermissionsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeResourcePermissions",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeRootFoldersCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeRootFoldersCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeRootFoldersRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeRootFoldersResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeRootFolders",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeUsersCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeUsersCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DescribeUsersRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeUsersResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "DescribeUsers",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetCurrentUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetCurrentUserCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.GetCurrentUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.GetCurrentUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "GetCurrentUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetDocumentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetDocumentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.GetDocumentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.GetDocumentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "GetDocument",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetDocumentPathCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetDocumentPathCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.GetDocumentPathRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.GetDocumentPathResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGorillaBoyService",
39
+ operation: "GetDocumentPath",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);