Documentation ¶
Index ¶
- type CancelUpdateStackFuture
- type Client
- type ContinueUpdateRollbackFuture
- type CreateChangeSetFuture
- type CreateStackFuture
- type CreateStackInstancesFuture
- type CreateStackSetFuture
- type DeleteChangeSetFuture
- type DeleteStackFuture
- type DeleteStackInstancesFuture
- type DeleteStackSetFuture
- type DeregisterTypeFuture
- type DescribeAccountLimitsFuture
- type DescribeChangeSetFuture
- type DescribeStackDriftDetectionStatusFuture
- type DescribeStackEventsFuture
- type DescribeStackInstanceFuture
- type DescribeStackResourceDriftsFuture
- type DescribeStackResourceFuture
- type DescribeStackResourcesFuture
- type DescribeStackSetFuture
- type DescribeStackSetOperationFuture
- type DescribeStacksFuture
- type DescribeTypeFuture
- type DescribeTypeRegistrationFuture
- type DetectStackDriftFuture
- type DetectStackResourceDriftFuture
- type DetectStackSetDriftFuture
- type EstimateTemplateCostFuture
- type ExecuteChangeSetFuture
- type GetStackPolicyFuture
- type GetTemplateFuture
- type GetTemplateSummaryFuture
- type ListChangeSetsFuture
- type ListExportsFuture
- type ListImportsFuture
- type ListStackInstancesFuture
- type ListStackResourcesFuture
- type ListStackSetOperationResultsFuture
- type ListStackSetOperationsFuture
- type ListStackSetsFuture
- type ListStacksFuture
- type ListTypeRegistrationsFuture
- type ListTypeVersionsFuture
- type ListTypesFuture
- type RecordHandlerProgressFuture
- type RegisterTypeFuture
- type SetStackPolicyFuture
- type SetTypeDefaultVersionFuture
- type SignalResourceFuture
- type StopStackSetOperationFuture
- type UpdateStackFuture
- type UpdateStackInstancesFuture
- type UpdateStackSetFuture
- type UpdateTerminationProtectionFuture
- type ValidateTemplateFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelUpdateStackFuture ¶
type CancelUpdateStackFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelUpdateStackFuture) Get ¶
func (r *CancelUpdateStackFuture) Get(ctx workflow.Context) (*cloudformation.CancelUpdateStackOutput, error)
type Client ¶
type Client interface { CancelUpdateStack(ctx workflow.Context, input *cloudformation.CancelUpdateStackInput) (*cloudformation.CancelUpdateStackOutput, error) CancelUpdateStackAsync(ctx workflow.Context, input *cloudformation.CancelUpdateStackInput) *CancelUpdateStackFuture ContinueUpdateRollback(ctx workflow.Context, input *cloudformation.ContinueUpdateRollbackInput) (*cloudformation.ContinueUpdateRollbackOutput, error) ContinueUpdateRollbackAsync(ctx workflow.Context, input *cloudformation.ContinueUpdateRollbackInput) *ContinueUpdateRollbackFuture CreateChangeSet(ctx workflow.Context, input *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error) CreateChangeSetAsync(ctx workflow.Context, input *cloudformation.CreateChangeSetInput) *CreateChangeSetFuture CreateStack(ctx workflow.Context, input *cloudformation.CreateStackInput) (*cloudformation.CreateStackOutput, error) CreateStackAsync(ctx workflow.Context, input *cloudformation.CreateStackInput) *CreateStackFuture CreateStackInstances(ctx workflow.Context, input *cloudformation.CreateStackInstancesInput) (*cloudformation.CreateStackInstancesOutput, error) CreateStackInstancesAsync(ctx workflow.Context, input *cloudformation.CreateStackInstancesInput) *CreateStackInstancesFuture CreateStackSet(ctx workflow.Context, input *cloudformation.CreateStackSetInput) (*cloudformation.CreateStackSetOutput, error) CreateStackSetAsync(ctx workflow.Context, input *cloudformation.CreateStackSetInput) *CreateStackSetFuture DeleteChangeSet(ctx workflow.Context, input *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error) DeleteChangeSetAsync(ctx workflow.Context, input *cloudformation.DeleteChangeSetInput) *DeleteChangeSetFuture DeleteStack(ctx workflow.Context, input *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error) DeleteStackAsync(ctx workflow.Context, input *cloudformation.DeleteStackInput) *DeleteStackFuture DeleteStackInstances(ctx workflow.Context, input *cloudformation.DeleteStackInstancesInput) (*cloudformation.DeleteStackInstancesOutput, error) DeleteStackInstancesAsync(ctx workflow.Context, input *cloudformation.DeleteStackInstancesInput) *DeleteStackInstancesFuture DeleteStackSet(ctx workflow.Context, input *cloudformation.DeleteStackSetInput) (*cloudformation.DeleteStackSetOutput, error) DeleteStackSetAsync(ctx workflow.Context, input *cloudformation.DeleteStackSetInput) *DeleteStackSetFuture DeregisterType(ctx workflow.Context, input *cloudformation.DeregisterTypeInput) (*cloudformation.DeregisterTypeOutput, error) DeregisterTypeAsync(ctx workflow.Context, input *cloudformation.DeregisterTypeInput) *DeregisterTypeFuture DescribeAccountLimits(ctx workflow.Context, input *cloudformation.DescribeAccountLimitsInput) (*cloudformation.DescribeAccountLimitsOutput, error) DescribeAccountLimitsAsync(ctx workflow.Context, input *cloudformation.DescribeAccountLimitsInput) *DescribeAccountLimitsFuture DescribeChangeSet(ctx workflow.Context, input *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error) DescribeChangeSetAsync(ctx workflow.Context, input *cloudformation.DescribeChangeSetInput) *DescribeChangeSetFuture DescribeStackDriftDetectionStatus(ctx workflow.Context, input *cloudformation.DescribeStackDriftDetectionStatusInput) (*cloudformation.DescribeStackDriftDetectionStatusOutput, error) DescribeStackDriftDetectionStatusAsync(ctx workflow.Context, input *cloudformation.DescribeStackDriftDetectionStatusInput) *DescribeStackDriftDetectionStatusFuture DescribeStackEvents(ctx workflow.Context, input *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error) DescribeStackEventsAsync(ctx workflow.Context, input *cloudformation.DescribeStackEventsInput) *DescribeStackEventsFuture DescribeStackInstance(ctx workflow.Context, input *cloudformation.DescribeStackInstanceInput) (*cloudformation.DescribeStackInstanceOutput, error) DescribeStackInstanceAsync(ctx workflow.Context, input *cloudformation.DescribeStackInstanceInput) *DescribeStackInstanceFuture DescribeStackResource(ctx workflow.Context, input *cloudformation.DescribeStackResourceInput) (*cloudformation.DescribeStackResourceOutput, error) DescribeStackResourceAsync(ctx workflow.Context, input *cloudformation.DescribeStackResourceInput) *DescribeStackResourceFuture DescribeStackResourceDrifts(ctx workflow.Context, input *cloudformation.DescribeStackResourceDriftsInput) (*cloudformation.DescribeStackResourceDriftsOutput, error) DescribeStackResourceDriftsAsync(ctx workflow.Context, input *cloudformation.DescribeStackResourceDriftsInput) *DescribeStackResourceDriftsFuture DescribeStackResources(ctx workflow.Context, input *cloudformation.DescribeStackResourcesInput) (*cloudformation.DescribeStackResourcesOutput, error) DescribeStackResourcesAsync(ctx workflow.Context, input *cloudformation.DescribeStackResourcesInput) *DescribeStackResourcesFuture DescribeStackSet(ctx workflow.Context, input *cloudformation.DescribeStackSetInput) (*cloudformation.DescribeStackSetOutput, error) DescribeStackSetAsync(ctx workflow.Context, input *cloudformation.DescribeStackSetInput) *DescribeStackSetFuture DescribeStackSetOperation(ctx workflow.Context, input *cloudformation.DescribeStackSetOperationInput) (*cloudformation.DescribeStackSetOperationOutput, error) DescribeStackSetOperationAsync(ctx workflow.Context, input *cloudformation.DescribeStackSetOperationInput) *DescribeStackSetOperationFuture DescribeStacks(ctx workflow.Context, input *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error) DescribeStacksAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *DescribeStacksFuture DescribeType(ctx workflow.Context, input *cloudformation.DescribeTypeInput) (*cloudformation.DescribeTypeOutput, error) DescribeTypeAsync(ctx workflow.Context, input *cloudformation.DescribeTypeInput) *DescribeTypeFuture DescribeTypeRegistration(ctx workflow.Context, input *cloudformation.DescribeTypeRegistrationInput) (*cloudformation.DescribeTypeRegistrationOutput, error) DescribeTypeRegistrationAsync(ctx workflow.Context, input *cloudformation.DescribeTypeRegistrationInput) *DescribeTypeRegistrationFuture DetectStackDrift(ctx workflow.Context, input *cloudformation.DetectStackDriftInput) (*cloudformation.DetectStackDriftOutput, error) DetectStackDriftAsync(ctx workflow.Context, input *cloudformation.DetectStackDriftInput) *DetectStackDriftFuture DetectStackResourceDrift(ctx workflow.Context, input *cloudformation.DetectStackResourceDriftInput) (*cloudformation.DetectStackResourceDriftOutput, error) DetectStackResourceDriftAsync(ctx workflow.Context, input *cloudformation.DetectStackResourceDriftInput) *DetectStackResourceDriftFuture DetectStackSetDrift(ctx workflow.Context, input *cloudformation.DetectStackSetDriftInput) (*cloudformation.DetectStackSetDriftOutput, error) DetectStackSetDriftAsync(ctx workflow.Context, input *cloudformation.DetectStackSetDriftInput) *DetectStackSetDriftFuture EstimateTemplateCost(ctx workflow.Context, input *cloudformation.EstimateTemplateCostInput) (*cloudformation.EstimateTemplateCostOutput, error) EstimateTemplateCostAsync(ctx workflow.Context, input *cloudformation.EstimateTemplateCostInput) *EstimateTemplateCostFuture ExecuteChangeSet(ctx workflow.Context, input *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error) ExecuteChangeSetAsync(ctx workflow.Context, input *cloudformation.ExecuteChangeSetInput) *ExecuteChangeSetFuture GetStackPolicy(ctx workflow.Context, input *cloudformation.GetStackPolicyInput) (*cloudformation.GetStackPolicyOutput, error) GetStackPolicyAsync(ctx workflow.Context, input *cloudformation.GetStackPolicyInput) *GetStackPolicyFuture GetTemplate(ctx workflow.Context, input *cloudformation.GetTemplateInput) (*cloudformation.GetTemplateOutput, error) GetTemplateAsync(ctx workflow.Context, input *cloudformation.GetTemplateInput) *GetTemplateFuture GetTemplateSummary(ctx workflow.Context, input *cloudformation.GetTemplateSummaryInput) (*cloudformation.GetTemplateSummaryOutput, error) GetTemplateSummaryAsync(ctx workflow.Context, input *cloudformation.GetTemplateSummaryInput) *GetTemplateSummaryFuture ListChangeSets(ctx workflow.Context, input *cloudformation.ListChangeSetsInput) (*cloudformation.ListChangeSetsOutput, error) ListChangeSetsAsync(ctx workflow.Context, input *cloudformation.ListChangeSetsInput) *ListChangeSetsFuture ListExports(ctx workflow.Context, input *cloudformation.ListExportsInput) (*cloudformation.ListExportsOutput, error) ListExportsAsync(ctx workflow.Context, input *cloudformation.ListExportsInput) *ListExportsFuture ListImports(ctx workflow.Context, input *cloudformation.ListImportsInput) (*cloudformation.ListImportsOutput, error) ListImportsAsync(ctx workflow.Context, input *cloudformation.ListImportsInput) *ListImportsFuture ListStackInstances(ctx workflow.Context, input *cloudformation.ListStackInstancesInput) (*cloudformation.ListStackInstancesOutput, error) ListStackInstancesAsync(ctx workflow.Context, input *cloudformation.ListStackInstancesInput) *ListStackInstancesFuture ListStackResources(ctx workflow.Context, input *cloudformation.ListStackResourcesInput) (*cloudformation.ListStackResourcesOutput, error) ListStackResourcesAsync(ctx workflow.Context, input *cloudformation.ListStackResourcesInput) *ListStackResourcesFuture ListStackSetOperationResults(ctx workflow.Context, input *cloudformation.ListStackSetOperationResultsInput) (*cloudformation.ListStackSetOperationResultsOutput, error) ListStackSetOperationResultsAsync(ctx workflow.Context, input *cloudformation.ListStackSetOperationResultsInput) *ListStackSetOperationResultsFuture ListStackSetOperations(ctx workflow.Context, input *cloudformation.ListStackSetOperationsInput) (*cloudformation.ListStackSetOperationsOutput, error) ListStackSetOperationsAsync(ctx workflow.Context, input *cloudformation.ListStackSetOperationsInput) *ListStackSetOperationsFuture ListStackSets(ctx workflow.Context, input *cloudformation.ListStackSetsInput) (*cloudformation.ListStackSetsOutput, error) ListStackSetsAsync(ctx workflow.Context, input *cloudformation.ListStackSetsInput) *ListStackSetsFuture ListStacks(ctx workflow.Context, input *cloudformation.ListStacksInput) (*cloudformation.ListStacksOutput, error) ListStacksAsync(ctx workflow.Context, input *cloudformation.ListStacksInput) *ListStacksFuture ListTypeRegistrations(ctx workflow.Context, input *cloudformation.ListTypeRegistrationsInput) (*cloudformation.ListTypeRegistrationsOutput, error) ListTypeRegistrationsAsync(ctx workflow.Context, input *cloudformation.ListTypeRegistrationsInput) *ListTypeRegistrationsFuture ListTypeVersions(ctx workflow.Context, input *cloudformation.ListTypeVersionsInput) (*cloudformation.ListTypeVersionsOutput, error) ListTypeVersionsAsync(ctx workflow.Context, input *cloudformation.ListTypeVersionsInput) *ListTypeVersionsFuture ListTypes(ctx workflow.Context, input *cloudformation.ListTypesInput) (*cloudformation.ListTypesOutput, error) ListTypesAsync(ctx workflow.Context, input *cloudformation.ListTypesInput) *ListTypesFuture RecordHandlerProgress(ctx workflow.Context, input *cloudformation.RecordHandlerProgressInput) (*cloudformation.RecordHandlerProgressOutput, error) RecordHandlerProgressAsync(ctx workflow.Context, input *cloudformation.RecordHandlerProgressInput) *RecordHandlerProgressFuture RegisterType(ctx workflow.Context, input *cloudformation.RegisterTypeInput) (*cloudformation.RegisterTypeOutput, error) RegisterTypeAsync(ctx workflow.Context, input *cloudformation.RegisterTypeInput) *RegisterTypeFuture SetStackPolicy(ctx workflow.Context, input *cloudformation.SetStackPolicyInput) (*cloudformation.SetStackPolicyOutput, error) SetStackPolicyAsync(ctx workflow.Context, input *cloudformation.SetStackPolicyInput) *SetStackPolicyFuture SetTypeDefaultVersion(ctx workflow.Context, input *cloudformation.SetTypeDefaultVersionInput) (*cloudformation.SetTypeDefaultVersionOutput, error) SetTypeDefaultVersionAsync(ctx workflow.Context, input *cloudformation.SetTypeDefaultVersionInput) *SetTypeDefaultVersionFuture SignalResource(ctx workflow.Context, input *cloudformation.SignalResourceInput) (*cloudformation.SignalResourceOutput, error) SignalResourceAsync(ctx workflow.Context, input *cloudformation.SignalResourceInput) *SignalResourceFuture StopStackSetOperation(ctx workflow.Context, input *cloudformation.StopStackSetOperationInput) (*cloudformation.StopStackSetOperationOutput, error) StopStackSetOperationAsync(ctx workflow.Context, input *cloudformation.StopStackSetOperationInput) *StopStackSetOperationFuture UpdateStack(ctx workflow.Context, input *cloudformation.UpdateStackInput) (*cloudformation.UpdateStackOutput, error) UpdateStackAsync(ctx workflow.Context, input *cloudformation.UpdateStackInput) *UpdateStackFuture UpdateStackInstances(ctx workflow.Context, input *cloudformation.UpdateStackInstancesInput) (*cloudformation.UpdateStackInstancesOutput, error) UpdateStackInstancesAsync(ctx workflow.Context, input *cloudformation.UpdateStackInstancesInput) *UpdateStackInstancesFuture UpdateStackSet(ctx workflow.Context, input *cloudformation.UpdateStackSetInput) (*cloudformation.UpdateStackSetOutput, error) UpdateStackSetAsync(ctx workflow.Context, input *cloudformation.UpdateStackSetInput) *UpdateStackSetFuture UpdateTerminationProtection(ctx workflow.Context, input *cloudformation.UpdateTerminationProtectionInput) (*cloudformation.UpdateTerminationProtectionOutput, error) UpdateTerminationProtectionAsync(ctx workflow.Context, input *cloudformation.UpdateTerminationProtectionInput) *UpdateTerminationProtectionFuture ValidateTemplate(ctx workflow.Context, input *cloudformation.ValidateTemplateInput) (*cloudformation.ValidateTemplateOutput, error) ValidateTemplateAsync(ctx workflow.Context, input *cloudformation.ValidateTemplateInput) *ValidateTemplateFuture WaitUntilChangeSetCreateComplete(ctx workflow.Context, input *cloudformation.DescribeChangeSetInput) error WaitUntilChangeSetCreateCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeChangeSetInput) *clients.VoidFuture WaitUntilStackCreateComplete(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackCreateCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilStackDeleteComplete(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackDeleteCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilStackExists(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackExistsAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilStackImportComplete(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackImportCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilStackRollbackComplete(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackRollbackCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilStackUpdateComplete(ctx workflow.Context, input *cloudformation.DescribeStacksInput) error WaitUntilStackUpdateCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeStacksInput) *clients.VoidFuture WaitUntilTypeRegistrationComplete(ctx workflow.Context, input *cloudformation.DescribeTypeRegistrationInput) error WaitUntilTypeRegistrationCompleteAsync(ctx workflow.Context, input *cloudformation.DescribeTypeRegistrationInput) *clients.VoidFuture }
type ContinueUpdateRollbackFuture ¶
type ContinueUpdateRollbackFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ContinueUpdateRollbackFuture) Get ¶
func (r *ContinueUpdateRollbackFuture) Get(ctx workflow.Context) (*cloudformation.ContinueUpdateRollbackOutput, error)
type CreateChangeSetFuture ¶
type CreateChangeSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateChangeSetFuture) Get ¶
func (r *CreateChangeSetFuture) Get(ctx workflow.Context) (*cloudformation.CreateChangeSetOutput, error)
type CreateStackFuture ¶
func (*CreateStackFuture) Get ¶
func (r *CreateStackFuture) Get(ctx workflow.Context) (*cloudformation.CreateStackOutput, error)
type CreateStackInstancesFuture ¶
type CreateStackInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStackInstancesFuture) Get ¶
func (r *CreateStackInstancesFuture) Get(ctx workflow.Context) (*cloudformation.CreateStackInstancesOutput, error)
type CreateStackSetFuture ¶
func (*CreateStackSetFuture) Get ¶
func (r *CreateStackSetFuture) Get(ctx workflow.Context) (*cloudformation.CreateStackSetOutput, error)
type DeleteChangeSetFuture ¶
type DeleteChangeSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteChangeSetFuture) Get ¶
func (r *DeleteChangeSetFuture) Get(ctx workflow.Context) (*cloudformation.DeleteChangeSetOutput, error)
type DeleteStackFuture ¶
func (*DeleteStackFuture) Get ¶
func (r *DeleteStackFuture) Get(ctx workflow.Context) (*cloudformation.DeleteStackOutput, error)
type DeleteStackInstancesFuture ¶
type DeleteStackInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteStackInstancesFuture) Get ¶
func (r *DeleteStackInstancesFuture) Get(ctx workflow.Context) (*cloudformation.DeleteStackInstancesOutput, error)
type DeleteStackSetFuture ¶
func (*DeleteStackSetFuture) Get ¶
func (r *DeleteStackSetFuture) Get(ctx workflow.Context) (*cloudformation.DeleteStackSetOutput, error)
type DeregisterTypeFuture ¶
func (*DeregisterTypeFuture) Get ¶
func (r *DeregisterTypeFuture) Get(ctx workflow.Context) (*cloudformation.DeregisterTypeOutput, error)
type DescribeAccountLimitsFuture ¶
type DescribeAccountLimitsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAccountLimitsFuture) Get ¶
func (r *DescribeAccountLimitsFuture) Get(ctx workflow.Context) (*cloudformation.DescribeAccountLimitsOutput, error)
type DescribeChangeSetFuture ¶
type DescribeChangeSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeChangeSetFuture) Get ¶
func (r *DescribeChangeSetFuture) Get(ctx workflow.Context) (*cloudformation.DescribeChangeSetOutput, error)
type DescribeStackDriftDetectionStatusFuture ¶
type DescribeStackDriftDetectionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackDriftDetectionStatusFuture) Get ¶
func (r *DescribeStackDriftDetectionStatusFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackDriftDetectionStatusOutput, error)
type DescribeStackEventsFuture ¶
type DescribeStackEventsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackEventsFuture) Get ¶
func (r *DescribeStackEventsFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackEventsOutput, error)
type DescribeStackInstanceFuture ¶
type DescribeStackInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackInstanceFuture) Get ¶
func (r *DescribeStackInstanceFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackInstanceOutput, error)
type DescribeStackResourceDriftsFuture ¶
type DescribeStackResourceDriftsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackResourceDriftsFuture) Get ¶
func (r *DescribeStackResourceDriftsFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackResourceDriftsOutput, error)
type DescribeStackResourceFuture ¶
type DescribeStackResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackResourceFuture) Get ¶
func (r *DescribeStackResourceFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackResourceOutput, error)
type DescribeStackResourcesFuture ¶
type DescribeStackResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackResourcesFuture) Get ¶
func (r *DescribeStackResourcesFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackResourcesOutput, error)
type DescribeStackSetFuture ¶
type DescribeStackSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackSetFuture) Get ¶
func (r *DescribeStackSetFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackSetOutput, error)
type DescribeStackSetOperationFuture ¶
type DescribeStackSetOperationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackSetOperationFuture) Get ¶
func (r *DescribeStackSetOperationFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStackSetOperationOutput, error)
type DescribeStacksFuture ¶
func (*DescribeStacksFuture) Get ¶
func (r *DescribeStacksFuture) Get(ctx workflow.Context) (*cloudformation.DescribeStacksOutput, error)
type DescribeTypeFuture ¶
func (*DescribeTypeFuture) Get ¶
func (r *DescribeTypeFuture) Get(ctx workflow.Context) (*cloudformation.DescribeTypeOutput, error)
type DescribeTypeRegistrationFuture ¶
type DescribeTypeRegistrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTypeRegistrationFuture) Get ¶
func (r *DescribeTypeRegistrationFuture) Get(ctx workflow.Context) (*cloudformation.DescribeTypeRegistrationOutput, error)
type DetectStackDriftFuture ¶
type DetectStackDriftFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectStackDriftFuture) Get ¶
func (r *DetectStackDriftFuture) Get(ctx workflow.Context) (*cloudformation.DetectStackDriftOutput, error)
type DetectStackResourceDriftFuture ¶
type DetectStackResourceDriftFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectStackResourceDriftFuture) Get ¶
func (r *DetectStackResourceDriftFuture) Get(ctx workflow.Context) (*cloudformation.DetectStackResourceDriftOutput, error)
type DetectStackSetDriftFuture ¶
type DetectStackSetDriftFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectStackSetDriftFuture) Get ¶
func (r *DetectStackSetDriftFuture) Get(ctx workflow.Context) (*cloudformation.DetectStackSetDriftOutput, error)
type EstimateTemplateCostFuture ¶
type EstimateTemplateCostFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EstimateTemplateCostFuture) Get ¶
func (r *EstimateTemplateCostFuture) Get(ctx workflow.Context) (*cloudformation.EstimateTemplateCostOutput, error)
type ExecuteChangeSetFuture ¶
type ExecuteChangeSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ExecuteChangeSetFuture) Get ¶
func (r *ExecuteChangeSetFuture) Get(ctx workflow.Context) (*cloudformation.ExecuteChangeSetOutput, error)
type GetStackPolicyFuture ¶
func (*GetStackPolicyFuture) Get ¶
func (r *GetStackPolicyFuture) Get(ctx workflow.Context) (*cloudformation.GetStackPolicyOutput, error)
type GetTemplateFuture ¶
func (*GetTemplateFuture) Get ¶
func (r *GetTemplateFuture) Get(ctx workflow.Context) (*cloudformation.GetTemplateOutput, error)
type GetTemplateSummaryFuture ¶
type GetTemplateSummaryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTemplateSummaryFuture) Get ¶
func (r *GetTemplateSummaryFuture) Get(ctx workflow.Context) (*cloudformation.GetTemplateSummaryOutput, error)
type ListChangeSetsFuture ¶
func (*ListChangeSetsFuture) Get ¶
func (r *ListChangeSetsFuture) Get(ctx workflow.Context) (*cloudformation.ListChangeSetsOutput, error)
type ListExportsFuture ¶
func (*ListExportsFuture) Get ¶
func (r *ListExportsFuture) Get(ctx workflow.Context) (*cloudformation.ListExportsOutput, error)
type ListImportsFuture ¶
func (*ListImportsFuture) Get ¶
func (r *ListImportsFuture) Get(ctx workflow.Context) (*cloudformation.ListImportsOutput, error)
type ListStackInstancesFuture ¶
type ListStackInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStackInstancesFuture) Get ¶
func (r *ListStackInstancesFuture) Get(ctx workflow.Context) (*cloudformation.ListStackInstancesOutput, error)
type ListStackResourcesFuture ¶
type ListStackResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStackResourcesFuture) Get ¶
func (r *ListStackResourcesFuture) Get(ctx workflow.Context) (*cloudformation.ListStackResourcesOutput, error)
type ListStackSetOperationResultsFuture ¶
type ListStackSetOperationResultsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStackSetOperationResultsFuture) Get ¶
func (r *ListStackSetOperationResultsFuture) Get(ctx workflow.Context) (*cloudformation.ListStackSetOperationResultsOutput, error)
type ListStackSetOperationsFuture ¶
type ListStackSetOperationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStackSetOperationsFuture) Get ¶
func (r *ListStackSetOperationsFuture) Get(ctx workflow.Context) (*cloudformation.ListStackSetOperationsOutput, error)
type ListStackSetsFuture ¶
func (*ListStackSetsFuture) Get ¶
func (r *ListStackSetsFuture) Get(ctx workflow.Context) (*cloudformation.ListStackSetsOutput, error)
type ListStacksFuture ¶
func (*ListStacksFuture) Get ¶
func (r *ListStacksFuture) Get(ctx workflow.Context) (*cloudformation.ListStacksOutput, error)
type ListTypeRegistrationsFuture ¶
type ListTypeRegistrationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTypeRegistrationsFuture) Get ¶
func (r *ListTypeRegistrationsFuture) Get(ctx workflow.Context) (*cloudformation.ListTypeRegistrationsOutput, error)
type ListTypeVersionsFuture ¶
type ListTypeVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTypeVersionsFuture) Get ¶
func (r *ListTypeVersionsFuture) Get(ctx workflow.Context) (*cloudformation.ListTypeVersionsOutput, error)
type ListTypesFuture ¶
func (*ListTypesFuture) Get ¶
func (r *ListTypesFuture) Get(ctx workflow.Context) (*cloudformation.ListTypesOutput, error)
type RecordHandlerProgressFuture ¶
type RecordHandlerProgressFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RecordHandlerProgressFuture) Get ¶
func (r *RecordHandlerProgressFuture) Get(ctx workflow.Context) (*cloudformation.RecordHandlerProgressOutput, error)
type RegisterTypeFuture ¶
func (*RegisterTypeFuture) Get ¶
func (r *RegisterTypeFuture) Get(ctx workflow.Context) (*cloudformation.RegisterTypeOutput, error)
type SetStackPolicyFuture ¶
func (*SetStackPolicyFuture) Get ¶
func (r *SetStackPolicyFuture) Get(ctx workflow.Context) (*cloudformation.SetStackPolicyOutput, error)
type SetTypeDefaultVersionFuture ¶
type SetTypeDefaultVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetTypeDefaultVersionFuture) Get ¶
func (r *SetTypeDefaultVersionFuture) Get(ctx workflow.Context) (*cloudformation.SetTypeDefaultVersionOutput, error)
type SignalResourceFuture ¶
func (*SignalResourceFuture) Get ¶
func (r *SignalResourceFuture) Get(ctx workflow.Context) (*cloudformation.SignalResourceOutput, error)
type StopStackSetOperationFuture ¶
type StopStackSetOperationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopStackSetOperationFuture) Get ¶
func (r *StopStackSetOperationFuture) Get(ctx workflow.Context) (*cloudformation.StopStackSetOperationOutput, error)
type UpdateStackFuture ¶
func (*UpdateStackFuture) Get ¶
func (r *UpdateStackFuture) Get(ctx workflow.Context) (*cloudformation.UpdateStackOutput, error)
type UpdateStackInstancesFuture ¶
type UpdateStackInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateStackInstancesFuture) Get ¶
func (r *UpdateStackInstancesFuture) Get(ctx workflow.Context) (*cloudformation.UpdateStackInstancesOutput, error)
type UpdateStackSetFuture ¶
func (*UpdateStackSetFuture) Get ¶
func (r *UpdateStackSetFuture) Get(ctx workflow.Context) (*cloudformation.UpdateStackSetOutput, error)
type UpdateTerminationProtectionFuture ¶
type UpdateTerminationProtectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTerminationProtectionFuture) Get ¶
func (r *UpdateTerminationProtectionFuture) Get(ctx workflow.Context) (*cloudformation.UpdateTerminationProtectionOutput, error)
type ValidateTemplateFuture ¶
type ValidateTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ValidateTemplateFuture) Get ¶
func (r *ValidateTemplateFuture) Get(ctx workflow.Context) (*cloudformation.ValidateTemplateOutput, error)
Click to show internal directories.
Click to hide internal directories.