@aws-sdk/client-workdocs 3.650.0 → 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
|
@@ -83,4 +83,15 @@ declare const AbortDocumentVersionUploadCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class AbortDocumentVersionUploadCommand extends AbortDocumentVersionUploadCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: AbortDocumentVersionUploadRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: AbortDocumentVersionUploadCommandInput;
|
|
94
|
+
output: AbortDocumentVersionUploadCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -98,4 +98,15 @@ declare const ActivateUserCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ActivateUserCommand extends ActivateUserCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ActivateUserRequest;
|
|
105
|
+
output: ActivateUserResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ActivateUserCommandInput;
|
|
109
|
+
output: ActivateUserCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -97,4 +97,15 @@ declare const AddResourcePermissionsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class AddResourcePermissionsCommand extends AddResourcePermissionsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: AddResourcePermissionsRequest;
|
|
104
|
+
output: AddResourcePermissionsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: AddResourcePermissionsCommandInput;
|
|
108
|
+
output: AddResourcePermissionsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -123,4 +123,15 @@ declare const CreateCommentCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class CreateCommentCommand extends CreateCommentCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: CreateCommentRequest;
|
|
130
|
+
output: CreateCommentResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: CreateCommentCommandInput;
|
|
134
|
+
output: CreateCommentCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateCustomMetadataCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateCustomMetadataCommand extends CreateCustomMetadataCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateCustomMetadataRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateCustomMetadataCommandInput;
|
|
96
|
+
output: CreateCustomMetadataCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -105,4 +105,15 @@ declare const CreateFolderCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CreateFolderCommand extends CreateFolderCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CreateFolderRequest;
|
|
112
|
+
output: CreateFolderResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CreateFolderCommandInput;
|
|
116
|
+
output: CreateFolderCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -81,4 +81,15 @@ declare const CreateLabelsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreateLabelsCommand extends CreateLabelsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: CreateLabelsRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: CreateLabelsCommandInput;
|
|
92
|
+
output: CreateLabelsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -80,4 +80,15 @@ declare const CreateNotificationSubscriptionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateNotificationSubscriptionCommand extends CreateNotificationSubscriptionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateNotificationSubscriptionRequest;
|
|
87
|
+
output: CreateNotificationSubscriptionResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateNotificationSubscriptionCommandInput;
|
|
91
|
+
output: CreateNotificationSubscriptionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -108,4 +108,15 @@ declare const CreateUserCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: CreateUserRequest;
|
|
115
|
+
output: CreateUserResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: CreateUserCommandInput;
|
|
119
|
+
output: CreateUserCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeactivateUserCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeactivateUserCommand extends DeactivateUserCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeactivateUserRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeactivateUserCommandInput;
|
|
85
|
+
output: DeactivateUserCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteCommentCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteCommentCommand extends DeleteCommentCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteCommentRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteCommentCommandInput;
|
|
93
|
+
output: DeleteCommentCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteCustomMetadataCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteCustomMetadataRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteCustomMetadataCommandInput;
|
|
92
|
+
output: DeleteCustomMetadataCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteDocumentCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteDocumentRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteDocumentCommandInput;
|
|
96
|
+
output: DeleteDocumentCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteDocumentVersionCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteDocumentVersionCommand extends DeleteDocumentVersionCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteDocumentVersionRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteDocumentVersionCommandInput;
|
|
95
|
+
output: DeleteDocumentVersionCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteFolderCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteFolderRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteFolderCommandInput;
|
|
96
|
+
output: DeleteFolderCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteFolderContentsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteFolderContentsRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteFolderContentsCommandInput;
|
|
90
|
+
output: DeleteFolderContentsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteLabelsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteLabelsCommand extends DeleteLabelsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteLabelsRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteLabelsCommandInput;
|
|
91
|
+
output: DeleteLabelsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteNotificationSubscriptionCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteNotificationSubscriptionCommand extends DeleteNotificationSubscriptionCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteNotificationSubscriptionRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteNotificationSubscriptionCommandInput;
|
|
79
|
+
output: DeleteNotificationSubscriptionCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteUserCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteUserRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteUserCommandInput;
|
|
87
|
+
output: DeleteUserCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -163,4 +163,15 @@ declare const DescribeActivitiesCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class DescribeActivitiesCommand extends DescribeActivitiesCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: DescribeActivitiesRequest;
|
|
170
|
+
output: DescribeActivitiesResponse;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: DescribeActivitiesCommandInput;
|
|
174
|
+
output: DescribeActivitiesCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -116,4 +116,15 @@ declare const DescribeCommentsCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: DescribeCommentsRequest;
|
|
123
|
+
output: DescribeCommentsResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: DescribeCommentsCommandInput;
|
|
127
|
+
output: DescribeCommentsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -110,4 +110,15 @@ declare const DescribeDocumentVersionsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class DescribeDocumentVersionsCommand extends DescribeDocumentVersionsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: DescribeDocumentVersionsRequest;
|
|
117
|
+
output: DescribeDocumentVersionsResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: DescribeDocumentVersionsCommandInput;
|
|
121
|
+
output: DescribeDocumentVersionsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -138,4 +138,15 @@ declare const DescribeFolderContentsCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class DescribeFolderContentsCommand extends DescribeFolderContentsCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: DescribeFolderContentsRequest;
|
|
145
|
+
output: DescribeFolderContentsResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: DescribeFolderContentsCommandInput;
|
|
149
|
+
output: DescribeFolderContentsCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -82,4 +82,15 @@ declare const DescribeGroupsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DescribeGroupsCommand extends DescribeGroupsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DescribeGroupsRequest;
|
|
89
|
+
output: DescribeGroupsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DescribeGroupsCommandInput;
|
|
93
|
+
output: DescribeGroupsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeNotificationSubscriptionsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeNotificationSubscriptionsCommand extends DescribeNotificationSubscriptionsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeNotificationSubscriptionsRequest;
|
|
82
|
+
output: DescribeNotificationSubscriptionsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeNotificationSubscriptionsCommandInput;
|
|
86
|
+
output: DescribeNotificationSubscriptionsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeResourcePermissionsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeResourcePermissionsCommand extends DescribeResourcePermissionsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeResourcePermissionsRequest;
|
|
97
|
+
output: DescribeResourcePermissionsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeResourcePermissionsCommandInput;
|
|
101
|
+
output: DescribeResourcePermissionsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -101,4 +101,15 @@ declare const DescribeRootFoldersCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class DescribeRootFoldersCommand extends DescribeRootFoldersCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: DescribeRootFoldersRequest;
|
|
108
|
+
output: DescribeRootFoldersResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: DescribeRootFoldersCommandInput;
|
|
112
|
+
output: DescribeRootFoldersCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -119,4 +119,15 @@ declare const DescribeUsersCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: DescribeUsersRequest;
|
|
126
|
+
output: DescribeUsersResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: DescribeUsersCommandInput;
|
|
130
|
+
output: DescribeUsersCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetCurrentUserCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetCurrentUserCommand extends GetCurrentUserCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetCurrentUserRequest;
|
|
109
|
+
output: GetCurrentUserResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetCurrentUserCommandInput;
|
|
113
|
+
output: GetCurrentUserCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetDocumentCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetDocumentCommand extends GetDocumentCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetDocumentRequest;
|
|
121
|
+
output: GetDocumentResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetDocumentCommandInput;
|
|
125
|
+
output: GetDocumentCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -90,4 +90,15 @@ declare const GetDocumentPathCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetDocumentPathRequest;
|
|
97
|
+
output: GetDocumentPathResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetDocumentPathCommandInput;
|
|
101
|
+
output: GetDocumentPathCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -105,4 +105,15 @@ declare const GetDocumentVersionCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class GetDocumentVersionCommand extends GetDocumentVersionCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: GetDocumentVersionRequest;
|
|
112
|
+
output: GetDocumentVersionResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: GetDocumentVersionCommandInput;
|
|
116
|
+
output: GetDocumentVersionCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetFolderCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetFolderCommand extends GetFolderCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetFolderRequest;
|
|
106
|
+
output: GetFolderResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetFolderCommandInput;
|
|
110
|
+
output: GetFolderCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -90,4 +90,15 @@ declare const GetFolderPathCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class GetFolderPathCommand extends GetFolderPathCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetFolderPathRequest;
|
|
97
|
+
output: GetFolderPathResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetFolderPathCommandInput;
|
|
101
|
+
output: GetFolderPathCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -128,4 +128,15 @@ declare const GetResourcesCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class GetResourcesCommand extends GetResourcesCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: GetResourcesRequest;
|
|
135
|
+
output: GetResourcesResponse;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: GetResourcesCommandInput;
|
|
139
|
+
output: GetResourcesCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -149,4 +149,15 @@ declare const InitiateDocumentVersionUploadCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class InitiateDocumentVersionUploadCommand extends InitiateDocumentVersionUploadCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: InitiateDocumentVersionUploadRequest;
|
|
156
|
+
output: InitiateDocumentVersionUploadResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: InitiateDocumentVersionUploadCommandInput;
|
|
160
|
+
output: InitiateDocumentVersionUploadCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -70,4 +70,15 @@ declare const RemoveAllResourcePermissionsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class RemoveAllResourcePermissionsCommand extends RemoveAllResourcePermissionsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: RemoveAllResourcePermissionsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: RemoveAllResourcePermissionsCommandInput;
|
|
81
|
+
output: RemoveAllResourcePermissionsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -73,4 +73,15 @@ declare const RemoveResourcePermissionCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class RemoveResourcePermissionCommand extends RemoveResourcePermissionCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: RemoveResourcePermissionRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: RemoveResourcePermissionCommandInput;
|
|
84
|
+
output: RemoveResourcePermissionCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -82,4 +82,15 @@ declare const RestoreDocumentVersionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class RestoreDocumentVersionsCommand extends RestoreDocumentVersionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: RestoreDocumentVersionsRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: RestoreDocumentVersionsCommandInput;
|
|
93
|
+
output: RestoreDocumentVersionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|