imagebuilderstub

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 CancelImageCreationFuture

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

func (*CancelImageCreationFuture) Get

type Client

type Client interface {
	CancelImageCreation(ctx workflow.Context, input *imagebuilder.CancelImageCreationInput) (*imagebuilder.CancelImageCreationOutput, error)
	CancelImageCreationAsync(ctx workflow.Context, input *imagebuilder.CancelImageCreationInput) *CancelImageCreationFuture

	CreateComponent(ctx workflow.Context, input *imagebuilder.CreateComponentInput) (*imagebuilder.CreateComponentOutput, error)
	CreateComponentAsync(ctx workflow.Context, input *imagebuilder.CreateComponentInput) *CreateComponentFuture

	CreateContainerRecipe(ctx workflow.Context, input *imagebuilder.CreateContainerRecipeInput) (*imagebuilder.CreateContainerRecipeOutput, error)
	CreateContainerRecipeAsync(ctx workflow.Context, input *imagebuilder.CreateContainerRecipeInput) *CreateContainerRecipeFuture

	CreateDistributionConfiguration(ctx workflow.Context, input *imagebuilder.CreateDistributionConfigurationInput) (*imagebuilder.CreateDistributionConfigurationOutput, error)
	CreateDistributionConfigurationAsync(ctx workflow.Context, input *imagebuilder.CreateDistributionConfigurationInput) *CreateDistributionConfigurationFuture

	CreateImage(ctx workflow.Context, input *imagebuilder.CreateImageInput) (*imagebuilder.CreateImageOutput, error)
	CreateImageAsync(ctx workflow.Context, input *imagebuilder.CreateImageInput) *CreateImageFuture

	CreateImagePipeline(ctx workflow.Context, input *imagebuilder.CreateImagePipelineInput) (*imagebuilder.CreateImagePipelineOutput, error)
	CreateImagePipelineAsync(ctx workflow.Context, input *imagebuilder.CreateImagePipelineInput) *CreateImagePipelineFuture

	CreateImageRecipe(ctx workflow.Context, input *imagebuilder.CreateImageRecipeInput) (*imagebuilder.CreateImageRecipeOutput, error)
	CreateImageRecipeAsync(ctx workflow.Context, input *imagebuilder.CreateImageRecipeInput) *CreateImageRecipeFuture

	CreateInfrastructureConfiguration(ctx workflow.Context, input *imagebuilder.CreateInfrastructureConfigurationInput) (*imagebuilder.CreateInfrastructureConfigurationOutput, error)
	CreateInfrastructureConfigurationAsync(ctx workflow.Context, input *imagebuilder.CreateInfrastructureConfigurationInput) *CreateInfrastructureConfigurationFuture

	DeleteComponent(ctx workflow.Context, input *imagebuilder.DeleteComponentInput) (*imagebuilder.DeleteComponentOutput, error)
	DeleteComponentAsync(ctx workflow.Context, input *imagebuilder.DeleteComponentInput) *DeleteComponentFuture

	DeleteContainerRecipe(ctx workflow.Context, input *imagebuilder.DeleteContainerRecipeInput) (*imagebuilder.DeleteContainerRecipeOutput, error)
	DeleteContainerRecipeAsync(ctx workflow.Context, input *imagebuilder.DeleteContainerRecipeInput) *DeleteContainerRecipeFuture

	DeleteDistributionConfiguration(ctx workflow.Context, input *imagebuilder.DeleteDistributionConfigurationInput) (*imagebuilder.DeleteDistributionConfigurationOutput, error)
	DeleteDistributionConfigurationAsync(ctx workflow.Context, input *imagebuilder.DeleteDistributionConfigurationInput) *DeleteDistributionConfigurationFuture

	DeleteImage(ctx workflow.Context, input *imagebuilder.DeleteImageInput) (*imagebuilder.DeleteImageOutput, error)
	DeleteImageAsync(ctx workflow.Context, input *imagebuilder.DeleteImageInput) *DeleteImageFuture

	DeleteImagePipeline(ctx workflow.Context, input *imagebuilder.DeleteImagePipelineInput) (*imagebuilder.DeleteImagePipelineOutput, error)
	DeleteImagePipelineAsync(ctx workflow.Context, input *imagebuilder.DeleteImagePipelineInput) *DeleteImagePipelineFuture

	DeleteImageRecipe(ctx workflow.Context, input *imagebuilder.DeleteImageRecipeInput) (*imagebuilder.DeleteImageRecipeOutput, error)
	DeleteImageRecipeAsync(ctx workflow.Context, input *imagebuilder.DeleteImageRecipeInput) *DeleteImageRecipeFuture

	DeleteInfrastructureConfiguration(ctx workflow.Context, input *imagebuilder.DeleteInfrastructureConfigurationInput) (*imagebuilder.DeleteInfrastructureConfigurationOutput, error)
	DeleteInfrastructureConfigurationAsync(ctx workflow.Context, input *imagebuilder.DeleteInfrastructureConfigurationInput) *DeleteInfrastructureConfigurationFuture

	GetComponent(ctx workflow.Context, input *imagebuilder.GetComponentInput) (*imagebuilder.GetComponentOutput, error)
	GetComponentAsync(ctx workflow.Context, input *imagebuilder.GetComponentInput) *GetComponentFuture

	GetComponentPolicy(ctx workflow.Context, input *imagebuilder.GetComponentPolicyInput) (*imagebuilder.GetComponentPolicyOutput, error)
	GetComponentPolicyAsync(ctx workflow.Context, input *imagebuilder.GetComponentPolicyInput) *GetComponentPolicyFuture

	GetContainerRecipe(ctx workflow.Context, input *imagebuilder.GetContainerRecipeInput) (*imagebuilder.GetContainerRecipeOutput, error)
	GetContainerRecipeAsync(ctx workflow.Context, input *imagebuilder.GetContainerRecipeInput) *GetContainerRecipeFuture

	GetContainerRecipePolicy(ctx workflow.Context, input *imagebuilder.GetContainerRecipePolicyInput) (*imagebuilder.GetContainerRecipePolicyOutput, error)
	GetContainerRecipePolicyAsync(ctx workflow.Context, input *imagebuilder.GetContainerRecipePolicyInput) *GetContainerRecipePolicyFuture

	GetDistributionConfiguration(ctx workflow.Context, input *imagebuilder.GetDistributionConfigurationInput) (*imagebuilder.GetDistributionConfigurationOutput, error)
	GetDistributionConfigurationAsync(ctx workflow.Context, input *imagebuilder.GetDistributionConfigurationInput) *GetDistributionConfigurationFuture

	GetImage(ctx workflow.Context, input *imagebuilder.GetImageInput) (*imagebuilder.GetImageOutput, error)
	GetImageAsync(ctx workflow.Context, input *imagebuilder.GetImageInput) *GetImageFuture

	GetImagePipeline(ctx workflow.Context, input *imagebuilder.GetImagePipelineInput) (*imagebuilder.GetImagePipelineOutput, error)
	GetImagePipelineAsync(ctx workflow.Context, input *imagebuilder.GetImagePipelineInput) *GetImagePipelineFuture

	GetImagePolicy(ctx workflow.Context, input *imagebuilder.GetImagePolicyInput) (*imagebuilder.GetImagePolicyOutput, error)
	GetImagePolicyAsync(ctx workflow.Context, input *imagebuilder.GetImagePolicyInput) *GetImagePolicyFuture

	GetImageRecipe(ctx workflow.Context, input *imagebuilder.GetImageRecipeInput) (*imagebuilder.GetImageRecipeOutput, error)
	GetImageRecipeAsync(ctx workflow.Context, input *imagebuilder.GetImageRecipeInput) *GetImageRecipeFuture

	GetImageRecipePolicy(ctx workflow.Context, input *imagebuilder.GetImageRecipePolicyInput) (*imagebuilder.GetImageRecipePolicyOutput, error)
	GetImageRecipePolicyAsync(ctx workflow.Context, input *imagebuilder.GetImageRecipePolicyInput) *GetImageRecipePolicyFuture

	GetInfrastructureConfiguration(ctx workflow.Context, input *imagebuilder.GetInfrastructureConfigurationInput) (*imagebuilder.GetInfrastructureConfigurationOutput, error)
	GetInfrastructureConfigurationAsync(ctx workflow.Context, input *imagebuilder.GetInfrastructureConfigurationInput) *GetInfrastructureConfigurationFuture

	ImportComponent(ctx workflow.Context, input *imagebuilder.ImportComponentInput) (*imagebuilder.ImportComponentOutput, error)
	ImportComponentAsync(ctx workflow.Context, input *imagebuilder.ImportComponentInput) *ImportComponentFuture

	ListComponentBuildVersions(ctx workflow.Context, input *imagebuilder.ListComponentBuildVersionsInput) (*imagebuilder.ListComponentBuildVersionsOutput, error)
	ListComponentBuildVersionsAsync(ctx workflow.Context, input *imagebuilder.ListComponentBuildVersionsInput) *ListComponentBuildVersionsFuture

	ListComponents(ctx workflow.Context, input *imagebuilder.ListComponentsInput) (*imagebuilder.ListComponentsOutput, error)
	ListComponentsAsync(ctx workflow.Context, input *imagebuilder.ListComponentsInput) *ListComponentsFuture

	ListContainerRecipes(ctx workflow.Context, input *imagebuilder.ListContainerRecipesInput) (*imagebuilder.ListContainerRecipesOutput, error)
	ListContainerRecipesAsync(ctx workflow.Context, input *imagebuilder.ListContainerRecipesInput) *ListContainerRecipesFuture

	ListDistributionConfigurations(ctx workflow.Context, input *imagebuilder.ListDistributionConfigurationsInput) (*imagebuilder.ListDistributionConfigurationsOutput, error)
	ListDistributionConfigurationsAsync(ctx workflow.Context, input *imagebuilder.ListDistributionConfigurationsInput) *ListDistributionConfigurationsFuture

	ListImageBuildVersions(ctx workflow.Context, input *imagebuilder.ListImageBuildVersionsInput) (*imagebuilder.ListImageBuildVersionsOutput, error)
	ListImageBuildVersionsAsync(ctx workflow.Context, input *imagebuilder.ListImageBuildVersionsInput) *ListImageBuildVersionsFuture

	ListImagePipelineImages(ctx workflow.Context, input *imagebuilder.ListImagePipelineImagesInput) (*imagebuilder.ListImagePipelineImagesOutput, error)
	ListImagePipelineImagesAsync(ctx workflow.Context, input *imagebuilder.ListImagePipelineImagesInput) *ListImagePipelineImagesFuture

	ListImagePipelines(ctx workflow.Context, input *imagebuilder.ListImagePipelinesInput) (*imagebuilder.ListImagePipelinesOutput, error)
	ListImagePipelinesAsync(ctx workflow.Context, input *imagebuilder.ListImagePipelinesInput) *ListImagePipelinesFuture

	ListImageRecipes(ctx workflow.Context, input *imagebuilder.ListImageRecipesInput) (*imagebuilder.ListImageRecipesOutput, error)
	ListImageRecipesAsync(ctx workflow.Context, input *imagebuilder.ListImageRecipesInput) *ListImageRecipesFuture

	ListImages(ctx workflow.Context, input *imagebuilder.ListImagesInput) (*imagebuilder.ListImagesOutput, error)
	ListImagesAsync(ctx workflow.Context, input *imagebuilder.ListImagesInput) *ListImagesFuture

	ListInfrastructureConfigurations(ctx workflow.Context, input *imagebuilder.ListInfrastructureConfigurationsInput) (*imagebuilder.ListInfrastructureConfigurationsOutput, error)
	ListInfrastructureConfigurationsAsync(ctx workflow.Context, input *imagebuilder.ListInfrastructureConfigurationsInput) *ListInfrastructureConfigurationsFuture

	ListTagsForResource(ctx workflow.Context, input *imagebuilder.ListTagsForResourceInput) (*imagebuilder.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *imagebuilder.ListTagsForResourceInput) *ListTagsForResourceFuture

	PutComponentPolicy(ctx workflow.Context, input *imagebuilder.PutComponentPolicyInput) (*imagebuilder.PutComponentPolicyOutput, error)
	PutComponentPolicyAsync(ctx workflow.Context, input *imagebuilder.PutComponentPolicyInput) *PutComponentPolicyFuture

	PutContainerRecipePolicy(ctx workflow.Context, input *imagebuilder.PutContainerRecipePolicyInput) (*imagebuilder.PutContainerRecipePolicyOutput, error)
	PutContainerRecipePolicyAsync(ctx workflow.Context, input *imagebuilder.PutContainerRecipePolicyInput) *PutContainerRecipePolicyFuture

	PutImagePolicy(ctx workflow.Context, input *imagebuilder.PutImagePolicyInput) (*imagebuilder.PutImagePolicyOutput, error)
	PutImagePolicyAsync(ctx workflow.Context, input *imagebuilder.PutImagePolicyInput) *PutImagePolicyFuture

	PutImageRecipePolicy(ctx workflow.Context, input *imagebuilder.PutImageRecipePolicyInput) (*imagebuilder.PutImageRecipePolicyOutput, error)
	PutImageRecipePolicyAsync(ctx workflow.Context, input *imagebuilder.PutImageRecipePolicyInput) *PutImageRecipePolicyFuture

	StartImagePipelineExecution(ctx workflow.Context, input *imagebuilder.StartImagePipelineExecutionInput) (*imagebuilder.StartImagePipelineExecutionOutput, error)
	StartImagePipelineExecutionAsync(ctx workflow.Context, input *imagebuilder.StartImagePipelineExecutionInput) *StartImagePipelineExecutionFuture

	TagResource(ctx workflow.Context, input *imagebuilder.TagResourceInput) (*imagebuilder.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *imagebuilder.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *imagebuilder.UntagResourceInput) (*imagebuilder.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *imagebuilder.UntagResourceInput) *UntagResourceFuture

	UpdateDistributionConfiguration(ctx workflow.Context, input *imagebuilder.UpdateDistributionConfigurationInput) (*imagebuilder.UpdateDistributionConfigurationOutput, error)
	UpdateDistributionConfigurationAsync(ctx workflow.Context, input *imagebuilder.UpdateDistributionConfigurationInput) *UpdateDistributionConfigurationFuture

	UpdateImagePipeline(ctx workflow.Context, input *imagebuilder.UpdateImagePipelineInput) (*imagebuilder.UpdateImagePipelineOutput, error)
	UpdateImagePipelineAsync(ctx workflow.Context, input *imagebuilder.UpdateImagePipelineInput) *UpdateImagePipelineFuture

	UpdateInfrastructureConfiguration(ctx workflow.Context, input *imagebuilder.UpdateInfrastructureConfigurationInput) (*imagebuilder.UpdateInfrastructureConfigurationOutput, error)
	UpdateInfrastructureConfigurationAsync(ctx workflow.Context, input *imagebuilder.UpdateInfrastructureConfigurationInput) *UpdateInfrastructureConfigurationFuture
}

func NewClient

func NewClient() Client

type CreateComponentFuture

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

func (*CreateComponentFuture) Get

type CreateContainerRecipeFuture

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

func (*CreateContainerRecipeFuture) Get

type CreateDistributionConfigurationFuture

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

func (*CreateDistributionConfigurationFuture) Get

type CreateImageFuture

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

func (*CreateImageFuture) Get

type CreateImagePipelineFuture

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

func (*CreateImagePipelineFuture) Get

type CreateImageRecipeFuture

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

func (*CreateImageRecipeFuture) Get

type CreateInfrastructureConfigurationFuture

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

func (*CreateInfrastructureConfigurationFuture) Get

type DeleteComponentFuture

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

func (*DeleteComponentFuture) Get

type DeleteContainerRecipeFuture

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

func (*DeleteContainerRecipeFuture) Get

type DeleteDistributionConfigurationFuture

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

func (*DeleteDistributionConfigurationFuture) Get

type DeleteImageFuture

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

func (*DeleteImageFuture) Get

type DeleteImagePipelineFuture

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

func (*DeleteImagePipelineFuture) Get

type DeleteImageRecipeFuture

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

func (*DeleteImageRecipeFuture) Get

type DeleteInfrastructureConfigurationFuture

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

func (*DeleteInfrastructureConfigurationFuture) Get

type GetComponentFuture

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

func (*GetComponentFuture) Get

type GetComponentPolicyFuture

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

func (*GetComponentPolicyFuture) Get

type GetContainerRecipeFuture

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

func (*GetContainerRecipeFuture) Get

type GetContainerRecipePolicyFuture

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

func (*GetContainerRecipePolicyFuture) Get

type GetDistributionConfigurationFuture

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

func (*GetDistributionConfigurationFuture) Get

type GetImageFuture

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

func (*GetImageFuture) Get

type GetImagePipelineFuture

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

func (*GetImagePipelineFuture) Get

type GetImagePolicyFuture

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

func (*GetImagePolicyFuture) Get

type GetImageRecipeFuture

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

func (*GetImageRecipeFuture) Get

type GetImageRecipePolicyFuture

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

func (*GetImageRecipePolicyFuture) Get

type GetInfrastructureConfigurationFuture

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

func (*GetInfrastructureConfigurationFuture) Get

type ImportComponentFuture

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

func (*ImportComponentFuture) Get

type ListComponentBuildVersionsFuture

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

func (*ListComponentBuildVersionsFuture) Get

type ListComponentsFuture

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

func (*ListComponentsFuture) Get

type ListContainerRecipesFuture

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

func (*ListContainerRecipesFuture) Get

type ListDistributionConfigurationsFuture

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

func (*ListDistributionConfigurationsFuture) Get

type ListImageBuildVersionsFuture

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

func (*ListImageBuildVersionsFuture) Get

type ListImagePipelineImagesFuture

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

func (*ListImagePipelineImagesFuture) Get

type ListImagePipelinesFuture

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

func (*ListImagePipelinesFuture) Get

type ListImageRecipesFuture

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

func (*ListImageRecipesFuture) Get

type ListImagesFuture

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

func (*ListImagesFuture) Get

type ListInfrastructureConfigurationsFuture

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

func (*ListInfrastructureConfigurationsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutComponentPolicyFuture

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

func (*PutComponentPolicyFuture) Get

type PutContainerRecipePolicyFuture

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

func (*PutContainerRecipePolicyFuture) Get

type PutImagePolicyFuture

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

func (*PutImagePolicyFuture) Get

type PutImageRecipePolicyFuture

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

func (*PutImageRecipePolicyFuture) Get

type StartImagePipelineExecutionFuture

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

func (*StartImagePipelineExecutionFuture) 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 UpdateDistributionConfigurationFuture

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

func (*UpdateDistributionConfigurationFuture) Get

type UpdateImagePipelineFuture

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

func (*UpdateImagePipelineFuture) Get

type UpdateInfrastructureConfigurationFuture

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

func (*UpdateInfrastructureConfigurationFuture) Get

Jump to

Keyboard shortcuts

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