@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
- package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1576 -1426
- package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|