...

Source file src/github.com/aws/aws-sdk-go-v2/service/sso/doc.go

Documentation: github.com/aws/aws-sdk-go-v2/service/sso

     1  // Code generated by smithy-go-codegen DO NOT EDIT.
     2  
     3  // Package sso provides the API client, operations, and parameter types for AWS
     4  // Single Sign-On.
     5  //
     6  // AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web
     7  // service that makes it easy for you to assign user access to IAM Identity Center
     8  // resources such as the AWS access portal. Users can get AWS account applications
     9  // and roles assigned to them and get federated into the application. Although AWS
    10  // Single Sign-On was renamed, the sso and identitystore API namespaces will
    11  // continue to retain their original name for backward compatibility purposes. For
    12  // more information, see IAM Identity Center rename (https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed)
    13  // . This reference guide describes the IAM Identity Center Portal operations that
    14  // you can call programatically and includes detailed information on data types and
    15  // errors. AWS provides SDKs that consist of libraries and sample code for various
    16  // programming languages and platforms, such as Java, Ruby, .Net, iOS, or Android.
    17  // The SDKs provide a convenient way to create programmatic access to IAM Identity
    18  // Center and other AWS services. For more information about the AWS SDKs,
    19  // including how to download and install them, see Tools for Amazon Web Services (http://aws.amazon.com/tools/)
    20  // .
    21  package sso
    22  

View as plain text