@aws-sdk/client-workdocs 3.168.0 → 3.170.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 (61) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1576 -1426
  51. package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  61. package/package.json +34 -34
@@ -1,17 +1,32 @@
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 { DeleteFolderRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DeleteFolderCommandInput extends DeleteFolderRequest {
6
- }
7
- export interface DeleteFolderCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DeleteFolderCommandInput;
12
- constructor(input: DeleteFolderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFolderCommandInput, DeleteFolderCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteFolderRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteFolderCommandInput extends DeleteFolderRequest {}
15
+ export interface DeleteFolderCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteFolderCommand extends $Command<
18
+ DeleteFolderCommandInput,
19
+ DeleteFolderCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteFolderCommandInput;
23
+ constructor(input: DeleteFolderCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteFolderCommandInput, DeleteFolderCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteFolderContentsRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteFolderContentsCommandInput
15
+ extends DeleteFolderContentsRequest {}
16
+ export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteFolderContentsCommand extends $Command<
19
+ DeleteFolderContentsCommandInput,
20
+ DeleteFolderContentsCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFolderContentsCommandInput;
24
+ constructor(input: DeleteFolderContentsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: WorkDocsClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteFolderContentsCommandInput,
32
+ DeleteFolderContentsCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,34 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteLabelsRequest, DeleteLabelsResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteLabelsCommandInput extends DeleteLabelsRequest {}
15
+ export interface DeleteLabelsCommandOutput
16
+ extends DeleteLabelsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteLabelsCommand extends $Command<
20
+ DeleteLabelsCommandInput,
21
+ DeleteLabelsCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteLabelsCommandInput;
25
+ constructor(input: DeleteLabelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteLabelsCommandInput, DeleteLabelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteNotificationSubscriptionRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteNotificationSubscriptionCommandInput
15
+ extends DeleteNotificationSubscriptionRequest {}
16
+ export interface DeleteNotificationSubscriptionCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteNotificationSubscriptionCommand extends $Command<
20
+ DeleteNotificationSubscriptionCommandInput,
21
+ DeleteNotificationSubscriptionCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteNotificationSubscriptionCommandInput;
25
+ constructor(input: DeleteNotificationSubscriptionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteNotificationSubscriptionCommandInput,
33
+ DeleteNotificationSubscriptionCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteUserRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteUserCommandInput extends DeleteUserRequest {}
15
+ export interface DeleteUserCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteUserCommand extends $Command<
18
+ DeleteUserCommandInput,
19
+ DeleteUserCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteUserCommandInput;
23
+ constructor(input: DeleteUserCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,38 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeActivitiesRequest,
10
+ DescribeActivitiesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeActivitiesCommandInput
18
+ extends DescribeActivitiesRequest {}
19
+ export interface DescribeActivitiesCommandOutput
20
+ extends DescribeActivitiesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeActivitiesCommand extends $Command<
24
+ DescribeActivitiesCommandInput,
25
+ DescribeActivitiesCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeActivitiesCommandInput;
29
+ constructor(input: DescribeActivitiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeCommentsRequest,
10
+ DescribeCommentsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {}
18
+ export interface DescribeCommentsCommandOutput
19
+ extends DescribeCommentsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeCommentsCommand extends $Command<
23
+ DescribeCommentsCommandInput,
24
+ DescribeCommentsCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCommentsCommandInput;
28
+ constructor(input: DescribeCommentsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeCommentsCommandInput, DescribeCommentsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeDocumentVersionsRequest,
10
+ DescribeDocumentVersionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeDocumentVersionsCommandInput
18
+ extends DescribeDocumentVersionsRequest {}
19
+ export interface DescribeDocumentVersionsCommandOutput
20
+ extends DescribeDocumentVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDocumentVersionsCommand extends $Command<
24
+ DescribeDocumentVersionsCommandInput,
25
+ DescribeDocumentVersionsCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDocumentVersionsCommandInput;
29
+ constructor(input: DescribeDocumentVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDocumentVersionsCommandInput,
37
+ DescribeDocumentVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeFolderContentsRequest,
10
+ DescribeFolderContentsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeFolderContentsCommandInput
18
+ extends DescribeFolderContentsRequest {}
19
+ export interface DescribeFolderContentsCommandOutput
20
+ extends DescribeFolderContentsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeFolderContentsCommand extends $Command<
24
+ DescribeFolderContentsCommandInput,
25
+ DescribeFolderContentsCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeFolderContentsCommandInput;
29
+ constructor(input: DescribeFolderContentsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeFolderContentsCommandInput,
37
+ DescribeFolderContentsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeGroupsRequest,
10
+ DescribeGroupsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {}
18
+ export interface DescribeGroupsCommandOutput
19
+ extends DescribeGroupsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeGroupsCommand extends $Command<
23
+ DescribeGroupsCommandInput,
24
+ DescribeGroupsCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeGroupsCommandInput;
28
+ constructor(input: DescribeGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeGroupsCommandInput, DescribeGroupsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeNotificationSubscriptionsRequest,
10
+ DescribeNotificationSubscriptionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeNotificationSubscriptionsCommandInput
18
+ extends DescribeNotificationSubscriptionsRequest {}
19
+ export interface DescribeNotificationSubscriptionsCommandOutput
20
+ extends DescribeNotificationSubscriptionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeNotificationSubscriptionsCommand extends $Command<
24
+ DescribeNotificationSubscriptionsCommandInput,
25
+ DescribeNotificationSubscriptionsCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeNotificationSubscriptionsCommandInput;
29
+ constructor(input: DescribeNotificationSubscriptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeNotificationSubscriptionsCommandInput,
37
+ DescribeNotificationSubscriptionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }