@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 { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DescribeResourcePermissionsCommandInput extends DescribeResourcePermissionsRequest {
6
- }
7
- export interface DescribeResourcePermissionsCommandOutput extends DescribeResourcePermissionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeResourcePermissionsCommand extends $Command<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DescribeResourcePermissionsCommandInput;
12
- constructor(input: DescribeResourcePermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DescribeResourcePermissionsRequest,
10
+ DescribeResourcePermissionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeResourcePermissionsCommandInput
18
+ extends DescribeResourcePermissionsRequest {}
19
+ export interface DescribeResourcePermissionsCommandOutput
20
+ extends DescribeResourcePermissionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeResourcePermissionsCommand extends $Command<
24
+ DescribeResourcePermissionsCommandInput,
25
+ DescribeResourcePermissionsCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeResourcePermissionsCommandInput;
29
+ constructor(input: DescribeResourcePermissionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeResourcePermissionsCommandInput,
37
+ DescribeResourcePermissionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
5
- export interface DescribeRootFoldersCommandInput extends DescribeRootFoldersRequest {
6
- }
7
- export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeRootFoldersCommand extends $Command<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig> {
11
- readonly input: DescribeRootFoldersCommandInput;
12
- constructor(input: DescribeRootFoldersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DescribeRootFoldersRequest,
10
+ DescribeRootFoldersResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkDocsClientResolvedConfig,
16
+ } from "../WorkDocsClient";
17
+ export interface DescribeRootFoldersCommandInput
18
+ extends DescribeRootFoldersRequest {}
19
+ export interface DescribeRootFoldersCommandOutput
20
+ extends DescribeRootFoldersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeRootFoldersCommand extends $Command<
24
+ DescribeRootFoldersCommandInput,
25
+ DescribeRootFoldersCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeRootFoldersCommandInput;
29
+ constructor(input: DescribeRootFoldersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class DescribeUsersCommand extends $Command<
23
+ DescribeUsersCommandInput,
24
+ DescribeUsersCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeUsersCommandInput;
28
+ constructor(input: DescribeUsersCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
22
+ export declare class GetCurrentUserCommand extends $Command<
23
+ GetCurrentUserCommandInput,
24
+ GetCurrentUserCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: GetCurrentUserCommandInput;
28
+ constructor(input: GetCurrentUserCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetCurrentUserCommandInput, GetCurrentUserCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
19
+ export declare class GetDocumentCommand extends $Command<
20
+ GetDocumentCommandInput,
21
+ GetDocumentCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: GetDocumentCommandInput;
25
+ constructor(input: GetDocumentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class GetDocumentPathCommand extends $Command<
23
+ GetDocumentPathCommandInput,
24
+ GetDocumentPathCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: GetDocumentPathCommandInput;
28
+ constructor(input: GetDocumentPathCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetDocumentPathCommandInput, GetDocumentPathCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
23
+ export declare class GetDocumentVersionCommand extends $Command<
24
+ GetDocumentVersionCommandInput,
25
+ GetDocumentVersionCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: GetDocumentVersionCommandInput;
29
+ constructor(input: GetDocumentVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
+
19
+ export declare class GetFolderCommand extends $Command<
20
+ GetFolderCommandInput,
21
+ GetFolderCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: GetFolderCommandInput;
25
+ constructor(input: GetFolderCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class GetFolderPathCommand extends $Command<
23
+ GetFolderPathCommandInput,
24
+ GetFolderPathCommandOutput,
25
+ WorkDocsClientResolvedConfig
26
+ > {
27
+ readonly input: GetFolderPathCommandInput;
28
+ constructor(input: GetFolderPathCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkDocsClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
19
+ export declare class GetResourcesCommand extends $Command<
20
+ GetResourcesCommandInput,
21
+ GetResourcesCommandOutput,
22
+ WorkDocsClientResolvedConfig
23
+ > {
24
+ readonly input: GetResourcesCommandInput;
25
+ constructor(input: GetResourcesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkDocsClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
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 { 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
+
23
+ export declare class InitiateDocumentVersionUploadCommand extends $Command<
24
+ InitiateDocumentVersionUploadCommandInput,
25
+ InitiateDocumentVersionUploadCommandOutput,
26
+ WorkDocsClientResolvedConfig
27
+ > {
28
+ readonly input: InitiateDocumentVersionUploadCommandInput;
29
+ constructor(input: InitiateDocumentVersionUploadCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkDocsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ InitiateDocumentVersionUploadCommandInput,
37
+ InitiateDocumentVersionUploadCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }