doc.go 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package workdocs provides the client and types for making API
  3. // requests to Amazon WorkDocs.
  4. //
  5. // The WorkDocs API is designed for the following use cases:
  6. //
  7. // * File Migration: File migration applications are supported for users
  8. // who want to migrate their files from an on-premises or off-premises file
  9. // system or service. Users can insert files into a user directory structure,
  10. // as well as allow for basic metadata changes, such as modifications to
  11. // the permissions of files.
  12. //
  13. // * Security: Support security applications are supported for users who
  14. // have additional security needs, such as antivirus or data loss prevention.
  15. // The API actions, along with AWS CloudTrail, allow these applications to
  16. // detect when changes occur in Amazon WorkDocs. Then, the application can
  17. // take the necessary actions and replace the target file. If the target
  18. // file violates the policy, the application can also choose to email the
  19. // user.
  20. //
  21. // * eDiscovery/Analytics: General administrative applications are supported,
  22. // such as eDiscovery and analytics. These applications can choose to mimic
  23. // or record the actions in an Amazon WorkDocs site, along with AWS CloudTrail,
  24. // to replicate data for eDiscovery, backup, or analytical applications.
  25. //
  26. // All Amazon WorkDocs API actions are Amazon authenticated and certificate-signed.
  27. // They not only require the use of the AWS SDK, but also allow for the exclusive
  28. // use of IAM users and roles to help facilitate access, trust, and permission
  29. // policies. By creating a role and allowing an IAM user to access the Amazon
  30. // WorkDocs site, the IAM user gains full administrative visibility into the
  31. // entire Amazon WorkDocs site (or as set in the IAM policy). This includes,
  32. // but is not limited to, the ability to modify file permissions and upload
  33. // any file to any user. This allows developers to perform the three use cases
  34. // above, as well as give users the ability to grant access on a selective basis
  35. // using the IAM model.
  36. //
  37. // See https://docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01 for more information on this service.
  38. //
  39. // See workdocs package documentation for more information.
  40. // https://docs.aws.amazon.com/sdk-for-go/api/service/workdocs/
  41. //
  42. // Using the Client
  43. //
  44. // To contact Amazon WorkDocs with the SDK use the New function to create
  45. // a new service client. With that client you can make API requests to the service.
  46. // These clients are safe to use concurrently.
  47. //
  48. // See the SDK's documentation for more information on how to use the SDK.
  49. // https://docs.aws.amazon.com/sdk-for-go/api/
  50. //
  51. // See aws.Config documentation for more information on configuring SDK clients.
  52. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  53. //
  54. // See the Amazon WorkDocs client WorkDocs for more
  55. // information on creating client for this service.
  56. // https://docs.aws.amazon.com/sdk-for-go/api/service/workdocs/#New
  57. package workdocs