github.com/aavshr/aws-sdk-go@v1.41.3/service/ecr/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package ecr provides the client and types for making API 4 // requests to Amazon EC2 Container Registry. 5 // 6 // Amazon Elastic Container Registry (Amazon ECR) is a managed container image 7 // registry service. Customers can use the familiar Docker CLI, or their preferred 8 // client, to push, pull, and manage images. Amazon ECR provides a secure, scalable, 9 // and reliable registry for your Docker or Open Container Initiative (OCI) 10 // images. Amazon ECR supports private repositories with resource-based permissions 11 // using IAM so that specific users or Amazon EC2 instances can access repositories 12 // and images. 13 // 14 // Amazon ECR has service endpoints in each supported Region. For more information, 15 // see Amazon ECR endpoints (https://docs.aws.amazon.com/general/latest/gr/ecr.html) 16 // in the Amazon Web Services General Reference. 17 // 18 // See https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21 for more information on this service. 19 // 20 // See ecr package documentation for more information. 21 // https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/ 22 // 23 // Using the Client 24 // 25 // To contact Amazon EC2 Container Registry with the SDK use the New function to create 26 // a new service client. With that client you can make API requests to the service. 27 // These clients are safe to use concurrently. 28 // 29 // See the SDK's documentation for more information on how to use the SDK. 30 // https://docs.aws.amazon.com/sdk-for-go/api/ 31 // 32 // See aws.Config documentation for more information on configuring SDK clients. 33 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 34 // 35 // See the Amazon EC2 Container Registry client ECR for more 36 // information on creating client for this service. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/#New 38 package ecr