doc.go 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package sso provides the client and types for making API
  3. // requests to AWS Single Sign-On.
  4. //
  5. // AWS Single Sign-On Portal is a web service that makes it easy for you to
  6. // assign user access to AWS SSO resources such as the user portal. Users can
  7. // get AWS account applications and roles assigned to them and get federated
  8. // into the application.
  9. //
  10. // For general information about AWS SSO, see What is AWS Single Sign-On? (https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html)
  11. // in the AWS SSO User Guide.
  12. //
  13. // This API reference guide describes the AWS SSO Portal operations that you
  14. // can call programatically and includes detailed information on data types
  15. // and errors.
  16. //
  17. // AWS provides SDKs that consist of libraries and sample code for various programming
  18. // languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs
  19. // provide a convenient way to create programmatic access to AWS SSO and other
  20. // AWS services. For more information about the AWS SDKs, including how to download
  21. // and install them, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).
  22. //
  23. // See https://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10 for more information on this service.
  24. //
  25. // See sso package documentation for more information.
  26. // https://docs.aws.amazon.com/sdk-for-go/api/service/sso/
  27. //
  28. // Using the Client
  29. //
  30. // To contact AWS Single Sign-On with the SDK use the New function to create
  31. // a new service client. With that client you can make API requests to the service.
  32. // These clients are safe to use concurrently.
  33. //
  34. // See the SDK's documentation for more information on how to use the SDK.
  35. // https://docs.aws.amazon.com/sdk-for-go/api/
  36. //
  37. // See aws.Config documentation for more information on configuring SDK clients.
  38. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  39. //
  40. // See the AWS Single Sign-On client SSO for more
  41. // information on creating client for this service.
  42. // https://docs.aws.amazon.com/sdk-for-go/api/service/sso/#New
  43. package sso