@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 { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDocumentVersionCommandInput extends GetDocumentVersionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDocumentVersionCommandOutput extends GetDocumentVersionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDocumentVersionCommand_base: {
|
|
24
|
+
new (input: GetDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves version metadata for the specified document.</p>
|
|
@@ -99,23 +102,5 @@ export interface GetDocumentVersionCommandOutput extends GetDocumentVersionRespo
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class GetDocumentVersionCommand extends
|
|
103
|
-
readonly input: GetDocumentVersionCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: GetDocumentVersionCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
|
|
121
106
|
}
|
|
@@ -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 { GetFolderRequest, GetFolderResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFolderCommandInput extends GetFolderRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFolderCommand_base: {
|
|
24
|
+
new (input: GetFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderCommandInput, GetFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the metadata of the specified folder.</p>
|
|
@@ -93,23 +96,5 @@ export interface GetFolderCommandOutput extends GetFolderResponse, __MetadataBea
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class GetFolderCommand extends
|
|
97
|
-
readonly input: GetFolderCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: GetFolderCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class GetFolderCommand extends GetFolderCommand_base {
|
|
115
100
|
}
|
|
@@ -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 { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFolderPathCommandInput extends GetFolderPathRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFolderPathCommand_base: {
|
|
24
|
+
new (input: GetFolderPathCommandInput): import("@smithy/smithy-client").CommandImpl<GetFolderPathCommandInput, GetFolderPathCommandOutput, 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 GetFolderPathCommandOutput extends GetFolderPathResponse, __Met
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetFolderPathCommand extends
|
|
88
|
-
readonly input: GetFolderPathCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetFolderPathCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderPathCommandInput, GetFolderPathCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetFolderPathCommand extends GetFolderPathCommand_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 { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResourcesCommandInput extends GetResourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResourcesCommandOutput extends GetResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResourcesCommand_base: {
|
|
24
|
+
new (input: GetResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a collection of resources, including folders and documents. The only
|
|
@@ -122,23 +125,5 @@ export interface GetResourcesCommandOutput extends GetResourcesResponse, __Metad
|
|
|
122
125
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
123
126
|
*
|
|
124
127
|
*/
|
|
125
|
-
export declare class GetResourcesCommand extends
|
|
126
|
-
readonly input: GetResourcesCommandInput;
|
|
127
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
constructor(input: GetResourcesCommandInput);
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private serialize;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
private deserialize;
|
|
128
|
+
export declare class GetResourcesCommand extends GetResourcesCommand_base {
|
|
144
129
|
}
|
|
@@ -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 { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface InitiateDocumentVersionUploadCommandInput extends InitiateDocum
|
|
|
21
20
|
*/
|
|
22
21
|
export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocumentVersionUploadResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const InitiateDocumentVersionUploadCommand_base: {
|
|
24
|
+
new (input: InitiateDocumentVersionUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new document object and version object.</p>
|
|
@@ -143,23 +146,5 @@ export interface InitiateDocumentVersionUploadCommandOutput extends InitiateDocu
|
|
|
143
146
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
144
147
|
*
|
|
145
148
|
*/
|
|
146
|
-
export declare class InitiateDocumentVersionUploadCommand extends
|
|
147
|
-
readonly input: InitiateDocumentVersionUploadCommandInput;
|
|
148
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
149
|
-
/**
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
constructor(input: InitiateDocumentVersionUploadCommandInput);
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
|
-
private serialize;
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
private deserialize;
|
|
149
|
+
export declare class InitiateDocumentVersionUploadCommand extends InitiateDocumentVersionUploadCommand_base {
|
|
165
150
|
}
|
|
@@ -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 { RemoveAllResourcePermissionsRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveAllResourcePermissionsCommandInput extends RemoveAllResou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveAllResourcePermissionsCommand_base: {
|
|
24
|
+
new (input: RemoveAllResourcePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes all the permissions from the specified resource.</p>
|
|
@@ -64,23 +67,5 @@ export interface RemoveAllResourcePermissionsCommandOutput extends __MetadataBea
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class RemoveAllResourcePermissionsCommand extends
|
|
68
|
-
readonly input: RemoveAllResourcePermissionsCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: RemoveAllResourcePermissionsCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class RemoveAllResourcePermissionsCommand extends RemoveAllResourcePermissionsCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { RemoveResourcePermissionRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveResourcePermissionCommandInput extends RemoveResourcePerm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveResourcePermissionCommand_base: {
|
|
24
|
+
new (input: RemoveResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the permission for the specified principal from the specified
|
|
@@ -67,23 +70,5 @@ export interface RemoveResourcePermissionCommandOutput extends __MetadataBearer
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class RemoveResourcePermissionCommand extends
|
|
71
|
-
readonly input: RemoveResourcePermissionCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: RemoveResourcePermissionCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class RemoveResourcePermissionCommand extends RemoveResourcePermissionCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { RestoreDocumentVersionsRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RestoreDocumentVersionsCommandInput extends RestoreDocumentVers
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RestoreDocumentVersionsCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RestoreDocumentVersionsCommand_base: {
|
|
24
|
+
new (input: RestoreDocumentVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Recovers a deleted version of an Amazon WorkDocs document.</p>
|
|
@@ -76,23 +79,5 @@ export interface RestoreDocumentVersionsCommandOutput extends __MetadataBearer {
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class RestoreDocumentVersionsCommand extends
|
|
80
|
-
readonly input: RestoreDocumentVersionsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: RestoreDocumentVersionsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class RestoreDocumentVersionsCommand extends RestoreDocumentVersionsCommand_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 { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchResourcesCommandInput extends SearchResourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchResourcesCommandOutput extends SearchResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchResourcesCommand_base: {
|
|
24
|
+
new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Searches metadata and the content of folders, documents, document versions, and comments.</p>
|
|
@@ -219,23 +222,5 @@ export interface SearchResourcesCommandOutput extends SearchResourcesResponse, _
|
|
|
219
222
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
220
223
|
*
|
|
221
224
|
*/
|
|
222
|
-
export declare class SearchResourcesCommand extends
|
|
223
|
-
readonly input: SearchResourcesCommandInput;
|
|
224
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
225
|
-
/**
|
|
226
|
-
* @public
|
|
227
|
-
*/
|
|
228
|
-
constructor(input: SearchResourcesCommandInput);
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourcesCommandInput, SearchResourcesCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
private serialize;
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
|
-
private deserialize;
|
|
225
|
+
export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
|
|
241
226
|
}
|
|
@@ -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 { UpdateDocumentRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDocumentCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDocumentCommand_base: {
|
|
24
|
+
new (input: UpdateDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified attributes of a document. The user must have access to both
|
|
@@ -86,23 +89,5 @@ export interface UpdateDocumentCommandOutput extends __MetadataBearer {
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class UpdateDocumentCommand extends
|
|
90
|
-
readonly input: UpdateDocumentCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: UpdateDocumentCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentCommandInput, UpdateDocumentCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { UpdateDocumentVersionRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDocumentVersionCommandInput extends UpdateDocumentVersion
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDocumentVersionCommand_base: {
|
|
24
|
+
new (input: UpdateDocumentVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes the status of the document version to ACTIVE. </p>
|
|
@@ -81,23 +84,5 @@ export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class UpdateDocumentVersionCommand extends
|
|
85
|
-
readonly input: UpdateDocumentVersionCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: UpdateDocumentVersionCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class UpdateDocumentVersionCommand extends UpdateDocumentVersionCommand_base {
|
|
103
88
|
}
|
|
@@ -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 { UpdateFolderRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFolderCommandInput extends UpdateFolderRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFolderCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFolderCommand_base: {
|
|
24
|
+
new (input: UpdateFolderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFolderCommandInput, UpdateFolderCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified attributes of the specified folder. The user must have access
|
|
@@ -86,23 +89,5 @@ export interface UpdateFolderCommandOutput extends __MetadataBearer {
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class UpdateFolderCommand extends
|
|
90
|
-
readonly input: UpdateFolderCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: UpdateFolderCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFolderCommandInput, UpdateFolderCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateUserCommand_base: {
|
|
24
|
+
new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, WorkDocsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified attributes of the specified user, and grants or revokes
|
|
@@ -114,23 +117,5 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from WorkDocs service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class UpdateUserCommand extends
|
|
118
|
-
readonly input: UpdateUserCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: UpdateUserCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkDocsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
136
121
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeActivities: (config: WorkDocsPaginationConfiguration, input: DescribeActivitiesCommandInput, ...rest: any[]) => Paginator<DescribeActivitiesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeComments: (config: WorkDocsPaginationConfiguration, input: DescribeCommentsCommandInput, ...rest: any[]) => Paginator<DescribeCommentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDocumentVersions: (config: WorkDocsPaginationConfiguration, input: DescribeDocumentVersionsCommandInput, ...rest: any[]) => Paginator<DescribeDocumentVersionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeFolderContents: (config: WorkDocsPaginationConfiguration, input: DescribeFolderContentsCommandInput, ...rest: any[]) => Paginator<DescribeFolderContentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeGroups: (config: WorkDocsPaginationConfiguration, input: DescribeGroupsCommandInput, ...rest: any[]) => Paginator<DescribeGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { WorkDocsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeNotificationSubscriptions: (config: WorkDocsPaginationConfiguration, input: DescribeNotificationSubscriptionsCommandInput, ...rest: any[]) => Paginator<DescribeNotificationSubscriptionsCommandOutput>;
|