/** *

The Amazon WorkDocs API is designed for the following use cases:

* *

All Amazon WorkDocs API actions are Amazon authenticated and certificate-signed. * They not only require the use of the Amazon Web Services 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.

* *

The pricing for Amazon WorkDocs APIs varies depending on the API call type for these actions:

* *

For information about Amazon WorkDocs API pricing, see Amazon WorkDocs Pricing.

*
* * @packageDocumentation */ export * from "./WorkDocsClient"; export * from "./WorkDocs"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { WorkDocsExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { WorkDocsServiceException } from "./models/WorkDocsServiceException";