@aws-sdk/client-workdocs 3.477.0 → 3.481.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/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +18 -41
- package/dist-cjs/commands/ActivateUserCommand.js +18 -41
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +18 -41
- package/dist-cjs/commands/CreateCommentCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +18 -41
- package/dist-cjs/commands/CreateFolderCommand.js +18 -41
- package/dist-cjs/commands/CreateLabelsCommand.js +18 -41
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateUserCommand.js +18 -41
- package/dist-cjs/commands/DeactivateUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteCommentCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +18 -41
- package/dist-cjs/commands/DeleteDocumentCommand.js +18 -41
- package/dist-cjs/commands/DeleteDocumentVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteFolderCommand.js +18 -41
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +18 -41
- package/dist-cjs/commands/DeleteLabelsCommand.js +18 -41
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserCommand.js +18 -41
- package/dist-cjs/commands/DescribeActivitiesCommand.js +18 -41
- package/dist-cjs/commands/DescribeCommentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +18 -41
- package/dist-cjs/commands/DescribeUsersCommand.js +18 -41
- package/dist-cjs/commands/GetCurrentUserCommand.js +18 -41
- package/dist-cjs/commands/GetDocumentCommand.js +18 -41
- package/dist-cjs/commands/GetDocumentPathCommand.js +18 -41
- package/dist-cjs/commands/GetDocumentVersionCommand.js +18 -41
- package/dist-cjs/commands/GetFolderCommand.js +18 -41
- package/dist-cjs/commands/GetFolderPathCommand.js +18 -41
- package/dist-cjs/commands/GetResourcesCommand.js +18 -41
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +18 -41
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +18 -41
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +18 -41
- package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +18 -41
- package/dist-cjs/commands/SearchResourcesCommand.js +18 -41
- package/dist-cjs/commands/UpdateDocumentCommand.js +18 -41
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFolderCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeActivitiesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeCommentsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDocumentVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeFolderContentsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeNotificationSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeResourcePermissionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRootFoldersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeUsersPaginator.js +2 -24
- package/dist-cjs/pagination/SearchResourcesPaginator.js +2 -24
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +18 -41
- package/dist-es/commands/ActivateUserCommand.js +18 -41
- package/dist-es/commands/AddResourcePermissionsCommand.js +18 -41
- package/dist-es/commands/CreateCommentCommand.js +18 -41
- package/dist-es/commands/CreateCustomMetadataCommand.js +18 -41
- package/dist-es/commands/CreateFolderCommand.js +18 -41
- package/dist-es/commands/CreateLabelsCommand.js +18 -41
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateUserCommand.js +18 -41
- package/dist-es/commands/DeactivateUserCommand.js +18 -41
- package/dist-es/commands/DeleteCommentCommand.js +18 -41
- package/dist-es/commands/DeleteCustomMetadataCommand.js +18 -41
- package/dist-es/commands/DeleteDocumentCommand.js +18 -41
- package/dist-es/commands/DeleteDocumentVersionCommand.js +18 -41
- package/dist-es/commands/DeleteFolderCommand.js +18 -41
- package/dist-es/commands/DeleteFolderContentsCommand.js +18 -41
- package/dist-es/commands/DeleteLabelsCommand.js +18 -41
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteUserCommand.js +18 -41
- package/dist-es/commands/DescribeActivitiesCommand.js +18 -41
- package/dist-es/commands/DescribeCommentsCommand.js +18 -41
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeFolderContentsCommand.js +18 -41
- package/dist-es/commands/DescribeGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +18 -41
- package/dist-es/commands/DescribeRootFoldersCommand.js +18 -41
- package/dist-es/commands/DescribeUsersCommand.js +18 -41
- package/dist-es/commands/GetCurrentUserCommand.js +18 -41
- package/dist-es/commands/GetDocumentCommand.js +18 -41
- package/dist-es/commands/GetDocumentPathCommand.js +18 -41
- package/dist-es/commands/GetDocumentVersionCommand.js +18 -41
- package/dist-es/commands/GetFolderCommand.js +18 -41
- package/dist-es/commands/GetFolderPathCommand.js +18 -41
- package/dist-es/commands/GetResourcesCommand.js +18 -41
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +18 -41
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +18 -41
- package/dist-es/commands/RemoveResourcePermissionCommand.js +18 -41
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +18 -41
- package/dist-es/commands/SearchResourcesCommand.js +18 -41
- package/dist-es/commands/UpdateDocumentCommand.js +18 -41
- package/dist-es/commands/UpdateDocumentVersionCommand.js +18 -41
- package/dist-es/commands/UpdateFolderCommand.js +18 -41
- package/dist-es/commands/UpdateUserCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeActivitiesPaginator.js +2 -23
- package/dist-es/pagination/DescribeCommentsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDocumentVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeFolderContentsPaginator.js +2 -23
- package/dist-es/pagination/DescribeGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeNotificationSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeResourcePermissionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRootFoldersPaginator.js +2 -23
- package/dist-es/pagination/DescribeUsersPaginator.js +2 -23
- package/dist-es/pagination/SearchResourcesPaginator.js +2 -23
- package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +6 -21
- package/dist-types/commands/ActivateUserCommand.d.ts +6 -21
- package/dist-types/commands/AddResourcePermissionsCommand.d.ts +6 -21
- package/dist-types/commands/CreateCommentCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomMetadataCommand.d.ts +6 -21
- package/dist-types/commands/CreateFolderCommand.d.ts +6 -21
- package/dist-types/commands/CreateLabelsCommand.d.ts +6 -21
- package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserCommand.d.ts +6 -21
- package/dist-types/commands/DeactivateUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCommentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFolderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFolderContentsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLabelsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
- package/dist-types/commands/DescribeActivitiesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCommentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFolderContentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRootFoldersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeUsersCommand.d.ts +6 -21
- package/dist-types/commands/GetCurrentUserCommand.d.ts +6 -21
- package/dist-types/commands/GetDocumentCommand.d.ts +6 -21
- package/dist-types/commands/GetDocumentPathCommand.d.ts +6 -21
- package/dist-types/commands/GetDocumentVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetFolderCommand.d.ts +6 -21
- package/dist-types/commands/GetFolderPathCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcesCommand.d.ts +6 -21
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +6 -21
- package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +6 -21
- package/dist-types/commands/SearchResourcesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDocumentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFolderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCommentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeActivitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeCommentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeResourcePermissionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRootFoldersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteNotificationSubscriptionRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteNotificationSubscriptionCommandInput extends DeleteNotifi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteNotificationSubscriptionCommand_base: {
|
|
24
|
+
new (input: DeleteNotificationSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified subscription from the specified organization.</p>
|
|
@@ -62,23 +65,5 @@ export interface DeleteNotificationSubscriptionCommandOutput extends __MetadataB
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class DeleteNotificationSubscriptionCommand extends
|
|
66
|
-
readonly input: DeleteNotificationSubscriptionCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: DeleteNotificationSubscriptionCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteUserRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteUserCommandInput extends DeleteUserRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteUserCommand_base: {
|
|
24
|
+
new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified user from a Simple AD or Microsoft AD directory.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteUserCommand extends
|
|
74
|
-
readonly input: DeleteUserCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteUserCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeActivitiesRequest, DescribeActivitiesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeActivitiesCommandInput extends DescribeActivitiesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeActivitiesCommandOutput extends DescribeActivitiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeActivitiesCommand_base: {
|
|
24
|
+
new (input: DescribeActivitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the user activities in a specified time period.</p>
|
|
@@ -157,23 +160,5 @@ export interface DescribeActivitiesCommandOutput extends DescribeActivitiesRespo
|
|
|
157
160
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
158
161
|
*
|
|
159
162
|
*/
|
|
160
|
-
export declare class DescribeActivitiesCommand extends
|
|
161
|
-
readonly input: DescribeActivitiesCommandInput;
|
|
162
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
163
|
-
/**
|
|
164
|
-
* @public
|
|
165
|
-
*/
|
|
166
|
-
constructor(input: DescribeActivitiesCommandInput);
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
private serialize;
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
private deserialize;
|
|
163
|
+
export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
|
|
179
164
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeCommentsRequest, DescribeCommentsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeCommentsCommand_base: {
|
|
24
|
+
new (input: DescribeCommentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommentsCommandInput, DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List all the comments for the specified document version.</p>
|
|
@@ -110,23 +113,5 @@ export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse,
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class DescribeCommentsCommand extends
|
|
114
|
-
readonly input: DescribeCommentsCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: DescribeCommentsCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCommentsCommandInput, DescribeCommentsCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDocumentVersionsCommandInput extends DescribeDocumentVe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDocumentVersionsCommand_base: {
|
|
24
|
+
new (input: DescribeDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the document versions for the specified document.</p>
|
|
@@ -104,23 +107,5 @@ export interface DescribeDocumentVersionsCommandOutput extends DescribeDocumentV
|
|
|
104
107
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class DescribeDocumentVersionsCommand extends
|
|
108
|
-
readonly input: DescribeDocumentVersionsCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: DescribeDocumentVersionsCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
|
|
126
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFolderContentsCommandInput extends DescribeFolderConten
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFolderContentsCommandOutput extends DescribeFolderContentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFolderContentsCommand_base: {
|
|
24
|
+
new (input: DescribeFolderContentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the contents of the specified folder, including its documents and
|
|
@@ -132,23 +135,5 @@ export interface DescribeFolderContentsCommandOutput extends DescribeFolderConte
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class DescribeFolderContentsCommand extends
|
|
136
|
-
readonly input: DescribeFolderContentsCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: DescribeFolderContentsCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeGroupsCommand_base: {
|
|
24
|
+
new (input: DescribeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGroupsCommandInput, DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the groups specified by the query. Groups are defined by the underlying
|
|
@@ -76,23 +79,5 @@ export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, __M
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class DescribeGroupsCommand extends
|
|
80
|
-
readonly input: DescribeGroupsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: DescribeGroupsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupsCommandInput, DescribeGroupsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class DescribeGroupsCommand extends DescribeGroupsCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeNotificationSubscriptionsRequest, DescribeNotificationSubscriptionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeNotificationSubscriptionsCommandInput extends DescribeN
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeNotificationSubscriptionsCommandOutput extends DescribeNotificationSubscriptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeNotificationSubscriptionsCommand_base: {
|
|
24
|
+
new (input: DescribeNotificationSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the specified notification subscriptions.</p>
|
|
@@ -69,23 +72,5 @@ export interface DescribeNotificationSubscriptionsCommandOutput extends Describe
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DescribeNotificationSubscriptionsCommand extends
|
|
73
|
-
readonly input: DescribeNotificationSubscriptionsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DescribeNotificationSubscriptionsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeResourcePermissionsCommandInput extends DescribeResourc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeResourcePermissionsCommandOutput extends DescribeResourcePermissionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeResourcePermissionsCommand_base: {
|
|
24
|
+
new (input: DescribeResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the permissions of a specified resource.</p>
|
|
@@ -84,23 +87,5 @@ export interface DescribeResourcePermissionsCommandOutput extends DescribeResour
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DescribeResourcePermissionsCommand extends
|
|
88
|
-
readonly input: DescribeResourcePermissionsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DescribeResourcePermissionsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeRootFoldersCommandInput extends DescribeRootFoldersRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeRootFoldersCommand_base: {
|
|
24
|
+
new (input: DescribeRootFoldersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the current user's special folders; the <code>RootFolder</code> and the
|
|
@@ -95,23 +98,5 @@ export interface DescribeRootFoldersCommandOutput extends DescribeRootFoldersRes
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class DescribeRootFoldersCommand extends
|
|
99
|
-
readonly input: DescribeRootFoldersCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: DescribeRootFoldersCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeUsersCommandInput extends DescribeUsersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeUsersCommand_base: {
|
|
24
|
+
new (input: DescribeUsersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUsersCommandInput, DescribeUsersCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified users. You can describe all users or filter the results
|
|
@@ -113,23 +116,5 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResponse, __Met
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class DescribeUsersCommand extends
|
|
117
|
-
readonly input: DescribeUsersCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: DescribeUsersCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
|
|
135
120
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCurrentUserCommand_base: {
|
|
24
|
+
new (input: GetCurrentUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetCurrentUserCommandInput, GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves details of the current user for whom the authentication token was
|
|
@@ -96,23 +99,5 @@ export interface GetCurrentUserCommandOutput extends GetCurrentUserResponse, __M
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class GetCurrentUserCommand extends
|
|
100
|
-
readonly input: GetCurrentUserCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: GetCurrentUserCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentUserCommandInput, GetCurrentUserCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDocumentCommandInput extends GetDocumentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDocumentCommandOutput extends GetDocumentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDocumentCommand_base: {
|
|
24
|
+
new (input: GetDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentCommandInput, GetDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves details of a document.</p>
|
|
@@ -108,23 +111,5 @@ export interface GetDocumentCommandOutput extends GetDocumentResponse, __Metadat
|
|
|
108
111
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class GetDocumentCommand extends
|
|
112
|
-
readonly input: GetDocumentCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: GetDocumentCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentCommandInput, GetDocumentCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class GetDocumentCommand extends GetDocumentCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDocumentPathCommand_base: {
|
|
24
|
+
new (input: GetDocumentPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentPathCommandInput, GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the path information (the hierarchy from the root folder) for the
|
|
@@ -84,23 +87,5 @@ export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, _
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetDocumentPathCommand extends
|
|
88
|
-
readonly input: GetDocumentPathCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetDocumentPathCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentPathCommandInput, GetDocumentPathCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
|
|
106
91
|
}
|