Documentation ¶
Index ¶
- type Client
- type CreateApplicationFuture
- type CreateConfigurationProfileFuture
- type CreateDeploymentStrategyFuture
- type CreateEnvironmentFuture
- type CreateHostedConfigurationVersionFuture
- type DeleteApplicationFuture
- type DeleteConfigurationProfileFuture
- type DeleteDeploymentStrategyFuture
- type DeleteEnvironmentFuture
- type DeleteHostedConfigurationVersionFuture
- type GetApplicationFuture
- type GetConfigurationFuture
- type GetConfigurationProfileFuture
- type GetDeploymentFuture
- type GetDeploymentStrategyFuture
- type GetEnvironmentFuture
- type GetHostedConfigurationVersionFuture
- type ListApplicationsFuture
- type ListConfigurationProfilesFuture
- type ListDeploymentStrategiesFuture
- type ListDeploymentsFuture
- type ListEnvironmentsFuture
- type ListHostedConfigurationVersionsFuture
- type ListTagsForResourceFuture
- type StartDeploymentFuture
- type StopDeploymentFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApplicationFuture
- type UpdateConfigurationProfileFuture
- type UpdateDeploymentStrategyFuture
- type UpdateEnvironmentFuture
- type ValidateConfigurationFuture
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 }
type CreateApplicationFuture ¶
type CreateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApplicationFuture) Get ¶
func (r *CreateApplicationFuture) Get(ctx workflow.Context) (*appconfig.CreateApplicationOutput, error)
type CreateConfigurationProfileFuture ¶
type CreateConfigurationProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConfigurationProfileFuture) Get ¶
func (r *CreateConfigurationProfileFuture) Get(ctx workflow.Context) (*appconfig.CreateConfigurationProfileOutput, error)
type CreateDeploymentStrategyFuture ¶
type CreateDeploymentStrategyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentStrategyFuture) Get ¶
func (r *CreateDeploymentStrategyFuture) Get(ctx workflow.Context) (*appconfig.CreateDeploymentStrategyOutput, error)
type CreateEnvironmentFuture ¶
type CreateEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateEnvironmentFuture) Get ¶
func (r *CreateEnvironmentFuture) Get(ctx workflow.Context) (*appconfig.CreateEnvironmentOutput, error)
type CreateHostedConfigurationVersionFuture ¶
type CreateHostedConfigurationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateHostedConfigurationVersionFuture) Get ¶
func (r *CreateHostedConfigurationVersionFuture) Get(ctx workflow.Context) (*appconfig.CreateHostedConfigurationVersionOutput, error)
type DeleteApplicationFuture ¶
type DeleteApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApplicationFuture) Get ¶
func (r *DeleteApplicationFuture) Get(ctx workflow.Context) (*appconfig.DeleteApplicationOutput, error)
type DeleteConfigurationProfileFuture ¶
type DeleteConfigurationProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConfigurationProfileFuture) Get ¶
func (r *DeleteConfigurationProfileFuture) Get(ctx workflow.Context) (*appconfig.DeleteConfigurationProfileOutput, error)
type DeleteDeploymentStrategyFuture ¶
type DeleteDeploymentStrategyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeploymentStrategyFuture) Get ¶
func (r *DeleteDeploymentStrategyFuture) Get(ctx workflow.Context) (*appconfig.DeleteDeploymentStrategyOutput, error)
type DeleteEnvironmentFuture ¶
type DeleteEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEnvironmentFuture) Get ¶
func (r *DeleteEnvironmentFuture) Get(ctx workflow.Context) (*appconfig.DeleteEnvironmentOutput, error)
type DeleteHostedConfigurationVersionFuture ¶
type DeleteHostedConfigurationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteHostedConfigurationVersionFuture) Get ¶
func (r *DeleteHostedConfigurationVersionFuture) Get(ctx workflow.Context) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
type GetApplicationFuture ¶
func (*GetApplicationFuture) Get ¶
func (r *GetApplicationFuture) Get(ctx workflow.Context) (*appconfig.GetApplicationOutput, error)
type GetConfigurationFuture ¶
type GetConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetConfigurationFuture) Get ¶
func (r *GetConfigurationFuture) Get(ctx workflow.Context) (*appconfig.GetConfigurationOutput, error)
type GetConfigurationProfileFuture ¶
type GetConfigurationProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetConfigurationProfileFuture) Get ¶
func (r *GetConfigurationProfileFuture) Get(ctx workflow.Context) (*appconfig.GetConfigurationProfileOutput, error)
type GetDeploymentFuture ¶
func (*GetDeploymentFuture) Get ¶
func (r *GetDeploymentFuture) Get(ctx workflow.Context) (*appconfig.GetDeploymentOutput, error)
type GetDeploymentStrategyFuture ¶
type GetDeploymentStrategyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeploymentStrategyFuture) Get ¶
func (r *GetDeploymentStrategyFuture) Get(ctx workflow.Context) (*appconfig.GetDeploymentStrategyOutput, error)
type GetEnvironmentFuture ¶
func (*GetEnvironmentFuture) Get ¶
func (r *GetEnvironmentFuture) Get(ctx workflow.Context) (*appconfig.GetEnvironmentOutput, error)
type GetHostedConfigurationVersionFuture ¶
type GetHostedConfigurationVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetHostedConfigurationVersionFuture) Get ¶
func (r *GetHostedConfigurationVersionFuture) Get(ctx workflow.Context) (*appconfig.GetHostedConfigurationVersionOutput, error)
type ListApplicationsFuture ¶
type ListApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationsFuture) Get ¶
func (r *ListApplicationsFuture) Get(ctx workflow.Context) (*appconfig.ListApplicationsOutput, error)
type ListConfigurationProfilesFuture ¶
type ListConfigurationProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListConfigurationProfilesFuture) Get ¶
func (r *ListConfigurationProfilesFuture) Get(ctx workflow.Context) (*appconfig.ListConfigurationProfilesOutput, error)
type ListDeploymentStrategiesFuture ¶
type ListDeploymentStrategiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentStrategiesFuture) Get ¶
func (r *ListDeploymentStrategiesFuture) Get(ctx workflow.Context) (*appconfig.ListDeploymentStrategiesOutput, error)
type ListDeploymentsFuture ¶
type ListDeploymentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentsFuture) Get ¶
func (r *ListDeploymentsFuture) Get(ctx workflow.Context) (*appconfig.ListDeploymentsOutput, error)
type ListEnvironmentsFuture ¶
type ListEnvironmentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEnvironmentsFuture) Get ¶
func (r *ListEnvironmentsFuture) Get(ctx workflow.Context) (*appconfig.ListEnvironmentsOutput, error)
type ListHostedConfigurationVersionsFuture ¶
type ListHostedConfigurationVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListHostedConfigurationVersionsFuture) Get ¶
func (r *ListHostedConfigurationVersionsFuture) Get(ctx workflow.Context) (*appconfig.ListHostedConfigurationVersionsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*appconfig.ListTagsForResourceOutput, error)
type StartDeploymentFuture ¶
type StartDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDeploymentFuture) Get ¶
func (r *StartDeploymentFuture) Get(ctx workflow.Context) (*appconfig.StartDeploymentOutput, error)
type StopDeploymentFuture ¶
func (*StopDeploymentFuture) Get ¶
func (r *StopDeploymentFuture) Get(ctx workflow.Context) (*appconfig.StopDeploymentOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*appconfig.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*appconfig.UntagResourceOutput, error)
type UpdateApplicationFuture ¶
type UpdateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApplicationFuture) Get ¶
func (r *UpdateApplicationFuture) Get(ctx workflow.Context) (*appconfig.UpdateApplicationOutput, error)
type UpdateConfigurationProfileFuture ¶
type UpdateConfigurationProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateConfigurationProfileFuture) Get ¶
func (r *UpdateConfigurationProfileFuture) Get(ctx workflow.Context) (*appconfig.UpdateConfigurationProfileOutput, error)
type UpdateDeploymentStrategyFuture ¶
type UpdateDeploymentStrategyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDeploymentStrategyFuture) Get ¶
func (r *UpdateDeploymentStrategyFuture) Get(ctx workflow.Context) (*appconfig.UpdateDeploymentStrategyOutput, error)
type UpdateEnvironmentFuture ¶
type UpdateEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateEnvironmentFuture) Get ¶
func (r *UpdateEnvironmentFuture) Get(ctx workflow.Context) (*appconfig.UpdateEnvironmentOutput, error)
type ValidateConfigurationFuture ¶
type ValidateConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ValidateConfigurationFuture) Get ¶
func (r *ValidateConfigurationFuture) Get(ctx workflow.Context) (*appconfig.ValidateConfigurationOutput, error)
Click to show internal directories.
Click to hide internal directories.