@aws-sdk/client-workdocs 3.413.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 (93) 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-cjs/runtimeExtensions.js +3 -0
  46. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +5 -0
  47. package/dist-es/commands/ActivateUserCommand.js +5 -0
  48. package/dist-es/commands/AddResourcePermissionsCommand.js +5 -0
  49. package/dist-es/commands/CreateCommentCommand.js +5 -0
  50. package/dist-es/commands/CreateCustomMetadataCommand.js +5 -0
  51. package/dist-es/commands/CreateFolderCommand.js +5 -0
  52. package/dist-es/commands/CreateLabelsCommand.js +5 -0
  53. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +5 -0
  54. package/dist-es/commands/CreateUserCommand.js +5 -0
  55. package/dist-es/commands/DeactivateUserCommand.js +5 -0
  56. package/dist-es/commands/DeleteCommentCommand.js +5 -0
  57. package/dist-es/commands/DeleteCustomMetadataCommand.js +5 -0
  58. package/dist-es/commands/DeleteDocumentCommand.js +5 -0
  59. package/dist-es/commands/DeleteDocumentVersionCommand.js +5 -0
  60. package/dist-es/commands/DeleteFolderCommand.js +5 -0
  61. package/dist-es/commands/DeleteFolderContentsCommand.js +5 -0
  62. package/dist-es/commands/DeleteLabelsCommand.js +5 -0
  63. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +5 -0
  64. package/dist-es/commands/DeleteUserCommand.js +5 -0
  65. package/dist-es/commands/DescribeActivitiesCommand.js +5 -0
  66. package/dist-es/commands/DescribeCommentsCommand.js +5 -0
  67. package/dist-es/commands/DescribeDocumentVersionsCommand.js +5 -0
  68. package/dist-es/commands/DescribeFolderContentsCommand.js +5 -0
  69. package/dist-es/commands/DescribeGroupsCommand.js +5 -0
  70. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +5 -0
  71. package/dist-es/commands/DescribeResourcePermissionsCommand.js +5 -0
  72. package/dist-es/commands/DescribeRootFoldersCommand.js +5 -0
  73. package/dist-es/commands/DescribeUsersCommand.js +5 -0
  74. package/dist-es/commands/GetCurrentUserCommand.js +5 -0
  75. package/dist-es/commands/GetDocumentCommand.js +5 -0
  76. package/dist-es/commands/GetDocumentPathCommand.js +5 -0
  77. package/dist-es/commands/GetDocumentVersionCommand.js +5 -0
  78. package/dist-es/commands/GetFolderCommand.js +5 -0
  79. package/dist-es/commands/GetFolderPathCommand.js +5 -0
  80. package/dist-es/commands/GetResourcesCommand.js +5 -0
  81. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +5 -0
  82. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +5 -0
  83. package/dist-es/commands/RemoveResourcePermissionCommand.js +5 -0
  84. package/dist-es/commands/RestoreDocumentVersionsCommand.js +5 -0
  85. package/dist-es/commands/SearchResourcesCommand.js +5 -0
  86. package/dist-es/commands/UpdateDocumentCommand.js +5 -0
  87. package/dist-es/commands/UpdateDocumentVersionCommand.js +5 -0
  88. package/dist-es/commands/UpdateFolderCommand.js +5 -0
  89. package/dist-es/commands/UpdateUserCommand.js +5 -0
  90. package/dist-es/runtimeExtensions.js +3 -0
  91. package/dist-types/extensionConfiguration.d.ts +2 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  93. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DeleteUserRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DeleteUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DeleteUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeActivitiesRequestFilterSensitiveLog, DescribeActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeActivitiesCommand, se_DescribeActivitiesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeActivitiesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeActivitiesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeActivitiesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeActivities",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeCommentsRequestFilterSensitiveLog, DescribeCommentsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeCommentsCommand, se_DescribeCommentsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeCommentsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeCommentsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeCommentsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeComments",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeDocumentVersionsRequestFilterSensitiveLog, DescribeDocumentVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeDocumentVersionsCommand, se_DescribeDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeDocumentVersionsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeDocumentVersionsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeDocumentVersionsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeDocumentVersions",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeFolderContentsRequestFilterSensitiveLog, DescribeFolderContentsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeFolderContentsCommand, se_DescribeFolderContentsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeFolderContentsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeFolderContentsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeFolderContentsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeFolderContents",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeGroupsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeGroupsCommand, se_DescribeGroupsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeGroupsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeGroupsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeGroups",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeNotificationSubscriptionsCommand, se_DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeNotificationSubscriptionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeNotificationSubscriptionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSGorillaBoyService",
35
+ operation: "DescribeNotificationSubscriptions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeResourcePermissionsCommand, se_DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeResourcePermissionsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeResourcePermissionsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeResourcePermissions",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeRootFoldersRequestFilterSensitiveLog, DescribeRootFoldersResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeRootFoldersCommand, se_DescribeRootFoldersCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeRootFoldersCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeRootFoldersRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeRootFoldersResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeRootFolders",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeUsersRequestFilterSensitiveLog, DescribeUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeUsersCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: DescribeUsersRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: DescribeUsersResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "DescribeUsers",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetCurrentUserRequestFilterSensitiveLog, GetCurrentUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetCurrentUserCommand, se_GetCurrentUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetCurrentUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetCurrentUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetCurrentUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetCurrentUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetDocumentRequestFilterSensitiveLog, GetDocumentResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetDocumentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetDocumentRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetDocumentResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetDocument",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetDocumentPathRequestFilterSensitiveLog, GetDocumentPathResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetDocumentPathCommand, se_GetDocumentPathCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetDocumentPathCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetDocumentPathRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetDocumentPathResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetDocumentPath",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetDocumentVersionRequestFilterSensitiveLog, GetDocumentVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetDocumentVersionCommand, se_GetDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetDocumentVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetDocumentVersionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetDocumentVersionResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetDocumentVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetFolderRequestFilterSensitiveLog, GetFolderResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetFolderCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetFolderRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetFolderResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetFolder",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetFolderPathRequestFilterSensitiveLog, GetFolderPathResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetFolderPathCommand, se_GetFolderPathCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetFolderPathCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetFolderPathRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetFolderPathResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetFolderPath",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetResourcesRequestFilterSensitiveLog, GetResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetResourcesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetResourcesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: GetResourcesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "GetResources",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { InitiateDocumentVersionUploadRequestFilterSensitiveLog, InitiateDocumentVersionUploadResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_InitiateDocumentVersionUploadCommand, se_InitiateDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class InitiateDocumentVersionUploadCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: InitiateDocumentVersionUploadRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: InitiateDocumentVersionUploadResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "InitiateDocumentVersionUpload",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { RemoveAllResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_RemoveAllResourcePermissionsCommand, se_RemoveAllResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class RemoveAllResourcePermissionsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: RemoveAllResourcePermissionsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "RemoveAllResourcePermissions",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { RemoveResourcePermissionRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class RemoveResourcePermissionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: RemoveResourcePermissionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "RemoveResourcePermission",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { RestoreDocumentVersionsRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class RestoreDocumentVersionsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: RestoreDocumentVersionsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "RestoreDocumentVersions",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { SearchResourcesRequestFilterSensitiveLog, SearchResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class SearchResourcesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: SearchResourcesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: SearchResourcesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "SearchResources",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateDocumentRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateDocumentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateDocumentRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "UpdateDocument",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateDocumentVersionRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateDocumentVersionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateDocumentVersionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "UpdateDocumentVersion",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateFolderRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateFolderCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateFolderRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "UpdateFolder",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: UpdateUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSGorillaBoyService",
36
+ operation: "UpdateUser",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,14 +1,17 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
1
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
2
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
3
4
  const asPartial = (t) => t;
4
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
5
6
  const extensionConfiguration = {
7
+ ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
6
8
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
7
9
  ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
8
10
  };
9
11
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
10
12
  return {
11
13
  ...runtimeConfig,
14
+ ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
12
15
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
13
16
  ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
14
17
  };
@@ -1,7 +1,8 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  /**
4
5
  * @internal
5
6
  */
6
- export interface WorkDocsExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
7
+ export interface WorkDocsExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
7
8
  }
@@ -1,5 +1,7 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  export interface WorkDocsExtensionConfiguration
4
5
  extends HttpHandlerExtensionConfiguration,
5
- DefaultExtensionConfiguration {}
6
+ DefaultExtensionConfiguration,
7
+ AwsRegionExtensionConfiguration {}