Documentation ¶
Index ¶
- type BatchCheckLayerAvailabilityFuture
- type BatchDeleteImageFuture
- type BatchGetImageFuture
- type Client
- type CompleteLayerUploadFuture
- type CreateRepositoryFuture
- type DeleteLifecyclePolicyFuture
- type DeleteRepositoryFuture
- type DeleteRepositoryPolicyFuture
- type DescribeImageScanFindingsFuture
- type DescribeImagesFuture
- type DescribeRepositoriesFuture
- type GetAuthorizationTokenFuture
- type GetDownloadUrlForLayerFuture
- type GetLifecyclePolicyFuture
- type GetLifecyclePolicyPreviewFuture
- type GetRepositoryPolicyFuture
- type InitiateLayerUploadFuture
- type ListImagesFuture
- type ListTagsForResourceFuture
- type PutImageFuture
- type PutImageScanningConfigurationFuture
- type PutImageTagMutabilityFuture
- type PutLifecyclePolicyFuture
- type SetRepositoryPolicyFuture
- type StartImageScanFuture
- type StartLifecyclePolicyPreviewFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UploadLayerPartFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCheckLayerAvailabilityFuture ¶
type BatchCheckLayerAvailabilityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchCheckLayerAvailabilityFuture) Get ¶
func (r *BatchCheckLayerAvailabilityFuture) Get(ctx workflow.Context) (*ecr.BatchCheckLayerAvailabilityOutput, error)
type BatchDeleteImageFuture ¶
type BatchDeleteImageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteImageFuture) Get ¶
func (r *BatchDeleteImageFuture) Get(ctx workflow.Context) (*ecr.BatchDeleteImageOutput, error)
type BatchGetImageFuture ¶
func (*BatchGetImageFuture) Get ¶
func (r *BatchGetImageFuture) Get(ctx workflow.Context) (*ecr.BatchGetImageOutput, error)
type Client ¶
type Client interface { BatchCheckLayerAvailability(ctx workflow.Context, input *ecr.BatchCheckLayerAvailabilityInput) (*ecr.BatchCheckLayerAvailabilityOutput, error) BatchCheckLayerAvailabilityAsync(ctx workflow.Context, input *ecr.BatchCheckLayerAvailabilityInput) *BatchCheckLayerAvailabilityFuture BatchDeleteImage(ctx workflow.Context, input *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error) BatchDeleteImageAsync(ctx workflow.Context, input *ecr.BatchDeleteImageInput) *BatchDeleteImageFuture BatchGetImage(ctx workflow.Context, input *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error) BatchGetImageAsync(ctx workflow.Context, input *ecr.BatchGetImageInput) *BatchGetImageFuture CompleteLayerUpload(ctx workflow.Context, input *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error) CompleteLayerUploadAsync(ctx workflow.Context, input *ecr.CompleteLayerUploadInput) *CompleteLayerUploadFuture CreateRepository(ctx workflow.Context, input *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error) CreateRepositoryAsync(ctx workflow.Context, input *ecr.CreateRepositoryInput) *CreateRepositoryFuture DeleteLifecyclePolicy(ctx workflow.Context, input *ecr.DeleteLifecyclePolicyInput) (*ecr.DeleteLifecyclePolicyOutput, error) DeleteLifecyclePolicyAsync(ctx workflow.Context, input *ecr.DeleteLifecyclePolicyInput) *DeleteLifecyclePolicyFuture DeleteRepository(ctx workflow.Context, input *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error) DeleteRepositoryAsync(ctx workflow.Context, input *ecr.DeleteRepositoryInput) *DeleteRepositoryFuture DeleteRepositoryPolicy(ctx workflow.Context, input *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error) DeleteRepositoryPolicyAsync(ctx workflow.Context, input *ecr.DeleteRepositoryPolicyInput) *DeleteRepositoryPolicyFuture DescribeImageScanFindings(ctx workflow.Context, input *ecr.DescribeImageScanFindingsInput) (*ecr.DescribeImageScanFindingsOutput, error) DescribeImageScanFindingsAsync(ctx workflow.Context, input *ecr.DescribeImageScanFindingsInput) *DescribeImageScanFindingsFuture DescribeImages(ctx workflow.Context, input *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error) DescribeImagesAsync(ctx workflow.Context, input *ecr.DescribeImagesInput) *DescribeImagesFuture DescribeRepositories(ctx workflow.Context, input *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error) DescribeRepositoriesAsync(ctx workflow.Context, input *ecr.DescribeRepositoriesInput) *DescribeRepositoriesFuture GetAuthorizationToken(ctx workflow.Context, input *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error) GetAuthorizationTokenAsync(ctx workflow.Context, input *ecr.GetAuthorizationTokenInput) *GetAuthorizationTokenFuture GetDownloadUrlForLayer(ctx workflow.Context, input *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error) GetDownloadUrlForLayerAsync(ctx workflow.Context, input *ecr.GetDownloadUrlForLayerInput) *GetDownloadUrlForLayerFuture GetLifecyclePolicy(ctx workflow.Context, input *ecr.GetLifecyclePolicyInput) (*ecr.GetLifecyclePolicyOutput, error) GetLifecyclePolicyAsync(ctx workflow.Context, input *ecr.GetLifecyclePolicyInput) *GetLifecyclePolicyFuture GetLifecyclePolicyPreview(ctx workflow.Context, input *ecr.GetLifecyclePolicyPreviewInput) (*ecr.GetLifecyclePolicyPreviewOutput, error) GetLifecyclePolicyPreviewAsync(ctx workflow.Context, input *ecr.GetLifecyclePolicyPreviewInput) *GetLifecyclePolicyPreviewFuture GetRepositoryPolicy(ctx workflow.Context, input *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error) GetRepositoryPolicyAsync(ctx workflow.Context, input *ecr.GetRepositoryPolicyInput) *GetRepositoryPolicyFuture InitiateLayerUpload(ctx workflow.Context, input *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error) InitiateLayerUploadAsync(ctx workflow.Context, input *ecr.InitiateLayerUploadInput) *InitiateLayerUploadFuture ListImages(ctx workflow.Context, input *ecr.ListImagesInput) (*ecr.ListImagesOutput, error) ListImagesAsync(ctx workflow.Context, input *ecr.ListImagesInput) *ListImagesFuture ListTagsForResource(ctx workflow.Context, input *ecr.ListTagsForResourceInput) (*ecr.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *ecr.ListTagsForResourceInput) *ListTagsForResourceFuture PutImage(ctx workflow.Context, input *ecr.PutImageInput) (*ecr.PutImageOutput, error) PutImageAsync(ctx workflow.Context, input *ecr.PutImageInput) *PutImageFuture PutImageScanningConfiguration(ctx workflow.Context, input *ecr.PutImageScanningConfigurationInput) (*ecr.PutImageScanningConfigurationOutput, error) PutImageScanningConfigurationAsync(ctx workflow.Context, input *ecr.PutImageScanningConfigurationInput) *PutImageScanningConfigurationFuture PutImageTagMutability(ctx workflow.Context, input *ecr.PutImageTagMutabilityInput) (*ecr.PutImageTagMutabilityOutput, error) PutImageTagMutabilityAsync(ctx workflow.Context, input *ecr.PutImageTagMutabilityInput) *PutImageTagMutabilityFuture PutLifecyclePolicy(ctx workflow.Context, input *ecr.PutLifecyclePolicyInput) (*ecr.PutLifecyclePolicyOutput, error) PutLifecyclePolicyAsync(ctx workflow.Context, input *ecr.PutLifecyclePolicyInput) *PutLifecyclePolicyFuture SetRepositoryPolicy(ctx workflow.Context, input *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error) SetRepositoryPolicyAsync(ctx workflow.Context, input *ecr.SetRepositoryPolicyInput) *SetRepositoryPolicyFuture StartImageScan(ctx workflow.Context, input *ecr.StartImageScanInput) (*ecr.StartImageScanOutput, error) StartImageScanAsync(ctx workflow.Context, input *ecr.StartImageScanInput) *StartImageScanFuture StartLifecyclePolicyPreview(ctx workflow.Context, input *ecr.StartLifecyclePolicyPreviewInput) (*ecr.StartLifecyclePolicyPreviewOutput, error) StartLifecyclePolicyPreviewAsync(ctx workflow.Context, input *ecr.StartLifecyclePolicyPreviewInput) *StartLifecyclePolicyPreviewFuture TagResource(ctx workflow.Context, input *ecr.TagResourceInput) (*ecr.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *ecr.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *ecr.UntagResourceInput) (*ecr.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *ecr.UntagResourceInput) *UntagResourceFuture UploadLayerPart(ctx workflow.Context, input *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error) UploadLayerPartAsync(ctx workflow.Context, input *ecr.UploadLayerPartInput) *UploadLayerPartFuture WaitUntilImageScanComplete(ctx workflow.Context, input *ecr.DescribeImageScanFindingsInput) error WaitUntilImageScanCompleteAsync(ctx workflow.Context, input *ecr.DescribeImageScanFindingsInput) *clients.VoidFuture WaitUntilLifecyclePolicyPreviewComplete(ctx workflow.Context, input *ecr.GetLifecyclePolicyPreviewInput) error WaitUntilLifecyclePolicyPreviewCompleteAsync(ctx workflow.Context, input *ecr.GetLifecyclePolicyPreviewInput) *clients.VoidFuture }
type CompleteLayerUploadFuture ¶
type CompleteLayerUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CompleteLayerUploadFuture) Get ¶
func (r *CompleteLayerUploadFuture) Get(ctx workflow.Context) (*ecr.CompleteLayerUploadOutput, error)
type CreateRepositoryFuture ¶
type CreateRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRepositoryFuture) Get ¶
func (r *CreateRepositoryFuture) Get(ctx workflow.Context) (*ecr.CreateRepositoryOutput, error)
type DeleteLifecyclePolicyFuture ¶
type DeleteLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLifecyclePolicyFuture) Get ¶
func (r *DeleteLifecyclePolicyFuture) Get(ctx workflow.Context) (*ecr.DeleteLifecyclePolicyOutput, error)
type DeleteRepositoryFuture ¶
type DeleteRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRepositoryFuture) Get ¶
func (r *DeleteRepositoryFuture) Get(ctx workflow.Context) (*ecr.DeleteRepositoryOutput, error)
type DeleteRepositoryPolicyFuture ¶
type DeleteRepositoryPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRepositoryPolicyFuture) Get ¶
func (r *DeleteRepositoryPolicyFuture) Get(ctx workflow.Context) (*ecr.DeleteRepositoryPolicyOutput, error)
type DescribeImageScanFindingsFuture ¶
type DescribeImageScanFindingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeImageScanFindingsFuture) Get ¶
func (r *DescribeImageScanFindingsFuture) Get(ctx workflow.Context) (*ecr.DescribeImageScanFindingsOutput, error)
type DescribeImagesFuture ¶
func (*DescribeImagesFuture) Get ¶
func (r *DescribeImagesFuture) Get(ctx workflow.Context) (*ecr.DescribeImagesOutput, error)
type DescribeRepositoriesFuture ¶
type DescribeRepositoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRepositoriesFuture) Get ¶
func (r *DescribeRepositoriesFuture) Get(ctx workflow.Context) (*ecr.DescribeRepositoriesOutput, error)
type GetAuthorizationTokenFuture ¶
type GetAuthorizationTokenFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAuthorizationTokenFuture) Get ¶
func (r *GetAuthorizationTokenFuture) Get(ctx workflow.Context) (*ecr.GetAuthorizationTokenOutput, error)
type GetDownloadUrlForLayerFuture ¶
type GetDownloadUrlForLayerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDownloadUrlForLayerFuture) Get ¶
func (r *GetDownloadUrlForLayerFuture) Get(ctx workflow.Context) (*ecr.GetDownloadUrlForLayerOutput, error)
type GetLifecyclePolicyFuture ¶
type GetLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLifecyclePolicyFuture) Get ¶
func (r *GetLifecyclePolicyFuture) Get(ctx workflow.Context) (*ecr.GetLifecyclePolicyOutput, error)
type GetLifecyclePolicyPreviewFuture ¶
type GetLifecyclePolicyPreviewFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLifecyclePolicyPreviewFuture) Get ¶
func (r *GetLifecyclePolicyPreviewFuture) Get(ctx workflow.Context) (*ecr.GetLifecyclePolicyPreviewOutput, error)
type GetRepositoryPolicyFuture ¶
type GetRepositoryPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRepositoryPolicyFuture) Get ¶
func (r *GetRepositoryPolicyFuture) Get(ctx workflow.Context) (*ecr.GetRepositoryPolicyOutput, error)
type InitiateLayerUploadFuture ¶
type InitiateLayerUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InitiateLayerUploadFuture) Get ¶
func (r *InitiateLayerUploadFuture) Get(ctx workflow.Context) (*ecr.InitiateLayerUploadOutput, error)
type ListImagesFuture ¶
func (*ListImagesFuture) Get ¶
func (r *ListImagesFuture) Get(ctx workflow.Context) (*ecr.ListImagesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*ecr.ListTagsForResourceOutput, error)
type PutImageFuture ¶
func (*PutImageFuture) Get ¶
func (r *PutImageFuture) Get(ctx workflow.Context) (*ecr.PutImageOutput, error)
type PutImageScanningConfigurationFuture ¶
type PutImageScanningConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutImageScanningConfigurationFuture) Get ¶
func (r *PutImageScanningConfigurationFuture) Get(ctx workflow.Context) (*ecr.PutImageScanningConfigurationOutput, error)
type PutImageTagMutabilityFuture ¶
type PutImageTagMutabilityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutImageTagMutabilityFuture) Get ¶
func (r *PutImageTagMutabilityFuture) Get(ctx workflow.Context) (*ecr.PutImageTagMutabilityOutput, error)
type PutLifecyclePolicyFuture ¶
type PutLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutLifecyclePolicyFuture) Get ¶
func (r *PutLifecyclePolicyFuture) Get(ctx workflow.Context) (*ecr.PutLifecyclePolicyOutput, error)
type SetRepositoryPolicyFuture ¶
type SetRepositoryPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetRepositoryPolicyFuture) Get ¶
func (r *SetRepositoryPolicyFuture) Get(ctx workflow.Context) (*ecr.SetRepositoryPolicyOutput, error)
type StartImageScanFuture ¶
func (*StartImageScanFuture) Get ¶
func (r *StartImageScanFuture) Get(ctx workflow.Context) (*ecr.StartImageScanOutput, error)
type StartLifecyclePolicyPreviewFuture ¶
type StartLifecyclePolicyPreviewFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartLifecyclePolicyPreviewFuture) Get ¶
func (r *StartLifecyclePolicyPreviewFuture) Get(ctx workflow.Context) (*ecr.StartLifecyclePolicyPreviewOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*ecr.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*ecr.UntagResourceOutput, error)
type UploadLayerPartFuture ¶
type UploadLayerPartFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UploadLayerPartFuture) Get ¶
func (r *UploadLayerPartFuture) Get(ctx workflow.Context) (*ecr.UploadLayerPartOutput, error)
Click to show internal directories.
Click to hide internal directories.