@aws-sdk/client-workdocs 3.50.0 → 3.53.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 (72) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkDocsServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +357 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +597 -2109
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkDocsServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +330 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1127 -2299
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkDocsServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +177 -76
  13. package/dist-types/ts3.4/WorkDocs.d.ts +210 -0
  14. package/dist-types/ts3.4/WorkDocsClient.d.ts +114 -0
  15. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/index.d.ts +41 -0
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +6 -0
  59. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +6 -0
  60. package/dist-types/ts3.4/models/index.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_0.d.ts +1622 -0
  62. package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  67. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +125 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  72. package/package.json +33 -33
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteFolderContentsRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DeleteFolderContentsCommandInput extends DeleteFolderContentsRequest {
6
+ }
7
+ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFolderContentsCommand extends $Command<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DeleteFolderContentsCommandInput;
12
+ constructor(input: DeleteFolderContentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteLabelsRequest, DeleteLabelsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DeleteLabelsCommandInput extends DeleteLabelsRequest {
6
+ }
7
+ export interface DeleteLabelsCommandOutput extends DeleteLabelsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteLabelsCommand extends $Command<DeleteLabelsCommandInput, DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DeleteLabelsCommandInput;
12
+ constructor(input: DeleteLabelsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLabelsCommandInput, DeleteLabelsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteNotificationSubscriptionRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DeleteNotificationSubscriptionCommandInput extends DeleteNotificationSubscriptionRequest {
6
+ }
7
+ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteNotificationSubscriptionCommand extends $Command<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DeleteNotificationSubscriptionCommandInput;
12
+ constructor(input: DeleteNotificationSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteUserRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DeleteUserCommandInput extends DeleteUserRequest {
6
+ }
7
+ export interface DeleteUserCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DeleteUserCommandInput;
12
+ constructor(input: DeleteUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeActivitiesRequest, DescribeActivitiesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeActivitiesCommandInput extends DescribeActivitiesRequest {
6
+ }
7
+ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeActivitiesCommand extends $Command<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeActivitiesCommandInput;
12
+ constructor(input: DescribeActivitiesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeCommentsRequest, DescribeCommentsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {
6
+ }
7
+ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeCommentsCommand extends $Command<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeCommentsCommandInput;
12
+ constructor(input: DescribeCommentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCommentsCommandInput, DescribeCommentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeDocumentVersionsCommandInput extends DescribeDocumentVersionsRequest {
6
+ }
7
+ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentVersionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeDocumentVersionsCommand extends $Command<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeDocumentVersionsCommandInput;
12
+ constructor(input: DescribeDocumentVersionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeFolderContentsCommandInput extends DescribeFolderContentsRequest {
6
+ }
7
+ export interface DescribeFolderContentsCommandOutput extends DescribeFolderContentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeFolderContentsCommand extends $Command<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeFolderContentsCommandInput;
12
+ constructor(input: DescribeFolderContentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {
6
+ }
7
+ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeGroupsCommand extends $Command<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeGroupsCommandInput;
12
+ constructor(input: DescribeGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupsCommandInput, DescribeGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeNotificationSubscriptionsRequest, DescribeNotificationSubscriptionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeNotificationSubscriptionsCommandInput extends DescribeNotificationSubscriptionsRequest {
6
+ }
7
+ export interface DescribeNotificationSubscriptionsCommandOutput extends DescribeNotificationSubscriptionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeNotificationSubscriptionsCommand extends $Command<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeNotificationSubscriptionsCommandInput;
12
+ constructor(input: DescribeNotificationSubscriptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeResourcePermissionsCommandInput extends DescribeResourcePermissionsRequest {
6
+ }
7
+ export interface DescribeResourcePermissionsCommandOutput extends DescribeResourcePermissionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeResourcePermissionsCommand extends $Command<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeResourcePermissionsCommandInput;
12
+ constructor(input: DescribeResourcePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeRootFoldersCommandInput extends DescribeRootFoldersRequest {
6
+ }
7
+ export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeRootFoldersCommand extends $Command<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeRootFoldersCommandInput;
12
+ constructor(input: DescribeRootFoldersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface DescribeUsersCommandInput extends DescribeUsersRequest {
6
+ }
7
+ export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: DescribeUsersCommandInput;
12
+ constructor(input: DescribeUsersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {
6
+ }
7
+ export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCurrentUserCommand extends $Command<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetCurrentUserCommandInput;
12
+ constructor(input: GetCurrentUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentUserCommandInput, GetCurrentUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetDocumentCommandInput extends GetDocumentRequest {
6
+ }
7
+ export interface GetDocumentCommandOutput extends GetDocumentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetDocumentCommandInput;
12
+ constructor(input: GetDocumentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {
6
+ }
7
+ export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDocumentPathCommand extends $Command<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetDocumentPathCommandInput;
12
+ constructor(input: GetDocumentPathCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentPathCommandInput, GetDocumentPathCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetDocumentVersionCommandInput extends GetDocumentVersionRequest {
6
+ }
7
+ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDocumentVersionCommand extends $Command<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetDocumentVersionCommandInput;
12
+ constructor(input: GetDocumentVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetFolderRequest, GetFolderResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetFolderCommandInput extends GetFolderRequest {
6
+ }
7
+ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetFolderCommandInput;
12
+ constructor(input: GetFolderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetFolderPathCommandInput extends GetFolderPathRequest {
6
+ }
7
+ export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFolderPathCommand extends $Command<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetFolderPathCommandInput;
12
+ constructor(input: GetFolderPathCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface GetResourcesCommandInput extends GetResourcesRequest {
6
+ }
7
+ export interface GetResourcesCommandOutput extends GetResourcesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: GetResourcesCommandInput;
12
+ constructor(input: GetResourcesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface InitiateDocumentVersionUploadCommandInput extends InitiateDocumentVersionUploadRequest {
6
+ }
7
+ export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocumentVersionUploadResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class InitiateDocumentVersionUploadCommand extends $Command<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: InitiateDocumentVersionUploadCommandInput;
12
+ constructor(input: InitiateDocumentVersionUploadCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RemoveAllResourcePermissionsRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface RemoveAllResourcePermissionsCommandInput extends RemoveAllResourcePermissionsRequest {
6
+ }
7
+ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class RemoveAllResourcePermissionsCommand extends $Command<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: RemoveAllResourcePermissionsCommandInput;
12
+ constructor(input: RemoveAllResourcePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RemoveResourcePermissionRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface RemoveResourcePermissionCommandInput extends RemoveResourcePermissionRequest {
6
+ }
7
+ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class RemoveResourcePermissionCommand extends $Command<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: RemoveResourcePermissionCommandInput;
12
+ constructor(input: RemoveResourcePermissionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateDocumentRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {
6
+ }
7
+ export interface UpdateDocumentCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: UpdateDocumentCommandInput;
12
+ constructor(input: UpdateDocumentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentCommandInput, UpdateDocumentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateDocumentVersionRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface UpdateDocumentVersionCommandInput extends UpdateDocumentVersionRequest {
6
+ }
7
+ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateDocumentVersionCommand extends $Command<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: UpdateDocumentVersionCommandInput;
12
+ constructor(input: UpdateDocumentVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateFolderRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface UpdateFolderCommandInput extends UpdateFolderRequest {
6
+ }
7
+ export interface UpdateFolderCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: UpdateFolderCommandInput;
12
+ constructor(input: UpdateFolderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFolderCommandInput, UpdateFolderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
+ export interface UpdateUserCommandInput extends UpdateUserRequest {
6
+ }
7
+ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig> {
11
+ readonly input: UpdateUserCommandInput;
12
+ constructor(input: UpdateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,41 @@
1
+ export * from "./AbortDocumentVersionUploadCommand";
2
+ export * from "./ActivateUserCommand";
3
+ export * from "./AddResourcePermissionsCommand";
4
+ export * from "./CreateCommentCommand";
5
+ export * from "./CreateCustomMetadataCommand";
6
+ export * from "./CreateFolderCommand";
7
+ export * from "./CreateLabelsCommand";
8
+ export * from "./CreateNotificationSubscriptionCommand";
9
+ export * from "./CreateUserCommand";
10
+ export * from "./DeactivateUserCommand";
11
+ export * from "./DeleteCommentCommand";
12
+ export * from "./DeleteCustomMetadataCommand";
13
+ export * from "./DeleteDocumentCommand";
14
+ export * from "./DeleteFolderCommand";
15
+ export * from "./DeleteFolderContentsCommand";
16
+ export * from "./DeleteLabelsCommand";
17
+ export * from "./DeleteNotificationSubscriptionCommand";
18
+ export * from "./DeleteUserCommand";
19
+ export * from "./DescribeActivitiesCommand";
20
+ export * from "./DescribeCommentsCommand";
21
+ export * from "./DescribeDocumentVersionsCommand";
22
+ export * from "./DescribeFolderContentsCommand";
23
+ export * from "./DescribeGroupsCommand";
24
+ export * from "./DescribeNotificationSubscriptionsCommand";
25
+ export * from "./DescribeResourcePermissionsCommand";
26
+ export * from "./DescribeRootFoldersCommand";
27
+ export * from "./DescribeUsersCommand";
28
+ export * from "./GetCurrentUserCommand";
29
+ export * from "./GetDocumentCommand";
30
+ export * from "./GetDocumentPathCommand";
31
+ export * from "./GetDocumentVersionCommand";
32
+ export * from "./GetFolderCommand";
33
+ export * from "./GetFolderPathCommand";
34
+ export * from "./GetResourcesCommand";
35
+ export * from "./InitiateDocumentVersionUploadCommand";
36
+ export * from "./RemoveAllResourcePermissionsCommand";
37
+ export * from "./RemoveResourcePermissionCommand";
38
+ export * from "./UpdateDocumentCommand";
39
+ export * from "./UpdateDocumentVersionCommand";
40
+ export * from "./UpdateFolderCommand";
41
+ export * from "./UpdateUserCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./WorkDocs";
2
+ export * from "./WorkDocsClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { WorkDocsServiceException } from "./models/WorkDocsServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class WorkDocsServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";