doc.go 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 IAM Identity Center (successor to AWS Single Sign-On) Portal is a web
  6. // service that makes it easy for you to assign user access to IAM Identity
  7. // Center resources such as the AWS access portal. Users can get AWS account
  8. // applications and roles assigned to them and get federated into the application.
  9. //
  10. // Although AWS Single Sign-On was renamed, the sso and identitystore API namespaces
  11. // will continue to retain their original name for backward compatibility purposes.
  12. // For more information, see IAM Identity Center rename (https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed).
  13. //
  14. // This reference guide describes the IAM Identity Center Portal operations
  15. // that you can call programatically and includes detailed information on data
  16. // types and errors.
  17. //
  18. // AWS provides SDKs that consist of libraries and sample code for various programming
  19. // languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs
  20. // provide a convenient way to create programmatic access to IAM Identity Center
  21. // and other AWS services. For more information about the AWS SDKs, including
  22. // how to download and install them, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).
  23. //
  24. // See https://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10 for more information on this service.
  25. //
  26. // See sso package documentation for more information.
  27. // https://docs.aws.amazon.com/sdk-for-go/api/service/sso/
  28. //
  29. // # Using the Client
  30. //
  31. // To contact AWS Single Sign-On with the SDK use the New function to create
  32. // a new service client. With that client you can make API requests to the service.
  33. // These clients are safe to use concurrently.
  34. //
  35. // See the SDK's documentation for more information on how to use the SDK.
  36. // https://docs.aws.amazon.com/sdk-for-go/api/
  37. //
  38. // See aws.Config documentation for more information on configuring SDK clients.
  39. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  40. //
  41. // See the AWS Single Sign-On client SSO for more
  42. // information on creating client for this service.
  43. // https://docs.aws.amazon.com/sdk-for-go/api/service/sso/#New
  44. package sso