Documentation ¶
Overview ¶
Package ecr provides the client and types for making API requests to Amazon EC2 Container Registry.
Amazon EC2 Container Registry (Amazon ECR) is a managed Docker registry service. Customers can use the familiar Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon ECR supports private Docker repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images. Developers can use the Docker CLI to author and manage images.
See https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21 for more information on this service.
See ecr package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/
Using the Client ¶
To Amazon EC2 Container Registry with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon EC2 Container Registry client ECR for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/#New
Index ¶
- Constants
- type AuthorizationData
- func (s AuthorizationData) GoString() string
- func (s *AuthorizationData) SetAuthorizationToken(v string) *AuthorizationData
- func (s *AuthorizationData) SetExpiresAt(v time.Time) *AuthorizationData
- func (s *AuthorizationData) SetProxyEndpoint(v string) *AuthorizationData
- func (s AuthorizationData) String() string
- type BatchCheckLayerAvailabilityInput
- func (s BatchCheckLayerAvailabilityInput) GoString() string
- func (s *BatchCheckLayerAvailabilityInput) SetLayerDigests(v []string) *BatchCheckLayerAvailabilityInput
- func (s *BatchCheckLayerAvailabilityInput) SetRegistryId(v string) *BatchCheckLayerAvailabilityInput
- func (s *BatchCheckLayerAvailabilityInput) SetRepositoryName(v string) *BatchCheckLayerAvailabilityInput
- func (s BatchCheckLayerAvailabilityInput) String() string
- func (s *BatchCheckLayerAvailabilityInput) Validate() error
- type BatchCheckLayerAvailabilityOutput
- func (s BatchCheckLayerAvailabilityOutput) GoString() string
- func (s BatchCheckLayerAvailabilityOutput) SDKResponseMetadata() aws.Response
- func (s *BatchCheckLayerAvailabilityOutput) SetFailures(v []LayerFailure) *BatchCheckLayerAvailabilityOutput
- func (s *BatchCheckLayerAvailabilityOutput) SetLayers(v []Layer) *BatchCheckLayerAvailabilityOutput
- func (s BatchCheckLayerAvailabilityOutput) String() string
- type BatchCheckLayerAvailabilityRequest
- type BatchDeleteImageInput
- func (s BatchDeleteImageInput) GoString() string
- func (s *BatchDeleteImageInput) SetImageIds(v []ImageIdentifier) *BatchDeleteImageInput
- func (s *BatchDeleteImageInput) SetRegistryId(v string) *BatchDeleteImageInput
- func (s *BatchDeleteImageInput) SetRepositoryName(v string) *BatchDeleteImageInput
- func (s BatchDeleteImageInput) String() string
- func (s *BatchDeleteImageInput) Validate() error
- type BatchDeleteImageOutput
- func (s BatchDeleteImageOutput) GoString() string
- func (s BatchDeleteImageOutput) SDKResponseMetadata() aws.Response
- func (s *BatchDeleteImageOutput) SetFailures(v []ImageFailure) *BatchDeleteImageOutput
- func (s *BatchDeleteImageOutput) SetImageIds(v []ImageIdentifier) *BatchDeleteImageOutput
- func (s BatchDeleteImageOutput) String() string
- type BatchDeleteImageRequest
- type BatchGetImageInput
- func (s BatchGetImageInput) GoString() string
- func (s *BatchGetImageInput) SetAcceptedMediaTypes(v []string) *BatchGetImageInput
- func (s *BatchGetImageInput) SetImageIds(v []ImageIdentifier) *BatchGetImageInput
- func (s *BatchGetImageInput) SetRegistryId(v string) *BatchGetImageInput
- func (s *BatchGetImageInput) SetRepositoryName(v string) *BatchGetImageInput
- func (s BatchGetImageInput) String() string
- func (s *BatchGetImageInput) Validate() error
- type BatchGetImageOutput
- func (s BatchGetImageOutput) GoString() string
- func (s BatchGetImageOutput) SDKResponseMetadata() aws.Response
- func (s *BatchGetImageOutput) SetFailures(v []ImageFailure) *BatchGetImageOutput
- func (s *BatchGetImageOutput) SetImages(v []Image) *BatchGetImageOutput
- func (s BatchGetImageOutput) String() string
- type BatchGetImageRequest
- type CompleteLayerUploadInput
- func (s CompleteLayerUploadInput) GoString() string
- func (s *CompleteLayerUploadInput) SetLayerDigests(v []string) *CompleteLayerUploadInput
- func (s *CompleteLayerUploadInput) SetRegistryId(v string) *CompleteLayerUploadInput
- func (s *CompleteLayerUploadInput) SetRepositoryName(v string) *CompleteLayerUploadInput
- func (s *CompleteLayerUploadInput) SetUploadId(v string) *CompleteLayerUploadInput
- func (s CompleteLayerUploadInput) String() string
- func (s *CompleteLayerUploadInput) Validate() error
- type CompleteLayerUploadOutput
- func (s CompleteLayerUploadOutput) GoString() string
- func (s CompleteLayerUploadOutput) SDKResponseMetadata() aws.Response
- func (s *CompleteLayerUploadOutput) SetLayerDigest(v string) *CompleteLayerUploadOutput
- func (s *CompleteLayerUploadOutput) SetRegistryId(v string) *CompleteLayerUploadOutput
- func (s *CompleteLayerUploadOutput) SetRepositoryName(v string) *CompleteLayerUploadOutput
- func (s *CompleteLayerUploadOutput) SetUploadId(v string) *CompleteLayerUploadOutput
- func (s CompleteLayerUploadOutput) String() string
- type CompleteLayerUploadRequest
- type CreateRepositoryInput
- type CreateRepositoryOutput
- type CreateRepositoryRequest
- type DeleteLifecyclePolicyInput
- func (s DeleteLifecyclePolicyInput) GoString() string
- func (s *DeleteLifecyclePolicyInput) SetRegistryId(v string) *DeleteLifecyclePolicyInput
- func (s *DeleteLifecyclePolicyInput) SetRepositoryName(v string) *DeleteLifecyclePolicyInput
- func (s DeleteLifecyclePolicyInput) String() string
- func (s *DeleteLifecyclePolicyInput) Validate() error
- type DeleteLifecyclePolicyOutput
- func (s DeleteLifecyclePolicyOutput) GoString() string
- func (s DeleteLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
- func (s *DeleteLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *DeleteLifecyclePolicyOutput
- func (s *DeleteLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *DeleteLifecyclePolicyOutput
- func (s *DeleteLifecyclePolicyOutput) SetRegistryId(v string) *DeleteLifecyclePolicyOutput
- func (s *DeleteLifecyclePolicyOutput) SetRepositoryName(v string) *DeleteLifecyclePolicyOutput
- func (s DeleteLifecyclePolicyOutput) String() string
- type DeleteLifecyclePolicyRequest
- type DeleteRepositoryInput
- func (s DeleteRepositoryInput) GoString() string
- func (s *DeleteRepositoryInput) SetForce(v bool) *DeleteRepositoryInput
- func (s *DeleteRepositoryInput) SetRegistryId(v string) *DeleteRepositoryInput
- func (s *DeleteRepositoryInput) SetRepositoryName(v string) *DeleteRepositoryInput
- func (s DeleteRepositoryInput) String() string
- func (s *DeleteRepositoryInput) Validate() error
- type DeleteRepositoryOutput
- type DeleteRepositoryPolicyInput
- func (s DeleteRepositoryPolicyInput) GoString() string
- func (s *DeleteRepositoryPolicyInput) SetRegistryId(v string) *DeleteRepositoryPolicyInput
- func (s *DeleteRepositoryPolicyInput) SetRepositoryName(v string) *DeleteRepositoryPolicyInput
- func (s DeleteRepositoryPolicyInput) String() string
- func (s *DeleteRepositoryPolicyInput) Validate() error
- type DeleteRepositoryPolicyOutput
- func (s DeleteRepositoryPolicyOutput) GoString() string
- func (s DeleteRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
- func (s *DeleteRepositoryPolicyOutput) SetPolicyText(v string) *DeleteRepositoryPolicyOutput
- func (s *DeleteRepositoryPolicyOutput) SetRegistryId(v string) *DeleteRepositoryPolicyOutput
- func (s *DeleteRepositoryPolicyOutput) SetRepositoryName(v string) *DeleteRepositoryPolicyOutput
- func (s DeleteRepositoryPolicyOutput) String() string
- type DeleteRepositoryPolicyRequest
- type DeleteRepositoryRequest
- type DescribeImagesFilter
- type DescribeImagesInput
- func (s DescribeImagesInput) GoString() string
- func (s *DescribeImagesInput) SetFilter(v *DescribeImagesFilter) *DescribeImagesInput
- func (s *DescribeImagesInput) SetImageIds(v []ImageIdentifier) *DescribeImagesInput
- func (s *DescribeImagesInput) SetMaxResults(v int64) *DescribeImagesInput
- func (s *DescribeImagesInput) SetNextToken(v string) *DescribeImagesInput
- func (s *DescribeImagesInput) SetRegistryId(v string) *DescribeImagesInput
- func (s *DescribeImagesInput) SetRepositoryName(v string) *DescribeImagesInput
- func (s DescribeImagesInput) String() string
- func (s *DescribeImagesInput) Validate() error
- type DescribeImagesOutput
- func (s DescribeImagesOutput) GoString() string
- func (s DescribeImagesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeImagesOutput) SetImageDetails(v []ImageDetail) *DescribeImagesOutput
- func (s *DescribeImagesOutput) SetNextToken(v string) *DescribeImagesOutput
- func (s DescribeImagesOutput) String() string
- type DescribeImagesRequest
- type DescribeRepositoriesInput
- func (s DescribeRepositoriesInput) GoString() string
- func (s *DescribeRepositoriesInput) SetMaxResults(v int64) *DescribeRepositoriesInput
- func (s *DescribeRepositoriesInput) SetNextToken(v string) *DescribeRepositoriesInput
- func (s *DescribeRepositoriesInput) SetRegistryId(v string) *DescribeRepositoriesInput
- func (s *DescribeRepositoriesInput) SetRepositoryNames(v []string) *DescribeRepositoriesInput
- func (s DescribeRepositoriesInput) String() string
- func (s *DescribeRepositoriesInput) Validate() error
- type DescribeRepositoriesOutput
- func (s DescribeRepositoriesOutput) GoString() string
- func (s DescribeRepositoriesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeRepositoriesOutput) SetNextToken(v string) *DescribeRepositoriesOutput
- func (s *DescribeRepositoriesOutput) SetRepositories(v []Repository) *DescribeRepositoriesOutput
- func (s DescribeRepositoriesOutput) String() string
- type DescribeRepositoriesRequest
- type ECR
- func (c *ECR) BatchCheckLayerAvailabilityRequest(input *BatchCheckLayerAvailabilityInput) BatchCheckLayerAvailabilityRequest
- func (c *ECR) BatchDeleteImageRequest(input *BatchDeleteImageInput) BatchDeleteImageRequest
- func (c *ECR) BatchGetImageRequest(input *BatchGetImageInput) BatchGetImageRequest
- func (c *ECR) CompleteLayerUploadRequest(input *CompleteLayerUploadInput) CompleteLayerUploadRequest
- func (c *ECR) CreateRepositoryRequest(input *CreateRepositoryInput) CreateRepositoryRequest
- func (c *ECR) DeleteLifecyclePolicyRequest(input *DeleteLifecyclePolicyInput) DeleteLifecyclePolicyRequest
- func (c *ECR) DeleteRepositoryPolicyRequest(input *DeleteRepositoryPolicyInput) DeleteRepositoryPolicyRequest
- func (c *ECR) DeleteRepositoryRequest(input *DeleteRepositoryInput) DeleteRepositoryRequest
- func (c *ECR) DescribeImagesPages(input *DescribeImagesInput, fn func(*DescribeImagesOutput, bool) bool) error
- func (c *ECR) DescribeImagesPagesWithContext(ctx aws.Context, input *DescribeImagesInput, ...) error
- func (c *ECR) DescribeImagesRequest(input *DescribeImagesInput) DescribeImagesRequest
- func (c *ECR) DescribeRepositoriesPages(input *DescribeRepositoriesInput, ...) error
- func (c *ECR) DescribeRepositoriesPagesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, ...) error
- func (c *ECR) DescribeRepositoriesRequest(input *DescribeRepositoriesInput) DescribeRepositoriesRequest
- func (c *ECR) GetAuthorizationTokenRequest(input *GetAuthorizationTokenInput) GetAuthorizationTokenRequest
- func (c *ECR) GetDownloadUrlForLayerRequest(input *GetDownloadUrlForLayerInput) GetDownloadUrlForLayerRequest
- func (c *ECR) GetLifecyclePolicyPreviewRequest(input *GetLifecyclePolicyPreviewInput) GetLifecyclePolicyPreviewRequest
- func (c *ECR) GetLifecyclePolicyRequest(input *GetLifecyclePolicyInput) GetLifecyclePolicyRequest
- func (c *ECR) GetRepositoryPolicyRequest(input *GetRepositoryPolicyInput) GetRepositoryPolicyRequest
- func (c *ECR) InitiateLayerUploadRequest(input *InitiateLayerUploadInput) InitiateLayerUploadRequest
- func (c *ECR) ListImagesPages(input *ListImagesInput, fn func(*ListImagesOutput, bool) bool) error
- func (c *ECR) ListImagesPagesWithContext(ctx aws.Context, input *ListImagesInput, fn func(*ListImagesOutput, bool) bool, ...) error
- func (c *ECR) ListImagesRequest(input *ListImagesInput) ListImagesRequest
- func (c *ECR) PutImageRequest(input *PutImageInput) PutImageRequest
- func (c *ECR) PutLifecyclePolicyRequest(input *PutLifecyclePolicyInput) PutLifecyclePolicyRequest
- func (c *ECR) SetRepositoryPolicyRequest(input *SetRepositoryPolicyInput) SetRepositoryPolicyRequest
- func (c *ECR) StartLifecyclePolicyPreviewRequest(input *StartLifecyclePolicyPreviewInput) StartLifecyclePolicyPreviewRequest
- func (c *ECR) UploadLayerPartRequest(input *UploadLayerPartInput) UploadLayerPartRequest
- type GetAuthorizationTokenInput
- type GetAuthorizationTokenOutput
- type GetAuthorizationTokenRequest
- type GetDownloadUrlForLayerInput
- func (s GetDownloadUrlForLayerInput) GoString() string
- func (s *GetDownloadUrlForLayerInput) SetLayerDigest(v string) *GetDownloadUrlForLayerInput
- func (s *GetDownloadUrlForLayerInput) SetRegistryId(v string) *GetDownloadUrlForLayerInput
- func (s *GetDownloadUrlForLayerInput) SetRepositoryName(v string) *GetDownloadUrlForLayerInput
- func (s GetDownloadUrlForLayerInput) String() string
- func (s *GetDownloadUrlForLayerInput) Validate() error
- type GetDownloadUrlForLayerOutput
- func (s GetDownloadUrlForLayerOutput) GoString() string
- func (s GetDownloadUrlForLayerOutput) SDKResponseMetadata() aws.Response
- func (s *GetDownloadUrlForLayerOutput) SetDownloadUrl(v string) *GetDownloadUrlForLayerOutput
- func (s *GetDownloadUrlForLayerOutput) SetLayerDigest(v string) *GetDownloadUrlForLayerOutput
- func (s GetDownloadUrlForLayerOutput) String() string
- type GetDownloadUrlForLayerRequest
- type GetLifecyclePolicyInput
- func (s GetLifecyclePolicyInput) GoString() string
- func (s *GetLifecyclePolicyInput) SetRegistryId(v string) *GetLifecyclePolicyInput
- func (s *GetLifecyclePolicyInput) SetRepositoryName(v string) *GetLifecyclePolicyInput
- func (s GetLifecyclePolicyInput) String() string
- func (s *GetLifecyclePolicyInput) Validate() error
- type GetLifecyclePolicyOutput
- func (s GetLifecyclePolicyOutput) GoString() string
- func (s GetLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
- func (s *GetLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *GetLifecyclePolicyOutput
- func (s *GetLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyOutput
- func (s *GetLifecyclePolicyOutput) SetRegistryId(v string) *GetLifecyclePolicyOutput
- func (s *GetLifecyclePolicyOutput) SetRepositoryName(v string) *GetLifecyclePolicyOutput
- func (s GetLifecyclePolicyOutput) String() string
- type GetLifecyclePolicyPreviewInput
- func (s GetLifecyclePolicyPreviewInput) GoString() string
- func (s *GetLifecyclePolicyPreviewInput) SetFilter(v *LifecyclePolicyPreviewFilter) *GetLifecyclePolicyPreviewInput
- func (s *GetLifecyclePolicyPreviewInput) SetImageIds(v []ImageIdentifier) *GetLifecyclePolicyPreviewInput
- func (s *GetLifecyclePolicyPreviewInput) SetMaxResults(v int64) *GetLifecyclePolicyPreviewInput
- func (s *GetLifecyclePolicyPreviewInput) SetNextToken(v string) *GetLifecyclePolicyPreviewInput
- func (s *GetLifecyclePolicyPreviewInput) SetRegistryId(v string) *GetLifecyclePolicyPreviewInput
- func (s *GetLifecyclePolicyPreviewInput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewInput
- func (s GetLifecyclePolicyPreviewInput) String() string
- func (s *GetLifecyclePolicyPreviewInput) Validate() error
- type GetLifecyclePolicyPreviewOutput
- func (s GetLifecyclePolicyPreviewOutput) GoString() string
- func (s GetLifecyclePolicyPreviewOutput) SDKResponseMetadata() aws.Response
- func (s *GetLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetNextToken(v string) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetPreviewResults(v []LifecyclePolicyPreviewResult) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetRegistryId(v string) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetStatus(v LifecyclePolicyPreviewStatus) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetSummary(v *LifecyclePolicyPreviewSummary) *GetLifecyclePolicyPreviewOutput
- func (s GetLifecyclePolicyPreviewOutput) String() string
- type GetLifecyclePolicyPreviewRequest
- type GetLifecyclePolicyRequest
- type GetRepositoryPolicyInput
- func (s GetRepositoryPolicyInput) GoString() string
- func (s *GetRepositoryPolicyInput) SetRegistryId(v string) *GetRepositoryPolicyInput
- func (s *GetRepositoryPolicyInput) SetRepositoryName(v string) *GetRepositoryPolicyInput
- func (s GetRepositoryPolicyInput) String() string
- func (s *GetRepositoryPolicyInput) Validate() error
- type GetRepositoryPolicyOutput
- func (s GetRepositoryPolicyOutput) GoString() string
- func (s GetRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
- func (s *GetRepositoryPolicyOutput) SetPolicyText(v string) *GetRepositoryPolicyOutput
- func (s *GetRepositoryPolicyOutput) SetRegistryId(v string) *GetRepositoryPolicyOutput
- func (s *GetRepositoryPolicyOutput) SetRepositoryName(v string) *GetRepositoryPolicyOutput
- func (s GetRepositoryPolicyOutput) String() string
- type GetRepositoryPolicyRequest
- type Image
- type ImageActionType
- type ImageDetail
- func (s ImageDetail) GoString() string
- func (s *ImageDetail) SetImageDigest(v string) *ImageDetail
- func (s *ImageDetail) SetImagePushedAt(v time.Time) *ImageDetail
- func (s *ImageDetail) SetImageSizeInBytes(v int64) *ImageDetail
- func (s *ImageDetail) SetImageTags(v []string) *ImageDetail
- func (s *ImageDetail) SetRegistryId(v string) *ImageDetail
- func (s *ImageDetail) SetRepositoryName(v string) *ImageDetail
- func (s ImageDetail) String() string
- type ImageFailure
- type ImageFailureCode
- type ImageIdentifier
- type InitiateLayerUploadInput
- func (s InitiateLayerUploadInput) GoString() string
- func (s *InitiateLayerUploadInput) SetRegistryId(v string) *InitiateLayerUploadInput
- func (s *InitiateLayerUploadInput) SetRepositoryName(v string) *InitiateLayerUploadInput
- func (s InitiateLayerUploadInput) String() string
- func (s *InitiateLayerUploadInput) Validate() error
- type InitiateLayerUploadOutput
- func (s InitiateLayerUploadOutput) GoString() string
- func (s InitiateLayerUploadOutput) SDKResponseMetadata() aws.Response
- func (s *InitiateLayerUploadOutput) SetPartSize(v int64) *InitiateLayerUploadOutput
- func (s *InitiateLayerUploadOutput) SetUploadId(v string) *InitiateLayerUploadOutput
- func (s InitiateLayerUploadOutput) String() string
- type InitiateLayerUploadRequest
- type Layer
- type LayerAvailability
- type LayerFailure
- type LayerFailureCode
- type LifecyclePolicyPreviewFilter
- type LifecyclePolicyPreviewResult
- func (s LifecyclePolicyPreviewResult) GoString() string
- func (s *LifecyclePolicyPreviewResult) SetAction(v *LifecyclePolicyRuleAction) *LifecyclePolicyPreviewResult
- func (s *LifecyclePolicyPreviewResult) SetAppliedRulePriority(v int64) *LifecyclePolicyPreviewResult
- func (s *LifecyclePolicyPreviewResult) SetImageDigest(v string) *LifecyclePolicyPreviewResult
- func (s *LifecyclePolicyPreviewResult) SetImagePushedAt(v time.Time) *LifecyclePolicyPreviewResult
- func (s *LifecyclePolicyPreviewResult) SetImageTags(v []string) *LifecyclePolicyPreviewResult
- func (s LifecyclePolicyPreviewResult) String() string
- type LifecyclePolicyPreviewStatus
- type LifecyclePolicyPreviewSummary
- type LifecyclePolicyRuleAction
- type ListImagesFilter
- type ListImagesInput
- func (s ListImagesInput) GoString() string
- func (s *ListImagesInput) SetFilter(v *ListImagesFilter) *ListImagesInput
- func (s *ListImagesInput) SetMaxResults(v int64) *ListImagesInput
- func (s *ListImagesInput) SetNextToken(v string) *ListImagesInput
- func (s *ListImagesInput) SetRegistryId(v string) *ListImagesInput
- func (s *ListImagesInput) SetRepositoryName(v string) *ListImagesInput
- func (s ListImagesInput) String() string
- func (s *ListImagesInput) Validate() error
- type ListImagesOutput
- type ListImagesRequest
- type PutImageInput
- func (s PutImageInput) GoString() string
- func (s *PutImageInput) SetImageManifest(v string) *PutImageInput
- func (s *PutImageInput) SetImageTag(v string) *PutImageInput
- func (s *PutImageInput) SetRegistryId(v string) *PutImageInput
- func (s *PutImageInput) SetRepositoryName(v string) *PutImageInput
- func (s PutImageInput) String() string
- func (s *PutImageInput) Validate() error
- type PutImageOutput
- type PutImageRequest
- type PutLifecyclePolicyInput
- func (s PutLifecyclePolicyInput) GoString() string
- func (s *PutLifecyclePolicyInput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyInput
- func (s *PutLifecyclePolicyInput) SetRegistryId(v string) *PutLifecyclePolicyInput
- func (s *PutLifecyclePolicyInput) SetRepositoryName(v string) *PutLifecyclePolicyInput
- func (s PutLifecyclePolicyInput) String() string
- func (s *PutLifecyclePolicyInput) Validate() error
- type PutLifecyclePolicyOutput
- func (s PutLifecyclePolicyOutput) GoString() string
- func (s PutLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
- func (s *PutLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyOutput
- func (s *PutLifecyclePolicyOutput) SetRegistryId(v string) *PutLifecyclePolicyOutput
- func (s *PutLifecyclePolicyOutput) SetRepositoryName(v string) *PutLifecyclePolicyOutput
- func (s PutLifecyclePolicyOutput) String() string
- type PutLifecyclePolicyRequest
- type Repository
- func (s Repository) GoString() string
- func (s *Repository) SetCreatedAt(v time.Time) *Repository
- func (s *Repository) SetRegistryId(v string) *Repository
- func (s *Repository) SetRepositoryArn(v string) *Repository
- func (s *Repository) SetRepositoryName(v string) *Repository
- func (s *Repository) SetRepositoryUri(v string) *Repository
- func (s Repository) String() string
- type SetRepositoryPolicyInput
- func (s SetRepositoryPolicyInput) GoString() string
- func (s *SetRepositoryPolicyInput) SetForce(v bool) *SetRepositoryPolicyInput
- func (s *SetRepositoryPolicyInput) SetPolicyText(v string) *SetRepositoryPolicyInput
- func (s *SetRepositoryPolicyInput) SetRegistryId(v string) *SetRepositoryPolicyInput
- func (s *SetRepositoryPolicyInput) SetRepositoryName(v string) *SetRepositoryPolicyInput
- func (s SetRepositoryPolicyInput) String() string
- func (s *SetRepositoryPolicyInput) Validate() error
- type SetRepositoryPolicyOutput
- func (s SetRepositoryPolicyOutput) GoString() string
- func (s SetRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
- func (s *SetRepositoryPolicyOutput) SetPolicyText(v string) *SetRepositoryPolicyOutput
- func (s *SetRepositoryPolicyOutput) SetRegistryId(v string) *SetRepositoryPolicyOutput
- func (s *SetRepositoryPolicyOutput) SetRepositoryName(v string) *SetRepositoryPolicyOutput
- func (s SetRepositoryPolicyOutput) String() string
- type SetRepositoryPolicyRequest
- type StartLifecyclePolicyPreviewInput
- func (s StartLifecyclePolicyPreviewInput) GoString() string
- func (s *StartLifecyclePolicyPreviewInput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewInput
- func (s *StartLifecyclePolicyPreviewInput) SetRegistryId(v string) *StartLifecyclePolicyPreviewInput
- func (s *StartLifecyclePolicyPreviewInput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewInput
- func (s StartLifecyclePolicyPreviewInput) String() string
- func (s *StartLifecyclePolicyPreviewInput) Validate() error
- type StartLifecyclePolicyPreviewOutput
- func (s StartLifecyclePolicyPreviewOutput) GoString() string
- func (s StartLifecyclePolicyPreviewOutput) SDKResponseMetadata() aws.Response
- func (s *StartLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetRegistryId(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetStatus(v LifecyclePolicyPreviewStatus) *StartLifecyclePolicyPreviewOutput
- func (s StartLifecyclePolicyPreviewOutput) String() string
- type StartLifecyclePolicyPreviewRequest
- type TagStatus
- type UploadLayerPartInput
- func (s UploadLayerPartInput) GoString() string
- func (s *UploadLayerPartInput) SetLayerPartBlob(v []byte) *UploadLayerPartInput
- func (s *UploadLayerPartInput) SetPartFirstByte(v int64) *UploadLayerPartInput
- func (s *UploadLayerPartInput) SetPartLastByte(v int64) *UploadLayerPartInput
- func (s *UploadLayerPartInput) SetRegistryId(v string) *UploadLayerPartInput
- func (s *UploadLayerPartInput) SetRepositoryName(v string) *UploadLayerPartInput
- func (s *UploadLayerPartInput) SetUploadId(v string) *UploadLayerPartInput
- func (s UploadLayerPartInput) String() string
- func (s *UploadLayerPartInput) Validate() error
- type UploadLayerPartOutput
- func (s UploadLayerPartOutput) GoString() string
- func (s UploadLayerPartOutput) SDKResponseMetadata() aws.Response
- func (s *UploadLayerPartOutput) SetLastByteReceived(v int64) *UploadLayerPartOutput
- func (s *UploadLayerPartOutput) SetRegistryId(v string) *UploadLayerPartOutput
- func (s *UploadLayerPartOutput) SetRepositoryName(v string) *UploadLayerPartOutput
- func (s *UploadLayerPartOutput) SetUploadId(v string) *UploadLayerPartOutput
- func (s UploadLayerPartOutput) String() string
- type UploadLayerPartRequest
Examples ¶
- ECR.BatchDeleteImageRequest (Shared00)
- ECR.BatchGetImageRequest (Shared00)
- ECR.CreateRepositoryRequest (Shared00)
- ECR.DeleteRepositoryPolicyRequest (Shared00)
- ECR.DeleteRepositoryRequest (Shared00)
- ECR.DescribeRepositoriesRequest (Shared00)
- ECR.GetAuthorizationTokenRequest (Shared00)
- ECR.GetRepositoryPolicyRequest (Shared00)
- ECR.ListImagesRequest (Shared00)
Constants ¶
const ( // ErrCodeEmptyUploadException for service response error code // "EmptyUploadException". // // The specified layer upload does not contain any layer parts. ErrCodeEmptyUploadException = "EmptyUploadException" // ErrCodeImageAlreadyExistsException for service response error code // "ImageAlreadyExistsException". // // The specified image has already been pushed, and there were no changes to // the manifest or image tag after the last push. ErrCodeImageAlreadyExistsException = "ImageAlreadyExistsException" // ErrCodeImageNotFoundException for service response error code // "ImageNotFoundException". // // The image requested does not exist in the specified repository. ErrCodeImageNotFoundException = "ImageNotFoundException" // ErrCodeInvalidLayerException for service response error code // "InvalidLayerException". // // The layer digest calculation performed by Amazon ECR upon receipt of the // image layer does not match the digest specified. ErrCodeInvalidLayerException = "InvalidLayerException" // ErrCodeInvalidLayerPartException for service response error code // "InvalidLayerPartException". // // The layer part size is not valid, or the first byte specified is not consecutive // to the last byte of a previous layer part upload. ErrCodeInvalidLayerPartException = "InvalidLayerPartException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // The specified parameter is invalid. Review the available parameters for the // API request. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeLayerAlreadyExistsException for service response error code // "LayerAlreadyExistsException". // // The image layer already exists in the associated repository. ErrCodeLayerAlreadyExistsException = "LayerAlreadyExistsException" // ErrCodeLayerInaccessibleException for service response error code // "LayerInaccessibleException". // // The specified layer is not available because it is not associated with an // image. Unassociated image layers may be cleaned up at any time. ErrCodeLayerInaccessibleException = "LayerInaccessibleException" // ErrCodeLayerPartTooSmallException for service response error code // "LayerPartTooSmallException". // // Layer parts must be at least 5 MiB in size. ErrCodeLayerPartTooSmallException = "LayerPartTooSmallException" // ErrCodeLayersNotFoundException for service response error code // "LayersNotFoundException". // // The specified layers could not be found, or the specified layer is not valid // for this repository. ErrCodeLayersNotFoundException = "LayersNotFoundException" // ErrCodeLifecyclePolicyNotFoundException for service response error code // "LifecyclePolicyNotFoundException". // // The lifecycle policy could not be found, and no policy is set to the repository. ErrCodeLifecyclePolicyNotFoundException = "LifecyclePolicyNotFoundException" // ErrCodeLifecyclePolicyPreviewInProgressException for service response error code // "LifecyclePolicyPreviewInProgressException". // // The previous lifecycle policy preview request has not completed. Please try // again later. ErrCodeLifecyclePolicyPreviewInProgressException = "LifecyclePolicyPreviewInProgressException" // ErrCodeLifecyclePolicyPreviewNotFoundException for service response error code // "LifecyclePolicyPreviewNotFoundException". // // There is no dry run for this repository. ErrCodeLifecyclePolicyPreviewNotFoundException = "LifecyclePolicyPreviewNotFoundException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The operation did not succeed because it would have exceeded a service limit // for your account. For more information, see Amazon ECR Default Service Limits // (http://docs.aws.amazon.com/AmazonECR/latest/userguide/service_limits.html) // in the Amazon EC2 Container Registry User Guide. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeRepositoryAlreadyExistsException for service response error code // "RepositoryAlreadyExistsException". // // The specified repository already exists in the specified registry. ErrCodeRepositoryAlreadyExistsException = "RepositoryAlreadyExistsException" // ErrCodeRepositoryNotEmptyException for service response error code // "RepositoryNotEmptyException". // // The specified repository contains images. To delete a repository that contains // images, you must force the deletion with the force parameter. ErrCodeRepositoryNotEmptyException = "RepositoryNotEmptyException" // ErrCodeRepositoryNotFoundException for service response error code // "RepositoryNotFoundException". // // The specified repository could not be found. Check the spelling of the specified // repository and ensure that you are performing operations on the correct registry. ErrCodeRepositoryNotFoundException = "RepositoryNotFoundException" // ErrCodeRepositoryPolicyNotFoundException for service response error code // "RepositoryPolicyNotFoundException". // // The specified repository and registry combination does not have an associated // repository policy. ErrCodeRepositoryPolicyNotFoundException = "RepositoryPolicyNotFoundException" // ErrCodeServerException for service response error code // "ServerException". // // These errors are usually caused by a server-side issue. ErrCodeServerException = "ServerException" // ErrCodeUploadNotFoundException for service response error code // "UploadNotFoundException". // // The upload could not be found, or the specified upload id is not valid for // this repository. ErrCodeUploadNotFoundException = "UploadNotFoundException" )
const ( ServiceName = "ecr" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationData ¶
type AuthorizationData struct { // A base64-encoded string that contains authorization data for the specified // Amazon ECR registry. When the string is decoded, it is presented in the format // user:password for private registry authentication using docker login. AuthorizationToken *string `locationName:"authorizationToken" type:"string"` // The Unix time in seconds and milliseconds when the authorization token expires. // Authorization tokens are valid for 12 hours. ExpiresAt *time.Time `locationName:"expiresAt" type:"timestamp" timestampFormat:"unix"` // The registry URL to use for this authorization token in a docker login command. // The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. // For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com.. ProxyEndpoint *string `locationName:"proxyEndpoint" type:"string"` // contains filtered or unexported fields }
An object representing authorization data for an Amazon ECR registry. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/AuthorizationData
func (AuthorizationData) GoString ¶
func (s AuthorizationData) GoString() string
GoString returns the string representation
func (*AuthorizationData) SetAuthorizationToken ¶
func (s *AuthorizationData) SetAuthorizationToken(v string) *AuthorizationData
SetAuthorizationToken sets the AuthorizationToken field's value.
func (*AuthorizationData) SetExpiresAt ¶
func (s *AuthorizationData) SetExpiresAt(v time.Time) *AuthorizationData
SetExpiresAt sets the ExpiresAt field's value.
func (*AuthorizationData) SetProxyEndpoint ¶
func (s *AuthorizationData) SetProxyEndpoint(v string) *AuthorizationData
SetProxyEndpoint sets the ProxyEndpoint field's value.
func (AuthorizationData) String ¶
func (s AuthorizationData) String() string
String returns the string representation
type BatchCheckLayerAvailabilityInput ¶
type BatchCheckLayerAvailabilityInput struct { // The digests of the image layers to check. // // LayerDigests is a required field LayerDigests []string `locationName:"layerDigests" min:"1" type:"list" required:"true"` // The AWS account ID associated with the registry that contains the image layers // to check. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that is associated with the image layers to check. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailabilityRequest
func (BatchCheckLayerAvailabilityInput) GoString ¶
func (s BatchCheckLayerAvailabilityInput) GoString() string
GoString returns the string representation
func (*BatchCheckLayerAvailabilityInput) SetLayerDigests ¶
func (s *BatchCheckLayerAvailabilityInput) SetLayerDigests(v []string) *BatchCheckLayerAvailabilityInput
SetLayerDigests sets the LayerDigests field's value.
func (*BatchCheckLayerAvailabilityInput) SetRegistryId ¶
func (s *BatchCheckLayerAvailabilityInput) SetRegistryId(v string) *BatchCheckLayerAvailabilityInput
SetRegistryId sets the RegistryId field's value.
func (*BatchCheckLayerAvailabilityInput) SetRepositoryName ¶
func (s *BatchCheckLayerAvailabilityInput) SetRepositoryName(v string) *BatchCheckLayerAvailabilityInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchCheckLayerAvailabilityInput) String ¶
func (s BatchCheckLayerAvailabilityInput) String() string
String returns the string representation
func (*BatchCheckLayerAvailabilityInput) Validate ¶
func (s *BatchCheckLayerAvailabilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchCheckLayerAvailabilityOutput ¶
type BatchCheckLayerAvailabilityOutput struct { // Any failures associated with the call. Failures []LayerFailure `locationName:"failures" type:"list"` // A list of image layer objects corresponding to the image layer references // in the request. Layers []Layer `locationName:"layers" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailabilityResponse
func (BatchCheckLayerAvailabilityOutput) GoString ¶
func (s BatchCheckLayerAvailabilityOutput) GoString() string
GoString returns the string representation
func (BatchCheckLayerAvailabilityOutput) SDKResponseMetadata ¶
func (s BatchCheckLayerAvailabilityOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*BatchCheckLayerAvailabilityOutput) SetFailures ¶
func (s *BatchCheckLayerAvailabilityOutput) SetFailures(v []LayerFailure) *BatchCheckLayerAvailabilityOutput
SetFailures sets the Failures field's value.
func (*BatchCheckLayerAvailabilityOutput) SetLayers ¶
func (s *BatchCheckLayerAvailabilityOutput) SetLayers(v []Layer) *BatchCheckLayerAvailabilityOutput
SetLayers sets the Layers field's value.
func (BatchCheckLayerAvailabilityOutput) String ¶
func (s BatchCheckLayerAvailabilityOutput) String() string
String returns the string representation
type BatchCheckLayerAvailabilityRequest ¶
type BatchCheckLayerAvailabilityRequest struct { *aws.Request Input *BatchCheckLayerAvailabilityInput }
BatchCheckLayerAvailabilityRequest is a API request type for the BatchCheckLayerAvailability API operation.
func (BatchCheckLayerAvailabilityRequest) Send ¶
func (r BatchCheckLayerAvailabilityRequest) Send() (*BatchCheckLayerAvailabilityOutput, error)
Send marshals and sends the BatchCheckLayerAvailability API request.
type BatchDeleteImageInput ¶
type BatchDeleteImageInput struct { // A list of image ID references that correspond to images to delete. The format // of the imageIds reference is imageTag=tag or imageDigest=digest. // // ImageIds is a required field ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list" required:"true"` // The AWS account ID associated with the registry that contains the image to // delete. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The repository that contains the image to delete. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImageRequest
func (BatchDeleteImageInput) GoString ¶
func (s BatchDeleteImageInput) GoString() string
GoString returns the string representation
func (*BatchDeleteImageInput) SetImageIds ¶
func (s *BatchDeleteImageInput) SetImageIds(v []ImageIdentifier) *BatchDeleteImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchDeleteImageInput) SetRegistryId ¶
func (s *BatchDeleteImageInput) SetRegistryId(v string) *BatchDeleteImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchDeleteImageInput) SetRepositoryName ¶
func (s *BatchDeleteImageInput) SetRepositoryName(v string) *BatchDeleteImageInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchDeleteImageInput) String ¶
func (s BatchDeleteImageInput) String() string
String returns the string representation
func (*BatchDeleteImageInput) Validate ¶
func (s *BatchDeleteImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteImageOutput ¶
type BatchDeleteImageOutput struct { // Any failures associated with the call. Failures []ImageFailure `locationName:"failures" type:"list"` // The image IDs of the deleted images. ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImageResponse
func (BatchDeleteImageOutput) GoString ¶
func (s BatchDeleteImageOutput) GoString() string
GoString returns the string representation
func (BatchDeleteImageOutput) SDKResponseMetadata ¶
func (s BatchDeleteImageOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*BatchDeleteImageOutput) SetFailures ¶
func (s *BatchDeleteImageOutput) SetFailures(v []ImageFailure) *BatchDeleteImageOutput
SetFailures sets the Failures field's value.
func (*BatchDeleteImageOutput) SetImageIds ¶
func (s *BatchDeleteImageOutput) SetImageIds(v []ImageIdentifier) *BatchDeleteImageOutput
SetImageIds sets the ImageIds field's value.
func (BatchDeleteImageOutput) String ¶
func (s BatchDeleteImageOutput) String() string
String returns the string representation
type BatchDeleteImageRequest ¶
type BatchDeleteImageRequest struct { *aws.Request Input *BatchDeleteImageInput }
BatchDeleteImageRequest is a API request type for the BatchDeleteImage API operation.
func (BatchDeleteImageRequest) Send ¶
func (r BatchDeleteImageRequest) Send() (*BatchDeleteImageOutput, error)
Send marshals and sends the BatchDeleteImage API request.
type BatchGetImageInput ¶
type BatchGetImageInput struct { // The accepted media types for the request. // // Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json // | application/vnd.oci.image.manifest.v1+json AcceptedMediaTypes []string `locationName:"acceptedMediaTypes" min:"1" type:"list"` // A list of image ID references that correspond to images to describe. The // format of the imageIds reference is imageTag=tag or imageDigest=digest. // // ImageIds is a required field ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list" required:"true"` // The AWS account ID associated with the registry that contains the images // to describe. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The repository that contains the images to describe. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImageRequest
func (BatchGetImageInput) GoString ¶
func (s BatchGetImageInput) GoString() string
GoString returns the string representation
func (*BatchGetImageInput) SetAcceptedMediaTypes ¶
func (s *BatchGetImageInput) SetAcceptedMediaTypes(v []string) *BatchGetImageInput
SetAcceptedMediaTypes sets the AcceptedMediaTypes field's value.
func (*BatchGetImageInput) SetImageIds ¶
func (s *BatchGetImageInput) SetImageIds(v []ImageIdentifier) *BatchGetImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchGetImageInput) SetRegistryId ¶
func (s *BatchGetImageInput) SetRegistryId(v string) *BatchGetImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchGetImageInput) SetRepositoryName ¶
func (s *BatchGetImageInput) SetRepositoryName(v string) *BatchGetImageInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchGetImageInput) String ¶
func (s BatchGetImageInput) String() string
String returns the string representation
func (*BatchGetImageInput) Validate ¶
func (s *BatchGetImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetImageOutput ¶
type BatchGetImageOutput struct { // Any failures associated with the call. Failures []ImageFailure `locationName:"failures" type:"list"` // A list of image objects corresponding to the image references in the request. Images []Image `locationName:"images" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImageResponse
func (BatchGetImageOutput) GoString ¶
func (s BatchGetImageOutput) GoString() string
GoString returns the string representation
func (BatchGetImageOutput) SDKResponseMetadata ¶
func (s BatchGetImageOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*BatchGetImageOutput) SetFailures ¶
func (s *BatchGetImageOutput) SetFailures(v []ImageFailure) *BatchGetImageOutput
SetFailures sets the Failures field's value.
func (*BatchGetImageOutput) SetImages ¶
func (s *BatchGetImageOutput) SetImages(v []Image) *BatchGetImageOutput
SetImages sets the Images field's value.
func (BatchGetImageOutput) String ¶
func (s BatchGetImageOutput) String() string
String returns the string representation
type BatchGetImageRequest ¶
type BatchGetImageRequest struct { *aws.Request Input *BatchGetImageInput }
BatchGetImageRequest is a API request type for the BatchGetImage API operation.
func (BatchGetImageRequest) Send ¶
func (r BatchGetImageRequest) Send() (*BatchGetImageOutput, error)
Send marshals and sends the BatchGetImage API request.
type CompleteLayerUploadInput ¶
type CompleteLayerUploadInput struct { // The sha256 digest of the image layer. // // LayerDigests is a required field LayerDigests []string `locationName:"layerDigests" min:"1" type:"list" required:"true"` // The AWS account ID associated with the registry to which to upload layers. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to associate with the image layer. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // The upload ID from a previous InitiateLayerUpload operation to associate // with the image layer. // // UploadId is a required field UploadId *string `locationName:"uploadId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUploadRequest
func (CompleteLayerUploadInput) GoString ¶
func (s CompleteLayerUploadInput) GoString() string
GoString returns the string representation
func (*CompleteLayerUploadInput) SetLayerDigests ¶
func (s *CompleteLayerUploadInput) SetLayerDigests(v []string) *CompleteLayerUploadInput
SetLayerDigests sets the LayerDigests field's value.
func (*CompleteLayerUploadInput) SetRegistryId ¶
func (s *CompleteLayerUploadInput) SetRegistryId(v string) *CompleteLayerUploadInput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadInput) SetRepositoryName ¶
func (s *CompleteLayerUploadInput) SetRepositoryName(v string) *CompleteLayerUploadInput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadInput) SetUploadId ¶
func (s *CompleteLayerUploadInput) SetUploadId(v string) *CompleteLayerUploadInput
SetUploadId sets the UploadId field's value.
func (CompleteLayerUploadInput) String ¶
func (s CompleteLayerUploadInput) String() string
String returns the string representation
func (*CompleteLayerUploadInput) Validate ¶
func (s *CompleteLayerUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CompleteLayerUploadOutput ¶
type CompleteLayerUploadOutput struct { // The sha256 digest of the image layer. LayerDigest *string `locationName:"layerDigest" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The upload ID associated with the layer. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUploadResponse
func (CompleteLayerUploadOutput) GoString ¶
func (s CompleteLayerUploadOutput) GoString() string
GoString returns the string representation
func (CompleteLayerUploadOutput) SDKResponseMetadata ¶
func (s CompleteLayerUploadOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CompleteLayerUploadOutput) SetLayerDigest ¶
func (s *CompleteLayerUploadOutput) SetLayerDigest(v string) *CompleteLayerUploadOutput
SetLayerDigest sets the LayerDigest field's value.
func (*CompleteLayerUploadOutput) SetRegistryId ¶
func (s *CompleteLayerUploadOutput) SetRegistryId(v string) *CompleteLayerUploadOutput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadOutput) SetRepositoryName ¶
func (s *CompleteLayerUploadOutput) SetRepositoryName(v string) *CompleteLayerUploadOutput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadOutput) SetUploadId ¶
func (s *CompleteLayerUploadOutput) SetUploadId(v string) *CompleteLayerUploadOutput
SetUploadId sets the UploadId field's value.
func (CompleteLayerUploadOutput) String ¶
func (s CompleteLayerUploadOutput) String() string
String returns the string representation
type CompleteLayerUploadRequest ¶
type CompleteLayerUploadRequest struct { *aws.Request Input *CompleteLayerUploadInput }
CompleteLayerUploadRequest is a API request type for the CompleteLayerUpload API operation.
func (CompleteLayerUploadRequest) Send ¶
func (r CompleteLayerUploadRequest) Send() (*CompleteLayerUploadOutput, error)
Send marshals and sends the CompleteLayerUpload API request.
type CreateRepositoryInput ¶
type CreateRepositoryInput struct { // The name to use for the repository. The repository name may be specified // on its own (such as nginx-web-app) or it can be prepended with a namespace // to group the repository into a category (such as project-a/nginx-web-app). // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepositoryRequest
func (CreateRepositoryInput) GoString ¶
func (s CreateRepositoryInput) GoString() string
GoString returns the string representation
func (*CreateRepositoryInput) SetRepositoryName ¶
func (s *CreateRepositoryInput) SetRepositoryName(v string) *CreateRepositoryInput
SetRepositoryName sets the RepositoryName field's value.
func (CreateRepositoryInput) String ¶
func (s CreateRepositoryInput) String() string
String returns the string representation
func (*CreateRepositoryInput) Validate ¶
func (s *CreateRepositoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRepositoryOutput ¶
type CreateRepositoryOutput struct { // The repository that was created. Repository *Repository `locationName:"repository" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepositoryResponse
func (CreateRepositoryOutput) GoString ¶
func (s CreateRepositoryOutput) GoString() string
GoString returns the string representation
func (CreateRepositoryOutput) SDKResponseMetadata ¶
func (s CreateRepositoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRepositoryOutput) SetRepository ¶
func (s *CreateRepositoryOutput) SetRepository(v *Repository) *CreateRepositoryOutput
SetRepository sets the Repository field's value.
func (CreateRepositoryOutput) String ¶
func (s CreateRepositoryOutput) String() string
String returns the string representation
type CreateRepositoryRequest ¶
type CreateRepositoryRequest struct { *aws.Request Input *CreateRepositoryInput }
CreateRepositoryRequest is a API request type for the CreateRepository API operation.
func (CreateRepositoryRequest) Send ¶
func (r CreateRepositoryRequest) Send() (*CreateRepositoryOutput, error)
Send marshals and sends the CreateRepository API request.
type DeleteLifecyclePolicyInput ¶ added in v0.2.0
type DeleteLifecyclePolicyInput struct { // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that is associated with the repository policy // to delete. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicyRequest
func (DeleteLifecyclePolicyInput) GoString ¶ added in v0.2.0
func (s DeleteLifecyclePolicyInput) GoString() string
GoString returns the string representation
func (*DeleteLifecyclePolicyInput) SetRegistryId ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyInput) SetRegistryId(v string) *DeleteLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyInput) SetRepositoryName ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyInput) SetRepositoryName(v string) *DeleteLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyInput) String ¶ added in v0.2.0
func (s DeleteLifecyclePolicyInput) String() string
String returns the string representation
func (*DeleteLifecyclePolicyInput) Validate ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLifecyclePolicyOutput ¶ added in v0.2.0
type DeleteLifecyclePolicyOutput struct { // The time stamp of the last time that the lifecycle policy was run. LastEvaluatedAt *time.Time `locationName:"lastEvaluatedAt" type:"timestamp" timestampFormat:"unix"` // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicyResponse
func (DeleteLifecyclePolicyOutput) GoString ¶ added in v0.2.0
func (s DeleteLifecyclePolicyOutput) GoString() string
GoString returns the string representation
func (DeleteLifecyclePolicyOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteLifecyclePolicyOutput) SetLastEvaluatedAt ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *DeleteLifecyclePolicyOutput
SetLastEvaluatedAt sets the LastEvaluatedAt field's value.
func (*DeleteLifecyclePolicyOutput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *DeleteLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*DeleteLifecyclePolicyOutput) SetRegistryId ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyOutput) SetRegistryId(v string) *DeleteLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyOutput) SetRepositoryName ¶ added in v0.2.0
func (s *DeleteLifecyclePolicyOutput) SetRepositoryName(v string) *DeleteLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyOutput) String ¶ added in v0.2.0
func (s DeleteLifecyclePolicyOutput) String() string
String returns the string representation
type DeleteLifecyclePolicyRequest ¶ added in v0.2.0
type DeleteLifecyclePolicyRequest struct { *aws.Request Input *DeleteLifecyclePolicyInput }
DeleteLifecyclePolicyRequest is a API request type for the DeleteLifecyclePolicy API operation.
func (DeleteLifecyclePolicyRequest) Send ¶ added in v0.2.0
func (r DeleteLifecyclePolicyRequest) Send() (*DeleteLifecyclePolicyOutput, error)
Send marshals and sends the DeleteLifecyclePolicy API request.
type DeleteRepositoryInput ¶
type DeleteRepositoryInput struct { // If a repository contains images, forces the deletion. Force *bool `locationName:"force" type:"boolean"` // The AWS account ID associated with the registry that contains the repository // to delete. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to delete. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryRequest
func (DeleteRepositoryInput) GoString ¶
func (s DeleteRepositoryInput) GoString() string
GoString returns the string representation
func (*DeleteRepositoryInput) SetForce ¶
func (s *DeleteRepositoryInput) SetForce(v bool) *DeleteRepositoryInput
SetForce sets the Force field's value.
func (*DeleteRepositoryInput) SetRegistryId ¶
func (s *DeleteRepositoryInput) SetRegistryId(v string) *DeleteRepositoryInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryInput) SetRepositoryName ¶
func (s *DeleteRepositoryInput) SetRepositoryName(v string) *DeleteRepositoryInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryInput) String ¶
func (s DeleteRepositoryInput) String() string
String returns the string representation
func (*DeleteRepositoryInput) Validate ¶
func (s *DeleteRepositoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRepositoryOutput ¶
type DeleteRepositoryOutput struct { // The repository that was deleted. Repository *Repository `locationName:"repository" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryResponse
func (DeleteRepositoryOutput) GoString ¶
func (s DeleteRepositoryOutput) GoString() string
GoString returns the string representation
func (DeleteRepositoryOutput) SDKResponseMetadata ¶
func (s DeleteRepositoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRepositoryOutput) SetRepository ¶
func (s *DeleteRepositoryOutput) SetRepository(v *Repository) *DeleteRepositoryOutput
SetRepository sets the Repository field's value.
func (DeleteRepositoryOutput) String ¶
func (s DeleteRepositoryOutput) String() string
String returns the string representation
type DeleteRepositoryPolicyInput ¶
type DeleteRepositoryPolicyInput struct { // The AWS account ID associated with the registry that contains the repository // policy to delete. If you do not specify a registry, the default registry // is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that is associated with the repository policy // to delete. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicyRequest
func (DeleteRepositoryPolicyInput) GoString ¶
func (s DeleteRepositoryPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteRepositoryPolicyInput) SetRegistryId ¶
func (s *DeleteRepositoryPolicyInput) SetRegistryId(v string) *DeleteRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyInput) SetRepositoryName ¶
func (s *DeleteRepositoryPolicyInput) SetRepositoryName(v string) *DeleteRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryPolicyInput) String ¶
func (s DeleteRepositoryPolicyInput) String() string
String returns the string representation
func (*DeleteRepositoryPolicyInput) Validate ¶
func (s *DeleteRepositoryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRepositoryPolicyOutput ¶
type DeleteRepositoryPolicyOutput struct { // The JSON repository policy that was deleted from the repository. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicyResponse
func (DeleteRepositoryPolicyOutput) GoString ¶
func (s DeleteRepositoryPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteRepositoryPolicyOutput) SDKResponseMetadata ¶
func (s DeleteRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRepositoryPolicyOutput) SetPolicyText ¶
func (s *DeleteRepositoryPolicyOutput) SetPolicyText(v string) *DeleteRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*DeleteRepositoryPolicyOutput) SetRegistryId ¶
func (s *DeleteRepositoryPolicyOutput) SetRegistryId(v string) *DeleteRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyOutput) SetRepositoryName ¶
func (s *DeleteRepositoryPolicyOutput) SetRepositoryName(v string) *DeleteRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryPolicyOutput) String ¶
func (s DeleteRepositoryPolicyOutput) String() string
String returns the string representation
type DeleteRepositoryPolicyRequest ¶
type DeleteRepositoryPolicyRequest struct { *aws.Request Input *DeleteRepositoryPolicyInput }
DeleteRepositoryPolicyRequest is a API request type for the DeleteRepositoryPolicy API operation.
func (DeleteRepositoryPolicyRequest) Send ¶
func (r DeleteRepositoryPolicyRequest) Send() (*DeleteRepositoryPolicyOutput, error)
Send marshals and sends the DeleteRepositoryPolicy API request.
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest struct { *aws.Request Input *DeleteRepositoryInput }
DeleteRepositoryRequest is a API request type for the DeleteRepository API operation.
func (DeleteRepositoryRequest) Send ¶
func (r DeleteRepositoryRequest) Send() (*DeleteRepositoryOutput, error)
Send marshals and sends the DeleteRepository API request.
type DescribeImagesFilter ¶
type DescribeImagesFilter struct { // The tag status with which to filter your DescribeImages results. You can // filter results based on whether they are TAGGED or UNTAGGED. TagStatus TagStatus `locationName:"tagStatus" type:"string" enum:"true"` // contains filtered or unexported fields }
An object representing a filter on a DescribeImages operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesFilter
func (DescribeImagesFilter) GoString ¶
func (s DescribeImagesFilter) GoString() string
GoString returns the string representation
func (*DescribeImagesFilter) SetTagStatus ¶
func (s *DescribeImagesFilter) SetTagStatus(v TagStatus) *DescribeImagesFilter
SetTagStatus sets the TagStatus field's value.
func (DescribeImagesFilter) String ¶
func (s DescribeImagesFilter) String() string
String returns the string representation
type DescribeImagesInput ¶
type DescribeImagesInput struct { // The filter key and value with which to filter your DescribeImages results. Filter *DescribeImagesFilter `locationName:"filter" type:"structure"` // The list of image IDs for the requested repository. ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // The maximum number of repository results returned by DescribeImages in paginated // output. When this parameter is used, DescribeImages only returns maxResults // results in a single page along with a nextToken response element. The remaining // results of the initial request can be seen by sending another DescribeImages // request with the returned nextToken value. This value can be between 1 and // 100. If this parameter is not used, then DescribeImages returns up to 100 // results and a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated DescribeImages request // where maxResults was used and the results exceeded the value of that parameter. // Pagination continues from the end of the previous results that returned the // nextToken value. This value is null when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // The AWS account ID associated with the registry that contains the repository // in which to describe images. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // A list of repositories to describe. If this parameter is omitted, then all // repositories in a registry are described. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesRequest
func (DescribeImagesInput) GoString ¶
func (s DescribeImagesInput) GoString() string
GoString returns the string representation
func (*DescribeImagesInput) SetFilter ¶
func (s *DescribeImagesInput) SetFilter(v *DescribeImagesFilter) *DescribeImagesInput
SetFilter sets the Filter field's value.
func (*DescribeImagesInput) SetImageIds ¶
func (s *DescribeImagesInput) SetImageIds(v []ImageIdentifier) *DescribeImagesInput
SetImageIds sets the ImageIds field's value.
func (*DescribeImagesInput) SetMaxResults ¶
func (s *DescribeImagesInput) SetMaxResults(v int64) *DescribeImagesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImagesInput) SetNextToken ¶
func (s *DescribeImagesInput) SetNextToken(v string) *DescribeImagesInput
SetNextToken sets the NextToken field's value.
func (*DescribeImagesInput) SetRegistryId ¶
func (s *DescribeImagesInput) SetRegistryId(v string) *DescribeImagesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImagesInput) SetRepositoryName ¶
func (s *DescribeImagesInput) SetRepositoryName(v string) *DescribeImagesInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImagesInput) String ¶
func (s DescribeImagesInput) String() string
String returns the string representation
func (*DescribeImagesInput) Validate ¶
func (s *DescribeImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImagesOutput ¶
type DescribeImagesOutput struct { // A list of ImageDetail objects that contain data about the image. ImageDetails []ImageDetail `locationName:"imageDetails" type:"list"` // The nextToken value to include in a future DescribeImages request. When the // results of a DescribeImages request exceed maxResults, this value can be // used to retrieve the next page of results. This value is null when there // are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesResponse
func (DescribeImagesOutput) GoString ¶
func (s DescribeImagesOutput) GoString() string
GoString returns the string representation
func (DescribeImagesOutput) SDKResponseMetadata ¶
func (s DescribeImagesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeImagesOutput) SetImageDetails ¶
func (s *DescribeImagesOutput) SetImageDetails(v []ImageDetail) *DescribeImagesOutput
SetImageDetails sets the ImageDetails field's value.
func (*DescribeImagesOutput) SetNextToken ¶
func (s *DescribeImagesOutput) SetNextToken(v string) *DescribeImagesOutput
SetNextToken sets the NextToken field's value.
func (DescribeImagesOutput) String ¶
func (s DescribeImagesOutput) String() string
String returns the string representation
type DescribeImagesRequest ¶
type DescribeImagesRequest struct { *aws.Request Input *DescribeImagesInput }
DescribeImagesRequest is a API request type for the DescribeImages API operation.
func (DescribeImagesRequest) Send ¶
func (r DescribeImagesRequest) Send() (*DescribeImagesOutput, error)
Send marshals and sends the DescribeImages API request.
type DescribeRepositoriesInput ¶
type DescribeRepositoriesInput struct { // The maximum number of repository results returned by DescribeRepositories // in paginated output. When this parameter is used, DescribeRepositories only // returns maxResults results in a single page along with a nextToken response // element. The remaining results of the initial request can be seen by sending // another DescribeRepositories request with the returned nextToken value. This // value can be between 1 and 100. If this parameter is not used, then DescribeRepositories // returns up to 100 results and a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated DescribeRepositories // request where maxResults was used and the results exceeded the value of that // parameter. Pagination continues from the end of the previous results that // returned the nextToken value. This value is null when there are no more results // to return. // // This token should be treated as an opaque identifier that is only used to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // The AWS account ID associated with the registry that contains the repositories // to be described. If you do not specify a registry, the default registry is // assumed. RegistryId *string `locationName:"registryId" type:"string"` // A list of repositories to describe. If this parameter is omitted, then all // repositories in a registry are described. RepositoryNames []string `locationName:"repositoryNames" min:"1" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositoriesRequest
func (DescribeRepositoriesInput) GoString ¶
func (s DescribeRepositoriesInput) GoString() string
GoString returns the string representation
func (*DescribeRepositoriesInput) SetMaxResults ¶
func (s *DescribeRepositoriesInput) SetMaxResults(v int64) *DescribeRepositoriesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeRepositoriesInput) SetNextToken ¶
func (s *DescribeRepositoriesInput) SetNextToken(v string) *DescribeRepositoriesInput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesInput) SetRegistryId ¶
func (s *DescribeRepositoriesInput) SetRegistryId(v string) *DescribeRepositoriesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeRepositoriesInput) SetRepositoryNames ¶
func (s *DescribeRepositoriesInput) SetRepositoryNames(v []string) *DescribeRepositoriesInput
SetRepositoryNames sets the RepositoryNames field's value.
func (DescribeRepositoriesInput) String ¶
func (s DescribeRepositoriesInput) String() string
String returns the string representation
func (*DescribeRepositoriesInput) Validate ¶
func (s *DescribeRepositoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRepositoriesOutput ¶
type DescribeRepositoriesOutput struct { // The nextToken value to include in a future DescribeRepositories request. // When the results of a DescribeRepositories request exceed maxResults, this // value can be used to retrieve the next page of results. This value is null // when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // A list of repository objects corresponding to valid repositories. Repositories []Repository `locationName:"repositories" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositoriesResponse
func (DescribeRepositoriesOutput) GoString ¶
func (s DescribeRepositoriesOutput) GoString() string
GoString returns the string representation
func (DescribeRepositoriesOutput) SDKResponseMetadata ¶
func (s DescribeRepositoriesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeRepositoriesOutput) SetNextToken ¶
func (s *DescribeRepositoriesOutput) SetNextToken(v string) *DescribeRepositoriesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesOutput) SetRepositories ¶
func (s *DescribeRepositoriesOutput) SetRepositories(v []Repository) *DescribeRepositoriesOutput
SetRepositories sets the Repositories field's value.
func (DescribeRepositoriesOutput) String ¶
func (s DescribeRepositoriesOutput) String() string
String returns the string representation
type DescribeRepositoriesRequest ¶
type DescribeRepositoriesRequest struct { *aws.Request Input *DescribeRepositoriesInput }
DescribeRepositoriesRequest is a API request type for the DescribeRepositories API operation.
func (DescribeRepositoriesRequest) Send ¶
func (r DescribeRepositoriesRequest) Send() (*DescribeRepositoriesOutput, error)
Send marshals and sends the DescribeRepositories API request.
type ECR ¶
ECR provides the API operation methods for making requests to Amazon EC2 Container Registry. See this package's package overview docs for details on the service.
ECR methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
New creates a new instance of the ECR client with a config. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a ECR client from just a config. svc := ecr.New(myConfig) // Create a ECR client with additional configuration svc := ecr.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*ECR) BatchCheckLayerAvailabilityRequest ¶
func (c *ECR) BatchCheckLayerAvailabilityRequest(input *BatchCheckLayerAvailabilityInput) BatchCheckLayerAvailabilityRequest
BatchCheckLayerAvailabilityRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Check the availability of multiple image layers in a specified registry and repository.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the BatchCheckLayerAvailabilityRequest method. req := client.BatchCheckLayerAvailabilityRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailability
func (*ECR) BatchDeleteImageRequest ¶
func (c *ECR) BatchDeleteImageRequest(input *BatchDeleteImageInput) BatchDeleteImageRequest
BatchDeleteImageRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Deletes a list of specified images within a specified repository. Images are specified with either imageTag or imageDigest.
You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.
You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
// Example sending a request using the BatchDeleteImageRequest method. req := client.BatchDeleteImageRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImage
func (*ECR) BatchGetImageRequest ¶
func (c *ECR) BatchGetImageRequest(input *BatchGetImageInput) BatchGetImageRequest
BatchGetImageRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Gets detailed information for specified images within a specified repository. Images are specified with either imageTag or imageDigest.
// Example sending a request using the BatchGetImageRequest method. req := client.BatchGetImageRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImage
func (*ECR) CompleteLayerUploadRequest ¶
func (c *ECR) CompleteLayerUploadRequest(input *CompleteLayerUploadInput) CompleteLayerUploadRequest
CompleteLayerUploadRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the CompleteLayerUploadRequest method. req := client.CompleteLayerUploadRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUpload
func (*ECR) CreateRepositoryRequest ¶
func (c *ECR) CreateRepositoryRequest(input *CreateRepositoryInput) CreateRepositoryRequest
CreateRepositoryRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Creates an image repository.
// Example sending a request using the CreateRepositoryRequest method. req := client.CreateRepositoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepository
func (*ECR) DeleteLifecyclePolicyRequest ¶ added in v0.2.0
func (c *ECR) DeleteLifecyclePolicyRequest(input *DeleteLifecyclePolicyInput) DeleteLifecyclePolicyRequest
DeleteLifecyclePolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Deletes the specified lifecycle policy.
// Example sending a request using the DeleteLifecyclePolicyRequest method. req := client.DeleteLifecyclePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicy
func (*ECR) DeleteRepositoryPolicyRequest ¶
func (c *ECR) DeleteRepositoryPolicyRequest(input *DeleteRepositoryPolicyInput) DeleteRepositoryPolicyRequest
DeleteRepositoryPolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Deletes the repository policy from a specified repository.
// Example sending a request using the DeleteRepositoryPolicyRequest method. req := client.DeleteRepositoryPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicy
func (*ECR) DeleteRepositoryRequest ¶
func (c *ECR) DeleteRepositoryRequest(input *DeleteRepositoryInput) DeleteRepositoryRequest
DeleteRepositoryRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Deletes an existing image repository. If a repository contains images, you must use the force option to delete it.
// Example sending a request using the DeleteRepositoryRequest method. req := client.DeleteRepositoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepository
func (*ECR) DescribeImagesPages ¶
func (c *ECR) DescribeImagesPages(input *DescribeImagesInput, fn func(*DescribeImagesOutput, bool) bool) error
DescribeImagesPages iterates over the pages of a DescribeImages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeImages method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeImages operation. pageNum := 0 err := client.DescribeImagesPages(params, func(page *DescribeImagesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribeImagesPagesWithContext ¶
func (c *ECR) DescribeImagesPagesWithContext(ctx aws.Context, input *DescribeImagesInput, fn func(*DescribeImagesOutput, bool) bool, opts ...aws.Option) error
DescribeImagesPagesWithContext same as DescribeImagesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribeImagesRequest ¶
func (c *ECR) DescribeImagesRequest(input *DescribeImagesInput) DescribeImagesRequest
DescribeImagesRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Returns metadata about the images in a repository, including image size, image tags, and creation date.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
// Example sending a request using the DescribeImagesRequest method. req := client.DescribeImagesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImages
func (*ECR) DescribeRepositoriesPages ¶
func (c *ECR) DescribeRepositoriesPages(input *DescribeRepositoriesInput, fn func(*DescribeRepositoriesOutput, bool) bool) error
DescribeRepositoriesPages iterates over the pages of a DescribeRepositories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeRepositories method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeRepositories operation. pageNum := 0 err := client.DescribeRepositoriesPages(params, func(page *DescribeRepositoriesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribeRepositoriesPagesWithContext ¶
func (c *ECR) DescribeRepositoriesPagesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, fn func(*DescribeRepositoriesOutput, bool) bool, opts ...aws.Option) error
DescribeRepositoriesPagesWithContext same as DescribeRepositoriesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribeRepositoriesRequest ¶
func (c *ECR) DescribeRepositoriesRequest(input *DescribeRepositoriesInput) DescribeRepositoriesRequest
DescribeRepositoriesRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Describes image repositories in a registry.
// Example sending a request using the DescribeRepositoriesRequest method. req := client.DescribeRepositoriesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositories
func (*ECR) GetAuthorizationTokenRequest ¶
func (c *ECR) GetAuthorizationTokenRequest(input *GetAuthorizationTokenInput) GetAuthorizationTokenRequest
GetAuthorizationTokenRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the docker CLI to push and pull images with Amazon ECR. If you do not specify a registry, the default registry is assumed.
The authorizationToken returned for each registry specified is a base64 encoded string that can be decoded and used in a docker login command to authenticate to a registry. The AWS CLI offers an aws ecr get-login command that simplifies the login process.
// Example sending a request using the GetAuthorizationTokenRequest method. req := client.GetAuthorizationTokenRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationToken
func (*ECR) GetDownloadUrlForLayerRequest ¶
func (c *ECR) GetDownloadUrlForLayerRequest(input *GetDownloadUrlForLayerInput) GetDownloadUrlForLayerRequest
GetDownloadUrlForLayerRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the GetDownloadUrlForLayerRequest method. req := client.GetDownloadUrlForLayerRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayer
func (*ECR) GetLifecyclePolicyPreviewRequest ¶ added in v0.2.0
func (c *ECR) GetLifecyclePolicyPreviewRequest(input *GetLifecyclePolicyPreviewInput) GetLifecyclePolicyPreviewRequest
GetLifecyclePolicyPreviewRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Retrieves the results of the specified lifecycle policy preview request.
// Example sending a request using the GetLifecyclePolicyPreviewRequest method. req := client.GetLifecyclePolicyPreviewRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyPreview
func (*ECR) GetLifecyclePolicyRequest ¶ added in v0.2.0
func (c *ECR) GetLifecyclePolicyRequest(input *GetLifecyclePolicyInput) GetLifecyclePolicyRequest
GetLifecyclePolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Retrieves the specified lifecycle policy.
// Example sending a request using the GetLifecyclePolicyRequest method. req := client.GetLifecyclePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicy
func (*ECR) GetRepositoryPolicyRequest ¶
func (c *ECR) GetRepositoryPolicyRequest(input *GetRepositoryPolicyInput) GetRepositoryPolicyRequest
GetRepositoryPolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Retrieves the repository policy for a specified repository.
// Example sending a request using the GetRepositoryPolicyRequest method. req := client.GetRepositoryPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicy
func (*ECR) InitiateLayerUploadRequest ¶
func (c *ECR) InitiateLayerUploadRequest(input *InitiateLayerUploadInput) InitiateLayerUploadRequest
InitiateLayerUploadRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Notify Amazon ECR that you intend to upload an image layer.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the InitiateLayerUploadRequest method. req := client.InitiateLayerUploadRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUpload
func (*ECR) ListImagesPages ¶
func (c *ECR) ListImagesPages(input *ListImagesInput, fn func(*ListImagesOutput, bool) bool) error
ListImagesPages iterates over the pages of a ListImages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListImages method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListImages operation. pageNum := 0 err := client.ListImagesPages(params, func(page *ListImagesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) ListImagesPagesWithContext ¶
func (c *ECR) ListImagesPagesWithContext(ctx aws.Context, input *ListImagesInput, fn func(*ListImagesOutput, bool) bool, opts ...aws.Option) error
ListImagesPagesWithContext same as ListImagesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) ListImagesRequest ¶
func (c *ECR) ListImagesRequest(input *ListImagesInput) ListImagesRequest
ListImagesRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Lists all the image IDs for a given repository.
You can filter images based on whether or not they are tagged by setting the tagStatus parameter to TAGGED or UNTAGGED. For example, you can filter your results to return only UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only TAGGED images to list all of the tags in your repository.
// Example sending a request using the ListImagesRequest method. req := client.ListImagesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImages
func (*ECR) PutImageRequest ¶
func (c *ECR) PutImageRequest(input *PutImageInput) PutImageRequest
PutImageRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Creates or updates the image manifest and tags associated with an image.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the PutImageRequest method. req := client.PutImageRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImage
func (*ECR) PutLifecyclePolicyRequest ¶ added in v0.2.0
func (c *ECR) PutLifecyclePolicyRequest(input *PutLifecyclePolicyInput) PutLifecyclePolicyRequest
PutLifecyclePolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Creates or updates a lifecycle policy.
// Example sending a request using the PutLifecyclePolicyRequest method. req := client.PutLifecyclePolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutLifecyclePolicy
func (*ECR) SetRepositoryPolicyRequest ¶
func (c *ECR) SetRepositoryPolicyRequest(input *SetRepositoryPolicyInput) SetRepositoryPolicyRequest
SetRepositoryPolicyRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Applies a repository policy on a specified repository to control access permissions.
// Example sending a request using the SetRepositoryPolicyRequest method. req := client.SetRepositoryPolicyRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicy
func (*ECR) StartLifecyclePolicyPreviewRequest ¶ added in v0.2.0
func (c *ECR) StartLifecyclePolicyPreviewRequest(input *StartLifecyclePolicyPreviewInput) StartLifecyclePolicyPreviewRequest
StartLifecyclePolicyPreviewRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Starts a preview of the specified lifecycle policy. This allows you to see the results before creating the lifecycle policy.
// Example sending a request using the StartLifecyclePolicyPreviewRequest method. req := client.StartLifecyclePolicyPreviewRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartLifecyclePolicyPreview
func (*ECR) UploadLayerPartRequest ¶
func (c *ECR) UploadLayerPartRequest(input *UploadLayerPartInput) UploadLayerPartRequest
UploadLayerPartRequest returns a request value for making API operation for Amazon EC2 Container Registry.
Uploads an image layer part to Amazon ECR.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
// Example sending a request using the UploadLayerPartRequest method. req := client.UploadLayerPartRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPart
type GetAuthorizationTokenInput ¶
type GetAuthorizationTokenInput struct { // A list of AWS account IDs that are associated with the registries for which // to get authorization tokens. If you do not specify a registry, the default // registry is assumed. RegistryIds []string `locationName:"registryIds" min:"1" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationTokenRequest
func (GetAuthorizationTokenInput) GoString ¶
func (s GetAuthorizationTokenInput) GoString() string
GoString returns the string representation
func (*GetAuthorizationTokenInput) SetRegistryIds ¶
func (s *GetAuthorizationTokenInput) SetRegistryIds(v []string) *GetAuthorizationTokenInput
SetRegistryIds sets the RegistryIds field's value.
func (GetAuthorizationTokenInput) String ¶
func (s GetAuthorizationTokenInput) String() string
String returns the string representation
func (*GetAuthorizationTokenInput) Validate ¶
func (s *GetAuthorizationTokenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAuthorizationTokenOutput ¶
type GetAuthorizationTokenOutput struct { // A list of authorization token data objects that correspond to the registryIds // values in the request. AuthorizationData []AuthorizationData `locationName:"authorizationData" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationTokenResponse
func (GetAuthorizationTokenOutput) GoString ¶
func (s GetAuthorizationTokenOutput) GoString() string
GoString returns the string representation
func (GetAuthorizationTokenOutput) SDKResponseMetadata ¶
func (s GetAuthorizationTokenOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetAuthorizationTokenOutput) SetAuthorizationData ¶
func (s *GetAuthorizationTokenOutput) SetAuthorizationData(v []AuthorizationData) *GetAuthorizationTokenOutput
SetAuthorizationData sets the AuthorizationData field's value.
func (GetAuthorizationTokenOutput) String ¶
func (s GetAuthorizationTokenOutput) String() string
String returns the string representation
type GetAuthorizationTokenRequest ¶
type GetAuthorizationTokenRequest struct { *aws.Request Input *GetAuthorizationTokenInput }
GetAuthorizationTokenRequest is a API request type for the GetAuthorizationToken API operation.
func (GetAuthorizationTokenRequest) Send ¶
func (r GetAuthorizationTokenRequest) Send() (*GetAuthorizationTokenOutput, error)
Send marshals and sends the GetAuthorizationToken API request.
type GetDownloadUrlForLayerInput ¶
type GetDownloadUrlForLayerInput struct { // The digest of the image layer to download. // // LayerDigest is a required field LayerDigest *string `locationName:"layerDigest" type:"string" required:"true"` // The AWS account ID associated with the registry that contains the image layer // to download. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that is associated with the image layer to download. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayerRequest
func (GetDownloadUrlForLayerInput) GoString ¶
func (s GetDownloadUrlForLayerInput) GoString() string
GoString returns the string representation
func (*GetDownloadUrlForLayerInput) SetLayerDigest ¶
func (s *GetDownloadUrlForLayerInput) SetLayerDigest(v string) *GetDownloadUrlForLayerInput
SetLayerDigest sets the LayerDigest field's value.
func (*GetDownloadUrlForLayerInput) SetRegistryId ¶
func (s *GetDownloadUrlForLayerInput) SetRegistryId(v string) *GetDownloadUrlForLayerInput
SetRegistryId sets the RegistryId field's value.
func (*GetDownloadUrlForLayerInput) SetRepositoryName ¶
func (s *GetDownloadUrlForLayerInput) SetRepositoryName(v string) *GetDownloadUrlForLayerInput
SetRepositoryName sets the RepositoryName field's value.
func (GetDownloadUrlForLayerInput) String ¶
func (s GetDownloadUrlForLayerInput) String() string
String returns the string representation
func (*GetDownloadUrlForLayerInput) Validate ¶
func (s *GetDownloadUrlForLayerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDownloadUrlForLayerOutput ¶
type GetDownloadUrlForLayerOutput struct { // The pre-signed Amazon S3 download URL for the requested layer. DownloadUrl *string `locationName:"downloadUrl" type:"string"` // The digest of the image layer to download. LayerDigest *string `locationName:"layerDigest" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayerResponse
func (GetDownloadUrlForLayerOutput) GoString ¶
func (s GetDownloadUrlForLayerOutput) GoString() string
GoString returns the string representation
func (GetDownloadUrlForLayerOutput) SDKResponseMetadata ¶
func (s GetDownloadUrlForLayerOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetDownloadUrlForLayerOutput) SetDownloadUrl ¶
func (s *GetDownloadUrlForLayerOutput) SetDownloadUrl(v string) *GetDownloadUrlForLayerOutput
SetDownloadUrl sets the DownloadUrl field's value.
func (*GetDownloadUrlForLayerOutput) SetLayerDigest ¶
func (s *GetDownloadUrlForLayerOutput) SetLayerDigest(v string) *GetDownloadUrlForLayerOutput
SetLayerDigest sets the LayerDigest field's value.
func (GetDownloadUrlForLayerOutput) String ¶
func (s GetDownloadUrlForLayerOutput) String() string
String returns the string representation
type GetDownloadUrlForLayerRequest ¶
type GetDownloadUrlForLayerRequest struct { *aws.Request Input *GetDownloadUrlForLayerInput }
GetDownloadUrlForLayerRequest is a API request type for the GetDownloadUrlForLayer API operation.
func (GetDownloadUrlForLayerRequest) Send ¶
func (r GetDownloadUrlForLayerRequest) Send() (*GetDownloadUrlForLayerOutput, error)
Send marshals and sends the GetDownloadUrlForLayer API request.
type GetLifecyclePolicyInput ¶ added in v0.2.0
type GetLifecyclePolicyInput struct { // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository with the policy to retrieve. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyRequest
func (GetLifecyclePolicyInput) GoString ¶ added in v0.2.0
func (s GetLifecyclePolicyInput) GoString() string
GoString returns the string representation
func (*GetLifecyclePolicyInput) SetRegistryId ¶ added in v0.2.0
func (s *GetLifecyclePolicyInput) SetRegistryId(v string) *GetLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyInput) SetRepositoryName ¶ added in v0.2.0
func (s *GetLifecyclePolicyInput) SetRepositoryName(v string) *GetLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyInput) String ¶ added in v0.2.0
func (s GetLifecyclePolicyInput) String() string
String returns the string representation
func (*GetLifecyclePolicyInput) Validate ¶ added in v0.2.0
func (s *GetLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLifecyclePolicyOutput ¶ added in v0.2.0
type GetLifecyclePolicyOutput struct { // The time stamp of the last time that the lifecycle policy was run. LastEvaluatedAt *time.Time `locationName:"lastEvaluatedAt" type:"timestamp" timestampFormat:"unix"` // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyResponse
func (GetLifecyclePolicyOutput) GoString ¶ added in v0.2.0
func (s GetLifecyclePolicyOutput) GoString() string
GoString returns the string representation
func (GetLifecyclePolicyOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetLifecyclePolicyOutput) SetLastEvaluatedAt ¶ added in v0.2.0
func (s *GetLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *GetLifecyclePolicyOutput
SetLastEvaluatedAt sets the LastEvaluatedAt field's value.
func (*GetLifecyclePolicyOutput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *GetLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*GetLifecyclePolicyOutput) SetRegistryId ¶ added in v0.2.0
func (s *GetLifecyclePolicyOutput) SetRegistryId(v string) *GetLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyOutput) SetRepositoryName ¶ added in v0.2.0
func (s *GetLifecyclePolicyOutput) SetRepositoryName(v string) *GetLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyOutput) String ¶ added in v0.2.0
func (s GetLifecyclePolicyOutput) String() string
String returns the string representation
type GetLifecyclePolicyPreviewInput ¶ added in v0.2.0
type GetLifecyclePolicyPreviewInput struct { // An optional parameter that filters results based on image tag status and // all tags, if tagged. Filter *LifecyclePolicyPreviewFilter `locationName:"filter" type:"structure"` // The list of imageIDs to be included. ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest // in paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest // only returns maxResults results in a single page along with a nextToken // response element. The remaining results of the initial request can be seen // by sending another GetLifecyclePolicyPreviewRequest request with the returned // nextToken value. This value can be between 1 and 100. If this parameter // is not used, then GetLifecyclePolicyPreviewRequest returns up to 100 results // and a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated GetLifecyclePolicyPreviewRequest // request where maxResults was used and the results exceeded the value of // that parameter. Pagination continues from the end of the previous results // that returned the nextToken value. This value is null when there are no // more results to return. NextToken *string `locationName:"nextToken" type:"string"` // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository with the policy to retrieve. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyPreviewRequest
func (GetLifecyclePolicyPreviewInput) GoString ¶ added in v0.2.0
func (s GetLifecyclePolicyPreviewInput) GoString() string
GoString returns the string representation
func (*GetLifecyclePolicyPreviewInput) SetFilter ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetFilter(v *LifecyclePolicyPreviewFilter) *GetLifecyclePolicyPreviewInput
SetFilter sets the Filter field's value.
func (*GetLifecyclePolicyPreviewInput) SetImageIds ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetImageIds(v []ImageIdentifier) *GetLifecyclePolicyPreviewInput
SetImageIds sets the ImageIds field's value.
func (*GetLifecyclePolicyPreviewInput) SetMaxResults ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetMaxResults(v int64) *GetLifecyclePolicyPreviewInput
SetMaxResults sets the MaxResults field's value.
func (*GetLifecyclePolicyPreviewInput) SetNextToken ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetNextToken(v string) *GetLifecyclePolicyPreviewInput
SetNextToken sets the NextToken field's value.
func (*GetLifecyclePolicyPreviewInput) SetRegistryId ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetRegistryId(v string) *GetLifecyclePolicyPreviewInput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyPreviewInput) SetRepositoryName ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewInput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyPreviewInput) String ¶ added in v0.2.0
func (s GetLifecyclePolicyPreviewInput) String() string
String returns the string representation
func (*GetLifecyclePolicyPreviewInput) Validate ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLifecyclePolicyPreviewOutput ¶ added in v0.2.0
type GetLifecyclePolicyPreviewOutput struct { // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The nextToken value to include in a future GetLifecyclePolicyPreview request. // When the results of a GetLifecyclePolicyPreview request exceed maxResults, // this value can be used to retrieve the next page of results. This value is // null when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // The results of the lifecycle policy preview request. PreviewResults []LifecyclePolicyPreviewResult `locationName:"previewResults" type:"list"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The status of the lifecycle policy preview request. Status LifecyclePolicyPreviewStatus `locationName:"status" type:"string" enum:"true"` // The list of images that is returned as a result of the action. Summary *LifecyclePolicyPreviewSummary `locationName:"summary" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyPreviewResponse
func (GetLifecyclePolicyPreviewOutput) GoString ¶ added in v0.2.0
func (s GetLifecyclePolicyPreviewOutput) GoString() string
GoString returns the string representation
func (GetLifecyclePolicyPreviewOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetLifecyclePolicyPreviewOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetLifecyclePolicyPreviewOutput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyPreviewOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*GetLifecyclePolicyPreviewOutput) SetNextToken ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetNextToken(v string) *GetLifecyclePolicyPreviewOutput
SetNextToken sets the NextToken field's value.
func (*GetLifecyclePolicyPreviewOutput) SetPreviewResults ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetPreviewResults(v []LifecyclePolicyPreviewResult) *GetLifecyclePolicyPreviewOutput
SetPreviewResults sets the PreviewResults field's value.
func (*GetLifecyclePolicyPreviewOutput) SetRegistryId ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetRegistryId(v string) *GetLifecyclePolicyPreviewOutput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyPreviewOutput) SetRepositoryName ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewOutput
SetRepositoryName sets the RepositoryName field's value.
func (*GetLifecyclePolicyPreviewOutput) SetStatus ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetStatus(v LifecyclePolicyPreviewStatus) *GetLifecyclePolicyPreviewOutput
SetStatus sets the Status field's value.
func (*GetLifecyclePolicyPreviewOutput) SetSummary ¶ added in v0.2.0
func (s *GetLifecyclePolicyPreviewOutput) SetSummary(v *LifecyclePolicyPreviewSummary) *GetLifecyclePolicyPreviewOutput
SetSummary sets the Summary field's value.
func (GetLifecyclePolicyPreviewOutput) String ¶ added in v0.2.0
func (s GetLifecyclePolicyPreviewOutput) String() string
String returns the string representation
type GetLifecyclePolicyPreviewRequest ¶ added in v0.2.0
type GetLifecyclePolicyPreviewRequest struct { *aws.Request Input *GetLifecyclePolicyPreviewInput }
GetLifecyclePolicyPreviewRequest is a API request type for the GetLifecyclePolicyPreview API operation.
func (GetLifecyclePolicyPreviewRequest) Send ¶ added in v0.2.0
func (r GetLifecyclePolicyPreviewRequest) Send() (*GetLifecyclePolicyPreviewOutput, error)
Send marshals and sends the GetLifecyclePolicyPreview API request.
type GetLifecyclePolicyRequest ¶ added in v0.2.0
type GetLifecyclePolicyRequest struct { *aws.Request Input *GetLifecyclePolicyInput }
GetLifecyclePolicyRequest is a API request type for the GetLifecyclePolicy API operation.
func (GetLifecyclePolicyRequest) Send ¶ added in v0.2.0
func (r GetLifecyclePolicyRequest) Send() (*GetLifecyclePolicyOutput, error)
Send marshals and sends the GetLifecyclePolicy API request.
type GetRepositoryPolicyInput ¶
type GetRepositoryPolicyInput struct { // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository with the policy to retrieve. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicyRequest
func (GetRepositoryPolicyInput) GoString ¶
func (s GetRepositoryPolicyInput) GoString() string
GoString returns the string representation
func (*GetRepositoryPolicyInput) SetRegistryId ¶
func (s *GetRepositoryPolicyInput) SetRegistryId(v string) *GetRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*GetRepositoryPolicyInput) SetRepositoryName ¶
func (s *GetRepositoryPolicyInput) SetRepositoryName(v string) *GetRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (GetRepositoryPolicyInput) String ¶
func (s GetRepositoryPolicyInput) String() string
String returns the string representation
func (*GetRepositoryPolicyInput) Validate ¶
func (s *GetRepositoryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRepositoryPolicyOutput ¶
type GetRepositoryPolicyOutput struct { // The JSON repository policy text associated with the repository. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicyResponse
func (GetRepositoryPolicyOutput) GoString ¶
func (s GetRepositoryPolicyOutput) GoString() string
GoString returns the string representation
func (GetRepositoryPolicyOutput) SDKResponseMetadata ¶
func (s GetRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRepositoryPolicyOutput) SetPolicyText ¶
func (s *GetRepositoryPolicyOutput) SetPolicyText(v string) *GetRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*GetRepositoryPolicyOutput) SetRegistryId ¶
func (s *GetRepositoryPolicyOutput) SetRegistryId(v string) *GetRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*GetRepositoryPolicyOutput) SetRepositoryName ¶
func (s *GetRepositoryPolicyOutput) SetRepositoryName(v string) *GetRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (GetRepositoryPolicyOutput) String ¶
func (s GetRepositoryPolicyOutput) String() string
String returns the string representation
type GetRepositoryPolicyRequest ¶
type GetRepositoryPolicyRequest struct { *aws.Request Input *GetRepositoryPolicyInput }
GetRepositoryPolicyRequest is a API request type for the GetRepositoryPolicy API operation.
func (GetRepositoryPolicyRequest) Send ¶
func (r GetRepositoryPolicyRequest) Send() (*GetRepositoryPolicyOutput, error)
Send marshals and sends the GetRepositoryPolicy API request.
type Image ¶
type Image struct { // An object containing the image tag and image digest associated with an image. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // The image manifest associated with the image. ImageManifest *string `locationName:"imageManifest" type:"string"` // The AWS account ID associated with the registry containing the image. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository associated with the image. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Image
func (*Image) SetImageId ¶
func (s *Image) SetImageId(v *ImageIdentifier) *Image
SetImageId sets the ImageId field's value.
func (*Image) SetImageManifest ¶
SetImageManifest sets the ImageManifest field's value.
func (*Image) SetRegistryId ¶
SetRegistryId sets the RegistryId field's value.
func (*Image) SetRepositoryName ¶
SetRepositoryName sets the RepositoryName field's value.
type ImageActionType ¶ added in v0.2.0
type ImageActionType string
const (
ImageActionTypeExpire ImageActionType = "EXPIRE"
)
Enum values for ImageActionType
type ImageDetail ¶
type ImageDetail struct { // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The date and time, expressed in standard JavaScript date format, at which // the current image was pushed to the repository. ImagePushedAt *time.Time `locationName:"imagePushedAt" type:"timestamp" timestampFormat:"unix"` // The size, in bytes, of the image in the repository. // // Beginning with Docker version 1.9, the Docker client compresses image layers // before pushing them to a V2 Docker registry. The output of the docker images // command shows the uncompressed image size, so it may return a larger image // size than the image sizes returned by DescribeImages. ImageSizeInBytes *int64 `locationName:"imageSizeInBytes" type:"long"` // The list of tags associated with this image. ImageTags []string `locationName:"imageTags" type:"list"` // The AWS account ID associated with the registry to which this image belongs. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which this image belongs. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
An object that describes an image returned by a DescribeImages operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageDetail
func (ImageDetail) GoString ¶
func (s ImageDetail) GoString() string
GoString returns the string representation
func (*ImageDetail) SetImageDigest ¶
func (s *ImageDetail) SetImageDigest(v string) *ImageDetail
SetImageDigest sets the ImageDigest field's value.
func (*ImageDetail) SetImagePushedAt ¶
func (s *ImageDetail) SetImagePushedAt(v time.Time) *ImageDetail
SetImagePushedAt sets the ImagePushedAt field's value.
func (*ImageDetail) SetImageSizeInBytes ¶
func (s *ImageDetail) SetImageSizeInBytes(v int64) *ImageDetail
SetImageSizeInBytes sets the ImageSizeInBytes field's value.
func (*ImageDetail) SetImageTags ¶
func (s *ImageDetail) SetImageTags(v []string) *ImageDetail
SetImageTags sets the ImageTags field's value.
func (*ImageDetail) SetRegistryId ¶
func (s *ImageDetail) SetRegistryId(v string) *ImageDetail
SetRegistryId sets the RegistryId field's value.
func (*ImageDetail) SetRepositoryName ¶
func (s *ImageDetail) SetRepositoryName(v string) *ImageDetail
SetRepositoryName sets the RepositoryName field's value.
func (ImageDetail) String ¶
func (s ImageDetail) String() string
String returns the string representation
type ImageFailure ¶
type ImageFailure struct { // The code associated with the failure. FailureCode ImageFailureCode `locationName:"failureCode" type:"string" enum:"true"` // The reason for the failure. FailureReason *string `locationName:"failureReason" type:"string"` // The image ID associated with the failure. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // contains filtered or unexported fields }
An object representing an Amazon ECR image failure. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageFailure
func (ImageFailure) GoString ¶
func (s ImageFailure) GoString() string
GoString returns the string representation
func (*ImageFailure) SetFailureCode ¶
func (s *ImageFailure) SetFailureCode(v ImageFailureCode) *ImageFailure
SetFailureCode sets the FailureCode field's value.
func (*ImageFailure) SetFailureReason ¶
func (s *ImageFailure) SetFailureReason(v string) *ImageFailure
SetFailureReason sets the FailureReason field's value.
func (*ImageFailure) SetImageId ¶
func (s *ImageFailure) SetImageId(v *ImageIdentifier) *ImageFailure
SetImageId sets the ImageId field's value.
func (ImageFailure) String ¶
func (s ImageFailure) String() string
String returns the string representation
type ImageFailureCode ¶
type ImageFailureCode string
const ( ImageFailureCodeInvalidImageDigest ImageFailureCode = "InvalidImageDigest" ImageFailureCodeInvalidImageTag ImageFailureCode = "InvalidImageTag" ImageFailureCodeImageTagDoesNotMatchDigest ImageFailureCode = "ImageTagDoesNotMatchDigest" ImageFailureCodeImageNotFound ImageFailureCode = "ImageNotFound" ImageFailureCodeMissingDigestAndTag ImageFailureCode = "MissingDigestAndTag" )
Enum values for ImageFailureCode
type ImageIdentifier ¶
type ImageIdentifier struct { // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The tag used for the image. ImageTag *string `locationName:"imageTag" type:"string"` // contains filtered or unexported fields }
An object with identifying information for an Amazon ECR image. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageIdentifier
func (ImageIdentifier) GoString ¶
func (s ImageIdentifier) GoString() string
GoString returns the string representation
func (*ImageIdentifier) SetImageDigest ¶
func (s *ImageIdentifier) SetImageDigest(v string) *ImageIdentifier
SetImageDigest sets the ImageDigest field's value.
func (*ImageIdentifier) SetImageTag ¶
func (s *ImageIdentifier) SetImageTag(v string) *ImageIdentifier
SetImageTag sets the ImageTag field's value.
func (ImageIdentifier) String ¶
func (s ImageIdentifier) String() string
String returns the string representation
type InitiateLayerUploadInput ¶
type InitiateLayerUploadInput struct { // The AWS account ID associated with the registry to which you intend to upload // layers. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which you intend to upload layers. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUploadRequest
func (InitiateLayerUploadInput) GoString ¶
func (s InitiateLayerUploadInput) GoString() string
GoString returns the string representation
func (*InitiateLayerUploadInput) SetRegistryId ¶
func (s *InitiateLayerUploadInput) SetRegistryId(v string) *InitiateLayerUploadInput
SetRegistryId sets the RegistryId field's value.
func (*InitiateLayerUploadInput) SetRepositoryName ¶
func (s *InitiateLayerUploadInput) SetRepositoryName(v string) *InitiateLayerUploadInput
SetRepositoryName sets the RepositoryName field's value.
func (InitiateLayerUploadInput) String ¶
func (s InitiateLayerUploadInput) String() string
String returns the string representation
func (*InitiateLayerUploadInput) Validate ¶
func (s *InitiateLayerUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InitiateLayerUploadOutput ¶
type InitiateLayerUploadOutput struct { // The size, in bytes, that Amazon ECR expects future layer part uploads to // be. PartSize *int64 `locationName:"partSize" type:"long"` // The upload ID for the layer upload. This parameter is passed to further UploadLayerPart // and CompleteLayerUpload operations. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUploadResponse
func (InitiateLayerUploadOutput) GoString ¶
func (s InitiateLayerUploadOutput) GoString() string
GoString returns the string representation
func (InitiateLayerUploadOutput) SDKResponseMetadata ¶
func (s InitiateLayerUploadOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*InitiateLayerUploadOutput) SetPartSize ¶
func (s *InitiateLayerUploadOutput) SetPartSize(v int64) *InitiateLayerUploadOutput
SetPartSize sets the PartSize field's value.
func (*InitiateLayerUploadOutput) SetUploadId ¶
func (s *InitiateLayerUploadOutput) SetUploadId(v string) *InitiateLayerUploadOutput
SetUploadId sets the UploadId field's value.
func (InitiateLayerUploadOutput) String ¶
func (s InitiateLayerUploadOutput) String() string
String returns the string representation
type InitiateLayerUploadRequest ¶
type InitiateLayerUploadRequest struct { *aws.Request Input *InitiateLayerUploadInput }
InitiateLayerUploadRequest is a API request type for the InitiateLayerUpload API operation.
func (InitiateLayerUploadRequest) Send ¶
func (r InitiateLayerUploadRequest) Send() (*InitiateLayerUploadOutput, error)
Send marshals and sends the InitiateLayerUpload API request.
type Layer ¶
type Layer struct { // The availability status of the image layer. LayerAvailability LayerAvailability `locationName:"layerAvailability" type:"string" enum:"true"` // The sha256 digest of the image layer. LayerDigest *string `locationName:"layerDigest" type:"string"` // The size, in bytes, of the image layer. LayerSize *int64 `locationName:"layerSize" type:"long"` // The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip // or application/vnd.oci.image.layer.v1.tar+gzip. MediaType *string `locationName:"mediaType" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image layer. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Layer
func (*Layer) SetLayerAvailability ¶
func (s *Layer) SetLayerAvailability(v LayerAvailability) *Layer
SetLayerAvailability sets the LayerAvailability field's value.
func (*Layer) SetLayerDigest ¶
SetLayerDigest sets the LayerDigest field's value.
func (*Layer) SetLayerSize ¶
SetLayerSize sets the LayerSize field's value.
func (*Layer) SetMediaType ¶
SetMediaType sets the MediaType field's value.
type LayerAvailability ¶
type LayerAvailability string
const ( LayerAvailabilityAvailable LayerAvailability = "AVAILABLE" )
Enum values for LayerAvailability
type LayerFailure ¶
type LayerFailure struct { // The failure code associated with the failure. FailureCode LayerFailureCode `locationName:"failureCode" type:"string" enum:"true"` // The reason for the failure. FailureReason *string `locationName:"failureReason" type:"string"` // The layer digest associated with the failure. LayerDigest *string `locationName:"layerDigest" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image layer failure. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LayerFailure
func (LayerFailure) GoString ¶
func (s LayerFailure) GoString() string
GoString returns the string representation
func (*LayerFailure) SetFailureCode ¶
func (s *LayerFailure) SetFailureCode(v LayerFailureCode) *LayerFailure
SetFailureCode sets the FailureCode field's value.
func (*LayerFailure) SetFailureReason ¶
func (s *LayerFailure) SetFailureReason(v string) *LayerFailure
SetFailureReason sets the FailureReason field's value.
func (*LayerFailure) SetLayerDigest ¶
func (s *LayerFailure) SetLayerDigest(v string) *LayerFailure
SetLayerDigest sets the LayerDigest field's value.
func (LayerFailure) String ¶
func (s LayerFailure) String() string
String returns the string representation
type LayerFailureCode ¶
type LayerFailureCode string
const ( LayerFailureCodeInvalidLayerDigest LayerFailureCode = "InvalidLayerDigest" LayerFailureCodeMissingLayerDigest LayerFailureCode = "MissingLayerDigest" )
Enum values for LayerFailureCode
type LifecyclePolicyPreviewFilter ¶ added in v0.2.0
type LifecyclePolicyPreviewFilter struct { // The tag status of the image. TagStatus TagStatus `locationName:"tagStatus" type:"string" enum:"true"` // contains filtered or unexported fields }
The filter for the lifecycle policy preview. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LifecyclePolicyPreviewFilter
func (LifecyclePolicyPreviewFilter) GoString ¶ added in v0.2.0
func (s LifecyclePolicyPreviewFilter) GoString() string
GoString returns the string representation
func (*LifecyclePolicyPreviewFilter) SetTagStatus ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewFilter) SetTagStatus(v TagStatus) *LifecyclePolicyPreviewFilter
SetTagStatus sets the TagStatus field's value.
func (LifecyclePolicyPreviewFilter) String ¶ added in v0.2.0
func (s LifecyclePolicyPreviewFilter) String() string
String returns the string representation
type LifecyclePolicyPreviewResult ¶ added in v0.2.0
type LifecyclePolicyPreviewResult struct { // The type of action to be taken. Action *LifecyclePolicyRuleAction `locationName:"action" type:"structure"` // The priority of the applied rule. AppliedRulePriority *int64 `locationName:"appliedRulePriority" min:"1" type:"integer"` // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The date and time, expressed in standard JavaScript date format, at which // the current image was pushed to the repository. ImagePushedAt *time.Time `locationName:"imagePushedAt" type:"timestamp" timestampFormat:"unix"` // The list of tags associated with this image. ImageTags []string `locationName:"imageTags" type:"list"` // contains filtered or unexported fields }
The result of the lifecycle policy preview. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LifecyclePolicyPreviewResult
func (LifecyclePolicyPreviewResult) GoString ¶ added in v0.2.0
func (s LifecyclePolicyPreviewResult) GoString() string
GoString returns the string representation
func (*LifecyclePolicyPreviewResult) SetAction ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewResult) SetAction(v *LifecyclePolicyRuleAction) *LifecyclePolicyPreviewResult
SetAction sets the Action field's value.
func (*LifecyclePolicyPreviewResult) SetAppliedRulePriority ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewResult) SetAppliedRulePriority(v int64) *LifecyclePolicyPreviewResult
SetAppliedRulePriority sets the AppliedRulePriority field's value.
func (*LifecyclePolicyPreviewResult) SetImageDigest ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewResult) SetImageDigest(v string) *LifecyclePolicyPreviewResult
SetImageDigest sets the ImageDigest field's value.
func (*LifecyclePolicyPreviewResult) SetImagePushedAt ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewResult) SetImagePushedAt(v time.Time) *LifecyclePolicyPreviewResult
SetImagePushedAt sets the ImagePushedAt field's value.
func (*LifecyclePolicyPreviewResult) SetImageTags ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewResult) SetImageTags(v []string) *LifecyclePolicyPreviewResult
SetImageTags sets the ImageTags field's value.
func (LifecyclePolicyPreviewResult) String ¶ added in v0.2.0
func (s LifecyclePolicyPreviewResult) String() string
String returns the string representation
type LifecyclePolicyPreviewStatus ¶ added in v0.2.0
type LifecyclePolicyPreviewStatus string
const ( LifecyclePolicyPreviewStatusInProgress LifecyclePolicyPreviewStatus = "IN_PROGRESS" LifecyclePolicyPreviewStatusComplete LifecyclePolicyPreviewStatus = "COMPLETE" LifecyclePolicyPreviewStatusExpired LifecyclePolicyPreviewStatus = "EXPIRED" LifecyclePolicyPreviewStatusFailed LifecyclePolicyPreviewStatus = "FAILED" )
Enum values for LifecyclePolicyPreviewStatus
type LifecyclePolicyPreviewSummary ¶ added in v0.2.0
type LifecyclePolicyPreviewSummary struct { // The number of expiring images. ExpiringImageTotalCount *int64 `locationName:"expiringImageTotalCount" type:"integer"` // contains filtered or unexported fields }
The summary of the lifecycle policy preview request. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LifecyclePolicyPreviewSummary
func (LifecyclePolicyPreviewSummary) GoString ¶ added in v0.2.0
func (s LifecyclePolicyPreviewSummary) GoString() string
GoString returns the string representation
func (*LifecyclePolicyPreviewSummary) SetExpiringImageTotalCount ¶ added in v0.2.0
func (s *LifecyclePolicyPreviewSummary) SetExpiringImageTotalCount(v int64) *LifecyclePolicyPreviewSummary
SetExpiringImageTotalCount sets the ExpiringImageTotalCount field's value.
func (LifecyclePolicyPreviewSummary) String ¶ added in v0.2.0
func (s LifecyclePolicyPreviewSummary) String() string
String returns the string representation
type LifecyclePolicyRuleAction ¶ added in v0.2.0
type LifecyclePolicyRuleAction struct { // The type of action to be taken. Type ImageActionType `locationName:"type" type:"string" enum:"true"` // contains filtered or unexported fields }
The type of action to be taken. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LifecyclePolicyRuleAction
func (LifecyclePolicyRuleAction) GoString ¶ added in v0.2.0
func (s LifecyclePolicyRuleAction) GoString() string
GoString returns the string representation
func (*LifecyclePolicyRuleAction) SetType ¶ added in v0.2.0
func (s *LifecyclePolicyRuleAction) SetType(v ImageActionType) *LifecyclePolicyRuleAction
SetType sets the Type field's value.
func (LifecyclePolicyRuleAction) String ¶ added in v0.2.0
func (s LifecyclePolicyRuleAction) String() string
String returns the string representation
type ListImagesFilter ¶
type ListImagesFilter struct { // The tag status with which to filter your ListImages results. You can filter // results based on whether they are TAGGED or UNTAGGED. TagStatus TagStatus `locationName:"tagStatus" type:"string" enum:"true"` // contains filtered or unexported fields }
An object representing a filter on a ListImages operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesFilter
func (ListImagesFilter) GoString ¶
func (s ListImagesFilter) GoString() string
GoString returns the string representation
func (*ListImagesFilter) SetTagStatus ¶
func (s *ListImagesFilter) SetTagStatus(v TagStatus) *ListImagesFilter
SetTagStatus sets the TagStatus field's value.
func (ListImagesFilter) String ¶
func (s ListImagesFilter) String() string
String returns the string representation
type ListImagesInput ¶
type ListImagesInput struct { // The filter key and value with which to filter your ListImages results. Filter *ListImagesFilter `locationName:"filter" type:"structure"` // The maximum number of image results returned by ListImages in paginated output. // When this parameter is used, ListImages only returns maxResults results in // a single page along with a nextToken response element. The remaining results // of the initial request can be seen by sending another ListImages request // with the returned nextToken value. This value can be between 1 and 100. If // this parameter is not used, then ListImages returns up to 100 results and // a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated ListImages request // where maxResults was used and the results exceeded the value of that parameter. // Pagination continues from the end of the previous results that returned the // nextToken value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is only used to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // The AWS account ID associated with the registry that contains the repository // in which to list images. If you do not specify a registry, the default registry // is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The repository with image IDs to be listed. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesRequest
func (ListImagesInput) GoString ¶
func (s ListImagesInput) GoString() string
GoString returns the string representation
func (*ListImagesInput) SetFilter ¶
func (s *ListImagesInput) SetFilter(v *ListImagesFilter) *ListImagesInput
SetFilter sets the Filter field's value.
func (*ListImagesInput) SetMaxResults ¶
func (s *ListImagesInput) SetMaxResults(v int64) *ListImagesInput
SetMaxResults sets the MaxResults field's value.
func (*ListImagesInput) SetNextToken ¶
func (s *ListImagesInput) SetNextToken(v string) *ListImagesInput
SetNextToken sets the NextToken field's value.
func (*ListImagesInput) SetRegistryId ¶
func (s *ListImagesInput) SetRegistryId(v string) *ListImagesInput
SetRegistryId sets the RegistryId field's value.
func (*ListImagesInput) SetRepositoryName ¶
func (s *ListImagesInput) SetRepositoryName(v string) *ListImagesInput
SetRepositoryName sets the RepositoryName field's value.
func (ListImagesInput) String ¶
func (s ListImagesInput) String() string
String returns the string representation
func (*ListImagesInput) Validate ¶
func (s *ListImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListImagesOutput ¶
type ListImagesOutput struct { // The list of image IDs for the requested repository. ImageIds []ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // The nextToken value to include in a future ListImages request. When the results // of a ListImages request exceed maxResults, this value can be used to retrieve // the next page of results. This value is null when there are no more results // to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesResponse
func (ListImagesOutput) GoString ¶
func (s ListImagesOutput) GoString() string
GoString returns the string representation
func (ListImagesOutput) SDKResponseMetadata ¶
func (s ListImagesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListImagesOutput) SetImageIds ¶
func (s *ListImagesOutput) SetImageIds(v []ImageIdentifier) *ListImagesOutput
SetImageIds sets the ImageIds field's value.
func (*ListImagesOutput) SetNextToken ¶
func (s *ListImagesOutput) SetNextToken(v string) *ListImagesOutput
SetNextToken sets the NextToken field's value.
func (ListImagesOutput) String ¶
func (s ListImagesOutput) String() string
String returns the string representation
type ListImagesRequest ¶
type ListImagesRequest struct { *aws.Request Input *ListImagesInput }
ListImagesRequest is a API request type for the ListImages API operation.
func (ListImagesRequest) Send ¶
func (r ListImagesRequest) Send() (*ListImagesOutput, error)
Send marshals and sends the ListImages API request.
type PutImageInput ¶
type PutImageInput struct { // The image manifest corresponding to the image to be uploaded. // // ImageManifest is a required field ImageManifest *string `locationName:"imageManifest" type:"string" required:"true"` // The tag to associate with the image. This parameter is required for images // that use the Docker Image Manifest V2 Schema 2 or OCI formats. ImageTag *string `locationName:"imageTag" type:"string"` // The AWS account ID associated with the registry that contains the repository // in which to put the image. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository in which to put the image. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageRequest
func (PutImageInput) GoString ¶
func (s PutImageInput) GoString() string
GoString returns the string representation
func (*PutImageInput) SetImageManifest ¶
func (s *PutImageInput) SetImageManifest(v string) *PutImageInput
SetImageManifest sets the ImageManifest field's value.
func (*PutImageInput) SetImageTag ¶
func (s *PutImageInput) SetImageTag(v string) *PutImageInput
SetImageTag sets the ImageTag field's value.
func (*PutImageInput) SetRegistryId ¶
func (s *PutImageInput) SetRegistryId(v string) *PutImageInput
SetRegistryId sets the RegistryId field's value.
func (*PutImageInput) SetRepositoryName ¶
func (s *PutImageInput) SetRepositoryName(v string) *PutImageInput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageInput) String ¶
func (s PutImageInput) String() string
String returns the string representation
func (*PutImageInput) Validate ¶
func (s *PutImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutImageOutput ¶
type PutImageOutput struct { // Details of the image uploaded. Image *Image `locationName:"image" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageResponse
func (PutImageOutput) GoString ¶
func (s PutImageOutput) GoString() string
GoString returns the string representation
func (PutImageOutput) SDKResponseMetadata ¶
func (s PutImageOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*PutImageOutput) SetImage ¶
func (s *PutImageOutput) SetImage(v *Image) *PutImageOutput
SetImage sets the Image field's value.
func (PutImageOutput) String ¶
func (s PutImageOutput) String() string
String returns the string representation
type PutImageRequest ¶
type PutImageRequest struct { *aws.Request Input *PutImageInput }
PutImageRequest is a API request type for the PutImage API operation.
func (PutImageRequest) Send ¶
func (r PutImageRequest) Send() (*PutImageOutput, error)
Send marshals and sends the PutImage API request.
type PutLifecyclePolicyInput ¶ added in v0.2.0
type PutLifecyclePolicyInput struct { // The JSON repository policy text to apply to the repository. // // LifecyclePolicyText is a required field LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string" required:"true"` // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to receive the policy. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutLifecyclePolicyRequest
func (PutLifecyclePolicyInput) GoString ¶ added in v0.2.0
func (s PutLifecyclePolicyInput) GoString() string
GoString returns the string representation
func (*PutLifecyclePolicyInput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *PutLifecyclePolicyInput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyInput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*PutLifecyclePolicyInput) SetRegistryId ¶ added in v0.2.0
func (s *PutLifecyclePolicyInput) SetRegistryId(v string) *PutLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*PutLifecyclePolicyInput) SetRepositoryName ¶ added in v0.2.0
func (s *PutLifecyclePolicyInput) SetRepositoryName(v string) *PutLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (PutLifecyclePolicyInput) String ¶ added in v0.2.0
func (s PutLifecyclePolicyInput) String() string
String returns the string representation
func (*PutLifecyclePolicyInput) Validate ¶ added in v0.2.0
func (s *PutLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutLifecyclePolicyOutput ¶ added in v0.2.0
type PutLifecyclePolicyOutput struct { // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutLifecyclePolicyResponse
func (PutLifecyclePolicyOutput) GoString ¶ added in v0.2.0
func (s PutLifecyclePolicyOutput) GoString() string
GoString returns the string representation
func (PutLifecyclePolicyOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s PutLifecyclePolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*PutLifecyclePolicyOutput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *PutLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*PutLifecyclePolicyOutput) SetRegistryId ¶ added in v0.2.0
func (s *PutLifecyclePolicyOutput) SetRegistryId(v string) *PutLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*PutLifecyclePolicyOutput) SetRepositoryName ¶ added in v0.2.0
func (s *PutLifecyclePolicyOutput) SetRepositoryName(v string) *PutLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (PutLifecyclePolicyOutput) String ¶ added in v0.2.0
func (s PutLifecyclePolicyOutput) String() string
String returns the string representation
type PutLifecyclePolicyRequest ¶ added in v0.2.0
type PutLifecyclePolicyRequest struct { *aws.Request Input *PutLifecyclePolicyInput }
PutLifecyclePolicyRequest is a API request type for the PutLifecyclePolicy API operation.
func (PutLifecyclePolicyRequest) Send ¶ added in v0.2.0
func (r PutLifecyclePolicyRequest) Send() (*PutLifecyclePolicyOutput, error)
Send marshals and sends the PutLifecyclePolicy API request.
type Repository ¶
type Repository struct { // The date and time, in JavaScript date format, when the repository was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"unix"` // The AWS account ID associated with the registry that contains the repository. RegistryId *string `locationName:"registryId" type:"string"` // The Amazon Resource Name (ARN) that identifies the repository. The ARN contains // the arn:aws:ecr namespace, followed by the region of the repository, AWS // account ID of the repository owner, repository namespace, and repository // name. For example, arn:aws:ecr:region:012345678910:repository/test. RepositoryArn *string `locationName:"repositoryArn" type:"string"` // The name of the repository. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The URI for the repository. You can use this URI for Docker push or pull // operations. RepositoryUri *string `locationName:"repositoryUri" type:"string"` // contains filtered or unexported fields }
An object representing a repository. Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Repository
func (Repository) GoString ¶
func (s Repository) GoString() string
GoString returns the string representation
func (*Repository) SetCreatedAt ¶
func (s *Repository) SetCreatedAt(v time.Time) *Repository
SetCreatedAt sets the CreatedAt field's value.
func (*Repository) SetRegistryId ¶
func (s *Repository) SetRegistryId(v string) *Repository
SetRegistryId sets the RegistryId field's value.
func (*Repository) SetRepositoryArn ¶
func (s *Repository) SetRepositoryArn(v string) *Repository
SetRepositoryArn sets the RepositoryArn field's value.
func (*Repository) SetRepositoryName ¶
func (s *Repository) SetRepositoryName(v string) *Repository
SetRepositoryName sets the RepositoryName field's value.
func (*Repository) SetRepositoryUri ¶
func (s *Repository) SetRepositoryUri(v string) *Repository
SetRepositoryUri sets the RepositoryUri field's value.
func (Repository) String ¶
func (s Repository) String() string
String returns the string representation
type SetRepositoryPolicyInput ¶
type SetRepositoryPolicyInput struct { // If the policy you are attempting to set on a repository policy would prevent // you from setting another policy in the future, you must force the SetRepositoryPolicy // operation. This is intended to prevent accidental repository lock outs. Force *bool `locationName:"force" type:"boolean"` // The JSON repository policy text to apply to the repository. // // PolicyText is a required field PolicyText *string `locationName:"policyText" type:"string" required:"true"` // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to receive the policy. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicyRequest
func (SetRepositoryPolicyInput) GoString ¶
func (s SetRepositoryPolicyInput) GoString() string
GoString returns the string representation
func (*SetRepositoryPolicyInput) SetForce ¶
func (s *SetRepositoryPolicyInput) SetForce(v bool) *SetRepositoryPolicyInput
SetForce sets the Force field's value.
func (*SetRepositoryPolicyInput) SetPolicyText ¶
func (s *SetRepositoryPolicyInput) SetPolicyText(v string) *SetRepositoryPolicyInput
SetPolicyText sets the PolicyText field's value.
func (*SetRepositoryPolicyInput) SetRegistryId ¶
func (s *SetRepositoryPolicyInput) SetRegistryId(v string) *SetRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*SetRepositoryPolicyInput) SetRepositoryName ¶
func (s *SetRepositoryPolicyInput) SetRepositoryName(v string) *SetRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (SetRepositoryPolicyInput) String ¶
func (s SetRepositoryPolicyInput) String() string
String returns the string representation
func (*SetRepositoryPolicyInput) Validate ¶
func (s *SetRepositoryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetRepositoryPolicyOutput ¶
type SetRepositoryPolicyOutput struct { // The JSON repository policy text applied to the repository. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicyResponse
func (SetRepositoryPolicyOutput) GoString ¶
func (s SetRepositoryPolicyOutput) GoString() string
GoString returns the string representation
func (SetRepositoryPolicyOutput) SDKResponseMetadata ¶
func (s SetRepositoryPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*SetRepositoryPolicyOutput) SetPolicyText ¶
func (s *SetRepositoryPolicyOutput) SetPolicyText(v string) *SetRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*SetRepositoryPolicyOutput) SetRegistryId ¶
func (s *SetRepositoryPolicyOutput) SetRegistryId(v string) *SetRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*SetRepositoryPolicyOutput) SetRepositoryName ¶
func (s *SetRepositoryPolicyOutput) SetRepositoryName(v string) *SetRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (SetRepositoryPolicyOutput) String ¶
func (s SetRepositoryPolicyOutput) String() string
String returns the string representation
type SetRepositoryPolicyRequest ¶
type SetRepositoryPolicyRequest struct { *aws.Request Input *SetRepositoryPolicyInput }
SetRepositoryPolicyRequest is a API request type for the SetRepositoryPolicy API operation.
func (SetRepositoryPolicyRequest) Send ¶
func (r SetRepositoryPolicyRequest) Send() (*SetRepositoryPolicyOutput, error)
Send marshals and sends the SetRepositoryPolicy API request.
type StartLifecyclePolicyPreviewInput ¶ added in v0.2.0
type StartLifecyclePolicyPreviewInput struct { // The policy to be evaluated against. If you do not specify a policy, the current // policy for the repository is used. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The AWS account ID associated with the registry that contains the repository. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to be evaluated. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartLifecyclePolicyPreviewRequest
func (StartLifecyclePolicyPreviewInput) GoString ¶ added in v0.2.0
func (s StartLifecyclePolicyPreviewInput) GoString() string
GoString returns the string representation
func (*StartLifecyclePolicyPreviewInput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewInput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewInput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*StartLifecyclePolicyPreviewInput) SetRegistryId ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewInput) SetRegistryId(v string) *StartLifecyclePolicyPreviewInput
SetRegistryId sets the RegistryId field's value.
func (*StartLifecyclePolicyPreviewInput) SetRepositoryName ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewInput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewInput
SetRepositoryName sets the RepositoryName field's value.
func (StartLifecyclePolicyPreviewInput) String ¶ added in v0.2.0
func (s StartLifecyclePolicyPreviewInput) String() string
String returns the string representation
func (*StartLifecyclePolicyPreviewInput) Validate ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartLifecyclePolicyPreviewOutput ¶ added in v0.2.0
type StartLifecyclePolicyPreviewOutput struct { // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The status of the lifecycle policy preview request. Status LifecyclePolicyPreviewStatus `locationName:"status" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartLifecyclePolicyPreviewResponse
func (StartLifecyclePolicyPreviewOutput) GoString ¶ added in v0.2.0
func (s StartLifecyclePolicyPreviewOutput) GoString() string
GoString returns the string representation
func (StartLifecyclePolicyPreviewOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s StartLifecyclePolicyPreviewOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StartLifecyclePolicyPreviewOutput) SetLifecyclePolicyText ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*StartLifecyclePolicyPreviewOutput) SetRegistryId ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewOutput) SetRegistryId(v string) *StartLifecyclePolicyPreviewOutput
SetRegistryId sets the RegistryId field's value.
func (*StartLifecyclePolicyPreviewOutput) SetRepositoryName ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewOutput
SetRepositoryName sets the RepositoryName field's value.
func (*StartLifecyclePolicyPreviewOutput) SetStatus ¶ added in v0.2.0
func (s *StartLifecyclePolicyPreviewOutput) SetStatus(v LifecyclePolicyPreviewStatus) *StartLifecyclePolicyPreviewOutput
SetStatus sets the Status field's value.
func (StartLifecyclePolicyPreviewOutput) String ¶ added in v0.2.0
func (s StartLifecyclePolicyPreviewOutput) String() string
String returns the string representation
type StartLifecyclePolicyPreviewRequest ¶ added in v0.2.0
type StartLifecyclePolicyPreviewRequest struct { *aws.Request Input *StartLifecyclePolicyPreviewInput }
StartLifecyclePolicyPreviewRequest is a API request type for the StartLifecyclePolicyPreview API operation.
func (StartLifecyclePolicyPreviewRequest) Send ¶ added in v0.2.0
func (r StartLifecyclePolicyPreviewRequest) Send() (*StartLifecyclePolicyPreviewOutput, error)
Send marshals and sends the StartLifecyclePolicyPreview API request.
type UploadLayerPartInput ¶
type UploadLayerPartInput struct { // The base64-encoded layer part payload. // // LayerPartBlob is automatically base64 encoded/decoded by the SDK. // // LayerPartBlob is a required field LayerPartBlob []byte `locationName:"layerPartBlob" type:"blob" required:"true"` // The integer value of the first byte of the layer part. // // PartFirstByte is a required field PartFirstByte *int64 `locationName:"partFirstByte" type:"long" required:"true"` // The integer value of the last byte of the layer part. // // PartLastByte is a required field PartLastByte *int64 `locationName:"partLastByte" type:"long" required:"true"` // The AWS account ID associated with the registry to which you are uploading // layer parts. If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which you are uploading layer parts. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // The upload ID from a previous InitiateLayerUpload operation to associate // with the layer part upload. // // UploadId is a required field UploadId *string `locationName:"uploadId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartRequest
func (UploadLayerPartInput) GoString ¶
func (s UploadLayerPartInput) GoString() string
GoString returns the string representation
func (*UploadLayerPartInput) SetLayerPartBlob ¶
func (s *UploadLayerPartInput) SetLayerPartBlob(v []byte) *UploadLayerPartInput
SetLayerPartBlob sets the LayerPartBlob field's value.
func (*UploadLayerPartInput) SetPartFirstByte ¶
func (s *UploadLayerPartInput) SetPartFirstByte(v int64) *UploadLayerPartInput
SetPartFirstByte sets the PartFirstByte field's value.
func (*UploadLayerPartInput) SetPartLastByte ¶
func (s *UploadLayerPartInput) SetPartLastByte(v int64) *UploadLayerPartInput
SetPartLastByte sets the PartLastByte field's value.
func (*UploadLayerPartInput) SetRegistryId ¶
func (s *UploadLayerPartInput) SetRegistryId(v string) *UploadLayerPartInput
SetRegistryId sets the RegistryId field's value.
func (*UploadLayerPartInput) SetRepositoryName ¶
func (s *UploadLayerPartInput) SetRepositoryName(v string) *UploadLayerPartInput
SetRepositoryName sets the RepositoryName field's value.
func (*UploadLayerPartInput) SetUploadId ¶
func (s *UploadLayerPartInput) SetUploadId(v string) *UploadLayerPartInput
SetUploadId sets the UploadId field's value.
func (UploadLayerPartInput) String ¶
func (s UploadLayerPartInput) String() string
String returns the string representation
func (*UploadLayerPartInput) Validate ¶
func (s *UploadLayerPartInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadLayerPartOutput ¶
type UploadLayerPartOutput struct { // The integer value of the last byte received in the request. LastByteReceived *int64 `locationName:"lastByteReceived" type:"long"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The upload ID associated with the request. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartResponse
func (UploadLayerPartOutput) GoString ¶
func (s UploadLayerPartOutput) GoString() string
GoString returns the string representation
func (UploadLayerPartOutput) SDKResponseMetadata ¶
func (s UploadLayerPartOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UploadLayerPartOutput) SetLastByteReceived ¶
func (s *UploadLayerPartOutput) SetLastByteReceived(v int64) *UploadLayerPartOutput
SetLastByteReceived sets the LastByteReceived field's value.
func (*UploadLayerPartOutput) SetRegistryId ¶
func (s *UploadLayerPartOutput) SetRegistryId(v string) *UploadLayerPartOutput
SetRegistryId sets the RegistryId field's value.
func (*UploadLayerPartOutput) SetRepositoryName ¶
func (s *UploadLayerPartOutput) SetRepositoryName(v string) *UploadLayerPartOutput
SetRepositoryName sets the RepositoryName field's value.
func (*UploadLayerPartOutput) SetUploadId ¶
func (s *UploadLayerPartOutput) SetUploadId(v string) *UploadLayerPartOutput
SetUploadId sets the UploadId field's value.
func (UploadLayerPartOutput) String ¶
func (s UploadLayerPartOutput) String() string
String returns the string representation
type UploadLayerPartRequest ¶
type UploadLayerPartRequest struct { *aws.Request Input *UploadLayerPartInput }
UploadLayerPartRequest is a API request type for the UploadLayerPart API operation.
func (UploadLayerPartRequest) Send ¶
func (r UploadLayerPartRequest) Send() (*UploadLayerPartOutput, error)
Send marshals and sends the UploadLayerPart API request.