github.com/aavshr/aws-sdk-go@v1.41.3/service/accessanalyzer/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package accessanalyzer provides the client and types for making API
     4  // requests to Access Analyzer.
     5  //
     6  // Identity and Access Management Access Analyzer helps identify potential resource-access
     7  // risks by enabling you to identify any policies that grant access to an external
     8  // principal. It does this by using logic-based reasoning to analyze resource-based
     9  // policies in your Amazon Web Services environment. An external principal can
    10  // be another Amazon Web Services account, a root user, an IAM user or role,
    11  // a federated user, an Amazon Web Services service, or an anonymous user. You
    12  // can also use IAM Access Analyzer to preview and validate public and cross-account
    13  // access to your resources before deploying permissions changes. This guide
    14  // describes the Identity and Access Management Access Analyzer operations that
    15  // you can call programmatically. For general information about IAM Access Analyzer,
    16  // see Identity and Access Management Access Analyzer (https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html)
    17  // in the IAM User Guide.
    18  //
    19  // To start using IAM Access Analyzer, you first need to create an analyzer.
    20  //
    21  // See https://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01 for more information on this service.
    22  //
    23  // See accessanalyzer package documentation for more information.
    24  // https://docs.aws.amazon.com/sdk-for-go/api/service/accessanalyzer/
    25  //
    26  // Using the Client
    27  //
    28  // To contact Access Analyzer with the SDK use the New function to create
    29  // a new service client. With that client you can make API requests to the service.
    30  // These clients are safe to use concurrently.
    31  //
    32  // See the SDK's documentation for more information on how to use the SDK.
    33  // https://docs.aws.amazon.com/sdk-for-go/api/
    34  //
    35  // See aws.Config documentation for more information on configuring SDK clients.
    36  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    37  //
    38  // See the Access Analyzer client AccessAnalyzer for more
    39  // information on creating client for this service.
    40  // https://docs.aws.amazon.com/sdk-for-go/api/service/accessanalyzer/#New
    41  package accessanalyzer