doc.go 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package workmail provides the client and types for making API
  3. // requests to Amazon WorkMail.
  4. //
  5. // Amazon WorkMail is a secure, managed business email and calendaring service
  6. // with support for existing desktop and mobile email clients. You can access
  7. // your email, contacts, and calendars using Microsoft Outlook, your browser,
  8. // or their native iOS and Android email applications. You can integrate Amazon
  9. // WorkMail with your existing corporate directory and control both the keys
  10. // that encrypt your data and the location in which your data is stored.
  11. //
  12. // The Amazon WorkMail API is designed for the following scenarios:
  13. //
  14. // * Listing and describing organizations
  15. //
  16. // * Managing users
  17. //
  18. // * Managing groups
  19. //
  20. // * Managing resources
  21. //
  22. // All Amazon WorkMail API actions are Amazon-authenticated and certificate-signed.
  23. // They not only require the use of the AWS SDK, but also allow for the exclusive
  24. // use of IAM users and roles to help facilitate access, trust, and permission
  25. // policies. By creating a role and allowing an IAM user to access the Amazon
  26. // WorkMail site, the IAM user gains full administrative visibility into the
  27. // entire Amazon WorkMail organization (or as set in the IAM policy). This includes,
  28. // but is not limited to, the ability to create, update, and delete users, groups,
  29. // and resources. This allows developers to perform the scenarios listed above,
  30. // as well as give users the ability to grant access on a selective basis using
  31. // the IAM model.
  32. //
  33. // See https://docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01 for more information on this service.
  34. //
  35. // See workmail package documentation for more information.
  36. // https://docs.aws.amazon.com/sdk-for-go/api/service/workmail/
  37. //
  38. // Using the Client
  39. //
  40. // To contact Amazon WorkMail with the SDK use the New function to create
  41. // a new service client. With that client you can make API requests to the service.
  42. // These clients are safe to use concurrently.
  43. //
  44. // See the SDK's documentation for more information on how to use the SDK.
  45. // https://docs.aws.amazon.com/sdk-for-go/api/
  46. //
  47. // See aws.Config documentation for more information on configuring SDK clients.
  48. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  49. //
  50. // See the Amazon WorkMail client WorkMail for more
  51. // information on creating client for this service.
  52. // https://docs.aws.amazon.com/sdk-for-go/api/service/workmail/#New
  53. package workmail