@aws-sdk/client-workdocs 3.169.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 +8 -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,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 { AddResourcePermissionsRequest, AddResourcePermissionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface AddResourcePermissionsCommandInput extends AddResourcePermissionsRequest {
6
- }
7
- export interface AddResourcePermissionsCommandOutput extends AddResourcePermissionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddResourcePermissionsCommand extends $Command<AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: AddResourcePermissionsCommandInput;
12
- constructor(input: AddResourcePermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput>;
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
+ AddResourcePermissionsRequest,
10
+ AddResourcePermissionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface AddResourcePermissionsCommandInput
18
+ extends AddResourcePermissionsRequest {}
19
+ export interface AddResourcePermissionsCommandOutput
20
+ extends AddResourcePermissionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AddResourcePermissionsCommand extends $Command<
24
+ AddResourcePermissionsCommandInput,
25
+ AddResourcePermissionsCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: AddResourcePermissionsCommandInput;
29
+ constructor(input: AddResourcePermissionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AddResourcePermissionsCommandInput,
37
+ AddResourcePermissionsCommandOutput
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 { CreateCommentRequest, CreateCommentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateCommentCommandInput extends CreateCommentRequest {
6
- }
7
- export interface CreateCommentCommandOutput extends CreateCommentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCommentCommand extends $Command<CreateCommentCommandInput, CreateCommentCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateCommentCommandInput;
12
- constructor(input: CreateCommentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCommentCommandInput, CreateCommentCommandOutput>;
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
+ CreateCommentRequest,
10
+ CreateCommentResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface CreateCommentCommandInput extends CreateCommentRequest {}
18
+ export interface CreateCommentCommandOutput
19
+ extends CreateCommentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateCommentCommand extends $Command<
23
+ CreateCommentCommandInput,
24
+ CreateCommentCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCommentCommandInput;
28
+ constructor(input: CreateCommentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateCommentCommandInput, CreateCommentCommandOutput>;
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 { CreateCustomMetadataRequest, CreateCustomMetadataResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateCustomMetadataCommandInput extends CreateCustomMetadataRequest {
6
- }
7
- export interface CreateCustomMetadataCommandOutput extends CreateCustomMetadataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCustomMetadataCommand extends $Command<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateCustomMetadataCommandInput;
12
- constructor(input: CreateCustomMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput>;
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
+ CreateCustomMetadataRequest,
10
+ CreateCustomMetadataResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface CreateCustomMetadataCommandInput
18
+ extends CreateCustomMetadataRequest {}
19
+ export interface CreateCustomMetadataCommandOutput
20
+ extends CreateCustomMetadataResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCustomMetadataCommand extends $Command<
24
+ CreateCustomMetadataCommandInput,
25
+ CreateCustomMetadataCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCustomMetadataCommandInput;
29
+ constructor(input: CreateCustomMetadataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCustomMetadataCommandInput,
37
+ CreateCustomMetadataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateFolderCommandInput extends CreateFolderRequest {
6
- }
7
- export interface CreateFolderCommandOutput extends CreateFolderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFolderCommand extends $Command<CreateFolderCommandInput, CreateFolderCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateFolderCommandInput;
12
- constructor(input: CreateFolderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFolderCommandInput, CreateFolderCommandOutput>;
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 { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface CreateFolderCommandInput extends CreateFolderRequest {}
15
+ export interface CreateFolderCommandOutput
16
+ extends CreateFolderResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateFolderCommand extends $Command<
20
+ CreateFolderCommandInput,
21
+ CreateFolderCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: CreateFolderCommandInput;
25
+ constructor(input: CreateFolderCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateFolderCommandInput, CreateFolderCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { CreateLabelsRequest, CreateLabelsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateLabelsCommandInput extends CreateLabelsRequest {
6
- }
7
- export interface CreateLabelsCommandOutput extends CreateLabelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLabelsCommand extends $Command<CreateLabelsCommandInput, CreateLabelsCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateLabelsCommandInput;
12
- constructor(input: CreateLabelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLabelsCommandInput, CreateLabelsCommandOutput>;
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 { CreateLabelsRequest, CreateLabelsResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface CreateLabelsCommandInput extends CreateLabelsRequest {}
15
+ export interface CreateLabelsCommandOutput
16
+ extends CreateLabelsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateLabelsCommand extends $Command<
20
+ CreateLabelsCommandInput,
21
+ CreateLabelsCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: CreateLabelsCommandInput;
25
+ constructor(input: CreateLabelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateLabelsCommandInput, CreateLabelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { CreateNotificationSubscriptionRequest, CreateNotificationSubscriptionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateNotificationSubscriptionCommandInput extends CreateNotificationSubscriptionRequest {
6
- }
7
- export interface CreateNotificationSubscriptionCommandOutput extends CreateNotificationSubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateNotificationSubscriptionCommand extends $Command<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateNotificationSubscriptionCommandInput;
12
- constructor(input: CreateNotificationSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput>;
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
+ CreateNotificationSubscriptionRequest,
10
+ CreateNotificationSubscriptionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface CreateNotificationSubscriptionCommandInput
18
+ extends CreateNotificationSubscriptionRequest {}
19
+ export interface CreateNotificationSubscriptionCommandOutput
20
+ extends CreateNotificationSubscriptionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateNotificationSubscriptionCommand extends $Command<
24
+ CreateNotificationSubscriptionCommandInput,
25
+ CreateNotificationSubscriptionCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateNotificationSubscriptionCommandInput;
29
+ constructor(input: CreateNotificationSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateNotificationSubscriptionCommandInput,
37
+ CreateNotificationSubscriptionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateUserRequest, CreateUserResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface CreateUserCommandInput extends CreateUserRequest {
6
- }
7
- export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: CreateUserCommandInput;
12
- constructor(input: CreateUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
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 { CreateUserRequest, CreateUserResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface CreateUserCommandInput extends CreateUserRequest {}
15
+ export interface CreateUserCommandOutput
16
+ extends CreateUserResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateUserCommand extends $Command<
20
+ CreateUserCommandInput,
21
+ CreateUserCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: CreateUserCommandInput;
25
+ constructor(input: CreateUserCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { DeactivateUserRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DeactivateUserCommandInput extends DeactivateUserRequest {
6
- }
7
- export interface DeactivateUserCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeactivateUserCommand extends $Command<DeactivateUserCommandInput, DeactivateUserCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DeactivateUserCommandInput;
12
- constructor(input: DeactivateUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateUserCommandInput, DeactivateUserCommandOutput>;
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 { DeactivateUserRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeactivateUserCommandInput extends DeactivateUserRequest {}
15
+ export interface DeactivateUserCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeactivateUserCommand extends $Command<
18
+ DeactivateUserCommandInput,
19
+ DeactivateUserCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeactivateUserCommandInput;
23
+ constructor(input: DeactivateUserCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeactivateUserCommandInput, DeactivateUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteCommentRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DeleteCommentCommandInput extends DeleteCommentRequest {
6
- }
7
- export interface DeleteCommentCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCommentCommand extends $Command<DeleteCommentCommandInput, DeleteCommentCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DeleteCommentCommandInput;
12
- constructor(input: DeleteCommentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommentCommandInput, DeleteCommentCommandOutput>;
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 { DeleteCommentRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteCommentCommandInput extends DeleteCommentRequest {}
15
+ export interface DeleteCommentCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteCommentCommand extends $Command<
18
+ DeleteCommentCommandInput,
19
+ DeleteCommentCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteCommentCommandInput;
23
+ constructor(input: DeleteCommentCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteCommentCommandInput, DeleteCommentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteCustomMetadataRequest, DeleteCustomMetadataResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DeleteCustomMetadataCommandInput extends DeleteCustomMetadataRequest {
6
- }
7
- export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCustomMetadataCommand extends $Command<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DeleteCustomMetadataCommandInput;
12
- constructor(input: DeleteCustomMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput>;
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
+ DeleteCustomMetadataRequest,
10
+ DeleteCustomMetadataResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DeleteCustomMetadataCommandInput
18
+ extends DeleteCustomMetadataRequest {}
19
+ export interface DeleteCustomMetadataCommandOutput
20
+ extends DeleteCustomMetadataResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteCustomMetadataCommand extends $Command<
24
+ DeleteCustomMetadataCommandInput,
25
+ DeleteCustomMetadataCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCustomMetadataCommandInput;
29
+ constructor(input: DeleteCustomMetadataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCustomMetadataCommandInput,
37
+ DeleteCustomMetadataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DeleteDocumentRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {
6
- }
7
- export interface DeleteDocumentCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDocumentCommand extends $Command<DeleteDocumentCommandInput, DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DeleteDocumentCommandInput;
12
- constructor(input: DeleteDocumentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDocumentCommandInput, DeleteDocumentCommandOutput>;
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 { DeleteDocumentRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {}
15
+ export interface DeleteDocumentCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteDocumentCommand extends $Command<
18
+ DeleteDocumentCommandInput,
19
+ DeleteDocumentCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDocumentCommandInput;
23
+ constructor(input: DeleteDocumentCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteDocumentCommandInput, DeleteDocumentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }