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
- func UpstreamRegistry_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) SetCredentialArn(v string) *CreatePullThroughCacheRuleInput
- func (s *CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleInput
- func (s *CreatePullThroughCacheRuleInput) SetRegistryId(v string) *CreatePullThroughCacheRuleInput
- func (s *CreatePullThroughCacheRuleInput) SetUpstreamRegistry(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) SetCredentialArn(v string) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetRegistryId(v string) *CreatePullThroughCacheRuleOutput
- func (s *CreatePullThroughCacheRuleOutput) SetUpstreamRegistry(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) SetCredentialArn(v string) *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) UpdatePullThroughCacheRule(input *UpdatePullThroughCacheRuleInput) (*UpdatePullThroughCacheRuleOutput, error)
- func (c *ECR) UpdatePullThroughCacheRuleRequest(input *UpdatePullThroughCacheRuleInput) (req *request.Request, output *UpdatePullThroughCacheRuleOutput)
- func (c *ECR) UpdatePullThroughCacheRuleWithContext(ctx aws.Context, input *UpdatePullThroughCacheRuleInput, ...) (*UpdatePullThroughCacheRuleOutput, 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) ValidatePullThroughCacheRule(input *ValidatePullThroughCacheRuleInput) (*ValidatePullThroughCacheRuleOutput, error)
- func (c *ECR) ValidatePullThroughCacheRuleRequest(input *ValidatePullThroughCacheRuleInput) (req *request.Request, output *ValidatePullThroughCacheRuleOutput)
- func (c *ECR) ValidatePullThroughCacheRuleWithContext(ctx aws.Context, input *ValidatePullThroughCacheRuleInput, ...) (*ValidatePullThroughCacheRuleOutput, 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) SetCredentialArn(v string) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetEcrRepositoryPrefix(v string) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetRegistryId(v string) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetUpdatedAt(v time.Time) *PullThroughCacheRule
- func (s *PullThroughCacheRule) SetUpstreamRegistry(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 SecretNotFoundException
- func (s *SecretNotFoundException) Code() string
- func (s *SecretNotFoundException) Error() string
- func (s SecretNotFoundException) GoString() string
- func (s *SecretNotFoundException) Message() string
- func (s *SecretNotFoundException) OrigErr() error
- func (s *SecretNotFoundException) RequestID() string
- func (s *SecretNotFoundException) StatusCode() int
- func (s SecretNotFoundException) String() string
- 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 UnableToAccessSecretException
- func (s *UnableToAccessSecretException) Code() string
- func (s *UnableToAccessSecretException) Error() string
- func (s UnableToAccessSecretException) GoString() string
- func (s *UnableToAccessSecretException) Message() string
- func (s *UnableToAccessSecretException) OrigErr() error
- func (s *UnableToAccessSecretException) RequestID() string
- func (s *UnableToAccessSecretException) StatusCode() int
- func (s UnableToAccessSecretException) String() string
- type UnableToDecryptSecretValueException
- func (s *UnableToDecryptSecretValueException) Code() string
- func (s *UnableToDecryptSecretValueException) Error() string
- func (s UnableToDecryptSecretValueException) GoString() string
- func (s *UnableToDecryptSecretValueException) Message() string
- func (s *UnableToDecryptSecretValueException) OrigErr() error
- func (s *UnableToDecryptSecretValueException) RequestID() string
- func (s *UnableToDecryptSecretValueException) StatusCode() int
- func (s UnableToDecryptSecretValueException) String() string
- type UnableToGetUpstreamImageException
- func (s *UnableToGetUpstreamImageException) Code() string
- func (s *UnableToGetUpstreamImageException) Error() string
- func (s UnableToGetUpstreamImageException) GoString() string
- func (s *UnableToGetUpstreamImageException) Message() string
- func (s *UnableToGetUpstreamImageException) OrigErr() error
- func (s *UnableToGetUpstreamImageException) RequestID() string
- func (s *UnableToGetUpstreamImageException) StatusCode() int
- func (s UnableToGetUpstreamImageException) String() string
- type UnableToGetUpstreamLayerException
- func (s *UnableToGetUpstreamLayerException) Code() string
- func (s *UnableToGetUpstreamLayerException) Error() string
- func (s UnableToGetUpstreamLayerException) GoString() string
- func (s *UnableToGetUpstreamLayerException) Message() string
- func (s *UnableToGetUpstreamLayerException) OrigErr() error
- func (s *UnableToGetUpstreamLayerException) RequestID() string
- func (s *UnableToGetUpstreamLayerException) StatusCode() int
- func (s UnableToGetUpstreamLayerException) 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 UpdatePullThroughCacheRuleInput
- func (s UpdatePullThroughCacheRuleInput) GoString() string
- func (s *UpdatePullThroughCacheRuleInput) SetCredentialArn(v string) *UpdatePullThroughCacheRuleInput
- func (s *UpdatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *UpdatePullThroughCacheRuleInput
- func (s *UpdatePullThroughCacheRuleInput) SetRegistryId(v string) *UpdatePullThroughCacheRuleInput
- func (s UpdatePullThroughCacheRuleInput) String() string
- func (s *UpdatePullThroughCacheRuleInput) Validate() error
- type UpdatePullThroughCacheRuleOutput
- func (s UpdatePullThroughCacheRuleOutput) GoString() string
- func (s *UpdatePullThroughCacheRuleOutput) SetCredentialArn(v string) *UpdatePullThroughCacheRuleOutput
- func (s *UpdatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *UpdatePullThroughCacheRuleOutput
- func (s *UpdatePullThroughCacheRuleOutput) SetRegistryId(v string) *UpdatePullThroughCacheRuleOutput
- func (s *UpdatePullThroughCacheRuleOutput) SetUpdatedAt(v time.Time) *UpdatePullThroughCacheRuleOutput
- func (s UpdatePullThroughCacheRuleOutput) String() string
- 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 ValidatePullThroughCacheRuleInput
- func (s ValidatePullThroughCacheRuleInput) GoString() string
- func (s *ValidatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *ValidatePullThroughCacheRuleInput
- func (s *ValidatePullThroughCacheRuleInput) SetRegistryId(v string) *ValidatePullThroughCacheRuleInput
- func (s ValidatePullThroughCacheRuleInput) String() string
- func (s *ValidatePullThroughCacheRuleInput) Validate() error
- type ValidatePullThroughCacheRuleOutput
- func (s ValidatePullThroughCacheRuleOutput) GoString() string
- func (s *ValidatePullThroughCacheRuleOutput) SetCredentialArn(v string) *ValidatePullThroughCacheRuleOutput
- func (s *ValidatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *ValidatePullThroughCacheRuleOutput
- func (s *ValidatePullThroughCacheRuleOutput) SetFailure(v string) *ValidatePullThroughCacheRuleOutput
- func (s *ValidatePullThroughCacheRuleOutput) SetIsValid(v bool) *ValidatePullThroughCacheRuleOutput
- func (s *ValidatePullThroughCacheRuleOutput) SetRegistryId(v string) *ValidatePullThroughCacheRuleOutput
- func (s *ValidatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *ValidatePullThroughCacheRuleOutput
- func (s ValidatePullThroughCacheRuleOutput) 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
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" // ImageFailureCodeUpstreamAccessDenied is a ImageFailureCode enum value ImageFailureCodeUpstreamAccessDenied = "UpstreamAccessDenied" // ImageFailureCodeUpstreamTooManyRequests is a ImageFailureCode enum value ImageFailureCodeUpstreamTooManyRequests = "UpstreamTooManyRequests" ImageFailureCodeUpstreamUnavailable = "UpstreamUnavailable" )
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 ( // UpstreamRegistryEcrPublic is a UpstreamRegistry enum value UpstreamRegistryEcrPublic = "ecr-public" // UpstreamRegistryQuay is a UpstreamRegistry enum value UpstreamRegistryQuay = "quay" // UpstreamRegistryK8s is a UpstreamRegistry enum value UpstreamRegistryK8s = "k8s" // UpstreamRegistryDockerHub is a UpstreamRegistry enum value UpstreamRegistryDockerHub = "docker-hub" // UpstreamRegistryGithubContainerRegistry is a UpstreamRegistry enum value UpstreamRegistryGithubContainerRegistry = "github-container-registry" // UpstreamRegistryAzureContainerRegistry is a UpstreamRegistry enum value UpstreamRegistryAzureContainerRegistry = "azure-container-registry" )
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" // ErrCodeSecretNotFoundException for service response error code // "SecretNotFoundException". // // The ARN of the secret specified in the pull through cache rule was not found. // Update the pull through cache rule with a valid secret ARN and try again. ErrCodeSecretNotFoundException = "SecretNotFoundException" // 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" // ErrCodeUnableToAccessSecretException for service response error code // "UnableToAccessSecretException". // // The secret is unable to be accessed. Verify the resource permissions for // the secret and try again. ErrCodeUnableToAccessSecretException = "UnableToAccessSecretException" // ErrCodeUnableToDecryptSecretValueException for service response error code // "UnableToDecryptSecretValueException". // // The secret is accessible but is unable to be decrypted. Verify the resource // permisisons and try again. ErrCodeUnableToDecryptSecretValueException = "UnableToDecryptSecretValueException" // ErrCodeUnableToGetUpstreamImageException for service response error code // "UnableToGetUpstreamImageException". // // The image or images were unable to be pulled using the pull through cache // rule. This is usually caused because of an issue with the Secrets Manager // secret containing the credentials for the upstream registry. ErrCodeUnableToGetUpstreamImageException = "UnableToGetUpstreamImageException" // ErrCodeUnableToGetUpstreamLayerException for service response error code // "UnableToGetUpstreamLayerException". // // There was an issue getting the upstream layer matching the pull through cache // rule. ErrCodeUnableToGetUpstreamLayerException = "UnableToGetUpstreamLayerException" // 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 ¶
func EncryptionType_Values() []string
EncryptionType_Values returns all elements of the EncryptionType enum
func FindingSeverity_Values ¶
func FindingSeverity_Values() []string
FindingSeverity_Values returns all elements of the FindingSeverity enum
func ImageActionType_Values ¶
func ImageActionType_Values() []string
ImageActionType_Values returns all elements of the ImageActionType enum
func ImageFailureCode_Values ¶
func ImageFailureCode_Values() []string
ImageFailureCode_Values returns all elements of the ImageFailureCode enum
func ImageTagMutability_Values ¶
func ImageTagMutability_Values() []string
ImageTagMutability_Values returns all elements of the ImageTagMutability enum
func LayerAvailability_Values ¶
func LayerAvailability_Values() []string
LayerAvailability_Values returns all elements of the LayerAvailability enum
func LayerFailureCode_Values ¶
func LayerFailureCode_Values() []string
LayerFailureCode_Values returns all elements of the LayerFailureCode enum
func LifecyclePolicyPreviewStatus_Values ¶
func LifecyclePolicyPreviewStatus_Values() []string
LifecyclePolicyPreviewStatus_Values returns all elements of the LifecyclePolicyPreviewStatus enum
func ReplicationStatus_Values ¶
func ReplicationStatus_Values() []string
ReplicationStatus_Values returns all elements of the ReplicationStatus enum
func RepositoryFilterType_Values ¶
func RepositoryFilterType_Values() []string
RepositoryFilterType_Values returns all elements of the RepositoryFilterType enum
func ScanFrequency_Values ¶
func ScanFrequency_Values() []string
ScanFrequency_Values returns all elements of the ScanFrequency enum
func ScanStatus_Values ¶
func ScanStatus_Values() []string
ScanStatus_Values returns all elements of the ScanStatus enum
func ScanType_Values ¶
func ScanType_Values() []string
ScanType_Values returns all elements of the ScanType enum
func ScanningConfigurationFailureCode_Values ¶
func ScanningConfigurationFailureCode_Values() []string
ScanningConfigurationFailureCode_Values returns all elements of the ScanningConfigurationFailureCode enum
func ScanningRepositoryFilterType_Values ¶
func ScanningRepositoryFilterType_Values() []string
ScanningRepositoryFilterType_Values returns all elements of the ScanningRepositoryFilterType enum
func TagStatus_Values ¶
func TagStatus_Values() []string
TagStatus_Values returns all elements of the TagStatus enum
func UpstreamRegistry_Values ¶
func UpstreamRegistry_Values() []string
UpstreamRegistry_Values returns all elements of the UpstreamRegistry enum
Types ¶
type Attribute ¶
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 ¶
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 ¶
func (s *AuthorizationData) SetAuthorizationToken(v string) *AuthorizationData
SetAuthorizationToken sets the AuthorizationToken field's value.
func (*AuthorizationData) SetExpiresAt ¶
func (s *AuthorizationData) SetExpiresAt(v time.Time) *AuthorizationData
SetExpiresAt sets the ExpiresAt field's value.
func (*AuthorizationData) SetProxyEndpoint ¶
func (s *AuthorizationData) SetProxyEndpoint(v string) *AuthorizationData
SetProxyEndpoint sets the ProxyEndpoint field's value.
func (AuthorizationData) String ¶
func (s AuthorizationData) String() string
String returns the string representation.
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 ¶
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 ¶
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 ¶
func (s *AwsEcrContainerImageDetails) SetArchitecture(v string) *AwsEcrContainerImageDetails
SetArchitecture sets the Architecture field's value.
func (*AwsEcrContainerImageDetails) SetAuthor ¶
func (s *AwsEcrContainerImageDetails) SetAuthor(v string) *AwsEcrContainerImageDetails
SetAuthor sets the Author field's value.
func (*AwsEcrContainerImageDetails) SetImageHash ¶
func (s *AwsEcrContainerImageDetails) SetImageHash(v string) *AwsEcrContainerImageDetails
SetImageHash sets the ImageHash field's value.
func (*AwsEcrContainerImageDetails) SetImageTags ¶
func (s *AwsEcrContainerImageDetails) SetImageTags(v []*string) *AwsEcrContainerImageDetails
SetImageTags sets the ImageTags field's value.
func (*AwsEcrContainerImageDetails) SetPlatform ¶
func (s *AwsEcrContainerImageDetails) SetPlatform(v string) *AwsEcrContainerImageDetails
SetPlatform sets the Platform field's value.
func (*AwsEcrContainerImageDetails) SetPushedAt ¶
func (s *AwsEcrContainerImageDetails) SetPushedAt(v time.Time) *AwsEcrContainerImageDetails
SetPushedAt sets the PushedAt field's value.
func (*AwsEcrContainerImageDetails) SetRegistry ¶
func (s *AwsEcrContainerImageDetails) SetRegistry(v string) *AwsEcrContainerImageDetails
SetRegistry sets the Registry field's value.
func (*AwsEcrContainerImageDetails) SetRepositoryName ¶
func (s *AwsEcrContainerImageDetails) SetRepositoryName(v string) *AwsEcrContainerImageDetails
SetRepositoryName sets the RepositoryName field's value.
func (AwsEcrContainerImageDetails) String ¶
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 ¶
func (s *BatchCheckLayerAvailabilityInput) SetLayerDigests(v []*string) *BatchCheckLayerAvailabilityInput
SetLayerDigests sets the LayerDigests field's value.
func (*BatchCheckLayerAvailabilityInput) SetRegistryId ¶
func (s *BatchCheckLayerAvailabilityInput) SetRegistryId(v string) *BatchCheckLayerAvailabilityInput
SetRegistryId sets the RegistryId field's value.
func (*BatchCheckLayerAvailabilityInput) SetRepositoryName ¶
func (s *BatchCheckLayerAvailabilityInput) SetRepositoryName(v string) *BatchCheckLayerAvailabilityInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchCheckLayerAvailabilityInput) String ¶
func (s BatchCheckLayerAvailabilityInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *BatchCheckLayerAvailabilityOutput) SetFailures(v []*LayerFailure) *BatchCheckLayerAvailabilityOutput
SetFailures sets the Failures field's value.
func (*BatchCheckLayerAvailabilityOutput) SetLayers ¶
func (s *BatchCheckLayerAvailabilityOutput) SetLayers(v []*Layer) *BatchCheckLayerAvailabilityOutput
SetLayers sets the Layers field's value.
func (BatchCheckLayerAvailabilityOutput) String ¶
func (s BatchCheckLayerAvailabilityOutput) String() string
String returns the string representation.
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 ¶
func (s *BatchDeleteImageInput) SetImageIds(v []*ImageIdentifier) *BatchDeleteImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchDeleteImageInput) SetRegistryId ¶
func (s *BatchDeleteImageInput) SetRegistryId(v string) *BatchDeleteImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchDeleteImageInput) SetRepositoryName ¶
func (s *BatchDeleteImageInput) SetRepositoryName(v string) *BatchDeleteImageInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchDeleteImageInput) String ¶
func (s BatchDeleteImageInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *BatchDeleteImageOutput) SetFailures(v []*ImageFailure) *BatchDeleteImageOutput
SetFailures sets the Failures field's value.
func (*BatchDeleteImageOutput) SetImageIds ¶
func (s *BatchDeleteImageOutput) SetImageIds(v []*ImageIdentifier) *BatchDeleteImageOutput
SetImageIds sets the ImageIds field's value.
func (BatchDeleteImageOutput) String ¶
func (s BatchDeleteImageOutput) String() string
String returns the string representation.
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 ¶
func (s *BatchGetImageInput) SetAcceptedMediaTypes(v []*string) *BatchGetImageInput
SetAcceptedMediaTypes sets the AcceptedMediaTypes field's value.
func (*BatchGetImageInput) SetImageIds ¶
func (s *BatchGetImageInput) SetImageIds(v []*ImageIdentifier) *BatchGetImageInput
SetImageIds sets the ImageIds field's value.
func (*BatchGetImageInput) SetRegistryId ¶
func (s *BatchGetImageInput) SetRegistryId(v string) *BatchGetImageInput
SetRegistryId sets the RegistryId field's value.
func (*BatchGetImageInput) SetRepositoryName ¶
func (s *BatchGetImageInput) SetRepositoryName(v string) *BatchGetImageInput
SetRepositoryName sets the RepositoryName field's value.
func (BatchGetImageInput) String ¶
func (s BatchGetImageInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *BatchGetImageOutput) SetFailures(v []*ImageFailure) *BatchGetImageOutput
SetFailures sets the Failures field's value.
func (*BatchGetImageOutput) SetImages ¶
func (s *BatchGetImageOutput) SetImages(v []*Image) *BatchGetImageOutput
SetImages sets the Images field's value.
func (BatchGetImageOutput) String ¶
func (s BatchGetImageOutput) String() string
String returns the string representation.
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 ¶
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 ¶
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 ¶
func (s *BatchGetRepositoryScanningConfigurationInput) SetRepositoryNames(v []*string) *BatchGetRepositoryScanningConfigurationInput
SetRepositoryNames sets the RepositoryNames field's value.
func (BatchGetRepositoryScanningConfigurationInput) String ¶
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 ¶
func (s *BatchGetRepositoryScanningConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetRepositoryScanningConfigurationOutput ¶
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 ¶
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 ¶
func (s *BatchGetRepositoryScanningConfigurationOutput) SetFailures(v []*RepositoryScanningConfigurationFailure) *BatchGetRepositoryScanningConfigurationOutput
SetFailures sets the Failures field's value.
func (*BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations ¶
func (s *BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations(v []*RepositoryScanningConfiguration) *BatchGetRepositoryScanningConfigurationOutput
SetScanningConfigurations sets the ScanningConfigurations field's value.
func (BatchGetRepositoryScanningConfigurationOutput) String ¶
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 ¶
func (s *CompleteLayerUploadInput) SetLayerDigests(v []*string) *CompleteLayerUploadInput
SetLayerDigests sets the LayerDigests field's value.
func (*CompleteLayerUploadInput) SetRegistryId ¶
func (s *CompleteLayerUploadInput) SetRegistryId(v string) *CompleteLayerUploadInput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadInput) SetRepositoryName ¶
func (s *CompleteLayerUploadInput) SetRepositoryName(v string) *CompleteLayerUploadInput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadInput) SetUploadId ¶
func (s *CompleteLayerUploadInput) SetUploadId(v string) *CompleteLayerUploadInput
SetUploadId sets the UploadId field's value.
func (CompleteLayerUploadInput) String ¶
func (s CompleteLayerUploadInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *CompleteLayerUploadOutput) SetLayerDigest(v string) *CompleteLayerUploadOutput
SetLayerDigest sets the LayerDigest field's value.
func (*CompleteLayerUploadOutput) SetRegistryId ¶
func (s *CompleteLayerUploadOutput) SetRegistryId(v string) *CompleteLayerUploadOutput
SetRegistryId sets the RegistryId field's value.
func (*CompleteLayerUploadOutput) SetRepositoryName ¶
func (s *CompleteLayerUploadOutput) SetRepositoryName(v string) *CompleteLayerUploadOutput
SetRepositoryName sets the RepositoryName field's value.
func (*CompleteLayerUploadOutput) SetUploadId ¶
func (s *CompleteLayerUploadOutput) SetUploadId(v string) *CompleteLayerUploadOutput
SetUploadId sets the UploadId field's value.
func (CompleteLayerUploadOutput) String ¶
func (s CompleteLayerUploadOutput) String() string
String returns the string representation.
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 ¶
type CreatePullThroughCacheRuleInput struct { // The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret that identifies the credentials to authenticate to the upstream registry. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // 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 name of the upstream registry. UpstreamRegistry *string `locationName:"upstreamRegistry" type:"string" enum:"UpstreamRegistry"` // The registry URL of the upstream public registry to use as the source for // the pull through cache rule. The following is the syntax to use for each // supported upstream registry. // // * Amazon ECR Public (ecr-public) - public.ecr.aws // // * Docker Hub (docker-hub) - registry-1.docker.io // // * Quay (quay) - quay.io // // * Kubernetes (k8s) - registry.k8s.io // // * GitHub Container Registry (github-container-registry) - ghcr.io // // * Microsoft Azure Container Registry (azure-container-registry) - <custom>.azurecr.io // // UpstreamRegistryUrl is a required field UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreatePullThroughCacheRuleInput) GoString ¶
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) SetCredentialArn ¶
func (s *CreatePullThroughCacheRuleInput) SetCredentialArn(v string) *CreatePullThroughCacheRuleInput
SetCredentialArn sets the CredentialArn field's value.
func (*CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix ¶
func (s *CreatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*CreatePullThroughCacheRuleInput) SetRegistryId ¶
func (s *CreatePullThroughCacheRuleInput) SetRegistryId(v string) *CreatePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (*CreatePullThroughCacheRuleInput) SetUpstreamRegistry ¶
func (s *CreatePullThroughCacheRuleInput) SetUpstreamRegistry(v string) *CreatePullThroughCacheRuleInput
SetUpstreamRegistry sets the UpstreamRegistry field's value.
func (*CreatePullThroughCacheRuleInput) SetUpstreamRegistryUrl ¶
func (s *CreatePullThroughCacheRuleInput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleInput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (CreatePullThroughCacheRuleInput) String ¶
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 ¶
func (s *CreatePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePullThroughCacheRuleOutput ¶
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 Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret associated with the pull through cache rule. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // 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 name of the upstream registry associated with the pull through cache // rule. UpstreamRegistry *string `locationName:"upstreamRegistry" type:"string" enum:"UpstreamRegistry"` // 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 ¶
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 ¶
func (s *CreatePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *CreatePullThroughCacheRuleOutput
SetCreatedAt sets the CreatedAt field's value.
func (*CreatePullThroughCacheRuleOutput) SetCredentialArn ¶
func (s *CreatePullThroughCacheRuleOutput) SetCredentialArn(v string) *CreatePullThroughCacheRuleOutput
SetCredentialArn sets the CredentialArn field's value.
func (*CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶
func (s *CreatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *CreatePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*CreatePullThroughCacheRuleOutput) SetRegistryId ¶
func (s *CreatePullThroughCacheRuleOutput) SetRegistryId(v string) *CreatePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*CreatePullThroughCacheRuleOutput) SetUpstreamRegistry ¶
func (s *CreatePullThroughCacheRuleOutput) SetUpstreamRegistry(v string) *CreatePullThroughCacheRuleOutput
SetUpstreamRegistry sets the UpstreamRegistry field's value.
func (*CreatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl ¶
func (s *CreatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *CreatePullThroughCacheRuleOutput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (CreatePullThroughCacheRuleOutput) String ¶
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). // // The repository name must start with a letter and can only contain lowercase // letters, numbers, hyphens, underscores, and forward slashes. // // 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 ¶
func (s *CreateRepositoryInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateRepositoryInput
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*CreateRepositoryInput) SetImageScanningConfiguration ¶
func (s *CreateRepositoryInput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *CreateRepositoryInput
SetImageScanningConfiguration sets the ImageScanningConfiguration field's value.
func (*CreateRepositoryInput) SetImageTagMutability ¶
func (s *CreateRepositoryInput) SetImageTagMutability(v string) *CreateRepositoryInput
SetImageTagMutability sets the ImageTagMutability field's value.
func (*CreateRepositoryInput) SetRegistryId ¶
func (s *CreateRepositoryInput) SetRegistryId(v string) *CreateRepositoryInput
SetRegistryId sets the RegistryId field's value.
func (*CreateRepositoryInput) SetRepositoryName ¶
func (s *CreateRepositoryInput) SetRepositoryName(v string) *CreateRepositoryInput
SetRepositoryName sets the RepositoryName field's value.
func (*CreateRepositoryInput) SetTags ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
SetBaseScore sets the BaseScore field's value.
func (*CvssScore) SetScoringVector ¶
SetScoringVector sets the ScoringVector field's value.
func (*CvssScore) SetVersion ¶
SetVersion sets the Version field's value.
type CvssScoreAdjustment ¶
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 ¶
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 ¶
func (s *CvssScoreAdjustment) SetMetric(v string) *CvssScoreAdjustment
SetMetric sets the Metric field's value.
func (*CvssScoreAdjustment) SetReason ¶
func (s *CvssScoreAdjustment) SetReason(v string) *CvssScoreAdjustment
SetReason sets the Reason field's value.
func (CvssScoreAdjustment) String ¶
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 ¶
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 ¶
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 ¶
func (s *CvssScoreDetails) SetAdjustments(v []*CvssScoreAdjustment) *CvssScoreDetails
SetAdjustments sets the Adjustments field's value.
func (*CvssScoreDetails) SetScore ¶
func (s *CvssScoreDetails) SetScore(v float64) *CvssScoreDetails
SetScore sets the Score field's value.
func (*CvssScoreDetails) SetScoreSource ¶
func (s *CvssScoreDetails) SetScoreSource(v string) *CvssScoreDetails
SetScoreSource sets the ScoreSource field's value.
func (*CvssScoreDetails) SetScoringVector ¶
func (s *CvssScoreDetails) SetScoringVector(v string) *CvssScoreDetails
SetScoringVector sets the ScoringVector field's value.
func (*CvssScoreDetails) SetVersion ¶
func (s *CvssScoreDetails) SetVersion(v string) *CvssScoreDetails
SetVersion sets the Version field's value.
func (CvssScoreDetails) String ¶
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 ¶
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 ¶
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 ¶
func (s *DeleteLifecyclePolicyInput) SetRegistryId(v string) *DeleteLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyInput) SetRepositoryName ¶
func (s *DeleteLifecyclePolicyInput) SetRepositoryName(v string) *DeleteLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyInput) String ¶
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 ¶
func (s *DeleteLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLifecyclePolicyOutput ¶
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 ¶
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 ¶
func (s *DeleteLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *DeleteLifecyclePolicyOutput
SetLastEvaluatedAt sets the LastEvaluatedAt field's value.
func (*DeleteLifecyclePolicyOutput) SetLifecyclePolicyText ¶
func (s *DeleteLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *DeleteLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*DeleteLifecyclePolicyOutput) SetRegistryId ¶
func (s *DeleteLifecyclePolicyOutput) SetRegistryId(v string) *DeleteLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteLifecyclePolicyOutput) SetRepositoryName ¶
func (s *DeleteLifecyclePolicyOutput) SetRepositoryName(v string) *DeleteLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteLifecyclePolicyOutput) String ¶
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 ¶
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 ¶
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 ¶
func (s *DeletePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*DeletePullThroughCacheRuleInput) SetRegistryId ¶
func (s *DeletePullThroughCacheRuleInput) SetRegistryId(v string) *DeletePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (DeletePullThroughCacheRuleInput) String ¶
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 ¶
func (s *DeletePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePullThroughCacheRuleOutput ¶
type DeletePullThroughCacheRuleOutput struct { // The timestamp associated with the pull through cache rule. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret associated with the pull through cache rule. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // 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 ¶
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 ¶
func (s *DeletePullThroughCacheRuleOutput) SetCreatedAt(v time.Time) *DeletePullThroughCacheRuleOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DeletePullThroughCacheRuleOutput) SetCredentialArn ¶
func (s *DeletePullThroughCacheRuleOutput) SetCredentialArn(v string) *DeletePullThroughCacheRuleOutput
SetCredentialArn sets the CredentialArn field's value.
func (*DeletePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶
func (s *DeletePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*DeletePullThroughCacheRuleOutput) SetRegistryId ¶
func (s *DeletePullThroughCacheRuleOutput) SetRegistryId(v string) *DeletePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*DeletePullThroughCacheRuleOutput) SetUpstreamRegistryUrl ¶
func (s *DeletePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *DeletePullThroughCacheRuleOutput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (DeletePullThroughCacheRuleOutput) String ¶
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 ¶
type DeleteRegistryPolicyInput struct {
// contains filtered or unexported fields
}
func (DeleteRegistryPolicyInput) GoString ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (s *DeleteRegistryPolicyOutput) SetPolicyText(v string) *DeleteRegistryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*DeleteRegistryPolicyOutput) SetRegistryId ¶
func (s *DeleteRegistryPolicyOutput) SetRegistryId(v string) *DeleteRegistryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (DeleteRegistryPolicyOutput) String ¶
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 true, deleting the repository force deletes the contents of the repository. // If false, the repository must be empty before attempting to delete it. 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 ¶
func (s *DeleteRepositoryInput) SetForce(v bool) *DeleteRepositoryInput
SetForce sets the Force field's value.
func (*DeleteRepositoryInput) SetRegistryId ¶
func (s *DeleteRepositoryInput) SetRegistryId(v string) *DeleteRepositoryInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryInput) SetRepositoryName ¶
func (s *DeleteRepositoryInput) SetRepositoryName(v string) *DeleteRepositoryInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryInput) String ¶
func (s DeleteRepositoryInput) String() string
String returns the string representation.
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 ¶
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 ¶
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 ¶
func (s *DeleteRepositoryPolicyInput) SetRegistryId(v string) *DeleteRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyInput) SetRepositoryName ¶
func (s *DeleteRepositoryPolicyInput) SetRepositoryName(v string) *DeleteRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryPolicyInput) String ¶
func (s DeleteRepositoryPolicyInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *DeleteRepositoryPolicyOutput) SetPolicyText(v string) *DeleteRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*DeleteRepositoryPolicyOutput) SetRegistryId ¶
func (s *DeleteRepositoryPolicyOutput) SetRegistryId(v string) *DeleteRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*DeleteRepositoryPolicyOutput) SetRepositoryName ¶
func (s *DeleteRepositoryPolicyOutput) SetRepositoryName(v string) *DeleteRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (DeleteRepositoryPolicyOutput) String ¶
func (s DeleteRepositoryPolicyOutput) String() string
String returns the string representation.
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 ¶
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 ¶
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 ¶
func (s *DescribeImageReplicationStatusInput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusInput
SetImageId sets the ImageId field's value.
func (*DescribeImageReplicationStatusInput) SetRegistryId ¶
func (s *DescribeImageReplicationStatusInput) SetRegistryId(v string) *DescribeImageReplicationStatusInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageReplicationStatusInput) SetRepositoryName ¶
func (s *DescribeImageReplicationStatusInput) SetRepositoryName(v string) *DescribeImageReplicationStatusInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageReplicationStatusInput) String ¶
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 ¶
func (s *DescribeImageReplicationStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImageReplicationStatusOutput ¶
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 ¶
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 ¶
func (s *DescribeImageReplicationStatusOutput) SetImageId(v *ImageIdentifier) *DescribeImageReplicationStatusOutput
SetImageId sets the ImageId field's value.
func (*DescribeImageReplicationStatusOutput) SetReplicationStatuses ¶
func (s *DescribeImageReplicationStatusOutput) SetReplicationStatuses(v []*ImageReplicationStatus) *DescribeImageReplicationStatusOutput
SetReplicationStatuses sets the ReplicationStatuses field's value.
func (*DescribeImageReplicationStatusOutput) SetRepositoryName ¶
func (s *DescribeImageReplicationStatusOutput) SetRepositoryName(v string) *DescribeImageReplicationStatusOutput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageReplicationStatusOutput) String ¶
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 ¶
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 ¶
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 ¶
func (s *DescribeImageScanFindingsInput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsInput
SetImageId sets the ImageId field's value.
func (*DescribeImageScanFindingsInput) SetMaxResults ¶
func (s *DescribeImageScanFindingsInput) SetMaxResults(v int64) *DescribeImageScanFindingsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImageScanFindingsInput) SetNextToken ¶
func (s *DescribeImageScanFindingsInput) SetNextToken(v string) *DescribeImageScanFindingsInput
SetNextToken sets the NextToken field's value.
func (*DescribeImageScanFindingsInput) SetRegistryId ¶
func (s *DescribeImageScanFindingsInput) SetRegistryId(v string) *DescribeImageScanFindingsInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageScanFindingsInput) SetRepositoryName ¶
func (s *DescribeImageScanFindingsInput) SetRepositoryName(v string) *DescribeImageScanFindingsInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageScanFindingsInput) String ¶
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 ¶
func (s *DescribeImageScanFindingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImageScanFindingsOutput ¶
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 ¶
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 ¶
func (s *DescribeImageScanFindingsOutput) SetImageId(v *ImageIdentifier) *DescribeImageScanFindingsOutput
SetImageId sets the ImageId field's value.
func (*DescribeImageScanFindingsOutput) SetImageScanFindings ¶
func (s *DescribeImageScanFindingsOutput) SetImageScanFindings(v *ImageScanFindings) *DescribeImageScanFindingsOutput
SetImageScanFindings sets the ImageScanFindings field's value.
func (*DescribeImageScanFindingsOutput) SetImageScanStatus ¶
func (s *DescribeImageScanFindingsOutput) SetImageScanStatus(v *ImageScanStatus) *DescribeImageScanFindingsOutput
SetImageScanStatus sets the ImageScanStatus field's value.
func (*DescribeImageScanFindingsOutput) SetNextToken ¶
func (s *DescribeImageScanFindingsOutput) SetNextToken(v string) *DescribeImageScanFindingsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeImageScanFindingsOutput) SetRegistryId ¶
func (s *DescribeImageScanFindingsOutput) SetRegistryId(v string) *DescribeImageScanFindingsOutput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImageScanFindingsOutput) SetRepositoryName ¶
func (s *DescribeImageScanFindingsOutput) SetRepositoryName(v string) *DescribeImageScanFindingsOutput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImageScanFindingsOutput) String ¶
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 ¶
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 ¶
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 ¶
func (s *DescribeImagesFilter) SetTagStatus(v string) *DescribeImagesFilter
SetTagStatus sets the TagStatus field's value.
func (DescribeImagesFilter) String ¶
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 ¶
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 ¶
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 ¶
func (s *DescribeImagesInput) SetFilter(v *DescribeImagesFilter) *DescribeImagesInput
SetFilter sets the Filter field's value.
func (*DescribeImagesInput) SetImageIds ¶
func (s *DescribeImagesInput) SetImageIds(v []*ImageIdentifier) *DescribeImagesInput
SetImageIds sets the ImageIds field's value.
func (*DescribeImagesInput) SetMaxResults ¶
func (s *DescribeImagesInput) SetMaxResults(v int64) *DescribeImagesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImagesInput) SetNextToken ¶
func (s *DescribeImagesInput) SetNextToken(v string) *DescribeImagesInput
SetNextToken sets the NextToken field's value.
func (*DescribeImagesInput) SetRegistryId ¶
func (s *DescribeImagesInput) SetRegistryId(v string) *DescribeImagesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeImagesInput) SetRepositoryName ¶
func (s *DescribeImagesInput) SetRepositoryName(v string) *DescribeImagesInput
SetRepositoryName sets the RepositoryName field's value.
func (DescribeImagesInput) String ¶
func (s DescribeImagesInput) String() string
String returns the string representation.
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 ¶
func (s *DescribeImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImagesOutput ¶
type DescribeImagesOutput struct { // A list of ImageDetail objects that contain data about the image. ImageDetails []*ImageDetail `locationName:"imageDetails" type:"list"` // The nextToken value to include in a future DescribeImages request. When the // results of a DescribeImages request exceed maxResults, this value can be // used to retrieve the next page of results. This value is null when there // are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeImagesOutput) GoString ¶
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 ¶
func (s *DescribeImagesOutput) SetImageDetails(v []*ImageDetail) *DescribeImagesOutput
SetImageDetails sets the ImageDetails field's value.
func (*DescribeImagesOutput) SetNextToken ¶
func (s *DescribeImagesOutput) SetNextToken(v string) *DescribeImagesOutput
SetNextToken sets the NextToken field's value.
func (DescribeImagesOutput) String ¶
func (s DescribeImagesOutput) String() string
String returns the string representation.
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 ¶
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 ¶
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 ¶
func (s *DescribePullThroughCacheRulesInput) SetEcrRepositoryPrefixes(v []*string) *DescribePullThroughCacheRulesInput
SetEcrRepositoryPrefixes sets the EcrRepositoryPrefixes field's value.
func (*DescribePullThroughCacheRulesInput) SetMaxResults ¶
func (s *DescribePullThroughCacheRulesInput) SetMaxResults(v int64) *DescribePullThroughCacheRulesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribePullThroughCacheRulesInput) SetNextToken ¶
func (s *DescribePullThroughCacheRulesInput) SetNextToken(v string) *DescribePullThroughCacheRulesInput
SetNextToken sets the NextToken field's value.
func (*DescribePullThroughCacheRulesInput) SetRegistryId ¶
func (s *DescribePullThroughCacheRulesInput) SetRegistryId(v string) *DescribePullThroughCacheRulesInput
SetRegistryId sets the RegistryId field's value.
func (DescribePullThroughCacheRulesInput) String ¶
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 ¶
func (s *DescribePullThroughCacheRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePullThroughCacheRulesOutput ¶
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 ¶
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 ¶
func (s *DescribePullThroughCacheRulesOutput) SetNextToken(v string) *DescribePullThroughCacheRulesOutput
SetNextToken sets the NextToken field's value.
func (*DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules ¶
func (s *DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules(v []*PullThroughCacheRule) *DescribePullThroughCacheRulesOutput
SetPullThroughCacheRules sets the PullThroughCacheRules field's value.
func (DescribePullThroughCacheRulesOutput) String ¶
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 ¶
type DescribeRegistryInput struct {
// contains filtered or unexported fields
}
func (DescribeRegistryInput) GoString ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (s *DescribeRegistryOutput) SetRegistryId(v string) *DescribeRegistryOutput
SetRegistryId sets the RegistryId field's value.
func (*DescribeRegistryOutput) SetReplicationConfiguration ¶
func (s *DescribeRegistryOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *DescribeRegistryOutput
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (DescribeRegistryOutput) String ¶
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 ¶
func (s *DescribeRepositoriesInput) SetMaxResults(v int64) *DescribeRepositoriesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeRepositoriesInput) SetNextToken ¶
func (s *DescribeRepositoriesInput) SetNextToken(v string) *DescribeRepositoriesInput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesInput) SetRegistryId ¶
func (s *DescribeRepositoriesInput) SetRegistryId(v string) *DescribeRepositoriesInput
SetRegistryId sets the RegistryId field's value.
func (*DescribeRepositoriesInput) SetRepositoryNames ¶
func (s *DescribeRepositoriesInput) SetRepositoryNames(v []*string) *DescribeRepositoriesInput
SetRepositoryNames sets the RepositoryNames field's value.
func (DescribeRepositoriesInput) String ¶
func (s DescribeRepositoriesInput) String() string
String returns the string representation.
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 ¶
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 ¶
func (s *DescribeRepositoriesOutput) SetNextToken(v string) *DescribeRepositoriesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRepositoriesOutput) SetRepositories ¶
func (s *DescribeRepositoriesOutput) SetRepositories(v []*Repository) *DescribeRepositoriesOutput
SetRepositories sets the Repositories field's value.
func (DescribeRepositoriesOutput) String ¶
func (s DescribeRepositoriesOutput) String() string
String returns the string representation.
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 ¶
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 ¶
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.
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.
UnableToGetUpstreamImageException The image or images were unable to be pulled using the pull through cache rule. This is usually caused because of an issue with the Secrets Manager secret containing the credentials for the upstream 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 upstream registry source in your Amazon ECR private registry. For more information, see Using pull through cache rules (https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.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 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.
UnableToAccessSecretException The secret is unable to be accessed. Verify the resource permissions for the secret and try again.
SecretNotFoundException The ARN of the secret specified in the pull through cache rule was not found. Update the pull through cache rule with a valid secret ARN and try again.
UnableToDecryptSecretValueException The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule
func (*ECR) CreatePullThroughCacheRuleRequest ¶
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 ¶
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 ¶
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 ¶
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.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteLifecyclePolicy
func (*ECR) DeleteLifecyclePolicyRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 isn't empty, you must either delete the contents of the repository or use the force option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
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 ¶
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 ¶
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.
func (*ECR) DescribeImageReplicationStatus ¶
func (c *ECR) DescribeImageReplicationStatus(input *DescribeImageReplicationStatusInput) (*DescribeImageReplicationStatusOutput, error)
DescribeImageReplicationStatus API operation for Amazon EC2 Container Registry.
Returns the replication status for a specified image.
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 DescribeImageReplicationStatus 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.
ImageNotFoundException The image requested does not exist in the specified repository.
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/DescribeImageReplicationStatus
func (*ECR) DescribeImageReplicationStatusRequest ¶
func (c *ECR) DescribeImageReplicationStatusRequest(input *DescribeImageReplicationStatusInput) (req *request.Request, output *DescribeImageReplicationStatusOutput)
DescribeImageReplicationStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeImageReplicationStatus 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 DescribeImageReplicationStatus for more information on using the DescribeImageReplicationStatus 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 DescribeImageReplicationStatusRequest method. req, resp := client.DescribeImageReplicationStatusRequest(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/DescribeImageReplicationStatus
func (*ECR) DescribeImageReplicationStatusWithContext ¶
func (c *ECR) DescribeImageReplicationStatusWithContext(ctx aws.Context, input *DescribeImageReplicationStatusInput, opts ...request.Option) (*DescribeImageReplicationStatusOutput, error)
DescribeImageReplicationStatusWithContext is the same as DescribeImageReplicationStatus with the addition of the ability to pass a context and additional request options.
See DescribeImageReplicationStatus 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) DescribeImageScanFindings ¶
func (c *ECR) DescribeImageScanFindings(input *DescribeImageScanFindingsInput) (*DescribeImageScanFindingsOutput, error)
DescribeImageScanFindings API operation for Amazon EC2 Container Registry.
Returns the scan findings for the specified image.
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 DescribeImageScanFindings 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.
ImageNotFoundException The image requested does not exist in the specified repository.
ScanNotFoundException The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImageScanFindings
func (*ECR) DescribeImageScanFindingsPages ¶
func (c *ECR) DescribeImageScanFindingsPages(input *DescribeImageScanFindingsInput, fn func(*DescribeImageScanFindingsOutput, bool) bool) error
DescribeImageScanFindingsPages iterates over the pages of a DescribeImageScanFindings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeImageScanFindings method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeImageScanFindings operation. pageNum := 0 err := client.DescribeImageScanFindingsPages(params, func(page *ecr.DescribeImageScanFindingsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribeImageScanFindingsPagesWithContext ¶
func (c *ECR) DescribeImageScanFindingsPagesWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, fn func(*DescribeImageScanFindingsOutput, bool) bool, opts ...request.Option) error
DescribeImageScanFindingsPagesWithContext same as DescribeImageScanFindingsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribeImageScanFindingsRequest ¶
func (c *ECR) DescribeImageScanFindingsRequest(input *DescribeImageScanFindingsInput) (req *request.Request, output *DescribeImageScanFindingsOutput)
DescribeImageScanFindingsRequest generates a "aws/request.Request" representing the client's request for the DescribeImageScanFindings 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 DescribeImageScanFindings for more information on using the DescribeImageScanFindings 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 DescribeImageScanFindingsRequest method. req, resp := client.DescribeImageScanFindingsRequest(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/DescribeImageScanFindings
func (*ECR) DescribeImageScanFindingsWithContext ¶
func (c *ECR) DescribeImageScanFindingsWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, opts ...request.Option) (*DescribeImageScanFindingsOutput, error)
DescribeImageScanFindingsWithContext is the same as DescribeImageScanFindings with the addition of the ability to pass a context and additional request options.
See DescribeImageScanFindings 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) DescribeImages ¶
func (c *ECR) DescribeImages(input *DescribeImagesInput) (*DescribeImagesOutput, error)
DescribeImages API operation for Amazon EC2 Container Registry.
Returns metadata about the images in a repository.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
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 DescribeImages 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.
ImageNotFoundException The image requested does not exist in the specified repository.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImages
func (*ECR) DescribeImagesPages ¶
func (c *ECR) DescribeImagesPages(input *DescribeImagesInput, fn func(*DescribeImagesOutput, bool) bool) error
DescribeImagesPages iterates over the pages of a DescribeImages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeImages method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeImages operation. pageNum := 0 err := client.DescribeImagesPages(params, func(page *ecr.DescribeImagesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribeImagesPagesWithContext ¶
func (c *ECR) DescribeImagesPagesWithContext(ctx aws.Context, input *DescribeImagesInput, fn func(*DescribeImagesOutput, bool) bool, opts ...request.Option) error
DescribeImagesPagesWithContext same as DescribeImagesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribeImagesRequest ¶
func (c *ECR) DescribeImagesRequest(input *DescribeImagesInput) (req *request.Request, output *DescribeImagesOutput)
DescribeImagesRequest generates a "aws/request.Request" representing the client's request for the DescribeImages 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 DescribeImages for more information on using the DescribeImages 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 DescribeImagesRequest method. req, resp := client.DescribeImagesRequest(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/DescribeImages
func (*ECR) DescribeImagesWithContext ¶
func (c *ECR) DescribeImagesWithContext(ctx aws.Context, input *DescribeImagesInput, opts ...request.Option) (*DescribeImagesOutput, error)
DescribeImagesWithContext is the same as DescribeImages with the addition of the ability to pass a context and additional request options.
See DescribeImages 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) DescribePullThroughCacheRules ¶
func (c *ECR) DescribePullThroughCacheRules(input *DescribePullThroughCacheRulesInput) (*DescribePullThroughCacheRulesOutput, error)
DescribePullThroughCacheRules API operation for Amazon EC2 Container Registry.
Returns the pull through cache rules for a 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 DescribePullThroughCacheRules 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/DescribePullThroughCacheRules
func (*ECR) DescribePullThroughCacheRulesPages ¶
func (c *ECR) DescribePullThroughCacheRulesPages(input *DescribePullThroughCacheRulesInput, fn func(*DescribePullThroughCacheRulesOutput, bool) bool) error
DescribePullThroughCacheRulesPages iterates over the pages of a DescribePullThroughCacheRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribePullThroughCacheRules method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribePullThroughCacheRules operation. pageNum := 0 err := client.DescribePullThroughCacheRulesPages(params, func(page *ecr.DescribePullThroughCacheRulesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribePullThroughCacheRulesPagesWithContext ¶
func (c *ECR) DescribePullThroughCacheRulesPagesWithContext(ctx aws.Context, input *DescribePullThroughCacheRulesInput, fn func(*DescribePullThroughCacheRulesOutput, bool) bool, opts ...request.Option) error
DescribePullThroughCacheRulesPagesWithContext same as DescribePullThroughCacheRulesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribePullThroughCacheRulesRequest ¶
func (c *ECR) DescribePullThroughCacheRulesRequest(input *DescribePullThroughCacheRulesInput) (req *request.Request, output *DescribePullThroughCacheRulesOutput)
DescribePullThroughCacheRulesRequest generates a "aws/request.Request" representing the client's request for the DescribePullThroughCacheRules 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 DescribePullThroughCacheRules for more information on using the DescribePullThroughCacheRules 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 DescribePullThroughCacheRulesRequest method. req, resp := client.DescribePullThroughCacheRulesRequest(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/DescribePullThroughCacheRules
func (*ECR) DescribePullThroughCacheRulesWithContext ¶
func (c *ECR) DescribePullThroughCacheRulesWithContext(ctx aws.Context, input *DescribePullThroughCacheRulesInput, opts ...request.Option) (*DescribePullThroughCacheRulesOutput, error)
DescribePullThroughCacheRulesWithContext is the same as DescribePullThroughCacheRules with the addition of the ability to pass a context and additional request options.
See DescribePullThroughCacheRules 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) DescribeRegistry ¶
func (c *ECR) DescribeRegistry(input *DescribeRegistryInput) (*DescribeRegistryOutput, error)
DescribeRegistry API operation for Amazon EC2 Container Registry.
Describes the settings for a registry. The replication configuration for a repository can be created or updated with the PutReplicationConfiguration API action.
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 DescribeRegistry 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRegistry
func (*ECR) DescribeRegistryRequest ¶
func (c *ECR) DescribeRegistryRequest(input *DescribeRegistryInput) (req *request.Request, output *DescribeRegistryOutput)
DescribeRegistryRequest generates a "aws/request.Request" representing the client's request for the DescribeRegistry 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 DescribeRegistry for more information on using the DescribeRegistry 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 DescribeRegistryRequest method. req, resp := client.DescribeRegistryRequest(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/DescribeRegistry
func (*ECR) DescribeRegistryWithContext ¶
func (c *ECR) DescribeRegistryWithContext(ctx aws.Context, input *DescribeRegistryInput, opts ...request.Option) (*DescribeRegistryOutput, error)
DescribeRegistryWithContext is the same as DescribeRegistry with the addition of the ability to pass a context and additional request options.
See DescribeRegistry 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) DescribeRepositories ¶
func (c *ECR) DescribeRepositories(input *DescribeRepositoriesInput) (*DescribeRepositoriesOutput, error)
DescribeRepositories API operation for Amazon EC2 Container Registry.
Describes image repositories in a 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 DescribeRepositories 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/DescribeRepositories
func (*ECR) DescribeRepositoriesPages ¶
func (c *ECR) DescribeRepositoriesPages(input *DescribeRepositoriesInput, fn func(*DescribeRepositoriesOutput, bool) bool) error
DescribeRepositoriesPages iterates over the pages of a DescribeRepositories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeRepositories method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeRepositories operation. pageNum := 0 err := client.DescribeRepositoriesPages(params, func(page *ecr.DescribeRepositoriesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) DescribeRepositoriesPagesWithContext ¶
func (c *ECR) DescribeRepositoriesPagesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, fn func(*DescribeRepositoriesOutput, bool) bool, opts ...request.Option) error
DescribeRepositoriesPagesWithContext same as DescribeRepositoriesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) DescribeRepositoriesRequest ¶
func (c *ECR) DescribeRepositoriesRequest(input *DescribeRepositoriesInput) (req *request.Request, output *DescribeRepositoriesOutput)
DescribeRepositoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeRepositories 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 DescribeRepositories for more information on using the DescribeRepositories 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 DescribeRepositoriesRequest method. req, resp := client.DescribeRepositoriesRequest(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/DescribeRepositories
func (*ECR) DescribeRepositoriesWithContext ¶
func (c *ECR) DescribeRepositoriesWithContext(ctx aws.Context, input *DescribeRepositoriesInput, opts ...request.Option) (*DescribeRepositoriesOutput, error)
DescribeRepositoriesWithContext is the same as DescribeRepositories with the addition of the ability to pass a context and additional request options.
See DescribeRepositories 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) GetAuthorizationToken ¶
func (c *ECR) GetAuthorizationToken(input *GetAuthorizationTokenInput) (*GetAuthorizationTokenOutput, error)
GetAuthorizationToken API operation for Amazon EC2 Container Registry.
Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours.
The authorizationToken returned is a base64 encoded string that can be decoded and used in a docker login command to authenticate to a registry. The CLI offers an get-login-password command that simplifies the login process. For more information, see Registry authentication (https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html#registry_auth) 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 GetAuthorizationToken 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationToken
func (*ECR) GetAuthorizationTokenRequest ¶
func (c *ECR) GetAuthorizationTokenRequest(input *GetAuthorizationTokenInput) (req *request.Request, output *GetAuthorizationTokenOutput)
GetAuthorizationTokenRequest generates a "aws/request.Request" representing the client's request for the GetAuthorizationToken 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 GetAuthorizationToken for more information on using the GetAuthorizationToken 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 GetAuthorizationTokenRequest method. req, resp := client.GetAuthorizationTokenRequest(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/GetAuthorizationToken
func (*ECR) GetAuthorizationTokenWithContext ¶
func (c *ECR) GetAuthorizationTokenWithContext(ctx aws.Context, input *GetAuthorizationTokenInput, opts ...request.Option) (*GetAuthorizationTokenOutput, error)
GetAuthorizationTokenWithContext is the same as GetAuthorizationToken with the addition of the ability to pass a context and additional request options.
See GetAuthorizationToken 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) GetDownloadUrlForLayer ¶
func (c *ECR) GetDownloadUrlForLayer(input *GetDownloadUrlForLayerInput) (*GetDownloadUrlForLayerOutput, error)
GetDownloadUrlForLayer API operation for Amazon EC2 Container Registry.
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.
When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer that is not already cached.
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 GetDownloadUrlForLayer 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.
LayersNotFoundException The specified layers could not be found, or the specified layer is not valid for this repository.
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.
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.
UnableToGetUpstreamLayerException There was an issue getting the upstream layer matching the pull through cache rule.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayer
func (*ECR) GetDownloadUrlForLayerRequest ¶
func (c *ECR) GetDownloadUrlForLayerRequest(input *GetDownloadUrlForLayerInput) (req *request.Request, output *GetDownloadUrlForLayerOutput)
GetDownloadUrlForLayerRequest generates a "aws/request.Request" representing the client's request for the GetDownloadUrlForLayer 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 GetDownloadUrlForLayer for more information on using the GetDownloadUrlForLayer 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 GetDownloadUrlForLayerRequest method. req, resp := client.GetDownloadUrlForLayerRequest(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/GetDownloadUrlForLayer
func (*ECR) GetDownloadUrlForLayerWithContext ¶
func (c *ECR) GetDownloadUrlForLayerWithContext(ctx aws.Context, input *GetDownloadUrlForLayerInput, opts ...request.Option) (*GetDownloadUrlForLayerOutput, error)
GetDownloadUrlForLayerWithContext is the same as GetDownloadUrlForLayer with the addition of the ability to pass a context and additional request options.
See GetDownloadUrlForLayer 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) GetLifecyclePolicy ¶
func (c *ECR) GetLifecyclePolicy(input *GetLifecyclePolicyInput) (*GetLifecyclePolicyOutput, error)
GetLifecyclePolicy API operation for Amazon EC2 Container Registry.
Retrieves the lifecycle policy for 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 GetLifecyclePolicy 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.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicy
func (*ECR) GetLifecyclePolicyPreview ¶
func (c *ECR) GetLifecyclePolicyPreview(input *GetLifecyclePolicyPreviewInput) (*GetLifecyclePolicyPreviewOutput, error)
GetLifecyclePolicyPreview API operation for Amazon EC2 Container Registry.
Retrieves the results of the lifecycle policy preview request for 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 GetLifecyclePolicyPreview 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.
LifecyclePolicyPreviewNotFoundException There is no dry run for this repository.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyPreview
func (*ECR) GetLifecyclePolicyPreviewPages ¶
func (c *ECR) GetLifecyclePolicyPreviewPages(input *GetLifecyclePolicyPreviewInput, fn func(*GetLifecyclePolicyPreviewOutput, bool) bool) error
GetLifecyclePolicyPreviewPages iterates over the pages of a GetLifecyclePolicyPreview operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetLifecyclePolicyPreview method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetLifecyclePolicyPreview operation. pageNum := 0 err := client.GetLifecyclePolicyPreviewPages(params, func(page *ecr.GetLifecyclePolicyPreviewOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) GetLifecyclePolicyPreviewPagesWithContext ¶
func (c *ECR) GetLifecyclePolicyPreviewPagesWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, fn func(*GetLifecyclePolicyPreviewOutput, bool) bool, opts ...request.Option) error
GetLifecyclePolicyPreviewPagesWithContext same as GetLifecyclePolicyPreviewPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) GetLifecyclePolicyPreviewRequest ¶
func (c *ECR) GetLifecyclePolicyPreviewRequest(input *GetLifecyclePolicyPreviewInput) (req *request.Request, output *GetLifecyclePolicyPreviewOutput)
GetLifecyclePolicyPreviewRequest generates a "aws/request.Request" representing the client's request for the GetLifecyclePolicyPreview 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 GetLifecyclePolicyPreview for more information on using the GetLifecyclePolicyPreview 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 GetLifecyclePolicyPreviewRequest method. req, resp := client.GetLifecyclePolicyPreviewRequest(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/GetLifecyclePolicyPreview
func (*ECR) GetLifecyclePolicyPreviewWithContext ¶
func (c *ECR) GetLifecyclePolicyPreviewWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, opts ...request.Option) (*GetLifecyclePolicyPreviewOutput, error)
GetLifecyclePolicyPreviewWithContext is the same as GetLifecyclePolicyPreview with the addition of the ability to pass a context and additional request options.
See GetLifecyclePolicyPreview 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) GetLifecyclePolicyRequest ¶
func (c *ECR) GetLifecyclePolicyRequest(input *GetLifecyclePolicyInput) (req *request.Request, output *GetLifecyclePolicyOutput)
GetLifecyclePolicyRequest generates a "aws/request.Request" representing the client's request for the GetLifecyclePolicy 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 GetLifecyclePolicy for more information on using the GetLifecyclePolicy 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 GetLifecyclePolicyRequest method. req, resp := client.GetLifecyclePolicyRequest(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/GetLifecyclePolicy
func (*ECR) GetLifecyclePolicyWithContext ¶
func (c *ECR) GetLifecyclePolicyWithContext(ctx aws.Context, input *GetLifecyclePolicyInput, opts ...request.Option) (*GetLifecyclePolicyOutput, error)
GetLifecyclePolicyWithContext is the same as GetLifecyclePolicy with the addition of the ability to pass a context and additional request options.
See GetLifecyclePolicy 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) GetRegistryPolicy ¶
func (c *ECR) GetRegistryPolicy(input *GetRegistryPolicyInput) (*GetRegistryPolicyOutput, error)
GetRegistryPolicy API operation for Amazon EC2 Container Registry.
Retrieves the permissions policy for a 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 GetRegistryPolicy 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/GetRegistryPolicy
func (*ECR) GetRegistryPolicyRequest ¶
func (c *ECR) GetRegistryPolicyRequest(input *GetRegistryPolicyInput) (req *request.Request, output *GetRegistryPolicyOutput)
GetRegistryPolicyRequest generates a "aws/request.Request" representing the client's request for the GetRegistryPolicy 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 GetRegistryPolicy for more information on using the GetRegistryPolicy 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 GetRegistryPolicyRequest method. req, resp := client.GetRegistryPolicyRequest(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/GetRegistryPolicy
func (*ECR) GetRegistryPolicyWithContext ¶
func (c *ECR) GetRegistryPolicyWithContext(ctx aws.Context, input *GetRegistryPolicyInput, opts ...request.Option) (*GetRegistryPolicyOutput, error)
GetRegistryPolicyWithContext is the same as GetRegistryPolicy with the addition of the ability to pass a context and additional request options.
See GetRegistryPolicy 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) GetRegistryScanningConfiguration ¶
func (c *ECR) GetRegistryScanningConfiguration(input *GetRegistryScanningConfigurationInput) (*GetRegistryScanningConfigurationOutput, error)
GetRegistryScanningConfiguration API operation for Amazon EC2 Container Registry.
Retrieves the scanning configuration for a 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 GetRegistryScanningConfiguration 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRegistryScanningConfiguration
func (*ECR) GetRegistryScanningConfigurationRequest ¶
func (c *ECR) GetRegistryScanningConfigurationRequest(input *GetRegistryScanningConfigurationInput) (req *request.Request, output *GetRegistryScanningConfigurationOutput)
GetRegistryScanningConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetRegistryScanningConfiguration 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 GetRegistryScanningConfiguration for more information on using the GetRegistryScanningConfiguration 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 GetRegistryScanningConfigurationRequest method. req, resp := client.GetRegistryScanningConfigurationRequest(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/GetRegistryScanningConfiguration
func (*ECR) GetRegistryScanningConfigurationWithContext ¶
func (c *ECR) GetRegistryScanningConfigurationWithContext(ctx aws.Context, input *GetRegistryScanningConfigurationInput, opts ...request.Option) (*GetRegistryScanningConfigurationOutput, error)
GetRegistryScanningConfigurationWithContext is the same as GetRegistryScanningConfiguration with the addition of the ability to pass a context and additional request options.
See GetRegistryScanningConfiguration 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) GetRepositoryPolicy ¶
func (c *ECR) GetRepositoryPolicy(input *GetRepositoryPolicyInput) (*GetRepositoryPolicyOutput, error)
GetRepositoryPolicy API operation for Amazon EC2 Container Registry.
Retrieves the repository policy for 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 GetRepositoryPolicy 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/GetRepositoryPolicy
func (*ECR) GetRepositoryPolicyRequest ¶
func (c *ECR) GetRepositoryPolicyRequest(input *GetRepositoryPolicyInput) (req *request.Request, output *GetRepositoryPolicyOutput)
GetRepositoryPolicyRequest generates a "aws/request.Request" representing the client's request for the GetRepositoryPolicy 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 GetRepositoryPolicy for more information on using the GetRepositoryPolicy 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 GetRepositoryPolicyRequest method. req, resp := client.GetRepositoryPolicyRequest(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/GetRepositoryPolicy
func (*ECR) GetRepositoryPolicyWithContext ¶
func (c *ECR) GetRepositoryPolicyWithContext(ctx aws.Context, input *GetRepositoryPolicyInput, opts ...request.Option) (*GetRepositoryPolicyOutput, error)
GetRepositoryPolicyWithContext is the same as GetRepositoryPolicy with the addition of the ability to pass a context and additional request options.
See GetRepositoryPolicy 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) InitiateLayerUpload ¶
func (c *ECR) InitiateLayerUpload(input *InitiateLayerUploadInput) (*InitiateLayerUploadOutput, error)
InitiateLayerUpload API operation for Amazon EC2 Container Registry.
Notifies Amazon ECR that you intend to upload an image layer.
When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action.
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 InitiateLayerUpload 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.
KmsException The operation failed due to a KMS exception.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUpload
func (*ECR) InitiateLayerUploadRequest ¶
func (c *ECR) InitiateLayerUploadRequest(input *InitiateLayerUploadInput) (req *request.Request, output *InitiateLayerUploadOutput)
InitiateLayerUploadRequest generates a "aws/request.Request" representing the client's request for the InitiateLayerUpload 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 InitiateLayerUpload for more information on using the InitiateLayerUpload 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 InitiateLayerUploadRequest method. req, resp := client.InitiateLayerUploadRequest(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/InitiateLayerUpload
func (*ECR) InitiateLayerUploadWithContext ¶
func (c *ECR) InitiateLayerUploadWithContext(ctx aws.Context, input *InitiateLayerUploadInput, opts ...request.Option) (*InitiateLayerUploadOutput, error)
InitiateLayerUploadWithContext is the same as InitiateLayerUpload with the addition of the ability to pass a context and additional request options.
See InitiateLayerUpload 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) ListImages ¶
func (c *ECR) ListImages(input *ListImagesInput) (*ListImagesOutput, error)
ListImages API operation for Amazon EC2 Container Registry.
Lists all the image IDs for the specified repository.
You can filter images based on whether or not they are tagged by using the tagStatus filter and specifying either TAGGED, UNTAGGED or ANY. For example, you can filter your results to return only UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only TAGGED images to list all of the tags in your repository.
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 ListImages 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/ListImages
func (*ECR) ListImagesPages ¶
func (c *ECR) ListImagesPages(input *ListImagesInput, fn func(*ListImagesOutput, bool) bool) error
ListImagesPages iterates over the pages of a ListImages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListImages method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListImages operation. pageNum := 0 err := client.ListImagesPages(params, func(page *ecr.ListImagesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ECR) ListImagesPagesWithContext ¶
func (c *ECR) ListImagesPagesWithContext(ctx aws.Context, input *ListImagesInput, fn func(*ListImagesOutput, bool) bool, opts ...request.Option) error
ListImagesPagesWithContext same as ListImagesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ECR) ListImagesRequest ¶
func (c *ECR) ListImagesRequest(input *ListImagesInput) (req *request.Request, output *ListImagesOutput)
ListImagesRequest generates a "aws/request.Request" representing the client's request for the ListImages 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 ListImages for more information on using the ListImages 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 ListImagesRequest method. req, resp := client.ListImagesRequest(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/ListImages
func (*ECR) ListImagesWithContext ¶
func (c *ECR) ListImagesWithContext(ctx aws.Context, input *ListImagesInput, opts ...request.Option) (*ListImagesOutput, error)
ListImagesWithContext is the same as ListImages with the addition of the ability to pass a context and additional request options.
See ListImages 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) ListTagsForResource ¶
func (c *ECR) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon EC2 Container Registry.
List the tags for an Amazon ECR resource.
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 ListTagsForResource for usage and error information.
Returned Error Types:
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.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListTagsForResource
func (*ECR) ListTagsForResourceRequest ¶
func (c *ECR) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource 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 ListTagsForResource for more information on using the ListTagsForResource 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 ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(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/ListTagsForResource
func (*ECR) ListTagsForResourceWithContext ¶
func (c *ECR) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource 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) PutImage ¶
func (c *ECR) PutImage(input *PutImageInput) (*PutImageOutput, error)
PutImage API operation for Amazon EC2 Container Registry.
Creates or updates the image manifest and tags associated with an image.
When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image.
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 PutImage 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.
ImageAlreadyExistsException The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.
LayersNotFoundException The specified layers could not be found, or the specified layer is not valid for this repository.
ReferencedImagesNotFoundException The manifest list is referencing an image that does not exist.
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.
ImageTagAlreadyExistsException The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.
ImageDigestDoesNotMatchException The specified image digest does not match the digest that Amazon ECR calculated for the image.
KmsException The operation failed due to a KMS exception.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImage
func (*ECR) PutImageRequest ¶
func (c *ECR) PutImageRequest(input *PutImageInput) (req *request.Request, output *PutImageOutput)
PutImageRequest generates a "aws/request.Request" representing the client's request for the PutImage 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 PutImage for more information on using the PutImage 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 PutImageRequest method. req, resp := client.PutImageRequest(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/PutImage
func (*ECR) PutImageScanningConfiguration ¶
func (c *ECR) PutImageScanningConfiguration(input *PutImageScanningConfigurationInput) (*PutImageScanningConfigurationOutput, error)
PutImageScanningConfiguration API operation for Amazon EC2 Container Registry.
The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level. For more information, see PutRegistryScanningConfiguration.
Updates the image scanning configuration for 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 PutImageScanningConfiguration 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/PutImageScanningConfiguration
func (*ECR) PutImageScanningConfigurationRequest ¶
func (c *ECR) PutImageScanningConfigurationRequest(input *PutImageScanningConfigurationInput) (req *request.Request, output *PutImageScanningConfigurationOutput)
PutImageScanningConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutImageScanningConfiguration 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 PutImageScanningConfiguration for more information on using the PutImageScanningConfiguration 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 PutImageScanningConfigurationRequest method. req, resp := client.PutImageScanningConfigurationRequest(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/PutImageScanningConfiguration
func (*ECR) PutImageScanningConfigurationWithContext ¶
func (c *ECR) PutImageScanningConfigurationWithContext(ctx aws.Context, input *PutImageScanningConfigurationInput, opts ...request.Option) (*PutImageScanningConfigurationOutput, error)
PutImageScanningConfigurationWithContext is the same as PutImageScanningConfiguration with the addition of the ability to pass a context and additional request options.
See PutImageScanningConfiguration 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) PutImageTagMutability ¶
func (c *ECR) PutImageTagMutability(input *PutImageTagMutabilityInput) (*PutImageTagMutabilityOutput, error)
PutImageTagMutability API operation for Amazon EC2 Container Registry.
Updates the image tag mutability settings for the specified repository. For more information, see Image tag mutability (https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.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 PutImageTagMutability 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/PutImageTagMutability
func (*ECR) PutImageTagMutabilityRequest ¶
func (c *ECR) PutImageTagMutabilityRequest(input *PutImageTagMutabilityInput) (req *request.Request, output *PutImageTagMutabilityOutput)
PutImageTagMutabilityRequest generates a "aws/request.Request" representing the client's request for the PutImageTagMutability 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 PutImageTagMutability for more information on using the PutImageTagMutability 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 PutImageTagMutabilityRequest method. req, resp := client.PutImageTagMutabilityRequest(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/PutImageTagMutability
func (*ECR) PutImageTagMutabilityWithContext ¶
func (c *ECR) PutImageTagMutabilityWithContext(ctx aws.Context, input *PutImageTagMutabilityInput, opts ...request.Option) (*PutImageTagMutabilityOutput, error)
PutImageTagMutabilityWithContext is the same as PutImageTagMutability with the addition of the ability to pass a context and additional request options.
See PutImageTagMutability 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) PutImageWithContext ¶
func (c *ECR) PutImageWithContext(ctx aws.Context, input *PutImageInput, opts ...request.Option) (*PutImageOutput, error)
PutImageWithContext is the same as PutImage with the addition of the ability to pass a context and additional request options.
See PutImage 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) PutLifecyclePolicy ¶
func (c *ECR) PutLifecyclePolicy(input *PutLifecyclePolicyInput) (*PutLifecyclePolicyOutput, error)
PutLifecyclePolicy API operation for Amazon EC2 Container Registry.
Creates or updates the lifecycle policy for the specified repository. For more information, see Lifecycle policy template (https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html).
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 PutLifecyclePolicy 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/PutLifecyclePolicy
func (*ECR) PutLifecyclePolicyRequest ¶
func (c *ECR) PutLifecyclePolicyRequest(input *PutLifecyclePolicyInput) (req *request.Request, output *PutLifecyclePolicyOutput)
PutLifecyclePolicyRequest generates a "aws/request.Request" representing the client's request for the PutLifecyclePolicy 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 PutLifecyclePolicy for more information on using the PutLifecyclePolicy 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 PutLifecyclePolicyRequest method. req, resp := client.PutLifecyclePolicyRequest(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/PutLifecyclePolicy
func (*ECR) PutLifecyclePolicyWithContext ¶
func (c *ECR) PutLifecyclePolicyWithContext(ctx aws.Context, input *PutLifecyclePolicyInput, opts ...request.Option) (*PutLifecyclePolicyOutput, error)
PutLifecyclePolicyWithContext is the same as PutLifecyclePolicy with the addition of the ability to pass a context and additional request options.
See PutLifecyclePolicy 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) PutRegistryPolicy ¶
func (c *ECR) PutRegistryPolicy(input *PutRegistryPolicyInput) (*PutRegistryPolicyOutput, error)
PutRegistryPolicy API operation for Amazon EC2 Container Registry.
Creates or updates the permissions policy for your registry.
A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions (https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.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 PutRegistryPolicy 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutRegistryPolicy
func (*ECR) PutRegistryPolicyRequest ¶
func (c *ECR) PutRegistryPolicyRequest(input *PutRegistryPolicyInput) (req *request.Request, output *PutRegistryPolicyOutput)
PutRegistryPolicyRequest generates a "aws/request.Request" representing the client's request for the PutRegistryPolicy 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 PutRegistryPolicy for more information on using the PutRegistryPolicy 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 PutRegistryPolicyRequest method. req, resp := client.PutRegistryPolicyRequest(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/PutRegistryPolicy
func (*ECR) PutRegistryPolicyWithContext ¶
func (c *ECR) PutRegistryPolicyWithContext(ctx aws.Context, input *PutRegistryPolicyInput, opts ...request.Option) (*PutRegistryPolicyOutput, error)
PutRegistryPolicyWithContext is the same as PutRegistryPolicy with the addition of the ability to pass a context and additional request options.
See PutRegistryPolicy 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) PutRegistryScanningConfiguration ¶
func (c *ECR) PutRegistryScanningConfiguration(input *PutRegistryScanningConfigurationInput) (*PutRegistryScanningConfigurationOutput, error)
PutRegistryScanningConfiguration API operation for Amazon EC2 Container Registry.
Creates or updates the scanning configuration for your 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 PutRegistryScanningConfiguration 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutRegistryScanningConfiguration
func (*ECR) PutRegistryScanningConfigurationRequest ¶
func (c *ECR) PutRegistryScanningConfigurationRequest(input *PutRegistryScanningConfigurationInput) (req *request.Request, output *PutRegistryScanningConfigurationOutput)
PutRegistryScanningConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutRegistryScanningConfiguration 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 PutRegistryScanningConfiguration for more information on using the PutRegistryScanningConfiguration 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 PutRegistryScanningConfigurationRequest method. req, resp := client.PutRegistryScanningConfigurationRequest(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/PutRegistryScanningConfiguration
func (*ECR) PutRegistryScanningConfigurationWithContext ¶
func (c *ECR) PutRegistryScanningConfigurationWithContext(ctx aws.Context, input *PutRegistryScanningConfigurationInput, opts ...request.Option) (*PutRegistryScanningConfigurationOutput, error)
PutRegistryScanningConfigurationWithContext is the same as PutRegistryScanningConfiguration with the addition of the ability to pass a context and additional request options.
See PutRegistryScanningConfiguration 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) PutReplicationConfiguration ¶
func (c *ECR) PutReplicationConfiguration(input *PutReplicationConfigurationInput) (*PutReplicationConfigurationOutput, error)
PutReplicationConfiguration API operation for Amazon EC2 Container Registry.
Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR (https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the Amazon Elastic Container Registry User Guide.
When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
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 PutReplicationConfiguration 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.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutReplicationConfiguration
func (*ECR) PutReplicationConfigurationRequest ¶
func (c *ECR) PutReplicationConfigurationRequest(input *PutReplicationConfigurationInput) (req *request.Request, output *PutReplicationConfigurationOutput)
PutReplicationConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutReplicationConfiguration 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 PutReplicationConfiguration for more information on using the PutReplicationConfiguration 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 PutReplicationConfigurationRequest method. req, resp := client.PutReplicationConfigurationRequest(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/PutReplicationConfiguration
func (*ECR) PutReplicationConfigurationWithContext ¶
func (c *ECR) PutReplicationConfigurationWithContext(ctx aws.Context, input *PutReplicationConfigurationInput, opts ...request.Option) (*PutReplicationConfigurationOutput, error)
PutReplicationConfigurationWithContext is the same as PutReplicationConfiguration with the addition of the ability to pass a context and additional request options.
See PutReplicationConfiguration 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) SetRepositoryPolicy ¶
func (c *ECR) SetRepositoryPolicy(input *SetRepositoryPolicyInput) (*SetRepositoryPolicyOutput, error)
SetRepositoryPolicy API operation for Amazon EC2 Container Registry.
Applies a repository policy to the specified repository to control access permissions. For more information, see Amazon ECR Repository policies (https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.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 SetRepositoryPolicy 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/SetRepositoryPolicy
func (*ECR) SetRepositoryPolicyRequest ¶
func (c *ECR) SetRepositoryPolicyRequest(input *SetRepositoryPolicyInput) (req *request.Request, output *SetRepositoryPolicyOutput)
SetRepositoryPolicyRequest generates a "aws/request.Request" representing the client's request for the SetRepositoryPolicy 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 SetRepositoryPolicy for more information on using the SetRepositoryPolicy 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 SetRepositoryPolicyRequest method. req, resp := client.SetRepositoryPolicyRequest(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/SetRepositoryPolicy
func (*ECR) SetRepositoryPolicyWithContext ¶
func (c *ECR) SetRepositoryPolicyWithContext(ctx aws.Context, input *SetRepositoryPolicyInput, opts ...request.Option) (*SetRepositoryPolicyOutput, error)
SetRepositoryPolicyWithContext is the same as SetRepositoryPolicy with the addition of the ability to pass a context and additional request options.
See SetRepositoryPolicy 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) StartImageScan ¶
func (c *ECR) StartImageScan(input *StartImageScanInput) (*StartImageScanOutput, error)
StartImageScan API operation for Amazon EC2 Container Registry.
Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image scanning (https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.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 StartImageScan 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.
UnsupportedImageTypeException The image is of a type that cannot be scanned.
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.
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.
ImageNotFoundException The image requested does not exist in the specified repository.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartImageScan
func (*ECR) StartImageScanRequest ¶
func (c *ECR) StartImageScanRequest(input *StartImageScanInput) (req *request.Request, output *StartImageScanOutput)
StartImageScanRequest generates a "aws/request.Request" representing the client's request for the StartImageScan 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 StartImageScan for more information on using the StartImageScan 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 StartImageScanRequest method. req, resp := client.StartImageScanRequest(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/StartImageScan
func (*ECR) StartImageScanWithContext ¶
func (c *ECR) StartImageScanWithContext(ctx aws.Context, input *StartImageScanInput, opts ...request.Option) (*StartImageScanOutput, error)
StartImageScanWithContext is the same as StartImageScan with the addition of the ability to pass a context and additional request options.
See StartImageScan 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) StartLifecyclePolicyPreview ¶
func (c *ECR) StartLifecyclePolicyPreview(input *StartLifecyclePolicyPreviewInput) (*StartLifecyclePolicyPreviewOutput, error)
StartLifecyclePolicyPreview API operation for Amazon EC2 Container Registry.
Starts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with 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 StartLifecyclePolicyPreview 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.
LifecyclePolicyPreviewInProgressException The previous lifecycle policy preview request has not completed. Wait and try again.
ValidationException There was an exception validating this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartLifecyclePolicyPreview
func (*ECR) StartLifecyclePolicyPreviewRequest ¶
func (c *ECR) StartLifecyclePolicyPreviewRequest(input *StartLifecyclePolicyPreviewInput) (req *request.Request, output *StartLifecyclePolicyPreviewOutput)
StartLifecyclePolicyPreviewRequest generates a "aws/request.Request" representing the client's request for the StartLifecyclePolicyPreview 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 StartLifecyclePolicyPreview for more information on using the StartLifecyclePolicyPreview 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 StartLifecyclePolicyPreviewRequest method. req, resp := client.StartLifecyclePolicyPreviewRequest(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/StartLifecyclePolicyPreview
func (*ECR) StartLifecyclePolicyPreviewWithContext ¶
func (c *ECR) StartLifecyclePolicyPreviewWithContext(ctx aws.Context, input *StartLifecyclePolicyPreviewInput, opts ...request.Option) (*StartLifecyclePolicyPreviewOutput, error)
StartLifecyclePolicyPreviewWithContext is the same as StartLifecyclePolicyPreview with the addition of the ability to pass a context and additional request options.
See StartLifecyclePolicyPreview 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) TagResource ¶
func (c *ECR) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon EC2 Container Registry.
Adds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.
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 TagResource for usage and error information.
Returned Error Types:
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.
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.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/TagResource
func (*ECR) TagResourceRequest ¶
func (c *ECR) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource 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 TagResource for more information on using the TagResource 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 TagResourceRequest method. req, resp := client.TagResourceRequest(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/TagResource
func (*ECR) TagResourceWithContext ¶
func (c *ECR) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource 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) UntagResource ¶
func (c *ECR) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon EC2 Container Registry.
Deletes specified tags from a resource.
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 UntagResource for usage and error information.
Returned Error Types:
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.
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.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UntagResource
func (*ECR) UntagResourceRequest ¶
func (c *ECR) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource 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 UntagResource for more information on using the UntagResource 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 UntagResourceRequest method. req, resp := client.UntagResourceRequest(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/UntagResource
func (*ECR) UntagResourceWithContext ¶
func (c *ECR) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource 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) UpdatePullThroughCacheRule ¶
func (c *ECR) UpdatePullThroughCacheRule(input *UpdatePullThroughCacheRuleInput) (*UpdatePullThroughCacheRuleOutput, error)
UpdatePullThroughCacheRule API operation for Amazon EC2 Container Registry.
Updates an existing 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 UpdatePullThroughCacheRule 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.
UnableToAccessSecretException The secret is unable to be accessed. Verify the resource permissions for the secret and try again.
PullThroughCacheRuleNotFoundException The pull through cache rule was not found. Specify a valid pull through cache rule and try again.
SecretNotFoundException The ARN of the secret specified in the pull through cache rule was not found. Update the pull through cache rule with a valid secret ARN and try again.
UnableToDecryptSecretValueException The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UpdatePullThroughCacheRule
func (*ECR) UpdatePullThroughCacheRuleRequest ¶
func (c *ECR) UpdatePullThroughCacheRuleRequest(input *UpdatePullThroughCacheRuleInput) (req *request.Request, output *UpdatePullThroughCacheRuleOutput)
UpdatePullThroughCacheRuleRequest generates a "aws/request.Request" representing the client's request for the UpdatePullThroughCacheRule 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 UpdatePullThroughCacheRule for more information on using the UpdatePullThroughCacheRule 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 UpdatePullThroughCacheRuleRequest method. req, resp := client.UpdatePullThroughCacheRuleRequest(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/UpdatePullThroughCacheRule
func (*ECR) UpdatePullThroughCacheRuleWithContext ¶
func (c *ECR) UpdatePullThroughCacheRuleWithContext(ctx aws.Context, input *UpdatePullThroughCacheRuleInput, opts ...request.Option) (*UpdatePullThroughCacheRuleOutput, error)
UpdatePullThroughCacheRuleWithContext is the same as UpdatePullThroughCacheRule with the addition of the ability to pass a context and additional request options.
See UpdatePullThroughCacheRule 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) UploadLayerPart ¶
func (c *ECR) UploadLayerPart(input *UploadLayerPartInput) (*UploadLayerPartOutput, error)
UploadLayerPart API operation for Amazon EC2 Container Registry.
Uploads an image layer part to Amazon ECR.
When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part.
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 UploadLayerPart 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.
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.
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.
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/UploadLayerPart
func (*ECR) UploadLayerPartRequest ¶
func (c *ECR) UploadLayerPartRequest(input *UploadLayerPartInput) (req *request.Request, output *UploadLayerPartOutput)
UploadLayerPartRequest generates a "aws/request.Request" representing the client's request for the UploadLayerPart 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 UploadLayerPart for more information on using the UploadLayerPart 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 UploadLayerPartRequest method. req, resp := client.UploadLayerPartRequest(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/UploadLayerPart
func (*ECR) UploadLayerPartWithContext ¶
func (c *ECR) UploadLayerPartWithContext(ctx aws.Context, input *UploadLayerPartInput, opts ...request.Option) (*UploadLayerPartOutput, error)
UploadLayerPartWithContext is the same as UploadLayerPart with the addition of the ability to pass a context and additional request options.
See UploadLayerPart 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) ValidatePullThroughCacheRule ¶
func (c *ECR) ValidatePullThroughCacheRule(input *ValidatePullThroughCacheRuleInput) (*ValidatePullThroughCacheRuleOutput, error)
ValidatePullThroughCacheRule API operation for Amazon EC2 Container Registry.
Validates an existing pull through cache rule for an upstream registry that requires authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the syntax, and then validate that authentication to the upstream registry is successful.
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 ValidatePullThroughCacheRule 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/ValidatePullThroughCacheRule
func (*ECR) ValidatePullThroughCacheRuleRequest ¶
func (c *ECR) ValidatePullThroughCacheRuleRequest(input *ValidatePullThroughCacheRuleInput) (req *request.Request, output *ValidatePullThroughCacheRuleOutput)
ValidatePullThroughCacheRuleRequest generates a "aws/request.Request" representing the client's request for the ValidatePullThroughCacheRule 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 ValidatePullThroughCacheRule for more information on using the ValidatePullThroughCacheRule 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 ValidatePullThroughCacheRuleRequest method. req, resp := client.ValidatePullThroughCacheRuleRequest(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/ValidatePullThroughCacheRule
func (*ECR) ValidatePullThroughCacheRuleWithContext ¶
func (c *ECR) ValidatePullThroughCacheRuleWithContext(ctx aws.Context, input *ValidatePullThroughCacheRuleInput, opts ...request.Option) (*ValidatePullThroughCacheRuleOutput, error)
ValidatePullThroughCacheRuleWithContext is the same as ValidatePullThroughCacheRule with the addition of the ability to pass a context and additional request options.
See ValidatePullThroughCacheRule 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) WaitUntilImageScanComplete ¶
func (c *ECR) WaitUntilImageScanComplete(input *DescribeImageScanFindingsInput) error
WaitUntilImageScanComplete uses the Amazon ECR API operation DescribeImageScanFindings to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*ECR) WaitUntilImageScanCompleteWithContext ¶
func (c *ECR) WaitUntilImageScanCompleteWithContext(ctx aws.Context, input *DescribeImageScanFindingsInput, opts ...request.WaiterOption) error
WaitUntilImageScanCompleteWithContext is an extended version of WaitUntilImageScanComplete. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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) WaitUntilLifecyclePolicyPreviewComplete ¶
func (c *ECR) WaitUntilLifecyclePolicyPreviewComplete(input *GetLifecyclePolicyPreviewInput) error
WaitUntilLifecyclePolicyPreviewComplete uses the Amazon ECR API operation GetLifecyclePolicyPreview to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*ECR) WaitUntilLifecyclePolicyPreviewCompleteWithContext ¶
func (c *ECR) WaitUntilLifecyclePolicyPreviewCompleteWithContext(ctx aws.Context, input *GetLifecyclePolicyPreviewInput, opts ...request.WaiterOption) error
WaitUntilLifecyclePolicyPreviewCompleteWithContext is an extended version of WaitUntilLifecyclePolicyPreviewComplete. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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.
type EmptyUploadException ¶
type EmptyUploadException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified layer upload does not contain any layer parts.
func (*EmptyUploadException) Code ¶
func (s *EmptyUploadException) Code() string
Code returns the exception type name.
func (*EmptyUploadException) Error ¶
func (s *EmptyUploadException) Error() string
func (EmptyUploadException) GoString ¶
func (s EmptyUploadException) 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 (*EmptyUploadException) Message ¶
func (s *EmptyUploadException) Message() string
Message returns the exception's message.
func (*EmptyUploadException) OrigErr ¶
func (s *EmptyUploadException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*EmptyUploadException) RequestID ¶
func (s *EmptyUploadException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*EmptyUploadException) StatusCode ¶
func (s *EmptyUploadException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (EmptyUploadException) String ¶
func (s EmptyUploadException) 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 EncryptionConfiguration ¶
type EncryptionConfiguration struct { // The encryption type to use. // // If you use the KMS encryption type, the contents of the repository will be // encrypted using server-side encryption with Key Management Service key stored // in KMS. When you use KMS to encrypt your data, you can either use the default // Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS // key, which you already created. For more information, see Protecting data // using server-side encryption with an KMS key stored in Key Management Service // (SSE-KMS) (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) // in the Amazon Simple Storage Service Console Developer Guide. // // If you use the AES256 encryption type, Amazon ECR uses server-side encryption // with Amazon S3-managed encryption keys which encrypts the images in the repository // using an AES-256 encryption algorithm. For more information, see Protecting // data using server-side encryption with Amazon S3-managed encryption keys // (SSE-S3) (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) // in the Amazon Simple Storage Service Console Developer Guide. // // EncryptionType is a required field EncryptionType *string `locationName:"encryptionType" type:"string" required:"true" enum:"EncryptionType"` // If you use the KMS encryption type, specify the KMS key to use for encryption. // The alias, key ID, or full ARN of the KMS key can be specified. The key must // exist in the same Region as the repository. If no key is specified, the default // Amazon Web Services managed KMS key for Amazon ECR will be used. KmsKey *string `locationName:"kmsKey" min:"1" type:"string"` // contains filtered or unexported fields }
The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
By default, when no encryption configuration is set or the AES256 encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an AES-256 encryption algorithm. This does not require any action on your part.
For more control over the encryption of the contents of your repository, you can use server-side encryption with Key Management Service key stored in Key Management Service (KMS) to encrypt your images. For more information, see Amazon ECR encryption at rest (https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html) in the Amazon Elastic Container Registry User Guide.
func (EncryptionConfiguration) GoString ¶
func (s EncryptionConfiguration) 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 (*EncryptionConfiguration) SetEncryptionType ¶
func (s *EncryptionConfiguration) SetEncryptionType(v string) *EncryptionConfiguration
SetEncryptionType sets the EncryptionType field's value.
func (*EncryptionConfiguration) SetKmsKey ¶
func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration
SetKmsKey sets the KmsKey field's value.
func (EncryptionConfiguration) String ¶
func (s EncryptionConfiguration) 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 (*EncryptionConfiguration) Validate ¶
func (s *EncryptionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnhancedImageScanFinding ¶
type EnhancedImageScanFinding struct { // The Amazon Web Services account ID associated with the image. AwsAccountId *string `locationName:"awsAccountId" type:"string"` // The description of the finding. Description *string `locationName:"description" type:"string"` // The Amazon Resource Number (ARN) of the finding. FindingArn *string `locationName:"findingArn" type:"string"` // The date and time that the finding was first observed. FirstObservedAt *time.Time `locationName:"firstObservedAt" type:"timestamp"` // The date and time that the finding was last observed. LastObservedAt *time.Time `locationName:"lastObservedAt" type:"timestamp"` // An object that contains the details of a package vulnerability finding. PackageVulnerabilityDetails *PackageVulnerabilityDetails `locationName:"packageVulnerabilityDetails" type:"structure"` // An object that contains the details about how to remediate a finding. Remediation *Remediation `locationName:"remediation" type:"structure"` // Contains information on the resources involved in a finding. Resources []*Resource `locationName:"resources" type:"list"` // The Amazon Inspector score given to the finding. Score *float64 `locationName:"score" type:"double"` // An object that contains details of the Amazon Inspector score. ScoreDetails *ScoreDetails `locationName:"scoreDetails" type:"structure"` // The severity of the finding. Severity *string `locationName:"severity" type:"string"` // The status of the finding. Status *string `locationName:"status" type:"string"` // The title of the finding. Title *string `locationName:"title" type:"string"` // The type of the finding. Type *string `locationName:"type" type:"string"` // The date and time the finding was last updated at. UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp"` // contains filtered or unexported fields }
The details of an enhanced image scan. This is returned when enhanced scanning is enabled for your private registry.
func (EnhancedImageScanFinding) GoString ¶
func (s EnhancedImageScanFinding) 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 (*EnhancedImageScanFinding) SetAwsAccountId ¶
func (s *EnhancedImageScanFinding) SetAwsAccountId(v string) *EnhancedImageScanFinding
SetAwsAccountId sets the AwsAccountId field's value.
func (*EnhancedImageScanFinding) SetDescription ¶
func (s *EnhancedImageScanFinding) SetDescription(v string) *EnhancedImageScanFinding
SetDescription sets the Description field's value.
func (*EnhancedImageScanFinding) SetFindingArn ¶
func (s *EnhancedImageScanFinding) SetFindingArn(v string) *EnhancedImageScanFinding
SetFindingArn sets the FindingArn field's value.
func (*EnhancedImageScanFinding) SetFirstObservedAt ¶
func (s *EnhancedImageScanFinding) SetFirstObservedAt(v time.Time) *EnhancedImageScanFinding
SetFirstObservedAt sets the FirstObservedAt field's value.
func (*EnhancedImageScanFinding) SetLastObservedAt ¶
func (s *EnhancedImageScanFinding) SetLastObservedAt(v time.Time) *EnhancedImageScanFinding
SetLastObservedAt sets the LastObservedAt field's value.
func (*EnhancedImageScanFinding) SetPackageVulnerabilityDetails ¶
func (s *EnhancedImageScanFinding) SetPackageVulnerabilityDetails(v *PackageVulnerabilityDetails) *EnhancedImageScanFinding
SetPackageVulnerabilityDetails sets the PackageVulnerabilityDetails field's value.
func (*EnhancedImageScanFinding) SetRemediation ¶
func (s *EnhancedImageScanFinding) SetRemediation(v *Remediation) *EnhancedImageScanFinding
SetRemediation sets the Remediation field's value.
func (*EnhancedImageScanFinding) SetResources ¶
func (s *EnhancedImageScanFinding) SetResources(v []*Resource) *EnhancedImageScanFinding
SetResources sets the Resources field's value.
func (*EnhancedImageScanFinding) SetScore ¶
func (s *EnhancedImageScanFinding) SetScore(v float64) *EnhancedImageScanFinding
SetScore sets the Score field's value.
func (*EnhancedImageScanFinding) SetScoreDetails ¶
func (s *EnhancedImageScanFinding) SetScoreDetails(v *ScoreDetails) *EnhancedImageScanFinding
SetScoreDetails sets the ScoreDetails field's value.
func (*EnhancedImageScanFinding) SetSeverity ¶
func (s *EnhancedImageScanFinding) SetSeverity(v string) *EnhancedImageScanFinding
SetSeverity sets the Severity field's value.
func (*EnhancedImageScanFinding) SetStatus ¶
func (s *EnhancedImageScanFinding) SetStatus(v string) *EnhancedImageScanFinding
SetStatus sets the Status field's value.
func (*EnhancedImageScanFinding) SetTitle ¶
func (s *EnhancedImageScanFinding) SetTitle(v string) *EnhancedImageScanFinding
SetTitle sets the Title field's value.
func (*EnhancedImageScanFinding) SetType ¶
func (s *EnhancedImageScanFinding) SetType(v string) *EnhancedImageScanFinding
SetType sets the Type field's value.
func (*EnhancedImageScanFinding) SetUpdatedAt ¶
func (s *EnhancedImageScanFinding) SetUpdatedAt(v time.Time) *EnhancedImageScanFinding
SetUpdatedAt sets the UpdatedAt field's value.
func (EnhancedImageScanFinding) String ¶
func (s EnhancedImageScanFinding) 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 GetAuthorizationTokenInput ¶
type GetAuthorizationTokenInput struct { // A list of Amazon Web Services account IDs that are associated with the registries // for which to get AuthorizationData objects. If you do not specify a registry, // the default registry is assumed. // // Deprecated: This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token. RegistryIds []*string `locationName:"registryIds" min:"1" deprecated:"true" type:"list"` // contains filtered or unexported fields }
func (GetAuthorizationTokenInput) GoString ¶
func (s GetAuthorizationTokenInput) 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 (*GetAuthorizationTokenInput) SetRegistryIds ¶
func (s *GetAuthorizationTokenInput) SetRegistryIds(v []*string) *GetAuthorizationTokenInput
SetRegistryIds sets the RegistryIds field's value.
func (GetAuthorizationTokenInput) String ¶
func (s GetAuthorizationTokenInput) String() string
String returns the string representation.
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 (*GetAuthorizationTokenInput) Validate ¶
func (s *GetAuthorizationTokenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAuthorizationTokenOutput ¶
type GetAuthorizationTokenOutput struct { // A list of authorization token data objects that correspond to the registryIds // values in the request. AuthorizationData []*AuthorizationData `locationName:"authorizationData" type:"list"` // contains filtered or unexported fields }
func (GetAuthorizationTokenOutput) GoString ¶
func (s GetAuthorizationTokenOutput) 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 (*GetAuthorizationTokenOutput) SetAuthorizationData ¶
func (s *GetAuthorizationTokenOutput) SetAuthorizationData(v []*AuthorizationData) *GetAuthorizationTokenOutput
SetAuthorizationData sets the AuthorizationData field's value.
func (GetAuthorizationTokenOutput) String ¶
func (s GetAuthorizationTokenOutput) String() string
String returns the string representation.
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 GetDownloadUrlForLayerInput ¶
type GetDownloadUrlForLayerInput struct { // The digest of the image layer to download. // // LayerDigest is a required field LayerDigest *string `locationName:"layerDigest" type:"string" required:"true"` // The Amazon Web Services account ID associated with the registry that contains // the image layer to download. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that is associated with the image layer to download. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetDownloadUrlForLayerInput) GoString ¶
func (s GetDownloadUrlForLayerInput) 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 (*GetDownloadUrlForLayerInput) SetLayerDigest ¶
func (s *GetDownloadUrlForLayerInput) SetLayerDigest(v string) *GetDownloadUrlForLayerInput
SetLayerDigest sets the LayerDigest field's value.
func (*GetDownloadUrlForLayerInput) SetRegistryId ¶
func (s *GetDownloadUrlForLayerInput) SetRegistryId(v string) *GetDownloadUrlForLayerInput
SetRegistryId sets the RegistryId field's value.
func (*GetDownloadUrlForLayerInput) SetRepositoryName ¶
func (s *GetDownloadUrlForLayerInput) SetRepositoryName(v string) *GetDownloadUrlForLayerInput
SetRepositoryName sets the RepositoryName field's value.
func (GetDownloadUrlForLayerInput) String ¶
func (s GetDownloadUrlForLayerInput) String() string
String returns the string representation.
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 (*GetDownloadUrlForLayerInput) Validate ¶
func (s *GetDownloadUrlForLayerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDownloadUrlForLayerOutput ¶
type GetDownloadUrlForLayerOutput struct { // The pre-signed Amazon S3 download URL for the requested layer. DownloadUrl *string `locationName:"downloadUrl" type:"string"` // The digest of the image layer to download. LayerDigest *string `locationName:"layerDigest" type:"string"` // contains filtered or unexported fields }
func (GetDownloadUrlForLayerOutput) GoString ¶
func (s GetDownloadUrlForLayerOutput) 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 (*GetDownloadUrlForLayerOutput) SetDownloadUrl ¶
func (s *GetDownloadUrlForLayerOutput) SetDownloadUrl(v string) *GetDownloadUrlForLayerOutput
SetDownloadUrl sets the DownloadUrl field's value.
func (*GetDownloadUrlForLayerOutput) SetLayerDigest ¶
func (s *GetDownloadUrlForLayerOutput) SetLayerDigest(v string) *GetDownloadUrlForLayerOutput
SetLayerDigest sets the LayerDigest field's value.
func (GetDownloadUrlForLayerOutput) String ¶
func (s GetDownloadUrlForLayerOutput) String() string
String returns the string representation.
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 GetLifecyclePolicyInput ¶
type GetLifecyclePolicyInput 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 (GetLifecyclePolicyInput) GoString ¶
func (s GetLifecyclePolicyInput) 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 (*GetLifecyclePolicyInput) SetRegistryId ¶
func (s *GetLifecyclePolicyInput) SetRegistryId(v string) *GetLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyInput) SetRepositoryName ¶
func (s *GetLifecyclePolicyInput) SetRepositoryName(v string) *GetLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyInput) String ¶
func (s GetLifecyclePolicyInput) 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 (*GetLifecyclePolicyInput) Validate ¶
func (s *GetLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLifecyclePolicyOutput ¶
type GetLifecyclePolicyOutput 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 (GetLifecyclePolicyOutput) GoString ¶
func (s GetLifecyclePolicyOutput) 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 (*GetLifecyclePolicyOutput) SetLastEvaluatedAt ¶
func (s *GetLifecyclePolicyOutput) SetLastEvaluatedAt(v time.Time) *GetLifecyclePolicyOutput
SetLastEvaluatedAt sets the LastEvaluatedAt field's value.
func (*GetLifecyclePolicyOutput) SetLifecyclePolicyText ¶
func (s *GetLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*GetLifecyclePolicyOutput) SetRegistryId ¶
func (s *GetLifecyclePolicyOutput) SetRegistryId(v string) *GetLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyOutput) SetRepositoryName ¶
func (s *GetLifecyclePolicyOutput) SetRepositoryName(v string) *GetLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyOutput) String ¶
func (s GetLifecyclePolicyOutput) 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 GetLifecyclePolicyPreviewInput ¶
type GetLifecyclePolicyPreviewInput struct { // An optional parameter that filters results based on image tag status and // all tags, if tagged. Filter *LifecyclePolicyPreviewFilter `locationName:"filter" type:"structure"` // The list of imageIDs to be included. ImageIds []*ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest // in paginated output. When this parameter is used, GetLifecyclePolicyPreviewRequest // only returns maxResults results in a single page along with a nextToken response // element. The remaining results of the initial request can be seen by sending // another GetLifecyclePolicyPreviewRequest request with the returned nextToken // value. This value can be between 1 and 1000. If this parameter is not used, // then GetLifecyclePolicyPreviewRequest 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 GetLifecyclePolicyPreviewRequest // request where maxResults was used and the results exceeded the value of that // parameter. Pagination continues from the end of the previous results that // returned the nextToken value. This value is null when there are no more results // to return. 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. 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 (GetLifecyclePolicyPreviewInput) GoString ¶
func (s GetLifecyclePolicyPreviewInput) 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 (*GetLifecyclePolicyPreviewInput) SetFilter ¶
func (s *GetLifecyclePolicyPreviewInput) SetFilter(v *LifecyclePolicyPreviewFilter) *GetLifecyclePolicyPreviewInput
SetFilter sets the Filter field's value.
func (*GetLifecyclePolicyPreviewInput) SetImageIds ¶
func (s *GetLifecyclePolicyPreviewInput) SetImageIds(v []*ImageIdentifier) *GetLifecyclePolicyPreviewInput
SetImageIds sets the ImageIds field's value.
func (*GetLifecyclePolicyPreviewInput) SetMaxResults ¶
func (s *GetLifecyclePolicyPreviewInput) SetMaxResults(v int64) *GetLifecyclePolicyPreviewInput
SetMaxResults sets the MaxResults field's value.
func (*GetLifecyclePolicyPreviewInput) SetNextToken ¶
func (s *GetLifecyclePolicyPreviewInput) SetNextToken(v string) *GetLifecyclePolicyPreviewInput
SetNextToken sets the NextToken field's value.
func (*GetLifecyclePolicyPreviewInput) SetRegistryId ¶
func (s *GetLifecyclePolicyPreviewInput) SetRegistryId(v string) *GetLifecyclePolicyPreviewInput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyPreviewInput) SetRepositoryName ¶
func (s *GetLifecyclePolicyPreviewInput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewInput
SetRepositoryName sets the RepositoryName field's value.
func (GetLifecyclePolicyPreviewInput) String ¶
func (s GetLifecyclePolicyPreviewInput) 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 (*GetLifecyclePolicyPreviewInput) Validate ¶
func (s *GetLifecyclePolicyPreviewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLifecyclePolicyPreviewOutput ¶
type GetLifecyclePolicyPreviewOutput struct { // The JSON lifecycle policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The nextToken value to include in a future GetLifecyclePolicyPreview request. // When the results of a GetLifecyclePolicyPreview request exceed maxResults, // this value can be used to retrieve the next page of results. This value is // null when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // The results of the lifecycle policy preview request. PreviewResults []*LifecyclePolicyPreviewResult `locationName:"previewResults" type:"list"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The status of the lifecycle policy preview request. Status *string `locationName:"status" type:"string" enum:"LifecyclePolicyPreviewStatus"` // The list of images that is returned as a result of the action. Summary *LifecyclePolicyPreviewSummary `locationName:"summary" type:"structure"` // contains filtered or unexported fields }
func (GetLifecyclePolicyPreviewOutput) GoString ¶
func (s GetLifecyclePolicyPreviewOutput) 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 (*GetLifecyclePolicyPreviewOutput) SetLifecyclePolicyText ¶
func (s *GetLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *GetLifecyclePolicyPreviewOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*GetLifecyclePolicyPreviewOutput) SetNextToken ¶
func (s *GetLifecyclePolicyPreviewOutput) SetNextToken(v string) *GetLifecyclePolicyPreviewOutput
SetNextToken sets the NextToken field's value.
func (*GetLifecyclePolicyPreviewOutput) SetPreviewResults ¶
func (s *GetLifecyclePolicyPreviewOutput) SetPreviewResults(v []*LifecyclePolicyPreviewResult) *GetLifecyclePolicyPreviewOutput
SetPreviewResults sets the PreviewResults field's value.
func (*GetLifecyclePolicyPreviewOutput) SetRegistryId ¶
func (s *GetLifecyclePolicyPreviewOutput) SetRegistryId(v string) *GetLifecyclePolicyPreviewOutput
SetRegistryId sets the RegistryId field's value.
func (*GetLifecyclePolicyPreviewOutput) SetRepositoryName ¶
func (s *GetLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *GetLifecyclePolicyPreviewOutput
SetRepositoryName sets the RepositoryName field's value.
func (*GetLifecyclePolicyPreviewOutput) SetStatus ¶
func (s *GetLifecyclePolicyPreviewOutput) SetStatus(v string) *GetLifecyclePolicyPreviewOutput
SetStatus sets the Status field's value.
func (*GetLifecyclePolicyPreviewOutput) SetSummary ¶
func (s *GetLifecyclePolicyPreviewOutput) SetSummary(v *LifecyclePolicyPreviewSummary) *GetLifecyclePolicyPreviewOutput
SetSummary sets the Summary field's value.
func (GetLifecyclePolicyPreviewOutput) String ¶
func (s GetLifecyclePolicyPreviewOutput) 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 GetRegistryPolicyInput ¶
type GetRegistryPolicyInput struct {
// contains filtered or unexported fields
}
func (GetRegistryPolicyInput) GoString ¶
func (s GetRegistryPolicyInput) 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 (GetRegistryPolicyInput) String ¶
func (s GetRegistryPolicyInput) 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 GetRegistryPolicyOutput ¶
type GetRegistryPolicyOutput struct { // The JSON text of the permissions policy for a registry. PolicyText *string `locationName:"policyText" type:"string"` // The ID of the registry. RegistryId *string `locationName:"registryId" type:"string"` // contains filtered or unexported fields }
func (GetRegistryPolicyOutput) GoString ¶
func (s GetRegistryPolicyOutput) 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 (*GetRegistryPolicyOutput) SetPolicyText ¶
func (s *GetRegistryPolicyOutput) SetPolicyText(v string) *GetRegistryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*GetRegistryPolicyOutput) SetRegistryId ¶
func (s *GetRegistryPolicyOutput) SetRegistryId(v string) *GetRegistryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (GetRegistryPolicyOutput) String ¶
func (s GetRegistryPolicyOutput) 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 GetRegistryScanningConfigurationInput ¶
type GetRegistryScanningConfigurationInput struct {
// contains filtered or unexported fields
}
func (GetRegistryScanningConfigurationInput) GoString ¶
func (s GetRegistryScanningConfigurationInput) 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 (GetRegistryScanningConfigurationInput) String ¶
func (s GetRegistryScanningConfigurationInput) 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 GetRegistryScanningConfigurationOutput ¶
type GetRegistryScanningConfigurationOutput struct { // The ID of the registry. RegistryId *string `locationName:"registryId" type:"string"` // The scanning configuration for the registry. ScanningConfiguration *RegistryScanningConfiguration `locationName:"scanningConfiguration" type:"structure"` // contains filtered or unexported fields }
func (GetRegistryScanningConfigurationOutput) GoString ¶
func (s GetRegistryScanningConfigurationOutput) 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 (*GetRegistryScanningConfigurationOutput) SetRegistryId ¶
func (s *GetRegistryScanningConfigurationOutput) SetRegistryId(v string) *GetRegistryScanningConfigurationOutput
SetRegistryId sets the RegistryId field's value.
func (*GetRegistryScanningConfigurationOutput) SetScanningConfiguration ¶
func (s *GetRegistryScanningConfigurationOutput) SetScanningConfiguration(v *RegistryScanningConfiguration) *GetRegistryScanningConfigurationOutput
SetScanningConfiguration sets the ScanningConfiguration field's value.
func (GetRegistryScanningConfigurationOutput) String ¶
func (s GetRegistryScanningConfigurationOutput) 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 GetRepositoryPolicyInput ¶
type GetRepositoryPolicyInput 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 with the policy to retrieve. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetRepositoryPolicyInput) GoString ¶
func (s GetRepositoryPolicyInput) 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 (*GetRepositoryPolicyInput) SetRegistryId ¶
func (s *GetRepositoryPolicyInput) SetRegistryId(v string) *GetRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*GetRepositoryPolicyInput) SetRepositoryName ¶
func (s *GetRepositoryPolicyInput) SetRepositoryName(v string) *GetRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (GetRepositoryPolicyInput) String ¶
func (s GetRepositoryPolicyInput) String() string
String returns the string representation.
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 (*GetRepositoryPolicyInput) Validate ¶
func (s *GetRepositoryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRepositoryPolicyOutput ¶
type GetRepositoryPolicyOutput struct { // The JSON repository policy text associated with the repository. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
func (GetRepositoryPolicyOutput) GoString ¶
func (s GetRepositoryPolicyOutput) 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 (*GetRepositoryPolicyOutput) SetPolicyText ¶
func (s *GetRepositoryPolicyOutput) SetPolicyText(v string) *GetRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*GetRepositoryPolicyOutput) SetRegistryId ¶
func (s *GetRepositoryPolicyOutput) SetRegistryId(v string) *GetRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*GetRepositoryPolicyOutput) SetRepositoryName ¶
func (s *GetRepositoryPolicyOutput) SetRepositoryName(v string) *GetRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (GetRepositoryPolicyOutput) String ¶
func (s GetRepositoryPolicyOutput) String() string
String returns the string representation.
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 Image ¶
type Image struct { // An object containing the image tag and image digest associated with an image. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // The image manifest associated with the image. ImageManifest *string `locationName:"imageManifest" min:"1" type:"string"` // The manifest media type of the image. ImageManifestMediaType *string `locationName:"imageManifestMediaType" type:"string"` // The Amazon Web Services account ID associated with the registry containing // the image. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository associated with the image. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image.
func (Image) GoString ¶
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 (*Image) SetImageId ¶
func (s *Image) SetImageId(v *ImageIdentifier) *Image
SetImageId sets the ImageId field's value.
func (*Image) SetImageManifest ¶
SetImageManifest sets the ImageManifest field's value.
func (*Image) SetImageManifestMediaType ¶
SetImageManifestMediaType sets the ImageManifestMediaType field's value.
func (*Image) SetRegistryId ¶
SetRegistryId sets the RegistryId field's value.
func (*Image) SetRepositoryName ¶
SetRepositoryName sets the RepositoryName field's value.
type ImageAlreadyExistsException ¶
type ImageAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.
func (*ImageAlreadyExistsException) Code ¶
func (s *ImageAlreadyExistsException) Code() string
Code returns the exception type name.
func (*ImageAlreadyExistsException) Error ¶
func (s *ImageAlreadyExistsException) Error() string
func (ImageAlreadyExistsException) GoString ¶
func (s ImageAlreadyExistsException) 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 (*ImageAlreadyExistsException) Message ¶
func (s *ImageAlreadyExistsException) Message() string
Message returns the exception's message.
func (*ImageAlreadyExistsException) OrigErr ¶
func (s *ImageAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ImageAlreadyExistsException) RequestID ¶
func (s *ImageAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ImageAlreadyExistsException) StatusCode ¶
func (s *ImageAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ImageAlreadyExistsException) String ¶
func (s ImageAlreadyExistsException) 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 ImageDetail ¶
type ImageDetail struct { // The artifact media type of the image. ArtifactMediaType *string `locationName:"artifactMediaType" type:"string"` // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The media type of the image manifest. ImageManifestMediaType *string `locationName:"imageManifestMediaType" type:"string"` // The date and time, expressed in standard JavaScript date format, at which // the current image was pushed to the repository. ImagePushedAt *time.Time `locationName:"imagePushedAt" type:"timestamp"` // A summary of the last completed image scan. ImageScanFindingsSummary *ImageScanFindingsSummary `locationName:"imageScanFindingsSummary" type:"structure"` // The current state of the scan. ImageScanStatus *ImageScanStatus `locationName:"imageScanStatus" type:"structure"` // The size, in bytes, of the image in the repository. // // If the image is a manifest list, this will be the max size of all manifests // in the list. // // Beginning with Docker version 1.9, the Docker client compresses image layers // before pushing them to a V2 Docker registry. The output of the docker images // command shows the uncompressed image size, so it may return a larger image // size than the image sizes returned by DescribeImages. ImageSizeInBytes *int64 `locationName:"imageSizeInBytes" type:"long"` // The list of tags associated with this image. ImageTags []*string `locationName:"imageTags" type:"list"` // The date and time, expressed in standard JavaScript date format, when Amazon // ECR recorded the last image pull. // // Amazon ECR refreshes the last image pull timestamp at least once every 24 // hours. For example, if you pull an image once a day then the lastRecordedPullTime // timestamp will indicate the exact time that the image was last pulled. However, // if you pull an image once an hour, because Amazon ECR refreshes the lastRecordedPullTime // timestamp at least once every 24 hours, the result may not be the exact time // that the image was last pulled. LastRecordedPullTime *time.Time `locationName:"lastRecordedPullTime" type:"timestamp"` // The Amazon Web Services account ID associated with the registry to which // this image belongs. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which this image belongs. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
An object that describes an image returned by a DescribeImages operation.
func (ImageDetail) GoString ¶
func (s ImageDetail) 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 (*ImageDetail) SetArtifactMediaType ¶
func (s *ImageDetail) SetArtifactMediaType(v string) *ImageDetail
SetArtifactMediaType sets the ArtifactMediaType field's value.
func (*ImageDetail) SetImageDigest ¶
func (s *ImageDetail) SetImageDigest(v string) *ImageDetail
SetImageDigest sets the ImageDigest field's value.
func (*ImageDetail) SetImageManifestMediaType ¶
func (s *ImageDetail) SetImageManifestMediaType(v string) *ImageDetail
SetImageManifestMediaType sets the ImageManifestMediaType field's value.
func (*ImageDetail) SetImagePushedAt ¶
func (s *ImageDetail) SetImagePushedAt(v time.Time) *ImageDetail
SetImagePushedAt sets the ImagePushedAt field's value.
func (*ImageDetail) SetImageScanFindingsSummary ¶
func (s *ImageDetail) SetImageScanFindingsSummary(v *ImageScanFindingsSummary) *ImageDetail
SetImageScanFindingsSummary sets the ImageScanFindingsSummary field's value.
func (*ImageDetail) SetImageScanStatus ¶
func (s *ImageDetail) SetImageScanStatus(v *ImageScanStatus) *ImageDetail
SetImageScanStatus sets the ImageScanStatus field's value.
func (*ImageDetail) SetImageSizeInBytes ¶
func (s *ImageDetail) SetImageSizeInBytes(v int64) *ImageDetail
SetImageSizeInBytes sets the ImageSizeInBytes field's value.
func (*ImageDetail) SetImageTags ¶
func (s *ImageDetail) SetImageTags(v []*string) *ImageDetail
SetImageTags sets the ImageTags field's value.
func (*ImageDetail) SetLastRecordedPullTime ¶
func (s *ImageDetail) SetLastRecordedPullTime(v time.Time) *ImageDetail
SetLastRecordedPullTime sets the LastRecordedPullTime field's value.
func (*ImageDetail) SetRegistryId ¶
func (s *ImageDetail) SetRegistryId(v string) *ImageDetail
SetRegistryId sets the RegistryId field's value.
func (*ImageDetail) SetRepositoryName ¶
func (s *ImageDetail) SetRepositoryName(v string) *ImageDetail
SetRepositoryName sets the RepositoryName field's value.
func (ImageDetail) String ¶
func (s ImageDetail) String() string
String returns the string representation.
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 ImageDigestDoesNotMatchException ¶
type ImageDigestDoesNotMatchException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified image digest does not match the digest that Amazon ECR calculated for the image.
func (*ImageDigestDoesNotMatchException) Code ¶
func (s *ImageDigestDoesNotMatchException) Code() string
Code returns the exception type name.
func (*ImageDigestDoesNotMatchException) Error ¶
func (s *ImageDigestDoesNotMatchException) Error() string
func (ImageDigestDoesNotMatchException) GoString ¶
func (s ImageDigestDoesNotMatchException) 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 (*ImageDigestDoesNotMatchException) Message ¶
func (s *ImageDigestDoesNotMatchException) Message() string
Message returns the exception's message.
func (*ImageDigestDoesNotMatchException) OrigErr ¶
func (s *ImageDigestDoesNotMatchException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ImageDigestDoesNotMatchException) RequestID ¶
func (s *ImageDigestDoesNotMatchException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ImageDigestDoesNotMatchException) StatusCode ¶
func (s *ImageDigestDoesNotMatchException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ImageDigestDoesNotMatchException) String ¶
func (s ImageDigestDoesNotMatchException) 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 ImageFailure ¶
type ImageFailure struct { // The code associated with the failure. FailureCode *string `locationName:"failureCode" type:"string" enum:"ImageFailureCode"` // The reason for the failure. FailureReason *string `locationName:"failureReason" type:"string"` // The image ID associated with the failure. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // contains filtered or unexported fields }
An object representing an Amazon ECR image failure.
func (ImageFailure) GoString ¶
func (s ImageFailure) 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 (*ImageFailure) SetFailureCode ¶
func (s *ImageFailure) SetFailureCode(v string) *ImageFailure
SetFailureCode sets the FailureCode field's value.
func (*ImageFailure) SetFailureReason ¶
func (s *ImageFailure) SetFailureReason(v string) *ImageFailure
SetFailureReason sets the FailureReason field's value.
func (*ImageFailure) SetImageId ¶
func (s *ImageFailure) SetImageId(v *ImageIdentifier) *ImageFailure
SetImageId sets the ImageId field's value.
func (ImageFailure) String ¶
func (s ImageFailure) String() string
String returns the string representation.
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 ImageIdentifier ¶
type ImageIdentifier struct { // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The tag used for the image. ImageTag *string `locationName:"imageTag" min:"1" type:"string"` // contains filtered or unexported fields }
An object with identifying information for an image in an Amazon ECR repository.
func (ImageIdentifier) GoString ¶
func (s ImageIdentifier) 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 (*ImageIdentifier) SetImageDigest ¶
func (s *ImageIdentifier) SetImageDigest(v string) *ImageIdentifier
SetImageDigest sets the ImageDigest field's value.
func (*ImageIdentifier) SetImageTag ¶
func (s *ImageIdentifier) SetImageTag(v string) *ImageIdentifier
SetImageTag sets the ImageTag field's value.
func (ImageIdentifier) String ¶
func (s ImageIdentifier) String() string
String returns the string representation.
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 (*ImageIdentifier) Validate ¶
func (s *ImageIdentifier) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImageNotFoundException ¶
type ImageNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The image requested does not exist in the specified repository.
func (*ImageNotFoundException) Code ¶
func (s *ImageNotFoundException) Code() string
Code returns the exception type name.
func (*ImageNotFoundException) Error ¶
func (s *ImageNotFoundException) Error() string
func (ImageNotFoundException) GoString ¶
func (s ImageNotFoundException) 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 (*ImageNotFoundException) Message ¶
func (s *ImageNotFoundException) Message() string
Message returns the exception's message.
func (*ImageNotFoundException) OrigErr ¶
func (s *ImageNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ImageNotFoundException) RequestID ¶
func (s *ImageNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ImageNotFoundException) StatusCode ¶
func (s *ImageNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ImageNotFoundException) String ¶
func (s ImageNotFoundException) 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 ImageReplicationStatus ¶
type ImageReplicationStatus struct { // The failure code for a replication that has failed. FailureCode *string `locationName:"failureCode" type:"string"` // The destination Region for the image replication. Region *string `locationName:"region" min:"2" type:"string"` // The Amazon Web Services account ID associated with the registry to which // the image belongs. RegistryId *string `locationName:"registryId" type:"string"` // The image replication status. Status *string `locationName:"status" type:"string" enum:"ReplicationStatus"` // contains filtered or unexported fields }
The status of the replication process for an image.
func (ImageReplicationStatus) GoString ¶
func (s ImageReplicationStatus) 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 (*ImageReplicationStatus) SetFailureCode ¶
func (s *ImageReplicationStatus) SetFailureCode(v string) *ImageReplicationStatus
SetFailureCode sets the FailureCode field's value.
func (*ImageReplicationStatus) SetRegion ¶
func (s *ImageReplicationStatus) SetRegion(v string) *ImageReplicationStatus
SetRegion sets the Region field's value.
func (*ImageReplicationStatus) SetRegistryId ¶
func (s *ImageReplicationStatus) SetRegistryId(v string) *ImageReplicationStatus
SetRegistryId sets the RegistryId field's value.
func (*ImageReplicationStatus) SetStatus ¶
func (s *ImageReplicationStatus) SetStatus(v string) *ImageReplicationStatus
SetStatus sets the Status field's value.
func (ImageReplicationStatus) String ¶
func (s ImageReplicationStatus) 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 ImageScanFinding ¶
type ImageScanFinding struct { // A collection of attributes of the host from which the finding is generated. Attributes []*Attribute `locationName:"attributes" type:"list"` // The description of the finding. Description *string `locationName:"description" type:"string"` // The name associated with the finding, usually a CVE number. Name *string `locationName:"name" type:"string"` // The finding severity. Severity *string `locationName:"severity" type:"string" enum:"FindingSeverity"` // A link containing additional details about the security vulnerability. Uri *string `locationName:"uri" type:"string"` // contains filtered or unexported fields }
Contains information about an image scan finding.
func (ImageScanFinding) GoString ¶
func (s ImageScanFinding) 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 (*ImageScanFinding) SetAttributes ¶
func (s *ImageScanFinding) SetAttributes(v []*Attribute) *ImageScanFinding
SetAttributes sets the Attributes field's value.
func (*ImageScanFinding) SetDescription ¶
func (s *ImageScanFinding) SetDescription(v string) *ImageScanFinding
SetDescription sets the Description field's value.
func (*ImageScanFinding) SetName ¶
func (s *ImageScanFinding) SetName(v string) *ImageScanFinding
SetName sets the Name field's value.
func (*ImageScanFinding) SetSeverity ¶
func (s *ImageScanFinding) SetSeverity(v string) *ImageScanFinding
SetSeverity sets the Severity field's value.
func (*ImageScanFinding) SetUri ¶
func (s *ImageScanFinding) SetUri(v string) *ImageScanFinding
SetUri sets the Uri field's value.
func (ImageScanFinding) String ¶
func (s ImageScanFinding) 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 ImageScanFindings ¶
type ImageScanFindings struct { // Details about the enhanced scan findings from Amazon Inspector. EnhancedFindings []*EnhancedImageScanFinding `locationName:"enhancedFindings" type:"list"` // The image vulnerability counts, sorted by severity. FindingSeverityCounts map[string]*int64 `locationName:"findingSeverityCounts" type:"map"` // The findings from the image scan. Findings []*ImageScanFinding `locationName:"findings" type:"list"` // The time of the last completed image scan. ImageScanCompletedAt *time.Time `locationName:"imageScanCompletedAt" type:"timestamp"` // The time when the vulnerability data was last scanned. VulnerabilitySourceUpdatedAt *time.Time `locationName:"vulnerabilitySourceUpdatedAt" type:"timestamp"` // contains filtered or unexported fields }
The details of an image scan.
func (ImageScanFindings) GoString ¶
func (s ImageScanFindings) 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 (*ImageScanFindings) SetEnhancedFindings ¶
func (s *ImageScanFindings) SetEnhancedFindings(v []*EnhancedImageScanFinding) *ImageScanFindings
SetEnhancedFindings sets the EnhancedFindings field's value.
func (*ImageScanFindings) SetFindingSeverityCounts ¶
func (s *ImageScanFindings) SetFindingSeverityCounts(v map[string]*int64) *ImageScanFindings
SetFindingSeverityCounts sets the FindingSeverityCounts field's value.
func (*ImageScanFindings) SetFindings ¶
func (s *ImageScanFindings) SetFindings(v []*ImageScanFinding) *ImageScanFindings
SetFindings sets the Findings field's value.
func (*ImageScanFindings) SetImageScanCompletedAt ¶
func (s *ImageScanFindings) SetImageScanCompletedAt(v time.Time) *ImageScanFindings
SetImageScanCompletedAt sets the ImageScanCompletedAt field's value.
func (*ImageScanFindings) SetVulnerabilitySourceUpdatedAt ¶
func (s *ImageScanFindings) SetVulnerabilitySourceUpdatedAt(v time.Time) *ImageScanFindings
SetVulnerabilitySourceUpdatedAt sets the VulnerabilitySourceUpdatedAt field's value.
func (ImageScanFindings) String ¶
func (s ImageScanFindings) 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 ImageScanFindingsSummary ¶
type ImageScanFindingsSummary struct { // The image vulnerability counts, sorted by severity. FindingSeverityCounts map[string]*int64 `locationName:"findingSeverityCounts" type:"map"` // The time of the last completed image scan. ImageScanCompletedAt *time.Time `locationName:"imageScanCompletedAt" type:"timestamp"` // The time when the vulnerability data was last scanned. VulnerabilitySourceUpdatedAt *time.Time `locationName:"vulnerabilitySourceUpdatedAt" type:"timestamp"` // contains filtered or unexported fields }
A summary of the last completed image scan.
func (ImageScanFindingsSummary) GoString ¶
func (s ImageScanFindingsSummary) 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 (*ImageScanFindingsSummary) SetFindingSeverityCounts ¶
func (s *ImageScanFindingsSummary) SetFindingSeverityCounts(v map[string]*int64) *ImageScanFindingsSummary
SetFindingSeverityCounts sets the FindingSeverityCounts field's value.
func (*ImageScanFindingsSummary) SetImageScanCompletedAt ¶
func (s *ImageScanFindingsSummary) SetImageScanCompletedAt(v time.Time) *ImageScanFindingsSummary
SetImageScanCompletedAt sets the ImageScanCompletedAt field's value.
func (*ImageScanFindingsSummary) SetVulnerabilitySourceUpdatedAt ¶
func (s *ImageScanFindingsSummary) SetVulnerabilitySourceUpdatedAt(v time.Time) *ImageScanFindingsSummary
SetVulnerabilitySourceUpdatedAt sets the VulnerabilitySourceUpdatedAt field's value.
func (ImageScanFindingsSummary) String ¶
func (s ImageScanFindingsSummary) 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 ImageScanStatus ¶
type ImageScanStatus struct { // The description of the image scan status. Description *string `locationName:"description" type:"string"` // The current state of an image scan. Status *string `locationName:"status" type:"string" enum:"ScanStatus"` // contains filtered or unexported fields }
The current status of an image scan.
func (ImageScanStatus) GoString ¶
func (s ImageScanStatus) 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 (*ImageScanStatus) SetDescription ¶
func (s *ImageScanStatus) SetDescription(v string) *ImageScanStatus
SetDescription sets the Description field's value.
func (*ImageScanStatus) SetStatus ¶
func (s *ImageScanStatus) SetStatus(v string) *ImageScanStatus
SetStatus sets the Status field's value.
func (ImageScanStatus) String ¶
func (s ImageScanStatus) 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 ImageScanningConfiguration ¶
type ImageScanningConfiguration struct { // The setting that determines whether images are scanned after being pushed // to a repository. If set to true, images will be scanned after being pushed. // If this parameter is not specified, it will default to false and images will // not be scanned unless a scan is manually started with the API_StartImageScan // (https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_StartImageScan.html) // API. ScanOnPush *bool `locationName:"scanOnPush" type:"boolean"` // contains filtered or unexported fields }
The image scanning configuration for a repository.
func (ImageScanningConfiguration) GoString ¶
func (s ImageScanningConfiguration) 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 (*ImageScanningConfiguration) SetScanOnPush ¶
func (s *ImageScanningConfiguration) SetScanOnPush(v bool) *ImageScanningConfiguration
SetScanOnPush sets the ScanOnPush field's value.
func (ImageScanningConfiguration) String ¶
func (s ImageScanningConfiguration) 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 ImageTagAlreadyExistsException ¶
type ImageTagAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.
func (*ImageTagAlreadyExistsException) Code ¶
func (s *ImageTagAlreadyExistsException) Code() string
Code returns the exception type name.
func (*ImageTagAlreadyExistsException) Error ¶
func (s *ImageTagAlreadyExistsException) Error() string
func (ImageTagAlreadyExistsException) GoString ¶
func (s ImageTagAlreadyExistsException) 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 (*ImageTagAlreadyExistsException) Message ¶
func (s *ImageTagAlreadyExistsException) Message() string
Message returns the exception's message.
func (*ImageTagAlreadyExistsException) OrigErr ¶
func (s *ImageTagAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ImageTagAlreadyExistsException) RequestID ¶
func (s *ImageTagAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ImageTagAlreadyExistsException) StatusCode ¶
func (s *ImageTagAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ImageTagAlreadyExistsException) String ¶
func (s ImageTagAlreadyExistsException) 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 InitiateLayerUploadInput ¶
type InitiateLayerUploadInput struct { // The Amazon Web Services account ID associated with the registry to which // you intend to upload layers. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which you intend to upload layers. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (InitiateLayerUploadInput) GoString ¶
func (s InitiateLayerUploadInput) 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 (*InitiateLayerUploadInput) SetRegistryId ¶
func (s *InitiateLayerUploadInput) SetRegistryId(v string) *InitiateLayerUploadInput
SetRegistryId sets the RegistryId field's value.
func (*InitiateLayerUploadInput) SetRepositoryName ¶
func (s *InitiateLayerUploadInput) SetRepositoryName(v string) *InitiateLayerUploadInput
SetRepositoryName sets the RepositoryName field's value.
func (InitiateLayerUploadInput) String ¶
func (s InitiateLayerUploadInput) String() string
String returns the string representation.
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 (*InitiateLayerUploadInput) Validate ¶
func (s *InitiateLayerUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InitiateLayerUploadOutput ¶
type InitiateLayerUploadOutput struct { // The size, in bytes, that Amazon ECR expects future layer part uploads to // be. PartSize *int64 `locationName:"partSize" type:"long"` // The upload ID for the layer upload. This parameter is passed to further UploadLayerPart // and CompleteLayerUpload operations. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
func (InitiateLayerUploadOutput) GoString ¶
func (s InitiateLayerUploadOutput) 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 (*InitiateLayerUploadOutput) SetPartSize ¶
func (s *InitiateLayerUploadOutput) SetPartSize(v int64) *InitiateLayerUploadOutput
SetPartSize sets the PartSize field's value.
func (*InitiateLayerUploadOutput) SetUploadId ¶
func (s *InitiateLayerUploadOutput) SetUploadId(v string) *InitiateLayerUploadOutput
SetUploadId sets the UploadId field's value.
func (InitiateLayerUploadOutput) String ¶
func (s InitiateLayerUploadOutput) String() string
String returns the string representation.
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 InvalidLayerException ¶
type InvalidLayerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
func (*InvalidLayerException) Code ¶
func (s *InvalidLayerException) Code() string
Code returns the exception type name.
func (*InvalidLayerException) Error ¶
func (s *InvalidLayerException) Error() string
func (InvalidLayerException) GoString ¶
func (s InvalidLayerException) 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 (*InvalidLayerException) Message ¶
func (s *InvalidLayerException) Message() string
Message returns the exception's message.
func (*InvalidLayerException) OrigErr ¶
func (s *InvalidLayerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidLayerException) RequestID ¶
func (s *InvalidLayerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidLayerException) StatusCode ¶
func (s *InvalidLayerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidLayerException) String ¶
func (s InvalidLayerException) 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 InvalidLayerPartException ¶
type InvalidLayerPartException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The last valid byte received from the layer part upload that is associated // with the exception. LastValidByteReceived *int64 `locationName:"lastValidByteReceived" type:"long"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // The registry ID associated with the exception. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the exception. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The upload ID associated with the exception. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
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.
func (*InvalidLayerPartException) Code ¶
func (s *InvalidLayerPartException) Code() string
Code returns the exception type name.
func (*InvalidLayerPartException) Error ¶
func (s *InvalidLayerPartException) Error() string
func (InvalidLayerPartException) GoString ¶
func (s InvalidLayerPartException) 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 (*InvalidLayerPartException) Message ¶
func (s *InvalidLayerPartException) Message() string
Message returns the exception's message.
func (*InvalidLayerPartException) OrigErr ¶
func (s *InvalidLayerPartException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidLayerPartException) RequestID ¶
func (s *InvalidLayerPartException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidLayerPartException) StatusCode ¶
func (s *InvalidLayerPartException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidLayerPartException) String ¶
func (s InvalidLayerPartException) 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 InvalidParameterException ¶
type InvalidParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified parameter is invalid. Review the available parameters for the API request.
func (*InvalidParameterException) Code ¶
func (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (*InvalidParameterException) Error ¶
func (s *InvalidParameterException) Error() string
func (InvalidParameterException) GoString ¶
func (s InvalidParameterException) 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 (*InvalidParameterException) Message ¶
func (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (*InvalidParameterException) OrigErr ¶
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterException) RequestID ¶
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterException) StatusCode ¶
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterException) String ¶
func (s InvalidParameterException) 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 InvalidTagParameterException ¶
type InvalidTagParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
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.
func (*InvalidTagParameterException) Code ¶
func (s *InvalidTagParameterException) Code() string
Code returns the exception type name.
func (*InvalidTagParameterException) Error ¶
func (s *InvalidTagParameterException) Error() string
func (InvalidTagParameterException) GoString ¶
func (s InvalidTagParameterException) 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 (*InvalidTagParameterException) Message ¶
func (s *InvalidTagParameterException) Message() string
Message returns the exception's message.
func (*InvalidTagParameterException) OrigErr ¶
func (s *InvalidTagParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidTagParameterException) RequestID ¶
func (s *InvalidTagParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidTagParameterException) StatusCode ¶
func (s *InvalidTagParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidTagParameterException) String ¶
func (s InvalidTagParameterException) 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 KmsException ¶
type KmsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error code returned by KMS. KmsError *string `locationName:"kmsError" type:"string"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The operation failed due to a KMS exception.
func (*KmsException) Code ¶
func (s *KmsException) Code() string
Code returns the exception type name.
func (*KmsException) Error ¶
func (s *KmsException) Error() string
func (KmsException) GoString ¶
func (s KmsException) 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 (*KmsException) Message ¶
func (s *KmsException) Message() string
Message returns the exception's message.
func (*KmsException) OrigErr ¶
func (s *KmsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*KmsException) RequestID ¶
func (s *KmsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*KmsException) StatusCode ¶
func (s *KmsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (KmsException) String ¶
func (s KmsException) 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 Layer ¶
type Layer struct { // The availability status of the image layer. LayerAvailability *string `locationName:"layerAvailability" type:"string" enum:"LayerAvailability"` // The sha256 digest of the image layer. LayerDigest *string `locationName:"layerDigest" type:"string"` // The size, in bytes, of the image layer. LayerSize *int64 `locationName:"layerSize" type:"long"` // The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip // or application/vnd.oci.image.layer.v1.tar+gzip. MediaType *string `locationName:"mediaType" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image layer.
func (Layer) GoString ¶
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 (*Layer) SetLayerAvailability ¶
SetLayerAvailability sets the LayerAvailability field's value.
func (*Layer) SetLayerDigest ¶
SetLayerDigest sets the LayerDigest field's value.
func (*Layer) SetLayerSize ¶
SetLayerSize sets the LayerSize field's value.
func (*Layer) SetMediaType ¶
SetMediaType sets the MediaType field's value.
type LayerAlreadyExistsException ¶
type LayerAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The image layer already exists in the associated repository.
func (*LayerAlreadyExistsException) Code ¶
func (s *LayerAlreadyExistsException) Code() string
Code returns the exception type name.
func (*LayerAlreadyExistsException) Error ¶
func (s *LayerAlreadyExistsException) Error() string
func (LayerAlreadyExistsException) GoString ¶
func (s LayerAlreadyExistsException) 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 (*LayerAlreadyExistsException) Message ¶
func (s *LayerAlreadyExistsException) Message() string
Message returns the exception's message.
func (*LayerAlreadyExistsException) OrigErr ¶
func (s *LayerAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LayerAlreadyExistsException) RequestID ¶
func (s *LayerAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LayerAlreadyExistsException) StatusCode ¶
func (s *LayerAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LayerAlreadyExistsException) String ¶
func (s LayerAlreadyExistsException) 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 LayerFailure ¶
type LayerFailure struct { // The failure code associated with the failure. FailureCode *string `locationName:"failureCode" type:"string" enum:"LayerFailureCode"` // The reason for the failure. FailureReason *string `locationName:"failureReason" type:"string"` // The layer digest associated with the failure. LayerDigest *string `locationName:"layerDigest" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon ECR image layer failure.
func (LayerFailure) GoString ¶
func (s LayerFailure) 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 (*LayerFailure) SetFailureCode ¶
func (s *LayerFailure) SetFailureCode(v string) *LayerFailure
SetFailureCode sets the FailureCode field's value.
func (*LayerFailure) SetFailureReason ¶
func (s *LayerFailure) SetFailureReason(v string) *LayerFailure
SetFailureReason sets the FailureReason field's value.
func (*LayerFailure) SetLayerDigest ¶
func (s *LayerFailure) SetLayerDigest(v string) *LayerFailure
SetLayerDigest sets the LayerDigest field's value.
func (LayerFailure) String ¶
func (s LayerFailure) String() string
String returns the string representation.
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 LayerInaccessibleException ¶
type LayerInaccessibleException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.
func (*LayerInaccessibleException) Code ¶
func (s *LayerInaccessibleException) Code() string
Code returns the exception type name.
func (*LayerInaccessibleException) Error ¶
func (s *LayerInaccessibleException) Error() string
func (LayerInaccessibleException) GoString ¶
func (s LayerInaccessibleException) 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 (*LayerInaccessibleException) Message ¶
func (s *LayerInaccessibleException) Message() string
Message returns the exception's message.
func (*LayerInaccessibleException) OrigErr ¶
func (s *LayerInaccessibleException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LayerInaccessibleException) RequestID ¶
func (s *LayerInaccessibleException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LayerInaccessibleException) StatusCode ¶
func (s *LayerInaccessibleException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LayerInaccessibleException) String ¶
func (s LayerInaccessibleException) 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 LayerPartTooSmallException ¶
type LayerPartTooSmallException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Layer parts must be at least 5 MiB in size.
func (*LayerPartTooSmallException) Code ¶
func (s *LayerPartTooSmallException) Code() string
Code returns the exception type name.
func (*LayerPartTooSmallException) Error ¶
func (s *LayerPartTooSmallException) Error() string
func (LayerPartTooSmallException) GoString ¶
func (s LayerPartTooSmallException) 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 (*LayerPartTooSmallException) Message ¶
func (s *LayerPartTooSmallException) Message() string
Message returns the exception's message.
func (*LayerPartTooSmallException) OrigErr ¶
func (s *LayerPartTooSmallException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LayerPartTooSmallException) RequestID ¶
func (s *LayerPartTooSmallException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LayerPartTooSmallException) StatusCode ¶
func (s *LayerPartTooSmallException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LayerPartTooSmallException) String ¶
func (s LayerPartTooSmallException) 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 LayersNotFoundException ¶
type LayersNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified layers could not be found, or the specified layer is not valid for this repository.
func (*LayersNotFoundException) Code ¶
func (s *LayersNotFoundException) Code() string
Code returns the exception type name.
func (*LayersNotFoundException) Error ¶
func (s *LayersNotFoundException) Error() string
func (LayersNotFoundException) GoString ¶
func (s LayersNotFoundException) 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 (*LayersNotFoundException) Message ¶
func (s *LayersNotFoundException) Message() string
Message returns the exception's message.
func (*LayersNotFoundException) OrigErr ¶
func (s *LayersNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LayersNotFoundException) RequestID ¶
func (s *LayersNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LayersNotFoundException) StatusCode ¶
func (s *LayersNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LayersNotFoundException) String ¶
func (s LayersNotFoundException) 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 LifecyclePolicyNotFoundException ¶
type LifecyclePolicyNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The lifecycle policy could not be found, and no policy is set to the repository.
func (*LifecyclePolicyNotFoundException) Code ¶
func (s *LifecyclePolicyNotFoundException) Code() string
Code returns the exception type name.
func (*LifecyclePolicyNotFoundException) Error ¶
func (s *LifecyclePolicyNotFoundException) Error() string
func (LifecyclePolicyNotFoundException) GoString ¶
func (s LifecyclePolicyNotFoundException) 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 (*LifecyclePolicyNotFoundException) Message ¶
func (s *LifecyclePolicyNotFoundException) Message() string
Message returns the exception's message.
func (*LifecyclePolicyNotFoundException) OrigErr ¶
func (s *LifecyclePolicyNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LifecyclePolicyNotFoundException) RequestID ¶
func (s *LifecyclePolicyNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LifecyclePolicyNotFoundException) StatusCode ¶
func (s *LifecyclePolicyNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LifecyclePolicyNotFoundException) String ¶
func (s LifecyclePolicyNotFoundException) 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 LifecyclePolicyPreviewFilter ¶
type LifecyclePolicyPreviewFilter struct { // The tag status of the image. TagStatus *string `locationName:"tagStatus" type:"string" enum:"TagStatus"` // contains filtered or unexported fields }
The filter for the lifecycle policy preview.
func (LifecyclePolicyPreviewFilter) GoString ¶
func (s LifecyclePolicyPreviewFilter) 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 (*LifecyclePolicyPreviewFilter) SetTagStatus ¶
func (s *LifecyclePolicyPreviewFilter) SetTagStatus(v string) *LifecyclePolicyPreviewFilter
SetTagStatus sets the TagStatus field's value.
func (LifecyclePolicyPreviewFilter) String ¶
func (s LifecyclePolicyPreviewFilter) 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 LifecyclePolicyPreviewInProgressException ¶
type LifecyclePolicyPreviewInProgressException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The previous lifecycle policy preview request has not completed. Wait and try again.
func (*LifecyclePolicyPreviewInProgressException) Code ¶
func (s *LifecyclePolicyPreviewInProgressException) Code() string
Code returns the exception type name.
func (*LifecyclePolicyPreviewInProgressException) Error ¶
func (s *LifecyclePolicyPreviewInProgressException) Error() string
func (LifecyclePolicyPreviewInProgressException) GoString ¶
func (s LifecyclePolicyPreviewInProgressException) 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 (*LifecyclePolicyPreviewInProgressException) Message ¶
func (s *LifecyclePolicyPreviewInProgressException) Message() string
Message returns the exception's message.
func (*LifecyclePolicyPreviewInProgressException) OrigErr ¶
func (s *LifecyclePolicyPreviewInProgressException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LifecyclePolicyPreviewInProgressException) RequestID ¶
func (s *LifecyclePolicyPreviewInProgressException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LifecyclePolicyPreviewInProgressException) StatusCode ¶
func (s *LifecyclePolicyPreviewInProgressException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LifecyclePolicyPreviewInProgressException) String ¶
func (s LifecyclePolicyPreviewInProgressException) 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 LifecyclePolicyPreviewNotFoundException ¶
type LifecyclePolicyPreviewNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There is no dry run for this repository.
func (*LifecyclePolicyPreviewNotFoundException) Code ¶
func (s *LifecyclePolicyPreviewNotFoundException) Code() string
Code returns the exception type name.
func (*LifecyclePolicyPreviewNotFoundException) Error ¶
func (s *LifecyclePolicyPreviewNotFoundException) Error() string
func (LifecyclePolicyPreviewNotFoundException) GoString ¶
func (s LifecyclePolicyPreviewNotFoundException) 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 (*LifecyclePolicyPreviewNotFoundException) Message ¶
func (s *LifecyclePolicyPreviewNotFoundException) Message() string
Message returns the exception's message.
func (*LifecyclePolicyPreviewNotFoundException) OrigErr ¶
func (s *LifecyclePolicyPreviewNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LifecyclePolicyPreviewNotFoundException) RequestID ¶
func (s *LifecyclePolicyPreviewNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LifecyclePolicyPreviewNotFoundException) StatusCode ¶
func (s *LifecyclePolicyPreviewNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LifecyclePolicyPreviewNotFoundException) String ¶
func (s LifecyclePolicyPreviewNotFoundException) 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 LifecyclePolicyPreviewResult ¶
type LifecyclePolicyPreviewResult struct { // The type of action to be taken. Action *LifecyclePolicyRuleAction `locationName:"action" type:"structure"` // The priority of the applied rule. AppliedRulePriority *int64 `locationName:"appliedRulePriority" min:"1" type:"integer"` // The sha256 digest of the image manifest. ImageDigest *string `locationName:"imageDigest" type:"string"` // The date and time, expressed in standard JavaScript date format, at which // the current image was pushed to the repository. ImagePushedAt *time.Time `locationName:"imagePushedAt" type:"timestamp"` // The list of tags associated with this image. ImageTags []*string `locationName:"imageTags" type:"list"` // contains filtered or unexported fields }
The result of the lifecycle policy preview.
func (LifecyclePolicyPreviewResult) GoString ¶
func (s LifecyclePolicyPreviewResult) 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 (*LifecyclePolicyPreviewResult) SetAction ¶
func (s *LifecyclePolicyPreviewResult) SetAction(v *LifecyclePolicyRuleAction) *LifecyclePolicyPreviewResult
SetAction sets the Action field's value.
func (*LifecyclePolicyPreviewResult) SetAppliedRulePriority ¶
func (s *LifecyclePolicyPreviewResult) SetAppliedRulePriority(v int64) *LifecyclePolicyPreviewResult
SetAppliedRulePriority sets the AppliedRulePriority field's value.
func (*LifecyclePolicyPreviewResult) SetImageDigest ¶
func (s *LifecyclePolicyPreviewResult) SetImageDigest(v string) *LifecyclePolicyPreviewResult
SetImageDigest sets the ImageDigest field's value.
func (*LifecyclePolicyPreviewResult) SetImagePushedAt ¶
func (s *LifecyclePolicyPreviewResult) SetImagePushedAt(v time.Time) *LifecyclePolicyPreviewResult
SetImagePushedAt sets the ImagePushedAt field's value.
func (*LifecyclePolicyPreviewResult) SetImageTags ¶
func (s *LifecyclePolicyPreviewResult) SetImageTags(v []*string) *LifecyclePolicyPreviewResult
SetImageTags sets the ImageTags field's value.
func (LifecyclePolicyPreviewResult) String ¶
func (s LifecyclePolicyPreviewResult) 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 LifecyclePolicyPreviewSummary ¶
type LifecyclePolicyPreviewSummary struct { // The number of expiring images. ExpiringImageTotalCount *int64 `locationName:"expiringImageTotalCount" type:"integer"` // contains filtered or unexported fields }
The summary of the lifecycle policy preview request.
func (LifecyclePolicyPreviewSummary) GoString ¶
func (s LifecyclePolicyPreviewSummary) 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 (*LifecyclePolicyPreviewSummary) SetExpiringImageTotalCount ¶
func (s *LifecyclePolicyPreviewSummary) SetExpiringImageTotalCount(v int64) *LifecyclePolicyPreviewSummary
SetExpiringImageTotalCount sets the ExpiringImageTotalCount field's value.
func (LifecyclePolicyPreviewSummary) String ¶
func (s LifecyclePolicyPreviewSummary) 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 LifecyclePolicyRuleAction ¶
type LifecyclePolicyRuleAction struct { // The type of action to be taken. Type *string `locationName:"type" type:"string" enum:"ImageActionType"` // contains filtered or unexported fields }
The type of action to be taken.
func (LifecyclePolicyRuleAction) GoString ¶
func (s LifecyclePolicyRuleAction) 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 (*LifecyclePolicyRuleAction) SetType ¶
func (s *LifecyclePolicyRuleAction) SetType(v string) *LifecyclePolicyRuleAction
SetType sets the Type field's value.
func (LifecyclePolicyRuleAction) String ¶
func (s LifecyclePolicyRuleAction) 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 LimitExceededException ¶
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
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.
func (*LimitExceededException) Code ¶
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶
func (s LimitExceededException) 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 (*LimitExceededException) Message ¶
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶
func (s LimitExceededException) 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 ListImagesFilter ¶
type ListImagesFilter struct { // The tag status with which to filter your ListImages results. You can filter // results based on whether they are TAGGED or UNTAGGED. TagStatus *string `locationName:"tagStatus" type:"string" enum:"TagStatus"` // contains filtered or unexported fields }
An object representing a filter on a ListImages operation.
func (ListImagesFilter) GoString ¶
func (s ListImagesFilter) 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 (*ListImagesFilter) SetTagStatus ¶
func (s *ListImagesFilter) SetTagStatus(v string) *ListImagesFilter
SetTagStatus sets the TagStatus field's value.
func (ListImagesFilter) String ¶
func (s ListImagesFilter) 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 ListImagesInput ¶
type ListImagesInput struct { // The filter key and value with which to filter your ListImages results. Filter *ListImagesFilter `locationName:"filter" type:"structure"` // The maximum number of image results returned by ListImages in paginated output. // When this parameter is used, ListImages only returns maxResults results in // a single page along with a nextToken response element. The remaining results // of the initial request can be seen by sending another ListImages request // with the returned nextToken value. This value can be between 1 and 1000. // If this parameter is not used, then ListImages returns up to 100 results // and a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated ListImages request // where maxResults was used and the results exceeded the value of that parameter. // Pagination continues from the end of the previous results that returned the // nextToken value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is only used to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // The Amazon Web Services account ID associated with the registry that contains // the repository in which to list images. If you do not specify a registry, // the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The repository with image IDs to be listed. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListImagesInput) GoString ¶
func (s ListImagesInput) 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 (*ListImagesInput) SetFilter ¶
func (s *ListImagesInput) SetFilter(v *ListImagesFilter) *ListImagesInput
SetFilter sets the Filter field's value.
func (*ListImagesInput) SetMaxResults ¶
func (s *ListImagesInput) SetMaxResults(v int64) *ListImagesInput
SetMaxResults sets the MaxResults field's value.
func (*ListImagesInput) SetNextToken ¶
func (s *ListImagesInput) SetNextToken(v string) *ListImagesInput
SetNextToken sets the NextToken field's value.
func (*ListImagesInput) SetRegistryId ¶
func (s *ListImagesInput) SetRegistryId(v string) *ListImagesInput
SetRegistryId sets the RegistryId field's value.
func (*ListImagesInput) SetRepositoryName ¶
func (s *ListImagesInput) SetRepositoryName(v string) *ListImagesInput
SetRepositoryName sets the RepositoryName field's value.
func (ListImagesInput) String ¶
func (s ListImagesInput) String() string
String returns the string representation.
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 (*ListImagesInput) Validate ¶
func (s *ListImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListImagesOutput ¶
type ListImagesOutput struct { // The list of image IDs for the requested repository. ImageIds []*ImageIdentifier `locationName:"imageIds" min:"1" type:"list"` // The nextToken value to include in a future ListImages request. When the results // of a ListImages request exceed maxResults, this value can be used to retrieve // the next page of results. This value is null when there are no more results // to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListImagesOutput) GoString ¶
func (s ListImagesOutput) 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 (*ListImagesOutput) SetImageIds ¶
func (s *ListImagesOutput) SetImageIds(v []*ImageIdentifier) *ListImagesOutput
SetImageIds sets the ImageIds field's value.
func (*ListImagesOutput) SetNextToken ¶
func (s *ListImagesOutput) SetNextToken(v string) *ListImagesOutput
SetNextToken sets the NextToken field's value.
func (ListImagesOutput) String ¶
func (s ListImagesOutput) String() string
String returns the string representation.
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 ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) that identifies the resource for which to // list the tags. Currently, the only supported resource is an Amazon ECR repository. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags for the resource. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) 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 (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) 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 PackageVulnerabilityDetails ¶
type PackageVulnerabilityDetails struct { // An object that contains details about the CVSS score of a finding. Cvss []*CvssScore `locationName:"cvss" type:"list"` // One or more URLs that contain details about this vulnerability type. ReferenceUrls []*string `locationName:"referenceUrls" type:"list"` // One or more vulnerabilities related to the one identified in this finding. RelatedVulnerabilities []*string `locationName:"relatedVulnerabilities" type:"list"` // The source of the vulnerability information. Source *string `locationName:"source" type:"string"` // A URL to the source of the vulnerability information. SourceUrl *string `locationName:"sourceUrl" type:"string"` // The date and time that this vulnerability was first added to the vendor's // database. VendorCreatedAt *time.Time `locationName:"vendorCreatedAt" type:"timestamp"` // The severity the vendor has given to this vulnerability type. VendorSeverity *string `locationName:"vendorSeverity" type:"string"` // The date and time the vendor last updated this vulnerability in their database. VendorUpdatedAt *time.Time `locationName:"vendorUpdatedAt" type:"timestamp"` // The ID given to this vulnerability. VulnerabilityId *string `locationName:"vulnerabilityId" type:"string"` // The packages impacted by this vulnerability. VulnerablePackages []*VulnerablePackage `locationName:"vulnerablePackages" type:"list"` // contains filtered or unexported fields }
Information about a package vulnerability finding.
func (PackageVulnerabilityDetails) GoString ¶
func (s PackageVulnerabilityDetails) 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 (*PackageVulnerabilityDetails) SetCvss ¶
func (s *PackageVulnerabilityDetails) SetCvss(v []*CvssScore) *PackageVulnerabilityDetails
SetCvss sets the Cvss field's value.
func (*PackageVulnerabilityDetails) SetReferenceUrls ¶
func (s *PackageVulnerabilityDetails) SetReferenceUrls(v []*string) *PackageVulnerabilityDetails
SetReferenceUrls sets the ReferenceUrls field's value.
func (*PackageVulnerabilityDetails) SetRelatedVulnerabilities ¶
func (s *PackageVulnerabilityDetails) SetRelatedVulnerabilities(v []*string) *PackageVulnerabilityDetails
SetRelatedVulnerabilities sets the RelatedVulnerabilities field's value.
func (*PackageVulnerabilityDetails) SetSource ¶
func (s *PackageVulnerabilityDetails) SetSource(v string) *PackageVulnerabilityDetails
SetSource sets the Source field's value.
func (*PackageVulnerabilityDetails) SetSourceUrl ¶
func (s *PackageVulnerabilityDetails) SetSourceUrl(v string) *PackageVulnerabilityDetails
SetSourceUrl sets the SourceUrl field's value.
func (*PackageVulnerabilityDetails) SetVendorCreatedAt ¶
func (s *PackageVulnerabilityDetails) SetVendorCreatedAt(v time.Time) *PackageVulnerabilityDetails
SetVendorCreatedAt sets the VendorCreatedAt field's value.
func (*PackageVulnerabilityDetails) SetVendorSeverity ¶
func (s *PackageVulnerabilityDetails) SetVendorSeverity(v string) *PackageVulnerabilityDetails
SetVendorSeverity sets the VendorSeverity field's value.
func (*PackageVulnerabilityDetails) SetVendorUpdatedAt ¶
func (s *PackageVulnerabilityDetails) SetVendorUpdatedAt(v time.Time) *PackageVulnerabilityDetails
SetVendorUpdatedAt sets the VendorUpdatedAt field's value.
func (*PackageVulnerabilityDetails) SetVulnerabilityId ¶
func (s *PackageVulnerabilityDetails) SetVulnerabilityId(v string) *PackageVulnerabilityDetails
SetVulnerabilityId sets the VulnerabilityId field's value.
func (*PackageVulnerabilityDetails) SetVulnerablePackages ¶
func (s *PackageVulnerabilityDetails) SetVulnerablePackages(v []*VulnerablePackage) *PackageVulnerabilityDetails
SetVulnerablePackages sets the VulnerablePackages field's value.
func (PackageVulnerabilityDetails) String ¶
func (s PackageVulnerabilityDetails) 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 PullThroughCacheRule ¶
type PullThroughCacheRule struct { // The date and time the pull through cache was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The ARN of the Secrets Manager secret associated with the pull through cache // rule. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // The Amazon ECR repository prefix associated with the pull through cache rule. EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string"` // The Amazon Web Services account ID associated with the registry the pull // through cache rule is associated with. RegistryId *string `locationName:"registryId" type:"string"` // The date and time, in JavaScript date format, when the pull through cache // rule was last updated. UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp"` // The name of the upstream source registry associated with the pull through // cache rule. UpstreamRegistry *string `locationName:"upstreamRegistry" type:"string" enum:"UpstreamRegistry"` // The upstream registry URL associated with the pull through cache rule. UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string"` // contains filtered or unexported fields }
The details of a pull through cache rule.
func (PullThroughCacheRule) GoString ¶
func (s PullThroughCacheRule) 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 (*PullThroughCacheRule) SetCreatedAt ¶
func (s *PullThroughCacheRule) SetCreatedAt(v time.Time) *PullThroughCacheRule
SetCreatedAt sets the CreatedAt field's value.
func (*PullThroughCacheRule) SetCredentialArn ¶
func (s *PullThroughCacheRule) SetCredentialArn(v string) *PullThroughCacheRule
SetCredentialArn sets the CredentialArn field's value.
func (*PullThroughCacheRule) SetEcrRepositoryPrefix ¶
func (s *PullThroughCacheRule) SetEcrRepositoryPrefix(v string) *PullThroughCacheRule
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*PullThroughCacheRule) SetRegistryId ¶
func (s *PullThroughCacheRule) SetRegistryId(v string) *PullThroughCacheRule
SetRegistryId sets the RegistryId field's value.
func (*PullThroughCacheRule) SetUpdatedAt ¶
func (s *PullThroughCacheRule) SetUpdatedAt(v time.Time) *PullThroughCacheRule
SetUpdatedAt sets the UpdatedAt field's value.
func (*PullThroughCacheRule) SetUpstreamRegistry ¶
func (s *PullThroughCacheRule) SetUpstreamRegistry(v string) *PullThroughCacheRule
SetUpstreamRegistry sets the UpstreamRegistry field's value.
func (*PullThroughCacheRule) SetUpstreamRegistryUrl ¶
func (s *PullThroughCacheRule) SetUpstreamRegistryUrl(v string) *PullThroughCacheRule
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (PullThroughCacheRule) String ¶
func (s PullThroughCacheRule) 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 PullThroughCacheRuleAlreadyExistsException ¶
type PullThroughCacheRuleAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A pull through cache rule with these settings already exists for the private registry.
func (*PullThroughCacheRuleAlreadyExistsException) Code ¶
func (s *PullThroughCacheRuleAlreadyExistsException) Code() string
Code returns the exception type name.
func (*PullThroughCacheRuleAlreadyExistsException) Error ¶
func (s *PullThroughCacheRuleAlreadyExistsException) Error() string
func (PullThroughCacheRuleAlreadyExistsException) GoString ¶
func (s PullThroughCacheRuleAlreadyExistsException) 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 (*PullThroughCacheRuleAlreadyExistsException) Message ¶
func (s *PullThroughCacheRuleAlreadyExistsException) Message() string
Message returns the exception's message.
func (*PullThroughCacheRuleAlreadyExistsException) OrigErr ¶
func (s *PullThroughCacheRuleAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*PullThroughCacheRuleAlreadyExistsException) RequestID ¶
func (s *PullThroughCacheRuleAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*PullThroughCacheRuleAlreadyExistsException) StatusCode ¶
func (s *PullThroughCacheRuleAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (PullThroughCacheRuleAlreadyExistsException) String ¶
func (s PullThroughCacheRuleAlreadyExistsException) 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 PullThroughCacheRuleNotFoundException ¶
type PullThroughCacheRuleNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The pull through cache rule was not found. Specify a valid pull through cache rule and try again.
func (*PullThroughCacheRuleNotFoundException) Code ¶
func (s *PullThroughCacheRuleNotFoundException) Code() string
Code returns the exception type name.
func (*PullThroughCacheRuleNotFoundException) Error ¶
func (s *PullThroughCacheRuleNotFoundException) Error() string
func (PullThroughCacheRuleNotFoundException) GoString ¶
func (s PullThroughCacheRuleNotFoundException) 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 (*PullThroughCacheRuleNotFoundException) Message ¶
func (s *PullThroughCacheRuleNotFoundException) Message() string
Message returns the exception's message.
func (*PullThroughCacheRuleNotFoundException) OrigErr ¶
func (s *PullThroughCacheRuleNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*PullThroughCacheRuleNotFoundException) RequestID ¶
func (s *PullThroughCacheRuleNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*PullThroughCacheRuleNotFoundException) StatusCode ¶
func (s *PullThroughCacheRuleNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (PullThroughCacheRuleNotFoundException) String ¶
func (s PullThroughCacheRuleNotFoundException) 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 PutImageInput ¶
type PutImageInput struct { // The image digest of the image manifest corresponding to the image. ImageDigest *string `locationName:"imageDigest" type:"string"` // The image manifest corresponding to the image to be uploaded. // // ImageManifest is a required field ImageManifest *string `locationName:"imageManifest" min:"1" type:"string" required:"true"` // The media type of the image manifest. If you push an image manifest that // does not contain the mediaType field, you must specify the imageManifestMediaType // in the request. ImageManifestMediaType *string `locationName:"imageManifestMediaType" type:"string"` // The tag to associate with the image. This parameter is required for images // that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative // (OCI) formats. ImageTag *string `locationName:"imageTag" min:"1" type:"string"` // The Amazon Web Services account ID associated with the registry that contains // the repository in which to put the image. If you do not specify a registry, // the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository in which to put the image. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutImageInput) GoString ¶
func (s PutImageInput) 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 (*PutImageInput) SetImageDigest ¶
func (s *PutImageInput) SetImageDigest(v string) *PutImageInput
SetImageDigest sets the ImageDigest field's value.
func (*PutImageInput) SetImageManifest ¶
func (s *PutImageInput) SetImageManifest(v string) *PutImageInput
SetImageManifest sets the ImageManifest field's value.
func (*PutImageInput) SetImageManifestMediaType ¶
func (s *PutImageInput) SetImageManifestMediaType(v string) *PutImageInput
SetImageManifestMediaType sets the ImageManifestMediaType field's value.
func (*PutImageInput) SetImageTag ¶
func (s *PutImageInput) SetImageTag(v string) *PutImageInput
SetImageTag sets the ImageTag field's value.
func (*PutImageInput) SetRegistryId ¶
func (s *PutImageInput) SetRegistryId(v string) *PutImageInput
SetRegistryId sets the RegistryId field's value.
func (*PutImageInput) SetRepositoryName ¶
func (s *PutImageInput) SetRepositoryName(v string) *PutImageInput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageInput) String ¶
func (s PutImageInput) String() string
String returns the string representation.
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 (*PutImageInput) Validate ¶
func (s *PutImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutImageOutput ¶
type PutImageOutput struct { // Details of the image uploaded. Image *Image `locationName:"image" type:"structure"` // contains filtered or unexported fields }
func (PutImageOutput) GoString ¶
func (s PutImageOutput) 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 (*PutImageOutput) SetImage ¶
func (s *PutImageOutput) SetImage(v *Image) *PutImageOutput
SetImage sets the Image field's value.
func (PutImageOutput) String ¶
func (s PutImageOutput) String() string
String returns the string representation.
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 PutImageScanningConfigurationInput ¶
type PutImageScanningConfigurationInput struct { // The image scanning configuration for the repository. This setting determines // whether images are scanned for known vulnerabilities after being pushed to // the repository. // // ImageScanningConfiguration is a required field ImageScanningConfiguration *ImageScanningConfiguration `locationName:"imageScanningConfiguration" type:"structure" required:"true"` // The Amazon Web Services account ID associated with the registry that contains // the repository in which to update the image scanning configuration setting. // If you do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository in which to update the image scanning configuration // setting. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutImageScanningConfigurationInput) GoString ¶
func (s PutImageScanningConfigurationInput) 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 (*PutImageScanningConfigurationInput) SetImageScanningConfiguration ¶
func (s *PutImageScanningConfigurationInput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *PutImageScanningConfigurationInput
SetImageScanningConfiguration sets the ImageScanningConfiguration field's value.
func (*PutImageScanningConfigurationInput) SetRegistryId ¶
func (s *PutImageScanningConfigurationInput) SetRegistryId(v string) *PutImageScanningConfigurationInput
SetRegistryId sets the RegistryId field's value.
func (*PutImageScanningConfigurationInput) SetRepositoryName ¶
func (s *PutImageScanningConfigurationInput) SetRepositoryName(v string) *PutImageScanningConfigurationInput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageScanningConfigurationInput) String ¶
func (s PutImageScanningConfigurationInput) 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 (*PutImageScanningConfigurationInput) Validate ¶
func (s *PutImageScanningConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutImageScanningConfigurationOutput ¶
type PutImageScanningConfigurationOutput struct { // The image scanning configuration setting for the repository. ImageScanningConfiguration *ImageScanningConfiguration `locationName:"imageScanningConfiguration" type:"structure"` // 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 (PutImageScanningConfigurationOutput) GoString ¶
func (s PutImageScanningConfigurationOutput) 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 (*PutImageScanningConfigurationOutput) SetImageScanningConfiguration ¶
func (s *PutImageScanningConfigurationOutput) SetImageScanningConfiguration(v *ImageScanningConfiguration) *PutImageScanningConfigurationOutput
SetImageScanningConfiguration sets the ImageScanningConfiguration field's value.
func (*PutImageScanningConfigurationOutput) SetRegistryId ¶
func (s *PutImageScanningConfigurationOutput) SetRegistryId(v string) *PutImageScanningConfigurationOutput
SetRegistryId sets the RegistryId field's value.
func (*PutImageScanningConfigurationOutput) SetRepositoryName ¶
func (s *PutImageScanningConfigurationOutput) SetRepositoryName(v string) *PutImageScanningConfigurationOutput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageScanningConfigurationOutput) String ¶
func (s PutImageScanningConfigurationOutput) 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 PutImageTagMutabilityInput ¶
type PutImageTagMutabilityInput struct { // The tag mutability setting for the repository. If MUTABLE is specified, image // tags can be overwritten. If IMMUTABLE is specified, all image tags within // the repository will be immutable which will prevent them from being overwritten. // // ImageTagMutability is a required field ImageTagMutability *string `locationName:"imageTagMutability" type:"string" required:"true" enum:"ImageTagMutability"` // The Amazon Web Services account ID associated with the registry that contains // the repository in which to update the image tag mutability settings. If you // do not specify a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository in which to update the image tag mutability settings. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutImageTagMutabilityInput) GoString ¶
func (s PutImageTagMutabilityInput) 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 (*PutImageTagMutabilityInput) SetImageTagMutability ¶
func (s *PutImageTagMutabilityInput) SetImageTagMutability(v string) *PutImageTagMutabilityInput
SetImageTagMutability sets the ImageTagMutability field's value.
func (*PutImageTagMutabilityInput) SetRegistryId ¶
func (s *PutImageTagMutabilityInput) SetRegistryId(v string) *PutImageTagMutabilityInput
SetRegistryId sets the RegistryId field's value.
func (*PutImageTagMutabilityInput) SetRepositoryName ¶
func (s *PutImageTagMutabilityInput) SetRepositoryName(v string) *PutImageTagMutabilityInput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageTagMutabilityInput) String ¶
func (s PutImageTagMutabilityInput) 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 (*PutImageTagMutabilityInput) Validate ¶
func (s *PutImageTagMutabilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutImageTagMutabilityOutput ¶
type PutImageTagMutabilityOutput struct { // The image tag mutability setting for the repository. ImageTagMutability *string `locationName:"imageTagMutability" type:"string" enum:"ImageTagMutability"` // 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 (PutImageTagMutabilityOutput) GoString ¶
func (s PutImageTagMutabilityOutput) 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 (*PutImageTagMutabilityOutput) SetImageTagMutability ¶
func (s *PutImageTagMutabilityOutput) SetImageTagMutability(v string) *PutImageTagMutabilityOutput
SetImageTagMutability sets the ImageTagMutability field's value.
func (*PutImageTagMutabilityOutput) SetRegistryId ¶
func (s *PutImageTagMutabilityOutput) SetRegistryId(v string) *PutImageTagMutabilityOutput
SetRegistryId sets the RegistryId field's value.
func (*PutImageTagMutabilityOutput) SetRepositoryName ¶
func (s *PutImageTagMutabilityOutput) SetRepositoryName(v string) *PutImageTagMutabilityOutput
SetRepositoryName sets the RepositoryName field's value.
func (PutImageTagMutabilityOutput) String ¶
func (s PutImageTagMutabilityOutput) 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 PutLifecyclePolicyInput ¶
type PutLifecyclePolicyInput struct { // The JSON repository policy text to apply to the repository. // // LifecyclePolicyText is a required field LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string" required:"true"` // The 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 to receive the policy. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutLifecyclePolicyInput) GoString ¶
func (s PutLifecyclePolicyInput) 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 (*PutLifecyclePolicyInput) SetLifecyclePolicyText ¶
func (s *PutLifecyclePolicyInput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyInput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*PutLifecyclePolicyInput) SetRegistryId ¶
func (s *PutLifecyclePolicyInput) SetRegistryId(v string) *PutLifecyclePolicyInput
SetRegistryId sets the RegistryId field's value.
func (*PutLifecyclePolicyInput) SetRepositoryName ¶
func (s *PutLifecyclePolicyInput) SetRepositoryName(v string) *PutLifecyclePolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (PutLifecyclePolicyInput) String ¶
func (s PutLifecyclePolicyInput) 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 (*PutLifecyclePolicyInput) Validate ¶
func (s *PutLifecyclePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutLifecyclePolicyOutput ¶
type PutLifecyclePolicyOutput struct { // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
func (PutLifecyclePolicyOutput) GoString ¶
func (s PutLifecyclePolicyOutput) 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 (*PutLifecyclePolicyOutput) SetLifecyclePolicyText ¶
func (s *PutLifecyclePolicyOutput) SetLifecyclePolicyText(v string) *PutLifecyclePolicyOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*PutLifecyclePolicyOutput) SetRegistryId ¶
func (s *PutLifecyclePolicyOutput) SetRegistryId(v string) *PutLifecyclePolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*PutLifecyclePolicyOutput) SetRepositoryName ¶
func (s *PutLifecyclePolicyOutput) SetRepositoryName(v string) *PutLifecyclePolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (PutLifecyclePolicyOutput) String ¶
func (s PutLifecyclePolicyOutput) 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 PutRegistryPolicyInput ¶
type PutRegistryPolicyInput struct { // The JSON policy text to apply to your registry. The policy text follows the // same format as IAM policy text. For more information, see Registry permissions // (https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html) // in the Amazon Elastic Container Registry User Guide. // // PolicyText is a required field PolicyText *string `locationName:"policyText" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutRegistryPolicyInput) GoString ¶
func (s PutRegistryPolicyInput) 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 (*PutRegistryPolicyInput) SetPolicyText ¶
func (s *PutRegistryPolicyInput) SetPolicyText(v string) *PutRegistryPolicyInput
SetPolicyText sets the PolicyText field's value.
func (PutRegistryPolicyInput) String ¶
func (s PutRegistryPolicyInput) 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 (*PutRegistryPolicyInput) Validate ¶
func (s *PutRegistryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRegistryPolicyOutput ¶
type PutRegistryPolicyOutput struct { // The JSON policy text for your registry. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID. RegistryId *string `locationName:"registryId" type:"string"` // contains filtered or unexported fields }
func (PutRegistryPolicyOutput) GoString ¶
func (s PutRegistryPolicyOutput) 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 (*PutRegistryPolicyOutput) SetPolicyText ¶
func (s *PutRegistryPolicyOutput) SetPolicyText(v string) *PutRegistryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*PutRegistryPolicyOutput) SetRegistryId ¶
func (s *PutRegistryPolicyOutput) SetRegistryId(v string) *PutRegistryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (PutRegistryPolicyOutput) String ¶
func (s PutRegistryPolicyOutput) 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 PutRegistryScanningConfigurationInput ¶
type PutRegistryScanningConfigurationInput struct { // The scanning rules to use for the registry. A scanning rule is used to determine // which repository filters are used and at what frequency scanning will occur. Rules []*RegistryScanningRule `locationName:"rules" type:"list"` // The scanning type to set for the registry. // // When a registry scanning configuration is not defined, by default the BASIC // scan type is used. When basic scanning is used, you may specify filters to // determine which individual repositories, or all repositories, are scanned // when new images are pushed to those repositories. Alternatively, you can // do manual scans of images with basic scanning. // // When the ENHANCED scan type is set, Amazon Inspector provides automated vulnerability // scanning. You may choose between continuous scanning or scan on push and // you may specify filters to determine which individual repositories, or all // repositories, are scanned. ScanType *string `locationName:"scanType" type:"string" enum:"ScanType"` // contains filtered or unexported fields }
func (PutRegistryScanningConfigurationInput) GoString ¶
func (s PutRegistryScanningConfigurationInput) 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 (*PutRegistryScanningConfigurationInput) SetRules ¶
func (s *PutRegistryScanningConfigurationInput) SetRules(v []*RegistryScanningRule) *PutRegistryScanningConfigurationInput
SetRules sets the Rules field's value.
func (*PutRegistryScanningConfigurationInput) SetScanType ¶
func (s *PutRegistryScanningConfigurationInput) SetScanType(v string) *PutRegistryScanningConfigurationInput
SetScanType sets the ScanType field's value.
func (PutRegistryScanningConfigurationInput) String ¶
func (s PutRegistryScanningConfigurationInput) 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 (*PutRegistryScanningConfigurationInput) Validate ¶
func (s *PutRegistryScanningConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRegistryScanningConfigurationOutput ¶
type PutRegistryScanningConfigurationOutput struct { // The scanning configuration for your registry. RegistryScanningConfiguration *RegistryScanningConfiguration `locationName:"registryScanningConfiguration" type:"structure"` // contains filtered or unexported fields }
func (PutRegistryScanningConfigurationOutput) GoString ¶
func (s PutRegistryScanningConfigurationOutput) 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 (*PutRegistryScanningConfigurationOutput) SetRegistryScanningConfiguration ¶
func (s *PutRegistryScanningConfigurationOutput) SetRegistryScanningConfiguration(v *RegistryScanningConfiguration) *PutRegistryScanningConfigurationOutput
SetRegistryScanningConfiguration sets the RegistryScanningConfiguration field's value.
func (PutRegistryScanningConfigurationOutput) String ¶
func (s PutRegistryScanningConfigurationOutput) 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 PutReplicationConfigurationInput ¶
type PutReplicationConfigurationInput struct { // An object representing the replication configuration for a registry. // // ReplicationConfiguration is a required field ReplicationConfiguration *ReplicationConfiguration `locationName:"replicationConfiguration" type:"structure" required:"true"` // contains filtered or unexported fields }
func (PutReplicationConfigurationInput) GoString ¶
func (s PutReplicationConfigurationInput) 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 (*PutReplicationConfigurationInput) SetReplicationConfiguration ¶
func (s *PutReplicationConfigurationInput) SetReplicationConfiguration(v *ReplicationConfiguration) *PutReplicationConfigurationInput
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (PutReplicationConfigurationInput) String ¶
func (s PutReplicationConfigurationInput) 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 (*PutReplicationConfigurationInput) Validate ¶
func (s *PutReplicationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutReplicationConfigurationOutput ¶
type PutReplicationConfigurationOutput struct { // The contents of the replication configuration for the registry. ReplicationConfiguration *ReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"` // contains filtered or unexported fields }
func (PutReplicationConfigurationOutput) GoString ¶
func (s PutReplicationConfigurationOutput) 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 (*PutReplicationConfigurationOutput) SetReplicationConfiguration ¶
func (s *PutReplicationConfigurationOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *PutReplicationConfigurationOutput
SetReplicationConfiguration sets the ReplicationConfiguration field's value.
func (PutReplicationConfigurationOutput) String ¶
func (s PutReplicationConfigurationOutput) 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 Recommendation ¶
type Recommendation struct { // The recommended course of action to remediate the finding. Text *string `locationName:"text" type:"string"` // The URL address to the CVE remediation recommendations. Url *string `locationName:"url" type:"string"` // contains filtered or unexported fields }
Details about the recommended course of action to remediate the finding.
func (Recommendation) GoString ¶
func (s Recommendation) 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 (*Recommendation) SetText ¶
func (s *Recommendation) SetText(v string) *Recommendation
SetText sets the Text field's value.
func (*Recommendation) SetUrl ¶
func (s *Recommendation) SetUrl(v string) *Recommendation
SetUrl sets the Url field's value.
func (Recommendation) String ¶
func (s Recommendation) 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 ReferencedImagesNotFoundException ¶
type ReferencedImagesNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The manifest list is referencing an image that does not exist.
func (*ReferencedImagesNotFoundException) Code ¶
func (s *ReferencedImagesNotFoundException) Code() string
Code returns the exception type name.
func (*ReferencedImagesNotFoundException) Error ¶
func (s *ReferencedImagesNotFoundException) Error() string
func (ReferencedImagesNotFoundException) GoString ¶
func (s ReferencedImagesNotFoundException) 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 (*ReferencedImagesNotFoundException) Message ¶
func (s *ReferencedImagesNotFoundException) Message() string
Message returns the exception's message.
func (*ReferencedImagesNotFoundException) OrigErr ¶
func (s *ReferencedImagesNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ReferencedImagesNotFoundException) RequestID ¶
func (s *ReferencedImagesNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ReferencedImagesNotFoundException) StatusCode ¶
func (s *ReferencedImagesNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ReferencedImagesNotFoundException) String ¶
func (s ReferencedImagesNotFoundException) 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 RegistryPolicyNotFoundException ¶
type RegistryPolicyNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The registry doesn't have an associated registry policy.
func (*RegistryPolicyNotFoundException) Code ¶
func (s *RegistryPolicyNotFoundException) Code() string
Code returns the exception type name.
func (*RegistryPolicyNotFoundException) Error ¶
func (s *RegistryPolicyNotFoundException) Error() string
func (RegistryPolicyNotFoundException) GoString ¶
func (s RegistryPolicyNotFoundException) 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 (*RegistryPolicyNotFoundException) Message ¶
func (s *RegistryPolicyNotFoundException) Message() string
Message returns the exception's message.
func (*RegistryPolicyNotFoundException) OrigErr ¶
func (s *RegistryPolicyNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RegistryPolicyNotFoundException) RequestID ¶
func (s *RegistryPolicyNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RegistryPolicyNotFoundException) StatusCode ¶
func (s *RegistryPolicyNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RegistryPolicyNotFoundException) String ¶
func (s RegistryPolicyNotFoundException) 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 RegistryScanningConfiguration ¶
type RegistryScanningConfiguration struct { // The scanning rules associated with the registry. Rules []*RegistryScanningRule `locationName:"rules" type:"list"` // The type of scanning configured for the registry. ScanType *string `locationName:"scanType" type:"string" enum:"ScanType"` // contains filtered or unexported fields }
The scanning configuration for a private registry.
func (RegistryScanningConfiguration) GoString ¶
func (s RegistryScanningConfiguration) 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 (*RegistryScanningConfiguration) SetRules ¶
func (s *RegistryScanningConfiguration) SetRules(v []*RegistryScanningRule) *RegistryScanningConfiguration
SetRules sets the Rules field's value.
func (*RegistryScanningConfiguration) SetScanType ¶
func (s *RegistryScanningConfiguration) SetScanType(v string) *RegistryScanningConfiguration
SetScanType sets the ScanType field's value.
func (RegistryScanningConfiguration) String ¶
func (s RegistryScanningConfiguration) 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 RegistryScanningRule ¶
type RegistryScanningRule struct { // The repository filters associated with the scanning configuration for a private // registry. // // RepositoryFilters is a required field RepositoryFilters []*ScanningRepositoryFilter `locationName:"repositoryFilters" type:"list" required:"true"` // The frequency that scans are performed at for a private registry. When the // ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN // and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH // scan frequency is supported. If scan on push is not specified, then the MANUAL // scan frequency is set by default. // // ScanFrequency is a required field ScanFrequency *string `locationName:"scanFrequency" type:"string" required:"true" enum:"ScanFrequency"` // contains filtered or unexported fields }
The details of a scanning rule for a private registry.
func (RegistryScanningRule) GoString ¶
func (s RegistryScanningRule) 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 (*RegistryScanningRule) SetRepositoryFilters ¶
func (s *RegistryScanningRule) SetRepositoryFilters(v []*ScanningRepositoryFilter) *RegistryScanningRule
SetRepositoryFilters sets the RepositoryFilters field's value.
func (*RegistryScanningRule) SetScanFrequency ¶
func (s *RegistryScanningRule) SetScanFrequency(v string) *RegistryScanningRule
SetScanFrequency sets the ScanFrequency field's value.
func (RegistryScanningRule) String ¶
func (s RegistryScanningRule) 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 (*RegistryScanningRule) Validate ¶
func (s *RegistryScanningRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Remediation ¶
type Remediation struct { // An object that contains information about the recommended course of action // to remediate the finding. Recommendation *Recommendation `locationName:"recommendation" type:"structure"` // contains filtered or unexported fields }
Information on how to remediate a finding.
func (Remediation) GoString ¶
func (s Remediation) 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 (*Remediation) SetRecommendation ¶
func (s *Remediation) SetRecommendation(v *Recommendation) *Remediation
SetRecommendation sets the Recommendation field's value.
func (Remediation) String ¶
func (s Remediation) 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 ReplicationConfiguration ¶
type ReplicationConfiguration struct { // An array of objects representing the replication destinations and repository // filters for a replication configuration. // // Rules is a required field Rules []*ReplicationRule `locationName:"rules" type:"list" required:"true"` // contains filtered or unexported fields }
The replication configuration for a registry.
func (ReplicationConfiguration) GoString ¶
func (s ReplicationConfiguration) 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 (*ReplicationConfiguration) SetRules ¶
func (s *ReplicationConfiguration) SetRules(v []*ReplicationRule) *ReplicationConfiguration
SetRules sets the Rules field's value.
func (ReplicationConfiguration) String ¶
func (s ReplicationConfiguration) 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 (*ReplicationConfiguration) Validate ¶
func (s *ReplicationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReplicationDestination ¶
type ReplicationDestination struct { // The Region to replicate to. // // Region is a required field Region *string `locationName:"region" min:"2" type:"string" required:"true"` // The Amazon Web Services account ID of the Amazon ECR private registry to // replicate to. When configuring cross-Region replication within your own registry, // specify your own account ID. // // RegistryId is a required field RegistryId *string `locationName:"registryId" type:"string" required:"true"` // contains filtered or unexported fields }
An array of objects representing the destination for a replication rule.
func (ReplicationDestination) GoString ¶
func (s ReplicationDestination) 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 (*ReplicationDestination) SetRegion ¶
func (s *ReplicationDestination) SetRegion(v string) *ReplicationDestination
SetRegion sets the Region field's value.
func (*ReplicationDestination) SetRegistryId ¶
func (s *ReplicationDestination) SetRegistryId(v string) *ReplicationDestination
SetRegistryId sets the RegistryId field's value.
func (ReplicationDestination) String ¶
func (s ReplicationDestination) 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 (*ReplicationDestination) Validate ¶
func (s *ReplicationDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReplicationRule ¶
type ReplicationRule struct { // An array of objects representing the destination for a replication rule. // // Destinations is a required field Destinations []*ReplicationDestination `locationName:"destinations" type:"list" required:"true"` // An array of objects representing the filters for a replication rule. Specifying // a repository filter for a replication rule provides a method for controlling // which repositories in a private registry are replicated. RepositoryFilters []*RepositoryFilter `locationName:"repositoryFilters" min:"1" type:"list"` // contains filtered or unexported fields }
An array of objects representing the replication destinations and repository filters for a replication configuration.
func (ReplicationRule) GoString ¶
func (s ReplicationRule) 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 (*ReplicationRule) SetDestinations ¶
func (s *ReplicationRule) SetDestinations(v []*ReplicationDestination) *ReplicationRule
SetDestinations sets the Destinations field's value.
func (*ReplicationRule) SetRepositoryFilters ¶
func (s *ReplicationRule) SetRepositoryFilters(v []*RepositoryFilter) *ReplicationRule
SetRepositoryFilters sets the RepositoryFilters field's value.
func (ReplicationRule) String ¶
func (s ReplicationRule) 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 (*ReplicationRule) Validate ¶
func (s *ReplicationRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Repository ¶
type Repository struct { // The date and time, in JavaScript date format, when the repository was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // 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 a repository. ImageScanningConfiguration *ImageScanningConfiguration `locationName:"imageScanningConfiguration" type:"structure"` // The tag mutability setting for the repository. ImageTagMutability *string `locationName:"imageTagMutability" type:"string" enum:"ImageTagMutability"` // The Amazon Web Services account ID associated with the registry that contains // the repository. RegistryId *string `locationName:"registryId" type:"string"` // The Amazon Resource Name (ARN) that identifies the repository. The ARN contains // the arn:aws:ecr namespace, followed by the region of the repository, Amazon // Web Services account ID of the repository owner, repository namespace, and // repository name. For example, arn:aws:ecr:region:012345678910:repository-namespace/repository-name. RepositoryArn *string `locationName:"repositoryArn" type:"string"` // The name of the repository. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The URI for the repository. You can use this URI for container image push // and pull operations. RepositoryUri *string `locationName:"repositoryUri" type:"string"` // contains filtered or unexported fields }
An object representing a repository.
func (Repository) GoString ¶
func (s Repository) 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 (*Repository) SetCreatedAt ¶
func (s *Repository) SetCreatedAt(v time.Time) *Repository
SetCreatedAt sets the CreatedAt field's value.
func (*Repository) SetEncryptionConfiguration ¶
func (s *Repository) SetEncryptionConfiguration(v *EncryptionConfiguration) *Repository
SetEncryptionConfiguration sets the EncryptionConfiguration field's value.
func (*Repository) SetImageScanningConfiguration ¶
func (s *Repository) SetImageScanningConfiguration(v *ImageScanningConfiguration) *Repository
SetImageScanningConfiguration sets the ImageScanningConfiguration field's value.
func (*Repository) SetImageTagMutability ¶
func (s *Repository) SetImageTagMutability(v string) *Repository
SetImageTagMutability sets the ImageTagMutability field's value.
func (*Repository) SetRegistryId ¶
func (s *Repository) SetRegistryId(v string) *Repository
SetRegistryId sets the RegistryId field's value.
func (*Repository) SetRepositoryArn ¶
func (s *Repository) SetRepositoryArn(v string) *Repository
SetRepositoryArn sets the RepositoryArn field's value.
func (*Repository) SetRepositoryName ¶
func (s *Repository) SetRepositoryName(v string) *Repository
SetRepositoryName sets the RepositoryName field's value.
func (*Repository) SetRepositoryUri ¶
func (s *Repository) SetRepositoryUri(v string) *Repository
SetRepositoryUri sets the RepositoryUri field's value.
func (Repository) String ¶
func (s Repository) String() string
String returns the string representation.
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 RepositoryAlreadyExistsException ¶
type RepositoryAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified repository already exists in the specified registry.
func (*RepositoryAlreadyExistsException) Code ¶
func (s *RepositoryAlreadyExistsException) Code() string
Code returns the exception type name.
func (*RepositoryAlreadyExistsException) Error ¶
func (s *RepositoryAlreadyExistsException) Error() string
func (RepositoryAlreadyExistsException) GoString ¶
func (s RepositoryAlreadyExistsException) 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 (*RepositoryAlreadyExistsException) Message ¶
func (s *RepositoryAlreadyExistsException) Message() string
Message returns the exception's message.
func (*RepositoryAlreadyExistsException) OrigErr ¶
func (s *RepositoryAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RepositoryAlreadyExistsException) RequestID ¶
func (s *RepositoryAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RepositoryAlreadyExistsException) StatusCode ¶
func (s *RepositoryAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RepositoryAlreadyExistsException) String ¶
func (s RepositoryAlreadyExistsException) 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 RepositoryFilter ¶
type RepositoryFilter struct { // The repository filter details. When the PREFIX_MATCH filter type is specified, // this value is required and should be the repository name prefix to configure // replication for. // // Filter is a required field Filter *string `locationName:"filter" min:"2" type:"string" required:"true"` // The repository filter type. The only supported value is PREFIX_MATCH, which // is a repository name prefix specified with the filter parameter. // // FilterType is a required field FilterType *string `locationName:"filterType" type:"string" required:"true" enum:"RepositoryFilterType"` // contains filtered or unexported fields }
The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
func (RepositoryFilter) GoString ¶
func (s RepositoryFilter) 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 (*RepositoryFilter) SetFilter ¶
func (s *RepositoryFilter) SetFilter(v string) *RepositoryFilter
SetFilter sets the Filter field's value.
func (*RepositoryFilter) SetFilterType ¶
func (s *RepositoryFilter) SetFilterType(v string) *RepositoryFilter
SetFilterType sets the FilterType field's value.
func (RepositoryFilter) String ¶
func (s RepositoryFilter) 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 (*RepositoryFilter) Validate ¶
func (s *RepositoryFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RepositoryNotEmptyException ¶
type RepositoryNotEmptyException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.
func (*RepositoryNotEmptyException) Code ¶
func (s *RepositoryNotEmptyException) Code() string
Code returns the exception type name.
func (*RepositoryNotEmptyException) Error ¶
func (s *RepositoryNotEmptyException) Error() string
func (RepositoryNotEmptyException) GoString ¶
func (s RepositoryNotEmptyException) 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 (*RepositoryNotEmptyException) Message ¶
func (s *RepositoryNotEmptyException) Message() string
Message returns the exception's message.
func (*RepositoryNotEmptyException) OrigErr ¶
func (s *RepositoryNotEmptyException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RepositoryNotEmptyException) RequestID ¶
func (s *RepositoryNotEmptyException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RepositoryNotEmptyException) StatusCode ¶
func (s *RepositoryNotEmptyException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RepositoryNotEmptyException) String ¶
func (s RepositoryNotEmptyException) 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 RepositoryNotFoundException ¶
type RepositoryNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
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.
func (*RepositoryNotFoundException) Code ¶
func (s *RepositoryNotFoundException) Code() string
Code returns the exception type name.
func (*RepositoryNotFoundException) Error ¶
func (s *RepositoryNotFoundException) Error() string
func (RepositoryNotFoundException) GoString ¶
func (s RepositoryNotFoundException) 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 (*RepositoryNotFoundException) Message ¶
func (s *RepositoryNotFoundException) Message() string
Message returns the exception's message.
func (*RepositoryNotFoundException) OrigErr ¶
func (s *RepositoryNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RepositoryNotFoundException) RequestID ¶
func (s *RepositoryNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RepositoryNotFoundException) StatusCode ¶
func (s *RepositoryNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RepositoryNotFoundException) String ¶
func (s RepositoryNotFoundException) 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 RepositoryPolicyNotFoundException ¶
type RepositoryPolicyNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified repository and registry combination does not have an associated repository policy.
func (*RepositoryPolicyNotFoundException) Code ¶
func (s *RepositoryPolicyNotFoundException) Code() string
Code returns the exception type name.
func (*RepositoryPolicyNotFoundException) Error ¶
func (s *RepositoryPolicyNotFoundException) Error() string
func (RepositoryPolicyNotFoundException) GoString ¶
func (s RepositoryPolicyNotFoundException) 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 (*RepositoryPolicyNotFoundException) Message ¶
func (s *RepositoryPolicyNotFoundException) Message() string
Message returns the exception's message.
func (*RepositoryPolicyNotFoundException) OrigErr ¶
func (s *RepositoryPolicyNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RepositoryPolicyNotFoundException) RequestID ¶
func (s *RepositoryPolicyNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RepositoryPolicyNotFoundException) StatusCode ¶
func (s *RepositoryPolicyNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RepositoryPolicyNotFoundException) String ¶
func (s RepositoryPolicyNotFoundException) 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 RepositoryScanningConfiguration ¶
type RepositoryScanningConfiguration struct { // The scan filters applied to the repository. AppliedScanFilters []*ScanningRepositoryFilter `locationName:"appliedScanFilters" type:"list"` // The ARN of the repository. RepositoryArn *string `locationName:"repositoryArn" type:"string"` // The name of the repository. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The scan frequency for the repository. ScanFrequency *string `locationName:"scanFrequency" type:"string" enum:"ScanFrequency"` // Whether or not scan on push is configured for the repository. ScanOnPush *bool `locationName:"scanOnPush" type:"boolean"` // contains filtered or unexported fields }
The details of the scanning configuration for a repository.
func (RepositoryScanningConfiguration) GoString ¶
func (s RepositoryScanningConfiguration) 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 (*RepositoryScanningConfiguration) SetAppliedScanFilters ¶
func (s *RepositoryScanningConfiguration) SetAppliedScanFilters(v []*ScanningRepositoryFilter) *RepositoryScanningConfiguration
SetAppliedScanFilters sets the AppliedScanFilters field's value.
func (*RepositoryScanningConfiguration) SetRepositoryArn ¶
func (s *RepositoryScanningConfiguration) SetRepositoryArn(v string) *RepositoryScanningConfiguration
SetRepositoryArn sets the RepositoryArn field's value.
func (*RepositoryScanningConfiguration) SetRepositoryName ¶
func (s *RepositoryScanningConfiguration) SetRepositoryName(v string) *RepositoryScanningConfiguration
SetRepositoryName sets the RepositoryName field's value.
func (*RepositoryScanningConfiguration) SetScanFrequency ¶
func (s *RepositoryScanningConfiguration) SetScanFrequency(v string) *RepositoryScanningConfiguration
SetScanFrequency sets the ScanFrequency field's value.
func (*RepositoryScanningConfiguration) SetScanOnPush ¶
func (s *RepositoryScanningConfiguration) SetScanOnPush(v bool) *RepositoryScanningConfiguration
SetScanOnPush sets the ScanOnPush field's value.
func (RepositoryScanningConfiguration) String ¶
func (s RepositoryScanningConfiguration) 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 RepositoryScanningConfigurationFailure ¶
type RepositoryScanningConfigurationFailure struct { // The failure code. FailureCode *string `locationName:"failureCode" type:"string" enum:"ScanningConfigurationFailureCode"` // The reason for the failure. FailureReason *string `locationName:"failureReason" type:"string"` // The name of the repository. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
The details about any failures associated with the scanning configuration of a repository.
func (RepositoryScanningConfigurationFailure) GoString ¶
func (s RepositoryScanningConfigurationFailure) 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 (*RepositoryScanningConfigurationFailure) SetFailureCode ¶
func (s *RepositoryScanningConfigurationFailure) SetFailureCode(v string) *RepositoryScanningConfigurationFailure
SetFailureCode sets the FailureCode field's value.
func (*RepositoryScanningConfigurationFailure) SetFailureReason ¶
func (s *RepositoryScanningConfigurationFailure) SetFailureReason(v string) *RepositoryScanningConfigurationFailure
SetFailureReason sets the FailureReason field's value.
func (*RepositoryScanningConfigurationFailure) SetRepositoryName ¶
func (s *RepositoryScanningConfigurationFailure) SetRepositoryName(v string) *RepositoryScanningConfigurationFailure
SetRepositoryName sets the RepositoryName field's value.
func (RepositoryScanningConfigurationFailure) String ¶
func (s RepositoryScanningConfigurationFailure) 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 Resource ¶
type Resource struct { // An object that contains details about the resource involved in a finding. Details *ResourceDetails `locationName:"details" type:"structure"` // The ID of the resource. Id *string `locationName:"id" type:"string"` // The tags attached to the resource. Tags map[string]*string `locationName:"tags" type:"map"` // The type of resource. Type *string `locationName:"type" type:"string"` // contains filtered or unexported fields }
Details about the resource involved in a finding.
func (Resource) GoString ¶
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 (*Resource) SetDetails ¶
func (s *Resource) SetDetails(v *ResourceDetails) *Resource
SetDetails sets the Details field's value.
type ResourceDetails ¶
type ResourceDetails struct { // An object that contains details about the Amazon ECR container image involved // in the finding. AwsEcrContainerImage *AwsEcrContainerImageDetails `locationName:"awsEcrContainerImage" type:"structure"` // contains filtered or unexported fields }
Contains details about the resource involved in the finding.
func (ResourceDetails) GoString ¶
func (s ResourceDetails) 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 (*ResourceDetails) SetAwsEcrContainerImage ¶
func (s *ResourceDetails) SetAwsEcrContainerImage(v *AwsEcrContainerImageDetails) *ResourceDetails
SetAwsEcrContainerImage sets the AwsEcrContainerImage field's value.
func (ResourceDetails) String ¶
func (s ResourceDetails) 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 ScanNotFoundException ¶
type ScanNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.
func (*ScanNotFoundException) Code ¶
func (s *ScanNotFoundException) Code() string
Code returns the exception type name.
func (*ScanNotFoundException) Error ¶
func (s *ScanNotFoundException) Error() string
func (ScanNotFoundException) GoString ¶
func (s ScanNotFoundException) 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 (*ScanNotFoundException) Message ¶
func (s *ScanNotFoundException) Message() string
Message returns the exception's message.
func (*ScanNotFoundException) OrigErr ¶
func (s *ScanNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ScanNotFoundException) RequestID ¶
func (s *ScanNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ScanNotFoundException) StatusCode ¶
func (s *ScanNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ScanNotFoundException) String ¶
func (s ScanNotFoundException) 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 ScanningRepositoryFilter ¶
type ScanningRepositoryFilter struct { // The filter to use when scanning. // // Filter is a required field Filter *string `locationName:"filter" min:"1" type:"string" required:"true"` // The type associated with the filter. // // FilterType is a required field FilterType *string `locationName:"filterType" type:"string" required:"true" enum:"ScanningRepositoryFilterType"` // contains filtered or unexported fields }
The details of a scanning repository filter. For more information on how to use filters, see Using filters (https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters) in the Amazon Elastic Container Registry User Guide.
func (ScanningRepositoryFilter) GoString ¶
func (s ScanningRepositoryFilter) 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 (*ScanningRepositoryFilter) SetFilter ¶
func (s *ScanningRepositoryFilter) SetFilter(v string) *ScanningRepositoryFilter
SetFilter sets the Filter field's value.
func (*ScanningRepositoryFilter) SetFilterType ¶
func (s *ScanningRepositoryFilter) SetFilterType(v string) *ScanningRepositoryFilter
SetFilterType sets the FilterType field's value.
func (ScanningRepositoryFilter) String ¶
func (s ScanningRepositoryFilter) 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 (*ScanningRepositoryFilter) Validate ¶
func (s *ScanningRepositoryFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ScoreDetails ¶
type ScoreDetails struct { // An object that contains details about the CVSS score given to a finding. Cvss *CvssScoreDetails `locationName:"cvss" type:"structure"` // contains filtered or unexported fields }
Information about the Amazon Inspector score given to a finding.
func (ScoreDetails) GoString ¶
func (s ScoreDetails) 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 (*ScoreDetails) SetCvss ¶
func (s *ScoreDetails) SetCvss(v *CvssScoreDetails) *ScoreDetails
SetCvss sets the Cvss field's value.
func (ScoreDetails) String ¶
func (s ScoreDetails) 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 SecretNotFoundException ¶
type SecretNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The ARN of the secret specified in the pull through cache rule was not found. Update the pull through cache rule with a valid secret ARN and try again.
func (*SecretNotFoundException) Code ¶
func (s *SecretNotFoundException) Code() string
Code returns the exception type name.
func (*SecretNotFoundException) Error ¶
func (s *SecretNotFoundException) Error() string
func (SecretNotFoundException) GoString ¶
func (s SecretNotFoundException) 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 (*SecretNotFoundException) Message ¶
func (s *SecretNotFoundException) Message() string
Message returns the exception's message.
func (*SecretNotFoundException) OrigErr ¶
func (s *SecretNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*SecretNotFoundException) RequestID ¶
func (s *SecretNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*SecretNotFoundException) StatusCode ¶
func (s *SecretNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (SecretNotFoundException) String ¶
func (s SecretNotFoundException) 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 ServerException ¶
type ServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
These errors are usually caused by a server-side issue.
func (*ServerException) Code ¶
func (s *ServerException) Code() string
Code returns the exception type name.
func (*ServerException) Error ¶
func (s *ServerException) Error() string
func (ServerException) GoString ¶
func (s ServerException) 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 (*ServerException) Message ¶
func (s *ServerException) Message() string
Message returns the exception's message.
func (*ServerException) OrigErr ¶
func (s *ServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServerException) RequestID ¶
func (s *ServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServerException) StatusCode ¶
func (s *ServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServerException) String ¶
func (s ServerException) 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 SetRepositoryPolicyInput ¶
type SetRepositoryPolicyInput struct { // If the policy you are attempting to set on a repository policy would prevent // you from setting another policy in the future, you must force the SetRepositoryPolicy // operation. This is intended to prevent accidental repository lock outs. Force *bool `locationName:"force" type:"boolean"` // The JSON repository policy text to apply to the repository. For more information, // see Amazon ECR repository policies (https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policy-examples.html) // in the Amazon Elastic Container Registry User Guide. // // PolicyText is a required field PolicyText *string `locationName:"policyText" type:"string" required:"true"` // 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 to receive the policy. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (SetRepositoryPolicyInput) GoString ¶
func (s SetRepositoryPolicyInput) 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 (*SetRepositoryPolicyInput) SetForce ¶
func (s *SetRepositoryPolicyInput) SetForce(v bool) *SetRepositoryPolicyInput
SetForce sets the Force field's value.
func (*SetRepositoryPolicyInput) SetPolicyText ¶
func (s *SetRepositoryPolicyInput) SetPolicyText(v string) *SetRepositoryPolicyInput
SetPolicyText sets the PolicyText field's value.
func (*SetRepositoryPolicyInput) SetRegistryId ¶
func (s *SetRepositoryPolicyInput) SetRegistryId(v string) *SetRepositoryPolicyInput
SetRegistryId sets the RegistryId field's value.
func (*SetRepositoryPolicyInput) SetRepositoryName ¶
func (s *SetRepositoryPolicyInput) SetRepositoryName(v string) *SetRepositoryPolicyInput
SetRepositoryName sets the RepositoryName field's value.
func (SetRepositoryPolicyInput) String ¶
func (s SetRepositoryPolicyInput) String() string
String returns the string representation.
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 (*SetRepositoryPolicyInput) Validate ¶
func (s *SetRepositoryPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetRepositoryPolicyOutput ¶
type SetRepositoryPolicyOutput struct { // The JSON repository policy text applied to the repository. PolicyText *string `locationName:"policyText" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // contains filtered or unexported fields }
func (SetRepositoryPolicyOutput) GoString ¶
func (s SetRepositoryPolicyOutput) 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 (*SetRepositoryPolicyOutput) SetPolicyText ¶
func (s *SetRepositoryPolicyOutput) SetPolicyText(v string) *SetRepositoryPolicyOutput
SetPolicyText sets the PolicyText field's value.
func (*SetRepositoryPolicyOutput) SetRegistryId ¶
func (s *SetRepositoryPolicyOutput) SetRegistryId(v string) *SetRepositoryPolicyOutput
SetRegistryId sets the RegistryId field's value.
func (*SetRepositoryPolicyOutput) SetRepositoryName ¶
func (s *SetRepositoryPolicyOutput) SetRepositoryName(v string) *SetRepositoryPolicyOutput
SetRepositoryName sets the RepositoryName field's value.
func (SetRepositoryPolicyOutput) String ¶
func (s SetRepositoryPolicyOutput) String() string
String returns the string representation.
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 StartImageScanInput ¶
type StartImageScanInput 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 that contains // the repository in which to start an image scan request. If you do not specify // a registry, the default registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository that contains the images to scan. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartImageScanInput) GoString ¶
func (s StartImageScanInput) 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 (*StartImageScanInput) SetImageId ¶
func (s *StartImageScanInput) SetImageId(v *ImageIdentifier) *StartImageScanInput
SetImageId sets the ImageId field's value.
func (*StartImageScanInput) SetRegistryId ¶
func (s *StartImageScanInput) SetRegistryId(v string) *StartImageScanInput
SetRegistryId sets the RegistryId field's value.
func (*StartImageScanInput) SetRepositoryName ¶
func (s *StartImageScanInput) SetRepositoryName(v string) *StartImageScanInput
SetRepositoryName sets the RepositoryName field's value.
func (StartImageScanInput) String ¶
func (s StartImageScanInput) 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 (*StartImageScanInput) Validate ¶
func (s *StartImageScanInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartImageScanOutput ¶
type StartImageScanOutput struct { // An object with identifying information for an image in an Amazon ECR repository. ImageId *ImageIdentifier `locationName:"imageId" type:"structure"` // The current state of the scan. ImageScanStatus *ImageScanStatus `locationName:"imageScanStatus" type:"structure"` // 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 (StartImageScanOutput) GoString ¶
func (s StartImageScanOutput) 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 (*StartImageScanOutput) SetImageId ¶
func (s *StartImageScanOutput) SetImageId(v *ImageIdentifier) *StartImageScanOutput
SetImageId sets the ImageId field's value.
func (*StartImageScanOutput) SetImageScanStatus ¶
func (s *StartImageScanOutput) SetImageScanStatus(v *ImageScanStatus) *StartImageScanOutput
SetImageScanStatus sets the ImageScanStatus field's value.
func (*StartImageScanOutput) SetRegistryId ¶
func (s *StartImageScanOutput) SetRegistryId(v string) *StartImageScanOutput
SetRegistryId sets the RegistryId field's value.
func (*StartImageScanOutput) SetRepositoryName ¶
func (s *StartImageScanOutput) SetRepositoryName(v string) *StartImageScanOutput
SetRepositoryName sets the RepositoryName field's value.
func (StartImageScanOutput) String ¶
func (s StartImageScanOutput) 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 StartLifecyclePolicyPreviewInput ¶
type StartLifecyclePolicyPreviewInput struct { // The policy to be evaluated against. If you do not specify a policy, the current // policy for the repository is used. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The 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 to be evaluated. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartLifecyclePolicyPreviewInput) GoString ¶
func (s StartLifecyclePolicyPreviewInput) 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 (*StartLifecyclePolicyPreviewInput) SetLifecyclePolicyText ¶
func (s *StartLifecyclePolicyPreviewInput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewInput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*StartLifecyclePolicyPreviewInput) SetRegistryId ¶
func (s *StartLifecyclePolicyPreviewInput) SetRegistryId(v string) *StartLifecyclePolicyPreviewInput
SetRegistryId sets the RegistryId field's value.
func (*StartLifecyclePolicyPreviewInput) SetRepositoryName ¶
func (s *StartLifecyclePolicyPreviewInput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewInput
SetRepositoryName sets the RepositoryName field's value.
func (StartLifecyclePolicyPreviewInput) String ¶
func (s StartLifecyclePolicyPreviewInput) 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 (*StartLifecyclePolicyPreviewInput) Validate ¶
func (s *StartLifecyclePolicyPreviewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartLifecyclePolicyPreviewOutput ¶
type StartLifecyclePolicyPreviewOutput struct { // The JSON repository policy text. LifecyclePolicyText *string `locationName:"lifecyclePolicyText" min:"100" type:"string"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The status of the lifecycle policy preview request. Status *string `locationName:"status" type:"string" enum:"LifecyclePolicyPreviewStatus"` // contains filtered or unexported fields }
func (StartLifecyclePolicyPreviewOutput) GoString ¶
func (s StartLifecyclePolicyPreviewOutput) 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 (*StartLifecyclePolicyPreviewOutput) SetLifecyclePolicyText ¶
func (s *StartLifecyclePolicyPreviewOutput) SetLifecyclePolicyText(v string) *StartLifecyclePolicyPreviewOutput
SetLifecyclePolicyText sets the LifecyclePolicyText field's value.
func (*StartLifecyclePolicyPreviewOutput) SetRegistryId ¶
func (s *StartLifecyclePolicyPreviewOutput) SetRegistryId(v string) *StartLifecyclePolicyPreviewOutput
SetRegistryId sets the RegistryId field's value.
func (*StartLifecyclePolicyPreviewOutput) SetRepositoryName ¶
func (s *StartLifecyclePolicyPreviewOutput) SetRepositoryName(v string) *StartLifecyclePolicyPreviewOutput
SetRepositoryName sets the RepositoryName field's value.
func (*StartLifecyclePolicyPreviewOutput) SetStatus ¶
func (s *StartLifecyclePolicyPreviewOutput) SetStatus(v string) *StartLifecyclePolicyPreviewOutput
SetStatus sets the Status field's value.
func (StartLifecyclePolicyPreviewOutput) String ¶
func (s StartLifecyclePolicyPreviewOutput) 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 Tag ¶
type Tag struct { // One part of a key-value pair that make up a tag. A key is a general label // that acts like a category for more specific tag values. // // Key is a required field Key *string `type:"string" required:"true"` // A value acts as a descriptor within a tag category (key). // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a 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.
func (Tag) GoString ¶
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 TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the the resource to which to add tags. // Currently, the only supported resource is an Amazon ECR repository. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The tags to add to the resource. A tag is an array of key-value pairs. Tag // keys can have a maximum character length of 128 characters, and tag values // can have a maximum length of 256 characters. // // Tags is a required field Tags []*Tag `locationName:"tags" type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) 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 (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) 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 (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) 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 (TagResourceOutput) String ¶
func (s TagResourceOutput) 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 TooManyTagsException ¶
type TooManyTagsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
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.
func (*TooManyTagsException) Code ¶
func (s *TooManyTagsException) Code() string
Code returns the exception type name.
func (*TooManyTagsException) Error ¶
func (s *TooManyTagsException) Error() string
func (TooManyTagsException) GoString ¶
func (s TooManyTagsException) 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 (*TooManyTagsException) Message ¶
func (s *TooManyTagsException) Message() string
Message returns the exception's message.
func (*TooManyTagsException) OrigErr ¶
func (s *TooManyTagsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*TooManyTagsException) RequestID ¶
func (s *TooManyTagsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*TooManyTagsException) StatusCode ¶
func (s *TooManyTagsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (TooManyTagsException) String ¶
func (s TooManyTagsException) 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 UnableToAccessSecretException ¶
type UnableToAccessSecretException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The secret is unable to be accessed. Verify the resource permissions for the secret and try again.
func (*UnableToAccessSecretException) Code ¶
func (s *UnableToAccessSecretException) Code() string
Code returns the exception type name.
func (*UnableToAccessSecretException) Error ¶
func (s *UnableToAccessSecretException) Error() string
func (UnableToAccessSecretException) GoString ¶
func (s UnableToAccessSecretException) 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 (*UnableToAccessSecretException) Message ¶
func (s *UnableToAccessSecretException) Message() string
Message returns the exception's message.
func (*UnableToAccessSecretException) OrigErr ¶
func (s *UnableToAccessSecretException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnableToAccessSecretException) RequestID ¶
func (s *UnableToAccessSecretException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnableToAccessSecretException) StatusCode ¶
func (s *UnableToAccessSecretException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnableToAccessSecretException) String ¶
func (s UnableToAccessSecretException) 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 UnableToDecryptSecretValueException ¶
type UnableToDecryptSecretValueException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.
func (*UnableToDecryptSecretValueException) Code ¶
func (s *UnableToDecryptSecretValueException) Code() string
Code returns the exception type name.
func (*UnableToDecryptSecretValueException) Error ¶
func (s *UnableToDecryptSecretValueException) Error() string
func (UnableToDecryptSecretValueException) GoString ¶
func (s UnableToDecryptSecretValueException) 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 (*UnableToDecryptSecretValueException) Message ¶
func (s *UnableToDecryptSecretValueException) Message() string
Message returns the exception's message.
func (*UnableToDecryptSecretValueException) OrigErr ¶
func (s *UnableToDecryptSecretValueException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnableToDecryptSecretValueException) RequestID ¶
func (s *UnableToDecryptSecretValueException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnableToDecryptSecretValueException) StatusCode ¶
func (s *UnableToDecryptSecretValueException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnableToDecryptSecretValueException) String ¶
func (s UnableToDecryptSecretValueException) 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 UnableToGetUpstreamImageException ¶
type UnableToGetUpstreamImageException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The image or images were unable to be pulled using the pull through cache rule. This is usually caused because of an issue with the Secrets Manager secret containing the credentials for the upstream registry.
func (*UnableToGetUpstreamImageException) Code ¶
func (s *UnableToGetUpstreamImageException) Code() string
Code returns the exception type name.
func (*UnableToGetUpstreamImageException) Error ¶
func (s *UnableToGetUpstreamImageException) Error() string
func (UnableToGetUpstreamImageException) GoString ¶
func (s UnableToGetUpstreamImageException) 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 (*UnableToGetUpstreamImageException) Message ¶
func (s *UnableToGetUpstreamImageException) Message() string
Message returns the exception's message.
func (*UnableToGetUpstreamImageException) OrigErr ¶
func (s *UnableToGetUpstreamImageException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnableToGetUpstreamImageException) RequestID ¶
func (s *UnableToGetUpstreamImageException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnableToGetUpstreamImageException) StatusCode ¶
func (s *UnableToGetUpstreamImageException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnableToGetUpstreamImageException) String ¶
func (s UnableToGetUpstreamImageException) 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 UnableToGetUpstreamLayerException ¶
type UnableToGetUpstreamLayerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was an issue getting the upstream layer matching the pull through cache rule.
func (*UnableToGetUpstreamLayerException) Code ¶
func (s *UnableToGetUpstreamLayerException) Code() string
Code returns the exception type name.
func (*UnableToGetUpstreamLayerException) Error ¶
func (s *UnableToGetUpstreamLayerException) Error() string
func (UnableToGetUpstreamLayerException) GoString ¶
func (s UnableToGetUpstreamLayerException) 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 (*UnableToGetUpstreamLayerException) Message ¶
func (s *UnableToGetUpstreamLayerException) Message() string
Message returns the exception's message.
func (*UnableToGetUpstreamLayerException) OrigErr ¶
func (s *UnableToGetUpstreamLayerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnableToGetUpstreamLayerException) RequestID ¶
func (s *UnableToGetUpstreamLayerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnableToGetUpstreamLayerException) StatusCode ¶
func (s *UnableToGetUpstreamLayerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnableToGetUpstreamLayerException) String ¶
func (s UnableToGetUpstreamLayerException) 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 UnsupportedImageTypeException ¶
type UnsupportedImageTypeException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The image is of a type that cannot be scanned.
func (*UnsupportedImageTypeException) Code ¶
func (s *UnsupportedImageTypeException) Code() string
Code returns the exception type name.
func (*UnsupportedImageTypeException) Error ¶
func (s *UnsupportedImageTypeException) Error() string
func (UnsupportedImageTypeException) GoString ¶
func (s UnsupportedImageTypeException) 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 (*UnsupportedImageTypeException) Message ¶
func (s *UnsupportedImageTypeException) Message() string
Message returns the exception's message.
func (*UnsupportedImageTypeException) OrigErr ¶
func (s *UnsupportedImageTypeException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnsupportedImageTypeException) RequestID ¶
func (s *UnsupportedImageTypeException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnsupportedImageTypeException) StatusCode ¶
func (s *UnsupportedImageTypeException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnsupportedImageTypeException) String ¶
func (s UnsupportedImageTypeException) 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 UnsupportedUpstreamRegistryException ¶
type UnsupportedUpstreamRegistryException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified upstream registry isn't supported.
func (*UnsupportedUpstreamRegistryException) Code ¶
func (s *UnsupportedUpstreamRegistryException) Code() string
Code returns the exception type name.
func (*UnsupportedUpstreamRegistryException) Error ¶
func (s *UnsupportedUpstreamRegistryException) Error() string
func (UnsupportedUpstreamRegistryException) GoString ¶
func (s UnsupportedUpstreamRegistryException) 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 (*UnsupportedUpstreamRegistryException) Message ¶
func (s *UnsupportedUpstreamRegistryException) Message() string
Message returns the exception's message.
func (*UnsupportedUpstreamRegistryException) OrigErr ¶
func (s *UnsupportedUpstreamRegistryException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnsupportedUpstreamRegistryException) RequestID ¶
func (s *UnsupportedUpstreamRegistryException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnsupportedUpstreamRegistryException) StatusCode ¶
func (s *UnsupportedUpstreamRegistryException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnsupportedUpstreamRegistryException) String ¶
func (s UnsupportedUpstreamRegistryException) 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 UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource from which to remove tags. // Currently, the only supported resource is an Amazon ECR repository. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The keys of the tags to be removed. // // TagKeys is a required field TagKeys []*string `locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) 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 (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) 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 (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) 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 (UntagResourceOutput) String ¶
func (s UntagResourceOutput) 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 UpdatePullThroughCacheRuleInput ¶
type UpdatePullThroughCacheRuleInput struct { // The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret that identifies the credentials to authenticate to the upstream registry. // // CredentialArn is a required field CredentialArn *string `locationName:"credentialArn" min:"50" type:"string" required:"true"` // 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 associated // with 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 (UpdatePullThroughCacheRuleInput) GoString ¶
func (s UpdatePullThroughCacheRuleInput) 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 (*UpdatePullThroughCacheRuleInput) SetCredentialArn ¶
func (s *UpdatePullThroughCacheRuleInput) SetCredentialArn(v string) *UpdatePullThroughCacheRuleInput
SetCredentialArn sets the CredentialArn field's value.
func (*UpdatePullThroughCacheRuleInput) SetEcrRepositoryPrefix ¶
func (s *UpdatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *UpdatePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*UpdatePullThroughCacheRuleInput) SetRegistryId ¶
func (s *UpdatePullThroughCacheRuleInput) SetRegistryId(v string) *UpdatePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (UpdatePullThroughCacheRuleInput) String ¶
func (s UpdatePullThroughCacheRuleInput) 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 (*UpdatePullThroughCacheRuleInput) Validate ¶
func (s *UpdatePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePullThroughCacheRuleOutput ¶
type UpdatePullThroughCacheRuleOutput struct { // The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret associated with the pull through cache rule. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // 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 date and time, in JavaScript date format, when the pull through cache // rule was updated. UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp"` // contains filtered or unexported fields }
func (UpdatePullThroughCacheRuleOutput) GoString ¶
func (s UpdatePullThroughCacheRuleOutput) 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 (*UpdatePullThroughCacheRuleOutput) SetCredentialArn ¶
func (s *UpdatePullThroughCacheRuleOutput) SetCredentialArn(v string) *UpdatePullThroughCacheRuleOutput
SetCredentialArn sets the CredentialArn field's value.
func (*UpdatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶
func (s *UpdatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *UpdatePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*UpdatePullThroughCacheRuleOutput) SetRegistryId ¶
func (s *UpdatePullThroughCacheRuleOutput) SetRegistryId(v string) *UpdatePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*UpdatePullThroughCacheRuleOutput) SetUpdatedAt ¶
func (s *UpdatePullThroughCacheRuleOutput) SetUpdatedAt(v time.Time) *UpdatePullThroughCacheRuleOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (UpdatePullThroughCacheRuleOutput) String ¶
func (s UpdatePullThroughCacheRuleOutput) 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 UploadLayerPartInput ¶
type UploadLayerPartInput struct { // The base64-encoded layer part payload. // LayerPartBlob is automatically base64 encoded/decoded by the SDK. // // LayerPartBlob is a required field LayerPartBlob []byte `locationName:"layerPartBlob" type:"blob" required:"true"` // The position of the first byte of the layer part witin the overall image // layer. // // PartFirstByte is a required field PartFirstByte *int64 `locationName:"partFirstByte" type:"long" required:"true"` // The position of the last byte of the layer part within the overall image // layer. // // PartLastByte is a required field PartLastByte *int64 `locationName:"partLastByte" type:"long" required:"true"` // The Amazon Web Services account ID associated with the registry to which // you are uploading layer parts. If you do not specify a registry, the default // registry is assumed. RegistryId *string `locationName:"registryId" type:"string"` // The name of the repository to which you are uploading layer parts. // // RepositoryName is a required field RepositoryName *string `locationName:"repositoryName" min:"2" type:"string" required:"true"` // The upload ID from a previous InitiateLayerUpload operation to associate // with the layer part upload. // // UploadId is a required field UploadId *string `locationName:"uploadId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UploadLayerPartInput) GoString ¶
func (s UploadLayerPartInput) 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 (*UploadLayerPartInput) SetLayerPartBlob ¶
func (s *UploadLayerPartInput) SetLayerPartBlob(v []byte) *UploadLayerPartInput
SetLayerPartBlob sets the LayerPartBlob field's value.
func (*UploadLayerPartInput) SetPartFirstByte ¶
func (s *UploadLayerPartInput) SetPartFirstByte(v int64) *UploadLayerPartInput
SetPartFirstByte sets the PartFirstByte field's value.
func (*UploadLayerPartInput) SetPartLastByte ¶
func (s *UploadLayerPartInput) SetPartLastByte(v int64) *UploadLayerPartInput
SetPartLastByte sets the PartLastByte field's value.
func (*UploadLayerPartInput) SetRegistryId ¶
func (s *UploadLayerPartInput) SetRegistryId(v string) *UploadLayerPartInput
SetRegistryId sets the RegistryId field's value.
func (*UploadLayerPartInput) SetRepositoryName ¶
func (s *UploadLayerPartInput) SetRepositoryName(v string) *UploadLayerPartInput
SetRepositoryName sets the RepositoryName field's value.
func (*UploadLayerPartInput) SetUploadId ¶
func (s *UploadLayerPartInput) SetUploadId(v string) *UploadLayerPartInput
SetUploadId sets the UploadId field's value.
func (UploadLayerPartInput) String ¶
func (s UploadLayerPartInput) String() string
String returns the string representation.
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 (*UploadLayerPartInput) Validate ¶
func (s *UploadLayerPartInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadLayerPartOutput ¶
type UploadLayerPartOutput struct { // The integer value of the last byte received in the request. LastByteReceived *int64 `locationName:"lastByteReceived" type:"long"` // The registry ID associated with the request. RegistryId *string `locationName:"registryId" type:"string"` // The repository name associated with the request. RepositoryName *string `locationName:"repositoryName" min:"2" type:"string"` // The upload ID associated with the request. UploadId *string `locationName:"uploadId" type:"string"` // contains filtered or unexported fields }
func (UploadLayerPartOutput) GoString ¶
func (s UploadLayerPartOutput) 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 (*UploadLayerPartOutput) SetLastByteReceived ¶
func (s *UploadLayerPartOutput) SetLastByteReceived(v int64) *UploadLayerPartOutput
SetLastByteReceived sets the LastByteReceived field's value.
func (*UploadLayerPartOutput) SetRegistryId ¶
func (s *UploadLayerPartOutput) SetRegistryId(v string) *UploadLayerPartOutput
SetRegistryId sets the RegistryId field's value.
func (*UploadLayerPartOutput) SetRepositoryName ¶
func (s *UploadLayerPartOutput) SetRepositoryName(v string) *UploadLayerPartOutput
SetRepositoryName sets the RepositoryName field's value.
func (*UploadLayerPartOutput) SetUploadId ¶
func (s *UploadLayerPartOutput) SetUploadId(v string) *UploadLayerPartOutput
SetUploadId sets the UploadId field's value.
func (UploadLayerPartOutput) String ¶
func (s UploadLayerPartOutput) String() string
String returns the string representation.
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 UploadNotFoundException ¶
type UploadNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The error message associated with the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The upload could not be found, or the specified upload ID is not valid for this repository.
func (*UploadNotFoundException) Code ¶
func (s *UploadNotFoundException) Code() string
Code returns the exception type name.
func (*UploadNotFoundException) Error ¶
func (s *UploadNotFoundException) Error() string
func (UploadNotFoundException) GoString ¶
func (s UploadNotFoundException) 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 (*UploadNotFoundException) Message ¶
func (s *UploadNotFoundException) Message() string
Message returns the exception's message.
func (*UploadNotFoundException) OrigErr ¶
func (s *UploadNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UploadNotFoundException) RequestID ¶
func (s *UploadNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UploadNotFoundException) StatusCode ¶
func (s *UploadNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UploadNotFoundException) String ¶
func (s UploadNotFoundException) 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 ValidatePullThroughCacheRuleInput ¶
type ValidatePullThroughCacheRuleInput struct { // The repository name prefix associated with the pull through cache rule. // // EcrRepositoryPrefix is a required field EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string" required:"true"` // The registry ID associated with 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 (ValidatePullThroughCacheRuleInput) GoString ¶
func (s ValidatePullThroughCacheRuleInput) 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 (*ValidatePullThroughCacheRuleInput) SetEcrRepositoryPrefix ¶
func (s *ValidatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *ValidatePullThroughCacheRuleInput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*ValidatePullThroughCacheRuleInput) SetRegistryId ¶
func (s *ValidatePullThroughCacheRuleInput) SetRegistryId(v string) *ValidatePullThroughCacheRuleInput
SetRegistryId sets the RegistryId field's value.
func (ValidatePullThroughCacheRuleInput) String ¶
func (s ValidatePullThroughCacheRuleInput) 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 (*ValidatePullThroughCacheRuleInput) Validate ¶
func (s *ValidatePullThroughCacheRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ValidatePullThroughCacheRuleOutput ¶
type ValidatePullThroughCacheRuleOutput struct { // The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager // secret associated with the pull through cache rule. CredentialArn *string `locationName:"credentialArn" min:"50" type:"string"` // The Amazon ECR repository prefix associated with the pull through cache rule. EcrRepositoryPrefix *string `locationName:"ecrRepositoryPrefix" min:"2" type:"string"` // The reason the validation failed. For more details about possible causes // and how to address them, see Using pull through cache rules (https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html) // in the Amazon Elastic Container Registry User Guide. Failure *string `locationName:"failure" type:"string"` // Whether or not the pull through cache rule was validated. If true, Amazon // ECR was able to reach the upstream registry and authentication was successful. // If false, there was an issue and validation failed. The failure reason indicates // the cause. IsValid *bool `locationName:"isValid" type:"boolean"` // 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 (ValidatePullThroughCacheRuleOutput) GoString ¶
func (s ValidatePullThroughCacheRuleOutput) 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 (*ValidatePullThroughCacheRuleOutput) SetCredentialArn ¶
func (s *ValidatePullThroughCacheRuleOutput) SetCredentialArn(v string) *ValidatePullThroughCacheRuleOutput
SetCredentialArn sets the CredentialArn field's value.
func (*ValidatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix ¶
func (s *ValidatePullThroughCacheRuleOutput) SetEcrRepositoryPrefix(v string) *ValidatePullThroughCacheRuleOutput
SetEcrRepositoryPrefix sets the EcrRepositoryPrefix field's value.
func (*ValidatePullThroughCacheRuleOutput) SetFailure ¶
func (s *ValidatePullThroughCacheRuleOutput) SetFailure(v string) *ValidatePullThroughCacheRuleOutput
SetFailure sets the Failure field's value.
func (*ValidatePullThroughCacheRuleOutput) SetIsValid ¶
func (s *ValidatePullThroughCacheRuleOutput) SetIsValid(v bool) *ValidatePullThroughCacheRuleOutput
SetIsValid sets the IsValid field's value.
func (*ValidatePullThroughCacheRuleOutput) SetRegistryId ¶
func (s *ValidatePullThroughCacheRuleOutput) SetRegistryId(v string) *ValidatePullThroughCacheRuleOutput
SetRegistryId sets the RegistryId field's value.
func (*ValidatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl ¶
func (s *ValidatePullThroughCacheRuleOutput) SetUpstreamRegistryUrl(v string) *ValidatePullThroughCacheRuleOutput
SetUpstreamRegistryUrl sets the UpstreamRegistryUrl field's value.
func (ValidatePullThroughCacheRuleOutput) String ¶
func (s ValidatePullThroughCacheRuleOutput) 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 ValidationException ¶
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was an exception validating this request.
func (*ValidationException) Code ¶
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) 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 (*ValidationException) Message ¶
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) 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 VulnerablePackage ¶
type VulnerablePackage struct { // The architecture of the vulnerable package. Arch *string `locationName:"arch" type:"string"` // The epoch of the vulnerable package. Epoch *int64 `locationName:"epoch" type:"integer"` // The file path of the vulnerable package. FilePath *string `locationName:"filePath" type:"string"` // The name of the vulnerable package. Name *string `locationName:"name" type:"string"` // The package manager of the vulnerable package. PackageManager *string `locationName:"packageManager" type:"string"` // The release of the vulnerable package. Release *string `locationName:"release" type:"string"` // The source layer hash of the vulnerable package. SourceLayerHash *string `locationName:"sourceLayerHash" type:"string"` // The version of the vulnerable package. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
Information on the vulnerable package identified by a finding.
func (VulnerablePackage) GoString ¶
func (s VulnerablePackage) 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 (*VulnerablePackage) SetArch ¶
func (s *VulnerablePackage) SetArch(v string) *VulnerablePackage
SetArch sets the Arch field's value.
func (*VulnerablePackage) SetEpoch ¶
func (s *VulnerablePackage) SetEpoch(v int64) *VulnerablePackage
SetEpoch sets the Epoch field's value.
func (*VulnerablePackage) SetFilePath ¶
func (s *VulnerablePackage) SetFilePath(v string) *VulnerablePackage
SetFilePath sets the FilePath field's value.
func (*VulnerablePackage) SetName ¶
func (s *VulnerablePackage) SetName(v string) *VulnerablePackage
SetName sets the Name field's value.
func (*VulnerablePackage) SetPackageManager ¶
func (s *VulnerablePackage) SetPackageManager(v string) *VulnerablePackage
SetPackageManager sets the PackageManager field's value.
func (*VulnerablePackage) SetRelease ¶
func (s *VulnerablePackage) SetRelease(v string) *VulnerablePackage
SetRelease sets the Release field's value.
func (*VulnerablePackage) SetSourceLayerHash ¶
func (s *VulnerablePackage) SetSourceLayerHash(v string) *VulnerablePackage
SetSourceLayerHash sets the SourceLayerHash field's value.
func (*VulnerablePackage) SetVersion ¶
func (s *VulnerablePackage) SetVersion(v string) *VulnerablePackage
SetVersion sets the Version field's value.
func (VulnerablePackage) String ¶
func (s VulnerablePackage) 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".