Documentation ¶
Index ¶
- type CancelImageCreationFuture
- type Client
- type CreateComponentFuture
- type CreateContainerRecipeFuture
- type CreateDistributionConfigurationFuture
- type CreateImageFuture
- type CreateImagePipelineFuture
- type CreateImageRecipeFuture
- type CreateInfrastructureConfigurationFuture
- type DeleteComponentFuture
- type DeleteContainerRecipeFuture
- type DeleteDistributionConfigurationFuture
- type DeleteImageFuture
- type DeleteImagePipelineFuture
- type DeleteImageRecipeFuture
- type DeleteInfrastructureConfigurationFuture
- type GetComponentFuture
- type GetComponentPolicyFuture
- type GetContainerRecipeFuture
- type GetContainerRecipePolicyFuture
- type GetDistributionConfigurationFuture
- type GetImageFuture
- type GetImagePipelineFuture
- type GetImagePolicyFuture
- type GetImageRecipeFuture
- type GetImageRecipePolicyFuture
- type GetInfrastructureConfigurationFuture
- type ImportComponentFuture
- type ListComponentBuildVersionsFuture
- type ListComponentsFuture
- type ListContainerRecipesFuture
- type ListDistributionConfigurationsFuture
- type ListImageBuildVersionsFuture
- type ListImagePipelineImagesFuture
- type ListImagePipelinesFuture
- type ListImageRecipesFuture
- type ListImagesFuture
- type ListInfrastructureConfigurationsFuture
- type ListTagsForResourceFuture
- type PutComponentPolicyFuture
- type PutContainerRecipePolicyFuture
- type PutImagePolicyFuture
- type PutImageRecipePolicyFuture
- type StartImagePipelineExecutionFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDistributionConfigurationFuture
- type UpdateImagePipelineFuture
- type UpdateInfrastructureConfigurationFuture
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 ¶
func (r *CancelImageCreationFuture) Get(ctx workflow.Context) (*imagebuilder.CancelImageCreationOutput, error)
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 }
type CreateComponentFuture ¶
type CreateComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateComponentFuture) Get ¶
func (r *CreateComponentFuture) Get(ctx workflow.Context) (*imagebuilder.CreateComponentOutput, error)
type CreateContainerRecipeFuture ¶
type CreateContainerRecipeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateContainerRecipeFuture) Get ¶
func (r *CreateContainerRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.CreateContainerRecipeOutput, error)
type CreateDistributionConfigurationFuture ¶
type CreateDistributionConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDistributionConfigurationFuture) Get ¶
func (r *CreateDistributionConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.CreateDistributionConfigurationOutput, error)
type CreateImageFuture ¶
func (*CreateImageFuture) Get ¶
func (r *CreateImageFuture) Get(ctx workflow.Context) (*imagebuilder.CreateImageOutput, error)
type CreateImagePipelineFuture ¶
type CreateImagePipelineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateImagePipelineFuture) Get ¶
func (r *CreateImagePipelineFuture) Get(ctx workflow.Context) (*imagebuilder.CreateImagePipelineOutput, error)
type CreateImageRecipeFuture ¶
type CreateImageRecipeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateImageRecipeFuture) Get ¶
func (r *CreateImageRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.CreateImageRecipeOutput, error)
type CreateInfrastructureConfigurationFuture ¶
type CreateInfrastructureConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateInfrastructureConfigurationFuture) Get ¶
func (r *CreateInfrastructureConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.CreateInfrastructureConfigurationOutput, error)
type DeleteComponentFuture ¶
type DeleteComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteComponentFuture) Get ¶
func (r *DeleteComponentFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteComponentOutput, error)
type DeleteContainerRecipeFuture ¶
type DeleteContainerRecipeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteContainerRecipeFuture) Get ¶
func (r *DeleteContainerRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteContainerRecipeOutput, error)
type DeleteDistributionConfigurationFuture ¶
type DeleteDistributionConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDistributionConfigurationFuture) Get ¶
func (r *DeleteDistributionConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteDistributionConfigurationOutput, error)
type DeleteImageFuture ¶
func (*DeleteImageFuture) Get ¶
func (r *DeleteImageFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteImageOutput, error)
type DeleteImagePipelineFuture ¶
type DeleteImagePipelineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteImagePipelineFuture) Get ¶
func (r *DeleteImagePipelineFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteImagePipelineOutput, error)
type DeleteImageRecipeFuture ¶
type DeleteImageRecipeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteImageRecipeFuture) Get ¶
func (r *DeleteImageRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteImageRecipeOutput, error)
type DeleteInfrastructureConfigurationFuture ¶
type DeleteInfrastructureConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInfrastructureConfigurationFuture) Get ¶
func (r *DeleteInfrastructureConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.DeleteInfrastructureConfigurationOutput, error)
type GetComponentFuture ¶
func (*GetComponentFuture) Get ¶
func (r *GetComponentFuture) Get(ctx workflow.Context) (*imagebuilder.GetComponentOutput, error)
type GetComponentPolicyFuture ¶
type GetComponentPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetComponentPolicyFuture) Get ¶
func (r *GetComponentPolicyFuture) Get(ctx workflow.Context) (*imagebuilder.GetComponentPolicyOutput, error)
type GetContainerRecipeFuture ¶
type GetContainerRecipeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetContainerRecipeFuture) Get ¶
func (r *GetContainerRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.GetContainerRecipeOutput, error)
type GetContainerRecipePolicyFuture ¶
type GetContainerRecipePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetContainerRecipePolicyFuture) Get ¶
func (r *GetContainerRecipePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.GetContainerRecipePolicyOutput, error)
type GetDistributionConfigurationFuture ¶
type GetDistributionConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDistributionConfigurationFuture) Get ¶
func (r *GetDistributionConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.GetDistributionConfigurationOutput, error)
type GetImageFuture ¶
func (*GetImageFuture) Get ¶
func (r *GetImageFuture) Get(ctx workflow.Context) (*imagebuilder.GetImageOutput, error)
type GetImagePipelineFuture ¶
type GetImagePipelineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetImagePipelineFuture) Get ¶
func (r *GetImagePipelineFuture) Get(ctx workflow.Context) (*imagebuilder.GetImagePipelineOutput, error)
type GetImagePolicyFuture ¶
func (*GetImagePolicyFuture) Get ¶
func (r *GetImagePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.GetImagePolicyOutput, error)
type GetImageRecipeFuture ¶
func (*GetImageRecipeFuture) Get ¶
func (r *GetImageRecipeFuture) Get(ctx workflow.Context) (*imagebuilder.GetImageRecipeOutput, error)
type GetImageRecipePolicyFuture ¶
type GetImageRecipePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetImageRecipePolicyFuture) Get ¶
func (r *GetImageRecipePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.GetImageRecipePolicyOutput, error)
type GetInfrastructureConfigurationFuture ¶
type GetInfrastructureConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInfrastructureConfigurationFuture) Get ¶
func (r *GetInfrastructureConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.GetInfrastructureConfigurationOutput, error)
type ImportComponentFuture ¶
type ImportComponentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportComponentFuture) Get ¶
func (r *ImportComponentFuture) Get(ctx workflow.Context) (*imagebuilder.ImportComponentOutput, error)
type ListComponentBuildVersionsFuture ¶
type ListComponentBuildVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListComponentBuildVersionsFuture) Get ¶
func (r *ListComponentBuildVersionsFuture) Get(ctx workflow.Context) (*imagebuilder.ListComponentBuildVersionsOutput, error)
type ListComponentsFuture ¶
func (*ListComponentsFuture) Get ¶
func (r *ListComponentsFuture) Get(ctx workflow.Context) (*imagebuilder.ListComponentsOutput, error)
type ListContainerRecipesFuture ¶
type ListContainerRecipesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListContainerRecipesFuture) Get ¶
func (r *ListContainerRecipesFuture) Get(ctx workflow.Context) (*imagebuilder.ListContainerRecipesOutput, error)
type ListDistributionConfigurationsFuture ¶
type ListDistributionConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributionConfigurationsFuture) Get ¶
func (r *ListDistributionConfigurationsFuture) Get(ctx workflow.Context) (*imagebuilder.ListDistributionConfigurationsOutput, error)
type ListImageBuildVersionsFuture ¶
type ListImageBuildVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListImageBuildVersionsFuture) Get ¶
func (r *ListImageBuildVersionsFuture) Get(ctx workflow.Context) (*imagebuilder.ListImageBuildVersionsOutput, error)
type ListImagePipelineImagesFuture ¶
type ListImagePipelineImagesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListImagePipelineImagesFuture) Get ¶
func (r *ListImagePipelineImagesFuture) Get(ctx workflow.Context) (*imagebuilder.ListImagePipelineImagesOutput, error)
type ListImagePipelinesFuture ¶
type ListImagePipelinesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListImagePipelinesFuture) Get ¶
func (r *ListImagePipelinesFuture) Get(ctx workflow.Context) (*imagebuilder.ListImagePipelinesOutput, error)
type ListImageRecipesFuture ¶
type ListImageRecipesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListImageRecipesFuture) Get ¶
func (r *ListImageRecipesFuture) Get(ctx workflow.Context) (*imagebuilder.ListImageRecipesOutput, error)
type ListImagesFuture ¶
func (*ListImagesFuture) Get ¶
func (r *ListImagesFuture) Get(ctx workflow.Context) (*imagebuilder.ListImagesOutput, error)
type ListInfrastructureConfigurationsFuture ¶
type ListInfrastructureConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInfrastructureConfigurationsFuture) Get ¶
func (r *ListInfrastructureConfigurationsFuture) Get(ctx workflow.Context) (*imagebuilder.ListInfrastructureConfigurationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*imagebuilder.ListTagsForResourceOutput, error)
type PutComponentPolicyFuture ¶
type PutComponentPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutComponentPolicyFuture) Get ¶
func (r *PutComponentPolicyFuture) Get(ctx workflow.Context) (*imagebuilder.PutComponentPolicyOutput, error)
type PutContainerRecipePolicyFuture ¶
type PutContainerRecipePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutContainerRecipePolicyFuture) Get ¶
func (r *PutContainerRecipePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.PutContainerRecipePolicyOutput, error)
type PutImagePolicyFuture ¶
func (*PutImagePolicyFuture) Get ¶
func (r *PutImagePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.PutImagePolicyOutput, error)
type PutImageRecipePolicyFuture ¶
type PutImageRecipePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutImageRecipePolicyFuture) Get ¶
func (r *PutImageRecipePolicyFuture) Get(ctx workflow.Context) (*imagebuilder.PutImageRecipePolicyOutput, error)
type StartImagePipelineExecutionFuture ¶
type StartImagePipelineExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartImagePipelineExecutionFuture) Get ¶
func (r *StartImagePipelineExecutionFuture) Get(ctx workflow.Context) (*imagebuilder.StartImagePipelineExecutionOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*imagebuilder.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*imagebuilder.UntagResourceOutput, error)
type UpdateDistributionConfigurationFuture ¶
type UpdateDistributionConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDistributionConfigurationFuture) Get ¶
func (r *UpdateDistributionConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.UpdateDistributionConfigurationOutput, error)
type UpdateImagePipelineFuture ¶
type UpdateImagePipelineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateImagePipelineFuture) Get ¶
func (r *UpdateImagePipelineFuture) Get(ctx workflow.Context) (*imagebuilder.UpdateImagePipelineOutput, error)
type UpdateInfrastructureConfigurationFuture ¶
type UpdateInfrastructureConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateInfrastructureConfigurationFuture) Get ¶
func (r *UpdateInfrastructureConfigurationFuture) Get(ctx workflow.Context) (*imagebuilder.UpdateInfrastructureConfigurationOutput, error)
Click to show internal directories.
Click to hide internal directories.