UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 107 kB
{"openapi":"3.0.0","info":{"version":"2016-05-01","x-release":"v4","title":"Amazon WorkDocs","description":"<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>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"workdocs","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/workdocs-2016-05-01.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/workdocs/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/api/v1/documents/{DocumentId}/versions/{VersionId}":{"delete":{"operationId":"AbortDocumentVersionUpload","description":"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.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"483":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"VersionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AbortDocumentVersionUploadRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"GetDocumentVersion","description":"Retrieves version metadata for the specified document.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDocumentVersionResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"486":{"description":"InvalidPasswordException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidPasswordException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"VersionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDocumentVersionRequest"}}},"required":true}},"patch":{"operationId":"UpdateDocumentVersion","description":"<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>","responses":{"200":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"ConcurrentModificationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentModificationException"}}}},"483":{"description":"InvalidOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidOperationException"}}}},"484":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"485":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"486":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"487":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"VersionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDocumentVersionRequest"}}},"required":true}}},"/api/v1/users/{UserId}/activation":{"post":{"operationId":"ActivateUser","description":"Activates the specified user. Only active users can access Amazon WorkDocs.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateUserResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"UserId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivateUserRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DeactivateUser","description":"Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"UserId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeactivateUserRequest"}}},"required":true}}},"/api/v1/resources/{ResourceId}/permissions":{"post":{"operationId":"AddResourcePermissions","description":"Creates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddResourcePermissionsResponse"}}}},"480":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"481":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"482":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddResourcePermissionsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeResourcePermissions","description":"Describes the permissions of a specified resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeResourcePermissionsResponse"}}}},"480":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"481":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"482":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeResourcePermissionsRequest"}}},"required":true}},"delete":{"operationId":"RemoveAllResourcePermissions","description":"Removes all the permissions from the specified resource.","responses":{"204":{"description":"Success"},"480":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"481":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"482":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveAllResourcePermissionsRequest"}}},"required":true}}},"/api/v1/documents/{DocumentId}/versions/{VersionId}/comment":{"post":{"operationId":"CreateComment","description":"Adds a new comment to the specified document version.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCommentResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"483":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"DocumentLockedForCommentsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentLockedForCommentsException"}}}},"487":{"description":"InvalidCommentOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidCommentOperationException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"VersionId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCommentRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/api/v1/resources/{ResourceId}/customMetadata":{"put":{"operationId":"CreateCustomMetadata","description":"Adds one or more custom properties to the specified resource (a folder, document, or version).","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCustomMetadataResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"484":{"description":"CustomMetadataLimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomMetadataLimitExceededException"}}}},"485":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"486":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCustomMetadataRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DeleteCustomMetadata","description":"Deletes custom metadata from the specified resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCustomMetadataResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCustomMetadataRequest"}}},"required":true}}},"/api/v1/folders":{"post":{"operationId":"CreateFolder","description":"Creates a folder with the specified name and parent folder.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFolderResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"EntityAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityAlreadyExistsException"}}}},"482":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"483":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"486":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"487":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"488":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFolderRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/api/v1/resources/{ResourceId}/labels":{"put":{"operationId":"CreateLabels","description":"Adds the specified list of labels to the given resource (a document or folder)","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelsResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"TooManyLabelsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyLabelsException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLabelsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DeleteLabels","description":"Deletes the specified list of labels from a resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteLabelsResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"ResourceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteLabelsRequest"}}},"required":true}}},"/api/v1/organizations/{OrganizationId}/subscriptions":{"post":{"operationId":"CreateNotificationSubscription","description":"<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=\"http://docs.aws.amazon.com/workdocs/latest/developerguide/subscribe-notifications.html\">Subscribe to Notifications</a> in the <i>Amazon WorkDocs Developer Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateNotificationSubscriptionResponse"}}}},"480":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"481":{"description":"TooManySubscriptionsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManySubscriptionsException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"OrganizationId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateNotificationSubscriptionRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeNotificationSubscriptions","description":"Lists the specified notification subscriptions.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeNotificationSubscriptionsResponse"}}}},"480":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"481":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"OrganizationId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeNotificationSubscriptionsRequest"}}},"required":true}}},"/api/v1/users":{"post":{"operationId":"CreateUser","description":"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.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateUserResponse"}}}},"480":{"description":"EntityAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityAlreadyExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateUserRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeUsers","description":"<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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeUsersResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"InvalidArgumentException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidArgumentException"}}}},"486":{"description":"RequestedEntityTooLargeException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestedEntityTooLargeException"}}}}},"parameters":[{"name":"Limit","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeUsersRequest"}}},"required":true}}},"/api/v1/documents/{DocumentId}/versions/{VersionId}/comment/{CommentId}":{"delete":{"operationId":"DeleteComment","description":"Deletes the specified comment from the document version.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"483":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"DocumentLockedForCommentsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentLockedForCommentsException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"VersionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"CommentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCommentRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/api/v1/documents/{DocumentId}":{"delete":{"operationId":"DeleteDocument","description":"Permanently deletes the specified document and its associated metadata.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"483":{"description":"ConcurrentModificationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentModificationException"}}}},"484":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"485":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"486":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"487":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDocumentRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"GetDocument","description":"Retrieves details of a document.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDocumentResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"InvalidArgumentException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidArgumentException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"InvalidPasswordException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidPasswordException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetDocumentRequest"}}},"required":true}},"patch":{"operationId":"UpdateDocument","description":"Updates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.","responses":{"200":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"EntityAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityAlreadyExistsException"}}}},"482":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"484":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"485":{"description":"ConcurrentModificationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentModificationException"}}}},"486":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"487":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"488":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"489":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"DocumentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDocumentRequest"}}},"required":true}}},"/api/v1/folders/{FolderId}":{"delete":{"operationId":"DeleteFolder","description":"Permanently deletes the specified folder and its contents.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"483":{"description":"ConcurrentModificationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentModificationException"}}}},"484":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"485":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"486":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"487":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"FolderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteFolderRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"GetFolder","description":"Retrieves the metadata of the specified folder.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetFolderResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"482":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"483":{"description":"InvalidArgumentException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidArgumentException"}}}},"484":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}}},"parameters":[{"name":"FolderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetFolderRequest"}}},"required":true}},"patch":{"operationId":"UpdateFolder","description":"Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.","responses":{"200":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"EntityAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityAlreadyExistsException"}}}},"482":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"483":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"484":{"description":"ConcurrentModificationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentModificationException"}}}},"485":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"486":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"487":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"488":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"489":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"FolderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFolderRequest"}}},"required":true}}},"/api/v1/folders/{FolderId}/contents":{"delete":{"operationId":"DeleteFolderContents","description":"Deletes the contents of the specified folder.","responses":{"204":{"description":"Success"},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"ProhibitedStateException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProhibitedStateException"}}}},"482":{"description":"ConflictingOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictingOperationException"}}}},"483":{"description":"UnauthorizedOperationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperationException"}}}},"484":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"485":{"description":"FailedDependencyException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailedDependencyException"}}}},"486":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"FolderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteFolderContentsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeFolderContents","description":"<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>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeFolderContentsResponse"}}}},"480":{"description":"EntityNotExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityNotExistsException"}}}},"481":{"description":"UnauthorizedResourceAccessException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedResourceAccessException"}}}},"482":{"description":"InvalidArgumentException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidArgumentExceptio