Documentation
¶
Overview ¶
Package ecr provides the client and types for making API requests to Amazon EC2 Container Registry.
Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry for your Docker or Open Container Initiative (OCI) images. Amazon ECR supports private repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images.
Amazon ECR has service endpoints in each supported Region. For more information, see Amazon ECR endpoints (https://docs.aws.amazon.com/general/latest/gr/ecr.html) in the Amazon Web Services General Reference.
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 contact 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
- func EncryptionType_Values() []string
- func FindingSeverity_Values() []string
- func ImageActionType_Values() []string
- func ImageFailureCode_Values() []string
- func ImageTagMutability_Values() []string
- func LayerAvailability_Values() []string
- func LayerFailureCode_Values() []string
- func LifecyclePolicyPreviewStatus_Values() []string
- func ReplicationStatus_Values() []string
- func RepositoryFilterType_Values() []string
- func ScanFrequency_Values() []string
- func ScanStatus_Values() []string
- func ScanType_Values() []string
- func ScanningConfigurationFailureCode_Values() []string
- func ScanningRepositoryFilterType_Values() []string
- func TagStatus_Values() []string
- type Attribute
- 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 AwsEcrContainerImageDetails
- func (s AwsEcrContainerImageDetails) GoString() string
- func (s *AwsEcrContainerImageDetails) SetArchitecture(v string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetAuthor(v string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetImageHash(v string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetImageTags(v []*string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetPlatform(v string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetPushedAt(v time.Time) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetRegistry(v string) *AwsEcrContainerImageDetails
- func (s *AwsEcrContainerImageDetails) SetRepositoryName(v string) *AwsEcrContainerImageDetails
- func (s AwsEcrContainerImageDetails) 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) SetFailures(v []*LayerFailure) *BatchCheckLayerAvailabilityOutput
- func (s *BatchCheckLayerAvailabilityOutput) SetLayers(v []*Layer) *BatchCheckLayerAvailabilityOutput
- func (s BatchCheckLayerAvailabilityOutput) String() string
- 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
- 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
- type BatchGetRepositoryScanningConfigurationInput
- func (s BatchGetRepositoryScanningConfigurationInput) GoString() string
- func (s *BatchGetRepositoryScanningConfigurationInput) SetRepositoryNames(v []*string) *BatchGetRepositoryScanningConfigurationInput
- func (s BatchGetRepositoryScanningConfigurationInput) String() string
- func (s *BatchGetRepositoryScanningConfigurationInput) Validate() error
- type BatchGetRepositoryScanningConfigurationOutput
- func (s BatchGetRepositoryScanningConfigurationOutput) GoString() string
- func (s *BatchGetRepositoryScanningConfigurationOutput) SetFailures(v []*RepositoryScanningConfigurationFailure) *BatchGetRepositoryScanningConfigurationOutput
- func (s *BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations(v []*RepositoryScanningConfiguration) *BatchGetRepositoryScanningConfigurationOutput
- func (s BatchGetRepositoryScanningConfigurationOutput) String() string
- 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) 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 CreatePullThroughCacheRuleInput
- func (s CreatePullThroughCacheRuleInput) GoString() string
- func (s *CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleInput
- func (s *CreatePullThroughCacheRuleInput) SetRegistryId(v string) *CreatePullThroughCacheRuleInput
- func (s *CreatePullThroughCacheRuleInput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleInput
- func (s CreatePullThroughCacheRuleInput) String() string
- func (s *CreatePullThroughCacheRuleInput) Validate() error
- type CreatePullThroughCacheRuleOutput
- func (s CreatePullThroughCacheRuleOutput) GoString() string
- func (s *CreatePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetRegistryId(v string) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleOutput
- func (s CreatePullThroughCacheRuleOutput) String() string
- type CreateRepositoryInput
- func (s CreateRepositoryInput) GoString() string
- func (s *CreateRepositoryInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateRepositoryInput
- func (s *CreateRepositoryInput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *CreateRepositoryInput
- func (s *CreateRepositoryInput) SetImageTagMutability(v string) *CreateRepositoryInput
- func (s *CreateRepositoryInput) SetRegistryId(v string) *CreateRepositoryInput
- func (s *CreateRepositoryInput) SetRepositoryName(v string) *CreateRepositoryInput
- func (s *CreateRepositoryInput) SetTags(v []*Tag) *CreateRepositoryInput
- func (s CreateRepositoryInput) String() string
- func (s *CreateRepositoryInput) Validate() error
- type CreateRepositoryOutput
- type CvssScore
- type CvssScoreAdjustment
- type CvssScoreDetails
- func (s CvssScoreDetails) GoString() string
- func (s *CvssScoreDetails) SetAdjustments(v []*CvssScoreAdjustment) *CvssScoreDetails
- func (s *CvssScoreDetails) SetScore(v float64) *CvssScoreDetails
- func (s *CvssScoreDetails) SetScoreSource(v string) *CvssScoreDetails
- func (s *CvssScoreDetails) SetScoringVector(v string) *CvssScoreDetails
- func (s *CvssScoreDetails) SetVersion(v string) *CvssScoreDetails
- func (s CvssScoreDetails) String() string
- 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) 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 DeletePullThroughCacheRuleInput
- func (s DeletePullThroughCacheRuleInput) GoString() string
- func (s *DeletePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleInput
- func (s *DeletePullThroughCacheRuleInput) SetRegistryId(v string) *DeletePullThroughCacheRuleInput
- func (s DeletePullThroughCacheRuleInput) String() string
- func (s *DeletePullThroughCacheRuleInput) Validate() error
- type DeletePullThroughCacheRuleOutput
- func (s DeletePullThroughCacheRuleOutput) GoString() string
- func (s *DeletePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *DeletePullThroughCacheRuleOutput
- func (s *DeletePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleOutput
- func (s *DeletePullThroughCacheRuleOutput) SetRegistryId(v string) *DeletePullThroughCacheRuleOutput
- func (s *DeletePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *DeletePullThroughCacheRuleOutput
- func (s DeletePullThroughCacheRuleOutput) String() string
- type DeleteRegistryPolicyInput
- type DeleteRegistryPolicyOutput
- 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) SetPolicyText(v string) *DeleteRepositoryPolicyOutput
- func (s *DeleteRepositoryPolicyOutput) SetRegistryId(v string) *DeleteRepositoryPolicyOutput
- func (s *DeleteRepositoryPolicyOutput) SetRepositoryName(v string) *DeleteRepositoryPolicyOutput
- func (s DeleteRepositoryPolicyOutput) String() string
- type DescribeImageReplicationStatusInput
- func (s DescribeImageReplicationStatusInput) GoString() string
- func (s *DescribeImageReplicationStatusInput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusInput
- func (s *DescribeImageReplicationStatusInput) SetRegistryId(v string) *DescribeImageReplicationStatusInput
- func (s *DescribeImageReplicationStatusInput) SetRepositoryName(v string) *DescribeImageReplicationStatusInput
- func (s DescribeImageReplicationStatusInput) String() string
- func (s *DescribeImageReplicationStatusInput) Validate() error
- type DescribeImageReplicationStatusOutput
- func (s DescribeImageReplicationStatusOutput) GoString() string
- func (s *DescribeImageReplicationStatusOutput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusOutput
- func (s *DescribeImageReplicationStatusOutput) SetReplicationStatuses(v []*ImageReplicationStatus) *DescribeImageReplicationStatusOutput
- func (s *DescribeImageReplicationStatusOutput) SetRepositoryName(v string) *DescribeImageReplicationStatusOutput
- func (s DescribeImageReplicationStatusOutput) String() string
- type DescribeImageScanFindingsInput
- func (s DescribeImageScanFindingsInput) GoString() string
- func (s *DescribeImageScanFindingsInput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsInput
- func (s *DescribeImageScanFindingsInput) SetMaxResults(v int64) *DescribeImageScanFindingsInput
- func (s *DescribeImageScanFindingsInput) SetNextToken(v string) *DescribeImageScanFindingsInput
- func (s *DescribeImageScanFindingsInput) SetRegistryId(v string) *DescribeImageScanFindingsInput
- func (s *DescribeImageScanFindingsInput) SetRepositoryName(v string) *DescribeImageScanFindingsInput
- func (s DescribeImageScanFindingsInput) String() string
- func (s *DescribeImageScanFindingsInput) Validate() error
- type DescribeImageScanFindingsOutput
- func (s DescribeImageScanFindingsOutput) GoString() string
- func (s *DescribeImageScanFindingsOutput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsOutput
- func (s *DescribeImageScanFindingsOutput) SetImageScanFindings(v *ImageScanFindings) *DescribeImageScanFindingsOutput
- func (s *DescribeImageScanFindingsOutput) SetImageScanStatus(v *ImageScanStatus) *DescribeImageScanFindingsOutput
- func (s *DescribeImageScanFindingsOutput) SetNextToken(v string) *DescribeImageScanFindingsOutput
- func (s *DescribeImageScanFindingsOutput) SetRegistryId(v string) *DescribeImageScanFindingsOutput
- func (s *DescribeImageScanFindingsOutput) SetRepositoryName(v string) *DescribeImageScanFindingsOutput
- func (s DescribeImageScanFindingsOutput) String() string
- 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
- type DescribePullThroughCacheRulesInput
- func (s DescribePullThroughCacheRulesInput) GoString() string
- func (s *DescribePullThroughCacheRulesInput) SetEcrRepositoryPrefixes(v []*string) *DescribePullThroughCacheRulesInput
- func (s *DescribePullThroughCacheRulesInput) SetMaxResults(v int64) *DescribePullThroughCacheRulesInput
- func (s *DescribePullThroughCacheRulesInput) SetNextToken(v string) *DescribePullThroughCacheRulesInput
- func (s *DescribePullThroughCacheRulesInput) SetRegistryId(v string) *DescribePullThroughCacheRulesInput
- func (s DescribePullThroughCacheRulesInput) String() string
- func (s *DescribePullThroughCacheRulesInput) Validate() error
- type DescribePullThroughCacheRulesOutput
- func (s DescribePullThroughCacheRulesOutput) GoString() string
- func (s *DescribePullThroughCacheRulesOutput) SetNextToken(v string) *DescribePullThroughCacheRulesOutput
- func (s *DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules(v []*PullThroughCacheRule) *DescribePullThroughCacheRulesOutput
- func (s DescribePullThroughCacheRulesOutput) String() string
- type DescribeRegistryInput
- type DescribeRegistryOutput
- 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
- type ECR
- func (c *ECR) BatchCheckLayerAvailability(input *BatchCheckLayerAvailabilityInput) (*BatchCheckLayerAvailabilityOutput, error)
- func (c *ECR) BatchCheckLayerAvailabilityRequest(input *BatchCheckLayerAvailabilityInput) (req *request.Request, output *BatchCheckLayerAvailabilityOutput)
- func (c *ECR) BatchCheckLayerAvailabilityWithContext(ctx aws.Context, input *BatchCheckLayerAvailabilityInput, ...) (*BatchCheckLayerAvailabilityOutput, error)
- func (c *ECR) BatchDeleteImage(input *BatchDeleteImageInput) (*BatchDeleteImageOutput, error)
- func (c *ECR) BatchDeleteImageRequest(input *BatchDeleteImageInput) (req *request.Request, output *BatchDeleteImageOutput)
- func (c *ECR) BatchDeleteImageWithContext(ctx aws.Context, input *BatchDeleteImageInput, opts ...request.Option) (*BatchDeleteImageOutput, error)
- func (c *ECR) BatchGetImage(input *BatchGetImageInput) (*BatchGetImageOutput, error)
- func (c *ECR) BatchGetImageRequest(input *BatchGetImageInput) (req *request.Request, output *BatchGetImageOutput)
- func (c *ECR) BatchGetImageWithContext(ctx aws.Context, input *BatchGetImageInput, opts ...request.Option) (*BatchGetImageOutput, error)
- func (c *ECR) BatchGetRepositoryScanningConfiguration(input *BatchGetRepositoryScanningConfigurationInput) (*BatchGetRepositoryScanningConfigurationOutput, error)
- func (c *ECR) BatchGetRepositoryScanningConfigurationRequest(input *BatchGetRepositoryScanningConfigurationInput) (req *request.Request, output *BatchGetRepositoryScanningConfigurationOutput)
- func (c *ECR) BatchGetRepositoryScanningConfigurationWithContext(ctx aws.Context, input *BatchGetRepositoryScanningConfigurationInput, ...) (*BatchGetRepositoryScanningConfigurationOutput, error)
- func (c *ECR) CompleteLayerUpload(input *CompleteLayerUploadInput) (*CompleteLayerUploadOutput, error)
- func (c *ECR) CompleteLayerUploadRequest(input *CompleteLayerUploadInput) (req *request.Request, output *CompleteLayerUploadOutput)
- func (c *ECR) CompleteLayerUploadWithContext(ctx aws.Context, input *CompleteLayerUploadInput, opts ...request.Option) (*CompleteLayerUploadOutput, error)
- func (c *ECR) CreatePullThroughCacheRule(input *CreatePullThroughCacheRuleInput) (*CreatePullThroughCacheRuleOutput, error)
- func (c *ECR) CreatePullThroughCacheRuleRequest(input *CreatePullThroughCacheRuleInput) (req *request.Request, output *CreatePullThroughCacheRuleOutput)
- func (c *ECR) CreatePullThroughCacheRuleWithContext(ctx aws.Context, input *CreatePullThroughCacheRuleInput, ...) (*CreatePullThroughCacheRuleOutput, error)
- func (c *ECR) CreateRepository(input *CreateRepositoryInput) (*CreateRepositoryOutput, error)
- func (c *ECR) CreateRepositoryRequest(input *CreateRepositoryInput) (req *request.Request, output *CreateRepositoryOutput)
- func (c *ECR) CreateRepositoryWithContext(ctx aws.Context, input *CreateRepositoryInput, opts ...request.Option) (*CreateRepositoryOutput, error)
- func (c *ECR) DeleteLifecyclePolicy(input *DeleteLifecyclePolicyInput) (*DeleteLifecyclePolicyOutput, error)
- func (c *ECR) DeleteLifecyclePolicyRequest(input *DeleteLifecyclePolicyInput) (req *request.Request, output *DeleteLifecyclePolicyOutput)
- func (c *ECR) DeleteLifecyclePolicyWithContext(ctx aws.Context, input *DeleteLifecyclePolicyInput, opts ...request.Option) (*DeleteLifecyclePolicyOutput, error)
- func (c *ECR) DeletePullThroughCacheRule(input *DeletePullThroughCacheRuleInput) (*DeletePullThroughCacheRuleOutput, error)
- func (c *ECR) DeletePullThroughCacheRuleRequest(input *DeletePullThroughCacheRuleInput) (req *request.Request, output *DeletePullThroughCacheRuleOutput)
- func (c *ECR) DeletePullThroughCacheRuleWithContext(ctx aws.Context, input *DeletePullThroughCacheRuleInput, ...) (*DeletePullThroughCacheRuleOutput, error)
- func (c *ECR) DeleteRegistryPolicy(input *DeleteRegistryPolicyInput) (*DeleteRegistryPolicyOutput, error)
- func (c *ECR) DeleteRegistryPolicyRequest(input *DeleteRegistryPolicyInput) (req *request.Request, output *DeleteRegistryPolicyOutput)
- func (c *ECR) DeleteRegistryPolicyWithContext(ctx aws.Context, input *DeleteRegistryPolicyInput, opts ...request.Option) (*DeleteRegistryPolicyOutput, error)
- func (c *ECR) DeleteRepository(input *DeleteRepositoryInput) (*DeleteRepositoryOutput, error)
- func (c *ECR) DeleteRepositoryPolicy(input *DeleteRepositoryPolicyInput) (*DeleteRepositoryPolicyOutput, error)
- func (c *ECR) DeleteRepositoryPolicyRequest(input *DeleteRepositoryPolicyInput) (req *request.Request, output *DeleteRepositoryPolicyOutput)
- func (c *ECR) DeleteRepositoryPolicyWithContext(ctx aws.Context, input *DeleteRepositoryPolicyInput, opts ...request.Option) (*DeleteRepositoryPolicyOutput, error)
- func (c *ECR) DeleteRepositoryRequest(input *DeleteRepositoryInput) (req *request.Request, output *DeleteRepositoryOutput)
- func (c *ECR) DeleteRepositoryWithContext(ctx aws.Context, input *DeleteRepositoryInput, opts ...request.Option) (*DeleteRepositoryOutput, error)
- func (c *ECR) DescribeImageReplicationStatus(input *DescribeImageReplicationStatusInput) (*DescribeImageReplicationStatusOutput, error)
- func (c *ECR) DescribeImageReplicationStatusRequest(input *DescribeImageReplicationStatusInput) (req *request.Request, output *DescribeImageReplicationStatusOutput)
- func (c *ECR) DescribeImageReplicationStatusWithContext(ctx aws.Context, input *DescribeImageReplicationStatusInput, ...) (*DescribeImageReplicationStatusOutput, error)
- func (c *ECR) DescribeImageScanFindings(input *DescribeImageScanFindingsInput) (*DescribeImageScanFindingsOutput, error)
- func (c *ECR) DescribeImageScanFindingsPages(input *DescribeImageScanFindingsInput, ...) error
- func (c *ECR) DescribeImageScanFindingsPagesWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, ...) error
- func (c *ECR) DescribeImageScanFindingsRequest(input *DescribeImageScanFindingsInput) (req *request.Request, output *DescribeImageScanFindingsOutput)
- func (c *ECR) DescribeImageScanFindingsWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, opts ...request.Option) (*DescribeImageScanFindingsOutput, error)
- func (c *ECR) DescribeImages(input *DescribeImagesInput) (*DescribeImagesOutput, error)
- 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) (req *request.Request, output *DescribeImagesOutput)
- func (c *ECR) DescribeImagesWithContext(ctx aws.Context, input *DescribeImagesInput, opts ...request.Option) (*DescribeImagesOutput, error)
- func (c *ECR) DescribePullThroughCacheRules(input *DescribePullThroughCacheRulesInput) (*DescribePullThroughCacheRulesOutput, error)
- func (c *ECR) DescribePullThroughCacheRulesPages(input *DescribePullThroughCacheRulesInput, ...) error
- func (c *ECR) DescribePullThroughCacheRulesPagesWithContext(ctx aws.Context, input *DescribePullThroughCacheRulesInput, ...) error
- func (c *ECR) DescribePullThroughCacheRulesRequest(input *DescribePullThroughCacheRulesInput) (req *request.Request, output *DescribePullThroughCacheRulesOutput)
- func (c *ECR) DescribePullThroughCacheRulesWithContext(ctx aws.Context, input *DescribePullThroughCacheRulesInput, ...) (*DescribePullThroughCacheRulesOutput, error)
- func (c *ECR) DescribeRegistry(input *DescribeRegistryInput) (*DescribeRegistryOutput, error)
- func (c *ECR) DescribeRegistryRequest(input *DescribeRegistryInput) (req *request.Request, output *DescribeRegistryOutput)
- func (c *ECR) DescribeRegistryWithContext(ctx aws.Context, input *DescribeRegistryInput, opts ...request.Option) (*DescribeRegistryOutput, error)
- func (c *ECR) DescribeRepositories(input *DescribeRepositoriesInput) (*DescribeRepositoriesOutput, error)
- func (c *ECR) DescribeRepositoriesPages(input *DescribeRepositoriesInput, ...) error
- func (c *ECR) DescribeRepositoriesPagesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, ...) error
- func (c *ECR) DescribeRepositoriesRequest(input *DescribeRepositoriesInput) (req *request.Request, output *DescribeRepositoriesOutput)
- func (c *ECR) DescribeRepositoriesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, opts ...request.Option) (*DescribeRepositoriesOutput, error)
- func (c *ECR) GetAuthorizationToken(input *GetAuthorizationTokenInput) (*GetAuthorizationTokenOutput, error)
- func (c *ECR) GetAuthorizationTokenRequest(input *GetAuthorizationTokenInput) (req *request.Request, output *GetAuthorizationTokenOutput)
- func (c *ECR) GetAuthorizationTokenWithContext(ctx aws.Context, input *GetAuthorizationTokenInput, opts ...request.Option) (*GetAuthorizationTokenOutput, error)
- func (c *ECR) GetDownloadUrlForLayer(input *GetDownloadUrlForLayerInput) (*GetDownloadUrlForLayerOutput, error)
- func (c *ECR) GetDownloadUrlForLayerRequest(input *GetDownloadUrlForLayerInput) (req *request.Request, output *GetDownloadUrlForLayerOutput)
- func (c *ECR) GetDownloadUrlForLayerWithContext(ctx aws.Context, input *GetDownloadUrlForLayerInput, opts ...request.Option) (*GetDownloadUrlForLayerOutput, error)
- func (c *ECR) GetLifecyclePolicy(input *GetLifecyclePolicyInput) (*GetLifecyclePolicyOutput, error)
- func (c *ECR) GetLifecyclePolicyPreview(input *GetLifecyclePolicyPreviewInput) (*GetLifecyclePolicyPreviewOutput, error)
- func (c *ECR) GetLifecyclePolicyPreviewPages(input *GetLifecyclePolicyPreviewInput, ...) error
- func (c *ECR) GetLifecyclePolicyPreviewPagesWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, ...) error
- func (c *ECR) GetLifecyclePolicyPreviewRequest(input *GetLifecyclePolicyPreviewInput) (req *request.Request, output *GetLifecyclePolicyPreviewOutput)
- func (c *ECR) GetLifecyclePolicyPreviewWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, opts ...request.Option) (*GetLifecyclePolicyPreviewOutput, error)
- func (c *ECR) GetLifecyclePolicyRequest(input *GetLifecyclePolicyInput) (req *request.Request, output *GetLifecyclePolicyOutput)
- func (c *ECR) GetLifecyclePolicyWithContext(ctx aws.Context, input *GetLifecyclePolicyInput, opts ...request.Option) (*GetLifecyclePolicyOutput, error)
- func (c *ECR) GetRegistryPolicy(input *GetRegistryPolicyInput) (*GetRegistryPolicyOutput, error)
- func (c *ECR) GetRegistryPolicyRequest(input *GetRegistryPolicyInput) (req *request.Request, output *GetRegistryPolicyOutput)
- func (c *ECR) GetRegistryPolicyWithContext(ctx aws.Context, input *GetRegistryPolicyInput, opts ...request.Option) (*GetRegistryPolicyOutput, error)
- func (c *ECR) GetRegistryScanningConfiguration(input *GetRegistryScanningConfigurationInput) (*GetRegistryScanningConfigurationOutput, error)
- func (c *ECR) GetRegistryScanningConfigurationRequest(input *GetRegistryScanningConfigurationInput) (req *request.Request, output *GetRegistryScanningConfigurationOutput)
- func (c *ECR) GetRegistryScanningConfigurationWithContext(ctx aws.Context, input *GetRegistryScanningConfigurationInput, ...) (*GetRegistryScanningConfigurationOutput, error)
- func (c *ECR) GetRepositoryPolicy(input *GetRepositoryPolicyInput) (*GetRepositoryPolicyOutput, error)
- func (c *ECR) GetRepositoryPolicyRequest(input *GetRepositoryPolicyInput) (req *request.Request, output *GetRepositoryPolicyOutput)
- func (c *ECR) GetRepositoryPolicyWithContext(ctx aws.Context, input *GetRepositoryPolicyInput, opts ...request.Option) (*GetRepositoryPolicyOutput, error)
- func (c *ECR) InitiateLayerUpload(input *InitiateLayerUploadInput) (*InitiateLayerUploadOutput, error)
- func (c *ECR) InitiateLayerUploadRequest(input *InitiateLayerUploadInput) (req *request.Request, output *InitiateLayerUploadOutput)
- func (c *ECR) InitiateLayerUploadWithContext(ctx aws.Context, input *InitiateLayerUploadInput, opts ...request.Option) (*InitiateLayerUploadOutput, error)
- func (c *ECR) ListImages(input *ListImagesInput) (*ListImagesOutput, error)
- 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) (req *request.Request, output *ListImagesOutput)
- func (c *ECR) ListImagesWithContext(ctx aws.Context, input *ListImagesInput, opts ...request.Option) (*ListImagesOutput, error)
- func (c *ECR) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *ECR) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *ECR) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *ECR) PutImage(input *PutImageInput) (*PutImageOutput, error)
- func (c *ECR) PutImageRequest(input *PutImageInput) (req *request.Request, output *PutImageOutput)
- func (c *ECR) PutImageScanningConfiguration(input *PutImageScanningConfigurationInput) (*PutImageScanningConfigurationOutput, error)
- func (c *ECR) PutImageScanningConfigurationRequest(input *PutImageScanningConfigurationInput) (req *request.Request, output *PutImageScanningConfigurationOutput)
- func (c *ECR) PutImageScanningConfigurationWithContext(ctx aws.Context, input *PutImageScanningConfigurationInput, ...) (*PutImageScanningConfigurationOutput, error)
- func (c *ECR) PutImageTagMutability(input *PutImageTagMutabilityInput) (*PutImageTagMutabilityOutput, error)
- func (c *ECR) PutImageTagMutabilityRequest(input *PutImageTagMutabilityInput) (req *request.Request, output *PutImageTagMutabilityOutput)
- func (c *ECR) PutImageTagMutabilityWithContext(ctx aws.Context, input *PutImageTagMutabilityInput, opts ...request.Option) (*PutImageTagMutabilityOutput, error)
- func (c *ECR) PutImageWithContext(ctx aws.Context, input *PutImageInput, opts ...request.Option) (*PutImageOutput, error)
- func (c *ECR) PutLifecyclePolicy(input *PutLifecyclePolicyInput) (*PutLifecyclePolicyOutput, error)
- func (c *ECR) PutLifecyclePolicyRequest(input *PutLifecyclePolicyInput) (req *request.Request, output *PutLifecyclePolicyOutput)
- func (c *ECR) PutLifecyclePolicyWithContext(ctx aws.Context, input *PutLifecyclePolicyInput, opts ...request.Option) (*PutLifecyclePolicyOutput, error)
- func (c *ECR) PutRegistryPolicy(input *PutRegistryPolicyInput) (*PutRegistryPolicyOutput, error)
- func (c *ECR) PutRegistryPolicyRequest(input *PutRegistryPolicyInput) (req *request.Request, output *PutRegistryPolicyOutput)
- func (c *ECR) PutRegistryPolicyWithContext(ctx aws.Context, input *PutRegistryPolicyInput, opts ...request.Option) (*PutRegistryPolicyOutput, error)
- func (c *ECR) PutRegistryScanningConfiguration(input *PutRegistryScanningConfigurationInput) (*PutRegistryScanningConfigurationOutput, error)
- func (c *ECR) PutRegistryScanningConfigurationRequest(input *PutRegistryScanningConfigurationInput) (req *request.Request, output *PutRegistryScanningConfigurationOutput)
- func (c *ECR) PutRegistryScanningConfigurationWithContext(ctx aws.Context, input *PutRegistryScanningConfigurationInput, ...) (*PutRegistryScanningConfigurationOutput, error)
- func (c *ECR) PutReplicationConfiguration(input *PutReplicationConfigurationInput) (*PutReplicationConfigurationOutput, error)
- func (c *ECR) PutReplicationConfigurationRequest(input *PutReplicationConfigurationInput) (req *request.Request, output *PutReplicationConfigurationOutput)
- func (c *ECR) PutReplicationConfigurationWithContext(ctx aws.Context, input *PutReplicationConfigurationInput, ...) (*PutReplicationConfigurationOutput, error)
- func (c *ECR) SetRepositoryPolicy(input *SetRepositoryPolicyInput) (*SetRepositoryPolicyOutput, error)
- func (c *ECR) SetRepositoryPolicyRequest(input *SetRepositoryPolicyInput) (req *request.Request, output *SetRepositoryPolicyOutput)
- func (c *ECR) SetRepositoryPolicyWithContext(ctx aws.Context, input *SetRepositoryPolicyInput, opts ...request.Option) (*SetRepositoryPolicyOutput, error)
- func (c *ECR) StartImageScan(input *StartImageScanInput) (*StartImageScanOutput, error)
- func (c *ECR) StartImageScanRequest(input *StartImageScanInput) (req *request.Request, output *StartImageScanOutput)
- func (c *ECR) StartImageScanWithContext(ctx aws.Context, input *StartImageScanInput, opts ...request.Option) (*StartImageScanOutput, error)
- func (c *ECR) StartLifecyclePolicyPreview(input *StartLifecyclePolicyPreviewInput) (*StartLifecyclePolicyPreviewOutput, error)
- func (c *ECR) StartLifecyclePolicyPreviewRequest(input *StartLifecyclePolicyPreviewInput) (req *request.Request, output *StartLifecyclePolicyPreviewOutput)
- func (c *ECR) StartLifecyclePolicyPreviewWithContext(ctx aws.Context, input *StartLifecyclePolicyPreviewInput, ...) (*StartLifecyclePolicyPreviewOutput, error)
- func (c *ECR) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *ECR) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *ECR) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *ECR) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *ECR) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *ECR) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *ECR) UploadLayerPart(input *UploadLayerPartInput) (*UploadLayerPartOutput, error)
- func (c *ECR) UploadLayerPartRequest(input *UploadLayerPartInput) (req *request.Request, output *UploadLayerPartOutput)
- func (c *ECR) UploadLayerPartWithContext(ctx aws.Context, input *UploadLayerPartInput, opts ...request.Option) (*UploadLayerPartOutput, error)
- func (c *ECR) WaitUntilImageScanComplete(input *DescribeImageScanFindingsInput) error
- func (c *ECR) WaitUntilImageScanCompleteWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, ...) error
- func (c *ECR) WaitUntilLifecyclePolicyPreviewComplete(input *GetLifecyclePolicyPreviewInput) error
- func (c *ECR) WaitUntilLifecyclePolicyPreviewCompleteWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, ...) error
- type EmptyUploadException
- func (s *EmptyUploadException) Code() string
- func (s *EmptyUploadException) Error() string
- func (s EmptyUploadException) GoString() string
- func (s *EmptyUploadException) Message() string
- func (s *EmptyUploadException) OrigErr() error
- func (s *EmptyUploadException) RequestID() string
- func (s *EmptyUploadException) StatusCode() int
- func (s EmptyUploadException) String() string
- type EncryptionConfiguration
- func (s EncryptionConfiguration) GoString() string
- func (s *EncryptionConfiguration) SetEncryptionType(v string) *EncryptionConfiguration
- func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration
- func (s EncryptionConfiguration) String() string
- func (s *EncryptionConfiguration) Validate() error
- type EnhancedImageScanFinding
- func (s EnhancedImageScanFinding) GoString() string
- func (s *EnhancedImageScanFinding) SetAwsAccountId(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetDescription(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetFindingArn(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetFirstObservedAt(v time.Time) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetLastObservedAt(v time.Time) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetPackageVulnerabilityDetails(v *PackageVulnerabilityDetails) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetRemediation(v *Remediation) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetResources(v []*Resource) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetScore(v float64) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetScoreDetails(v *ScoreDetails) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetSeverity(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetStatus(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetTitle(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetType(v string) *EnhancedImageScanFinding
- func (s *EnhancedImageScanFinding) SetUpdatedAt(v time.Time) *EnhancedImageScanFinding
- func (s EnhancedImageScanFinding) String() string
- type GetAuthorizationTokenInput
- type GetAuthorizationTokenOutput
- 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
- 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) 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) 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 string) *GetLifecyclePolicyPreviewOutput
- func (s *GetLifecyclePolicyPreviewOutput) SetSummary(v *LifecyclePolicyPreviewSummary) *GetLifecyclePolicyPreviewOutput
- func (s GetLifecyclePolicyPreviewOutput) String() string
- type GetRegistryPolicyInput
- type GetRegistryPolicyOutput
- type GetRegistryScanningConfigurationInput
- type GetRegistryScanningConfigurationOutput
- func (s GetRegistryScanningConfigurationOutput) GoString() string
- func (s *GetRegistryScanningConfigurationOutput) SetRegistryId(v string) *GetRegistryScanningConfigurationOutput
- func (s *GetRegistryScanningConfigurationOutput) SetScanningConfiguration(v *RegistryScanningConfiguration) *GetRegistryScanningConfigurationOutput
- func (s GetRegistryScanningConfigurationOutput) String() string
- 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) SetPolicyText(v string) *GetRepositoryPolicyOutput
- func (s *GetRepositoryPolicyOutput) SetRegistryId(v string) *GetRepositoryPolicyOutput
- func (s *GetRepositoryPolicyOutput) SetRepositoryName(v string) *GetRepositoryPolicyOutput
- func (s GetRepositoryPolicyOutput) String() string
- type Image
- func (s Image) GoString() string
- func (s *Image) SetImageId(v *ImageIdentifier) *Image
- func (s *Image) SetImageManifest(v string) *Image
- func (s *Image) SetImageManifestMediaType(v string) *Image
- func (s *Image) SetRegistryId(v string) *Image
- func (s *Image) SetRepositoryName(v string) *Image
- func (s Image) String() string
- type ImageAlreadyExistsException
- func (s *ImageAlreadyExistsException) Code() string
- func (s *ImageAlreadyExistsException) Error() string
- func (s ImageAlreadyExistsException) GoString() string
- func (s *ImageAlreadyExistsException) Message() string
- func (s *ImageAlreadyExistsException) OrigErr() error
- func (s *ImageAlreadyExistsException) RequestID() string
- func (s *ImageAlreadyExistsException) StatusCode() int
- func (s ImageAlreadyExistsException) String() string
- type ImageDetail
- func (s ImageDetail) GoString() string
- func (s *ImageDetail) SetArtifactMediaType(v string) *ImageDetail
- func (s *ImageDetail) SetImageDigest(v string) *ImageDetail
- func (s *ImageDetail) SetImageManifestMediaType(v string) *ImageDetail
- func (s *ImageDetail) SetImagePushedAt(v time.Time) *ImageDetail
- func (s *ImageDetail) SetImageScanFindingsSummary(v *ImageScanFindingsSummary) *ImageDetail
- func (s *ImageDetail) SetImageScanStatus(v *ImageScanStatus) *ImageDetail
- func (s *ImageDetail) SetImageSizeInBytes(v int64) *ImageDetail
- func (s *ImageDetail) SetImageTags(v []*string) *ImageDetail
- func (s *ImageDetail) SetLastRecordedPullTime(v time.Time) *ImageDetail
- func (s *ImageDetail) SetRegistryId(v string) *ImageDetail
- func (s *ImageDetail) SetRepositoryName(v string) *ImageDetail
- func (s ImageDetail) String() string
- type ImageDigestDoesNotMatchException
- func (s *ImageDigestDoesNotMatchException) Code() string
- func (s *ImageDigestDoesNotMatchException) Error() string
- func (s ImageDigestDoesNotMatchException) GoString() string
- func (s *ImageDigestDoesNotMatchException) Message() string
- func (s *ImageDigestDoesNotMatchException) OrigErr() error
- func (s *ImageDigestDoesNotMatchException) RequestID() string
- func (s *ImageDigestDoesNotMatchException) StatusCode() int
- func (s ImageDigestDoesNotMatchException) String() string
- type ImageFailure
- type ImageIdentifier
- type ImageNotFoundException
- func (s *ImageNotFoundException) Code() string
- func (s *ImageNotFoundException) Error() string
- func (s ImageNotFoundException) GoString() string
- func (s *ImageNotFoundException) Message() string
- func (s *ImageNotFoundException) OrigErr() error
- func (s *ImageNotFoundException) RequestID() string
- func (s *ImageNotFoundException) StatusCode() int
- func (s ImageNotFoundException) String() string
- type ImageReplicationStatus
- func (s ImageReplicationStatus) GoString() string
- func (s *ImageReplicationStatus) SetFailureCode(v string) *ImageReplicationStatus
- func (s *ImageReplicationStatus) SetRegion(v string) *ImageReplicationStatus
- func (s *ImageReplicationStatus) SetRegistryId(v string) *ImageReplicationStatus
- func (s *ImageReplicationStatus) SetStatus(v string) *ImageReplicationStatus
- func (s ImageReplicationStatus) String() string
- type ImageScanFinding
- func (s ImageScanFinding) GoString() string
- func (s *ImageScanFinding) SetAttributes(v []*Attribute) *ImageScanFinding
- func (s *ImageScanFinding) SetDescription(v string) *ImageScanFinding
- func (s *ImageScanFinding) SetName(v string) *ImageScanFinding
- func (s *ImageScanFinding) SetSeverity(v string) *ImageScanFinding
- func (s *ImageScanFinding) SetUri(v string) *ImageScanFinding
- func (s ImageScanFinding) String() string
- type ImageScanFindings
- func (s ImageScanFindings) GoString() string
- func (s *ImageScanFindings) SetEnhancedFindings(v []*EnhancedImageScanFinding) *ImageScanFindings
- func (s *ImageScanFindings) SetFindingSeverityCounts(v map[string]*int64) *ImageScanFindings
- func (s *ImageScanFindings) SetFindings(v []*ImageScanFinding) *ImageScanFindings
- func (s *ImageScanFindings) SetImageScanCompletedAt(v time.Time) *ImageScanFindings
- func (s *ImageScanFindings) SetVulnerabilitySourceUpdatedAt(v time.Time) *ImageScanFindings
- func (s ImageScanFindings) String() string
- type ImageScanFindingsSummary
- func (s ImageScanFindingsSummary) GoString() string
- func (s *ImageScanFindingsSummary) SetFindingSeverityCounts(v map[string]*int64) *ImageScanFindingsSummary
- func (s *ImageScanFindingsSummary) SetImageScanCompletedAt(v time.Time) *ImageScanFindingsSummary
- func (s *ImageScanFindingsSummary) SetVulnerabilitySourceUpdatedAt(v time.Time) *ImageScanFindingsSummary
- func (s ImageScanFindingsSummary) String() string
- type ImageScanStatus
- type ImageScanningConfiguration
- type ImageTagAlreadyExistsException
- func (s *ImageTagAlreadyExistsException) Code() string
- func (s *ImageTagAlreadyExistsException) Error() string
- func (s ImageTagAlreadyExistsException) GoString() string
- func (s *ImageTagAlreadyExistsException) Message() string
- func (s *ImageTagAlreadyExistsException) OrigErr() error
- func (s *ImageTagAlreadyExistsException) RequestID() string
- func (s *ImageTagAlreadyExistsException) StatusCode() int
- func (s ImageTagAlreadyExistsException) String() string
- 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
- type InvalidLayerException
- func (s *InvalidLayerException) Code() string
- func (s *InvalidLayerException) Error() string
- func (s InvalidLayerException) GoString() string
- func (s *InvalidLayerException) Message() string
- func (s *InvalidLayerException) OrigErr() error
- func (s *InvalidLayerException) RequestID() string
- func (s *InvalidLayerException) StatusCode() int
- func (s InvalidLayerException) String() string
- type InvalidLayerPartException
- func (s *InvalidLayerPartException) Code() string
- func (s *InvalidLayerPartException) Error() string
- func (s InvalidLayerPartException) GoString() string
- func (s *InvalidLayerPartException) Message() string
- func (s *InvalidLayerPartException) OrigErr() error
- func (s *InvalidLayerPartException) RequestID() string
- func (s *InvalidLayerPartException) StatusCode() int
- func (s InvalidLayerPartException) String() string
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidTagParameterException
- func (s *InvalidTagParameterException) Code() string
- func (s *InvalidTagParameterException) Error() string
- func (s InvalidTagParameterException) GoString() string
- func (s *InvalidTagParameterException) Message() string
- func (s *InvalidTagParameterException) OrigErr() error
- func (s *InvalidTagParameterException) RequestID() string
- func (s *InvalidTagParameterException) StatusCode() int
- func (s InvalidTagParameterException) String() string
- type KmsException
- func (s *KmsException) Code() string
- func (s *KmsException) Error() string
- func (s KmsException) GoString() string
- func (s *KmsException) Message() string
- func (s *KmsException) OrigErr() error
- func (s *KmsException) RequestID() string
- func (s *KmsException) StatusCode() int
- func (s KmsException) String() string
- type Layer
- type LayerAlreadyExistsException
- func (s *LayerAlreadyExistsException) Code() string
- func (s *LayerAlreadyExistsException) Error() string
- func (s LayerAlreadyExistsException) GoString() string
- func (s *LayerAlreadyExistsException) Message() string
- func (s *LayerAlreadyExistsException) OrigErr() error
- func (s *LayerAlreadyExistsException) RequestID() string
- func (s *LayerAlreadyExistsException) StatusCode() int
- func (s LayerAlreadyExistsException) String() string
- type LayerFailure
- type LayerInaccessibleException
- func (s *LayerInaccessibleException) Code() string
- func (s *LayerInaccessibleException) Error() string
- func (s LayerInaccessibleException) GoString() string
- func (s *LayerInaccessibleException) Message() string
- func (s *LayerInaccessibleException) OrigErr() error
- func (s *LayerInaccessibleException) RequestID() string
- func (s *LayerInaccessibleException) StatusCode() int
- func (s LayerInaccessibleException) String() string
- type LayerPartTooSmallException
- func (s *LayerPartTooSmallException) Code() string
- func (s *LayerPartTooSmallException) Error() string
- func (s LayerPartTooSmallException) GoString() string
- func (s *LayerPartTooSmallException) Message() string
- func (s *LayerPartTooSmallException) OrigErr() error
- func (s *LayerPartTooSmallException) RequestID() string
- func (s *LayerPartTooSmallException) StatusCode() int
- func (s LayerPartTooSmallException) String() string
- type LayersNotFoundException
- func (s *LayersNotFoundException) Code() string
- func (s *LayersNotFoundException) Error() string
- func (s LayersNotFoundException) GoString() string
- func (s *LayersNotFoundException) Message() string
- func (s *LayersNotFoundException) OrigErr() error
- func (s *LayersNotFoundException) RequestID() string
- func (s *LayersNotFoundException) StatusCode() int
- func (s LayersNotFoundException) String() string
- type LifecyclePolicyNotFoundException
- func (s *LifecyclePolicyNotFoundException) Code() string
- func (s *LifecyclePolicyNotFoundException) Error() string
- func (s LifecyclePolicyNotFoundException) GoString() string
- func (s *LifecyclePolicyNotFoundException) Message() string
- func (s *LifecyclePolicyNotFoundException) OrigErr() error
- func (s *LifecyclePolicyNotFoundException) RequestID() string
- func (s *LifecyclePolicyNotFoundException) StatusCode() int
- func (s LifecyclePolicyNotFoundException) String() string
- type LifecyclePolicyPreviewFilter
- type LifecyclePolicyPreviewInProgressException
- func (s *LifecyclePolicyPreviewInProgressException) Code() string
- func (s *LifecyclePolicyPreviewInProgressException) Error() string
- func (s LifecyclePolicyPreviewInProgressException) GoString() string
- func (s *LifecyclePolicyPreviewInProgressException) Message() string
- func (s *LifecyclePolicyPreviewInProgressException) OrigErr() error
- func (s *LifecyclePolicyPreviewInProgressException) RequestID() string
- func (s *LifecyclePolicyPreviewInProgressException) StatusCode() int
- func (s LifecyclePolicyPreviewInProgressException) String() string
- type LifecyclePolicyPreviewNotFoundException
- func (s *LifecyclePolicyPreviewNotFoundException) Code() string
- func (s *LifecyclePolicyPreviewNotFoundException) Error() string
- func (s LifecyclePolicyPreviewNotFoundException) GoString() string
- func (s *LifecyclePolicyPreviewNotFoundException) Message() string
- func (s *LifecyclePolicyPreviewNotFoundException) OrigErr() error
- func (s *LifecyclePolicyPreviewNotFoundException) RequestID() string
- func (s *LifecyclePolicyPreviewNotFoundException) StatusCode() int
- func (s LifecyclePolicyPreviewNotFoundException) String() string
- 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 LifecyclePolicyPreviewSummary
- type LifecyclePolicyRuleAction
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- 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 ListTagsForResourceInput
- type ListTagsForResourceOutput
- type PackageVulnerabilityDetails
- func (s PackageVulnerabilityDetails) GoString() string
- func (s *PackageVulnerabilityDetails) SetCvss(v []*CvssScore) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetReferenceUrls(v []*string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetRelatedVulnerabilities(v []*string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetSource(v string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetSourceUrl(v string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetVendorCreatedAt(v time.Time) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetVendorSeverity(v string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetVendorUpdatedAt(v time.Time) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetVulnerabilityId(v string) *PackageVulnerabilityDetails
- func (s *PackageVulnerabilityDetails) SetVulnerablePackages(v []*VulnerablePackage) *PackageVulnerabilityDetails
- func (s PackageVulnerabilityDetails) String() string
- type PullThroughCacheRule
- func (s PullThroughCacheRule) GoString() string
- func (s *PullThroughCacheRule) SetCreatedAt(v time.Time) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetEcrRepositoryPrefix(v string) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetRegistryId(v string) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetUpstreamRegistryUrl(v string) *PullThroughCacheRule
- func (s PullThroughCacheRule) String() string
- type PullThroughCacheRuleAlreadyExistsException
- func (s *PullThroughCacheRuleAlreadyExistsException) Code() string
- func (s *PullThroughCacheRuleAlreadyExistsException) Error() string
- func (s PullThroughCacheRuleAlreadyExistsException) GoString() string
- func (s *PullThroughCacheRuleAlreadyExistsException) Message() string
- func (s *PullThroughCacheRuleAlreadyExistsException) OrigErr() error
- func (s *PullThroughCacheRuleAlreadyExistsException) RequestID() string
- func (s *PullThroughCacheRuleAlreadyExistsException) StatusCode() int
- func (s PullThroughCacheRuleAlreadyExistsException) String() string
- type PullThroughCacheRuleNotFoundException
- func (s *PullThroughCacheRuleNotFoundException) Code() string
- func (s *PullThroughCacheRuleNotFoundException) Error() string
- func (s PullThroughCacheRuleNotFoundException) GoString() string
- func (s *PullThroughCacheRuleNotFoundException) Message() string
- func (s *PullThroughCacheRuleNotFoundException) OrigErr() error
- func (s *PullThroughCacheRuleNotFoundException) RequestID() string
- func (s *PullThroughCacheRuleNotFoundException) StatusCode() int
- func (s PullThroughCacheRuleNotFoundException) String() string
- type PutImageInput
- func (s PutImageInput) GoString() string
- func (s *PutImageInput) SetImageDigest(v string) *PutImageInput
- func (s *PutImageInput) SetImageManifest(v string) *PutImageInput
- func (s *PutImageInput) SetImageManifestMediaType(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 PutImageScanningConfigurationInput
- func (s PutImageScanningConfigurationInput) GoString() string
- func (s *PutImageScanningConfigurationInput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *PutImageScanningConfigurationInput
- func (s *PutImageScanningConfigurationInput) SetRegistryId(v string) *PutImageScanningConfigurationInput
- func (s *PutImageScanningConfigurationInput) SetRepositoryName(v string) *PutImageScanningConfigurationInput
- func (s PutImageScanningConfigurationInput) String() string
- func (s *PutImageScanningConfigurationInput) Validate() error
- type PutImageScanningConfigurationOutput
- func (s PutImageScanningConfigurationOutput) GoString() string
- func (s *PutImageScanningConfigurationOutput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *PutImageScanningConfigurationOutput
- func (s *PutImageScanningConfigurationOutput) SetRegistryId(v string) *PutImageScanningConfigurationOutput
- func (s *PutImageScanningConfigurationOutput) SetRepositoryName(v string) *PutImageScanningConfigurationOutput
- func (s PutImageScanningConfigurationOutput) String() string
- type PutImageTagMutabilityInput
- func (s PutImageTagMutabilityInput) GoString() string
- func (s *PutImageTagMutabilityInput) SetImageTagMutability(v string) *PutImageTagMutabilityInput
- func (s *PutImageTagMutabilityInput) SetRegistryId(v string) *PutImageTagMutabilityInput
- func (s *PutImageTagMutabilityInput) SetRepositoryName(v string) *PutImageTagMutabilityInput
- func (s PutImageTagMutabilityInput) String() string
- func (s *PutImageTagMutabilityInput) Validate() error
- type PutImageTagMutabilityOutput
- func (s PutImageTagMutabilityOutput) GoString() string
- func (s *PutImageTagMutabilityOutput) SetImageTagMutability(v string) *PutImageTagMutabilityOutput
- func (s *PutImageTagMutabilityOutput) SetRegistryId(v string) *PutImageTagMutabilityOutput
- func (s *PutImageTagMutabilityOutput) SetRepositoryName(v string) *PutImageTagMutabilityOutput
- func (s PutImageTagMutabilityOutput) String() string
- 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) SetLifecyclePolicyText(v string) *PutLifecyclePolicyOutput
- func (s *PutLifecyclePolicyOutput) SetRegistryId(v string) *PutLifecyclePolicyOutput
- func (s *PutLifecyclePolicyOutput) SetRepositoryName(v string) *PutLifecyclePolicyOutput
- func (s PutLifecyclePolicyOutput) String() string
- type PutRegistryPolicyInput
- type PutRegistryPolicyOutput
- type PutRegistryScanningConfigurationInput
- func (s PutRegistryScanningConfigurationInput) GoString() string
- func (s *PutRegistryScanningConfigurationInput) SetRules(v []*RegistryScanningRule) *PutRegistryScanningConfigurationInput
- func (s *PutRegistryScanningConfigurationInput) SetScanType(v string) *PutRegistryScanningConfigurationInput
- func (s PutRegistryScanningConfigurationInput) String() string
- func (s *PutRegistryScanningConfigurationInput) Validate() error
- type PutRegistryScanningConfigurationOutput
- type PutReplicationConfigurationInput
- func (s PutReplicationConfigurationInput) GoString() string
- func (s *PutReplicationConfigurationInput) SetReplicationConfiguration(v *ReplicationConfiguration) *PutReplicationConfigurationInput
- func (s PutReplicationConfigurationInput) String() string
- func (s *PutReplicationConfigurationInput) Validate() error
- type PutReplicationConfigurationOutput
- type Recommendation
- type ReferencedImagesNotFoundException
- func (s *ReferencedImagesNotFoundException) Code() string
- func (s *ReferencedImagesNotFoundException) Error() string
- func (s ReferencedImagesNotFoundException) GoString() string
- func (s *ReferencedImagesNotFoundException) Message() string
- func (s *ReferencedImagesNotFoundException) OrigErr() error
- func (s *ReferencedImagesNotFoundException) RequestID() string
- func (s *ReferencedImagesNotFoundException) StatusCode() int
- func (s ReferencedImagesNotFoundException) String() string
- type RegistryPolicyNotFoundException
- func (s *RegistryPolicyNotFoundException) Code() string
- func (s *RegistryPolicyNotFoundException) Error() string
- func (s RegistryPolicyNotFoundException) GoString() string
- func (s *RegistryPolicyNotFoundException) Message() string
- func (s *RegistryPolicyNotFoundException) OrigErr() error
- func (s *RegistryPolicyNotFoundException) RequestID() string
- func (s *RegistryPolicyNotFoundException) StatusCode() int
- func (s RegistryPolicyNotFoundException) String() string
- type RegistryScanningConfiguration
- func (s RegistryScanningConfiguration) GoString() string
- func (s *RegistryScanningConfiguration) SetRules(v []*RegistryScanningRule) *RegistryScanningConfiguration
- func (s *RegistryScanningConfiguration) SetScanType(v string) *RegistryScanningConfiguration
- func (s RegistryScanningConfiguration) String() string
- type RegistryScanningRule
- func (s RegistryScanningRule) GoString() string
- func (s *RegistryScanningRule) SetRepositoryFilters(v []*ScanningRepositoryFilter) *RegistryScanningRule
- func (s *RegistryScanningRule) SetScanFrequency(v string) *RegistryScanningRule
- func (s RegistryScanningRule) String() string
- func (s *RegistryScanningRule) Validate() error
- type Remediation
- type ReplicationConfiguration
- type ReplicationDestination
- func (s ReplicationDestination) GoString() string
- func (s *ReplicationDestination) SetRegion(v string) *ReplicationDestination
- func (s *ReplicationDestination) SetRegistryId(v string) *ReplicationDestination
- func (s ReplicationDestination) String() string
- func (s *ReplicationDestination) Validate() error
- type ReplicationRule
- func (s ReplicationRule) GoString() string
- func (s *ReplicationRule) SetDestinations(v []*ReplicationDestination) *ReplicationRule
- func (s *ReplicationRule) SetRepositoryFilters(v []*RepositoryFilter) *ReplicationRule
- func (s ReplicationRule) String() string
- func (s *ReplicationRule) Validate() error
- type Repository
- func (s Repository) GoString() string
- func (s *Repository) SetCreatedAt(v time.Time) *Repository
- func (s *Repository) SetEncryptionConfiguration(v *EncryptionConfiguration) *Repository
- func (s *Repository) SetImageScanningConfiguration(v *ImageScanningConfiguration) *Repository
- func (s *Repository) SetImageTagMutability(v string) *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 RepositoryAlreadyExistsException
- func (s *RepositoryAlreadyExistsException) Code() string
- func (s *RepositoryAlreadyExistsException) Error() string
- func (s RepositoryAlreadyExistsException) GoString() string
- func (s *RepositoryAlreadyExistsException) Message() string
- func (s *RepositoryAlreadyExistsException) OrigErr() error
- func (s *RepositoryAlreadyExistsException) RequestID() string
- func (s *RepositoryAlreadyExistsException) StatusCode() int
- func (s RepositoryAlreadyExistsException) String() string
- type RepositoryFilter
- type RepositoryNotEmptyException
- func (s *RepositoryNotEmptyException) Code() string
- func (s *RepositoryNotEmptyException) Error() string
- func (s RepositoryNotEmptyException) GoString() string
- func (s *RepositoryNotEmptyException) Message() string
- func (s *RepositoryNotEmptyException) OrigErr() error
- func (s *RepositoryNotEmptyException) RequestID() string
- func (s *RepositoryNotEmptyException) StatusCode() int
- func (s RepositoryNotEmptyException) String() string
- type RepositoryNotFoundException
- func (s *RepositoryNotFoundException) Code() string
- func (s *RepositoryNotFoundException) Error() string
- func (s RepositoryNotFoundException) GoString() string
- func (s *RepositoryNotFoundException) Message() string
- func (s *RepositoryNotFoundException) OrigErr() error
- func (s *RepositoryNotFoundException) RequestID() string
- func (s *RepositoryNotFoundException) StatusCode() int
- func (s RepositoryNotFoundException) String() string
- type RepositoryPolicyNotFoundException
- func (s *RepositoryPolicyNotFoundException) Code() string
- func (s *RepositoryPolicyNotFoundException) Error() string
- func (s RepositoryPolicyNotFoundException) GoString() string
- func (s *RepositoryPolicyNotFoundException) Message() string
- func (s *RepositoryPolicyNotFoundException) OrigErr() error
- func (s *RepositoryPolicyNotFoundException) RequestID() string
- func (s *RepositoryPolicyNotFoundException) StatusCode() int
- func (s RepositoryPolicyNotFoundException) String() string
- type RepositoryScanningConfiguration
- func (s RepositoryScanningConfiguration) GoString() string
- func (s *RepositoryScanningConfiguration) SetAppliedScanFilters(v []*ScanningRepositoryFilter) *RepositoryScanningConfiguration
- func (s *RepositoryScanningConfiguration) SetRepositoryArn(v string) *RepositoryScanningConfiguration
- func (s *RepositoryScanningConfiguration) SetRepositoryName(v string) *RepositoryScanningConfiguration
- func (s *RepositoryScanningConfiguration) SetScanFrequency(v string) *RepositoryScanningConfiguration
- func (s *RepositoryScanningConfiguration) SetScanOnPush(v bool) *RepositoryScanningConfiguration
- func (s RepositoryScanningConfiguration) String() string
- type RepositoryScanningConfigurationFailure
- func (s RepositoryScanningConfigurationFailure) GoString() string
- func (s *RepositoryScanningConfigurationFailure) SetFailureCode(v string) *RepositoryScanningConfigurationFailure
- func (s *RepositoryScanningConfigurationFailure) SetFailureReason(v string) *RepositoryScanningConfigurationFailure
- func (s *RepositoryScanningConfigurationFailure) SetRepositoryName(v string) *RepositoryScanningConfigurationFailure
- func (s RepositoryScanningConfigurationFailure) String() string
- type Resource
- type ResourceDetails
- type ScanNotFoundException
- func (s *ScanNotFoundException) Code() string
- func (s *ScanNotFoundException) Error() string
- func (s ScanNotFoundException) GoString() string
- func (s *ScanNotFoundException) Message() string
- func (s *ScanNotFoundException) OrigErr() error
- func (s *ScanNotFoundException) RequestID() string
- func (s *ScanNotFoundException) StatusCode() int
- func (s ScanNotFoundException) String() string
- type ScanningRepositoryFilter
- func (s ScanningRepositoryFilter) GoString() string
- func (s *ScanningRepositoryFilter) SetFilter(v string) *ScanningRepositoryFilter
- func (s *ScanningRepositoryFilter) SetFilterType(v string) *ScanningRepositoryFilter
- func (s ScanningRepositoryFilter) String() string
- func (s *ScanningRepositoryFilter) Validate() error
- type ScoreDetails
- type ServerException
- func (s *ServerException) Code() string
- func (s *ServerException) Error() string
- func (s ServerException) GoString() string
- func (s *ServerException) Message() string
- func (s *ServerException) OrigErr() error
- func (s *ServerException) RequestID() string
- func (s *ServerException) StatusCode() int
- func (s ServerException) 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) SetPolicyText(v string) *SetRepositoryPolicyOutput
- func (s *SetRepositoryPolicyOutput) SetRegistryId(v string) *SetRepositoryPolicyOutput
- func (s *SetRepositoryPolicyOutput) SetRepositoryName(v string) *SetRepositoryPolicyOutput
- func (s SetRepositoryPolicyOutput) String() string
- type StartImageScanInput
- func (s StartImageScanInput) GoString() string
- func (s *StartImageScanInput) SetImageId(v *ImageIdentifier) *StartImageScanInput
- func (s *StartImageScanInput) SetRegistryId(v string) *StartImageScanInput
- func (s *StartImageScanInput) SetRepositoryName(v string) *StartImageScanInput
- func (s StartImageScanInput) String() string
- func (s *StartImageScanInput) Validate() error
- type StartImageScanOutput
- func (s StartImageScanOutput) GoString() string
- func (s *StartImageScanOutput) SetImageId(v *ImageIdentifier) *StartImageScanOutput
- func (s *StartImageScanOutput) SetImageScanStatus(v *ImageScanStatus) *StartImageScanOutput
- func (s *StartImageScanOutput) SetRegistryId(v string) *StartImageScanOutput
- func (s *StartImageScanOutput) SetRepositoryName(v string) *StartImageScanOutput
- func (s StartImageScanOutput) String() string
- 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) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetRegistryId(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewOutput
- func (s *StartLifecyclePolicyPreviewOutput) SetStatus(v string) *StartLifecyclePolicyPreviewOutput
- func (s StartLifecyclePolicyPreviewOutput) String() string
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TooManyTagsException
- func (s *TooManyTagsException) Code() string
- func (s *TooManyTagsException) Error() string
- func (s TooManyTagsException) GoString() string
- func (s *TooManyTagsException) Message() string
- func (s *TooManyTagsException) OrigErr() error
- func (s *TooManyTagsException) RequestID() string
- func (s *TooManyTagsException) StatusCode() int
- func (s TooManyTagsException) String() string
- type UnsupportedImageTypeException
- func (s *UnsupportedImageTypeException) Code() string
- func (s *UnsupportedImageTypeException) Error() string
- func (s UnsupportedImageTypeException) GoString() string
- func (s *UnsupportedImageTypeException) Message() string
- func (s *UnsupportedImageTypeException) OrigErr() error
- func (s *UnsupportedImageTypeException) RequestID() string
- func (s *UnsupportedImageTypeException) StatusCode() int
- func (s UnsupportedImageTypeException) String() string
- type UnsupportedUpstreamRegistryException
- func (s *UnsupportedUpstreamRegistryException) Code() string
- func (s *UnsupportedUpstreamRegistryException) Error() string
- func (s UnsupportedUpstreamRegistryException) GoString() string
- func (s *UnsupportedUpstreamRegistryException) Message() string
- func (s *UnsupportedUpstreamRegistryException) OrigErr() error
- func (s *UnsupportedUpstreamRegistryException) RequestID() string
- func (s *UnsupportedUpstreamRegistryException) StatusCode() int
- func (s UnsupportedUpstreamRegistryException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- 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) 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 UploadNotFoundException
- func (s *UploadNotFoundException) Code() string
- func (s *UploadNotFoundException) Error() string
- func (s UploadNotFoundException) GoString() string
- func (s *UploadNotFoundException) Message() string
- func (s *UploadNotFoundException) OrigErr() error
- func (s *UploadNotFoundException) RequestID() string
- func (s *UploadNotFoundException) StatusCode() int
- func (s UploadNotFoundException) String() string
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
- type VulnerablePackage
- func (s VulnerablePackage) GoString() string
- func (s *VulnerablePackage) SetArch(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetEpoch(v int64) *VulnerablePackage
- func (s *VulnerablePackage) SetFilePath(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetName(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetPackageManager(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetRelease(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetSourceLayerHash(v string) *VulnerablePackage
- func (s *VulnerablePackage) SetVersion(v string) *VulnerablePackage
- func (s VulnerablePackage) String() string
Examples ¶
Constants ¶
const ( // EncryptionTypeAes256 is a EncryptionType enum value EncryptionTypeAes256 = "AES256" // EncryptionTypeKms is a EncryptionType enum value EncryptionTypeKms = "KMS" )
const ( // FindingSeverityInformational is a FindingSeverity enum value FindingSeverityInformational = "INFORMATIONAL" // FindingSeverityLow is a FindingSeverity enum value FindingSeverityLow = "LOW" // FindingSeverityMedium is a FindingSeverity enum value FindingSeverityMedium = "MEDIUM" // FindingSeverityHigh is a FindingSeverity enum value FindingSeverityHigh = "HIGH" // FindingSeverityCritical is a FindingSeverity enum value FindingSeverityCritical = "CRITICAL" // FindingSeverityUndefined is a FindingSeverity enum value FindingSeverityUndefined = "UNDEFINED" )
const ( // ImageFailureCodeInvalidImageDigest is a ImageFailureCode enum value ImageFailureCodeInvalidImageDigest = "InvalidImageDigest" // ImageFailureCodeInvalidImageTag is a ImageFailureCode enum value ImageFailureCodeInvalidImageTag = "InvalidImageTag" // ImageFailureCodeImageTagDoesNotMatchDigest is a ImageFailureCode enum value ImageFailureCodeImageTagDoesNotMatchDigest = "ImageTagDoesNotMatchDigest" // ImageFailureCodeImageNotFound is a ImageFailureCode enum value ImageFailureCodeImageNotFound = "ImageNotFound" // ImageFailureCodeMissingDigestAndTag is a ImageFailureCode enum value ImageFailureCodeMissingDigestAndTag = "MissingDigestAndTag" // ImageFailureCodeImageReferencedByManifestList is a ImageFailureCode enum value ImageFailureCodeImageReferencedByManifestList = "ImageReferencedByManifestList" // ImageFailureCodeKmsError is a ImageFailureCode enum value ImageFailureCodeKmsError = "KmsError" )
const ( // ImageTagMutabilityMutable is a ImageTagMutability enum value ImageTagMutabilityMutable = "MUTABLE" // ImageTagMutabilityImmutable is a ImageTagMutability enum value ImageTagMutabilityImmutable = "IMMUTABLE" )
const ( // LayerAvailabilityAvailable is a LayerAvailability enum value LayerAvailabilityAvailable = "AVAILABLE" LayerAvailabilityUnavailable = "UNAVAILABLE" )
const ( // LayerFailureCodeInvalidLayerDigest is a LayerFailureCode enum value LayerFailureCodeInvalidLayerDigest = "InvalidLayerDigest" // LayerFailureCodeMissingLayerDigest is a LayerFailureCode enum value LayerFailureCodeMissingLayerDigest = "MissingLayerDigest" )
const ( // LifecyclePolicyPreviewStatusInProgress is a LifecyclePolicyPreviewStatus enum value LifecyclePolicyPreviewStatusInProgress = "IN_PROGRESS" // LifecyclePolicyPreviewStatusComplete is a LifecyclePolicyPreviewStatus enum value LifecyclePolicyPreviewStatusComplete = "COMPLETE" // LifecyclePolicyPreviewStatusExpired is a LifecyclePolicyPreviewStatus enum value LifecyclePolicyPreviewStatusExpired = "EXPIRED" // LifecyclePolicyPreviewStatusFailed is a LifecyclePolicyPreviewStatus enum value LifecyclePolicyPreviewStatusFailed = "FAILED" )
const ( // ReplicationStatusInProgress is a ReplicationStatus enum value ReplicationStatusInProgress = "IN_PROGRESS" // ReplicationStatusComplete is a ReplicationStatus enum value ReplicationStatusComplete = "COMPLETE" // ReplicationStatusFailed is a ReplicationStatus enum value ReplicationStatusFailed = "FAILED" )
const ( // ScanFrequencyScanOnPush is a ScanFrequency enum value ScanFrequencyScanOnPush = "SCAN_ON_PUSH" // ScanFrequencyContinuousScan is a ScanFrequency enum value ScanFrequencyContinuousScan = "CONTINUOUS_SCAN" // ScanFrequencyManual is a ScanFrequency enum value ScanFrequencyManual = "MANUAL" )
const ( // ScanStatusInProgress is a ScanStatus enum value ScanStatusInProgress = "IN_PROGRESS" // ScanStatusComplete is a ScanStatus enum value ScanStatusComplete = "COMPLETE" // ScanStatusFailed is a ScanStatus enum value ScanStatusFailed = "FAILED" // ScanStatusUnsupportedImage is a ScanStatus enum value ScanStatusUnsupportedImage = "UNSUPPORTED_IMAGE" // ScanStatusActive is a ScanStatus enum value ScanStatusActive = "ACTIVE" // ScanStatusPending is a ScanStatus enum value ScanStatusPending = "PENDING" // ScanStatusScanEligibilityExpired is a ScanStatus enum value ScanStatusScanEligibilityExpired = "SCAN_ELIGIBILITY_EXPIRED" ScanStatusFindingsUnavailable = "FINDINGS_UNAVAILABLE" )
const ( // ScanTypeBasic is a ScanType enum value ScanTypeBasic = "BASIC" // ScanTypeEnhanced is a ScanType enum value ScanTypeEnhanced = "ENHANCED" )
const ( // TagStatusTagged is a TagStatus enum value TagStatusTagged = "TAGGED" // TagStatusUntagged is a TagStatus enum value TagStatusUntagged = "UNTAGGED" // TagStatusAny is a TagStatus enum value TagStatusAny = "ANY" )
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" // ErrCodeImageDigestDoesNotMatchException for service response error code // "ImageDigestDoesNotMatchException". // // The specified image digest does not match the digest that Amazon ECR calculated // for the image. ErrCodeImageDigestDoesNotMatchException = "ImageDigestDoesNotMatchException" // ErrCodeImageNotFoundException for service response error code // "ImageNotFoundException". // // The image requested does not exist in the specified repository. ErrCodeImageNotFoundException = "ImageNotFoundException" // ErrCodeImageTagAlreadyExistsException for service response error code // "ImageTagAlreadyExistsException". // // The specified image is tagged with a tag that already exists. The repository // is configured for tag immutability. ErrCodeImageTagAlreadyExistsException = "ImageTagAlreadyExistsException" // 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" // ErrCodeInvalidTagParameterException for service response error code // "InvalidTagParameterException". // // An invalid parameter has been specified. Tag keys can have a maximum character // length of 128 characters, and tag values can have a maximum length of 256 // characters. ErrCodeInvalidTagParameterException = "InvalidTagParameterException" // ErrCodeKmsException for service response error code // "KmsException". // // The operation failed due to a KMS exception. ErrCodeKmsException = "KmsException" // 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. Wait and // try again. 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 service quotas (https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html) // in the Amazon Elastic Container Registry User Guide. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodePullThroughCacheRuleAlreadyExistsException for service response error code // "PullThroughCacheRuleAlreadyExistsException". // // A pull through cache rule with these settings already exists for the private // registry. ErrCodePullThroughCacheRuleAlreadyExistsException = "PullThroughCacheRuleAlreadyExistsException" // ErrCodePullThroughCacheRuleNotFoundException for service response error code // "PullThroughCacheRuleNotFoundException". // // The pull through cache rule was not found. Specify a valid pull through cache // rule and try again. ErrCodePullThroughCacheRuleNotFoundException = "PullThroughCacheRuleNotFoundException" // ErrCodeReferencedImagesNotFoundException for service response error code // "ReferencedImagesNotFoundException". // // The manifest list is referencing an image that does not exist. ErrCodeReferencedImagesNotFoundException = "ReferencedImagesNotFoundException" // ErrCodeRegistryPolicyNotFoundException for service response error code // "RegistryPolicyNotFoundException". // // The registry doesn't have an associated registry policy. ErrCodeRegistryPolicyNotFoundException = "RegistryPolicyNotFoundException" // 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" // ErrCodeScanNotFoundException for service response error code // "ScanNotFoundException". // // The specified image scan could not be found. Ensure that image scanning is // enabled on the repository and try again. ErrCodeScanNotFoundException = "ScanNotFoundException" // ErrCodeServerException for service response error code // "ServerException". // // These errors are usually caused by a server-side issue. ErrCodeServerException = "ServerException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // The list of tags on the repository is over the limit. The maximum number // of tags that can be applied to a repository is 50. ErrCodeTooManyTagsException = "TooManyTagsException" // ErrCodeUnsupportedImageTypeException for service response error code // "UnsupportedImageTypeException". // // The image is of a type that cannot be scanned. ErrCodeUnsupportedImageTypeException = "UnsupportedImageTypeException" // ErrCodeUnsupportedUpstreamRegistryException for service response error code // "UnsupportedUpstreamRegistryException". // // The specified upstream registry isn't supported. ErrCodeUnsupportedUpstreamRegistryException = "UnsupportedUpstreamRegistryException" // 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" // ErrCodeValidationException for service response error code // "ValidationException". // // There was an exception validating this request. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "ecr" // Name of service. EndpointsID = "api.ecr" // ID to lookup a service endpoint with. ServiceID = "ECR" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ImageActionTypeExpire is a ImageActionType enum value
ImageActionTypeExpire = "EXPIRE"
)
const (
// RepositoryFilterTypePrefixMatch is a RepositoryFilterType enum value
RepositoryFilterTypePrefixMatch = "PREFIX_MATCH"
)
const (
// ScanningConfigurationFailureCodeRepositoryNotFound is a ScanningConfigurationFailureCode enum value
ScanningConfigurationFailureCodeRepositoryNotFound = "REPOSITORY_NOT_FOUND"
)
const (
// ScanningRepositoryFilterTypeWildcard is a ScanningRepositoryFilterType enum value
ScanningRepositoryFilterTypeWildcard = "WILDCARD"
)
Variables ¶
This section is empty.
Functions ¶
func EncryptionType_Values ¶ added in v1.34.3
func EncryptionType_Values() []string
EncryptionType_Values returns all elements of the EncryptionType enum
func FindingSeverity_Values ¶ added in v1.34.3
func FindingSeverity_Values() []string
FindingSeverity_Values returns all elements of the FindingSeverity enum
func ImageActionType_Values ¶ added in v1.34.3
func ImageActionType_Values() []string
ImageActionType_Values returns all elements of the ImageActionType enum
func ImageFailureCode_Values ¶ added in v1.34.3
func ImageFailureCode_Values() []string
ImageFailureCode_Values returns all elements of the ImageFailureCode enum
func ImageTagMutability_Values ¶ added in v1.34.3
func ImageTagMutability_Values() []string
ImageTagMutability_Values returns all elements of the ImageTagMutability enum
func LayerAvailability_Values ¶ added in v1.34.3
func LayerAvailability_Values() []string
LayerAvailability_Values returns all elements of the LayerAvailability enum
func LayerFailureCode_Values ¶ added in v1.34.3
func LayerFailureCode_Values() []string
LayerFailureCode_Values returns all elements of the LayerFailureCode enum
func LifecyclePolicyPreviewStatus_Values ¶ added in v1.34.3
func LifecyclePolicyPreviewStatus_Values() []string
LifecyclePolicyPreviewStatus_Values returns all elements of the LifecyclePolicyPreviewStatus enum
func ReplicationStatus_Values ¶ added in v1.40.46
func ReplicationStatus_Values() []string
ReplicationStatus_Values returns all elements of the ReplicationStatus enum
func RepositoryFilterType_Values ¶ added in v1.40.46
func RepositoryFilterType_Values() []string
RepositoryFilterType_Values returns all elements of the RepositoryFilterType enum
func ScanFrequency_Values ¶ added in v1.42.15
func ScanFrequency_Values() []string
ScanFrequency_Values returns all elements of the ScanFrequency enum
func ScanStatus_Values ¶ added in v1.34.3
func ScanStatus_Values() []string
ScanStatus_Values returns all elements of the ScanStatus enum
func ScanType_Values ¶ added in v1.42.15
func ScanType_Values() []string
ScanType_Values returns all elements of the ScanType enum
func ScanningConfigurationFailureCode_Values ¶ added in v1.42.15
func ScanningConfigurationFailureCode_Values() []string
ScanningConfigurationFailureCode_Values returns all elements of the ScanningConfigurationFailureCode enum
func ScanningRepositoryFilterType_Values ¶ added in v1.42.15
func ScanningRepositoryFilterType_Values() []string
ScanningRepositoryFilterType_Values returns all elements of the ScanningRepositoryFilterType enum
func TagStatus_Values ¶ added in v1.34.3
func TagStatus_Values() []string
TagStatus_Values returns all elements of the TagStatus enum
Types ¶
type Attribute ¶ added in v1.25.20
type Attribute struct { // The attribute key. // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The value assigned to the attribute key. Value *string `locationName:"value" min:"1" type:"string"` // contains filtered or unexported fields }
This data type is used in the ImageScanFinding data type.
func (Attribute) GoString ¶ added in v1.25.20
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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"` // 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.
func (AuthorizationData) GoString ¶
func (s AuthorizationData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthorizationData) SetAuthorizationToken ¶ added in v1.5.0
func (s *AuthorizationData) SetAuthorizationToken(v string) *AuthorizationData
SetAuthorizationToken sets the AuthorizationToken field's value.
func (*AuthorizationData) SetExpiresAt ¶ added in v1.5.0
func (s *AuthorizationData) SetExpiresAt(v time.Time) *AuthorizationData
SetExpiresAt sets the ExpiresAt field's value.
func (*AuthorizationData) SetProxyEndpoint ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AwsEcrContainerImageDetails ¶ added in v1.42.15
type AwsEcrContainerImageDetails struct { // The architecture of the Amazon ECR container image. Architecture *string `locationName:"architecture" type:"string"` // The image author of the Amazon ECR container image. Author *string `locationName:"author" type:"string"` // The image hash of the Amazon ECR container image. ImageHash *string `locationName:"imageHash" type:"string"` // The image tags attached to the Amazon ECR container image. ImageTags []*string `locationName:"imageTags" type:"list"` // The platform of the Amazon ECR container image. Platform *string `locationName:"platform" type:"string"` // The date and time the Amazon ECR container image was pushed. PushedAt *time.Time `locationName:"pushedAt" type:"timestamp"` // The registry the Amazon ECR container image belongs to. Registry *string `locationName:"registry" type:"string"` // The name of the repository the Amazon ECR container image resides in. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
The image details of the Amazon ECR container image.
func (AwsEcrContainerImageDetails) GoString ¶ added in v1.42.15
func (s AwsEcrContainerImageDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsEcrContainerImageDetails) SetArchitecture ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetArchitecture(v string) *AwsEcrContainerImageDetails
SetArchitecture sets the Architecture field's value.
func (*AwsEcrContainerImageDetails) SetAuthor ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetAuthor(v string) *AwsEcrContainerImageDetails
SetAuthor sets the Author field's value.
func (*AwsEcrContainerImageDetails) SetImageHash ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetImageHash(v string) *AwsEcrContainerImageDetails
SetImageHash sets the ImageHash field's value.
func (*AwsEcrContainerImageDetails) SetImageTags ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetImageTags(v []*string) *AwsEcrContainerImageDetails
SetImageTags sets the ImageTags field's value.
func (*AwsEcrContainerImageDetails) SetPlatform ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetPlatform(v string) *AwsEcrContainerImageDetails
SetPlatform sets the Platform field's value.
func (*AwsEcrContainerImageDetails) SetPushedAt ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetPushedAt(v time.Time) *AwsEcrContainerImageDetails
SetPushedAt sets the PushedAt field's value.
func (*AwsEcrContainerImageDetails) SetRegistry ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetRegistry(v string) *AwsEcrContainerImageDetails
SetRegistry sets the Registry field's value.
func (*AwsEcrContainerImageDetails) SetRepositoryName ¶ added in v1.42.15
func (s *AwsEcrContainerImageDetails) SetRepositoryName(v string) *AwsEcrContainerImageDetails
SetRepositoryName sets the RepositoryName field's value.
func (AwsEcrContainerImageDetails) String ¶ added in v1.42.15
func (s AwsEcrContainerImageDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 Amazon Web Services 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 }
func (BatchCheckLayerAvailabilityInput) GoString ¶
func (s BatchCheckLayerAvailabilityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCheckLayerAvailabilityInput) SetLayerDigests ¶ added in v1.5.0
func (s *BatchCheckLayerAvailabilityInput) SetLayerDigests(v []*string) *BatchCheckLayerAvailabilityInput
SetLayerDigests sets the LayerDigests field's value.
func (*BatchCheckLayerAvailabilityInput) SetRegistryId ¶ added in v1.5.0
func (s *BatchCheckLayerAvailabilityInput) SetRegistryId(v string) *BatchCheckLayerAvailabilityInput
SetRegistryId sets the RegistryId field's value.
func (*BatchCheckLayerAvailabilityInput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCheckLayerAvailabilityInput) Validate ¶ added in v1.1.21
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 }
func (BatchCheckLayerAvailabilityOutput) GoString ¶
func (s BatchCheckLayerAvailabilityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchCheckLayerAvailabilityOutput) SetFailures ¶ added in v1.5.0
func (s *BatchCheckLayerAvailabilityOutput) SetFailures(v []*LayerFailure) *BatchCheckLayerAvailabilityOutput
SetFailures sets the Failures field's value.
func (*BatchCheckLayerAvailabilityOutput) SetLayers ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 Amazon Web Services 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.
func (BatchDeleteImageInput) GoString ¶
func (s BatchDeleteImageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImageInput) SetImageIds ¶ added in v1.5.0
func (s *BatchDeleteImageInput) SetImageIds(v []*ImageIdentifier) *BatchDeleteImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchDeleteImageInput) SetRegistryId ¶ added in v1.5.0
func (s *BatchDeleteImageInput) SetRegistryId(v string) *BatchDeleteImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchDeleteImageInput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImageInput) Validate ¶ added in v1.1.21
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 }
func (BatchDeleteImageOutput) GoString ¶
func (s BatchDeleteImageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImageOutput) SetFailures ¶ added in v1.5.0
func (s *BatchDeleteImageOutput) SetFailures(v []*ImageFailure) *BatchDeleteImageOutput
SetFailures sets the Failures field's value.
func (*BatchDeleteImageOutput) SetImageIds ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 Amazon Web Services 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 }
func (BatchGetImageInput) GoString ¶
func (s BatchGetImageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetImageInput) SetAcceptedMediaTypes ¶ added in v1.6.7
func (s *BatchGetImageInput) SetAcceptedMediaTypes(v []*string) *BatchGetImageInput
SetAcceptedMediaTypes sets the AcceptedMediaTypes field's value.
func (*BatchGetImageInput) SetImageIds ¶ added in v1.5.0
func (s *BatchGetImageInput) SetImageIds(v []*ImageIdentifier) *BatchGetImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchGetImageInput) SetRegistryId ¶ added in v1.5.0
func (s *BatchGetImageInput) SetRegistryId(v string) *BatchGetImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchGetImageInput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetImageInput) Validate ¶ added in v1.1.21
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 }
func (BatchGetImageOutput) GoString ¶
func (s BatchGetImageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetImageOutput) SetFailures ¶ added in v1.5.0
func (s *BatchGetImageOutput) SetFailures(v []*ImageFailure) *BatchGetImageOutput
SetFailures sets the Failures field's value.
func (*BatchGetImageOutput) SetImages ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchGetRepositoryScanningConfigurationInput ¶ added in v1.42.15
type BatchGetRepositoryScanningConfigurationInput struct { // One or more repository names to get the scanning configuration for. // // RepositoryNames is a required field RepositoryNames []*string `locationName:"repositoryNames" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetRepositoryScanningConfigurationInput) GoString ¶ added in v1.42.15
func (s BatchGetRepositoryScanningConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetRepositoryScanningConfigurationInput) SetRepositoryNames ¶ added in v1.42.15
func (s *BatchGetRepositoryScanningConfigurationInput) SetRepositoryNames(v []*string) *BatchGetRepositoryScanningConfigurationInput
SetRepositoryNames sets the RepositoryNames field's value.
func (BatchGetRepositoryScanningConfigurationInput) String ¶ added in v1.42.15
func (s BatchGetRepositoryScanningConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetRepositoryScanningConfigurationInput) Validate ¶ added in v1.42.15
func (s *BatchGetRepositoryScanningConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetRepositoryScanningConfigurationOutput ¶ added in v1.42.15
type BatchGetRepositoryScanningConfigurationOutput struct { // Any failures associated with the call. Failures []*RepositoryScanningConfigurationFailure `locationName:"failures" type:"list"` // The scanning configuration for the requested repositories. ScanningConfigurations []*RepositoryScanningConfiguration `locationName:"scanningConfigurations" type:"list"` // contains filtered or unexported fields }
func (BatchGetRepositoryScanningConfigurationOutput) GoString ¶ added in v1.42.15
func (s BatchGetRepositoryScanningConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetRepositoryScanningConfigurationOutput) SetFailures ¶ added in v1.42.15
func (s *BatchGetRepositoryScanningConfigurationOutput) SetFailures(v []*RepositoryScanningConfigurationFailure) *BatchGetRepositoryScanningConfigurationOutput
SetFailures sets the Failures field's value.
func (*BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations ¶ added in v1.42.15
func (s *BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations(v []*RepositoryScanningConfiguration) *BatchGetRepositoryScanningConfigurationOutput
SetScanningConfigurations sets the ScanningConfigurations field's value.
func (BatchGetRepositoryScanningConfigurationOutput) String ¶ added in v1.42.15
func (s BatchGetRepositoryScanningConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 Amazon Web Services 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 }
func (CompleteLayerUploadInput) GoString ¶
func (s CompleteLayerUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CompleteLayerUploadInput) SetLayerDigests ¶ added in v1.5.0
func (s *CompleteLayerUploadInput) SetLayerDigests(v []*string) *CompleteLayerUploadInput
SetLayerDigests sets the LayerDigests field's value.
func (*CompleteLayerUploadInput) SetRegistryId ¶ added in v1.5.0
func (s *CompleteLayerUploadInput) SetRegistryId(v string) *CompleteLayerUploadInput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadInput) SetRepositoryName ¶ added in v1.5.0
func (s *CompleteLayerUploadInput) SetRepositoryName(v string) *CompleteLayerUploadInput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadInput) SetUploadId ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CompleteLayerUploadInput) Validate ¶ added in v1.1.21
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 }
func (CompleteLayerUploadOutput) GoString ¶
func (s CompleteLayerUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CompleteLayerUploadOutput) SetLayerDigest ¶ added in v1.5.0
func (s *CompleteLayerUploadOutput) SetLayerDigest(v string) *CompleteLayerUploadOutput
SetLayerDigest sets the LayerDigest field's value.
func (*CompleteLayerUploadOutput) SetRegistryId ¶ added in v1.5.0
func (s *CompleteLayerUploadOutput) SetRegistryId(v string) *CompleteLayerUploadOutput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadOutput) SetRepositoryName ¶ added in v1.5.0
func (s *CompleteLayerUploadOutput) SetRepositoryName(v string) *CompleteLayerUploadOutput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadOutput) SetUploadId ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreatePullThroughCacheRuleInput ¶ added in v1.42.15
type CreatePullThroughCacheRuleInput struct { // The repository name prefix to use when caching images from the source registry. // // EcrRepositoryPrefix is a required field EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string" required:"true"` // The Amazon Web Services account ID associated with the registry to create // the pull through cache rule for. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The registry URL of the upstream public registry to use as the source for // the pull through cache rule. // // UpstreamRegistryUrl is a required field UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreatePullThroughCacheRuleInput) GoString ¶ added in v1.42.15
func (s CreatePullThroughCacheRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*CreatePullThroughCacheRuleInput) SetRegistryId ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleInput) SetRegistryId(v string) *CreatePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (*CreatePullThroughCacheRuleInput) SetUpstreamRegistryUrl ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleInput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleInput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (CreatePullThroughCacheRuleInput) String ¶ added in v1.42.15
func (s CreatePullThroughCacheRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePullThroughCacheRuleInput) Validate ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePullThroughCacheRuleOutput ¶ added in v1.42.15
type CreatePullThroughCacheRuleOutput struct { // The date and time, in JavaScript date format, when the pull through cache // rule was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The Amazon ECR repository prefix associated with the pull through cache rule. EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The upstream registry URL associated with the pull through cache rule. UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string"` // contains filtered or unexported fields }
func (CreatePullThroughCacheRuleOutput) GoString ¶ added in v1.42.15
func (s CreatePullThroughCacheRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePullThroughCacheRuleOutput) SetCreatedAt ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *CreatePullThroughCacheRuleOutput
SetCreatedAt sets the CreatedAt field's value.
func (*CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*CreatePullThroughCacheRuleOutput) SetRegistryId ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleOutput) SetRegistryId(v string) *CreatePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*CreatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl ¶ added in v1.42.15
func (s *CreatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleOutput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (CreatePullThroughCacheRuleOutput) String ¶ added in v1.42.15
func (s CreatePullThroughCacheRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateRepositoryInput ¶
type CreateRepositoryInput struct { // The encryption configuration for the repository. This determines how the // contents of your repository are encrypted at rest. EncryptionConfiguration *EncryptionConfiguration `locationName:"encryptionConfiguration" type:"structure"` // The image scanning configuration for the repository. This determines whether // images are scanned for known vulnerabilities after being pushed to the repository. ImageScanningConfiguration *ImageScanningConfiguration `locationName:"imageScanningConfiguration" type:"structure"` // The tag mutability setting for the repository. If this parameter is omitted, // the default setting of MUTABLE will be used which will allow image tags to // be overwritten. If IMMUTABLE is specified, all image tags within the repository // will be immutable which will prevent them from being overwritten. ImageTagMutability *string `locationName:"imageTagMutability" type:"string" enum:"ImageTagMutability"` // The Amazon Web Services account ID associated with the registry to create // the repository. If you do not specify a registry, the default registry is // assumed. RegistryId *string `locationName:"registryId" type:"string"` // 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"` // The metadata that you apply to the repository to help you categorize and // organize them. Each tag consists of a key and an optional value, both of // which you define. Tag keys can have a maximum character length of 128 characters, // and tag values can have a maximum length of 256 characters. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (CreateRepositoryInput) GoString ¶
func (s CreateRepositoryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateRepositoryInput) SetEncryptionConfiguration ¶ added in v1.33.15
func (s *CreateRepositoryInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateRepositoryInput
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*CreateRepositoryInput) SetImageScanningConfiguration ¶ added in v1.25.20
func (s *CreateRepositoryInput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *CreateRepositoryInput
SetImageScanningConfiguration sets the ImageScanningConfiguration field's value.
func (*CreateRepositoryInput) SetImageTagMutability ¶ added in v1.21.5
func (s *CreateRepositoryInput) SetImageTagMutability(v string) *CreateRepositoryInput
SetImageTagMutability sets the ImageTagMutability field's value.
func (*CreateRepositoryInput) SetRegistryId ¶ added in v1.40.46
func (s *CreateRepositoryInput) SetRegistryId(v string) *CreateRepositoryInput
SetRegistryId sets the RegistryId field's value.
func (*CreateRepositoryInput) SetRepositoryName ¶ added in v1.5.0
func (s *CreateRepositoryInput) SetRepositoryName(v string) *CreateRepositoryInput
SetRepositoryName sets the RepositoryName field's value.
func (*CreateRepositoryInput) SetTags ¶ added in v1.16.7
func (s *CreateRepositoryInput) SetTags(v []*Tag) *CreateRepositoryInput
SetTags sets the Tags field's value.
func (CreateRepositoryInput) String ¶
func (s CreateRepositoryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateRepositoryInput) Validate ¶ added in v1.1.21
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 }
func (CreateRepositoryOutput) GoString ¶
func (s CreateRepositoryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateRepositoryOutput) SetRepository ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CvssScore ¶ added in v1.42.15
type CvssScore struct { // The base CVSS score used for the finding. BaseScore *float64 `locationName:"baseScore" type:"double"` // The vector string of the CVSS score. ScoringVector *string `locationName:"scoringVector" type:"string"` // The source of the CVSS score. Source *string `locationName:"source" type:"string"` // The version of CVSS used for the score. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
The CVSS score for a finding.
func (CvssScore) GoString ¶ added in v1.42.15
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CvssScore) SetBaseScore ¶ added in v1.42.15
SetBaseScore sets the BaseScore field's value.
func (*CvssScore) SetScoringVector ¶ added in v1.42.15
SetScoringVector sets the ScoringVector field's value.
func (*CvssScore) SetVersion ¶ added in v1.42.15
SetVersion sets the Version field's value.
type CvssScoreAdjustment ¶ added in v1.42.15
type CvssScoreAdjustment struct { // The metric used to adjust the CVSS score. Metric *string `locationName:"metric" type:"string"` // The reason the CVSS score has been adjustment. Reason *string `locationName:"reason" type:"string"` // contains filtered or unexported fields }
Details on adjustments Amazon Inspector made to the CVSS score for a finding.
func (CvssScoreAdjustment) GoString ¶ added in v1.42.15
func (s CvssScoreAdjustment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CvssScoreAdjustment) SetMetric ¶ added in v1.42.15
func (s *CvssScoreAdjustment) SetMetric(v string) *CvssScoreAdjustment
SetMetric sets the Metric field's value.
func (*CvssScoreAdjustment) SetReason ¶ added in v1.42.15
func (s *CvssScoreAdjustment) SetReason(v string) *CvssScoreAdjustment
SetReason sets the Reason field's value.
func (CvssScoreAdjustment) String ¶ added in v1.42.15
func (s CvssScoreAdjustment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CvssScoreDetails ¶ added in v1.42.15
type CvssScoreDetails struct { // An object that contains details about adjustment Amazon Inspector made to // the CVSS score. Adjustments []*CvssScoreAdjustment `locationName:"adjustments" type:"list"` // The CVSS score. Score *float64 `locationName:"score" type:"double"` // The source for the CVSS score. ScoreSource *string `locationName:"scoreSource" type:"string"` // The vector for the CVSS score. ScoringVector *string `locationName:"scoringVector" type:"string"` // The CVSS version used in scoring. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
Information about the CVSS score.
func (CvssScoreDetails) GoString ¶ added in v1.42.15
func (s CvssScoreDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CvssScoreDetails) SetAdjustments ¶ added in v1.42.15
func (s *CvssScoreDetails) SetAdjustments(v []*CvssScoreAdjustment) *CvssScoreDetails
SetAdjustments sets the Adjustments field's value.
func (*CvssScoreDetails) SetScore ¶ added in v1.42.15
func (s *CvssScoreDetails) SetScore(v float64) *CvssScoreDetails
SetScore sets the Score field's value.
func (*CvssScoreDetails) SetScoreSource ¶ added in v1.42.15
func (s *CvssScoreDetails) SetScoreSource(v string) *CvssScoreDetails
SetScoreSource sets the ScoreSource field's value.
func (*CvssScoreDetails) SetScoringVector ¶ added in v1.42.15
func (s *CvssScoreDetails) SetScoringVector(v string) *CvssScoreDetails
SetScoringVector sets the ScoringVector field's value.
func (*CvssScoreDetails) SetVersion ¶ added in v1.42.15
func (s *CvssScoreDetails) SetVersion(v string) *CvssScoreDetails
SetVersion sets the Version field's value.
func (CvssScoreDetails) String ¶ added in v1.42.15
func (s CvssScoreDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteLifecyclePolicyInput ¶ added in v1.12.9
type DeleteLifecyclePolicyInput struct { // The Amazon Web Services 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. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLifecyclePolicyInput) GoString ¶ added in v1.12.9
func (s DeleteLifecyclePolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteLifecyclePolicyInput) SetRegistryId ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyInput) SetRegistryId(v string) *DeleteLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyInput) SetRepositoryName ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyInput) SetRepositoryName(v string) *DeleteLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyInput) String ¶ added in v1.12.9
func (s DeleteLifecyclePolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteLifecyclePolicyInput) Validate ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLifecyclePolicyOutput ¶ added in v1.12.9
type DeleteLifecyclePolicyOutput struct { // The time stamp of the last time that the lifecycle policy was run. LastEvaluatedAt *time.Time `locationName:"lastEvaluatedAt" type:"timestamp"` // The JSON lifecycle 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 }
func (DeleteLifecyclePolicyOutput) GoString ¶ added in v1.12.9
func (s DeleteLifecyclePolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteLifecyclePolicyOutput) SetLastEvaluatedAt ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *DeleteLifecyclePolicyOutput
SetLastEvaluatedAt sets the LastEvaluatedAt field's value.
func (*DeleteLifecyclePolicyOutput) SetLifecyclePolicyText ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *DeleteLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*DeleteLifecyclePolicyOutput) SetRegistryId ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyOutput) SetRegistryId(v string) *DeleteLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyOutput) SetRepositoryName ¶ added in v1.12.9
func (s *DeleteLifecyclePolicyOutput) SetRepositoryName(v string) *DeleteLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyOutput) String ¶ added in v1.12.9
func (s DeleteLifecyclePolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeletePullThroughCacheRuleInput ¶ added in v1.42.15
type DeletePullThroughCacheRuleInput struct { // The Amazon ECR repository prefix associated with the pull through cache rule // to delete. // // EcrRepositoryPrefix is a required field EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string" required:"true"` // The Amazon Web Services account ID associated with the registry that contains // the pull through cache rule. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // contains filtered or unexported fields }
func (DeletePullThroughCacheRuleInput) GoString ¶ added in v1.42.15
func (s DeletePullThroughCacheRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePullThroughCacheRuleInput) SetEcrRepositoryPrefix ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*DeletePullThroughCacheRuleInput) SetRegistryId ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleInput) SetRegistryId(v string) *DeletePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (DeletePullThroughCacheRuleInput) String ¶ added in v1.42.15
func (s DeletePullThroughCacheRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePullThroughCacheRuleInput) Validate ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePullThroughCacheRuleOutput ¶ added in v1.42.15
type DeletePullThroughCacheRuleOutput struct { // The timestamp associated with the pull through cache rule. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The Amazon ECR repository prefix associated with the request. EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The upstream registry URL associated with the pull through cache rule. UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string"` // contains filtered or unexported fields }
func (DeletePullThroughCacheRuleOutput) GoString ¶ added in v1.42.15
func (s DeletePullThroughCacheRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePullThroughCacheRuleOutput) SetCreatedAt ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *DeletePullThroughCacheRuleOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DeletePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*DeletePullThroughCacheRuleOutput) SetRegistryId ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleOutput) SetRegistryId(v string) *DeletePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*DeletePullThroughCacheRuleOutput) SetUpstreamRegistryUrl ¶ added in v1.42.15
func (s *DeletePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *DeletePullThroughCacheRuleOutput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (DeletePullThroughCacheRuleOutput) String ¶ added in v1.42.15
func (s DeletePullThroughCacheRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRegistryPolicyInput ¶ added in v1.36.4
type DeleteRegistryPolicyInput struct {
// contains filtered or unexported fields
}
func (DeleteRegistryPolicyInput) GoString ¶ added in v1.36.4
func (s DeleteRegistryPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteRegistryPolicyInput) String ¶ added in v1.36.4
func (s DeleteRegistryPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRegistryPolicyOutput ¶ added in v1.36.4
type DeleteRegistryPolicyOutput struct { // The contents of the registry permissions policy that was deleted. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // contains filtered or unexported fields }
func (DeleteRegistryPolicyOutput) GoString ¶ added in v1.36.4
func (s DeleteRegistryPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRegistryPolicyOutput) SetPolicyText ¶ added in v1.36.4
func (s *DeleteRegistryPolicyOutput) SetPolicyText(v string) *DeleteRegistryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*DeleteRegistryPolicyOutput) SetRegistryId ¶ added in v1.36.4
func (s *DeleteRegistryPolicyOutput) SetRegistryId(v string) *DeleteRegistryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (DeleteRegistryPolicyOutput) String ¶ added in v1.36.4
func (s DeleteRegistryPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRepositoryInput ¶
type DeleteRepositoryInput struct { // If a repository contains images, forces the deletion. Force *bool `locationName:"force" type:"boolean"` // The Amazon Web Services 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 }
func (DeleteRepositoryInput) GoString ¶
func (s DeleteRepositoryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryInput) SetForce ¶ added in v1.5.0
func (s *DeleteRepositoryInput) SetForce(v bool) *DeleteRepositoryInput
SetForce sets the Force field's value.
func (*DeleteRepositoryInput) SetRegistryId ¶ added in v1.5.0
func (s *DeleteRepositoryInput) SetRegistryId(v string) *DeleteRepositoryInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryInput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryInput) Validate ¶ added in v1.1.21
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 }
func (DeleteRepositoryOutput) GoString ¶
func (s DeleteRepositoryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryOutput) SetRepository ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRepositoryPolicyInput ¶
type DeleteRepositoryPolicyInput struct { // The Amazon Web Services 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 }
func (DeleteRepositoryPolicyInput) GoString ¶
func (s DeleteRepositoryPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryPolicyInput) SetRegistryId ¶ added in v1.5.0
func (s *DeleteRepositoryPolicyInput) SetRegistryId(v string) *DeleteRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyInput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryPolicyInput) Validate ¶ added in v1.1.21
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 }
func (DeleteRepositoryPolicyOutput) GoString ¶
func (s DeleteRepositoryPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteRepositoryPolicyOutput) SetPolicyText ¶ added in v1.5.0
func (s *DeleteRepositoryPolicyOutput) SetPolicyText(v string) *DeleteRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*DeleteRepositoryPolicyOutput) SetRegistryId ¶ added in v1.5.0
func (s *DeleteRepositoryPolicyOutput) SetRegistryId(v string) *DeleteRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyOutput) SetRepositoryName ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeImageReplicationStatusInput ¶ added in v1.40.46
type DescribeImageReplicationStatusInput struct { // An object with identifying information for an image in an Amazon ECR repository. // // ImageId is a required field ImageId *ImageIdentifier `locationName:"imageId" type:"structure" required:"true"` // The Amazon Web Services account ID associated with the registry. If you do // not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that the image is in. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeImageReplicationStatusInput) GoString ¶ added in v1.40.46
func (s DescribeImageReplicationStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageReplicationStatusInput) SetImageId ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusInput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusInput
SetImageId sets the ImageId field's value.
func (*DescribeImageReplicationStatusInput) SetRegistryId ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusInput) SetRegistryId(v string) *DescribeImageReplicationStatusInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageReplicationStatusInput) SetRepositoryName ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusInput) SetRepositoryName(v string) *DescribeImageReplicationStatusInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageReplicationStatusInput) String ¶ added in v1.40.46
func (s DescribeImageReplicationStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageReplicationStatusInput) Validate ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImageReplicationStatusOutput ¶ added in v1.40.46
type DescribeImageReplicationStatusOutput struct { // An object with identifying information for an image in an Amazon ECR repository. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // The replication status details for the images in the specified repository. ReplicationStatuses []*ImageReplicationStatus `locationName:"replicationStatuses" type:"list"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
func (DescribeImageReplicationStatusOutput) GoString ¶ added in v1.40.46
func (s DescribeImageReplicationStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageReplicationStatusOutput) SetImageId ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusOutput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusOutput
SetImageId sets the ImageId field's value.
func (*DescribeImageReplicationStatusOutput) SetReplicationStatuses ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusOutput) SetReplicationStatuses(v []*ImageReplicationStatus) *DescribeImageReplicationStatusOutput
SetReplicationStatuses sets the ReplicationStatuses field's value.
func (*DescribeImageReplicationStatusOutput) SetRepositoryName ¶ added in v1.40.46
func (s *DescribeImageReplicationStatusOutput) SetRepositoryName(v string) *DescribeImageReplicationStatusOutput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageReplicationStatusOutput) String ¶ added in v1.40.46
func (s DescribeImageReplicationStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeImageScanFindingsInput ¶ added in v1.25.20
type DescribeImageScanFindingsInput struct { // An object with identifying information for an image in an Amazon ECR repository. // // ImageId is a required field ImageId *ImageIdentifier `locationName:"imageId" type:"structure" required:"true"` // The maximum number of image scan results returned by DescribeImageScanFindings // in paginated output. When this parameter is used, DescribeImageScanFindings // 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 DescribeImageScanFindings request with the returned nextToken value. // This value can be between 1 and 1000. If this parameter is not used, then // DescribeImageScanFindings 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 DescribeImageScanFindings // 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 Amazon Web Services account ID associated with the registry that contains // the repository in which to describe the image scan findings for. If you do // not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The repository for the image for which to describe the scan findings. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeImageScanFindingsInput) GoString ¶ added in v1.25.20
func (s DescribeImageScanFindingsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageScanFindingsInput) SetImageId ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsInput
SetImageId sets the ImageId field's value.
func (*DescribeImageScanFindingsInput) SetMaxResults ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) SetMaxResults(v int64) *DescribeImageScanFindingsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImageScanFindingsInput) SetNextToken ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) SetNextToken(v string) *DescribeImageScanFindingsInput
SetNextToken sets the NextToken field's value.
func (*DescribeImageScanFindingsInput) SetRegistryId ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) SetRegistryId(v string) *DescribeImageScanFindingsInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageScanFindingsInput) SetRepositoryName ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) SetRepositoryName(v string) *DescribeImageScanFindingsInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageScanFindingsInput) String ¶ added in v1.25.20
func (s DescribeImageScanFindingsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageScanFindingsInput) Validate ¶ added in v1.25.20
func (s *DescribeImageScanFindingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImageScanFindingsOutput ¶ added in v1.25.20
type DescribeImageScanFindingsOutput struct { // An object with identifying information for an image in an Amazon ECR repository. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // The information contained in the image scan findings. ImageScanFindings *ImageScanFindings `locationName:"imageScanFindings" type:"structure"` // The current state of the scan. ImageScanStatus *ImageScanStatus `locationName:"imageScanStatus" type:"structure"` // The nextToken value to include in a future DescribeImageScanFindings request. // When the results of a DescribeImageScanFindings 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 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 }
func (DescribeImageScanFindingsOutput) GoString ¶ added in v1.25.20
func (s DescribeImageScanFindingsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImageScanFindingsOutput) SetImageId ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsOutput
SetImageId sets the ImageId field's value.
func (*DescribeImageScanFindingsOutput) SetImageScanFindings ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetImageScanFindings(v *ImageScanFindings) *DescribeImageScanFindingsOutput
SetImageScanFindings sets the ImageScanFindings field's value.
func (*DescribeImageScanFindingsOutput) SetImageScanStatus ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetImageScanStatus(v *ImageScanStatus) *DescribeImageScanFindingsOutput
SetImageScanStatus sets the ImageScanStatus field's value.
func (*DescribeImageScanFindingsOutput) SetNextToken ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetNextToken(v string) *DescribeImageScanFindingsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeImageScanFindingsOutput) SetRegistryId ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetRegistryId(v string) *DescribeImageScanFindingsOutput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageScanFindingsOutput) SetRepositoryName ¶ added in v1.25.20
func (s *DescribeImageScanFindingsOutput) SetRepositoryName(v string) *DescribeImageScanFindingsOutput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageScanFindingsOutput) String ¶ added in v1.25.20
func (s DescribeImageScanFindingsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeImagesFilter ¶ added in v1.4.16
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 *string `locationName:"tagStatus" type:"string" enum:"TagStatus"` // contains filtered or unexported fields }
An object representing a filter on a DescribeImages operation.
func (DescribeImagesFilter) GoString ¶ added in v1.4.16
func (s DescribeImagesFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImagesFilter) SetTagStatus ¶ added in v1.5.0
func (s *DescribeImagesFilter) SetTagStatus(v string) *DescribeImagesFilter
SetTagStatus sets the TagStatus field's value.
func (DescribeImagesFilter) String ¶ added in v1.4.16
func (s DescribeImagesFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeImagesInput ¶ added in v1.4.16
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 // 1000. If this parameter is not used, then DescribeImages returns up to 100 // results and a nextToken value, if applicable. This option cannot be used // when you specify images with imageIds. 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. // This option cannot be used when you specify images with imageIds. NextToken *string `locationName:"nextToken" type:"string"` // The Amazon Web Services 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"` // 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 }
func (DescribeImagesInput) GoString ¶ added in v1.4.16
func (s DescribeImagesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImagesInput) SetFilter ¶ added in v1.5.0
func (s *DescribeImagesInput) SetFilter(v *DescribeImagesFilter) *DescribeImagesInput
SetFilter sets the Filter field's value.
func (*DescribeImagesInput) SetImageIds ¶ added in v1.5.0
func (s *DescribeImagesInput) SetImageIds(v []*ImageIdentifier) *DescribeImagesInput
SetImageIds sets the ImageIds field's value.
func (*DescribeImagesInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeImagesInput) SetMaxResults(v int64) *DescribeImagesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImagesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeImagesInput) SetNextToken(v string) *DescribeImagesInput
SetNextToken sets the NextToken field's value.
func (*DescribeImagesInput) SetRegistryId ¶ added in v1.5.0
func (s *DescribeImagesInput) SetRegistryId(v string) *DescribeImagesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImagesInput) SetRepositoryName ¶ added in v1.5.0
func (s *DescribeImagesInput) SetRepositoryName(v string) *DescribeImagesInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImagesInput) String ¶ added in v1.4.16
func (s DescribeImagesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImagesInput) Validate ¶ added in v1.4.16
func (s *DescribeImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImagesOutput ¶ added in v1.4.16
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 }
func (DescribeImagesOutput) GoString ¶ added in v1.4.16
func (s DescribeImagesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImagesOutput) SetImageDetails ¶ added in v1.5.0
func (s *DescribeImagesOutput) SetImageDetails(v []*ImageDetail) *DescribeImagesOutput
SetImageDetails sets the ImageDetails field's value.
func (*DescribeImagesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeImagesOutput) SetNextToken(v string) *DescribeImagesOutput
SetNextToken sets the NextToken field's value.
func (DescribeImagesOutput) String ¶ added in v1.4.16
func (s DescribeImagesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribePullThroughCacheRulesInput ¶ added in v1.42.15
type DescribePullThroughCacheRulesInput struct { // The Amazon ECR repository prefixes associated with the pull through cache // rules to return. If no repository prefix value is specified, all pull through // cache rules are returned. EcrRepositoryPrefixes []*string `locationName:"ecrRepositoryPrefixes" min:"1" type:"list"` // The maximum number of pull through cache rules returned by DescribePullThroughCacheRulesRequest // in paginated output. When this parameter is used, DescribePullThroughCacheRulesRequest // 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 DescribePullThroughCacheRulesRequest request with the returned nextToken // value. This value can be between 1 and 1000. If this parameter is not used, // then DescribePullThroughCacheRulesRequest 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 DescribePullThroughCacheRulesRequest // 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 Amazon Web Services account ID associated with the registry to return // the pull through cache rules for. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // contains filtered or unexported fields }
func (DescribePullThroughCacheRulesInput) GoString ¶ added in v1.42.15
func (s DescribePullThroughCacheRulesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePullThroughCacheRulesInput) SetEcrRepositoryPrefixes ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesInput) SetEcrRepositoryPrefixes(v []*string) *DescribePullThroughCacheRulesInput
SetEcrRepositoryPrefixes sets the EcrRepositoryPrefixes field's value.
func (*DescribePullThroughCacheRulesInput) SetMaxResults ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesInput) SetMaxResults(v int64) *DescribePullThroughCacheRulesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribePullThroughCacheRulesInput) SetNextToken ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesInput) SetNextToken(v string) *DescribePullThroughCacheRulesInput
SetNextToken sets the NextToken field's value.
func (*DescribePullThroughCacheRulesInput) SetRegistryId ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesInput) SetRegistryId(v string) *DescribePullThroughCacheRulesInput
SetRegistryId sets the RegistryId field's value.
func (DescribePullThroughCacheRulesInput) String ¶ added in v1.42.15
func (s DescribePullThroughCacheRulesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePullThroughCacheRulesInput) Validate ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePullThroughCacheRulesOutput ¶ added in v1.42.15
type DescribePullThroughCacheRulesOutput struct { // The nextToken value to include in a future DescribePullThroughCacheRulesRequest // request. When the results of a DescribePullThroughCacheRulesRequest 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 details of the pull through cache rules. PullThroughCacheRules []*PullThroughCacheRule `locationName:"pullThroughCacheRules" type:"list"` // contains filtered or unexported fields }
func (DescribePullThroughCacheRulesOutput) GoString ¶ added in v1.42.15
func (s DescribePullThroughCacheRulesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePullThroughCacheRulesOutput) SetNextToken ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesOutput) SetNextToken(v string) *DescribePullThroughCacheRulesOutput
SetNextToken sets the NextToken field's value.
func (*DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules ¶ added in v1.42.15
func (s *DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules(v []*PullThroughCacheRule) *DescribePullThroughCacheRulesOutput
SetPullThroughCacheRules sets the PullThroughCacheRules field's value.
func (DescribePullThroughCacheRulesOutput) String ¶ added in v1.42.15
func (s DescribePullThroughCacheRulesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeRegistryInput ¶ added in v1.36.4
type DescribeRegistryInput struct {
// contains filtered or unexported fields
}
func (DescribeRegistryInput) GoString ¶ added in v1.36.4
func (s DescribeRegistryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DescribeRegistryInput) String ¶ added in v1.36.4
func (s DescribeRegistryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeRegistryOutput ¶ added in v1.36.4
type DescribeRegistryOutput struct { // The ID of the registry. RegistryId *string `locationName:"registryId" type:"string"` // The replication configuration for the registry. ReplicationConfiguration *ReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"` // contains filtered or unexported fields }
func (DescribeRegistryOutput) GoString ¶ added in v1.36.4
func (s DescribeRegistryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRegistryOutput) SetRegistryId ¶ added in v1.36.4
func (s *DescribeRegistryOutput) SetRegistryId(v string) *DescribeRegistryOutput
SetRegistryId sets the RegistryId field's value.
func (*DescribeRegistryOutput) SetReplicationConfiguration ¶ added in v1.36.4
func (s *DescribeRegistryOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *DescribeRegistryOutput
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (DescribeRegistryOutput) String ¶ added in v1.36.4
func (s DescribeRegistryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 1000. If this parameter is not used, then DescribeRepositories // returns up to 100 results and a nextToken value, if applicable. This option // cannot be used when you specify repositories with repositoryNames. 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 option cannot be used when you specify repositories with // repositoryNames. // // 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 Amazon Web Services 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 }
func (DescribeRepositoriesInput) GoString ¶
func (s DescribeRepositoriesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRepositoriesInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeRepositoriesInput) SetMaxResults(v int64) *DescribeRepositoriesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeRepositoriesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeRepositoriesInput) SetNextToken(v string) *DescribeRepositoriesInput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesInput) SetRegistryId ¶ added in v1.5.0
func (s *DescribeRepositoriesInput) SetRegistryId(v string) *DescribeRepositoriesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeRepositoriesInput) SetRepositoryNames ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRepositoriesInput) Validate ¶ added in v1.1.21
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 }
func (DescribeRepositoriesOutput) GoString ¶
func (s DescribeRepositoriesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRepositoriesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeRepositoriesOutput) SetNextToken(v string) *DescribeRepositoriesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesOutput) SetRepositories ¶ added in v1.5.0
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.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ECR
New creates a new instance of the ECR client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a ECR client from just a session. svc := ecr.New(mySession) // Create a ECR client with additional configuration svc := ecr.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ECR) BatchCheckLayerAvailability ¶
func (c *ECR) BatchCheckLayerAvailability(input *BatchCheckLayerAvailabilityInput) (*BatchCheckLayerAvailabilityOutput, error)
BatchCheckLayerAvailability API operation for Amazon EC2 Container Registry.
Checks the availability of one or more image layers in a repository.
When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation BatchCheckLayerAvailability for usage and error information.
Returned Error Types:
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.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailability
func (*ECR) BatchCheckLayerAvailabilityRequest ¶
func (c *ECR) BatchCheckLayerAvailabilityRequest(input *BatchCheckLayerAvailabilityInput) (req *request.Request, output *BatchCheckLayerAvailabilityOutput)
BatchCheckLayerAvailabilityRequest generates a "aws/request.Request" representing the client's request for the BatchCheckLayerAvailability operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchCheckLayerAvailability for more information on using the BatchCheckLayerAvailability API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchCheckLayerAvailabilityRequest method. req, resp := client.BatchCheckLayerAvailabilityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailability
func (*ECR) BatchCheckLayerAvailabilityWithContext ¶ added in v1.8.0
func (c *ECR) BatchCheckLayerAvailabilityWithContext(ctx aws.Context, input *BatchCheckLayerAvailabilityInput, opts ...request.Option) (*BatchCheckLayerAvailabilityOutput, error)
BatchCheckLayerAvailabilityWithContext is the same as BatchCheckLayerAvailability with the addition of the ability to pass a context and additional request options.
See BatchCheckLayerAvailability for details on how to use this API operation.
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) BatchDeleteImage ¶
func (c *ECR) BatchDeleteImage(input *BatchDeleteImageInput) (*BatchDeleteImageOutput, error)
BatchDeleteImage API operation for Amazon EC2 Container Registry.
Deletes a list of specified images within a repository. Images are specified with either an 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation BatchDeleteImage for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImage
func (*ECR) BatchDeleteImageRequest ¶
func (c *ECR) BatchDeleteImageRequest(input *BatchDeleteImageInput) (req *request.Request, output *BatchDeleteImageOutput)
BatchDeleteImageRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteImage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteImage for more information on using the BatchDeleteImage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteImageRequest method. req, resp := client.BatchDeleteImageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImage
func (*ECR) BatchDeleteImageWithContext ¶ added in v1.8.0
func (c *ECR) BatchDeleteImageWithContext(ctx aws.Context, input *BatchDeleteImageInput, opts ...request.Option) (*BatchDeleteImageOutput, error)
BatchDeleteImageWithContext is the same as BatchDeleteImage with the addition of the ability to pass a context and additional request options.
See BatchDeleteImage for details on how to use this API operation.
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) BatchGetImage ¶
func (c *ECR) BatchGetImage(input *BatchGetImageInput) (*BatchGetImageOutput, error)
BatchGetImage API operation for Amazon EC2 Container Registry.
Gets detailed information for an image. Images are specified with either an imageTag or imageDigest.
When an image is pulled, the BatchGetImage API is called once to retrieve the image manifest.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation BatchGetImage for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImage
func (*ECR) BatchGetImageRequest ¶
func (c *ECR) BatchGetImageRequest(input *BatchGetImageInput) (req *request.Request, output *BatchGetImageOutput)
BatchGetImageRequest generates a "aws/request.Request" representing the client's request for the BatchGetImage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetImage for more information on using the BatchGetImage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetImageRequest method. req, resp := client.BatchGetImageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImage
func (*ECR) BatchGetImageWithContext ¶ added in v1.8.0
func (c *ECR) BatchGetImageWithContext(ctx aws.Context, input *BatchGetImageInput, opts ...request.Option) (*BatchGetImageOutput, error)
BatchGetImageWithContext is the same as BatchGetImage with the addition of the ability to pass a context and additional request options.
See BatchGetImage for details on how to use this API operation.
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) BatchGetRepositoryScanningConfiguration ¶ added in v1.42.15
func (c *ECR) BatchGetRepositoryScanningConfiguration(input *BatchGetRepositoryScanningConfigurationInput) (*BatchGetRepositoryScanningConfigurationOutput, error)
BatchGetRepositoryScanningConfiguration API operation for Amazon EC2 Container Registry.
Gets the scanning configuration for one or more repositories.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation BatchGetRepositoryScanningConfiguration for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetRepositoryScanningConfiguration
func (*ECR) BatchGetRepositoryScanningConfigurationRequest ¶ added in v1.42.15
func (c *ECR) BatchGetRepositoryScanningConfigurationRequest(input *BatchGetRepositoryScanningConfigurationInput) (req *request.Request, output *BatchGetRepositoryScanningConfigurationOutput)
BatchGetRepositoryScanningConfigurationRequest generates a "aws/request.Request" representing the client's request for the BatchGetRepositoryScanningConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetRepositoryScanningConfiguration for more information on using the BatchGetRepositoryScanningConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetRepositoryScanningConfigurationRequest method. req, resp := client.BatchGetRepositoryScanningConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetRepositoryScanningConfiguration
func (*ECR) BatchGetRepositoryScanningConfigurationWithContext ¶ added in v1.42.15
func (c *ECR) BatchGetRepositoryScanningConfigurationWithContext(ctx aws.Context, input *BatchGetRepositoryScanningConfigurationInput, opts ...request.Option) (*BatchGetRepositoryScanningConfigurationOutput, error)
BatchGetRepositoryScanningConfigurationWithContext is the same as BatchGetRepositoryScanningConfiguration with the addition of the ability to pass a context and additional request options.
See BatchGetRepositoryScanningConfiguration for details on how to use this API operation.
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) CompleteLayerUpload ¶
func (c *ECR) CompleteLayerUpload(input *CompleteLayerUploadInput) (*CompleteLayerUploadOutput, error)
CompleteLayerUpload 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.
When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation CompleteLayerUpload for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
UploadNotFoundException The upload could not be found, or the specified upload ID is not valid for this repository.
InvalidLayerException The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
LayerPartTooSmallException Layer parts must be at least 5 MiB in size.
LayerAlreadyExistsException The image layer already exists in the associated repository.
EmptyUploadException The specified layer upload does not contain any layer parts.
KmsException The operation failed due to a KMS exception.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUpload
func (*ECR) CompleteLayerUploadRequest ¶
func (c *ECR) CompleteLayerUploadRequest(input *CompleteLayerUploadInput) (req *request.Request, output *CompleteLayerUploadOutput)
CompleteLayerUploadRequest generates a "aws/request.Request" representing the client's request for the CompleteLayerUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CompleteLayerUpload for more information on using the CompleteLayerUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CompleteLayerUploadRequest method. req, resp := client.CompleteLayerUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUpload
func (*ECR) CompleteLayerUploadWithContext ¶ added in v1.8.0
func (c *ECR) CompleteLayerUploadWithContext(ctx aws.Context, input *CompleteLayerUploadInput, opts ...request.Option) (*CompleteLayerUploadOutput, error)
CompleteLayerUploadWithContext is the same as CompleteLayerUpload with the addition of the ability to pass a context and additional request options.
See CompleteLayerUpload for details on how to use this API operation.
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) CreatePullThroughCacheRule ¶ added in v1.42.15
func (c *ECR) CreatePullThroughCacheRule(input *CreatePullThroughCacheRuleInput) (*CreatePullThroughCacheRuleOutput, error)
CreatePullThroughCacheRule API operation for Amazon EC2 Container Registry.
Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an external public registry in your Amazon ECR private registry.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation CreatePullThroughCacheRule for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ValidationException There was an exception validating this request.
PullThroughCacheRuleAlreadyExistsException A pull through cache rule with these settings already exists for the private registry.
UnsupportedUpstreamRegistryException The specified upstream registry isn't supported.
LimitExceededException The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR service quotas (https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html) in the Amazon Elastic Container Registry User Guide.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule
func (*ECR) CreatePullThroughCacheRuleRequest ¶ added in v1.42.15
func (c *ECR) CreatePullThroughCacheRuleRequest(input *CreatePullThroughCacheRuleInput) (req *request.Request, output *CreatePullThroughCacheRuleOutput)
CreatePullThroughCacheRuleRequest generates a "aws/request.Request" representing the client's request for the CreatePullThroughCacheRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreatePullThroughCacheRule for more information on using the CreatePullThroughCacheRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreatePullThroughCacheRuleRequest method. req, resp := client.CreatePullThroughCacheRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule
func (*ECR) CreatePullThroughCacheRuleWithContext ¶ added in v1.42.15
func (c *ECR) CreatePullThroughCacheRuleWithContext(ctx aws.Context, input *CreatePullThroughCacheRuleInput, opts ...request.Option) (*CreatePullThroughCacheRuleOutput, error)
CreatePullThroughCacheRuleWithContext is the same as CreatePullThroughCacheRule with the addition of the ability to pass a context and additional request options.
See CreatePullThroughCacheRule for details on how to use this API operation.
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) CreateRepository ¶
func (c *ECR) CreateRepository(input *CreateRepositoryInput) (*CreateRepositoryOutput, error)
CreateRepository API operation for Amazon EC2 Container Registry.
Creates a repository. For more information, see Amazon ECR repositories (https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html) in the Amazon Elastic Container Registry User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation CreateRepository for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidTagParameterException An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
TooManyTagsException The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.
RepositoryAlreadyExistsException The specified repository already exists in the specified registry.
LimitExceededException The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR service quotas (https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html) in the Amazon Elastic Container Registry User Guide.
KmsException The operation failed due to a KMS exception.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepository
func (*ECR) CreateRepositoryRequest ¶
func (c *ECR) CreateRepositoryRequest(input *CreateRepositoryInput) (req *request.Request, output *CreateRepositoryOutput)
CreateRepositoryRequest generates a "aws/request.Request" representing the client's request for the CreateRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateRepository for more information on using the CreateRepository API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateRepositoryRequest method. req, resp := client.CreateRepositoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepository
func (*ECR) CreateRepositoryWithContext ¶ added in v1.8.0
func (c *ECR) CreateRepositoryWithContext(ctx aws.Context, input *CreateRepositoryInput, opts ...request.Option) (*CreateRepositoryOutput, error)
CreateRepositoryWithContext is the same as CreateRepository with the addition of the ability to pass a context and additional request options.
See CreateRepository for details on how to use this API operation.
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) DeleteLifecyclePolicy ¶ added in v1.12.9
func (c *ECR) DeleteLifecyclePolicy(input *DeleteLifecyclePolicyInput) (*DeleteLifecyclePolicyOutput, error)
DeleteLifecyclePolicy API operation for Amazon EC2 Container Registry.
Deletes the lifecycle policy associated with the specified repository.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation DeleteLifecyclePolicy for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
LifecyclePolicyNotFoundException The lifecycle policy could not be found, and no policy is set to the repository.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicy
func (*ECR) DeleteLifecyclePolicyRequest ¶ added in v1.12.9
func (c *ECR) DeleteLifecyclePolicyRequest(input *DeleteLifecyclePolicyInput) (req *request.Request, output *DeleteLifecyclePolicyOutput)
DeleteLifecyclePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteLifecyclePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLifecyclePolicy for more information on using the DeleteLifecyclePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteLifecyclePolicyRequest method. req, resp := client.DeleteLifecyclePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicy
func (*ECR) DeleteLifecyclePolicyWithContext ¶ added in v1.12.9
func (c *ECR) DeleteLifecyclePolicyWithContext(ctx aws.Context, input *DeleteLifecyclePolicyInput, opts ...request.Option) (*DeleteLifecyclePolicyOutput, error)
DeleteLifecyclePolicyWithContext is the same as DeleteLifecyclePolicy with the addition of the ability to pass a context and additional request options.
See DeleteLifecyclePolicy for details on how to use this API operation.
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) DeletePullThroughCacheRule ¶ added in v1.42.15
func (c *ECR) DeletePullThroughCacheRule(input *DeletePullThroughCacheRuleInput) (*DeletePullThroughCacheRuleOutput, error)
DeletePullThroughCacheRule API operation for Amazon EC2 Container Registry.
Deletes a pull through cache rule.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation DeletePullThroughCacheRule for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ValidationException There was an exception validating this request.
PullThroughCacheRuleNotFoundException The pull through cache rule was not found. Specify a valid pull through cache rule and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeletePullThroughCacheRule
func (*ECR) DeletePullThroughCacheRuleRequest ¶ added in v1.42.15
func (c *ECR) DeletePullThroughCacheRuleRequest(input *DeletePullThroughCacheRuleInput) (req *request.Request, output *DeletePullThroughCacheRuleOutput)
DeletePullThroughCacheRuleRequest generates a "aws/request.Request" representing the client's request for the DeletePullThroughCacheRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePullThroughCacheRule for more information on using the DeletePullThroughCacheRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePullThroughCacheRuleRequest method. req, resp := client.DeletePullThroughCacheRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeletePullThroughCacheRule
func (*ECR) DeletePullThroughCacheRuleWithContext ¶ added in v1.42.15
func (c *ECR) DeletePullThroughCacheRuleWithContext(ctx aws.Context, input *DeletePullThroughCacheRuleInput, opts ...request.Option) (*DeletePullThroughCacheRuleOutput, error)
DeletePullThroughCacheRuleWithContext is the same as DeletePullThroughCacheRule with the addition of the ability to pass a context and additional request options.
See DeletePullThroughCacheRule for details on how to use this API operation.
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) DeleteRegistryPolicy ¶ added in v1.36.4
func (c *ECR) DeleteRegistryPolicy(input *DeleteRegistryPolicyInput) (*DeleteRegistryPolicyOutput, error)
DeleteRegistryPolicy API operation for Amazon EC2 Container Registry.
Deletes the registry permissions policy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation DeleteRegistryPolicy for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
RegistryPolicyNotFoundException The registry doesn't have an associated registry policy.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRegistryPolicy
func (*ECR) DeleteRegistryPolicyRequest ¶ added in v1.36.4
func (c *ECR) DeleteRegistryPolicyRequest(input *DeleteRegistryPolicyInput) (req *request.Request, output *DeleteRegistryPolicyOutput)
DeleteRegistryPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteRegistryPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRegistryPolicy for more information on using the DeleteRegistryPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRegistryPolicyRequest method. req, resp := client.DeleteRegistryPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRegistryPolicy
func (*ECR) DeleteRegistryPolicyWithContext ¶ added in v1.36.4
func (c *ECR) DeleteRegistryPolicyWithContext(ctx aws.Context, input *DeleteRegistryPolicyInput, opts ...request.Option) (*DeleteRegistryPolicyOutput, error)
DeleteRegistryPolicyWithContext is the same as DeleteRegistryPolicy with the addition of the ability to pass a context and additional request options.
See DeleteRegistryPolicy for details on how to use this API operation.
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) DeleteRepository ¶
func (c *ECR) DeleteRepository(input *DeleteRepositoryInput) (*DeleteRepositoryOutput, error)
DeleteRepository API operation for Amazon EC2 Container Registry.
Deletes a repository. If the repository contains images, you must either delete all images in the repository or use the force option to delete the repository.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation DeleteRepository for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
RepositoryNotEmptyException The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.
KmsException The operation failed due to a KMS exception.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepository
func (*ECR) DeleteRepositoryPolicy ¶
func (c *ECR) DeleteRepositoryPolicy(input *DeleteRepositoryPolicyInput) (*DeleteRepositoryPolicyOutput, error)
DeleteRepositoryPolicy API operation for Amazon EC2 Container Registry.
Deletes the repository policy associated with the specified repository.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon EC2 Container Registry's API operation DeleteRepositoryPolicy for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
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.
RepositoryPolicyNotFoundException The specified repository and registry combination does not have an associated repository policy.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicy
func (*ECR) DeleteRepositoryPolicyRequest ¶
func (c *ECR) DeleteRepositoryPolicyRequest(input *DeleteRepositoryPolicyInput) (req *request.Request, output *DeleteRepositoryPolicyOutput)
DeleteRepositoryPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteRepositoryPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRepositoryPolicy for more information on using the DeleteRepositoryPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRepositoryPolicyRequest method. req, resp := client.DeleteRepositoryPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicy
func (*ECR) DeleteRepositoryPolicyWithContext ¶ added in v1.8.0
func (c *ECR) DeleteRepositoryPolicyWithContext(ctx aws.Context, input *DeleteRepositoryPolicyInput, opts ...request.Option) (*DeleteRepositoryPolicyOutput, error)
DeleteRepositoryPolicyWithContext is the same as DeleteRepositoryPolicy with the addition of the ability to pass a context and additional request options.
See DeleteRepositoryPolicy for details on how to use this API operation.
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) DeleteRepositoryRequest ¶
func (c *ECR) DeleteRepositoryRequest(input *DeleteRepositoryInput) (req *request.Request, output *DeleteRepositoryOutput)
DeleteRepositoryRequest generates a "aws/request.Request" representing the client's request for the DeleteRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRepository for more information on using the DeleteRepository API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRepositoryRequest method. req, resp := client.DeleteRepositoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepository
func (*ECR) DeleteRepositoryWithContext ¶ added in v1.8.0
func (c *ECR) DeleteRepositoryWithContext(ctx aws.Context, input *DeleteRepositoryInput, opts ...request.Option) (*DeleteRepositoryOutput, error)
DeleteRepositoryWithContext is the same as DeleteRepository with the addition of the ability to pass a context and additional request options.
See DeleteRepository for details on how to use this API operation.
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.