@aws-sdk/client-workdocs 3.651.1 → 3.654.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-types/commands/AbortDocumentVersionUploadCommand.d.ts +11 -0
- package/dist-types/commands/ActivateUserCommand.d.ts +11 -0
- package/dist-types/commands/AddResourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/CreateCommentCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomMetadataCommand.d.ts +11 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +11 -0
- package/dist-types/commands/CreateLabelsCommand.d.ts +11 -0
- package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserCommand.d.ts +11 -0
- package/dist-types/commands/DeactivateUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCommentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderContentsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLabelsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeActivitiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCommentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderContentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRootFoldersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +11 -0
- package/dist-types/commands/GetCurrentUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +11 -0
- package/dist-types/commands/GetDocumentPathCommand.d.ts +11 -0
- package/dist-types/commands/GetDocumentVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetFolderCommand.d.ts +11 -0
- package/dist-types/commands/GetFolderPathCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +11 -0
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +11 -0
- package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +11 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -225,4 +225,15 @@ declare const SearchResourcesCommand_base: {
|
|
|
225
225
|
* @public
|
|
226
226
|
*/
|
|
227
227
|
export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
|
|
228
|
+
/** @internal type navigation helper, not in runtime. */
|
|
229
|
+
protected static __types: {
|
|
230
|
+
api: {
|
|
231
|
+
input: SearchResourcesRequest;
|
|
232
|
+
output: SearchResourcesResponse;
|
|
233
|
+
};
|
|
234
|
+
sdk: {
|
|
235
|
+
input: SearchResourcesCommandInput;
|
|
236
|
+
output: SearchResourcesCommandOutput;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
228
239
|
}
|
|
@@ -92,4 +92,15 @@ declare const UpdateDocumentCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UpdateDocumentRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UpdateDocumentCommandInput;
|
|
103
|
+
output: UpdateDocumentCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -87,4 +87,15 @@ declare const UpdateDocumentVersionCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdateDocumentVersionCommand extends UpdateDocumentVersionCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateDocumentVersionRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateDocumentVersionCommandInput;
|
|
98
|
+
output: UpdateDocumentVersionCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -92,4 +92,15 @@ declare const UpdateFolderCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UpdateFolderRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UpdateFolderCommandInput;
|
|
103
|
+
output: UpdateFolderCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -120,4 +120,15 @@ declare const UpdateUserCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: UpdateUserRequest;
|
|
127
|
+
output: UpdateUserResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: UpdateUserCommandInput;
|
|
131
|
+
output: UpdateUserCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -33,4 +33,15 @@ declare const AbortDocumentVersionUploadCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {
|
|
36
|
+
export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AbortDocumentVersionUploadRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AbortDocumentVersionUploadCommandInput;
|
|
44
|
+
output: AbortDocumentVersionUploadCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ActivateUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ActivateUserCommand extends ActivateUserCommand_base {
|
|
36
|
+
export declare class ActivateUserCommand extends ActivateUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ActivateUserRequest;
|
|
40
|
+
output: ActivateUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ActivateUserCommandInput;
|
|
44
|
+
output: ActivateUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AddResourcePermissionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddResourcePermissionsCommand extends AddResourcePermissionsCommand_base {
|
|
40
|
+
export declare class AddResourcePermissionsCommand extends AddResourcePermissionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddResourcePermissionsRequest;
|
|
44
|
+
output: AddResourcePermissionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddResourcePermissionsCommandInput;
|
|
48
|
+
output: AddResourcePermissionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateCommentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateCommentCommand extends CreateCommentCommand_base {
|
|
39
|
+
export declare class CreateCommentCommand extends CreateCommentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateCommentRequest;
|
|
43
|
+
output: CreateCommentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateCommentCommandInput;
|
|
47
|
+
output: CreateCommentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCustomMetadataCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCustomMetadataCommand extends CreateCustomMetadataCommand_base {
|
|
40
|
+
export declare class CreateCustomMetadataCommand extends CreateCustomMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCustomMetadataRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCustomMetadataCommandInput;
|
|
48
|
+
output: CreateCustomMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFolderCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
36
|
+
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFolderRequest;
|
|
40
|
+
output: CreateFolderResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFolderCommandInput;
|
|
44
|
+
output: CreateFolderCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateLabelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateLabelsCommand extends CreateLabelsCommand_base {
|
|
36
|
+
export declare class CreateLabelsCommand extends CreateLabelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateLabelsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateLabelsCommandInput;
|
|
44
|
+
output: CreateLabelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateNotificationSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateNotificationSubscriptionCommand extends CreateNotificationSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateNotificationSubscriptionCommand extends CreateNotificationSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateNotificationSubscriptionRequest;
|
|
44
|
+
output: CreateNotificationSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateNotificationSubscriptionCommandInput;
|
|
48
|
+
output: CreateNotificationSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
36
|
+
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateUserRequest;
|
|
40
|
+
output: CreateUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateUserCommandInput;
|
|
44
|
+
output: CreateUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeactivateUserCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeactivateUserCommand extends DeactivateUserCommand_base {
|
|
34
|
+
export declare class DeactivateUserCommand extends DeactivateUserCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeactivateUserRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeactivateUserCommandInput;
|
|
42
|
+
output: DeactivateUserCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteCommentCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteCommentCommand extends DeleteCommentCommand_base {
|
|
34
|
+
export declare class DeleteCommentCommand extends DeleteCommentCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteCommentRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteCommentCommandInput;
|
|
42
|
+
output: DeleteCommentCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteCustomMetadataCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base {
|
|
40
|
+
export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCustomMetadataRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCustomMetadataCommandInput;
|
|
48
|
+
output: DeleteCustomMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteDocumentCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
|
|
34
|
+
export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteDocumentRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteDocumentCommandInput;
|
|
42
|
+
output: DeleteDocumentCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteDocumentVersionCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteDocumentVersionCommand extends DeleteDocumentVersionCommand_base {
|
|
35
|
+
export declare class DeleteDocumentVersionCommand extends DeleteDocumentVersionCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteDocumentVersionRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteDocumentVersionCommandInput;
|
|
43
|
+
output: DeleteDocumentVersionCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteFolderCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
|
|
34
|
+
export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteFolderRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteFolderCommandInput;
|
|
42
|
+
output: DeleteFolderCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteFolderContentsCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base {
|
|
35
|
+
export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteFolderContentsRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteFolderContentsCommandInput;
|
|
43
|
+
output: DeleteFolderContentsCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteLabelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteLabelsCommand extends DeleteLabelsCommand_base {
|
|
36
|
+
export declare class DeleteLabelsCommand extends DeleteLabelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteLabelsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteLabelsCommandInput;
|
|
44
|
+
output: DeleteLabelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteNotificationSubscriptionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
|
|
36
|
+
export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteNotificationSubscriptionRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteNotificationSubscriptionCommandInput;
|
|
44
|
+
output: DeleteNotificationSubscriptionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteUserCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
34
|
+
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteUserRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteUserCommandInput;
|
|
42
|
+
output: DeleteUserCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeActivitiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
|
|
40
|
+
export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeActivitiesRequest;
|
|
44
|
+
output: DescribeActivitiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeActivitiesCommandInput;
|
|
48
|
+
output: DescribeActivitiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeCommentsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
|
|
39
|
+
export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeCommentsRequest;
|
|
43
|
+
output: DescribeCommentsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeCommentsCommandInput;
|
|
47
|
+
output: DescribeCommentsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDocumentVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
|
|
40
|
+
export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDocumentVersionsRequest;
|
|
44
|
+
output: DescribeDocumentVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDocumentVersionsCommandInput;
|
|
48
|
+
output: DescribeDocumentVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeFolderContentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
|
|
40
|
+
export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFolderContentsRequest;
|
|
44
|
+
output: DescribeFolderContentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFolderContentsCommandInput;
|
|
48
|
+
output: DescribeFolderContentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeGroupsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeGroupsCommand extends DescribeGroupsCommand_base {
|
|
39
|
+
export declare class DescribeGroupsCommand extends DescribeGroupsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeGroupsRequest;
|
|
43
|
+
output: DescribeGroupsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeGroupsCommandInput;
|
|
47
|
+
output: DescribeGroupsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeNotificationSubscriptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
|
|
40
|
+
export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeNotificationSubscriptionsRequest;
|
|
44
|
+
output: DescribeNotificationSubscriptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeNotificationSubscriptionsCommandInput;
|
|
48
|
+
output: DescribeNotificationSubscriptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeResourcePermissionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
|
|
40
|
+
export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeResourcePermissionsRequest;
|
|
44
|
+
output: DescribeResourcePermissionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeResourcePermissionsCommandInput;
|
|
48
|
+
output: DescribeResourcePermissionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRootFoldersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
|
|
40
|
+
export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRootFoldersRequest;
|
|
44
|
+
output: DescribeRootFoldersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRootFoldersCommandInput;
|
|
48
|
+
output: DescribeRootFoldersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeUsersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
|
|
39
|
+
export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeUsersRequest;
|
|
43
|
+
output: DescribeUsersResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeUsersCommandInput;
|
|
47
|
+
output: DescribeUsersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCurrentUserCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
|
|
39
|
+
export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCurrentUserRequest;
|
|
43
|
+
output: GetCurrentUserResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCurrentUserCommandInput;
|
|
47
|
+
output: GetCurrentUserCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDocumentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDocumentCommand extends GetDocumentCommand_base {
|
|
36
|
+
export declare class GetDocumentCommand extends GetDocumentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDocumentRequest;
|
|
40
|
+
output: GetDocumentResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDocumentCommandInput;
|
|
44
|
+
output: GetDocumentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDocumentPathCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
|
|
39
|
+
export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDocumentPathRequest;
|
|
43
|
+
output: GetDocumentPathResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDocumentPathCommandInput;
|
|
47
|
+
output: GetDocumentPathCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDocumentVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
|
|
40
|
+
export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDocumentVersionRequest;
|
|
44
|
+
output: GetDocumentVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDocumentVersionCommandInput;
|
|
48
|
+
output: GetDocumentVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|