doc.go 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package sts provides the client and types for making API
  3. // requests to AWS Security Token Service.
  4. //
  5. // Security Token Service (STS) enables you to request temporary, limited-privilege
  6. // credentials for Identity and Access Management (IAM) users or for users that
  7. // you authenticate (federated users). This guide provides descriptions of the
  8. // STS API. For more information about using this service, see Temporary Security
  9. // Credentials (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html).
  10. //
  11. // See https://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15 for more information on this service.
  12. //
  13. // See sts package documentation for more information.
  14. // https://docs.aws.amazon.com/sdk-for-go/api/service/sts/
  15. //
  16. // # Using the Client
  17. //
  18. // To contact AWS Security Token Service with the SDK use the New function to create
  19. // a new service client. With that client you can make API requests to the service.
  20. // These clients are safe to use concurrently.
  21. //
  22. // See the SDK's documentation for more information on how to use the SDK.
  23. // https://docs.aws.amazon.com/sdk-for-go/api/
  24. //
  25. // See aws.Config documentation for more information on configuring SDK clients.
  26. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  27. //
  28. // See the AWS Security Token Service client STS for more
  29. // information on creating client for this service.
  30. // https://docs.aws.amazon.com/sdk-for-go/api/service/sts/#New
  31. package sts