Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const EncryptionTypeAes256 + const EncryptionTypeKms + const EndpointsID + const ErrCodeEmptyUploadException + const ErrCodeImageAlreadyExistsException + const ErrCodeImageDigestDoesNotMatchException + const ErrCodeImageNotFoundException + const ErrCodeImageTagAlreadyExistsException + const ErrCodeInvalidLayerException + const ErrCodeInvalidLayerPartException + const ErrCodeInvalidParameterException + const ErrCodeInvalidTagParameterException + const ErrCodeKmsException + const ErrCodeLayerAlreadyExistsException + const ErrCodeLayerInaccessibleException + const ErrCodeLayerPartTooSmallException + const ErrCodeLayersNotFoundException + const ErrCodeLifecyclePolicyNotFoundException + const ErrCodeLifecyclePolicyPreviewInProgressException + const ErrCodeLifecyclePolicyPreviewNotFoundException + const ErrCodeLimitExceededException + const ErrCodePullThroughCacheRuleAlreadyExistsException + const ErrCodePullThroughCacheRuleNotFoundException + const ErrCodeReferencedImagesNotFoundException + const ErrCodeRegistryPolicyNotFoundException + const ErrCodeRepositoryAlreadyExistsException + const ErrCodeRepositoryNotEmptyException + const ErrCodeRepositoryNotFoundException + const ErrCodeRepositoryPolicyNotFoundException + const ErrCodeScanNotFoundException + const ErrCodeSecretNotFoundException + const ErrCodeServerException + const ErrCodeTooManyTagsException + const ErrCodeUnableToAccessSecretException + const ErrCodeUnableToDecryptSecretValueException + const ErrCodeUnableToGetUpstreamImageException + const ErrCodeUnableToGetUpstreamLayerException + const ErrCodeUnsupportedImageTypeException + const ErrCodeUnsupportedUpstreamRegistryException + const ErrCodeUploadNotFoundException + const ErrCodeValidationException + const FindingSeverityCritical + const FindingSeverityHigh + const FindingSeverityInformational + const FindingSeverityLow + const FindingSeverityMedium + const FindingSeverityUndefined + const ImageActionTypeExpire + const ImageFailureCodeImageNotFound + const ImageFailureCodeImageReferencedByManifestList + const ImageFailureCodeImageTagDoesNotMatchDigest + const ImageFailureCodeInvalidImageDigest + const ImageFailureCodeInvalidImageTag + const ImageFailureCodeKmsError + const ImageFailureCodeMissingDigestAndTag + const ImageFailureCodeUpstreamAccessDenied + const ImageFailureCodeUpstreamTooManyRequests + const ImageFailureCodeUpstreamUnavailable + const ImageTagMutabilityImmutable + const ImageTagMutabilityMutable + const LayerAvailabilityAvailable + const LayerAvailabilityUnavailable + const LayerFailureCodeInvalidLayerDigest + const LayerFailureCodeMissingLayerDigest + const LifecyclePolicyPreviewStatusComplete + const LifecyclePolicyPreviewStatusExpired + const LifecyclePolicyPreviewStatusFailed + const LifecyclePolicyPreviewStatusInProgress + const ReplicationStatusComplete + const ReplicationStatusFailed + const ReplicationStatusInProgress + const RepositoryFilterTypePrefixMatch + const ScanFrequencyContinuousScan + const ScanFrequencyManual + const ScanFrequencyScanOnPush + const ScanStatusActive + const ScanStatusComplete + const ScanStatusFailed + const ScanStatusFindingsUnavailable + const ScanStatusInProgress + const ScanStatusPending + const ScanStatusScanEligibilityExpired + const ScanStatusUnsupportedImage + const ScanTypeBasic + const ScanTypeEnhanced + const ScanningConfigurationFailureCodeRepositoryNotFound + const ScanningRepositoryFilterTypeWildcard + const ServiceID + const ServiceName + const TagStatusAny + const TagStatusTagged + const TagStatusUntagged + const UpstreamRegistryAzureContainerRegistry + const UpstreamRegistryDockerHub + const UpstreamRegistryEcrPublic + const UpstreamRegistryGithubContainerRegistry + const UpstreamRegistryK8s + const UpstreamRegistryQuay + 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 struct + Key *string + Value *string + func (s *Attribute) SetKey(v string) *Attribute + func (s *Attribute) SetValue(v string) *Attribute + func (s Attribute) GoString() string + func (s Attribute) String() string + type AuthorizationData struct + AuthorizationToken *string + ExpiresAt *time.Time + ProxyEndpoint *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) GoString() string + func (s AuthorizationData) String() string + type AwsEcrContainerImageDetails struct + Architecture *string + Author *string + ImageHash *string + ImageTags []*string + Platform *string + PushedAt *time.Time + Registry *string + RepositoryName *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) GoString() string + func (s AwsEcrContainerImageDetails) String() string + type BatchCheckLayerAvailabilityInput struct + LayerDigests []*string + RegistryId *string + RepositoryName *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) Validate() error + func (s BatchCheckLayerAvailabilityInput) GoString() string + func (s BatchCheckLayerAvailabilityInput) String() string + type BatchCheckLayerAvailabilityOutput struct + Failures []*LayerFailure + Layers []*Layer + func (s *BatchCheckLayerAvailabilityOutput) SetFailures(v []*LayerFailure) *BatchCheckLayerAvailabilityOutput + func (s *BatchCheckLayerAvailabilityOutput) SetLayers(v []*Layer) *BatchCheckLayerAvailabilityOutput + func (s BatchCheckLayerAvailabilityOutput) GoString() string + func (s BatchCheckLayerAvailabilityOutput) String() string + type BatchDeleteImageInput struct + ImageIds []*ImageIdentifier + RegistryId *string + RepositoryName *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) Validate() error + func (s BatchDeleteImageInput) GoString() string + func (s BatchDeleteImageInput) String() string + type BatchDeleteImageOutput struct + Failures []*ImageFailure + ImageIds []*ImageIdentifier + func (s *BatchDeleteImageOutput) SetFailures(v []*ImageFailure) *BatchDeleteImageOutput + func (s *BatchDeleteImageOutput) SetImageIds(v []*ImageIdentifier) *BatchDeleteImageOutput + func (s BatchDeleteImageOutput) GoString() string + func (s BatchDeleteImageOutput) String() string + type BatchGetImageInput struct + AcceptedMediaTypes []*string + ImageIds []*ImageIdentifier + RegistryId *string + RepositoryName *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) Validate() error + func (s BatchGetImageInput) GoString() string + func (s BatchGetImageInput) String() string + type BatchGetImageOutput struct + Failures []*ImageFailure + Images []*Image + func (s *BatchGetImageOutput) SetFailures(v []*ImageFailure) *BatchGetImageOutput + func (s *BatchGetImageOutput) SetImages(v []*Image) *BatchGetImageOutput + func (s BatchGetImageOutput) GoString() string + func (s BatchGetImageOutput) String() string + type BatchGetRepositoryScanningConfigurationInput struct + RepositoryNames []*string + func (s *BatchGetRepositoryScanningConfigurationInput) SetRepositoryNames(v []*string) *BatchGetRepositoryScanningConfigurationInput + func (s *BatchGetRepositoryScanningConfigurationInput) Validate() error + func (s BatchGetRepositoryScanningConfigurationInput) GoString() string + func (s BatchGetRepositoryScanningConfigurationInput) String() string + type BatchGetRepositoryScanningConfigurationOutput struct + Failures []*RepositoryScanningConfigurationFailure + ScanningConfigurations []*RepositoryScanningConfiguration + func (s *BatchGetRepositoryScanningConfigurationOutput) SetFailures(v []*RepositoryScanningConfigurationFailure) *BatchGetRepositoryScanningConfigurationOutput + func (s *BatchGetRepositoryScanningConfigurationOutput) SetScanningConfigurations(v []*RepositoryScanningConfiguration) *BatchGetRepositoryScanningConfigurationOutput + func (s BatchGetRepositoryScanningConfigurationOutput) GoString() string + func (s BatchGetRepositoryScanningConfigurationOutput) String() string + type CompleteLayerUploadInput struct + LayerDigests []*string + RegistryId *string + RepositoryName *string + UploadId *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) Validate() error + func (s CompleteLayerUploadInput) GoString() string + func (s CompleteLayerUploadInput) String() string + type CompleteLayerUploadOutput struct + LayerDigest *string + RegistryId *string + RepositoryName *string + UploadId *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) GoString() string + func (s CompleteLayerUploadOutput) String() string + type CreatePullThroughCacheRuleInput struct + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *string + UpstreamRegistry *string + UpstreamRegistryUrl *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) Validate() error + func (s CreatePullThroughCacheRuleInput) GoString() string + func (s CreatePullThroughCacheRuleInput) String() string + type CreatePullThroughCacheRuleOutput struct + CreatedAt *time.Time + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *string + UpstreamRegistry *string + UpstreamRegistryUrl *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) GoString() string + func (s CreatePullThroughCacheRuleOutput) String() string + type CreateRepositoryInput struct + EncryptionConfiguration *EncryptionConfiguration + ImageScanningConfiguration *ImageScanningConfiguration + ImageTagMutability *string + RegistryId *string + RepositoryName *string + Tags []*Tag + 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) Validate() error + func (s CreateRepositoryInput) GoString() string + func (s CreateRepositoryInput) String() string + type CreateRepositoryOutput struct + Repository *Repository + func (s *CreateRepositoryOutput) SetRepository(v *Repository) *CreateRepositoryOutput + func (s CreateRepositoryOutput) GoString() string + func (s CreateRepositoryOutput) String() string + type CvssScore struct + BaseScore *float64 + ScoringVector *string + Source *string + Version *string + func (s *CvssScore) SetBaseScore(v float64) *CvssScore + func (s *CvssScore) SetScoringVector(v string) *CvssScore + func (s *CvssScore) SetSource(v string) *CvssScore + func (s *CvssScore) SetVersion(v string) *CvssScore + func (s CvssScore) GoString() string + func (s CvssScore) String() string + type CvssScoreAdjustment struct + Metric *string + Reason *string + func (s *CvssScoreAdjustment) SetMetric(v string) *CvssScoreAdjustment + func (s *CvssScoreAdjustment) SetReason(v string) *CvssScoreAdjustment + func (s CvssScoreAdjustment) GoString() string + func (s CvssScoreAdjustment) String() string + type CvssScoreDetails struct + Adjustments []*CvssScoreAdjustment + Score *float64 + ScoreSource *string + ScoringVector *string + Version *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) GoString() string + func (s CvssScoreDetails) String() string + type DeleteLifecyclePolicyInput struct + RegistryId *string + RepositoryName *string + func (s *DeleteLifecyclePolicyInput) SetRegistryId(v string) *DeleteLifecyclePolicyInput + func (s *DeleteLifecyclePolicyInput) SetRepositoryName(v string) *DeleteLifecyclePolicyInput + func (s *DeleteLifecyclePolicyInput) Validate() error + func (s DeleteLifecyclePolicyInput) GoString() string + func (s DeleteLifecyclePolicyInput) String() string + type DeleteLifecyclePolicyOutput struct + LastEvaluatedAt *time.Time + LifecyclePolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s DeleteLifecyclePolicyOutput) String() string + type DeletePullThroughCacheRuleInput struct + EcrRepositoryPrefix *string + RegistryId *string + func (s *DeletePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *DeletePullThroughCacheRuleInput + func (s *DeletePullThroughCacheRuleInput) SetRegistryId(v string) *DeletePullThroughCacheRuleInput + func (s *DeletePullThroughCacheRuleInput) Validate() error + func (s DeletePullThroughCacheRuleInput) GoString() string + func (s DeletePullThroughCacheRuleInput) String() string + type DeletePullThroughCacheRuleOutput struct + CreatedAt *time.Time + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *string + UpstreamRegistryUrl *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) GoString() string + func (s DeletePullThroughCacheRuleOutput) String() string + type DeleteRegistryPolicyInput struct + func (s DeleteRegistryPolicyInput) GoString() string + func (s DeleteRegistryPolicyInput) String() string + type DeleteRegistryPolicyOutput struct + PolicyText *string + RegistryId *string + func (s *DeleteRegistryPolicyOutput) SetPolicyText(v string) *DeleteRegistryPolicyOutput + func (s *DeleteRegistryPolicyOutput) SetRegistryId(v string) *DeleteRegistryPolicyOutput + func (s DeleteRegistryPolicyOutput) GoString() string + func (s DeleteRegistryPolicyOutput) String() string + type DeleteRepositoryInput struct + Force *bool + RegistryId *string + RepositoryName *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) Validate() error + func (s DeleteRepositoryInput) GoString() string + func (s DeleteRepositoryInput) String() string + type DeleteRepositoryOutput struct + Repository *Repository + func (s *DeleteRepositoryOutput) SetRepository(v *Repository) *DeleteRepositoryOutput + func (s DeleteRepositoryOutput) GoString() string + func (s DeleteRepositoryOutput) String() string + type DeleteRepositoryPolicyInput struct + RegistryId *string + RepositoryName *string + func (s *DeleteRepositoryPolicyInput) SetRegistryId(v string) *DeleteRepositoryPolicyInput + func (s *DeleteRepositoryPolicyInput) SetRepositoryName(v string) *DeleteRepositoryPolicyInput + func (s *DeleteRepositoryPolicyInput) Validate() error + func (s DeleteRepositoryPolicyInput) GoString() string + func (s DeleteRepositoryPolicyInput) String() string + type DeleteRepositoryPolicyOutput struct + PolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s DeleteRepositoryPolicyOutput) String() string + type DescribeImageReplicationStatusInput struct + ImageId *ImageIdentifier + RegistryId *string + RepositoryName *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) Validate() error + func (s DescribeImageReplicationStatusInput) GoString() string + func (s DescribeImageReplicationStatusInput) String() string + type DescribeImageReplicationStatusOutput struct + ImageId *ImageIdentifier + ReplicationStatuses []*ImageReplicationStatus + RepositoryName *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) GoString() string + func (s DescribeImageReplicationStatusOutput) String() string + type DescribeImageScanFindingsInput struct + ImageId *ImageIdentifier + MaxResults *int64 + NextToken *string + RegistryId *string + RepositoryName *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) Validate() error + func (s DescribeImageScanFindingsInput) GoString() string + func (s DescribeImageScanFindingsInput) String() string + type DescribeImageScanFindingsOutput struct + ImageId *ImageIdentifier + ImageScanFindings *ImageScanFindings + ImageScanStatus *ImageScanStatus + NextToken *string + RegistryId *string + RepositoryName *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) GoString() string + func (s DescribeImageScanFindingsOutput) String() string + type DescribeImagesFilter struct + TagStatus *string + func (s *DescribeImagesFilter) SetTagStatus(v string) *DescribeImagesFilter + func (s DescribeImagesFilter) GoString() string + func (s DescribeImagesFilter) String() string + type DescribeImagesInput struct + Filter *DescribeImagesFilter + ImageIds []*ImageIdentifier + MaxResults *int64 + NextToken *string + RegistryId *string + RepositoryName *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) Validate() error + func (s DescribeImagesInput) GoString() string + func (s DescribeImagesInput) String() string + type DescribeImagesOutput struct + ImageDetails []*ImageDetail + NextToken *string + func (s *DescribeImagesOutput) SetImageDetails(v []*ImageDetail) *DescribeImagesOutput + func (s *DescribeImagesOutput) SetNextToken(v string) *DescribeImagesOutput + func (s DescribeImagesOutput) GoString() string + func (s DescribeImagesOutput) String() string + type DescribePullThroughCacheRulesInput struct + EcrRepositoryPrefixes []*string + MaxResults *int64 + NextToken *string + RegistryId *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) Validate() error + func (s DescribePullThroughCacheRulesInput) GoString() string + func (s DescribePullThroughCacheRulesInput) String() string + type DescribePullThroughCacheRulesOutput struct + NextToken *string + PullThroughCacheRules []*PullThroughCacheRule + func (s *DescribePullThroughCacheRulesOutput) SetNextToken(v string) *DescribePullThroughCacheRulesOutput + func (s *DescribePullThroughCacheRulesOutput) SetPullThroughCacheRules(v []*PullThroughCacheRule) *DescribePullThroughCacheRulesOutput + func (s DescribePullThroughCacheRulesOutput) GoString() string + func (s DescribePullThroughCacheRulesOutput) String() string + type DescribeRegistryInput struct + func (s DescribeRegistryInput) GoString() string + func (s DescribeRegistryInput) String() string + type DescribeRegistryOutput struct + RegistryId *string + ReplicationConfiguration *ReplicationConfiguration + func (s *DescribeRegistryOutput) SetRegistryId(v string) *DescribeRegistryOutput + func (s *DescribeRegistryOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *DescribeRegistryOutput + func (s DescribeRegistryOutput) GoString() string + func (s DescribeRegistryOutput) String() string + type DescribeRepositoriesInput struct + MaxResults *int64 + NextToken *string + RegistryId *string + RepositoryNames []*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) Validate() error + func (s DescribeRepositoriesInput) GoString() string + func (s DescribeRepositoriesInput) String() string + type DescribeRepositoriesOutput struct + NextToken *string + Repositories []*Repository + func (s *DescribeRepositoriesOutput) SetNextToken(v string) *DescribeRepositoriesOutput + func (s *DescribeRepositoriesOutput) SetRepositories(v []*Repository) *DescribeRepositoriesOutput + func (s DescribeRepositoriesOutput) GoString() string + func (s DescribeRepositoriesOutput) String() string + type ECR struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *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 struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EmptyUploadException) Code() string + func (s *EmptyUploadException) Error() string + func (s *EmptyUploadException) Message() string + func (s *EmptyUploadException) OrigErr() error + func (s *EmptyUploadException) RequestID() string + func (s *EmptyUploadException) StatusCode() int + func (s EmptyUploadException) GoString() string + func (s EmptyUploadException) String() string + type EncryptionConfiguration struct + EncryptionType *string + KmsKey *string + func (s *EncryptionConfiguration) SetEncryptionType(v string) *EncryptionConfiguration + func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration + func (s *EncryptionConfiguration) Validate() error + func (s EncryptionConfiguration) GoString() string + func (s EncryptionConfiguration) String() string + type EnhancedImageScanFinding struct + AwsAccountId *string + Description *string + FindingArn *string + FirstObservedAt *time.Time + LastObservedAt *time.Time + PackageVulnerabilityDetails *PackageVulnerabilityDetails + Remediation *Remediation + Resources []*Resource + Score *float64 + ScoreDetails *ScoreDetails + Severity *string + Status *string + Title *string + Type *string + UpdatedAt *time.Time + 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) GoString() string + func (s EnhancedImageScanFinding) String() string + type GetAuthorizationTokenInput struct + RegistryIds []*string + func (s *GetAuthorizationTokenInput) SetRegistryIds(v []*string) *GetAuthorizationTokenInput + func (s *GetAuthorizationTokenInput) Validate() error + func (s GetAuthorizationTokenInput) GoString() string + func (s GetAuthorizationTokenInput) String() string + type GetAuthorizationTokenOutput struct + AuthorizationData []*AuthorizationData + func (s *GetAuthorizationTokenOutput) SetAuthorizationData(v []*AuthorizationData) *GetAuthorizationTokenOutput + func (s GetAuthorizationTokenOutput) GoString() string + func (s GetAuthorizationTokenOutput) String() string + type GetDownloadUrlForLayerInput struct + LayerDigest *string + RegistryId *string + RepositoryName *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) Validate() error + func (s GetDownloadUrlForLayerInput) GoString() string + func (s GetDownloadUrlForLayerInput) String() string + type GetDownloadUrlForLayerOutput struct + DownloadUrl *string + LayerDigest *string + func (s *GetDownloadUrlForLayerOutput) SetDownloadUrl(v string) *GetDownloadUrlForLayerOutput + func (s *GetDownloadUrlForLayerOutput) SetLayerDigest(v string) *GetDownloadUrlForLayerOutput + func (s GetDownloadUrlForLayerOutput) GoString() string + func (s GetDownloadUrlForLayerOutput) String() string + type GetLifecyclePolicyInput struct + RegistryId *string + RepositoryName *string + func (s *GetLifecyclePolicyInput) SetRegistryId(v string) *GetLifecyclePolicyInput + func (s *GetLifecyclePolicyInput) SetRepositoryName(v string) *GetLifecyclePolicyInput + func (s *GetLifecyclePolicyInput) Validate() error + func (s GetLifecyclePolicyInput) GoString() string + func (s GetLifecyclePolicyInput) String() string + type GetLifecyclePolicyOutput struct + LastEvaluatedAt *time.Time + LifecyclePolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s GetLifecyclePolicyOutput) String() string + type GetLifecyclePolicyPreviewInput struct + Filter *LifecyclePolicyPreviewFilter + ImageIds []*ImageIdentifier + MaxResults *int64 + NextToken *string + RegistryId *string + RepositoryName *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) Validate() error + func (s GetLifecyclePolicyPreviewInput) GoString() string + func (s GetLifecyclePolicyPreviewInput) String() string + type GetLifecyclePolicyPreviewOutput struct + LifecyclePolicyText *string + NextToken *string + PreviewResults []*LifecyclePolicyPreviewResult + RegistryId *string + RepositoryName *string + Status *string + Summary *LifecyclePolicyPreviewSummary + 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) GoString() string + func (s GetLifecyclePolicyPreviewOutput) String() string + type GetRegistryPolicyInput struct + func (s GetRegistryPolicyInput) GoString() string + func (s GetRegistryPolicyInput) String() string + type GetRegistryPolicyOutput struct + PolicyText *string + RegistryId *string + func (s *GetRegistryPolicyOutput) SetPolicyText(v string) *GetRegistryPolicyOutput + func (s *GetRegistryPolicyOutput) SetRegistryId(v string) *GetRegistryPolicyOutput + func (s GetRegistryPolicyOutput) GoString() string + func (s GetRegistryPolicyOutput) String() string + type GetRegistryScanningConfigurationInput struct + func (s GetRegistryScanningConfigurationInput) GoString() string + func (s GetRegistryScanningConfigurationInput) String() string + type GetRegistryScanningConfigurationOutput struct + RegistryId *string + ScanningConfiguration *RegistryScanningConfiguration + func (s *GetRegistryScanningConfigurationOutput) SetRegistryId(v string) *GetRegistryScanningConfigurationOutput + func (s *GetRegistryScanningConfigurationOutput) SetScanningConfiguration(v *RegistryScanningConfiguration) *GetRegistryScanningConfigurationOutput + func (s GetRegistryScanningConfigurationOutput) GoString() string + func (s GetRegistryScanningConfigurationOutput) String() string + type GetRepositoryPolicyInput struct + RegistryId *string + RepositoryName *string + func (s *GetRepositoryPolicyInput) SetRegistryId(v string) *GetRepositoryPolicyInput + func (s *GetRepositoryPolicyInput) SetRepositoryName(v string) *GetRepositoryPolicyInput + func (s *GetRepositoryPolicyInput) Validate() error + func (s GetRepositoryPolicyInput) GoString() string + func (s GetRepositoryPolicyInput) String() string + type GetRepositoryPolicyOutput struct + PolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s GetRepositoryPolicyOutput) String() string + type Image struct + ImageId *ImageIdentifier + ImageManifest *string + ImageManifestMediaType *string + RegistryId *string + RepositoryName *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) GoString() string + func (s Image) String() string + type ImageAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ImageAlreadyExistsException) Code() string + func (s *ImageAlreadyExistsException) Error() string + func (s *ImageAlreadyExistsException) Message() string + func (s *ImageAlreadyExistsException) OrigErr() error + func (s *ImageAlreadyExistsException) RequestID() string + func (s *ImageAlreadyExistsException) StatusCode() int + func (s ImageAlreadyExistsException) GoString() string + func (s ImageAlreadyExistsException) String() string + type ImageDetail struct + ArtifactMediaType *string + ImageDigest *string + ImageManifestMediaType *string + ImagePushedAt *time.Time + ImageScanFindingsSummary *ImageScanFindingsSummary + ImageScanStatus *ImageScanStatus + ImageSizeInBytes *int64 + ImageTags []*string + LastRecordedPullTime *time.Time + RegistryId *string + RepositoryName *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) GoString() string + func (s ImageDetail) String() string + type ImageDigestDoesNotMatchException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ImageDigestDoesNotMatchException) Code() string + func (s *ImageDigestDoesNotMatchException) Error() string + func (s *ImageDigestDoesNotMatchException) Message() string + func (s *ImageDigestDoesNotMatchException) OrigErr() error + func (s *ImageDigestDoesNotMatchException) RequestID() string + func (s *ImageDigestDoesNotMatchException) StatusCode() int + func (s ImageDigestDoesNotMatchException) GoString() string + func (s ImageDigestDoesNotMatchException) String() string + type ImageFailure struct + FailureCode *string + FailureReason *string + ImageId *ImageIdentifier + func (s *ImageFailure) SetFailureCode(v string) *ImageFailure + func (s *ImageFailure) SetFailureReason(v string) *ImageFailure + func (s *ImageFailure) SetImageId(v *ImageIdentifier) *ImageFailure + func (s ImageFailure) GoString() string + func (s ImageFailure) String() string + type ImageIdentifier struct + ImageDigest *string + ImageTag *string + func (s *ImageIdentifier) SetImageDigest(v string) *ImageIdentifier + func (s *ImageIdentifier) SetImageTag(v string) *ImageIdentifier + func (s *ImageIdentifier) Validate() error + func (s ImageIdentifier) GoString() string + func (s ImageIdentifier) String() string + type ImageNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ImageNotFoundException) Code() string + func (s *ImageNotFoundException) Error() string + func (s *ImageNotFoundException) Message() string + func (s *ImageNotFoundException) OrigErr() error + func (s *ImageNotFoundException) RequestID() string + func (s *ImageNotFoundException) StatusCode() int + func (s ImageNotFoundException) GoString() string + func (s ImageNotFoundException) String() string + type ImageReplicationStatus struct + FailureCode *string + Region *string + RegistryId *string + Status *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) GoString() string + func (s ImageReplicationStatus) String() string + type ImageScanFinding struct + Attributes []*Attribute + Description *string + Name *string + Severity *string + Uri *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) GoString() string + func (s ImageScanFinding) String() string + type ImageScanFindings struct + EnhancedFindings []*EnhancedImageScanFinding + FindingSeverityCounts map[string]*int64 + Findings []*ImageScanFinding + ImageScanCompletedAt *time.Time + VulnerabilitySourceUpdatedAt *time.Time + 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) GoString() string + func (s ImageScanFindings) String() string + type ImageScanFindingsSummary struct + FindingSeverityCounts map[string]*int64 + ImageScanCompletedAt *time.Time + VulnerabilitySourceUpdatedAt *time.Time + 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) GoString() string + func (s ImageScanFindingsSummary) String() string + type ImageScanStatus struct + Description *string + Status *string + func (s *ImageScanStatus) SetDescription(v string) *ImageScanStatus + func (s *ImageScanStatus) SetStatus(v string) *ImageScanStatus + func (s ImageScanStatus) GoString() string + func (s ImageScanStatus) String() string + type ImageScanningConfiguration struct + ScanOnPush *bool + func (s *ImageScanningConfiguration) SetScanOnPush(v bool) *ImageScanningConfiguration + func (s ImageScanningConfiguration) GoString() string + func (s ImageScanningConfiguration) String() string + type ImageTagAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ImageTagAlreadyExistsException) Code() string + func (s *ImageTagAlreadyExistsException) Error() string + func (s *ImageTagAlreadyExistsException) Message() string + func (s *ImageTagAlreadyExistsException) OrigErr() error + func (s *ImageTagAlreadyExistsException) RequestID() string + func (s *ImageTagAlreadyExistsException) StatusCode() int + func (s ImageTagAlreadyExistsException) GoString() string + func (s ImageTagAlreadyExistsException) String() string + type InitiateLayerUploadInput struct + RegistryId *string + RepositoryName *string + func (s *InitiateLayerUploadInput) SetRegistryId(v string) *InitiateLayerUploadInput + func (s *InitiateLayerUploadInput) SetRepositoryName(v string) *InitiateLayerUploadInput + func (s *InitiateLayerUploadInput) Validate() error + func (s InitiateLayerUploadInput) GoString() string + func (s InitiateLayerUploadInput) String() string + type InitiateLayerUploadOutput struct + PartSize *int64 + UploadId *string + func (s *InitiateLayerUploadOutput) SetPartSize(v int64) *InitiateLayerUploadOutput + func (s *InitiateLayerUploadOutput) SetUploadId(v string) *InitiateLayerUploadOutput + func (s InitiateLayerUploadOutput) GoString() string + func (s InitiateLayerUploadOutput) String() string + type InvalidLayerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidLayerException) Code() string + func (s *InvalidLayerException) Error() string + func (s *InvalidLayerException) Message() string + func (s *InvalidLayerException) OrigErr() error + func (s *InvalidLayerException) RequestID() string + func (s *InvalidLayerException) StatusCode() int + func (s InvalidLayerException) GoString() string + func (s InvalidLayerException) String() string + type InvalidLayerPartException struct + LastValidByteReceived *int64 + Message_ *string + RegistryId *string + RepositoryName *string + RespMetadata protocol.ResponseMetadata + UploadId *string + func (s *InvalidLayerPartException) Code() string + func (s *InvalidLayerPartException) Error() string + func (s *InvalidLayerPartException) Message() string + func (s *InvalidLayerPartException) OrigErr() error + func (s *InvalidLayerPartException) RequestID() string + func (s *InvalidLayerPartException) StatusCode() int + func (s InvalidLayerPartException) GoString() string + func (s InvalidLayerPartException) String() string + type InvalidParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterException) Code() string + func (s *InvalidParameterException) Error() string + func (s *InvalidParameterException) Message() string + func (s *InvalidParameterException) OrigErr() error + func (s *InvalidParameterException) RequestID() string + func (s *InvalidParameterException) StatusCode() int + func (s InvalidParameterException) GoString() string + func (s InvalidParameterException) String() string + type InvalidTagParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidTagParameterException) Code() string + func (s *InvalidTagParameterException) Error() string + func (s *InvalidTagParameterException) Message() string + func (s *InvalidTagParameterException) OrigErr() error + func (s *InvalidTagParameterException) RequestID() string + func (s *InvalidTagParameterException) StatusCode() int + func (s InvalidTagParameterException) GoString() string + func (s InvalidTagParameterException) String() string + type KmsException struct + KmsError *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *KmsException) Code() string + func (s *KmsException) Error() string + func (s *KmsException) Message() string + func (s *KmsException) OrigErr() error + func (s *KmsException) RequestID() string + func (s *KmsException) StatusCode() int + func (s KmsException) GoString() string + func (s KmsException) String() string + type Layer struct + LayerAvailability *string + LayerDigest *string + LayerSize *int64 + MediaType *string + func (s *Layer) SetLayerAvailability(v string) *Layer + func (s *Layer) SetLayerDigest(v string) *Layer + func (s *Layer) SetLayerSize(v int64) *Layer + func (s *Layer) SetMediaType(v string) *Layer + func (s Layer) GoString() string + func (s Layer) String() string + type LayerAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LayerAlreadyExistsException) Code() string + func (s *LayerAlreadyExistsException) Error() string + func (s *LayerAlreadyExistsException) Message() string + func (s *LayerAlreadyExistsException) OrigErr() error + func (s *LayerAlreadyExistsException) RequestID() string + func (s *LayerAlreadyExistsException) StatusCode() int + func (s LayerAlreadyExistsException) GoString() string + func (s LayerAlreadyExistsException) String() string + type LayerFailure struct + FailureCode *string + FailureReason *string + LayerDigest *string + func (s *LayerFailure) SetFailureCode(v string) *LayerFailure + func (s *LayerFailure) SetFailureReason(v string) *LayerFailure + func (s *LayerFailure) SetLayerDigest(v string) *LayerFailure + func (s LayerFailure) GoString() string + func (s LayerFailure) String() string + type LayerInaccessibleException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LayerInaccessibleException) Code() string + func (s *LayerInaccessibleException) Error() string + func (s *LayerInaccessibleException) Message() string + func (s *LayerInaccessibleException) OrigErr() error + func (s *LayerInaccessibleException) RequestID() string + func (s *LayerInaccessibleException) StatusCode() int + func (s LayerInaccessibleException) GoString() string + func (s LayerInaccessibleException) String() string + type LayerPartTooSmallException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LayerPartTooSmallException) Code() string + func (s *LayerPartTooSmallException) Error() string + func (s *LayerPartTooSmallException) Message() string + func (s *LayerPartTooSmallException) OrigErr() error + func (s *LayerPartTooSmallException) RequestID() string + func (s *LayerPartTooSmallException) StatusCode() int + func (s LayerPartTooSmallException) GoString() string + func (s LayerPartTooSmallException) String() string + type LayersNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LayersNotFoundException) Code() string + func (s *LayersNotFoundException) Error() string + func (s *LayersNotFoundException) Message() string + func (s *LayersNotFoundException) OrigErr() error + func (s *LayersNotFoundException) RequestID() string + func (s *LayersNotFoundException) StatusCode() int + func (s LayersNotFoundException) GoString() string + func (s LayersNotFoundException) String() string + type LifecyclePolicyNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LifecyclePolicyNotFoundException) Code() string + func (s *LifecyclePolicyNotFoundException) Error() string + func (s *LifecyclePolicyNotFoundException) Message() string + func (s *LifecyclePolicyNotFoundException) OrigErr() error + func (s *LifecyclePolicyNotFoundException) RequestID() string + func (s *LifecyclePolicyNotFoundException) StatusCode() int + func (s LifecyclePolicyNotFoundException) GoString() string + func (s LifecyclePolicyNotFoundException) String() string + type LifecyclePolicyPreviewFilter struct + TagStatus *string + func (s *LifecyclePolicyPreviewFilter) SetTagStatus(v string) *LifecyclePolicyPreviewFilter + func (s LifecyclePolicyPreviewFilter) GoString() string + func (s LifecyclePolicyPreviewFilter) String() string + type LifecyclePolicyPreviewInProgressException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LifecyclePolicyPreviewInProgressException) Code() string + func (s *LifecyclePolicyPreviewInProgressException) Error() string + func (s *LifecyclePolicyPreviewInProgressException) Message() string + func (s *LifecyclePolicyPreviewInProgressException) OrigErr() error + func (s *LifecyclePolicyPreviewInProgressException) RequestID() string + func (s *LifecyclePolicyPreviewInProgressException) StatusCode() int + func (s LifecyclePolicyPreviewInProgressException) GoString() string + func (s LifecyclePolicyPreviewInProgressException) String() string + type LifecyclePolicyPreviewNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LifecyclePolicyPreviewNotFoundException) Code() string + func (s *LifecyclePolicyPreviewNotFoundException) Error() string + func (s *LifecyclePolicyPreviewNotFoundException) Message() string + func (s *LifecyclePolicyPreviewNotFoundException) OrigErr() error + func (s *LifecyclePolicyPreviewNotFoundException) RequestID() string + func (s *LifecyclePolicyPreviewNotFoundException) StatusCode() int + func (s LifecyclePolicyPreviewNotFoundException) GoString() string + func (s LifecyclePolicyPreviewNotFoundException) String() string + type LifecyclePolicyPreviewResult struct + Action *LifecyclePolicyRuleAction + AppliedRulePriority *int64 + ImageDigest *string + ImagePushedAt *time.Time + ImageTags []*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) GoString() string + func (s LifecyclePolicyPreviewResult) String() string + type LifecyclePolicyPreviewSummary struct + ExpiringImageTotalCount *int64 + func (s *LifecyclePolicyPreviewSummary) SetExpiringImageTotalCount(v int64) *LifecyclePolicyPreviewSummary + func (s LifecyclePolicyPreviewSummary) GoString() string + func (s LifecyclePolicyPreviewSummary) String() string + type LifecyclePolicyRuleAction struct + Type *string + func (s *LifecyclePolicyRuleAction) SetType(v string) *LifecyclePolicyRuleAction + func (s LifecyclePolicyRuleAction) GoString() string + func (s LifecyclePolicyRuleAction) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListImagesFilter struct + TagStatus *string + func (s *ListImagesFilter) SetTagStatus(v string) *ListImagesFilter + func (s ListImagesFilter) GoString() string + func (s ListImagesFilter) String() string + type ListImagesInput struct + Filter *ListImagesFilter + MaxResults *int64 + NextToken *string + RegistryId *string + RepositoryName *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) Validate() error + func (s ListImagesInput) GoString() string + func (s ListImagesInput) String() string + type ListImagesOutput struct + ImageIds []*ImageIdentifier + NextToken *string + func (s *ListImagesOutput) SetImageIds(v []*ImageIdentifier) *ListImagesOutput + func (s *ListImagesOutput) SetNextToken(v string) *ListImagesOutput + func (s ListImagesOutput) GoString() string + func (s ListImagesOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type PackageVulnerabilityDetails struct + Cvss []*CvssScore + ReferenceUrls []*string + RelatedVulnerabilities []*string + Source *string + SourceUrl *string + VendorCreatedAt *time.Time + VendorSeverity *string + VendorUpdatedAt *time.Time + VulnerabilityId *string + VulnerablePackages []*VulnerablePackage + 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) GoString() string + func (s PackageVulnerabilityDetails) String() string + type PullThroughCacheRule struct + CreatedAt *time.Time + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *string + UpdatedAt *time.Time + UpstreamRegistry *string + UpstreamRegistryUrl *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) GoString() string + func (s PullThroughCacheRule) String() string + type PullThroughCacheRuleAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PullThroughCacheRuleAlreadyExistsException) Code() string + func (s *PullThroughCacheRuleAlreadyExistsException) Error() string + func (s *PullThroughCacheRuleAlreadyExistsException) Message() string + func (s *PullThroughCacheRuleAlreadyExistsException) OrigErr() error + func (s *PullThroughCacheRuleAlreadyExistsException) RequestID() string + func (s *PullThroughCacheRuleAlreadyExistsException) StatusCode() int + func (s PullThroughCacheRuleAlreadyExistsException) GoString() string + func (s PullThroughCacheRuleAlreadyExistsException) String() string + type PullThroughCacheRuleNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PullThroughCacheRuleNotFoundException) Code() string + func (s *PullThroughCacheRuleNotFoundException) Error() string + func (s *PullThroughCacheRuleNotFoundException) Message() string + func (s *PullThroughCacheRuleNotFoundException) OrigErr() error + func (s *PullThroughCacheRuleNotFoundException) RequestID() string + func (s *PullThroughCacheRuleNotFoundException) StatusCode() int + func (s PullThroughCacheRuleNotFoundException) GoString() string + func (s PullThroughCacheRuleNotFoundException) String() string + type PutImageInput struct + ImageDigest *string + ImageManifest *string + ImageManifestMediaType *string + ImageTag *string + RegistryId *string + RepositoryName *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) Validate() error + func (s PutImageInput) GoString() string + func (s PutImageInput) String() string + type PutImageOutput struct + Image *Image + func (s *PutImageOutput) SetImage(v *Image) *PutImageOutput + func (s PutImageOutput) GoString() string + func (s PutImageOutput) String() string + type PutImageScanningConfigurationInput struct + ImageScanningConfiguration *ImageScanningConfiguration + RegistryId *string + RepositoryName *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) Validate() error + func (s PutImageScanningConfigurationInput) GoString() string + func (s PutImageScanningConfigurationInput) String() string + type PutImageScanningConfigurationOutput struct + ImageScanningConfiguration *ImageScanningConfiguration + RegistryId *string + RepositoryName *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) GoString() string + func (s PutImageScanningConfigurationOutput) String() string + type PutImageTagMutabilityInput struct + ImageTagMutability *string + RegistryId *string + RepositoryName *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) Validate() error + func (s PutImageTagMutabilityInput) GoString() string + func (s PutImageTagMutabilityInput) String() string + type PutImageTagMutabilityOutput struct + ImageTagMutability *string + RegistryId *string + RepositoryName *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) GoString() string + func (s PutImageTagMutabilityOutput) String() string + type PutLifecyclePolicyInput struct + LifecyclePolicyText *string + RegistryId *string + RepositoryName *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) Validate() error + func (s PutLifecyclePolicyInput) GoString() string + func (s PutLifecyclePolicyInput) String() string + type PutLifecyclePolicyOutput struct + LifecyclePolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s PutLifecyclePolicyOutput) String() string + type PutRegistryPolicyInput struct + PolicyText *string + func (s *PutRegistryPolicyInput) SetPolicyText(v string) *PutRegistryPolicyInput + func (s *PutRegistryPolicyInput) Validate() error + func (s PutRegistryPolicyInput) GoString() string + func (s PutRegistryPolicyInput) String() string + type PutRegistryPolicyOutput struct + PolicyText *string + RegistryId *string + func (s *PutRegistryPolicyOutput) SetPolicyText(v string) *PutRegistryPolicyOutput + func (s *PutRegistryPolicyOutput) SetRegistryId(v string) *PutRegistryPolicyOutput + func (s PutRegistryPolicyOutput) GoString() string + func (s PutRegistryPolicyOutput) String() string + type PutRegistryScanningConfigurationInput struct + Rules []*RegistryScanningRule + ScanType *string + func (s *PutRegistryScanningConfigurationInput) SetRules(v []*RegistryScanningRule) *PutRegistryScanningConfigurationInput + func (s *PutRegistryScanningConfigurationInput) SetScanType(v string) *PutRegistryScanningConfigurationInput + func (s *PutRegistryScanningConfigurationInput) Validate() error + func (s PutRegistryScanningConfigurationInput) GoString() string + func (s PutRegistryScanningConfigurationInput) String() string + type PutRegistryScanningConfigurationOutput struct + RegistryScanningConfiguration *RegistryScanningConfiguration + func (s *PutRegistryScanningConfigurationOutput) SetRegistryScanningConfiguration(v *RegistryScanningConfiguration) *PutRegistryScanningConfigurationOutput + func (s PutRegistryScanningConfigurationOutput) GoString() string + func (s PutRegistryScanningConfigurationOutput) String() string + type PutReplicationConfigurationInput struct + ReplicationConfiguration *ReplicationConfiguration + func (s *PutReplicationConfigurationInput) SetReplicationConfiguration(v *ReplicationConfiguration) *PutReplicationConfigurationInput + func (s *PutReplicationConfigurationInput) Validate() error + func (s PutReplicationConfigurationInput) GoString() string + func (s PutReplicationConfigurationInput) String() string + type PutReplicationConfigurationOutput struct + ReplicationConfiguration *ReplicationConfiguration + func (s *PutReplicationConfigurationOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *PutReplicationConfigurationOutput + func (s PutReplicationConfigurationOutput) GoString() string + func (s PutReplicationConfigurationOutput) String() string + type Recommendation struct + Text *string + Url *string + func (s *Recommendation) SetText(v string) *Recommendation + func (s *Recommendation) SetUrl(v string) *Recommendation + func (s Recommendation) GoString() string + func (s Recommendation) String() string + type ReferencedImagesNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReferencedImagesNotFoundException) Code() string + func (s *ReferencedImagesNotFoundException) Error() string + func (s *ReferencedImagesNotFoundException) Message() string + func (s *ReferencedImagesNotFoundException) OrigErr() error + func (s *ReferencedImagesNotFoundException) RequestID() string + func (s *ReferencedImagesNotFoundException) StatusCode() int + func (s ReferencedImagesNotFoundException) GoString() string + func (s ReferencedImagesNotFoundException) String() string + type RegistryPolicyNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RegistryPolicyNotFoundException) Code() string + func (s *RegistryPolicyNotFoundException) Error() string + func (s *RegistryPolicyNotFoundException) Message() string + func (s *RegistryPolicyNotFoundException) OrigErr() error + func (s *RegistryPolicyNotFoundException) RequestID() string + func (s *RegistryPolicyNotFoundException) StatusCode() int + func (s RegistryPolicyNotFoundException) GoString() string + func (s RegistryPolicyNotFoundException) String() string + type RegistryScanningConfiguration struct + Rules []*RegistryScanningRule + ScanType *string + func (s *RegistryScanningConfiguration) SetRules(v []*RegistryScanningRule) *RegistryScanningConfiguration + func (s *RegistryScanningConfiguration) SetScanType(v string) *RegistryScanningConfiguration + func (s RegistryScanningConfiguration) GoString() string + func (s RegistryScanningConfiguration) String() string + type RegistryScanningRule struct + RepositoryFilters []*ScanningRepositoryFilter + ScanFrequency *string + func (s *RegistryScanningRule) SetRepositoryFilters(v []*ScanningRepositoryFilter) *RegistryScanningRule + func (s *RegistryScanningRule) SetScanFrequency(v string) *RegistryScanningRule + func (s *RegistryScanningRule) Validate() error + func (s RegistryScanningRule) GoString() string + func (s RegistryScanningRule) String() string + type Remediation struct + Recommendation *Recommendation + func (s *Remediation) SetRecommendation(v *Recommendation) *Remediation + func (s Remediation) GoString() string + func (s Remediation) String() string + type ReplicationConfiguration struct + Rules []*ReplicationRule + func (s *ReplicationConfiguration) SetRules(v []*ReplicationRule) *ReplicationConfiguration + func (s *ReplicationConfiguration) Validate() error + func (s ReplicationConfiguration) GoString() string + func (s ReplicationConfiguration) String() string + type ReplicationDestination struct + Region *string + RegistryId *string + func (s *ReplicationDestination) SetRegion(v string) *ReplicationDestination + func (s *ReplicationDestination) SetRegistryId(v string) *ReplicationDestination + func (s *ReplicationDestination) Validate() error + func (s ReplicationDestination) GoString() string + func (s ReplicationDestination) String() string + type ReplicationRule struct + Destinations []*ReplicationDestination + RepositoryFilters []*RepositoryFilter + func (s *ReplicationRule) SetDestinations(v []*ReplicationDestination) *ReplicationRule + func (s *ReplicationRule) SetRepositoryFilters(v []*RepositoryFilter) *ReplicationRule + func (s *ReplicationRule) Validate() error + func (s ReplicationRule) GoString() string + func (s ReplicationRule) String() string + type Repository struct + CreatedAt *time.Time + EncryptionConfiguration *EncryptionConfiguration + ImageScanningConfiguration *ImageScanningConfiguration + ImageTagMutability *string + RegistryId *string + RepositoryArn *string + RepositoryName *string + RepositoryUri *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) GoString() string + func (s Repository) String() string + type RepositoryAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RepositoryAlreadyExistsException) Code() string + func (s *RepositoryAlreadyExistsException) Error() string + func (s *RepositoryAlreadyExistsException) Message() string + func (s *RepositoryAlreadyExistsException) OrigErr() error + func (s *RepositoryAlreadyExistsException) RequestID() string + func (s *RepositoryAlreadyExistsException) StatusCode() int + func (s RepositoryAlreadyExistsException) GoString() string + func (s RepositoryAlreadyExistsException) String() string + type RepositoryFilter struct + Filter *string + FilterType *string + func (s *RepositoryFilter) SetFilter(v string) *RepositoryFilter + func (s *RepositoryFilter) SetFilterType(v string) *RepositoryFilter + func (s *RepositoryFilter) Validate() error + func (s RepositoryFilter) GoString() string + func (s RepositoryFilter) String() string + type RepositoryNotEmptyException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RepositoryNotEmptyException) Code() string + func (s *RepositoryNotEmptyException) Error() string + func (s *RepositoryNotEmptyException) Message() string + func (s *RepositoryNotEmptyException) OrigErr() error + func (s *RepositoryNotEmptyException) RequestID() string + func (s *RepositoryNotEmptyException) StatusCode() int + func (s RepositoryNotEmptyException) GoString() string + func (s RepositoryNotEmptyException) String() string + type RepositoryNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RepositoryNotFoundException) Code() string + func (s *RepositoryNotFoundException) Error() string + func (s *RepositoryNotFoundException) Message() string + func (s *RepositoryNotFoundException) OrigErr() error + func (s *RepositoryNotFoundException) RequestID() string + func (s *RepositoryNotFoundException) StatusCode() int + func (s RepositoryNotFoundException) GoString() string + func (s RepositoryNotFoundException) String() string + type RepositoryPolicyNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RepositoryPolicyNotFoundException) Code() string + func (s *RepositoryPolicyNotFoundException) Error() string + func (s *RepositoryPolicyNotFoundException) Message() string + func (s *RepositoryPolicyNotFoundException) OrigErr() error + func (s *RepositoryPolicyNotFoundException) RequestID() string + func (s *RepositoryPolicyNotFoundException) StatusCode() int + func (s RepositoryPolicyNotFoundException) GoString() string + func (s RepositoryPolicyNotFoundException) String() string + type RepositoryScanningConfiguration struct + AppliedScanFilters []*ScanningRepositoryFilter + RepositoryArn *string + RepositoryName *string + ScanFrequency *string + ScanOnPush *bool + 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) GoString() string + func (s RepositoryScanningConfiguration) String() string + type RepositoryScanningConfigurationFailure struct + FailureCode *string + FailureReason *string + RepositoryName *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) GoString() string + func (s RepositoryScanningConfigurationFailure) String() string + type Resource struct + Details *ResourceDetails + Id *string + Tags map[string]*string + Type *string + func (s *Resource) SetDetails(v *ResourceDetails) *Resource + func (s *Resource) SetId(v string) *Resource + func (s *Resource) SetTags(v map[string]*string) *Resource + func (s *Resource) SetType(v string) *Resource + func (s Resource) GoString() string + func (s Resource) String() string + type ResourceDetails struct + AwsEcrContainerImage *AwsEcrContainerImageDetails + func (s *ResourceDetails) SetAwsEcrContainerImage(v *AwsEcrContainerImageDetails) *ResourceDetails + func (s ResourceDetails) GoString() string + func (s ResourceDetails) String() string + type ScanNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ScanNotFoundException) Code() string + func (s *ScanNotFoundException) Error() string + func (s *ScanNotFoundException) Message() string + func (s *ScanNotFoundException) OrigErr() error + func (s *ScanNotFoundException) RequestID() string + func (s *ScanNotFoundException) StatusCode() int + func (s ScanNotFoundException) GoString() string + func (s ScanNotFoundException) String() string + type ScanningRepositoryFilter struct + Filter *string + FilterType *string + func (s *ScanningRepositoryFilter) SetFilter(v string) *ScanningRepositoryFilter + func (s *ScanningRepositoryFilter) SetFilterType(v string) *ScanningRepositoryFilter + func (s *ScanningRepositoryFilter) Validate() error + func (s ScanningRepositoryFilter) GoString() string + func (s ScanningRepositoryFilter) String() string + type ScoreDetails struct + Cvss *CvssScoreDetails + func (s *ScoreDetails) SetCvss(v *CvssScoreDetails) *ScoreDetails + func (s ScoreDetails) GoString() string + func (s ScoreDetails) String() string + type SecretNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SecretNotFoundException) Code() string + func (s *SecretNotFoundException) Error() string + func (s *SecretNotFoundException) Message() string + func (s *SecretNotFoundException) OrigErr() error + func (s *SecretNotFoundException) RequestID() string + func (s *SecretNotFoundException) StatusCode() int + func (s SecretNotFoundException) GoString() string + func (s SecretNotFoundException) String() string + type ServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServerException) Code() string + func (s *ServerException) Error() string + func (s *ServerException) Message() string + func (s *ServerException) OrigErr() error + func (s *ServerException) RequestID() string + func (s *ServerException) StatusCode() int + func (s ServerException) GoString() string + func (s ServerException) String() string + type SetRepositoryPolicyInput struct + Force *bool + PolicyText *string + RegistryId *string + RepositoryName *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) Validate() error + func (s SetRepositoryPolicyInput) GoString() string + func (s SetRepositoryPolicyInput) String() string + type SetRepositoryPolicyOutput struct + PolicyText *string + RegistryId *string + RepositoryName *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) GoString() string + func (s SetRepositoryPolicyOutput) String() string + type StartImageScanInput struct + ImageId *ImageIdentifier + RegistryId *string + RepositoryName *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) Validate() error + func (s StartImageScanInput) GoString() string + func (s StartImageScanInput) String() string + type StartImageScanOutput struct + ImageId *ImageIdentifier + ImageScanStatus *ImageScanStatus + RegistryId *string + RepositoryName *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) GoString() string + func (s StartImageScanOutput) String() string + type StartLifecyclePolicyPreviewInput struct + LifecyclePolicyText *string + RegistryId *string + RepositoryName *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) Validate() error + func (s StartLifecyclePolicyPreviewInput) GoString() string + func (s StartLifecyclePolicyPreviewInput) String() string + type StartLifecyclePolicyPreviewOutput struct + LifecyclePolicyText *string + RegistryId *string + RepositoryName *string + Status *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) GoString() string + func (s StartLifecyclePolicyPreviewOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TooManyTagsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyTagsException) Code() string + func (s *TooManyTagsException) Error() string + func (s *TooManyTagsException) Message() string + func (s *TooManyTagsException) OrigErr() error + func (s *TooManyTagsException) RequestID() string + func (s *TooManyTagsException) StatusCode() int + func (s TooManyTagsException) GoString() string + func (s TooManyTagsException) String() string + type UnableToAccessSecretException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnableToAccessSecretException) Code() string + func (s *UnableToAccessSecretException) Error() string + func (s *UnableToAccessSecretException) Message() string + func (s *UnableToAccessSecretException) OrigErr() error + func (s *UnableToAccessSecretException) RequestID() string + func (s *UnableToAccessSecretException) StatusCode() int + func (s UnableToAccessSecretException) GoString() string + func (s UnableToAccessSecretException) String() string + type UnableToDecryptSecretValueException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnableToDecryptSecretValueException) Code() string + func (s *UnableToDecryptSecretValueException) Error() string + func (s *UnableToDecryptSecretValueException) Message() string + func (s *UnableToDecryptSecretValueException) OrigErr() error + func (s *UnableToDecryptSecretValueException) RequestID() string + func (s *UnableToDecryptSecretValueException) StatusCode() int + func (s UnableToDecryptSecretValueException) GoString() string + func (s UnableToDecryptSecretValueException) String() string + type UnableToGetUpstreamImageException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnableToGetUpstreamImageException) Code() string + func (s *UnableToGetUpstreamImageException) Error() string + func (s *UnableToGetUpstreamImageException) Message() string + func (s *UnableToGetUpstreamImageException) OrigErr() error + func (s *UnableToGetUpstreamImageException) RequestID() string + func (s *UnableToGetUpstreamImageException) StatusCode() int + func (s UnableToGetUpstreamImageException) GoString() string + func (s UnableToGetUpstreamImageException) String() string + type UnableToGetUpstreamLayerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnableToGetUpstreamLayerException) Code() string + func (s *UnableToGetUpstreamLayerException) Error() string + func (s *UnableToGetUpstreamLayerException) Message() string + func (s *UnableToGetUpstreamLayerException) OrigErr() error + func (s *UnableToGetUpstreamLayerException) RequestID() string + func (s *UnableToGetUpstreamLayerException) StatusCode() int + func (s UnableToGetUpstreamLayerException) GoString() string + func (s UnableToGetUpstreamLayerException) String() string + type UnsupportedImageTypeException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedImageTypeException) Code() string + func (s *UnsupportedImageTypeException) Error() string + func (s *UnsupportedImageTypeException) Message() string + func (s *UnsupportedImageTypeException) OrigErr() error + func (s *UnsupportedImageTypeException) RequestID() string + func (s *UnsupportedImageTypeException) StatusCode() int + func (s UnsupportedImageTypeException) GoString() string + func (s UnsupportedImageTypeException) String() string + type UnsupportedUpstreamRegistryException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedUpstreamRegistryException) Code() string + func (s *UnsupportedUpstreamRegistryException) Error() string + func (s *UnsupportedUpstreamRegistryException) Message() string + func (s *UnsupportedUpstreamRegistryException) OrigErr() error + func (s *UnsupportedUpstreamRegistryException) RequestID() string + func (s *UnsupportedUpstreamRegistryException) StatusCode() int + func (s UnsupportedUpstreamRegistryException) GoString() string + func (s UnsupportedUpstreamRegistryException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdatePullThroughCacheRuleInput struct + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *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) Validate() error + func (s UpdatePullThroughCacheRuleInput) GoString() string + func (s UpdatePullThroughCacheRuleInput) String() string + type UpdatePullThroughCacheRuleOutput struct + CredentialArn *string + EcrRepositoryPrefix *string + RegistryId *string + UpdatedAt *time.Time + 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) GoString() string + func (s UpdatePullThroughCacheRuleOutput) String() string + type UploadLayerPartInput struct + LayerPartBlob []byte + PartFirstByte *int64 + PartLastByte *int64 + RegistryId *string + RepositoryName *string + UploadId *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) Validate() error + func (s UploadLayerPartInput) GoString() string + func (s UploadLayerPartInput) String() string + type UploadLayerPartOutput struct + LastByteReceived *int64 + RegistryId *string + RepositoryName *string + UploadId *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) GoString() string + func (s UploadLayerPartOutput) String() string + type UploadNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UploadNotFoundException) Code() string + func (s *UploadNotFoundException) Error() string + func (s *UploadNotFoundException) Message() string + func (s *UploadNotFoundException) OrigErr() error + func (s *UploadNotFoundException) RequestID() string + func (s *UploadNotFoundException) StatusCode() int + func (s UploadNotFoundException) GoString() string + func (s UploadNotFoundException) String() string + type ValidatePullThroughCacheRuleInput struct + EcrRepositoryPrefix *string + RegistryId *string + func (s *ValidatePullThroughCacheRuleInput) SetEcrRepositoryPrefix(v string) *ValidatePullThroughCacheRuleInput + func (s *ValidatePullThroughCacheRuleInput) SetRegistryId(v string) *ValidatePullThroughCacheRuleInput + func (s *ValidatePullThroughCacheRuleInput) Validate() error + func (s ValidatePullThroughCacheRuleInput) GoString() string + func (s ValidatePullThroughCacheRuleInput) String() string + type ValidatePullThroughCacheRuleOutput struct + CredentialArn *string + EcrRepositoryPrefix *string + Failure *string + IsValid *bool + RegistryId *string + UpstreamRegistryUrl *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) GoString() string + func (s ValidatePullThroughCacheRuleOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VulnerablePackage struct + Arch *string + Epoch *int64 + FilePath *string + Name *string + PackageManager *string + Release *string + SourceLayerHash *string + Version *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) GoString() string + func (s VulnerablePackage) String() string