1{
2  "version": "2.0",
3  "service": "<p>The WorkDocs API is designed for the following use cases:</p> <ul> <li> <p>File Migration: File migration applications are supported for users who want to migrate their files from an on-premises or off-premises file system or service. Users can insert files into a user directory structure, as well as allow for basic metadata changes, such as modifications to the permissions of files.</p> </li> <li> <p>Security: Support security applications are supported for users who have additional security needs, such as antivirus or data loss prevention. The API actions, along with AWS CloudTrail, allow these applications to detect when changes occur in Amazon WorkDocs. Then, the application can take the necessary actions and replace the target file. If the target file violates the policy, the application can also choose to email the user.</p> </li> <li> <p>eDiscovery/Analytics: General administrative applications are supported, such as eDiscovery and analytics. These applications can choose to mimic or record the actions in an Amazon WorkDocs site, along with AWS CloudTrail, to replicate data for eDiscovery, backup, or analytical applications.</p> </li> </ul> <p>All Amazon WorkDocs API actions are Amazon authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of IAM users and roles to help facilitate access, trust, and permission policies. By creating a role and allowing an IAM user to access the Amazon WorkDocs site, the IAM user gains full administrative visibility into the entire Amazon WorkDocs site (or as set in the IAM policy). This includes, but is not limited to, the ability to modify file permissions and upload any file to any user. This allows developers to perform the three use cases above, as well as give users the ability to grant access on a selective basis using the IAM model.</p>",
4  "operations": {
5    "AbortDocumentVersionUpload": "<p>Aborts the upload of the specified document version that was previously initiated by <a>InitiateDocumentVersionUpload</a>. The client should make this call only when it no longer intends to upload the document version, or fails to do so.</p>",
6    "ActivateUser": "<p>Activates the specified user. Only active users can access Amazon WorkDocs.</p>",
7    "AddResourcePermissions": "<p>Creates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.</p>",
8    "CreateComment": "<p>Adds a new comment to the specified document version.</p>",
9    "CreateCustomMetadata": "<p>Adds one or more custom properties to the specified resource (a folder, document, or version).</p>",
10    "CreateFolder": "<p>Creates a folder with the specified name and parent folder.</p>",
11    "CreateLabels": "<p>Adds the specified list of labels to the given resource (a document or folder)</p>",
12    "CreateNotificationSubscription": "<p>Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/workdocs/latest/developerguide/subscribe-notifications.html\">Subscribe to Notifications</a> in the <i>Amazon WorkDocs Developer Guide</i>.</p>",
13    "CreateUser": "<p>Creates a user in a Simple AD or Microsoft AD directory. The status of a newly created user is \"ACTIVE\". New users can access Amazon WorkDocs.</p>",
14    "DeactivateUser": "<p>Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.</p>",
15    "DeleteComment": "<p>Deletes the specified comment from the document version.</p>",
16    "DeleteCustomMetadata": "<p>Deletes custom metadata from the specified resource.</p>",
17    "DeleteDocument": "<p>Permanently deletes the specified document and its associated metadata.</p>",
18    "DeleteFolder": "<p>Permanently deletes the specified folder and its contents.</p>",
19    "DeleteFolderContents": "<p>Deletes the contents of the specified folder.</p>",
20    "DeleteLabels": "<p>Deletes the specified list of labels from a resource.</p>",
21    "DeleteNotificationSubscription": "<p>Deletes the specified subscription from the specified organization.</p>",
22    "DeleteUser": "<p>Deletes the specified user from a Simple AD or Microsoft AD directory.</p>",
23    "DescribeActivities": "<p>Describes the user activities in a specified time period.</p>",
24    "DescribeComments": "<p>List all the comments for the specified document version.</p>",
25    "DescribeDocumentVersions": "<p>Retrieves the document versions for the specified document.</p> <p>By default, only active versions are returned.</p>",
26    "DescribeFolderContents": "<p>Describes the contents of the specified folder, including its documents and subfolders.</p> <p>By default, Amazon WorkDocs returns the first 100 active document and folder metadata items. If there are more results, the response includes a marker that you can use to request the next set of results. You can also request initialized documents.</p>",
27    "DescribeGroups": "<p>Describes the groups specified by the query. Groups are defined by the underlying Active Directory.</p>",
28    "DescribeNotificationSubscriptions": "<p>Lists the specified notification subscriptions.</p>",
29    "DescribeResourcePermissions": "<p>Describes the permissions of a specified resource.</p>",
30    "DescribeRootFolders": "<p>Describes the current user's special folders; the <code>RootFolder</code> and the <code>RecycleBin</code>. <code>RootFolder</code> is the root of user's files and folders and <code>RecycleBin</code> is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.</p> <p>This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see <a href=\"https://docs.aws.amazon.com/workdocs/latest/developerguide/wd-auth-user.html\">Authentication and Access Control for User Applications</a> in the <i>Amazon WorkDocs Developer Guide</i>.</p>",
31    "DescribeUsers": "<p>Describes the specified users. You can describe all users or filter the results (for example, by status or organization).</p> <p>By default, Amazon WorkDocs returns the first 24 active or pending users. If there are more results, the response includes a marker that you can use to request the next set of results.</p>",
32    "GetCurrentUser": "<p>Retrieves details of the current user for whom the authentication token was generated. This is not a valid action for SigV4 (administrative API) clients.</p> <p>This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see <a href=\"https://docs.aws.amazon.com/workdocs/latest/developerguide/wd-auth-user.html\">Authentication and Access Control for User Applications</a> in the <i>Amazon WorkDocs Developer Guide</i>.</p>",
33    "GetDocument": "<p>Retrieves details of a document.</p>",
34    "GetDocumentPath": "<p>Retrieves the path information (the hierarchy from the root folder) for the requested document.</p> <p>By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested document and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the names of the parent folders.</p>",
35    "GetDocumentVersion": "<p>Retrieves version metadata for the specified document.</p>",
36    "GetFolder": "<p>Retrieves the metadata of the specified folder.</p>",
37    "GetFolderPath": "<p>Retrieves the path information (the hierarchy from the root folder) for the specified folder.</p> <p>By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.</p>",
38    "GetResources": "<p>Retrieves a collection of resources, including folders and documents. The only <code>CollectionType</code> supported is <code>SHARED_WITH_ME</code>.</p>",
39    "InitiateDocumentVersionUpload": "<p>Creates a new document object and version object.</p> <p>The client specifies the parent folder ID and name of the document to upload. The ID is optionally specified when creating a new version of an existing document. This is the first step to upload a document. Next, upload the document to the URL returned from the call, and then call <a>UpdateDocumentVersion</a>.</p> <p>To cancel the document upload, call <a>AbortDocumentVersionUpload</a>.</p>",
40    "RemoveAllResourcePermissions": "<p>Removes all the permissions from the specified resource.</p>",
41    "RemoveResourcePermission": "<p>Removes the permission for the specified principal from the specified resource.</p>",
42    "UpdateDocument": "<p>Updates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.</p>",
43    "UpdateDocumentVersion": "<p>Changes the status of the document version to ACTIVE. </p> <p>Amazon WorkDocs also sets its document container to ACTIVE. This is the last step in a document upload, after the client uploads the document to an S3-presigned URL returned by <a>InitiateDocumentVersionUpload</a>. </p>",
44    "UpdateFolder": "<p>Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.</p>",
45    "UpdateUser": "<p>Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.</p>"
46  },
47  "shapes": {
48    "AbortDocumentVersionUploadRequest": {
49      "base": null,
50      "refs": {
51      }
52    },
53    "ActivateUserRequest": {
54      "base": null,
55      "refs": {
56      }
57    },
58    "ActivateUserResponse": {
59      "base": null,
60      "refs": {
61      }
62    },
63    "Activity": {
64      "base": "<p>Describes the activity information.</p>",
65      "refs": {
66        "UserActivities$member": null
67      }
68    },
69    "ActivityNamesFilterType": {
70      "base": null,
71      "refs": {
72        "DescribeActivitiesRequest$ActivityTypes": "<p>Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.</p>"
73      }
74    },
75    "ActivityType": {
76      "base": null,
77      "refs": {
78        "Activity$Type": "<p>The activity type.</p>"
79      }
80    },
81    "AddResourcePermissionsRequest": {
82      "base": null,
83      "refs": {
84      }
85    },
86    "AddResourcePermissionsResponse": {
87      "base": null,
88      "refs": {
89      }
90    },
91    "AuthenticationHeaderType": {
92      "base": null,
93      "refs": {
94        "AbortDocumentVersionUploadRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
95        "ActivateUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
96        "AddResourcePermissionsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
97        "CreateCommentRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
98        "CreateCustomMetadataRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
99        "CreateFolderRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
100        "CreateLabelsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
101        "CreateUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
102        "DeactivateUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
103        "DeleteCommentRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
104        "DeleteCustomMetadataRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
105        "DeleteDocumentRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
106        "DeleteFolderContentsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
107        "DeleteFolderRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
108        "DeleteLabelsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
109        "DeleteUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.</p>",
110        "DescribeActivitiesRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
111        "DescribeCommentsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
112        "DescribeDocumentVersionsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
113        "DescribeFolderContentsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
114        "DescribeGroupsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
115        "DescribeResourcePermissionsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
116        "DescribeRootFoldersRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token.</p>",
117        "DescribeUsersRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
118        "GetCurrentUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token.</p>",
119        "GetDocumentPathRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
120        "GetDocumentRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
121        "GetDocumentVersionRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
122        "GetFolderPathRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
123        "GetFolderRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
124        "GetResourcesRequest$AuthenticationToken": "<p>The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
125        "InitiateDocumentVersionUploadRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
126        "RemoveAllResourcePermissionsRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
127        "RemoveResourcePermissionRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
128        "UpdateDocumentRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
129        "UpdateDocumentVersionRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
130        "UpdateFolderRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>",
131        "UpdateUserRequest$AuthenticationToken": "<p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>"
132      }
133    },
134    "BooleanEnumType": {
135      "base": null,
136      "refs": {
137        "UpdateUserRequest$GrantPoweruserPrivileges": "<p>Boolean value to determine whether the user is granted Poweruser privileges.</p>"
138      }
139    },
140    "BooleanType": {
141      "base": null,
142      "refs": {
143        "Activity$IsIndirectActivity": "<p>Indicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).</p>",
144        "CreateCommentRequest$NotifyCollaborators": "<p>Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.</p>",
145        "DeleteCustomMetadataRequest$DeleteAll": "<p>Flag to indicate removal of all custom metadata properties from the specified resource.</p>",
146        "DeleteLabelsRequest$DeleteAll": "<p>Flag to request removal of all labels from the specified resource.</p>",
147        "DescribeActivitiesRequest$IncludeIndirectActivities": "<p>Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).</p>",
148        "GetDocumentRequest$IncludeCustomMetadata": "<p>Set this to <code>TRUE</code> to include custom metadata in the response.</p>",
149        "GetDocumentVersionRequest$IncludeCustomMetadata": "<p>Set this to TRUE to include custom metadata in the response.</p>",
150        "GetFolderRequest$IncludeCustomMetadata": "<p>Set to TRUE to include custom metadata in the response.</p>",
151        "NotificationOptions$SendEmail": "<p>Boolean value to indicate an email notification should be sent to the receipients.</p>"
152      }
153    },
154    "Comment": {
155      "base": "<p>Describes a comment.</p>",
156      "refs": {
157        "CommentList$member": null,
158        "CreateCommentResponse$Comment": "<p>The comment that has been created.</p>"
159      }
160    },
161    "CommentIdType": {
162      "base": null,
163      "refs": {
164        "Comment$CommentId": "<p>The ID of the comment.</p>",
165        "Comment$ParentId": "<p>The ID of the parent comment.</p>",
166        "Comment$ThreadId": "<p>The ID of the root comment in the thread.</p>",
167        "CommentMetadata$CommentId": "<p>The ID of the comment.</p>",
168        "CreateCommentRequest$ParentId": "<p>The ID of the parent comment.</p>",
169        "CreateCommentRequest$ThreadId": "<p>The ID of the root comment in the thread.</p>",
170        "DeleteCommentRequest$CommentId": "<p>The ID of the comment.</p>"
171      }
172    },
173    "CommentList": {
174      "base": null,
175      "refs": {
176        "DescribeCommentsResponse$Comments": "<p>The list of comments for the specified document version.</p>"
177      }
178    },
179    "CommentMetadata": {
180      "base": "<p>Describes the metadata of a comment.</p>",
181      "refs": {
182        "Activity$CommentMetadata": "<p>Metadata of the commenting activity. This is an optional field and is filled for commenting activities.</p>"
183      }
184    },
185    "CommentStatusType": {
186      "base": null,
187      "refs": {
188        "Comment$Status": "<p>The status of the comment.</p>",
189        "CommentMetadata$CommentStatus": "<p>The status of the comment.</p>"
190      }
191    },
192    "CommentTextType": {
193      "base": null,
194      "refs": {
195        "Comment$Text": "<p>The text of the comment.</p>",
196        "CreateCommentRequest$Text": "<p>The text of the comment.</p>"
197      }
198    },
199    "CommentVisibilityType": {
200      "base": null,
201      "refs": {
202        "Comment$Visibility": "<p>The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.</p>",
203        "CreateCommentRequest$Visibility": "<p>The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.</p>"
204      }
205    },
206    "ConcurrentModificationException": {
207      "base": "<p>The resource hierarchy is changing.</p>",
208      "refs": {
209      }
210    },
211    "ConflictingOperationException": {
212      "base": "<p>Another operation is in progress on the resource that conflicts with the current operation.</p>",
213      "refs": {
214      }
215    },
216    "CreateCommentRequest": {
217      "base": null,
218      "refs": {
219      }
220    },
221    "CreateCommentResponse": {
222      "base": null,
223      "refs": {
224      }
225    },
226    "CreateCustomMetadataRequest": {
227      "base": null,
228      "refs": {
229      }
230    },
231    "CreateCustomMetadataResponse": {
232      "base": null,
233      "refs": {
234      }
235    },
236    "CreateFolderRequest": {
237      "base": null,
238      "refs": {
239      }
240    },
241    "CreateFolderResponse": {
242      "base": null,
243      "refs": {
244      }
245    },
246    "CreateLabelsRequest": {
247      "base": null,
248      "refs": {
249      }
250    },
251    "CreateLabelsResponse": {
252      "base": null,
253      "refs": {
254      }
255    },
256    "CreateNotificationSubscriptionRequest": {
257      "base": null,
258      "refs": {
259      }
260    },
261    "CreateNotificationSubscriptionResponse": {
262      "base": null,
263      "refs": {
264      }
265    },
266    "CreateUserRequest": {
267      "base": null,
268      "refs": {
269      }
270    },
271    "CreateUserResponse": {
272      "base": null,
273      "refs": {
274      }
275    },
276    "CustomMetadataKeyList": {
277      "base": null,
278      "refs": {
279        "DeleteCustomMetadataRequest$Keys": "<p>List of properties to remove.</p>"
280      }
281    },
282    "CustomMetadataKeyType": {
283      "base": null,
284      "refs": {
285        "CustomMetadataKeyList$member": null,
286        "CustomMetadataMap$key": null
287      }
288    },
289    "CustomMetadataLimitExceededException": {
290      "base": "<p>The limit has been reached on the number of custom properties for the specified resource.</p>",
291      "refs": {
292      }
293    },
294    "CustomMetadataMap": {
295      "base": null,
296      "refs": {
297        "CreateCustomMetadataRequest$CustomMetadata": "<p>Custom metadata in the form of name-value pairs.</p>",
298        "GetDocumentResponse$CustomMetadata": "<p>The custom metadata on the document.</p>",
299        "GetDocumentVersionResponse$CustomMetadata": "<p>The custom metadata on the document version.</p>",
300        "GetFolderResponse$CustomMetadata": "<p>The custom metadata on the folder.</p>"
301      }
302    },
303    "CustomMetadataValueType": {
304      "base": null,
305      "refs": {
306        "CustomMetadataMap$value": null
307      }
308    },
309    "DeactivateUserRequest": {
310      "base": null,
311      "refs": {
312      }
313    },
314    "DeactivatingLastSystemUserException": {
315      "base": "<p>The last user in the organization is being deactivated.</p>",
316      "refs": {
317      }
318    },
319    "DeleteCommentRequest": {
320      "base": null,
321      "refs": {
322      }
323    },
324    "DeleteCustomMetadataRequest": {
325      "base": null,
326      "refs": {
327      }
328    },
329    "DeleteCustomMetadataResponse": {
330      "base": null,
331      "refs": {
332      }
333    },
334    "DeleteDocumentRequest": {
335      "base": null,
336      "refs": {
337      }
338    },
339    "DeleteFolderContentsRequest": {
340      "base": null,
341      "refs": {
342      }
343    },
344    "DeleteFolderRequest": {
345      "base": null,
346      "refs": {
347      }
348    },
349    "DeleteLabelsRequest": {
350      "base": null,
351      "refs": {
352      }
353    },
354    "DeleteLabelsResponse": {
355      "base": null,
356      "refs": {
357      }
358    },
359    "DeleteNotificationSubscriptionRequest": {
360      "base": null,
361      "refs": {
362      }
363    },
364    "DeleteUserRequest": {
365      "base": null,
366      "refs": {
367      }
368    },
369    "DescribeActivitiesRequest": {
370      "base": null,
371      "refs": {
372      }
373    },
374    "DescribeActivitiesResponse": {
375      "base": null,
376      "refs": {
377      }
378    },
379    "DescribeCommentsRequest": {
380      "base": null,
381      "refs": {
382      }
383    },
384    "DescribeCommentsResponse": {
385      "base": null,
386      "refs": {
387      }
388    },
389    "DescribeDocumentVersionsRequest": {
390      "base": null,
391      "refs": {
392      }
393    },
394    "DescribeDocumentVersionsResponse": {
395      "base": null,
396      "refs": {
397      }
398    },
399    "DescribeFolderContentsRequest": {
400      "base": null,
401      "refs": {
402      }
403    },
404    "DescribeFolderContentsResponse": {
405      "base": null,
406      "refs": {
407      }
408    },
409    "DescribeGroupsRequest": {
410      "base": null,
411      "refs": {
412      }
413    },
414    "DescribeGroupsResponse": {
415      "base": null,
416      "refs": {
417      }
418    },
419    "DescribeNotificationSubscriptionsRequest": {
420      "base": null,
421      "refs": {
422      }
423    },
424    "DescribeNotificationSubscriptionsResponse": {
425      "base": null,
426      "refs": {
427      }
428    },
429    "DescribeResourcePermissionsRequest": {
430      "base": null,
431      "refs": {
432      }
433    },
434    "DescribeResourcePermissionsResponse": {
435      "base": null,
436      "refs": {
437      }
438    },
439    "DescribeRootFoldersRequest": {
440      "base": null,
441      "refs": {
442      }
443    },
444    "DescribeRootFoldersResponse": {
445      "base": null,
446      "refs": {
447      }
448    },
449    "DescribeUsersRequest": {
450      "base": null,
451      "refs": {
452      }
453    },
454    "DescribeUsersResponse": {
455      "base": null,
456      "refs": {
457      }
458    },
459    "DocumentContentType": {
460      "base": null,
461      "refs": {
462        "DocumentVersionMetadata$ContentType": "<p>The content type of the document.</p>",
463        "InitiateDocumentVersionUploadRequest$ContentType": "<p>The content type of the document.</p>"
464      }
465    },
466    "DocumentLockedForCommentsException": {
467      "base": "<p>This exception is thrown when the document is locked for comments and user tries to create or delete a comment on that document.</p>",
468      "refs": {
469      }
470    },
471    "DocumentMetadata": {
472      "base": "<p>Describes the document.</p>",
473      "refs": {
474        "DocumentMetadataList$member": null,
475        "GetDocumentResponse$Metadata": "<p>The metadata details of the document.</p>",
476        "InitiateDocumentVersionUploadResponse$Metadata": "<p>The document metadata.</p>"
477      }
478    },
479    "DocumentMetadataList": {
480      "base": null,
481      "refs": {
482        "DescribeFolderContentsResponse$Documents": "<p>The documents in the specified folder.</p>",
483        "GetResourcesResponse$Documents": "<p>The documents in the specified collection.</p>"
484      }
485    },
486    "DocumentSourceType": {
487      "base": null,
488      "refs": {
489        "DocumentSourceUrlMap$key": null
490      }
491    },
492    "DocumentSourceUrlMap": {
493      "base": null,
494      "refs": {
495        "DocumentVersionMetadata$Source": "<p>The source of the document.</p>"
496      }
497    },
498    "DocumentStatusType": {
499      "base": null,
500      "refs": {
501        "DocumentVersionMetadata$Status": "<p>The status of the document.</p>"
502      }
503    },
504    "DocumentThumbnailType": {
505      "base": null,
506      "refs": {
507        "DocumentThumbnailUrlMap$key": null
508      }
509    },
510    "DocumentThumbnailUrlMap": {
511      "base": null,
512      "refs": {
513        "DocumentVersionMetadata$Thumbnail": "<p>The thumbnail of the document.</p>"
514      }
515    },
516    "DocumentVersionIdType": {
517      "base": null,
518      "refs": {
519        "AbortDocumentVersionUploadRequest$VersionId": "<p>The ID of the version.</p>",
520        "CreateCommentRequest$VersionId": "<p>The ID of the document version.</p>",
521        "CreateCustomMetadataRequest$VersionId": "<p>The ID of the version, if the custom metadata is being added to a document version.</p>",
522        "DeleteCommentRequest$VersionId": "<p>The ID of the document version.</p>",
523        "DeleteCustomMetadataRequest$VersionId": "<p>The ID of the version, if the custom metadata is being deleted from a document version.</p>",
524        "DescribeCommentsRequest$VersionId": "<p>The ID of the document version.</p>",
525        "DocumentVersionMetadata$Id": "<p>The ID of the version.</p>",
526        "GetDocumentVersionRequest$VersionId": "<p>The version ID of the document.</p>",
527        "ResourceMetadata$VersionId": "<p>The version ID of the resource. This is an optional field and is filled for action on document version.</p>",
528        "UpdateDocumentVersionRequest$VersionId": "<p>The version ID of the document.</p>"
529      }
530    },
531    "DocumentVersionMetadata": {
532      "base": "<p>Describes a version of a document.</p>",
533      "refs": {
534        "DocumentMetadata$LatestVersionMetadata": "<p>The latest version of the document.</p>",
535        "DocumentVersionMetadataList$member": null,
536        "GetDocumentVersionResponse$Metadata": "<p>The version metadata.</p>"
537      }
538    },
539    "DocumentVersionMetadataList": {
540      "base": null,
541      "refs": {
542        "DescribeDocumentVersionsResponse$DocumentVersions": "<p>The document versions.</p>"
543      }
544    },
545    "DocumentVersionStatus": {
546      "base": null,
547      "refs": {
548        "UpdateDocumentVersionRequest$VersionStatus": "<p>The status of the version.</p>"
549      }
550    },
551    "DraftUploadOutOfSyncException": {
552      "base": "<p>This exception is thrown when a valid checkout ID is not presented on document version upload calls for a document that has been checked out from Web client.</p>",
553      "refs": {
554      }
555    },
556    "EmailAddressType": {
557      "base": null,
558      "refs": {
559        "CreateUserRequest$EmailAddress": "<p>The email address of the user.</p>",
560        "User$EmailAddress": "<p>The email address of the user.</p>",
561        "UserMetadata$EmailAddress": "<p>The email address of the user.</p>"
562      }
563    },
564    "EntityAlreadyExistsException": {
565      "base": "<p>The resource already exists.</p>",
566      "refs": {
567      }
568    },
569    "EntityIdList": {
570      "base": null,
571      "refs": {
572        "EntityNotExistsException$EntityIds": null
573      }
574    },
575    "EntityNotExistsException": {
576      "base": "<p>The resource does not exist.</p>",
577      "refs": {
578      }
579    },
580    "ErrorMessageType": {
581      "base": null,
582      "refs": {
583        "ConcurrentModificationException$Message": null,
584        "ConflictingOperationException$Message": null,
585        "CustomMetadataLimitExceededException$Message": null,
586        "DocumentLockedForCommentsException$Message": null,
587        "DraftUploadOutOfSyncException$Message": null,
588        "EntityAlreadyExistsException$Message": null,
589        "EntityNotExistsException$Message": null,
590        "FailedDependencyException$Message": null,
591        "IllegalUserStateException$Message": null,
592        "InvalidArgumentException$Message": null,
593        "InvalidCommentOperationException$Message": null,
594        "InvalidOperationException$Message": null,
595        "InvalidPasswordException$Message": null,
596        "LimitExceededException$Message": null,
597        "ProhibitedStateException$Message": null,
598        "RequestedEntityTooLargeException$Message": null,
599        "ResourceAlreadyCheckedOutException$Message": null,
600        "ServiceUnavailableException$Message": null,
601        "StorageLimitExceededException$Message": null,
602        "StorageLimitWillExceedException$Message": null,
603        "TooManyLabelsException$Message": null,
604        "TooManySubscriptionsException$Message": null,
605        "UnauthorizedResourceAccessException$Message": null
606      }
607    },
608    "FailedDependencyException": {
609      "base": "<p>The AWS Directory Service cannot reach an on-premises instance. Or a dependency under the control of the organization is failing, such as a connected Active Directory.</p>",
610      "refs": {
611      }
612    },
613    "FieldNamesType": {
614      "base": null,
615      "refs": {
616        "DescribeDocumentVersionsRequest$Include": "<p>A comma-separated list of values. Specify \"INITIALIZED\" to include incomplete versions.</p>",
617        "DescribeDocumentVersionsRequest$Fields": "<p>Specify \"SOURCE\" to include initialized versions and a URL for the source document.</p>",
618        "DescribeFolderContentsRequest$Include": "<p>The contents to include. Specify \"INITIALIZED\" to include initialized documents.</p>",
619        "DescribeUsersRequest$Fields": "<p>A comma-separated list of values. Specify \"STORAGE_METADATA\" to include the user storage quota and utilization information.</p>",
620        "GetDocumentPathRequest$Fields": "<p>A comma-separated list of values. Specify <code>NAME</code> to include the names of the parent folders.</p>",
621        "GetDocumentVersionRequest$Fields": "<p>A comma-separated list of values. Specify \"SOURCE\" to include a URL for the source document.</p>",
622        "GetFolderPathRequest$Fields": "<p>A comma-separated list of values. Specify \"NAME\" to include the names of the parent folders.</p>"
623      }
624    },
625    "FolderContentType": {
626      "base": null,
627      "refs": {
628        "DescribeFolderContentsRequest$Type": "<p>The type of items.</p>"
629      }
630    },
631    "FolderMetadata": {
632      "base": "<p>Describes a folder.</p>",
633      "refs": {
634        "CreateFolderResponse$Metadata": "<p>The metadata of the folder.</p>",
635        "FolderMetadataList$member": null,
636        "GetFolderResponse$Metadata": "<p>The metadata of the folder.</p>"
637      }
638    },
639    "FolderMetadataList": {
640      "base": null,
641      "refs": {
642        "DescribeFolderContentsResponse$Folders": "<p>The subfolders in the specified folder.</p>",
643        "DescribeRootFoldersResponse$Folders": "<p>The user's special folders.</p>",
644        "GetResourcesResponse$Folders": "<p>The folders in the specified folder.</p>"
645      }
646    },
647    "GetCurrentUserRequest": {
648      "base": null,
649      "refs": {
650      }
651    },
652    "GetCurrentUserResponse": {
653      "base": null,
654      "refs": {
655      }
656    },
657    "GetDocumentPathRequest": {
658      "base": null,
659      "refs": {
660      }
661    },
662    "GetDocumentPathResponse": {
663      "base": null,
664      "refs": {
665      }
666    },
667    "GetDocumentRequest": {
668      "base": null,
669      "refs": {
670      }
671    },
672    "GetDocumentResponse": {
673      "base": null,
674      "refs": {
675      }
676    },
677    "GetDocumentVersionRequest": {
678      "base": null,
679      "refs": {
680      }
681    },
682    "GetDocumentVersionResponse": {
683      "base": null,
684      "refs": {
685      }
686    },
687    "GetFolderPathRequest": {
688      "base": null,
689      "refs": {
690      }
691    },
692    "GetFolderPathResponse": {
693      "base": null,
694      "refs": {
695      }
696    },
697    "GetFolderRequest": {
698      "base": null,
699      "refs": {
700      }
701    },
702    "GetFolderResponse": {
703      "base": null,
704      "refs": {
705      }
706    },
707    "GetResourcesRequest": {
708      "base": null,
709      "refs": {
710      }
711    },
712    "GetResourcesResponse": {
713      "base": null,
714      "refs": {
715      }
716    },
717    "GroupMetadata": {
718      "base": "<p>Describes the metadata of a user group.</p>",
719      "refs": {
720        "GroupMetadataList$member": null
721      }
722    },
723    "GroupMetadataList": {
724      "base": null,
725      "refs": {
726        "DescribeGroupsResponse$Groups": "<p>The list of groups.</p>",
727        "Participants$Groups": "<p>The list of user groups.</p>"
728      }
729    },
730    "GroupNameType": {
731      "base": null,
732      "refs": {
733        "GroupMetadata$Name": "<p>The name of the group.</p>"
734      }
735    },
736    "HashType": {
737      "base": null,
738      "refs": {
739        "DocumentVersionMetadata$Signature": "<p>The signature of the document.</p>",
740        "FolderMetadata$Signature": "<p>The unique identifier created from the subfolders and documents of the folder.</p>"
741      }
742    },
743    "HeaderNameType": {
744      "base": null,
745      "refs": {
746        "SignedHeaderMap$key": null
747      }
748    },
749    "HeaderValueType": {
750      "base": null,
751      "refs": {
752        "SignedHeaderMap$value": null
753      }
754    },
755    "IdType": {
756      "base": null,
757      "refs": {
758        "ActivateUserRequest$UserId": "<p>The ID of the user.</p>",
759        "Activity$OrganizationId": "<p>The ID of the organization.</p>",
760        "Comment$RecipientId": "<p>If the comment is a reply to another user's comment, this field contains the user ID of the user being replied to.</p>",
761        "CommentMetadata$RecipientId": "<p>The ID of the user being replied to.</p>",
762        "CreateNotificationSubscriptionRequest$OrganizationId": "<p>The ID of the organization.</p>",
763        "CreateUserRequest$OrganizationId": "<p>The ID of the organization.</p>",
764        "DeactivateUserRequest$UserId": "<p>The ID of the user.</p>",
765        "DeleteNotificationSubscriptionRequest$SubscriptionId": "<p>The ID of the subscription.</p>",
766        "DeleteNotificationSubscriptionRequest$OrganizationId": "<p>The ID of the organization.</p>",
767        "DeleteUserRequest$UserId": "<p>The ID of the user.</p>",
768        "DescribeActivitiesRequest$OrganizationId": "<p>The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.</p>",
769        "DescribeActivitiesRequest$ResourceId": "<p>The document or folder ID for which to describe activity types.</p>",
770        "DescribeActivitiesRequest$UserId": "<p>The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.</p>",
771        "DescribeGroupsRequest$OrganizationId": "<p>The ID of the organization.</p>",
772        "DescribeNotificationSubscriptionsRequest$OrganizationId": "<p>The ID of the organization.</p>",
773        "DescribeResourcePermissionsRequest$PrincipalId": "<p>The ID of the principal to filter permissions by.</p>",
774        "DescribeUsersRequest$OrganizationId": "<p>The ID of the organization.</p>",
775        "DocumentMetadata$CreatorId": "<p>The ID of the creator.</p>",
776        "DocumentVersionMetadata$CreatorId": "<p>The ID of the creator.</p>",
777        "EntityIdList$member": null,
778        "FolderMetadata$CreatorId": "<p>The ID of the creator.</p>",
779        "GetDocumentPathRequest$DocumentId": "<p>The ID of the document.</p>",
780        "GetFolderPathRequest$FolderId": "<p>The ID of the folder.</p>",
781        "GetResourcesRequest$UserId": "<p>The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.</p>",
782        "GroupMetadata$Id": "<p>The ID of the user group.</p>",
783        "Principal$Id": "<p>The ID of the resource.</p>",
784        "RemoveResourcePermissionRequest$PrincipalId": "<p>The principal ID of the resource.</p>",
785        "ResourcePathComponent$Id": "<p>The ID of the resource path.</p>",
786        "SharePrincipal$Id": "<p>The ID of the recipient.</p>",
787        "ShareResult$PrincipalId": "<p>The ID of the principal.</p>",
788        "ShareResult$InviteePrincipalId": "<p>The ID of the invited user.</p>",
789        "Subscription$SubscriptionId": "<p>The ID of the subscription.</p>",
790        "UpdateUserRequest$UserId": "<p>The ID of the user.</p>",
791        "User$Id": "<p>The ID of the user.</p>",
792        "User$OrganizationId": "<p>The ID of the organization.</p>",
793        "UserMetadata$Id": "<p>The ID of the user.</p>"
794      }
795    },
796    "IllegalUserStateException": {
797      "base": "<p>The user is undergoing transfer of ownership.</p>",
798      "refs": {
799      }
800    },
801    "InitiateDocumentVersionUploadRequest": {
802      "base": null,
803      "refs": {
804      }
805    },
806    "InitiateDocumentVersionUploadResponse": {
807      "base": null,
808      "refs": {
809      }
810    },
811    "InvalidArgumentException": {
812      "base": "<p>The pagination marker or limit fields are not valid.</p>",
813      "refs": {
814      }
815    },
816    "InvalidCommentOperationException": {
817      "base": "<p>The requested operation is not allowed on the specified comment object.</p>",
818      "refs": {
819      }
820    },
821    "InvalidOperationException": {
822      "base": "<p>The operation is invalid.</p>",
823      "refs": {
824      }
825    },
826    "InvalidPasswordException": {
827      "base": "<p>The password is invalid.</p>",
828      "refs": {
829      }
830    },
831    "LimitExceededException": {
832      "base": "<p>The maximum of 100,000 folders under the parent folder has been exceeded.</p>",
833      "refs": {
834      }
835    },
836    "LimitType": {
837      "base": null,
838      "refs": {
839        "DescribeActivitiesRequest$Limit": "<p>The maximum number of items to return.</p>",
840        "DescribeCommentsRequest$Limit": "<p>The maximum number of items to return.</p>",
841        "DescribeDocumentVersionsRequest$Limit": "<p>The maximum number of versions to return with this call.</p>",
842        "DescribeFolderContentsRequest$Limit": "<p>The maximum number of items to return with this call.</p>",
843        "DescribeNotificationSubscriptionsRequest$Limit": "<p>The maximum number of items to return with this call.</p>",
844        "DescribeResourcePermissionsRequest$Limit": "<p>The maximum number of items to return with this call.</p>",
845        "DescribeRootFoldersRequest$Limit": "<p>The maximum number of items to return.</p>",
846        "DescribeUsersRequest$Limit": "<p>The maximum number of items to return.</p>",
847        "GetDocumentPathRequest$Limit": "<p>The maximum number of levels in the hierarchy to return.</p>",
848        "GetFolderPathRequest$Limit": "<p>The maximum number of levels in the hierarchy to return.</p>",
849        "GetResourcesRequest$Limit": "<p>The maximum number of resources to return.</p>"
850      }
851    },
852    "LocaleType": {
853      "base": null,
854      "refs": {
855        "UpdateUserRequest$Locale": "<p>The locale of the user.</p>",
856        "User$Locale": "<p>The locale of the user.</p>"
857      }
858    },
859    "MarkerType": {
860      "base": null,
861      "refs": {
862        "DescribeActivitiesRequest$Marker": "<p>The marker for the next set of results.</p>",
863        "DescribeActivitiesResponse$Marker": "<p>The marker for the next set of results.</p>",
864        "DescribeCommentsRequest$Marker": "<p>The marker for the next set of results. This marker was received from a previous call.</p>",
865        "DescribeCommentsResponse$Marker": "<p>The marker for the next set of results. This marker was received from a previous call.</p>",
866        "DescribeGroupsRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
867        "DescribeGroupsResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>"
868      }
869    },
870    "MessageType": {
871      "base": null,
872      "refs": {
873        "NotificationOptions$EmailMessage": "<p>Text value to be included in the email body.</p>",
874        "ShareResult$StatusMessage": "<p>The status message.</p>"
875      }
876    },
877    "NotificationOptions": {
878      "base": "<p>Set of options which defines notification preferences of given action.</p>",
879      "refs": {
880        "AddResourcePermissionsRequest$NotificationOptions": "<p>The notification options.</p>"
881      }
882    },
883    "OrderType": {
884      "base": null,
885      "refs": {
886        "DescribeFolderContentsRequest$Order": "<p>The order for the contents of the folder.</p>",
887        "DescribeUsersRequest$Order": "<p>The order for the results.</p>"
888      }
889    },
890    "OrganizationUserList": {
891      "base": null,
892      "refs": {
893        "DescribeUsersResponse$Users": "<p>The users.</p>"
894      }
895    },
896    "PageMarkerType": {
897      "base": null,
898      "refs": {
899        "DescribeDocumentVersionsRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
900        "DescribeDocumentVersionsResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
901        "DescribeFolderContentsRequest$Marker": "<p>The marker for the next set of results. This marker was received from a previous call.</p>",
902        "DescribeFolderContentsResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
903        "DescribeNotificationSubscriptionsRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
904        "DescribeNotificationSubscriptionsResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
905        "DescribeResourcePermissionsRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call)</p>",
906        "DescribeResourcePermissionsResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
907        "DescribeRootFoldersRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
908        "DescribeRootFoldersResponse$Marker": "<p>The marker for the next set of results.</p>",
909        "DescribeUsersRequest$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
910        "DescribeUsersResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
911        "GetDocumentPathRequest$Marker": "<p>This value is not supported.</p>",
912        "GetFolderPathRequest$Marker": "<p>This value is not supported.</p>",
913        "GetResourcesRequest$Marker": "<p>The marker for the next set of results. This marker was received from a previous call.</p>",
914        "GetResourcesResponse$Marker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>"
915      }
916    },
917    "Participants": {
918      "base": "<p>Describes the users or user groups.</p>",
919      "refs": {
920        "Activity$Participants": "<p>The list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED.</p>"
921      }
922    },
923    "PasswordType": {
924      "base": null,
925      "refs": {
926        "CreateUserRequest$Password": "<p>The password of the user.</p>"
927      }
928    },
929    "PermissionInfo": {
930      "base": "<p>Describes the permissions.</p>",
931      "refs": {
932        "PermissionInfoList$member": null
933      }
934    },
935    "PermissionInfoList": {
936      "base": null,
937      "refs": {
938        "Principal$Roles": "<p>The permission information for the resource.</p>"
939      }
940    },
941    "PositiveIntegerType": {
942      "base": null,
943      "refs": {
944        "DescribeGroupsRequest$Limit": "<p>The maximum number of items to return with this call.</p>"
945      }
946    },
947    "PositiveSizeType": {
948      "base": null,
949      "refs": {
950        "StorageRuleType$StorageAllocatedInBytes": "<p>The amount of storage allocated, in bytes.</p>"
951      }
952    },
953    "Principal": {
954      "base": "<p>Describes a resource.</p>",
955      "refs": {
956        "PrincipalList$member": null
957      }
958    },
959    "PrincipalList": {
960      "base": null,
961      "refs": {
962        "DescribeResourcePermissionsResponse$Principals": "<p>The principals.</p>"
963      }
964    },
965    "PrincipalType": {
966      "base": null,
967      "refs": {
968        "Principal$Type": "<p>The type of resource.</p>",
969        "RemoveResourcePermissionRequest$PrincipalType": "<p>The principal type of the resource.</p>",
970        "SharePrincipal$Type": "<p>The type of the recipient.</p>"
971      }
972    },
973    "ProhibitedStateException": {
974      "base": "<p>The specified document version is not in the INITIALIZED state.</p>",
975      "refs": {
976      }
977    },
978    "RemoveAllResourcePermissionsRequest": {
979      "base": null,
980      "refs": {
981      }
982    },
983    "RemoveResourcePermissionRequest": {
984      "base": null,
985      "refs": {
986      }
987    },
988    "RequestedEntityTooLargeException": {
989      "base": "<p>The response is too large to return. The request must include a filter to reduce the size of the response.</p>",
990      "refs": {
991      }
992    },
993    "ResourceAlreadyCheckedOutException": {
994      "base": "<p>The resource is already checked out.</p>",
995      "refs": {
996      }
997    },
998    "ResourceCollectionType": {
999      "base": null,
1000      "refs": {
1001        "GetResourcesRequest$CollectionType": "<p>The collection type.</p>"
1002      }
1003    },
1004    "ResourceIdType": {
1005      "base": null,
1006      "refs": {
1007        "AbortDocumentVersionUploadRequest$DocumentId": "<p>The ID of the document.</p>",
1008        "AddResourcePermissionsRequest$ResourceId": "<p>The ID of the resource.</p>",
1009        "CreateCommentRequest$DocumentId": "<p>The ID of the document.</p>",
1010        "CreateCustomMetadataRequest$ResourceId": "<p>The ID of the resource.</p>",
1011        "CreateFolderRequest$ParentFolderId": "<p>The ID of the parent folder.</p>",
1012        "CreateLabelsRequest$ResourceId": "<p>The ID of the resource.</p>",
1013        "DeleteCommentRequest$DocumentId": "<p>The ID of the document.</p>",
1014        "DeleteCustomMetadataRequest$ResourceId": "<p>The ID of the resource, either a document or folder.</p>",
1015        "DeleteDocumentRequest$DocumentId": "<p>The ID of the document.</p>",
1016        "DeleteFolderContentsRequest$FolderId": "<p>The ID of the folder.</p>",
1017        "DeleteFolderRequest$FolderId": "<p>The ID of the folder.</p>",
1018        "DeleteLabelsRequest$ResourceId": "<p>The ID of the resource.</p>",
1019        "DescribeCommentsRequest$DocumentId": "<p>The ID of the document.</p>",
1020        "DescribeDocumentVersionsRequest$DocumentId": "<p>The ID of the document.</p>",
1021        "DescribeFolderContentsRequest$FolderId": "<p>The ID of the folder.</p>",
1022        "DescribeResourcePermissionsRequest$ResourceId": "<p>The ID of the resource.</p>",
1023        "DocumentMetadata$Id": "<p>The ID of the document.</p>",
1024        "DocumentMetadata$ParentFolderId": "<p>The ID of the parent folder.</p>",
1025        "FolderMetadata$Id": "<p>The ID of the folder.</p>",
1026        "FolderMetadata$ParentFolderId": "<p>The ID of the parent folder.</p>",
1027        "GetDocumentRequest$DocumentId": "<p>The ID of the document.</p>",
1028        "GetDocumentVersionRequest$DocumentId": "<p>The ID of the document.</p>",
1029        "GetFolderRequest$FolderId": "<p>The ID of the folder.</p>",
1030        "InitiateDocumentVersionUploadRequest$Id": "<p>The ID of the document.</p>",
1031        "InitiateDocumentVersionUploadRequest$ParentFolderId": "<p>The ID of the parent folder.</p>",
1032        "RemoveAllResourcePermissionsRequest$ResourceId": "<p>The ID of the resource.</p>",
1033        "RemoveResourcePermissionRequest$ResourceId": "<p>The ID of the resource.</p>",
1034        "ResourceMetadata$Id": "<p>The ID of the resource.</p>",
1035        "ResourceMetadata$ParentId": "<p>The parent ID of the resource before a rename operation.</p>",
1036        "ShareResult$ShareId": "<p>The ID of the resource that was shared.</p>",
1037        "UpdateDocumentRequest$DocumentId": "<p>The ID of the document.</p>",
1038        "UpdateDocumentRequest$ParentFolderId": "<p>The ID of the parent folder.</p>",
1039        "UpdateDocumentVersionRequest$DocumentId": "<p>The ID of the document.</p>",
1040        "UpdateFolderRequest$FolderId": "<p>The ID of the folder.</p>",
1041        "UpdateFolderRequest$ParentFolderId": "<p>The ID of the parent folder.</p>",
1042        "User$RootFolderId": "<p>The ID of the root folder.</p>",
1043        "User$RecycleBinFolderId": "<p>The ID of the recycle bin folder.</p>"
1044      }
1045    },
1046    "ResourceMetadata": {
1047      "base": "<p>Describes the metadata of a resource.</p>",
1048      "refs": {
1049        "Activity$ResourceMetadata": "<p>The metadata of the resource involved in the user action.</p>",
1050        "Activity$OriginalParent": "<p>The original parent of the resource. This is an optional field and is filled for move activities.</p>"
1051      }
1052    },
1053    "ResourceNameType": {
1054      "base": null,
1055      "refs": {
1056        "CreateFolderRequest$Name": "<p>The name of the new folder.</p>",
1057        "DocumentVersionMetadata$Name": "<p>The name of the version.</p>",
1058        "FolderMetadata$Name": "<p>The name of the folder.</p>",
1059        "InitiateDocumentVersionUploadRequest$Name": "<p>The name of the document.</p>",
1060        "ResourceMetadata$Name": "<p>The name of the resource.</p>",
1061        "ResourceMetadata$OriginalName": "<p>The original name of the resource before a rename operation.</p>",
1062        "ResourcePathComponent$Name": "<p>The name of the resource path.</p>",
1063        "UpdateDocumentRequest$Name": "<p>The name of the document.</p>",
1064        "UpdateFolderRequest$Name": "<p>The name of the folder.</p>"
1065      }
1066    },
1067    "ResourcePath": {
1068      "base": "<p>Describes the path information of a resource.</p>",
1069      "refs": {
1070        "GetDocumentPathResponse$Path": "<p>The path information.</p>",
1071        "GetFolderPathResponse$Path": "<p>The path information.</p>"
1072      }
1073    },
1074    "ResourcePathComponent": {
1075      "base": "<p>Describes the resource path.</p>",
1076      "refs": {
1077        "ResourcePathComponentList$member": null
1078      }
1079    },
1080    "ResourcePathComponentList": {
1081      "base": null,
1082      "refs": {
1083        "ResourcePath$Components": "<p>The components of the resource path.</p>"
1084      }
1085    },
1086    "ResourceSortType": {
1087      "base": null,
1088      "refs": {
1089        "DescribeFolderContentsRequest$Sort": "<p>The sorting criteria.</p>"
1090      }
1091    },
1092    "ResourceStateType": {
1093      "base": null,
1094      "refs": {
1095        "DocumentMetadata$ResourceState": "<p>The resource state.</p>",
1096        "FolderMetadata$ResourceState": "<p>The resource state of the folder.</p>",
1097        "UpdateDocumentRequest$ResourceState": "<p>The resource state of the document. Only ACTIVE and RECYCLED are supported.</p>",
1098        "UpdateFolderRequest$ResourceState": "<p>The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.</p>"
1099      }
1100    },
1101    "ResourceType": {
1102      "base": null,
1103      "refs": {
1104        "ResourceMetadata$Type": "<p>The type of resource.</p>"
1105      }
1106    },
1107    "RolePermissionType": {
1108      "base": null,
1109      "refs": {
1110        "PermissionInfo$Type": "<p>The type of permissions.</p>"
1111      }
1112    },
1113    "RoleType": {
1114      "base": null,
1115      "refs": {
1116        "PermissionInfo$Role": "<p>The role of the user.</p>",
1117        "SharePrincipal$Role": "<p>The role of the recipient.</p>",
1118        "ShareResult$Role": "<p>The role.</p>"
1119      }
1120    },
1121    "SearchQueryType": {
1122      "base": null,
1123      "refs": {
1124        "DescribeGroupsRequest$SearchQuery": "<p>A query to describe groups by group name.</p>",
1125        "DescribeUsersRequest$Query": "<p>A query to filter users by user name.</p>"
1126      }
1127    },
1128    "ServiceUnavailableException": {
1129      "base": "<p>One or more of the dependencies is unavailable.</p>",
1130      "refs": {
1131      }
1132    },
1133    "SharePrincipal": {
1134      "base": "<p>Describes the recipient type and ID, if available.</p>",
1135      "refs": {
1136        "SharePrincipalList$member": null
1137      }
1138    },
1139    "SharePrincipalList": {
1140      "base": null,
1141      "refs": {
1142        "AddResourcePermissionsRequest$Principals": "<p>The users, groups, or organization being granted permission.</p>"
1143      }
1144    },
1145    "ShareResult": {
1146      "base": "<p>Describes the share results of a resource.</p>",
1147      "refs": {
1148        "ShareResultsList$member": null
1149      }
1150    },
1151    "ShareResultsList": {
1152      "base": null,
1153      "refs": {
1154        "AddResourcePermissionsResponse$ShareResults": "<p>The share results.</p>"
1155      }
1156    },
1157    "ShareStatusType": {
1158      "base": null,
1159      "refs": {
1160        "ShareResult$Status": "<p>The status.</p>"
1161      }
1162    },
1163    "SharedLabel": {
1164      "base": null,
1165      "refs": {
1166        "SharedLabels$member": null
1167      }
1168    },
1169    "SharedLabels": {
1170      "base": null,
1171      "refs": {
1172        "CreateLabelsRequest$Labels": "<p>List of labels to add to the resource.</p>",
1173        "DeleteLabelsRequest$Labels": "<p>List of labels to delete from the resource.</p>",
1174        "DocumentMetadata$Labels": "<p>List of labels on the document.</p>",
1175        "FolderMetadata$Labels": "<p>List of labels on the folder.</p>"
1176      }
1177    },
1178    "SignedHeaderMap": {
1179      "base": null,
1180      "refs": {
1181        "UploadMetadata$SignedHeaders": "<p>The signed headers.</p>"
1182      }
1183    },
1184    "SizeType": {
1185      "base": null,
1186      "refs": {
1187        "DescribeUsersResponse$TotalNumberOfUsers": "<p>The total number of users included in the results.</p>",
1188        "DocumentVersionMetadata$Size": "<p>The size of the document, in bytes.</p>",
1189        "FolderMetadata$Size": "<p>The size of the folder metadata.</p>",
1190        "FolderMetadata$LatestVersionSize": "<p>The size of the latest version of the folder metadata.</p>",
1191        "InitiateDocumentVersionUploadRequest$DocumentSizeInBytes": "<p>The size of the document, in bytes.</p>",
1192        "UserStorageMetadata$StorageUtilizedInBytes": "<p>The amount of storage used, in bytes.</p>"
1193      }
1194    },
1195    "StorageLimitExceededException": {
1196      "base": "<p>The storage limit has been exceeded.</p>",
1197      "refs": {
1198      }
1199    },
1200    "StorageLimitWillExceedException": {
1201      "base": "<p>The storage limit will be exceeded.</p>",
1202      "refs": {
1203      }
1204    },
1205    "StorageRuleType": {
1206      "base": "<p>Describes the storage for a user.</p>",
1207      "refs": {
1208        "CreateUserRequest$StorageRule": "<p>The amount of storage for the user.</p>",
1209        "UpdateUserRequest$StorageRule": "<p>The amount of storage for the user.</p>",
1210        "UserStorageMetadata$StorageRule": "<p>The storage for a user.</p>"
1211      }
1212    },
1213    "StorageType": {
1214      "base": null,
1215      "refs": {
1216        "StorageRuleType$StorageType": "<p>The type of storage.</p>"
1217      }
1218    },
1219    "Subscription": {
1220      "base": "<p>Describes a subscription.</p>",
1221      "refs": {
1222        "CreateNotificationSubscriptionResponse$Subscription": "<p>The subscription.</p>",
1223        "SubscriptionList$member": null
1224      }
1225    },
1226    "SubscriptionEndPointType": {
1227      "base": null,
1228      "refs": {
1229        "CreateNotificationSubscriptionRequest$Endpoint": "<p>The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with <code>https</code>.</p>",
1230        "Subscription$EndPoint": "<p>The endpoint of the subscription.</p>"
1231      }
1232    },
1233    "SubscriptionList": {
1234      "base": null,
1235      "refs": {
1236        "DescribeNotificationSubscriptionsResponse$Subscriptions": "<p>The subscriptions.</p>"
1237      }
1238    },
1239    "SubscriptionProtocolType": {
1240      "base": null,
1241      "refs": {
1242        "CreateNotificationSubscriptionRequest$Protocol": "<p>The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.</p>",
1243        "Subscription$Protocol": "<p>The protocol of the subscription.</p>"
1244      }
1245    },
1246    "SubscriptionType": {
1247      "base": null,
1248      "refs": {
1249        "CreateNotificationSubscriptionRequest$SubscriptionType": "<p>The notification type.</p>"
1250      }
1251    },
1252    "TimeZoneIdType": {
1253      "base": null,
1254      "refs": {
1255        "CreateUserRequest$TimeZoneId": "<p>The time zone ID of the user.</p>",
1256        "UpdateUserRequest$TimeZoneId": "<p>The time zone ID of the user.</p>",
1257        "User$TimeZoneId": "<p>The time zone ID of the user.</p>"
1258      }
1259    },
1260    "TimestampType": {
1261      "base": null,
1262      "refs": {
1263        "Activity$TimeStamp": "<p>The timestamp when the action was performed.</p>",
1264        "Comment$CreatedTimestamp": "<p>The time that the comment was created.</p>",
1265        "CommentMetadata$CreatedTimestamp": "<p>The timestamp that the comment was created.</p>",
1266        "DescribeActivitiesRequest$StartTime": "<p>The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.</p>",
1267        "DescribeActivitiesRequest$EndTime": "<p>The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.</p>",
1268        "DocumentMetadata$CreatedTimestamp": "<p>The time when the document was created.</p>",
1269        "DocumentMetadata$ModifiedTimestamp": "<p>The time when the document was updated.</p>",
1270        "DocumentVersionMetadata$CreatedTimestamp": "<p>The timestamp when the document was first uploaded.</p>",
1271        "DocumentVersionMetadata$ModifiedTimestamp": "<p>The timestamp when the document was last uploaded.</p>",
1272        "DocumentVersionMetadata$ContentCreatedTimestamp": "<p>The timestamp when the content of the document was originally created.</p>",
1273        "DocumentVersionMetadata$ContentModifiedTimestamp": "<p>The timestamp when the content of the document was modified.</p>",
1274        "FolderMetadata$CreatedTimestamp": "<p>The time when the folder was created.</p>",
1275        "FolderMetadata$ModifiedTimestamp": "<p>The time when the folder was updated.</p>",
1276        "InitiateDocumentVersionUploadRequest$ContentCreatedTimestamp": "<p>The timestamp when the content of the document was originally created.</p>",
1277        "InitiateDocumentVersionUploadRequest$ContentModifiedTimestamp": "<p>The timestamp when the content of the document was modified.</p>",
1278        "User$CreatedTimestamp": "<p>The time when the user was created.</p>",
1279        "User$ModifiedTimestamp": "<p>The time when the user was modified.</p>"
1280      }
1281    },
1282    "TooManyLabelsException": {
1283      "base": "<p>The limit has been reached on the number of labels for the specified resource.</p>",
1284      "refs": {
1285      }
1286    },
1287    "TooManySubscriptionsException": {
1288      "base": "<p>You've reached the limit on the number of subscriptions for the WorkDocs instance.</p>",
1289      "refs": {
1290      }
1291    },
1292    "UnauthorizedOperationException": {
1293      "base": "<p>The operation is not permitted.</p>",
1294      "refs": {
1295      }
1296    },
1297    "UnauthorizedResourceAccessException": {
1298      "base": "<p>The caller does not have access to perform the action on the resource.</p>",
1299      "refs": {
1300      }
1301    },
1302    "UpdateDocumentRequest": {
1303      "base": null,
1304      "refs": {
1305      }
1306    },
1307    "UpdateDocumentVersionRequest": {
1308      "base": null,
1309      "refs": {
1310      }
1311    },
1312    "UpdateFolderRequest": {
1313      "base": null,
1314      "refs": {
1315      }
1316    },
1317    "UpdateUserRequest": {
1318      "base": null,
1319      "refs": {
1320      }
1321    },
1322    "UpdateUserResponse": {
1323      "base": null,
1324      "refs": {
1325      }
1326    },
1327    "UploadMetadata": {
1328      "base": "<p>Describes the upload.</p>",
1329      "refs": {
1330        "InitiateDocumentVersionUploadResponse$UploadMetadata": "<p>The upload metadata.</p>"
1331      }
1332    },
1333    "UrlType": {
1334      "base": null,
1335      "refs": {
1336        "DocumentSourceUrlMap$value": null,
1337        "DocumentThumbnailUrlMap$value": null,
1338        "UploadMetadata$UploadUrl": "<p>The URL of the upload.</p>"
1339      }
1340    },
1341    "User": {
1342      "base": "<p>Describes a user.</p>",
1343      "refs": {
1344        "ActivateUserResponse$User": "<p>The user information.</p>",
1345        "Comment$Contributor": "<p>The details of the user who made the comment.</p>",
1346        "CommentMetadata$Contributor": "<p>The user who made the comment.</p>",
1347        "CreateUserResponse$User": "<p>The user information.</p>",
1348        "GetCurrentUserResponse$User": "<p>Metadata of the user.</p>",
1349        "OrganizationUserList$member": null,
1350        "UpdateUserResponse$User": "<p>The user information.</p>"
1351      }
1352    },
1353    "UserActivities": {
1354      "base": null,
1355      "refs": {
1356        "DescribeActivitiesResponse$UserActivities": "<p>The list of activities for the specified user and time period.</p>"
1357      }
1358    },
1359    "UserAttributeValueType": {
1360      "base": null,
1361      "refs": {
1362        "CreateUserRequest$GivenName": "<p>The given name of the user.</p>",
1363        "CreateUserRequest$Surname": "<p>The surname of the user.</p>",
1364        "UpdateUserRequest$GivenName": "<p>The given name of the user.</p>",
1365        "UpdateUserRequest$Surname": "<p>The surname of the user.</p>",
1366        "User$GivenName": "<p>The given name of the user.</p>",
1367        "User$Surname": "<p>The surname of the user.</p>",
1368        "UserMetadata$GivenName": "<p>The given name of the user before a rename operation.</p>",
1369        "UserMetadata$Surname": "<p>The surname of the user.</p>"
1370      }
1371    },
1372    "UserFilterType": {
1373      "base": null,
1374      "refs": {
1375        "DescribeUsersRequest$Include": "<p>The state of the users. Specify \"ALL\" to include inactive users.</p>"
1376      }
1377    },
1378    "UserIdsType": {
1379      "base": null,
1380      "refs": {
1381        "DescribeUsersRequest$UserIds": "<p>The IDs of the users.</p>"
1382      }
1383    },
1384    "UserMetadata": {
1385      "base": "<p>Describes the metadata of the user.</p>",
1386      "refs": {
1387        "Activity$Initiator": "<p>The user who performed the action.</p>",
1388        "ResourceMetadata$Owner": "<p>The owner of the resource.</p>",
1389        "UserMetadataList$member": null
1390      }
1391    },
1392    "UserMetadataList": {
1393      "base": null,
1394      "refs": {
1395        "Participants$Users": "<p>The list of users.</p>"
1396      }
1397    },
1398    "UserSortType": {
1399      "base": null,
1400      "refs": {
1401        "DescribeUsersRequest$Sort": "<p>The sorting criteria.</p>"
1402      }
1403    },
1404    "UserStatusType": {
1405      "base": null,
1406      "refs": {
1407        "User$Status": "<p>The status of the user.</p>"
1408      }
1409    },
1410    "UserStorageMetadata": {
1411      "base": "<p>Describes the storage for a user.</p>",
1412      "refs": {
1413        "User$Storage": "<p>The storage for the user.</p>"
1414      }
1415    },
1416    "UserType": {
1417      "base": null,
1418      "refs": {
1419        "UpdateUserRequest$Type": "<p>The type of the user.</p>",
1420        "User$Type": "<p>The type of user.</p>"
1421      }
1422    },
1423    "UsernameType": {
1424      "base": null,
1425      "refs": {
1426        "CreateUserRequest$Username": "<p>The login name of the user.</p>",
1427        "User$Username": "<p>The login name of the user.</p>",
1428        "UserMetadata$Username": "<p>The name of the user.</p>"
1429      }
1430    }
1431  }
1432}
1433