@aws-sdk/client-workdocs 3.169.0 → 3.171.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 +707 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +350 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -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 +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1161 -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 +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  61. package/package.json +34 -34
@@ -1,17 +1,35 @@
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
+ export declare class CreateCommentCommand extends $Command<
22
+ CreateCommentCommandInput,
23
+ CreateCommentCommandOutput,
24
+ WorkDocsClientResolvedConfig
25
+ > {
26
+ readonly input: CreateCommentCommandInput;
27
+ constructor(input: CreateCommentCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkDocsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateCommentCommandInput, CreateCommentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class CreateCustomMetadataCommand extends $Command<
23
+ CreateCustomMetadataCommandInput,
24
+ CreateCustomMetadataCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCustomMetadataCommandInput;
28
+ constructor(input: CreateCustomMetadataCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkDocsClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCustomMetadataCommandInput,
35
+ CreateCustomMetadataCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class CreateFolderCommand extends $Command<
19
+ CreateFolderCommandInput,
20
+ CreateFolderCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFolderCommandInput;
24
+ constructor(input: CreateFolderCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFolderCommandInput, CreateFolderCommandOutput>;
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 { 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
+ export declare class CreateLabelsCommand extends $Command<
19
+ CreateLabelsCommandInput,
20
+ CreateLabelsCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: CreateLabelsCommandInput;
24
+ constructor(input: CreateLabelsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateLabelsCommandInput, CreateLabelsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class CreateNotificationSubscriptionCommand extends $Command<
23
+ CreateNotificationSubscriptionCommandInput,
24
+ CreateNotificationSubscriptionCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: CreateNotificationSubscriptionCommandInput;
28
+ constructor(input: CreateNotificationSubscriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkDocsClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateNotificationSubscriptionCommandInput,
35
+ CreateNotificationSubscriptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class CreateUserCommand extends $Command<
19
+ CreateUserCommandInput,
20
+ CreateUserCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: CreateUserCommandInput;
24
+ constructor(input: CreateUserCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DeactivateUserCommand extends $Command<
17
+ DeactivateUserCommandInput,
18
+ DeactivateUserCommandOutput,
19
+ WorkDocsClientResolvedConfig
20
+ > {
21
+ readonly input: DeactivateUserCommandInput;
22
+ constructor(input: DeactivateUserCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: WorkDocsClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeactivateUserCommandInput, DeactivateUserCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DeleteCommentCommand extends $Command<
17
+ DeleteCommentCommandInput,
18
+ DeleteCommentCommandOutput,
19
+ WorkDocsClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteCommentCommandInput;
22
+ constructor(input: DeleteCommentCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: WorkDocsClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteCommentCommandInput, DeleteCommentCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteCustomMetadataCommand extends $Command<
23
+ DeleteCustomMetadataCommandInput,
24
+ DeleteCustomMetadataCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCustomMetadataCommandInput;
28
+ constructor(input: DeleteCustomMetadataCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkDocsClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteCustomMetadataCommandInput,
35
+ DeleteCustomMetadataCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DeleteDocumentCommand extends $Command<
17
+ DeleteDocumentCommandInput,
18
+ DeleteDocumentCommandOutput,
19
+ WorkDocsClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteDocumentCommandInput;
22
+ constructor(input: DeleteDocumentCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: WorkDocsClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteDocumentCommandInput, DeleteDocumentCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DeleteFolderCommand extends $Command<
17
+ DeleteFolderCommandInput,
18
+ DeleteFolderCommandOutput,
19
+ WorkDocsClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteFolderCommandInput;
22
+ constructor(input: DeleteFolderCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: WorkDocsClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteFolderCommandInput, DeleteFolderCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { 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
+ export declare class DeleteFolderContentsCommand extends $Command<
18
+ DeleteFolderContentsCommandInput,
19
+ DeleteFolderContentsCommandOutput,
20
+ WorkDocsClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteFolderContentsCommandInput;
23
+ constructor(input: DeleteFolderContentsCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: WorkDocsClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteFolderContentsCommandInput,
30
+ DeleteFolderContentsCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }