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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package signer provides the client and types for making API
     4  // requests to AWS Signer.
     5  //
     6  // AWS Signer is a fully managed code signing service to help you ensure the
     7  // trust and integrity of your code.
     8  //
     9  // AWS Signer supports the following applications:
    10  //
    11  // With code signing for AWS Lambda, you can sign AWS Lambda deployment packages.
    12  // Integrated support is provided for Amazon S3, Amazon CloudWatch, and AWS
    13  // CloudTrail. In order to sign code, you create a signing profile and then
    14  // use Signer to sign Lambda zip files in S3.
    15  //
    16  // With code signing for IoT, you can sign code for any IoT device that is supported
    17  // by AWS. IoT code signing is available for Amazon FreeRTOS (http://docs.aws.amazon.com/freertos/latest/userguide/)
    18  // and AWS IoT Device Management (http://docs.aws.amazon.com/iot/latest/developerguide/),
    19  // and is integrated with AWS Certificate Manager (ACM) (http://docs.aws.amazon.com/acm/latest/userguide/).
    20  // In order to sign code, you import a third-party code signing certificate
    21  // using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device
    22  // Management.
    23  //
    24  // For more information about AWS Signer, see the AWS Signer Developer Guide
    25  // (http://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html).
    26  //
    27  // See https://docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25 for more information on this service.
    28  //
    29  // See signer package documentation for more information.
    30  // https://docs.aws.amazon.com/sdk-for-go/api/service/signer/
    31  //
    32  // Using the Client
    33  //
    34  // To contact AWS Signer 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 Signer client Signer for more
    45  // information on creating client for this service.
    46  // https://docs.aws.amazon.com/sdk-for-go/api/service/signer/#New
    47  package signer