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