appconfigstub

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 Client

type Client interface {
	CreateApplication(ctx workflow.Context, input *appconfig.CreateApplicationInput) (*appconfig.CreateApplicationOutput, error)
	CreateApplicationAsync(ctx workflow.Context, input *appconfig.CreateApplicationInput) *CreateApplicationFuture

	CreateConfigurationProfile(ctx workflow.Context, input *appconfig.CreateConfigurationProfileInput) (*appconfig.CreateConfigurationProfileOutput, error)
	CreateConfigurationProfileAsync(ctx workflow.Context, input *appconfig.CreateConfigurationProfileInput) *CreateConfigurationProfileFuture

	CreateDeploymentStrategy(ctx workflow.Context, input *appconfig.CreateDeploymentStrategyInput) (*appconfig.CreateDeploymentStrategyOutput, error)
	CreateDeploymentStrategyAsync(ctx workflow.Context, input *appconfig.CreateDeploymentStrategyInput) *CreateDeploymentStrategyFuture

	CreateEnvironment(ctx workflow.Context, input *appconfig.CreateEnvironmentInput) (*appconfig.CreateEnvironmentOutput, error)
	CreateEnvironmentAsync(ctx workflow.Context, input *appconfig.CreateEnvironmentInput) *CreateEnvironmentFuture

	CreateHostedConfigurationVersion(ctx workflow.Context, input *appconfig.CreateHostedConfigurationVersionInput) (*appconfig.CreateHostedConfigurationVersionOutput, error)
	CreateHostedConfigurationVersionAsync(ctx workflow.Context, input *appconfig.CreateHostedConfigurationVersionInput) *CreateHostedConfigurationVersionFuture

	DeleteApplication(ctx workflow.Context, input *appconfig.DeleteApplicationInput) (*appconfig.DeleteApplicationOutput, error)
	DeleteApplicationAsync(ctx workflow.Context, input *appconfig.DeleteApplicationInput) *DeleteApplicationFuture

	DeleteConfigurationProfile(ctx workflow.Context, input *appconfig.DeleteConfigurationProfileInput) (*appconfig.DeleteConfigurationProfileOutput, error)
	DeleteConfigurationProfileAsync(ctx workflow.Context, input *appconfig.DeleteConfigurationProfileInput) *DeleteConfigurationProfileFuture

	DeleteDeploymentStrategy(ctx workflow.Context, input *appconfig.DeleteDeploymentStrategyInput) (*appconfig.DeleteDeploymentStrategyOutput, error)
	DeleteDeploymentStrategyAsync(ctx workflow.Context, input *appconfig.DeleteDeploymentStrategyInput) *DeleteDeploymentStrategyFuture

	DeleteEnvironment(ctx workflow.Context, input *appconfig.DeleteEnvironmentInput) (*appconfig.DeleteEnvironmentOutput, error)
	DeleteEnvironmentAsync(ctx workflow.Context, input *appconfig.DeleteEnvironmentInput) *DeleteEnvironmentFuture

	DeleteHostedConfigurationVersion(ctx workflow.Context, input *appconfig.DeleteHostedConfigurationVersionInput) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
	DeleteHostedConfigurationVersionAsync(ctx workflow.Context, input *appconfig.DeleteHostedConfigurationVersionInput) *DeleteHostedConfigurationVersionFuture

	GetApplication(ctx workflow.Context, input *appconfig.GetApplicationInput) (*appconfig.GetApplicationOutput, error)
	GetApplicationAsync(ctx workflow.Context, input *appconfig.GetApplicationInput) *GetApplicationFuture

	GetConfiguration(ctx workflow.Context, input *appconfig.GetConfigurationInput) (*appconfig.GetConfigurationOutput, error)
	GetConfigurationAsync(ctx workflow.Context, input *appconfig.GetConfigurationInput) *GetConfigurationFuture

	GetConfigurationProfile(ctx workflow.Context, input *appconfig.GetConfigurationProfileInput) (*appconfig.GetConfigurationProfileOutput, error)
	GetConfigurationProfileAsync(ctx workflow.Context, input *appconfig.GetConfigurationProfileInput) *GetConfigurationProfileFuture

	GetDeployment(ctx workflow.Context, input *appconfig.GetDeploymentInput) (*appconfig.GetDeploymentOutput, error)
	GetDeploymentAsync(ctx workflow.Context, input *appconfig.GetDeploymentInput) *GetDeploymentFuture

	GetDeploymentStrategy(ctx workflow.Context, input *appconfig.GetDeploymentStrategyInput) (*appconfig.GetDeploymentStrategyOutput, error)
	GetDeploymentStrategyAsync(ctx workflow.Context, input *appconfig.GetDeploymentStrategyInput) *GetDeploymentStrategyFuture

	GetEnvironment(ctx workflow.Context, input *appconfig.GetEnvironmentInput) (*appconfig.GetEnvironmentOutput, error)
	GetEnvironmentAsync(ctx workflow.Context, input *appconfig.GetEnvironmentInput) *GetEnvironmentFuture

	GetHostedConfigurationVersion(ctx workflow.Context, input *appconfig.GetHostedConfigurationVersionInput) (*appconfig.GetHostedConfigurationVersionOutput, error)
	GetHostedConfigurationVersionAsync(ctx workflow.Context, input *appconfig.GetHostedConfigurationVersionInput) *GetHostedConfigurationVersionFuture

	ListApplications(ctx workflow.Context, input *appconfig.ListApplicationsInput) (*appconfig.ListApplicationsOutput, error)
	ListApplicationsAsync(ctx workflow.Context, input *appconfig.ListApplicationsInput) *ListApplicationsFuture

	ListConfigurationProfiles(ctx workflow.Context, input *appconfig.ListConfigurationProfilesInput) (*appconfig.ListConfigurationProfilesOutput, error)
	ListConfigurationProfilesAsync(ctx workflow.Context, input *appconfig.ListConfigurationProfilesInput) *ListConfigurationProfilesFuture

	ListDeploymentStrategies(ctx workflow.Context, input *appconfig.ListDeploymentStrategiesInput) (*appconfig.ListDeploymentStrategiesOutput, error)
	ListDeploymentStrategiesAsync(ctx workflow.Context, input *appconfig.ListDeploymentStrategiesInput) *ListDeploymentStrategiesFuture

	ListDeployments(ctx workflow.Context, input *appconfig.ListDeploymentsInput) (*appconfig.ListDeploymentsOutput, error)
	ListDeploymentsAsync(ctx workflow.Context, input *appconfig.ListDeploymentsInput) *ListDeploymentsFuture

	ListEnvironments(ctx workflow.Context, input *appconfig.ListEnvironmentsInput) (*appconfig.ListEnvironmentsOutput, error)
	ListEnvironmentsAsync(ctx workflow.Context, input *appconfig.ListEnvironmentsInput) *ListEnvironmentsFuture

	ListHostedConfigurationVersions(ctx workflow.Context, input *appconfig.ListHostedConfigurationVersionsInput) (*appconfig.ListHostedConfigurationVersionsOutput, error)
	ListHostedConfigurationVersionsAsync(ctx workflow.Context, input *appconfig.ListHostedConfigurationVersionsInput) *ListHostedConfigurationVersionsFuture

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

	StartDeployment(ctx workflow.Context, input *appconfig.StartDeploymentInput) (*appconfig.StartDeploymentOutput, error)
	StartDeploymentAsync(ctx workflow.Context, input *appconfig.StartDeploymentInput) *StartDeploymentFuture

	StopDeployment(ctx workflow.Context, input *appconfig.StopDeploymentInput) (*appconfig.StopDeploymentOutput, error)
	StopDeploymentAsync(ctx workflow.Context, input *appconfig.StopDeploymentInput) *StopDeploymentFuture

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

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

	UpdateApplication(ctx workflow.Context, input *appconfig.UpdateApplicationInput) (*appconfig.UpdateApplicationOutput, error)
	UpdateApplicationAsync(ctx workflow.Context, input *appconfig.UpdateApplicationInput) *UpdateApplicationFuture

	UpdateConfigurationProfile(ctx workflow.Context, input *appconfig.UpdateConfigurationProfileInput) (*appconfig.UpdateConfigurationProfileOutput, error)
	UpdateConfigurationProfileAsync(ctx workflow.Context, input *appconfig.UpdateConfigurationProfileInput) *UpdateConfigurationProfileFuture

	UpdateDeploymentStrategy(ctx workflow.Context, input *appconfig.UpdateDeploymentStrategyInput) (*appconfig.UpdateDeploymentStrategyOutput, error)
	UpdateDeploymentStrategyAsync(ctx workflow.Context, input *appconfig.UpdateDeploymentStrategyInput) *UpdateDeploymentStrategyFuture

	UpdateEnvironment(ctx workflow.Context, input *appconfig.UpdateEnvironmentInput) (*appconfig.UpdateEnvironmentOutput, error)
	UpdateEnvironmentAsync(ctx workflow.Context, input *appconfig.UpdateEnvironmentInput) *UpdateEnvironmentFuture

	ValidateConfiguration(ctx workflow.Context, input *appconfig.ValidateConfigurationInput) (*appconfig.ValidateConfigurationOutput, error)
	ValidateConfigurationAsync(ctx workflow.Context, input *appconfig.ValidateConfigurationInput) *ValidateConfigurationFuture
}

func NewClient

func NewClient() Client

type CreateApplicationFuture

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

func (*CreateApplicationFuture) Get

type CreateConfigurationProfileFuture

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

func (*CreateConfigurationProfileFuture) Get

type CreateDeploymentStrategyFuture

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

func (*CreateDeploymentStrategyFuture) Get

type CreateEnvironmentFuture

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

func (*CreateEnvironmentFuture) Get

type CreateHostedConfigurationVersionFuture

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

func (*CreateHostedConfigurationVersionFuture) Get

type DeleteApplicationFuture

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

func (*DeleteApplicationFuture) Get

type DeleteConfigurationProfileFuture

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

func (*DeleteConfigurationProfileFuture) Get

type DeleteDeploymentStrategyFuture

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

func (*DeleteDeploymentStrategyFuture) Get

type DeleteEnvironmentFuture

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

func (*DeleteEnvironmentFuture) Get

type DeleteHostedConfigurationVersionFuture

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

func (*DeleteHostedConfigurationVersionFuture) Get

type GetApplicationFuture

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

func (*GetApplicationFuture) Get

type GetConfigurationFuture

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

func (*GetConfigurationFuture) Get

type GetConfigurationProfileFuture

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

func (*GetConfigurationProfileFuture) Get

type GetDeploymentFuture

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

func (*GetDeploymentFuture) Get

type GetDeploymentStrategyFuture

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

func (*GetDeploymentStrategyFuture) Get

type GetEnvironmentFuture

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

func (*GetEnvironmentFuture) Get

type GetHostedConfigurationVersionFuture

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

func (*GetHostedConfigurationVersionFuture) Get

type ListApplicationsFuture

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

func (*ListApplicationsFuture) Get

type ListConfigurationProfilesFuture

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

func (*ListConfigurationProfilesFuture) Get

type ListDeploymentStrategiesFuture

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

func (*ListDeploymentStrategiesFuture) Get

type ListDeploymentsFuture

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

func (*ListDeploymentsFuture) Get

type ListEnvironmentsFuture

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

func (*ListEnvironmentsFuture) Get

type ListHostedConfigurationVersionsFuture

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

func (*ListHostedConfigurationVersionsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type StartDeploymentFuture

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

func (*StartDeploymentFuture) Get

type StopDeploymentFuture

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

func (*StopDeploymentFuture) 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 UpdateApplicationFuture

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

func (*UpdateApplicationFuture) Get

type UpdateConfigurationProfileFuture

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

func (*UpdateConfigurationProfileFuture) Get

type UpdateDeploymentStrategyFuture

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

func (*UpdateDeploymentStrategyFuture) Get

type UpdateEnvironmentFuture

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

func (*UpdateEnvironmentFuture) Get

type ValidateConfigurationFuture

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

func (*ValidateConfigurationFuture) Get

Jump to

Keyboard shortcuts

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