...

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

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

     1  // Code generated by smithy-go-codegen DO NOT EDIT.
     2  
     3  // Package sts provides the API client, operations, and parameter types for AWS
     4  // Security Token Service.
     5  //
     6  // Security Token Service Security Token Service (STS) enables you to request
     7  // temporary, limited-privilege credentials for users. This guide provides
     8  // descriptions of the STS API. For more information about using this service, see
     9  // Temporary Security Credentials (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html)
    10  // .
    11  package sts
    12  

View as plain text