@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 { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DescribeUsersCommandInput extends DescribeUsersRequest {
6
- }
7
- export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DescribeUsersCommandInput;
12
- constructor(input: DescribeUsersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DescribeUsersRequest,
10
+ DescribeUsersResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeUsersCommandInput extends DescribeUsersRequest {}
18
+ export interface DescribeUsersCommandOutput
19
+ extends DescribeUsersResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeUsersCommand extends $Command<
22
+ DescribeUsersCommandInput,
23
+ DescribeUsersCommandOutput,
24
+ WorkDocsClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeUsersCommandInput;
27
+ constructor(input: DescribeUsersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkDocsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {
6
- }
7
- export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCurrentUserCommand extends $Command<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetCurrentUserCommandInput;
12
- constructor(input: GetCurrentUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentUserCommandInput, GetCurrentUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetCurrentUserRequest,
10
+ GetCurrentUserResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {}
18
+ export interface GetCurrentUserCommandOutput
19
+ extends GetCurrentUserResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetCurrentUserCommand extends $Command<
22
+ GetCurrentUserCommandInput,
23
+ GetCurrentUserCommandOutput,
24
+ WorkDocsClientResolvedConfig
25
+ > {
26
+ readonly input: GetCurrentUserCommandInput;
27
+ constructor(input: GetCurrentUserCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkDocsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetCurrentUserCommandInput, GetCurrentUserCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetDocumentCommandInput extends GetDocumentRequest {
6
- }
7
- export interface GetDocumentCommandOutput extends GetDocumentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetDocumentCommandInput;
12
- constructor(input: GetDocumentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface GetDocumentCommandInput extends GetDocumentRequest {}
15
+ export interface GetDocumentCommandOutput
16
+ extends GetDocumentResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetDocumentCommand extends $Command<
19
+ GetDocumentCommandInput,
20
+ GetDocumentCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: GetDocumentCommandInput;
24
+ constructor(input: GetDocumentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {
6
- }
7
- export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDocumentPathCommand extends $Command<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetDocumentPathCommandInput;
12
- constructor(input: GetDocumentPathCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentPathCommandInput, GetDocumentPathCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetDocumentPathRequest,
10
+ GetDocumentPathResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {}
18
+ export interface GetDocumentPathCommandOutput
19
+ extends GetDocumentPathResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetDocumentPathCommand extends $Command<
22
+ GetDocumentPathCommandInput,
23
+ GetDocumentPathCommandOutput,
24
+ WorkDocsClientResolvedConfig
25
+ > {
26
+ readonly input: GetDocumentPathCommandInput;
27
+ constructor(input: GetDocumentPathCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkDocsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetDocumentPathCommandInput, GetDocumentPathCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetDocumentVersionCommandInput extends GetDocumentVersionRequest {
6
- }
7
- export interface GetDocumentVersionCommandOutput extends GetDocumentVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDocumentVersionCommand extends $Command<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetDocumentVersionCommandInput;
12
- constructor(input: GetDocumentVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetDocumentVersionRequest,
10
+ GetDocumentVersionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface GetDocumentVersionCommandInput
18
+ extends GetDocumentVersionRequest {}
19
+ export interface GetDocumentVersionCommandOutput
20
+ extends GetDocumentVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetDocumentVersionCommand extends $Command<
23
+ GetDocumentVersionCommandInput,
24
+ GetDocumentVersionCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: GetDocumentVersionCommandInput;
28
+ constructor(input: GetDocumentVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkDocsClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { GetFolderRequest, GetFolderResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetFolderCommandInput extends GetFolderRequest {
6
- }
7
- export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetFolderCommandInput;
12
- constructor(input: GetFolderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { GetFolderRequest, GetFolderResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface GetFolderCommandInput extends GetFolderRequest {}
15
+ export interface GetFolderCommandOutput
16
+ extends GetFolderResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetFolderCommand extends $Command<
19
+ GetFolderCommandInput,
20
+ GetFolderCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: GetFolderCommandInput;
24
+ constructor(input: GetFolderCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetFolderPathCommandInput extends GetFolderPathRequest {
6
- }
7
- export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFolderPathCommand extends $Command<GetFolderPathCommandInput, GetFolderPathCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetFolderPathCommandInput;
12
- constructor(input: GetFolderPathCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetFolderPathRequest,
10
+ GetFolderPathResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface GetFolderPathCommandInput extends GetFolderPathRequest {}
18
+ export interface GetFolderPathCommandOutput
19
+ extends GetFolderPathResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetFolderPathCommand extends $Command<
22
+ GetFolderPathCommandInput,
23
+ GetFolderPathCommandOutput,
24
+ WorkDocsClientResolvedConfig
25
+ > {
26
+ readonly input: GetFolderPathCommandInput;
27
+ constructor(input: GetFolderPathCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkDocsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface GetResourcesCommandInput extends GetResourcesRequest {
6
- }
7
- export interface GetResourcesCommandOutput extends GetResourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: GetResourcesCommandInput;
12
- constructor(input: GetResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface GetResourcesCommandInput extends GetResourcesRequest {}
15
+ export interface GetResourcesCommandOutput
16
+ extends GetResourcesResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetResourcesCommand extends $Command<
19
+ GetResourcesCommandInput,
20
+ GetResourcesCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: GetResourcesCommandInput;
24
+ constructor(input: GetResourcesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
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 { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface InitiateDocumentVersionUploadCommandInput extends InitiateDocumentVersionUploadRequest {
6
- }
7
- export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocumentVersionUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class InitiateDocumentVersionUploadCommand extends $Command<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: InitiateDocumentVersionUploadCommandInput;
12
- constructor(input: InitiateDocumentVersionUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ InitiateDocumentVersionUploadRequest,
10
+ InitiateDocumentVersionUploadResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface InitiateDocumentVersionUploadCommandInput
18
+ extends InitiateDocumentVersionUploadRequest {}
19
+ export interface InitiateDocumentVersionUploadCommandOutput
20
+ extends InitiateDocumentVersionUploadResponse,
21
+ __MetadataBearer {}
22
+ export declare class InitiateDocumentVersionUploadCommand extends $Command<
23
+ InitiateDocumentVersionUploadCommandInput,
24
+ InitiateDocumentVersionUploadCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: InitiateDocumentVersionUploadCommandInput;
28
+ constructor(input: InitiateDocumentVersionUploadCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkDocsClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ InitiateDocumentVersionUploadCommandInput,
35
+ InitiateDocumentVersionUploadCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { RemoveAllResourcePermissionsRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface RemoveAllResourcePermissionsCommandInput extends RemoveAllResourcePermissionsRequest {
6
- }
7
- export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveAllResourcePermissionsCommand extends $Command<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: RemoveAllResourcePermissionsCommandInput;
12
- constructor(input: RemoveAllResourcePermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { RemoveAllResourcePermissionsRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface RemoveAllResourcePermissionsCommandInput
15
+ extends RemoveAllResourcePermissionsRequest {}
16
+ export interface RemoveAllResourcePermissionsCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class RemoveAllResourcePermissionsCommand extends $Command<
19
+ RemoveAllResourcePermissionsCommandInput,
20
+ RemoveAllResourcePermissionsCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: RemoveAllResourcePermissionsCommandInput;
24
+ constructor(input: RemoveAllResourcePermissionsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ RemoveAllResourcePermissionsCommandInput,
31
+ RemoveAllResourcePermissionsCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { RemoveResourcePermissionRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface RemoveResourcePermissionCommandInput extends RemoveResourcePermissionRequest {
6
- }
7
- export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveResourcePermissionCommand extends $Command<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: RemoveResourcePermissionCommandInput;
12
- constructor(input: RemoveResourcePermissionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { RemoveResourcePermissionRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface RemoveResourcePermissionCommandInput
15
+ extends RemoveResourcePermissionRequest {}
16
+ export interface RemoveResourcePermissionCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class RemoveResourcePermissionCommand extends $Command<
19
+ RemoveResourcePermissionCommandInput,
20
+ RemoveResourcePermissionCommandOutput,
21
+ WorkDocsClientResolvedConfig
22
+ > {
23
+ readonly input: RemoveResourcePermissionCommandInput;
24
+ constructor(input: RemoveResourcePermissionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkDocsClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ RemoveResourcePermissionCommandInput,
31
+ RemoveResourcePermissionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { UpdateDocumentRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {
6
- }
7
- export interface UpdateDocumentCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: UpdateDocumentCommandInput;
12
- constructor(input: UpdateDocumentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentCommandInput, UpdateDocumentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { UpdateDocumentRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkDocsClientResolvedConfig,
13
+ } from "../WorkDocsClient";
14
+ export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {}
15
+ export interface UpdateDocumentCommandOutput extends __MetadataBearer {}
16
+ export declare class UpdateDocumentCommand extends $Command<
17
+ UpdateDocumentCommandInput,
18
+ UpdateDocumentCommandOutput,
19
+ WorkDocsClientResolvedConfig
20
+ > {
21
+ readonly input: UpdateDocumentCommandInput;
22
+ constructor(input: UpdateDocumentCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: WorkDocsClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UpdateDocumentCommandInput, UpdateDocumentCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }