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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package acmpca provides the client and types for making API
     4  // requests to AWS Certificate Manager Private Certificate Authority.
     5  //
     6  // This is the ACM Private CA API Reference. It provides descriptions, syntax,
     7  // and usage examples for each of the actions and data types involved in creating
     8  // and managing private certificate authorities (CA) for your organization.
     9  //
    10  // The documentation for each action shows the Query API request parameters
    11  // and the XML response. Alternatively, you can use one of the AWS SDKs to access
    12  // an API that's tailored to the programming language or platform that you're
    13  // using. For more information, see AWS SDKs (https://aws.amazon.com/tools/#SDKs).
    14  //
    15  // Each ACM Private CA API operation has a quota that determines the number
    16  // of times the operation can be called per second. ACM Private CA throttles
    17  // API requests at different rates depending on the operation. Throttling means
    18  // that ACM Private CA rejects an otherwise valid request because the request
    19  // exceeds the operation's quota for the number of requests per second. When
    20  // a request is throttled, ACM Private CA returns a ThrottlingException (https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html)
    21  // error. ACM Private CA does not guarantee a minimum request rate for APIs.
    22  //
    23  // To see an up-to-date list of your ACM Private CA quotas, or to request a
    24  // quota increase, log into your AWS account and visit the Service Quotas (https://console.aws.amazon.com/servicequotas/)
    25  // console.
    26  //
    27  // See https://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22 for more information on this service.
    28  //
    29  // See acmpca package documentation for more information.
    30  // https://docs.aws.amazon.com/sdk-for-go/api/service/acmpca/
    31  //
    32  // Using the Client
    33  //
    34  // To contact AWS Certificate Manager Private Certificate Authority with the SDK use the New function to create
    35  // a new service client. With that client you can make API requests to the service.
    36  // These clients are safe to use concurrently.
    37  //
    38  // See the SDK's documentation for more information on how to use the SDK.
    39  // https://docs.aws.amazon.com/sdk-for-go/api/
    40  //
    41  // See aws.Config documentation for more information on configuring SDK clients.
    42  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    43  //
    44  // See the AWS Certificate Manager Private Certificate Authority client ACMPCA for more
    45  // information on creating client for this service.
    46  // https://docs.aws.amazon.com/sdk-for-go/api/service/acmpca/#New
    47  package acmpca