ecrstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

type BatchDeleteImageFuture

type BatchDeleteImageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchDeleteImageFuture) Get

type BatchGetImageFuture

type BatchGetImageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchGetImageFuture) Get

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

	DeleteRegistryPolicy(ctx workflow.Context, input *ecr.DeleteRegistryPolicyInput) (*ecr.DeleteRegistryPolicyOutput, error)
	DeleteRegistryPolicyAsync(ctx workflow.Context, input *ecr.DeleteRegistryPolicyInput) *DeleteRegistryPolicyFuture

	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

	DescribeRegistry(ctx workflow.Context, input *ecr.DescribeRegistryInput) (*ecr.DescribeRegistryOutput, error)
	DescribeRegistryAsync(ctx workflow.Context, input *ecr.DescribeRegistryInput) *DescribeRegistryFuture

	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

	GetRegistryPolicy(ctx workflow.Context, input *ecr.GetRegistryPolicyInput) (*ecr.GetRegistryPolicyOutput, error)
	GetRegistryPolicyAsync(ctx workflow.Context, input *ecr.GetRegistryPolicyInput) *GetRegistryPolicyFuture

	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

	PutRegistryPolicy(ctx workflow.Context, input *ecr.PutRegistryPolicyInput) (*ecr.PutRegistryPolicyOutput, error)
	PutRegistryPolicyAsync(ctx workflow.Context, input *ecr.PutRegistryPolicyInput) *PutRegistryPolicyFuture

	PutReplicationConfiguration(ctx workflow.Context, input *ecr.PutReplicationConfigurationInput) (*ecr.PutReplicationConfigurationOutput, error)
	PutReplicationConfigurationAsync(ctx workflow.Context, input *ecr.PutReplicationConfigurationInput) *PutReplicationConfigurationFuture

	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
}

func NewClient

func NewClient() Client

type CompleteLayerUploadFuture

type CompleteLayerUploadFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CompleteLayerUploadFuture) Get

type CreateRepositoryFuture

type CreateRepositoryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateRepositoryFuture) Get

type DeleteLifecyclePolicyFuture

type DeleteLifecyclePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteLifecyclePolicyFuture) Get

type DeleteRegistryPolicyFuture

type DeleteRegistryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRegistryPolicyFuture) Get

type DeleteRepositoryFuture

type DeleteRepositoryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRepositoryFuture) Get

type DeleteRepositoryPolicyFuture

type DeleteRepositoryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRepositoryPolicyFuture) Get

type DescribeImageScanFindingsFuture

type DescribeImageScanFindingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeImageScanFindingsFuture) Get

type DescribeImagesFuture

type DescribeImagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeImagesFuture) Get

type DescribeRegistryFuture

type DescribeRegistryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeRegistryFuture) Get

type DescribeRepositoriesFuture

type DescribeRepositoriesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeRepositoriesFuture) Get

type GetAuthorizationTokenFuture

type GetAuthorizationTokenFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAuthorizationTokenFuture) Get

type GetDownloadUrlForLayerFuture

type GetDownloadUrlForLayerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDownloadUrlForLayerFuture) Get

type GetLifecyclePolicyFuture

type GetLifecyclePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLifecyclePolicyFuture) Get

type GetLifecyclePolicyPreviewFuture

type GetLifecyclePolicyPreviewFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLifecyclePolicyPreviewFuture) Get

type GetRegistryPolicyFuture

type GetRegistryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRegistryPolicyFuture) Get

type GetRepositoryPolicyFuture

type GetRepositoryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRepositoryPolicyFuture) Get

type InitiateLayerUploadFuture

type InitiateLayerUploadFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*InitiateLayerUploadFuture) Get

type ListImagesFuture

type ListImagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListImagesFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type PutImageFuture

type PutImageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutImageFuture) Get

type PutImageScanningConfigurationFuture

type PutImageScanningConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutImageScanningConfigurationFuture) Get

type PutImageTagMutabilityFuture

type PutImageTagMutabilityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutImageTagMutabilityFuture) Get

type PutLifecyclePolicyFuture

type PutLifecyclePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutLifecyclePolicyFuture) Get

type PutRegistryPolicyFuture

type PutRegistryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutRegistryPolicyFuture) Get

type PutReplicationConfigurationFuture

type PutReplicationConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutReplicationConfigurationFuture) Get

type SetRepositoryPolicyFuture

type SetRepositoryPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetRepositoryPolicyFuture) Get

type StartImageScanFuture

type StartImageScanFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartImageScanFuture) Get

type StartLifecyclePolicyPreviewFuture

type StartLifecyclePolicyPreviewFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartLifecyclePolicyPreviewFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UploadLayerPartFuture

type UploadLayerPartFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UploadLayerPartFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL