Documentation
¶
Overview ¶
Package cloudformation provides the client and types for making API requests to AWS CloudFormation.
CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.
With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.
For more information about CloudFormation, see the CloudFormation product page (http://aws.amazon.com/cloudformation/).
CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a specific Amazon Web Services product, you can find the product's technical documentation at docs.aws.amazon.com (https://docs.aws.amazon.com/).
See https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15 for more information on this service.
See cloudformation package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/
Using the Client ¶
To contact AWS CloudFormation with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS CloudFormation client CloudFormation for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/#New
Index ¶
- Constants
- func AccountGateStatus_Values() []string
- func CallAs_Values() []string
- func Capability_Values() []string
- func Category_Values() []string
- func ChangeAction_Values() []string
- func ChangeSetHooksStatus_Values() []string
- func ChangeSetStatus_Values() []string
- func ChangeSetType_Values() []string
- func ChangeSource_Values() []string
- func ChangeType_Values() []string
- func DeprecatedStatus_Values() []string
- func DifferenceType_Values() []string
- func EvaluationType_Values() []string
- func ExecutionStatus_Values() []string
- func HandlerErrorCode_Values() []string
- func HookFailureMode_Values() []string
- func HookInvocationPoint_Values() []string
- func HookStatus_Values() []string
- func HookTargetType_Values() []string
- func IdentityProvider_Values() []string
- func OnFailure_Values() []string
- func OperationStatus_Values() []string
- func PermissionModels_Values() []string
- func ProvisioningType_Values() []string
- func PublisherStatus_Values() []string
- func RegionConcurrencyType_Values() []string
- func RegistrationStatus_Values() []string
- func RegistryType_Values() []string
- func Replacement_Values() []string
- func RequiresRecreation_Values() []string
- func ResourceAttribute_Values() []string
- func ResourceSignalStatus_Values() []string
- func ResourceStatus_Values() []string
- func StackDriftDetectionStatus_Values() []string
- func StackDriftStatus_Values() []string
- func StackInstanceDetailedStatus_Values() []string
- func StackInstanceFilterName_Values() []string
- func StackInstanceStatus_Values() []string
- func StackResourceDriftStatus_Values() []string
- func StackSetDriftDetectionStatus_Values() []string
- func StackSetDriftStatus_Values() []string
- func StackSetOperationAction_Values() []string
- func StackSetOperationResultStatus_Values() []string
- func StackSetOperationStatus_Values() []string
- func StackSetStatus_Values() []string
- func StackStatus_Values() []string
- func TemplateStage_Values() []string
- func ThirdPartyType_Values() []string
- func TypeTestsStatus_Values() []string
- func VersionBump_Values() []string
- func Visibility_Values() []string
- type AccountGateResult
- type AccountLimit
- type ActivateTypeInput
- func (s ActivateTypeInput) GoString() string
- func (s *ActivateTypeInput) SetAutoUpdate(v bool) *ActivateTypeInput
- func (s *ActivateTypeInput) SetExecutionRoleArn(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetLoggingConfig(v *LoggingConfig) *ActivateTypeInput
- func (s *ActivateTypeInput) SetMajorVersion(v int64) *ActivateTypeInput
- func (s *ActivateTypeInput) SetPublicTypeArn(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetPublisherId(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetType(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetTypeName(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetTypeNameAlias(v string) *ActivateTypeInput
- func (s *ActivateTypeInput) SetVersionBump(v string) *ActivateTypeInput
- func (s ActivateTypeInput) String() string
- func (s *ActivateTypeInput) Validate() error
- type ActivateTypeOutput
- type AutoDeployment
- type BatchDescribeTypeConfigurationsError
- func (s BatchDescribeTypeConfigurationsError) GoString() string
- func (s *BatchDescribeTypeConfigurationsError) SetErrorCode(v string) *BatchDescribeTypeConfigurationsError
- func (s *BatchDescribeTypeConfigurationsError) SetErrorMessage(v string) *BatchDescribeTypeConfigurationsError
- func (s *BatchDescribeTypeConfigurationsError) SetTypeConfigurationIdentifier(v *TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsError
- func (s BatchDescribeTypeConfigurationsError) String() string
- type BatchDescribeTypeConfigurationsInput
- func (s BatchDescribeTypeConfigurationsInput) GoString() string
- func (s *BatchDescribeTypeConfigurationsInput) SetTypeConfigurationIdentifiers(v []*TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsInput
- func (s BatchDescribeTypeConfigurationsInput) String() string
- func (s *BatchDescribeTypeConfigurationsInput) Validate() error
- type BatchDescribeTypeConfigurationsOutput
- func (s BatchDescribeTypeConfigurationsOutput) GoString() string
- func (s *BatchDescribeTypeConfigurationsOutput) SetErrors(v []*BatchDescribeTypeConfigurationsError) *BatchDescribeTypeConfigurationsOutput
- func (s *BatchDescribeTypeConfigurationsOutput) SetTypeConfigurations(v []*TypeConfigurationDetails) *BatchDescribeTypeConfigurationsOutput
- func (s *BatchDescribeTypeConfigurationsOutput) SetUnprocessedTypeConfigurations(v []*TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsOutput
- func (s BatchDescribeTypeConfigurationsOutput) String() string
- type CancelUpdateStackInput
- func (s CancelUpdateStackInput) GoString() string
- func (s *CancelUpdateStackInput) SetClientRequestToken(v string) *CancelUpdateStackInput
- func (s *CancelUpdateStackInput) SetStackName(v string) *CancelUpdateStackInput
- func (s CancelUpdateStackInput) String() string
- func (s *CancelUpdateStackInput) Validate() error
- type CancelUpdateStackOutput
- type Change
- type ChangeSetHook
- func (s ChangeSetHook) GoString() string
- func (s *ChangeSetHook) SetFailureMode(v string) *ChangeSetHook
- func (s *ChangeSetHook) SetInvocationPoint(v string) *ChangeSetHook
- func (s *ChangeSetHook) SetTargetDetails(v *ChangeSetHookTargetDetails) *ChangeSetHook
- func (s *ChangeSetHook) SetTypeConfigurationVersionId(v string) *ChangeSetHook
- func (s *ChangeSetHook) SetTypeName(v string) *ChangeSetHook
- func (s *ChangeSetHook) SetTypeVersionId(v string) *ChangeSetHook
- func (s ChangeSetHook) String() string
- type ChangeSetHookResourceTargetDetails
- func (s ChangeSetHookResourceTargetDetails) GoString() string
- func (s *ChangeSetHookResourceTargetDetails) SetLogicalResourceId(v string) *ChangeSetHookResourceTargetDetails
- func (s *ChangeSetHookResourceTargetDetails) SetResourceAction(v string) *ChangeSetHookResourceTargetDetails
- func (s *ChangeSetHookResourceTargetDetails) SetResourceType(v string) *ChangeSetHookResourceTargetDetails
- func (s ChangeSetHookResourceTargetDetails) String() string
- type ChangeSetHookTargetDetails
- func (s ChangeSetHookTargetDetails) GoString() string
- func (s *ChangeSetHookTargetDetails) SetResourceTargetDetails(v *ChangeSetHookResourceTargetDetails) *ChangeSetHookTargetDetails
- func (s *ChangeSetHookTargetDetails) SetTargetType(v string) *ChangeSetHookTargetDetails
- func (s ChangeSetHookTargetDetails) String() string
- type ChangeSetSummary
- func (s ChangeSetSummary) GoString() string
- func (s *ChangeSetSummary) SetChangeSetId(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetChangeSetName(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetCreationTime(v time.Time) *ChangeSetSummary
- func (s *ChangeSetSummary) SetDescription(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetExecutionStatus(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetIncludeNestedStacks(v bool) *ChangeSetSummary
- func (s *ChangeSetSummary) SetParentChangeSetId(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetRootChangeSetId(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetStackId(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetStackName(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetStatus(v string) *ChangeSetSummary
- func (s *ChangeSetSummary) SetStatusReason(v string) *ChangeSetSummary
- func (s ChangeSetSummary) String() string
- type CloudFormation
- func (c *CloudFormation) ActivateType(input *ActivateTypeInput) (*ActivateTypeOutput, error)
- func (c *CloudFormation) ActivateTypeRequest(input *ActivateTypeInput) (req *request.Request, output *ActivateTypeOutput)
- func (c *CloudFormation) ActivateTypeWithContext(ctx aws.Context, input *ActivateTypeInput, opts ...request.Option) (*ActivateTypeOutput, error)
- func (c *CloudFormation) BatchDescribeTypeConfigurations(input *BatchDescribeTypeConfigurationsInput) (*BatchDescribeTypeConfigurationsOutput, error)
- func (c *CloudFormation) BatchDescribeTypeConfigurationsRequest(input *BatchDescribeTypeConfigurationsInput) (req *request.Request, output *BatchDescribeTypeConfigurationsOutput)
- func (c *CloudFormation) BatchDescribeTypeConfigurationsWithContext(ctx aws.Context, input *BatchDescribeTypeConfigurationsInput, ...) (*BatchDescribeTypeConfigurationsOutput, error)
- func (c *CloudFormation) CancelUpdateStack(input *CancelUpdateStackInput) (*CancelUpdateStackOutput, error)
- func (c *CloudFormation) CancelUpdateStackRequest(input *CancelUpdateStackInput) (req *request.Request, output *CancelUpdateStackOutput)
- func (c *CloudFormation) CancelUpdateStackWithContext(ctx aws.Context, input *CancelUpdateStackInput, opts ...request.Option) (*CancelUpdateStackOutput, error)
- func (c *CloudFormation) ContinueUpdateRollback(input *ContinueUpdateRollbackInput) (*ContinueUpdateRollbackOutput, error)
- func (c *CloudFormation) ContinueUpdateRollbackRequest(input *ContinueUpdateRollbackInput) (req *request.Request, output *ContinueUpdateRollbackOutput)
- func (c *CloudFormation) ContinueUpdateRollbackWithContext(ctx aws.Context, input *ContinueUpdateRollbackInput, opts ...request.Option) (*ContinueUpdateRollbackOutput, error)
- func (c *CloudFormation) CreateChangeSet(input *CreateChangeSetInput) (*CreateChangeSetOutput, error)
- func (c *CloudFormation) CreateChangeSetRequest(input *CreateChangeSetInput) (req *request.Request, output *CreateChangeSetOutput)
- func (c *CloudFormation) CreateChangeSetWithContext(ctx aws.Context, input *CreateChangeSetInput, opts ...request.Option) (*CreateChangeSetOutput, error)
- func (c *CloudFormation) CreateStack(input *CreateStackInput) (*CreateStackOutput, error)
- func (c *CloudFormation) CreateStackInstances(input *CreateStackInstancesInput) (*CreateStackInstancesOutput, error)
- func (c *CloudFormation) CreateStackInstancesRequest(input *CreateStackInstancesInput) (req *request.Request, output *CreateStackInstancesOutput)
- func (c *CloudFormation) CreateStackInstancesWithContext(ctx aws.Context, input *CreateStackInstancesInput, opts ...request.Option) (*CreateStackInstancesOutput, error)
- func (c *CloudFormation) CreateStackRequest(input *CreateStackInput) (req *request.Request, output *CreateStackOutput)
- func (c *CloudFormation) CreateStackSet(input *CreateStackSetInput) (*CreateStackSetOutput, error)
- func (c *CloudFormation) CreateStackSetRequest(input *CreateStackSetInput) (req *request.Request, output *CreateStackSetOutput)
- func (c *CloudFormation) CreateStackSetWithContext(ctx aws.Context, input *CreateStackSetInput, opts ...request.Option) (*CreateStackSetOutput, error)
- func (c *CloudFormation) CreateStackWithContext(ctx aws.Context, input *CreateStackInput, opts ...request.Option) (*CreateStackOutput, error)
- func (c *CloudFormation) DeactivateType(input *DeactivateTypeInput) (*DeactivateTypeOutput, error)
- func (c *CloudFormation) DeactivateTypeRequest(input *DeactivateTypeInput) (req *request.Request, output *DeactivateTypeOutput)
- func (c *CloudFormation) DeactivateTypeWithContext(ctx aws.Context, input *DeactivateTypeInput, opts ...request.Option) (*DeactivateTypeOutput, error)
- func (c *CloudFormation) DeleteChangeSet(input *DeleteChangeSetInput) (*DeleteChangeSetOutput, error)
- func (c *CloudFormation) DeleteChangeSetRequest(input *DeleteChangeSetInput) (req *request.Request, output *DeleteChangeSetOutput)
- func (c *CloudFormation) DeleteChangeSetWithContext(ctx aws.Context, input *DeleteChangeSetInput, opts ...request.Option) (*DeleteChangeSetOutput, error)
- func (c *CloudFormation) DeleteStack(input *DeleteStackInput) (*DeleteStackOutput, error)
- func (c *CloudFormation) DeleteStackInstances(input *DeleteStackInstancesInput) (*DeleteStackInstancesOutput, error)
- func (c *CloudFormation) DeleteStackInstancesRequest(input *DeleteStackInstancesInput) (req *request.Request, output *DeleteStackInstancesOutput)
- func (c *CloudFormation) DeleteStackInstancesWithContext(ctx aws.Context, input *DeleteStackInstancesInput, opts ...request.Option) (*DeleteStackInstancesOutput, error)
- func (c *CloudFormation) DeleteStackRequest(input *DeleteStackInput) (req *request.Request, output *DeleteStackOutput)
- func (c *CloudFormation) DeleteStackSet(input *DeleteStackSetInput) (*DeleteStackSetOutput, error)
- func (c *CloudFormation) DeleteStackSetRequest(input *DeleteStackSetInput) (req *request.Request, output *DeleteStackSetOutput)
- func (c *CloudFormation) DeleteStackSetWithContext(ctx aws.Context, input *DeleteStackSetInput, opts ...request.Option) (*DeleteStackSetOutput, error)
- func (c *CloudFormation) DeleteStackWithContext(ctx aws.Context, input *DeleteStackInput, opts ...request.Option) (*DeleteStackOutput, error)
- func (c *CloudFormation) DeregisterType(input *DeregisterTypeInput) (*DeregisterTypeOutput, error)
- func (c *CloudFormation) DeregisterTypeRequest(input *DeregisterTypeInput) (req *request.Request, output *DeregisterTypeOutput)
- func (c *CloudFormation) DeregisterTypeWithContext(ctx aws.Context, input *DeregisterTypeInput, opts ...request.Option) (*DeregisterTypeOutput, error)
- func (c *CloudFormation) DescribeAccountLimits(input *DescribeAccountLimitsInput) (*DescribeAccountLimitsOutput, error)
- func (c *CloudFormation) DescribeAccountLimitsPages(input *DescribeAccountLimitsInput, ...) error
- func (c *CloudFormation) DescribeAccountLimitsPagesWithContext(ctx aws.Context, input *DescribeAccountLimitsInput, ...) error
- func (c *CloudFormation) DescribeAccountLimitsRequest(input *DescribeAccountLimitsInput) (req *request.Request, output *DescribeAccountLimitsOutput)
- func (c *CloudFormation) DescribeAccountLimitsWithContext(ctx aws.Context, input *DescribeAccountLimitsInput, opts ...request.Option) (*DescribeAccountLimitsOutput, error)
- func (c *CloudFormation) DescribeChangeSet(input *DescribeChangeSetInput) (*DescribeChangeSetOutput, error)
- func (c *CloudFormation) DescribeChangeSetHooks(input *DescribeChangeSetHooksInput) (*DescribeChangeSetHooksOutput, error)
- func (c *CloudFormation) DescribeChangeSetHooksRequest(input *DescribeChangeSetHooksInput) (req *request.Request, output *DescribeChangeSetHooksOutput)
- func (c *CloudFormation) DescribeChangeSetHooksWithContext(ctx aws.Context, input *DescribeChangeSetHooksInput, opts ...request.Option) (*DescribeChangeSetHooksOutput, error)
- func (c *CloudFormation) DescribeChangeSetRequest(input *DescribeChangeSetInput) (req *request.Request, output *DescribeChangeSetOutput)
- func (c *CloudFormation) DescribeChangeSetWithContext(ctx aws.Context, input *DescribeChangeSetInput, opts ...request.Option) (*DescribeChangeSetOutput, error)
- func (c *CloudFormation) DescribePublisher(input *DescribePublisherInput) (*DescribePublisherOutput, error)
- func (c *CloudFormation) DescribePublisherRequest(input *DescribePublisherInput) (req *request.Request, output *DescribePublisherOutput)
- func (c *CloudFormation) DescribePublisherWithContext(ctx aws.Context, input *DescribePublisherInput, opts ...request.Option) (*DescribePublisherOutput, error)
- func (c *CloudFormation) DescribeStackDriftDetectionStatus(input *DescribeStackDriftDetectionStatusInput) (*DescribeStackDriftDetectionStatusOutput, error)
- func (c *CloudFormation) DescribeStackDriftDetectionStatusRequest(input *DescribeStackDriftDetectionStatusInput) (req *request.Request, output *DescribeStackDriftDetectionStatusOutput)
- func (c *CloudFormation) DescribeStackDriftDetectionStatusWithContext(ctx aws.Context, input *DescribeStackDriftDetectionStatusInput, ...) (*DescribeStackDriftDetectionStatusOutput, error)
- func (c *CloudFormation) DescribeStackEvents(input *DescribeStackEventsInput) (*DescribeStackEventsOutput, error)
- func (c *CloudFormation) DescribeStackEventsPages(input *DescribeStackEventsInput, ...) error
- func (c *CloudFormation) DescribeStackEventsPagesWithContext(ctx aws.Context, input *DescribeStackEventsInput, ...) error
- func (c *CloudFormation) DescribeStackEventsRequest(input *DescribeStackEventsInput) (req *request.Request, output *DescribeStackEventsOutput)
- func (c *CloudFormation) DescribeStackEventsWithContext(ctx aws.Context, input *DescribeStackEventsInput, opts ...request.Option) (*DescribeStackEventsOutput, error)
- func (c *CloudFormation) DescribeStackInstance(input *DescribeStackInstanceInput) (*DescribeStackInstanceOutput, error)
- func (c *CloudFormation) DescribeStackInstanceRequest(input *DescribeStackInstanceInput) (req *request.Request, output *DescribeStackInstanceOutput)
- func (c *CloudFormation) DescribeStackInstanceWithContext(ctx aws.Context, input *DescribeStackInstanceInput, opts ...request.Option) (*DescribeStackInstanceOutput, error)
- func (c *CloudFormation) DescribeStackResource(input *DescribeStackResourceInput) (*DescribeStackResourceOutput, error)
- func (c *CloudFormation) DescribeStackResourceDrifts(input *DescribeStackResourceDriftsInput) (*DescribeStackResourceDriftsOutput, error)
- func (c *CloudFormation) DescribeStackResourceDriftsPages(input *DescribeStackResourceDriftsInput, ...) error
- func (c *CloudFormation) DescribeStackResourceDriftsPagesWithContext(ctx aws.Context, input *DescribeStackResourceDriftsInput, ...) error
- func (c *CloudFormation) DescribeStackResourceDriftsRequest(input *DescribeStackResourceDriftsInput) (req *request.Request, output *DescribeStackResourceDriftsOutput)
- func (c *CloudFormation) DescribeStackResourceDriftsWithContext(ctx aws.Context, input *DescribeStackResourceDriftsInput, ...) (*DescribeStackResourceDriftsOutput, error)
- func (c *CloudFormation) DescribeStackResourceRequest(input *DescribeStackResourceInput) (req *request.Request, output *DescribeStackResourceOutput)
- func (c *CloudFormation) DescribeStackResourceWithContext(ctx aws.Context, input *DescribeStackResourceInput, opts ...request.Option) (*DescribeStackResourceOutput, error)
- func (c *CloudFormation) DescribeStackResources(input *DescribeStackResourcesInput) (*DescribeStackResourcesOutput, error)
- func (c *CloudFormation) DescribeStackResourcesRequest(input *DescribeStackResourcesInput) (req *request.Request, output *DescribeStackResourcesOutput)
- func (c *CloudFormation) DescribeStackResourcesWithContext(ctx aws.Context, input *DescribeStackResourcesInput, opts ...request.Option) (*DescribeStackResourcesOutput, error)
- func (c *CloudFormation) DescribeStackSet(input *DescribeStackSetInput) (*DescribeStackSetOutput, error)
- func (c *CloudFormation) DescribeStackSetOperation(input *DescribeStackSetOperationInput) (*DescribeStackSetOperationOutput, error)
- func (c *CloudFormation) DescribeStackSetOperationRequest(input *DescribeStackSetOperationInput) (req *request.Request, output *DescribeStackSetOperationOutput)
- func (c *CloudFormation) DescribeStackSetOperationWithContext(ctx aws.Context, input *DescribeStackSetOperationInput, opts ...request.Option) (*DescribeStackSetOperationOutput, error)
- func (c *CloudFormation) DescribeStackSetRequest(input *DescribeStackSetInput) (req *request.Request, output *DescribeStackSetOutput)
- func (c *CloudFormation) DescribeStackSetWithContext(ctx aws.Context, input *DescribeStackSetInput, opts ...request.Option) (*DescribeStackSetOutput, error)
- func (c *CloudFormation) DescribeStacks(input *DescribeStacksInput) (*DescribeStacksOutput, error)
- func (c *CloudFormation) DescribeStacksPages(input *DescribeStacksInput, fn func(*DescribeStacksOutput, bool) bool) error
- func (c *CloudFormation) DescribeStacksPagesWithContext(ctx aws.Context, input *DescribeStacksInput, ...) error
- func (c *CloudFormation) DescribeStacksRequest(input *DescribeStacksInput) (req *request.Request, output *DescribeStacksOutput)
- func (c *CloudFormation) DescribeStacksWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.Option) (*DescribeStacksOutput, error)
- func (c *CloudFormation) DescribeType(input *DescribeTypeInput) (*DescribeTypeOutput, error)
- func (c *CloudFormation) DescribeTypeRegistration(input *DescribeTypeRegistrationInput) (*DescribeTypeRegistrationOutput, error)
- func (c *CloudFormation) DescribeTypeRegistrationRequest(input *DescribeTypeRegistrationInput) (req *request.Request, output *DescribeTypeRegistrationOutput)
- func (c *CloudFormation) DescribeTypeRegistrationWithContext(ctx aws.Context, input *DescribeTypeRegistrationInput, opts ...request.Option) (*DescribeTypeRegistrationOutput, error)
- func (c *CloudFormation) DescribeTypeRequest(input *DescribeTypeInput) (req *request.Request, output *DescribeTypeOutput)
- func (c *CloudFormation) DescribeTypeWithContext(ctx aws.Context, input *DescribeTypeInput, opts ...request.Option) (*DescribeTypeOutput, error)
- func (c *CloudFormation) DetectStackDrift(input *DetectStackDriftInput) (*DetectStackDriftOutput, error)
- func (c *CloudFormation) DetectStackDriftRequest(input *DetectStackDriftInput) (req *request.Request, output *DetectStackDriftOutput)
- func (c *CloudFormation) DetectStackDriftWithContext(ctx aws.Context, input *DetectStackDriftInput, opts ...request.Option) (*DetectStackDriftOutput, error)
- func (c *CloudFormation) DetectStackResourceDrift(input *DetectStackResourceDriftInput) (*DetectStackResourceDriftOutput, error)
- func (c *CloudFormation) DetectStackResourceDriftRequest(input *DetectStackResourceDriftInput) (req *request.Request, output *DetectStackResourceDriftOutput)
- func (c *CloudFormation) DetectStackResourceDriftWithContext(ctx aws.Context, input *DetectStackResourceDriftInput, opts ...request.Option) (*DetectStackResourceDriftOutput, error)
- func (c *CloudFormation) DetectStackSetDrift(input *DetectStackSetDriftInput) (*DetectStackSetDriftOutput, error)
- func (c *CloudFormation) DetectStackSetDriftRequest(input *DetectStackSetDriftInput) (req *request.Request, output *DetectStackSetDriftOutput)
- func (c *CloudFormation) DetectStackSetDriftWithContext(ctx aws.Context, input *DetectStackSetDriftInput, opts ...request.Option) (*DetectStackSetDriftOutput, error)
- func (c *CloudFormation) EstimateTemplateCost(input *EstimateTemplateCostInput) (*EstimateTemplateCostOutput, error)
- func (c *CloudFormation) EstimateTemplateCostRequest(input *EstimateTemplateCostInput) (req *request.Request, output *EstimateTemplateCostOutput)
- func (c *CloudFormation) EstimateTemplateCostWithContext(ctx aws.Context, input *EstimateTemplateCostInput, opts ...request.Option) (*EstimateTemplateCostOutput, error)
- func (c *CloudFormation) ExecuteChangeSet(input *ExecuteChangeSetInput) (*ExecuteChangeSetOutput, error)
- func (c *CloudFormation) ExecuteChangeSetRequest(input *ExecuteChangeSetInput) (req *request.Request, output *ExecuteChangeSetOutput)
- func (c *CloudFormation) ExecuteChangeSetWithContext(ctx aws.Context, input *ExecuteChangeSetInput, opts ...request.Option) (*ExecuteChangeSetOutput, error)
- func (c *CloudFormation) GetStackPolicy(input *GetStackPolicyInput) (*GetStackPolicyOutput, error)
- func (c *CloudFormation) GetStackPolicyRequest(input *GetStackPolicyInput) (req *request.Request, output *GetStackPolicyOutput)
- func (c *CloudFormation) GetStackPolicyWithContext(ctx aws.Context, input *GetStackPolicyInput, opts ...request.Option) (*GetStackPolicyOutput, error)
- func (c *CloudFormation) GetTemplate(input *GetTemplateInput) (*GetTemplateOutput, error)
- func (c *CloudFormation) GetTemplateRequest(input *GetTemplateInput) (req *request.Request, output *GetTemplateOutput)
- func (c *CloudFormation) GetTemplateSummary(input *GetTemplateSummaryInput) (*GetTemplateSummaryOutput, error)
- func (c *CloudFormation) GetTemplateSummaryRequest(input *GetTemplateSummaryInput) (req *request.Request, output *GetTemplateSummaryOutput)
- func (c *CloudFormation) GetTemplateSummaryWithContext(ctx aws.Context, input *GetTemplateSummaryInput, opts ...request.Option) (*GetTemplateSummaryOutput, error)
- func (c *CloudFormation) GetTemplateWithContext(ctx aws.Context, input *GetTemplateInput, opts ...request.Option) (*GetTemplateOutput, error)
- func (c *CloudFormation) ImportStacksToStackSet(input *ImportStacksToStackSetInput) (*ImportStacksToStackSetOutput, error)
- func (c *CloudFormation) ImportStacksToStackSetRequest(input *ImportStacksToStackSetInput) (req *request.Request, output *ImportStacksToStackSetOutput)
- func (c *CloudFormation) ImportStacksToStackSetWithContext(ctx aws.Context, input *ImportStacksToStackSetInput, opts ...request.Option) (*ImportStacksToStackSetOutput, error)
- func (c *CloudFormation) ListChangeSets(input *ListChangeSetsInput) (*ListChangeSetsOutput, error)
- func (c *CloudFormation) ListChangeSetsPages(input *ListChangeSetsInput, fn func(*ListChangeSetsOutput, bool) bool) error
- func (c *CloudFormation) ListChangeSetsPagesWithContext(ctx aws.Context, input *ListChangeSetsInput, ...) error
- func (c *CloudFormation) ListChangeSetsRequest(input *ListChangeSetsInput) (req *request.Request, output *ListChangeSetsOutput)
- func (c *CloudFormation) ListChangeSetsWithContext(ctx aws.Context, input *ListChangeSetsInput, opts ...request.Option) (*ListChangeSetsOutput, error)
- func (c *CloudFormation) ListExports(input *ListExportsInput) (*ListExportsOutput, error)
- func (c *CloudFormation) ListExportsPages(input *ListExportsInput, fn func(*ListExportsOutput, bool) bool) error
- func (c *CloudFormation) ListExportsPagesWithContext(ctx aws.Context, input *ListExportsInput, ...) error
- func (c *CloudFormation) ListExportsRequest(input *ListExportsInput) (req *request.Request, output *ListExportsOutput)
- func (c *CloudFormation) ListExportsWithContext(ctx aws.Context, input *ListExportsInput, opts ...request.Option) (*ListExportsOutput, error)
- func (c *CloudFormation) ListImports(input *ListImportsInput) (*ListImportsOutput, error)
- func (c *CloudFormation) ListImportsPages(input *ListImportsInput, fn func(*ListImportsOutput, bool) bool) error
- func (c *CloudFormation) ListImportsPagesWithContext(ctx aws.Context, input *ListImportsInput, ...) error
- func (c *CloudFormation) ListImportsRequest(input *ListImportsInput) (req *request.Request, output *ListImportsOutput)
- func (c *CloudFormation) ListImportsWithContext(ctx aws.Context, input *ListImportsInput, opts ...request.Option) (*ListImportsOutput, error)
- func (c *CloudFormation) ListStackInstances(input *ListStackInstancesInput) (*ListStackInstancesOutput, error)
- func (c *CloudFormation) ListStackInstancesPages(input *ListStackInstancesInput, fn func(*ListStackInstancesOutput, bool) bool) error
- func (c *CloudFormation) ListStackInstancesPagesWithContext(ctx aws.Context, input *ListStackInstancesInput, ...) error
- func (c *CloudFormation) ListStackInstancesRequest(input *ListStackInstancesInput) (req *request.Request, output *ListStackInstancesOutput)
- func (c *CloudFormation) ListStackInstancesWithContext(ctx aws.Context, input *ListStackInstancesInput, opts ...request.Option) (*ListStackInstancesOutput, error)
- func (c *CloudFormation) ListStackResources(input *ListStackResourcesInput) (*ListStackResourcesOutput, error)
- func (c *CloudFormation) ListStackResourcesPages(input *ListStackResourcesInput, fn func(*ListStackResourcesOutput, bool) bool) error
- func (c *CloudFormation) ListStackResourcesPagesWithContext(ctx aws.Context, input *ListStackResourcesInput, ...) error
- func (c *CloudFormation) ListStackResourcesRequest(input *ListStackResourcesInput) (req *request.Request, output *ListStackResourcesOutput)
- func (c *CloudFormation) ListStackResourcesWithContext(ctx aws.Context, input *ListStackResourcesInput, opts ...request.Option) (*ListStackResourcesOutput, error)
- func (c *CloudFormation) ListStackSetOperationResults(input *ListStackSetOperationResultsInput) (*ListStackSetOperationResultsOutput, error)
- func (c *CloudFormation) ListStackSetOperationResultsPages(input *ListStackSetOperationResultsInput, ...) error
- func (c *CloudFormation) ListStackSetOperationResultsPagesWithContext(ctx aws.Context, input *ListStackSetOperationResultsInput, ...) error
- func (c *CloudFormation) ListStackSetOperationResultsRequest(input *ListStackSetOperationResultsInput) (req *request.Request, output *ListStackSetOperationResultsOutput)
- func (c *CloudFormation) ListStackSetOperationResultsWithContext(ctx aws.Context, input *ListStackSetOperationResultsInput, ...) (*ListStackSetOperationResultsOutput, error)
- func (c *CloudFormation) ListStackSetOperations(input *ListStackSetOperationsInput) (*ListStackSetOperationsOutput, error)
- func (c *CloudFormation) ListStackSetOperationsPages(input *ListStackSetOperationsInput, ...) error
- func (c *CloudFormation) ListStackSetOperationsPagesWithContext(ctx aws.Context, input *ListStackSetOperationsInput, ...) error
- func (c *CloudFormation) ListStackSetOperationsRequest(input *ListStackSetOperationsInput) (req *request.Request, output *ListStackSetOperationsOutput)
- func (c *CloudFormation) ListStackSetOperationsWithContext(ctx aws.Context, input *ListStackSetOperationsInput, opts ...request.Option) (*ListStackSetOperationsOutput, error)
- func (c *CloudFormation) ListStackSets(input *ListStackSetsInput) (*ListStackSetsOutput, error)
- func (c *CloudFormation) ListStackSetsPages(input *ListStackSetsInput, fn func(*ListStackSetsOutput, bool) bool) error
- func (c *CloudFormation) ListStackSetsPagesWithContext(ctx aws.Context, input *ListStackSetsInput, ...) error
- func (c *CloudFormation) ListStackSetsRequest(input *ListStackSetsInput) (req *request.Request, output *ListStackSetsOutput)
- func (c *CloudFormation) ListStackSetsWithContext(ctx aws.Context, input *ListStackSetsInput, opts ...request.Option) (*ListStackSetsOutput, error)
- func (c *CloudFormation) ListStacks(input *ListStacksInput) (*ListStacksOutput, error)
- func (c *CloudFormation) ListStacksPages(input *ListStacksInput, fn func(*ListStacksOutput, bool) bool) error
- func (c *CloudFormation) ListStacksPagesWithContext(ctx aws.Context, input *ListStacksInput, fn func(*ListStacksOutput, bool) bool, ...) error
- func (c *CloudFormation) ListStacksRequest(input *ListStacksInput) (req *request.Request, output *ListStacksOutput)
- func (c *CloudFormation) ListStacksWithContext(ctx aws.Context, input *ListStacksInput, opts ...request.Option) (*ListStacksOutput, error)
- func (c *CloudFormation) ListTypeRegistrations(input *ListTypeRegistrationsInput) (*ListTypeRegistrationsOutput, error)
- func (c *CloudFormation) ListTypeRegistrationsPages(input *ListTypeRegistrationsInput, ...) error
- func (c *CloudFormation) ListTypeRegistrationsPagesWithContext(ctx aws.Context, input *ListTypeRegistrationsInput, ...) error
- func (c *CloudFormation) ListTypeRegistrationsRequest(input *ListTypeRegistrationsInput) (req *request.Request, output *ListTypeRegistrationsOutput)
- func (c *CloudFormation) ListTypeRegistrationsWithContext(ctx aws.Context, input *ListTypeRegistrationsInput, opts ...request.Option) (*ListTypeRegistrationsOutput, error)
- func (c *CloudFormation) ListTypeVersions(input *ListTypeVersionsInput) (*ListTypeVersionsOutput, error)
- func (c *CloudFormation) ListTypeVersionsPages(input *ListTypeVersionsInput, fn func(*ListTypeVersionsOutput, bool) bool) error
- func (c *CloudFormation) ListTypeVersionsPagesWithContext(ctx aws.Context, input *ListTypeVersionsInput, ...) error
- func (c *CloudFormation) ListTypeVersionsRequest(input *ListTypeVersionsInput) (req *request.Request, output *ListTypeVersionsOutput)
- func (c *CloudFormation) ListTypeVersionsWithContext(ctx aws.Context, input *ListTypeVersionsInput, opts ...request.Option) (*ListTypeVersionsOutput, error)
- func (c *CloudFormation) ListTypes(input *ListTypesInput) (*ListTypesOutput, error)
- func (c *CloudFormation) ListTypesPages(input *ListTypesInput, fn func(*ListTypesOutput, bool) bool) error
- func (c *CloudFormation) ListTypesPagesWithContext(ctx aws.Context, input *ListTypesInput, fn func(*ListTypesOutput, bool) bool, ...) error
- func (c *CloudFormation) ListTypesRequest(input *ListTypesInput) (req *request.Request, output *ListTypesOutput)
- func (c *CloudFormation) ListTypesWithContext(ctx aws.Context, input *ListTypesInput, opts ...request.Option) (*ListTypesOutput, error)
- func (c *CloudFormation) PublishType(input *PublishTypeInput) (*PublishTypeOutput, error)
- func (c *CloudFormation) PublishTypeRequest(input *PublishTypeInput) (req *request.Request, output *PublishTypeOutput)
- func (c *CloudFormation) PublishTypeWithContext(ctx aws.Context, input *PublishTypeInput, opts ...request.Option) (*PublishTypeOutput, error)
- func (c *CloudFormation) RecordHandlerProgress(input *RecordHandlerProgressInput) (*RecordHandlerProgressOutput, error)
- func (c *CloudFormation) RecordHandlerProgressRequest(input *RecordHandlerProgressInput) (req *request.Request, output *RecordHandlerProgressOutput)
- func (c *CloudFormation) RecordHandlerProgressWithContext(ctx aws.Context, input *RecordHandlerProgressInput, opts ...request.Option) (*RecordHandlerProgressOutput, error)
- func (c *CloudFormation) RegisterPublisher(input *RegisterPublisherInput) (*RegisterPublisherOutput, error)
- func (c *CloudFormation) RegisterPublisherRequest(input *RegisterPublisherInput) (req *request.Request, output *RegisterPublisherOutput)
- func (c *CloudFormation) RegisterPublisherWithContext(ctx aws.Context, input *RegisterPublisherInput, opts ...request.Option) (*RegisterPublisherOutput, error)
- func (c *CloudFormation) RegisterType(input *RegisterTypeInput) (*RegisterTypeOutput, error)
- func (c *CloudFormation) RegisterTypeRequest(input *RegisterTypeInput) (req *request.Request, output *RegisterTypeOutput)
- func (c *CloudFormation) RegisterTypeWithContext(ctx aws.Context, input *RegisterTypeInput, opts ...request.Option) (*RegisterTypeOutput, error)
- func (c *CloudFormation) RollbackStack(input *RollbackStackInput) (*RollbackStackOutput, error)
- func (c *CloudFormation) RollbackStackRequest(input *RollbackStackInput) (req *request.Request, output *RollbackStackOutput)
- func (c *CloudFormation) RollbackStackWithContext(ctx aws.Context, input *RollbackStackInput, opts ...request.Option) (*RollbackStackOutput, error)
- func (c *CloudFormation) SetStackPolicy(input *SetStackPolicyInput) (*SetStackPolicyOutput, error)
- func (c *CloudFormation) SetStackPolicyRequest(input *SetStackPolicyInput) (req *request.Request, output *SetStackPolicyOutput)
- func (c *CloudFormation) SetStackPolicyWithContext(ctx aws.Context, input *SetStackPolicyInput, opts ...request.Option) (*SetStackPolicyOutput, error)
- func (c *CloudFormation) SetTypeConfiguration(input *SetTypeConfigurationInput) (*SetTypeConfigurationOutput, error)
- func (c *CloudFormation) SetTypeConfigurationRequest(input *SetTypeConfigurationInput) (req *request.Request, output *SetTypeConfigurationOutput)
- func (c *CloudFormation) SetTypeConfigurationWithContext(ctx aws.Context, input *SetTypeConfigurationInput, opts ...request.Option) (*SetTypeConfigurationOutput, error)
- func (c *CloudFormation) SetTypeDefaultVersion(input *SetTypeDefaultVersionInput) (*SetTypeDefaultVersionOutput, error)
- func (c *CloudFormation) SetTypeDefaultVersionRequest(input *SetTypeDefaultVersionInput) (req *request.Request, output *SetTypeDefaultVersionOutput)
- func (c *CloudFormation) SetTypeDefaultVersionWithContext(ctx aws.Context, input *SetTypeDefaultVersionInput, opts ...request.Option) (*SetTypeDefaultVersionOutput, error)
- func (c *CloudFormation) SignalResource(input *SignalResourceInput) (*SignalResourceOutput, error)
- func (c *CloudFormation) SignalResourceRequest(input *SignalResourceInput) (req *request.Request, output *SignalResourceOutput)
- func (c *CloudFormation) SignalResourceWithContext(ctx aws.Context, input *SignalResourceInput, opts ...request.Option) (*SignalResourceOutput, error)
- func (c *CloudFormation) StopStackSetOperation(input *StopStackSetOperationInput) (*StopStackSetOperationOutput, error)
- func (c *CloudFormation) StopStackSetOperationRequest(input *StopStackSetOperationInput) (req *request.Request, output *StopStackSetOperationOutput)
- func (c *CloudFormation) StopStackSetOperationWithContext(ctx aws.Context, input *StopStackSetOperationInput, opts ...request.Option) (*StopStackSetOperationOutput, error)
- func (c *CloudFormation) TestType(input *TestTypeInput) (*TestTypeOutput, error)
- func (c *CloudFormation) TestTypeRequest(input *TestTypeInput) (req *request.Request, output *TestTypeOutput)
- func (c *CloudFormation) TestTypeWithContext(ctx aws.Context, input *TestTypeInput, opts ...request.Option) (*TestTypeOutput, error)
- func (c *CloudFormation) UpdateStack(input *UpdateStackInput) (*UpdateStackOutput, error)
- func (c *CloudFormation) UpdateStackInstances(input *UpdateStackInstancesInput) (*UpdateStackInstancesOutput, error)
- func (c *CloudFormation) UpdateStackInstancesRequest(input *UpdateStackInstancesInput) (req *request.Request, output *UpdateStackInstancesOutput)
- func (c *CloudFormation) UpdateStackInstancesWithContext(ctx aws.Context, input *UpdateStackInstancesInput, opts ...request.Option) (*UpdateStackInstancesOutput, error)
- func (c *CloudFormation) UpdateStackRequest(input *UpdateStackInput) (req *request.Request, output *UpdateStackOutput)
- func (c *CloudFormation) UpdateStackSet(input *UpdateStackSetInput) (*UpdateStackSetOutput, error)
- func (c *CloudFormation) UpdateStackSetRequest(input *UpdateStackSetInput) (req *request.Request, output *UpdateStackSetOutput)
- func (c *CloudFormation) UpdateStackSetWithContext(ctx aws.Context, input *UpdateStackSetInput, opts ...request.Option) (*UpdateStackSetOutput, error)
- func (c *CloudFormation) UpdateStackWithContext(ctx aws.Context, input *UpdateStackInput, opts ...request.Option) (*UpdateStackOutput, error)
- func (c *CloudFormation) UpdateTerminationProtection(input *UpdateTerminationProtectionInput) (*UpdateTerminationProtectionOutput, error)
- func (c *CloudFormation) UpdateTerminationProtectionRequest(input *UpdateTerminationProtectionInput) (req *request.Request, output *UpdateTerminationProtectionOutput)
- func (c *CloudFormation) UpdateTerminationProtectionWithContext(ctx aws.Context, input *UpdateTerminationProtectionInput, ...) (*UpdateTerminationProtectionOutput, error)
- func (c *CloudFormation) ValidateTemplate(input *ValidateTemplateInput) (*ValidateTemplateOutput, error)
- func (c *CloudFormation) ValidateTemplateRequest(input *ValidateTemplateInput) (req *request.Request, output *ValidateTemplateOutput)
- func (c *CloudFormation) ValidateTemplateWithContext(ctx aws.Context, input *ValidateTemplateInput, opts ...request.Option) (*ValidateTemplateOutput, error)
- func (c *CloudFormation) WaitUntilChangeSetCreateComplete(input *DescribeChangeSetInput) error
- func (c *CloudFormation) WaitUntilChangeSetCreateCompleteWithContext(ctx aws.Context, input *DescribeChangeSetInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackCreateComplete(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackCreateCompleteWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackDeleteComplete(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackDeleteCompleteWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackExists(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackExistsWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackImportComplete(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackImportCompleteWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackRollbackComplete(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackRollbackCompleteWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilStackUpdateComplete(input *DescribeStacksInput) error
- func (c *CloudFormation) WaitUntilStackUpdateCompleteWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.WaiterOption) error
- func (c *CloudFormation) WaitUntilTypeRegistrationComplete(input *DescribeTypeRegistrationInput) error
- func (c *CloudFormation) WaitUntilTypeRegistrationCompleteWithContext(ctx aws.Context, input *DescribeTypeRegistrationInput, ...) error
- type ContinueUpdateRollbackInput
- func (s ContinueUpdateRollbackInput) GoString() string
- func (s *ContinueUpdateRollbackInput) SetClientRequestToken(v string) *ContinueUpdateRollbackInput
- func (s *ContinueUpdateRollbackInput) SetResourcesToSkip(v []*string) *ContinueUpdateRollbackInput
- func (s *ContinueUpdateRollbackInput) SetRoleARN(v string) *ContinueUpdateRollbackInput
- func (s *ContinueUpdateRollbackInput) SetStackName(v string) *ContinueUpdateRollbackInput
- func (s ContinueUpdateRollbackInput) String() string
- func (s *ContinueUpdateRollbackInput) Validate() error
- type ContinueUpdateRollbackOutput
- type CreateChangeSetInput
- func (s CreateChangeSetInput) GoString() string
- func (s *CreateChangeSetInput) SetCapabilities(v []*string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetChangeSetName(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetChangeSetType(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetClientToken(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetDescription(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetIncludeNestedStacks(v bool) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetNotificationARNs(v []*string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetParameters(v []*Parameter) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetResourceTypes(v []*string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetResourcesToImport(v []*ResourceToImport) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetRoleARN(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetRollbackConfiguration(v *RollbackConfiguration) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetStackName(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetTags(v []*Tag) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetTemplateBody(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetTemplateURL(v string) *CreateChangeSetInput
- func (s *CreateChangeSetInput) SetUsePreviousTemplate(v bool) *CreateChangeSetInput
- func (s CreateChangeSetInput) String() string
- func (s *CreateChangeSetInput) Validate() error
- type CreateChangeSetOutput
- type CreateStackInput
- func (s CreateStackInput) GoString() string
- func (s *CreateStackInput) SetCapabilities(v []*string) *CreateStackInput
- func (s *CreateStackInput) SetClientRequestToken(v string) *CreateStackInput
- func (s *CreateStackInput) SetDisableRollback(v bool) *CreateStackInput
- func (s *CreateStackInput) SetEnableTerminationProtection(v bool) *CreateStackInput
- func (s *CreateStackInput) SetNotificationARNs(v []*string) *CreateStackInput
- func (s *CreateStackInput) SetOnFailure(v string) *CreateStackInput
- func (s *CreateStackInput) SetParameters(v []*Parameter) *CreateStackInput
- func (s *CreateStackInput) SetResourceTypes(v []*string) *CreateStackInput
- func (s *CreateStackInput) SetRoleARN(v string) *CreateStackInput
- func (s *CreateStackInput) SetRollbackConfiguration(v *RollbackConfiguration) *CreateStackInput
- func (s *CreateStackInput) SetStackName(v string) *CreateStackInput
- func (s *CreateStackInput) SetStackPolicyBody(v string) *CreateStackInput
- func (s *CreateStackInput) SetStackPolicyURL(v string) *CreateStackInput
- func (s *CreateStackInput) SetTags(v []*Tag) *CreateStackInput
- func (s *CreateStackInput) SetTemplateBody(v string) *CreateStackInput
- func (s *CreateStackInput) SetTemplateURL(v string) *CreateStackInput
- func (s *CreateStackInput) SetTimeoutInMinutes(v int64) *CreateStackInput
- func (s CreateStackInput) String() string
- func (s *CreateStackInput) Validate() error
- type CreateStackInstancesInput
- func (s CreateStackInstancesInput) GoString() string
- func (s *CreateStackInstancesInput) SetAccounts(v []*string) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetCallAs(v string) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetDeploymentTargets(v *DeploymentTargets) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetOperationId(v string) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetOperationPreferences(v *StackSetOperationPreferences) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetParameterOverrides(v []*Parameter) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetRegions(v []*string) *CreateStackInstancesInput
- func (s *CreateStackInstancesInput) SetStackSetName(v string) *CreateStackInstancesInput
- func (s CreateStackInstancesInput) String() string
- func (s *CreateStackInstancesInput) Validate() error
- type CreateStackInstancesOutput
- type CreateStackOutput
- type CreateStackSetInput
- func (s CreateStackSetInput) GoString() string
- func (s *CreateStackSetInput) SetAdministrationRoleARN(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetAutoDeployment(v *AutoDeployment) *CreateStackSetInput
- func (s *CreateStackSetInput) SetCallAs(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetCapabilities(v []*string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetClientRequestToken(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetDescription(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetExecutionRoleName(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetManagedExecution(v *ManagedExecution) *CreateStackSetInput
- func (s *CreateStackSetInput) SetParameters(v []*Parameter) *CreateStackSetInput
- func (s *CreateStackSetInput) SetPermissionModel(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetStackId(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetStackSetName(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetTags(v []*Tag) *CreateStackSetInput
- func (s *CreateStackSetInput) SetTemplateBody(v string) *CreateStackSetInput
- func (s *CreateStackSetInput) SetTemplateURL(v string) *CreateStackSetInput
- func (s CreateStackSetInput) String() string
- func (s *CreateStackSetInput) Validate() error
- type CreateStackSetOutput
- type DeactivateTypeInput
- func (s DeactivateTypeInput) GoString() string
- func (s *DeactivateTypeInput) SetArn(v string) *DeactivateTypeInput
- func (s *DeactivateTypeInput) SetType(v string) *DeactivateTypeInput
- func (s *DeactivateTypeInput) SetTypeName(v string) *DeactivateTypeInput
- func (s DeactivateTypeInput) String() string
- func (s *DeactivateTypeInput) Validate() error
- type DeactivateTypeOutput
- type DeleteChangeSetInput
- type DeleteChangeSetOutput
- type DeleteStackInput
- func (s DeleteStackInput) GoString() string
- func (s *DeleteStackInput) SetClientRequestToken(v string) *DeleteStackInput
- func (s *DeleteStackInput) SetRetainResources(v []*string) *DeleteStackInput
- func (s *DeleteStackInput) SetRoleARN(v string) *DeleteStackInput
- func (s *DeleteStackInput) SetStackName(v string) *DeleteStackInput
- func (s DeleteStackInput) String() string
- func (s *DeleteStackInput) Validate() error
- type DeleteStackInstancesInput
- func (s DeleteStackInstancesInput) GoString() string
- func (s *DeleteStackInstancesInput) SetAccounts(v []*string) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetCallAs(v string) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetDeploymentTargets(v *DeploymentTargets) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetOperationId(v string) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetOperationPreferences(v *StackSetOperationPreferences) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetRegions(v []*string) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetRetainStacks(v bool) *DeleteStackInstancesInput
- func (s *DeleteStackInstancesInput) SetStackSetName(v string) *DeleteStackInstancesInput
- func (s DeleteStackInstancesInput) String() string
- func (s *DeleteStackInstancesInput) Validate() error
- type DeleteStackInstancesOutput
- type DeleteStackOutput
- type DeleteStackSetInput
- type DeleteStackSetOutput
- type DeploymentTargets
- func (s DeploymentTargets) GoString() string
- func (s *DeploymentTargets) SetAccounts(v []*string) *DeploymentTargets
- func (s *DeploymentTargets) SetAccountsUrl(v string) *DeploymentTargets
- func (s *DeploymentTargets) SetOrganizationalUnitIds(v []*string) *DeploymentTargets
- func (s DeploymentTargets) String() string
- func (s *DeploymentTargets) Validate() error
- type DeregisterTypeInput
- func (s DeregisterTypeInput) GoString() string
- func (s *DeregisterTypeInput) SetArn(v string) *DeregisterTypeInput
- func (s *DeregisterTypeInput) SetType(v string) *DeregisterTypeInput
- func (s *DeregisterTypeInput) SetTypeName(v string) *DeregisterTypeInput
- func (s *DeregisterTypeInput) SetVersionId(v string) *DeregisterTypeInput
- func (s DeregisterTypeInput) String() string
- func (s *DeregisterTypeInput) Validate() error
- type DeregisterTypeOutput
- type DescribeAccountLimitsInput
- type DescribeAccountLimitsOutput
- func (s DescribeAccountLimitsOutput) GoString() string
- func (s *DescribeAccountLimitsOutput) SetAccountLimits(v []*AccountLimit) *DescribeAccountLimitsOutput
- func (s *DescribeAccountLimitsOutput) SetNextToken(v string) *DescribeAccountLimitsOutput
- func (s DescribeAccountLimitsOutput) String() string
- type DescribeChangeSetHooksInput
- func (s DescribeChangeSetHooksInput) GoString() string
- func (s *DescribeChangeSetHooksInput) SetChangeSetName(v string) *DescribeChangeSetHooksInput
- func (s *DescribeChangeSetHooksInput) SetLogicalResourceId(v string) *DescribeChangeSetHooksInput
- func (s *DescribeChangeSetHooksInput) SetNextToken(v string) *DescribeChangeSetHooksInput
- func (s *DescribeChangeSetHooksInput) SetStackName(v string) *DescribeChangeSetHooksInput
- func (s DescribeChangeSetHooksInput) String() string
- func (s *DescribeChangeSetHooksInput) Validate() error
- type DescribeChangeSetHooksOutput
- func (s DescribeChangeSetHooksOutput) GoString() string
- func (s *DescribeChangeSetHooksOutput) SetChangeSetId(v string) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetChangeSetName(v string) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetHooks(v []*ChangeSetHook) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetNextToken(v string) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetStackId(v string) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetStackName(v string) *DescribeChangeSetHooksOutput
- func (s *DescribeChangeSetHooksOutput) SetStatus(v string) *DescribeChangeSetHooksOutput
- func (s DescribeChangeSetHooksOutput) String() string
- type DescribeChangeSetInput
- func (s DescribeChangeSetInput) GoString() string
- func (s *DescribeChangeSetInput) SetChangeSetName(v string) *DescribeChangeSetInput
- func (s *DescribeChangeSetInput) SetNextToken(v string) *DescribeChangeSetInput
- func (s *DescribeChangeSetInput) SetStackName(v string) *DescribeChangeSetInput
- func (s DescribeChangeSetInput) String() string
- func (s *DescribeChangeSetInput) Validate() error
- type DescribeChangeSetOutput
- func (s DescribeChangeSetOutput) GoString() string
- func (s *DescribeChangeSetOutput) SetCapabilities(v []*string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetChangeSetId(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetChangeSetName(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetChanges(v []*Change) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetCreationTime(v time.Time) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetDescription(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetExecutionStatus(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetIncludeNestedStacks(v bool) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetNextToken(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetNotificationARNs(v []*string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetParameters(v []*Parameter) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetParentChangeSetId(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetRollbackConfiguration(v *RollbackConfiguration) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetRootChangeSetId(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetStackId(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetStackName(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetStatus(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetStatusReason(v string) *DescribeChangeSetOutput
- func (s *DescribeChangeSetOutput) SetTags(v []*Tag) *DescribeChangeSetOutput
- func (s DescribeChangeSetOutput) String() string
- type DescribePublisherInput
- type DescribePublisherOutput
- func (s DescribePublisherOutput) GoString() string
- func (s *DescribePublisherOutput) SetIdentityProvider(v string) *DescribePublisherOutput
- func (s *DescribePublisherOutput) SetPublisherId(v string) *DescribePublisherOutput
- func (s *DescribePublisherOutput) SetPublisherProfile(v string) *DescribePublisherOutput
- func (s *DescribePublisherOutput) SetPublisherStatus(v string) *DescribePublisherOutput
- func (s DescribePublisherOutput) String() string
- type DescribeStackDriftDetectionStatusInput
- func (s DescribeStackDriftDetectionStatusInput) GoString() string
- func (s *DescribeStackDriftDetectionStatusInput) SetStackDriftDetectionId(v string) *DescribeStackDriftDetectionStatusInput
- func (s DescribeStackDriftDetectionStatusInput) String() string
- func (s *DescribeStackDriftDetectionStatusInput) Validate() error
- type DescribeStackDriftDetectionStatusOutput
- func (s DescribeStackDriftDetectionStatusOutput) GoString() string
- func (s *DescribeStackDriftDetectionStatusOutput) SetDetectionStatus(v string) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetDetectionStatusReason(v string) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetDriftedStackResourceCount(v int64) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetStackDriftDetectionId(v string) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetStackDriftStatus(v string) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetStackId(v string) *DescribeStackDriftDetectionStatusOutput
- func (s *DescribeStackDriftDetectionStatusOutput) SetTimestamp(v time.Time) *DescribeStackDriftDetectionStatusOutput
- func (s DescribeStackDriftDetectionStatusOutput) String() string
- type DescribeStackEventsInput
- func (s DescribeStackEventsInput) GoString() string
- func (s *DescribeStackEventsInput) SetNextToken(v string) *DescribeStackEventsInput
- func (s *DescribeStackEventsInput) SetStackName(v string) *DescribeStackEventsInput
- func (s DescribeStackEventsInput) String() string
- func (s *DescribeStackEventsInput) Validate() error
- type DescribeStackEventsOutput
- type DescribeStackInstanceInput
- func (s DescribeStackInstanceInput) GoString() string
- func (s *DescribeStackInstanceInput) SetCallAs(v string) *DescribeStackInstanceInput
- func (s *DescribeStackInstanceInput) SetStackInstanceAccount(v string) *DescribeStackInstanceInput
- func (s *DescribeStackInstanceInput) SetStackInstanceRegion(v string) *DescribeStackInstanceInput
- func (s *DescribeStackInstanceInput) SetStackSetName(v string) *DescribeStackInstanceInput
- func (s DescribeStackInstanceInput) String() string
- func (s *DescribeStackInstanceInput) Validate() error
- type DescribeStackInstanceOutput
- type DescribeStackResourceDriftsInput
- func (s DescribeStackResourceDriftsInput) GoString() string
- func (s *DescribeStackResourceDriftsInput) SetMaxResults(v int64) *DescribeStackResourceDriftsInput
- func (s *DescribeStackResourceDriftsInput) SetNextToken(v string) *DescribeStackResourceDriftsInput
- func (s *DescribeStackResourceDriftsInput) SetStackName(v string) *DescribeStackResourceDriftsInput
- func (s *DescribeStackResourceDriftsInput) SetStackResourceDriftStatusFilters(v []*string) *DescribeStackResourceDriftsInput
- func (s DescribeStackResourceDriftsInput) String() string
- func (s *DescribeStackResourceDriftsInput) Validate() error
- type DescribeStackResourceDriftsOutput
- func (s DescribeStackResourceDriftsOutput) GoString() string
- func (s *DescribeStackResourceDriftsOutput) SetNextToken(v string) *DescribeStackResourceDriftsOutput
- func (s *DescribeStackResourceDriftsOutput) SetStackResourceDrifts(v []*StackResourceDrift) *DescribeStackResourceDriftsOutput
- func (s DescribeStackResourceDriftsOutput) String() string
- type DescribeStackResourceInput
- func (s DescribeStackResourceInput) GoString() string
- func (s *DescribeStackResourceInput) SetLogicalResourceId(v string) *DescribeStackResourceInput
- func (s *DescribeStackResourceInput) SetStackName(v string) *DescribeStackResourceInput
- func (s DescribeStackResourceInput) String() string
- func (s *DescribeStackResourceInput) Validate() error
- type DescribeStackResourceOutput
- type DescribeStackResourcesInput
- func (s DescribeStackResourcesInput) GoString() string
- func (s *DescribeStackResourcesInput) SetLogicalResourceId(v string) *DescribeStackResourcesInput
- func (s *DescribeStackResourcesInput) SetPhysicalResourceId(v string) *DescribeStackResourcesInput
- func (s *DescribeStackResourcesInput) SetStackName(v string) *DescribeStackResourcesInput
- func (s DescribeStackResourcesInput) String() string
- type DescribeStackResourcesOutput
- type DescribeStackSetInput
- func (s DescribeStackSetInput) GoString() string
- func (s *DescribeStackSetInput) SetCallAs(v string) *DescribeStackSetInput
- func (s *DescribeStackSetInput) SetStackSetName(v string) *DescribeStackSetInput
- func (s DescribeStackSetInput) String() string
- func (s *DescribeStackSetInput) Validate() error
- type DescribeStackSetOperationInput
- func (s DescribeStackSetOperationInput) GoString() string
- func (s *DescribeStackSetOperationInput) SetCallAs(v string) *DescribeStackSetOperationInput
- func (s *DescribeStackSetOperationInput) SetOperationId(v string) *DescribeStackSetOperationInput
- func (s *DescribeStackSetOperationInput) SetStackSetName(v string) *DescribeStackSetOperationInput
- func (s DescribeStackSetOperationInput) String() string
- func (s *DescribeStackSetOperationInput) Validate() error
- type DescribeStackSetOperationOutput
- type DescribeStackSetOutput
- type DescribeStacksInput
- type DescribeStacksOutput
- type DescribeTypeInput
- func (s DescribeTypeInput) GoString() string
- func (s *DescribeTypeInput) SetArn(v string) *DescribeTypeInput
- func (s *DescribeTypeInput) SetPublicVersionNumber(v string) *DescribeTypeInput
- func (s *DescribeTypeInput) SetPublisherId(v string) *DescribeTypeInput
- func (s *DescribeTypeInput) SetType(v string) *DescribeTypeInput
- func (s *DescribeTypeInput) SetTypeName(v string) *DescribeTypeInput
- func (s *DescribeTypeInput) SetVersionId(v string) *DescribeTypeInput
- func (s DescribeTypeInput) String() string
- func (s *DescribeTypeInput) Validate() error
- type DescribeTypeOutput
- func (s DescribeTypeOutput) GoString() string
- func (s *DescribeTypeOutput) SetArn(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetAutoUpdate(v bool) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetConfigurationSchema(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetDefaultVersionId(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetDeprecatedStatus(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetDescription(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetDocumentationUrl(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetExecutionRoleArn(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetIsActivated(v bool) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetIsDefaultVersion(v bool) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetLastUpdated(v time.Time) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetLatestPublicVersion(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetLoggingConfig(v *LoggingConfig) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetOriginalTypeArn(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetOriginalTypeName(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetProvisioningType(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetPublicVersionNumber(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetPublisherId(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetRequiredActivatedTypes(v []*RequiredActivatedType) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetSchema(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetSourceUrl(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetTimeCreated(v time.Time) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetType(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetTypeName(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetTypeTestsStatus(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetTypeTestsStatusDescription(v string) *DescribeTypeOutput
- func (s *DescribeTypeOutput) SetVisibility(v string) *DescribeTypeOutput
- func (s DescribeTypeOutput) String() string
- type DescribeTypeRegistrationInput
- type DescribeTypeRegistrationOutput
- func (s DescribeTypeRegistrationOutput) GoString() string
- func (s *DescribeTypeRegistrationOutput) SetDescription(v string) *DescribeTypeRegistrationOutput
- func (s *DescribeTypeRegistrationOutput) SetProgressStatus(v string) *DescribeTypeRegistrationOutput
- func (s *DescribeTypeRegistrationOutput) SetTypeArn(v string) *DescribeTypeRegistrationOutput
- func (s *DescribeTypeRegistrationOutput) SetTypeVersionArn(v string) *DescribeTypeRegistrationOutput
- func (s DescribeTypeRegistrationOutput) String() string
- type DetectStackDriftInput
- func (s DetectStackDriftInput) GoString() string
- func (s *DetectStackDriftInput) SetLogicalResourceIds(v []*string) *DetectStackDriftInput
- func (s *DetectStackDriftInput) SetStackName(v string) *DetectStackDriftInput
- func (s DetectStackDriftInput) String() string
- func (s *DetectStackDriftInput) Validate() error
- type DetectStackDriftOutput
- type DetectStackResourceDriftInput
- func (s DetectStackResourceDriftInput) GoString() string
- func (s *DetectStackResourceDriftInput) SetLogicalResourceId(v string) *DetectStackResourceDriftInput
- func (s *DetectStackResourceDriftInput) SetStackName(v string) *DetectStackResourceDriftInput
- func (s DetectStackResourceDriftInput) String() string
- func (s *DetectStackResourceDriftInput) Validate() error
- type DetectStackResourceDriftOutput
- type DetectStackSetDriftInput
- func (s DetectStackSetDriftInput) GoString() string
- func (s *DetectStackSetDriftInput) SetCallAs(v string) *DetectStackSetDriftInput
- func (s *DetectStackSetDriftInput) SetOperationId(v string) *DetectStackSetDriftInput
- func (s *DetectStackSetDriftInput) SetOperationPreferences(v *StackSetOperationPreferences) *DetectStackSetDriftInput
- func (s *DetectStackSetDriftInput) SetStackSetName(v string) *DetectStackSetDriftInput
- func (s DetectStackSetDriftInput) String() string
- func (s *DetectStackSetDriftInput) Validate() error
- type DetectStackSetDriftOutput
- type EstimateTemplateCostInput
- func (s EstimateTemplateCostInput) GoString() string
- func (s *EstimateTemplateCostInput) SetParameters(v []*Parameter) *EstimateTemplateCostInput
- func (s *EstimateTemplateCostInput) SetTemplateBody(v string) *EstimateTemplateCostInput
- func (s *EstimateTemplateCostInput) SetTemplateURL(v string) *EstimateTemplateCostInput
- func (s EstimateTemplateCostInput) String() string
- func (s *EstimateTemplateCostInput) Validate() error
- type EstimateTemplateCostOutput
- type ExecuteChangeSetInput
- func (s ExecuteChangeSetInput) GoString() string
- func (s *ExecuteChangeSetInput) SetChangeSetName(v string) *ExecuteChangeSetInput
- func (s *ExecuteChangeSetInput) SetClientRequestToken(v string) *ExecuteChangeSetInput
- func (s *ExecuteChangeSetInput) SetDisableRollback(v bool) *ExecuteChangeSetInput
- func (s *ExecuteChangeSetInput) SetStackName(v string) *ExecuteChangeSetInput
- func (s ExecuteChangeSetInput) String() string
- func (s *ExecuteChangeSetInput) Validate() error
- type ExecuteChangeSetOutput
- type Export
- type GetStackPolicyInput
- type GetStackPolicyOutput
- type GetTemplateInput
- func (s GetTemplateInput) GoString() string
- func (s *GetTemplateInput) SetChangeSetName(v string) *GetTemplateInput
- func (s *GetTemplateInput) SetStackName(v string) *GetTemplateInput
- func (s *GetTemplateInput) SetTemplateStage(v string) *GetTemplateInput
- func (s GetTemplateInput) String() string
- func (s *GetTemplateInput) Validate() error
- type GetTemplateOutput
- type GetTemplateSummaryInput
- func (s GetTemplateSummaryInput) GoString() string
- func (s *GetTemplateSummaryInput) SetCallAs(v string) *GetTemplateSummaryInput
- func (s *GetTemplateSummaryInput) SetStackName(v string) *GetTemplateSummaryInput
- func (s *GetTemplateSummaryInput) SetStackSetName(v string) *GetTemplateSummaryInput
- func (s *GetTemplateSummaryInput) SetTemplateBody(v string) *GetTemplateSummaryInput
- func (s *GetTemplateSummaryInput) SetTemplateURL(v string) *GetTemplateSummaryInput
- func (s GetTemplateSummaryInput) String() string
- func (s *GetTemplateSummaryInput) Validate() error
- type GetTemplateSummaryOutput
- func (s GetTemplateSummaryOutput) GoString() string
- func (s *GetTemplateSummaryOutput) SetCapabilities(v []*string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetCapabilitiesReason(v string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetDeclaredTransforms(v []*string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetDescription(v string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetMetadata(v string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetParameters(v []*ParameterDeclaration) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetResourceIdentifierSummaries(v []*ResourceIdentifierSummary) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetResourceTypes(v []*string) *GetTemplateSummaryOutput
- func (s *GetTemplateSummaryOutput) SetVersion(v string) *GetTemplateSummaryOutput
- func (s GetTemplateSummaryOutput) String() string
- type ImportStacksToStackSetInput
- func (s ImportStacksToStackSetInput) GoString() string
- func (s *ImportStacksToStackSetInput) SetCallAs(v string) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetOperationId(v string) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetOperationPreferences(v *StackSetOperationPreferences) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetOrganizationalUnitIds(v []*string) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetStackIds(v []*string) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetStackIdsUrl(v string) *ImportStacksToStackSetInput
- func (s *ImportStacksToStackSetInput) SetStackSetName(v string) *ImportStacksToStackSetInput
- func (s ImportStacksToStackSetInput) String() string
- func (s *ImportStacksToStackSetInput) Validate() error
- type ImportStacksToStackSetOutput
- type ListChangeSetsInput
- type ListChangeSetsOutput
- type ListExportsInput
- type ListExportsOutput
- type ListImportsInput
- type ListImportsOutput
- type ListStackInstancesInput
- func (s ListStackInstancesInput) GoString() string
- func (s *ListStackInstancesInput) SetCallAs(v string) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetFilters(v []*StackInstanceFilter) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetMaxResults(v int64) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetNextToken(v string) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetStackInstanceAccount(v string) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetStackInstanceRegion(v string) *ListStackInstancesInput
- func (s *ListStackInstancesInput) SetStackSetName(v string) *ListStackInstancesInput
- func (s ListStackInstancesInput) String() string
- func (s *ListStackInstancesInput) Validate() error
- type ListStackInstancesOutput
- type ListStackResourcesInput
- func (s ListStackResourcesInput) GoString() string
- func (s *ListStackResourcesInput) SetNextToken(v string) *ListStackResourcesInput
- func (s *ListStackResourcesInput) SetStackName(v string) *ListStackResourcesInput
- func (s ListStackResourcesInput) String() string
- func (s *ListStackResourcesInput) Validate() error
- type ListStackResourcesOutput
- type ListStackSetOperationResultsInput
- func (s ListStackSetOperationResultsInput) GoString() string
- func (s *ListStackSetOperationResultsInput) SetCallAs(v string) *ListStackSetOperationResultsInput
- func (s *ListStackSetOperationResultsInput) SetMaxResults(v int64) *ListStackSetOperationResultsInput
- func (s *ListStackSetOperationResultsInput) SetNextToken(v string) *ListStackSetOperationResultsInput
- func (s *ListStackSetOperationResultsInput) SetOperationId(v string) *ListStackSetOperationResultsInput
- func (s *ListStackSetOperationResultsInput) SetStackSetName(v string) *ListStackSetOperationResultsInput
- func (s ListStackSetOperationResultsInput) String() string
- func (s *ListStackSetOperationResultsInput) Validate() error
- type ListStackSetOperationResultsOutput
- func (s ListStackSetOperationResultsOutput) GoString() string
- func (s *ListStackSetOperationResultsOutput) SetNextToken(v string) *ListStackSetOperationResultsOutput
- func (s *ListStackSetOperationResultsOutput) SetSummaries(v []*StackSetOperationResultSummary) *ListStackSetOperationResultsOutput
- func (s ListStackSetOperationResultsOutput) String() string
- type ListStackSetOperationsInput
- func (s ListStackSetOperationsInput) GoString() string
- func (s *ListStackSetOperationsInput) SetCallAs(v string) *ListStackSetOperationsInput
- func (s *ListStackSetOperationsInput) SetMaxResults(v int64) *ListStackSetOperationsInput
- func (s *ListStackSetOperationsInput) SetNextToken(v string) *ListStackSetOperationsInput
- func (s *ListStackSetOperationsInput) SetStackSetName(v string) *ListStackSetOperationsInput
- func (s ListStackSetOperationsInput) String() string
- func (s *ListStackSetOperationsInput) Validate() error
- type ListStackSetOperationsOutput
- func (s ListStackSetOperationsOutput) GoString() string
- func (s *ListStackSetOperationsOutput) SetNextToken(v string) *ListStackSetOperationsOutput
- func (s *ListStackSetOperationsOutput) SetSummaries(v []*StackSetOperationSummary) *ListStackSetOperationsOutput
- func (s ListStackSetOperationsOutput) String() string
- type ListStackSetsInput
- func (s ListStackSetsInput) GoString() string
- func (s *ListStackSetsInput) SetCallAs(v string) *ListStackSetsInput
- func (s *ListStackSetsInput) SetMaxResults(v int64) *ListStackSetsInput
- func (s *ListStackSetsInput) SetNextToken(v string) *ListStackSetsInput
- func (s *ListStackSetsInput) SetStatus(v string) *ListStackSetsInput
- func (s ListStackSetsInput) String() string
- func (s *ListStackSetsInput) Validate() error
- type ListStackSetsOutput
- type ListStacksInput
- type ListStacksOutput
- type ListTypeRegistrationsInput
- func (s ListTypeRegistrationsInput) GoString() string
- func (s *ListTypeRegistrationsInput) SetMaxResults(v int64) *ListTypeRegistrationsInput
- func (s *ListTypeRegistrationsInput) SetNextToken(v string) *ListTypeRegistrationsInput
- func (s *ListTypeRegistrationsInput) SetRegistrationStatusFilter(v string) *ListTypeRegistrationsInput
- func (s *ListTypeRegistrationsInput) SetType(v string) *ListTypeRegistrationsInput
- func (s *ListTypeRegistrationsInput) SetTypeArn(v string) *ListTypeRegistrationsInput
- func (s *ListTypeRegistrationsInput) SetTypeName(v string) *ListTypeRegistrationsInput
- func (s ListTypeRegistrationsInput) String() string
- func (s *ListTypeRegistrationsInput) Validate() error
- type ListTypeRegistrationsOutput
- func (s ListTypeRegistrationsOutput) GoString() string
- func (s *ListTypeRegistrationsOutput) SetNextToken(v string) *ListTypeRegistrationsOutput
- func (s *ListTypeRegistrationsOutput) SetRegistrationTokenList(v []*string) *ListTypeRegistrationsOutput
- func (s ListTypeRegistrationsOutput) String() string
- type ListTypeVersionsInput
- func (s ListTypeVersionsInput) GoString() string
- func (s *ListTypeVersionsInput) SetArn(v string) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetDeprecatedStatus(v string) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetMaxResults(v int64) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetNextToken(v string) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetPublisherId(v string) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetType(v string) *ListTypeVersionsInput
- func (s *ListTypeVersionsInput) SetTypeName(v string) *ListTypeVersionsInput
- func (s ListTypeVersionsInput) String() string
- func (s *ListTypeVersionsInput) Validate() error
- type ListTypeVersionsOutput
- type ListTypesInput
- func (s ListTypesInput) GoString() string
- func (s *ListTypesInput) SetDeprecatedStatus(v string) *ListTypesInput
- func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput
- func (s *ListTypesInput) SetMaxResults(v int64) *ListTypesInput
- func (s *ListTypesInput) SetNextToken(v string) *ListTypesInput
- func (s *ListTypesInput) SetProvisioningType(v string) *ListTypesInput
- func (s *ListTypesInput) SetType(v string) *ListTypesInput
- func (s *ListTypesInput) SetVisibility(v string) *ListTypesInput
- func (s ListTypesInput) String() string
- func (s *ListTypesInput) Validate() error
- type ListTypesOutput
- type LoggingConfig
- type ManagedExecution
- type ModuleInfo
- type Output
- type Parameter
- func (s Parameter) GoString() string
- func (s *Parameter) SetParameterKey(v string) *Parameter
- func (s *Parameter) SetParameterValue(v string) *Parameter
- func (s *Parameter) SetResolvedValue(v string) *Parameter
- func (s *Parameter) SetUsePreviousValue(v bool) *Parameter
- func (s Parameter) String() string
- type ParameterConstraints
- type ParameterDeclaration
- func (s ParameterDeclaration) GoString() string
- func (s *ParameterDeclaration) SetDefaultValue(v string) *ParameterDeclaration
- func (s *ParameterDeclaration) SetDescription(v string) *ParameterDeclaration
- func (s *ParameterDeclaration) SetNoEcho(v bool) *ParameterDeclaration
- func (s *ParameterDeclaration) SetParameterConstraints(v *ParameterConstraints) *ParameterDeclaration
- func (s *ParameterDeclaration) SetParameterKey(v string) *ParameterDeclaration
- func (s *ParameterDeclaration) SetParameterType(v string) *ParameterDeclaration
- func (s ParameterDeclaration) String() string
- type PhysicalResourceIdContextKeyValuePair
- func (s PhysicalResourceIdContextKeyValuePair) GoString() string
- func (s *PhysicalResourceIdContextKeyValuePair) SetKey(v string) *PhysicalResourceIdContextKeyValuePair
- func (s *PhysicalResourceIdContextKeyValuePair) SetValue(v string) *PhysicalResourceIdContextKeyValuePair
- func (s PhysicalResourceIdContextKeyValuePair) String() string
- type PropertyDifference
- func (s PropertyDifference) GoString() string
- func (s *PropertyDifference) SetActualValue(v string) *PropertyDifference
- func (s *PropertyDifference) SetDifferenceType(v string) *PropertyDifference
- func (s *PropertyDifference) SetExpectedValue(v string) *PropertyDifference
- func (s *PropertyDifference) SetPropertyPath(v string) *PropertyDifference
- func (s PropertyDifference) String() string
- type PublishTypeInput
- func (s PublishTypeInput) GoString() string
- func (s *PublishTypeInput) SetArn(v string) *PublishTypeInput
- func (s *PublishTypeInput) SetPublicVersionNumber(v string) *PublishTypeInput
- func (s *PublishTypeInput) SetType(v string) *PublishTypeInput
- func (s *PublishTypeInput) SetTypeName(v string) *PublishTypeInput
- func (s PublishTypeInput) String() string
- func (s *PublishTypeInput) Validate() error
- type PublishTypeOutput
- type RecordHandlerProgressInput
- func (s RecordHandlerProgressInput) GoString() string
- func (s *RecordHandlerProgressInput) SetBearerToken(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetClientRequestToken(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetCurrentOperationStatus(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetErrorCode(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetOperationStatus(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetResourceModel(v string) *RecordHandlerProgressInput
- func (s *RecordHandlerProgressInput) SetStatusMessage(v string) *RecordHandlerProgressInput
- func (s RecordHandlerProgressInput) String() string
- func (s *RecordHandlerProgressInput) Validate() error
- type RecordHandlerProgressOutput
- type RegisterPublisherInput
- func (s RegisterPublisherInput) GoString() string
- func (s *RegisterPublisherInput) SetAcceptTermsAndConditions(v bool) *RegisterPublisherInput
- func (s *RegisterPublisherInput) SetConnectionArn(v string) *RegisterPublisherInput
- func (s RegisterPublisherInput) String() string
- func (s *RegisterPublisherInput) Validate() error
- type RegisterPublisherOutput
- type RegisterTypeInput
- func (s RegisterTypeInput) GoString() string
- func (s *RegisterTypeInput) SetClientRequestToken(v string) *RegisterTypeInput
- func (s *RegisterTypeInput) SetExecutionRoleArn(v string) *RegisterTypeInput
- func (s *RegisterTypeInput) SetLoggingConfig(v *LoggingConfig) *RegisterTypeInput
- func (s *RegisterTypeInput) SetSchemaHandlerPackage(v string) *RegisterTypeInput
- func (s *RegisterTypeInput) SetType(v string) *RegisterTypeInput
- func (s *RegisterTypeInput) SetTypeName(v string) *RegisterTypeInput
- func (s RegisterTypeInput) String() string
- func (s *RegisterTypeInput) Validate() error
- type RegisterTypeOutput
- type RequiredActivatedType
- func (s RequiredActivatedType) GoString() string
- func (s *RequiredActivatedType) SetOriginalTypeName(v string) *RequiredActivatedType
- func (s *RequiredActivatedType) SetPublisherId(v string) *RequiredActivatedType
- func (s *RequiredActivatedType) SetSupportedMajorVersions(v []*int64) *RequiredActivatedType
- func (s *RequiredActivatedType) SetTypeNameAlias(v string) *RequiredActivatedType
- func (s RequiredActivatedType) String() string
- type ResourceChange
- func (s ResourceChange) GoString() string
- func (s *ResourceChange) SetAction(v string) *ResourceChange
- func (s *ResourceChange) SetChangeSetId(v string) *ResourceChange
- func (s *ResourceChange) SetDetails(v []*ResourceChangeDetail) *ResourceChange
- func (s *ResourceChange) SetLogicalResourceId(v string) *ResourceChange
- func (s *ResourceChange) SetModuleInfo(v *ModuleInfo) *ResourceChange
- func (s *ResourceChange) SetPhysicalResourceId(v string) *ResourceChange
- func (s *ResourceChange) SetReplacement(v string) *ResourceChange
- func (s *ResourceChange) SetResourceType(v string) *ResourceChange
- func (s *ResourceChange) SetScope(v []*string) *ResourceChange
- func (s ResourceChange) String() string
- type ResourceChangeDetail
- func (s ResourceChangeDetail) GoString() string
- func (s *ResourceChangeDetail) SetCausingEntity(v string) *ResourceChangeDetail
- func (s *ResourceChangeDetail) SetChangeSource(v string) *ResourceChangeDetail
- func (s *ResourceChangeDetail) SetEvaluation(v string) *ResourceChangeDetail
- func (s *ResourceChangeDetail) SetTarget(v *ResourceTargetDefinition) *ResourceChangeDetail
- func (s ResourceChangeDetail) String() string
- type ResourceIdentifierSummary
- func (s ResourceIdentifierSummary) GoString() string
- func (s *ResourceIdentifierSummary) SetLogicalResourceIds(v []*string) *ResourceIdentifierSummary
- func (s *ResourceIdentifierSummary) SetResourceIdentifiers(v []*string) *ResourceIdentifierSummary
- func (s *ResourceIdentifierSummary) SetResourceType(v string) *ResourceIdentifierSummary
- func (s ResourceIdentifierSummary) String() string
- type ResourceTargetDefinition
- func (s ResourceTargetDefinition) GoString() string
- func (s *ResourceTargetDefinition) SetAttribute(v string) *ResourceTargetDefinition
- func (s *ResourceTargetDefinition) SetName(v string) *ResourceTargetDefinition
- func (s *ResourceTargetDefinition) SetRequiresRecreation(v string) *ResourceTargetDefinition
- func (s ResourceTargetDefinition) String() string
- type ResourceToImport
- func (s ResourceToImport) GoString() string
- func (s *ResourceToImport) SetLogicalResourceId(v string) *ResourceToImport
- func (s *ResourceToImport) SetResourceIdentifier(v map[string]*string) *ResourceToImport
- func (s *ResourceToImport) SetResourceType(v string) *ResourceToImport
- func (s ResourceToImport) String() string
- func (s *ResourceToImport) Validate() error
- type RollbackConfiguration
- func (s RollbackConfiguration) GoString() string
- func (s *RollbackConfiguration) SetMonitoringTimeInMinutes(v int64) *RollbackConfiguration
- func (s *RollbackConfiguration) SetRollbackTriggers(v []*RollbackTrigger) *RollbackConfiguration
- func (s RollbackConfiguration) String() string
- func (s *RollbackConfiguration) Validate() error
- type RollbackStackInput
- func (s RollbackStackInput) GoString() string
- func (s *RollbackStackInput) SetClientRequestToken(v string) *RollbackStackInput
- func (s *RollbackStackInput) SetRoleARN(v string) *RollbackStackInput
- func (s *RollbackStackInput) SetStackName(v string) *RollbackStackInput
- func (s RollbackStackInput) String() string
- func (s *RollbackStackInput) Validate() error
- type RollbackStackOutput
- type RollbackTrigger
- type SetStackPolicyInput
- func (s SetStackPolicyInput) GoString() string
- func (s *SetStackPolicyInput) SetStackName(v string) *SetStackPolicyInput
- func (s *SetStackPolicyInput) SetStackPolicyBody(v string) *SetStackPolicyInput
- func (s *SetStackPolicyInput) SetStackPolicyURL(v string) *SetStackPolicyInput
- func (s SetStackPolicyInput) String() string
- func (s *SetStackPolicyInput) Validate() error
- type SetStackPolicyOutput
- type SetTypeConfigurationInput
- func (s SetTypeConfigurationInput) GoString() string
- func (s *SetTypeConfigurationInput) SetConfiguration(v string) *SetTypeConfigurationInput
- func (s *SetTypeConfigurationInput) SetConfigurationAlias(v string) *SetTypeConfigurationInput
- func (s *SetTypeConfigurationInput) SetType(v string) *SetTypeConfigurationInput
- func (s *SetTypeConfigurationInput) SetTypeArn(v string) *SetTypeConfigurationInput
- func (s *SetTypeConfigurationInput) SetTypeName(v string) *SetTypeConfigurationInput
- func (s SetTypeConfigurationInput) String() string
- func (s *SetTypeConfigurationInput) Validate() error
- type SetTypeConfigurationOutput
- type SetTypeDefaultVersionInput
- func (s SetTypeDefaultVersionInput) GoString() string
- func (s *SetTypeDefaultVersionInput) SetArn(v string) *SetTypeDefaultVersionInput
- func (s *SetTypeDefaultVersionInput) SetType(v string) *SetTypeDefaultVersionInput
- func (s *SetTypeDefaultVersionInput) SetTypeName(v string) *SetTypeDefaultVersionInput
- func (s *SetTypeDefaultVersionInput) SetVersionId(v string) *SetTypeDefaultVersionInput
- func (s SetTypeDefaultVersionInput) String() string
- func (s *SetTypeDefaultVersionInput) Validate() error
- type SetTypeDefaultVersionOutput
- type SignalResourceInput
- func (s SignalResourceInput) GoString() string
- func (s *SignalResourceInput) SetLogicalResourceId(v string) *SignalResourceInput
- func (s *SignalResourceInput) SetStackName(v string) *SignalResourceInput
- func (s *SignalResourceInput) SetStatus(v string) *SignalResourceInput
- func (s *SignalResourceInput) SetUniqueId(v string) *SignalResourceInput
- func (s SignalResourceInput) String() string
- func (s *SignalResourceInput) Validate() error
- type SignalResourceOutput
- type Stack
- func (s Stack) GoString() string
- func (s *Stack) SetCapabilities(v []*string) *Stack
- func (s *Stack) SetChangeSetId(v string) *Stack
- func (s *Stack) SetCreationTime(v time.Time) *Stack
- func (s *Stack) SetDeletionTime(v time.Time) *Stack
- func (s *Stack) SetDescription(v string) *Stack
- func (s *Stack) SetDisableRollback(v bool) *Stack
- func (s *Stack) SetDriftInformation(v *StackDriftInformation) *Stack
- func (s *Stack) SetEnableTerminationProtection(v bool) *Stack
- func (s *Stack) SetLastUpdatedTime(v time.Time) *Stack
- func (s *Stack) SetNotificationARNs(v []*string) *Stack
- func (s *Stack) SetOutputs(v []*Output) *Stack
- func (s *Stack) SetParameters(v []*Parameter) *Stack
- func (s *Stack) SetParentId(v string) *Stack
- func (s *Stack) SetRoleARN(v string) *Stack
- func (s *Stack) SetRollbackConfiguration(v *RollbackConfiguration) *Stack
- func (s *Stack) SetRootId(v string) *Stack
- func (s *Stack) SetStackId(v string) *Stack
- func (s *Stack) SetStackName(v string) *Stack
- func (s *Stack) SetStackStatus(v string) *Stack
- func (s *Stack) SetStackStatusReason(v string) *Stack
- func (s *Stack) SetTags(v []*Tag) *Stack
- func (s *Stack) SetTimeoutInMinutes(v int64) *Stack
- func (s Stack) String() string
- type StackDriftInformation
- type StackDriftInformationSummary
- func (s StackDriftInformationSummary) GoString() string
- func (s *StackDriftInformationSummary) SetLastCheckTimestamp(v time.Time) *StackDriftInformationSummary
- func (s *StackDriftInformationSummary) SetStackDriftStatus(v string) *StackDriftInformationSummary
- func (s StackDriftInformationSummary) String() string
- type StackEvent
- func (s StackEvent) GoString() string
- func (s *StackEvent) SetClientRequestToken(v string) *StackEvent
- func (s *StackEvent) SetEventId(v string) *StackEvent
- func (s *StackEvent) SetHookFailureMode(v string) *StackEvent
- func (s *StackEvent) SetHookInvocationPoint(v string) *StackEvent
- func (s *StackEvent) SetHookStatus(v string) *StackEvent
- func (s *StackEvent) SetHookStatusReason(v string) *StackEvent
- func (s *StackEvent) SetHookType(v string) *StackEvent
- func (s *StackEvent) SetLogicalResourceId(v string) *StackEvent
- func (s *StackEvent) SetPhysicalResourceId(v string) *StackEvent
- func (s *StackEvent) SetResourceProperties(v string) *StackEvent
- func (s *StackEvent) SetResourceStatus(v string) *StackEvent
- func (s *StackEvent) SetResourceStatusReason(v string) *StackEvent
- func (s *StackEvent) SetResourceType(v string) *StackEvent
- func (s *StackEvent) SetStackId(v string) *StackEvent
- func (s *StackEvent) SetStackName(v string) *StackEvent
- func (s *StackEvent) SetTimestamp(v time.Time) *StackEvent
- func (s StackEvent) String() string
- type StackInstance
- func (s StackInstance) GoString() string
- func (s *StackInstance) SetAccount(v string) *StackInstance
- func (s *StackInstance) SetDriftStatus(v string) *StackInstance
- func (s *StackInstance) SetLastDriftCheckTimestamp(v time.Time) *StackInstance
- func (s *StackInstance) SetOrganizationalUnitId(v string) *StackInstance
- func (s *StackInstance) SetParameterOverrides(v []*Parameter) *StackInstance
- func (s *StackInstance) SetRegion(v string) *StackInstance
- func (s *StackInstance) SetStackId(v string) *StackInstance
- func (s *StackInstance) SetStackInstanceStatus(v *StackInstanceComprehensiveStatus) *StackInstance
- func (s *StackInstance) SetStackSetId(v string) *StackInstance
- func (s *StackInstance) SetStatus(v string) *StackInstance
- func (s *StackInstance) SetStatusReason(v string) *StackInstance
- func (s StackInstance) String() string
- type StackInstanceComprehensiveStatus
- type StackInstanceFilter
- type StackInstanceSummary
- func (s StackInstanceSummary) GoString() string
- func (s *StackInstanceSummary) SetAccount(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetDriftStatus(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetLastDriftCheckTimestamp(v time.Time) *StackInstanceSummary
- func (s *StackInstanceSummary) SetOrganizationalUnitId(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetRegion(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetStackId(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetStackInstanceStatus(v *StackInstanceComprehensiveStatus) *StackInstanceSummary
- func (s *StackInstanceSummary) SetStackSetId(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetStatus(v string) *StackInstanceSummary
- func (s *StackInstanceSummary) SetStatusReason(v string) *StackInstanceSummary
- func (s StackInstanceSummary) String() string
- type StackResource
- func (s StackResource) GoString() string
- func (s *StackResource) SetDescription(v string) *StackResource
- func (s *StackResource) SetDriftInformation(v *StackResourceDriftInformation) *StackResource
- func (s *StackResource) SetLogicalResourceId(v string) *StackResource
- func (s *StackResource) SetModuleInfo(v *ModuleInfo) *StackResource
- func (s *StackResource) SetPhysicalResourceId(v string) *StackResource
- func (s *StackResource) SetResourceStatus(v string) *StackResource
- func (s *StackResource) SetResourceStatusReason(v string) *StackResource
- func (s *StackResource) SetResourceType(v string) *StackResource
- func (s *StackResource) SetStackId(v string) *StackResource
- func (s *StackResource) SetStackName(v string) *StackResource
- func (s *StackResource) SetTimestamp(v time.Time) *StackResource
- func (s StackResource) String() string
- type StackResourceDetail
- func (s StackResourceDetail) GoString() string
- func (s *StackResourceDetail) SetDescription(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetDriftInformation(v *StackResourceDriftInformation) *StackResourceDetail
- func (s *StackResourceDetail) SetLastUpdatedTimestamp(v time.Time) *StackResourceDetail
- func (s *StackResourceDetail) SetLogicalResourceId(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetMetadata(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetModuleInfo(v *ModuleInfo) *StackResourceDetail
- func (s *StackResourceDetail) SetPhysicalResourceId(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetResourceStatus(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetResourceStatusReason(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetResourceType(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetStackId(v string) *StackResourceDetail
- func (s *StackResourceDetail) SetStackName(v string) *StackResourceDetail
- func (s StackResourceDetail) String() string
- type StackResourceDrift
- func (s StackResourceDrift) GoString() string
- func (s *StackResourceDrift) SetActualProperties(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetExpectedProperties(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetLogicalResourceId(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetModuleInfo(v *ModuleInfo) *StackResourceDrift
- func (s *StackResourceDrift) SetPhysicalResourceId(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetPhysicalResourceIdContext(v []*PhysicalResourceIdContextKeyValuePair) *StackResourceDrift
- func (s *StackResourceDrift) SetPropertyDifferences(v []*PropertyDifference) *StackResourceDrift
- func (s *StackResourceDrift) SetResourceType(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetStackId(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetStackResourceDriftStatus(v string) *StackResourceDrift
- func (s *StackResourceDrift) SetTimestamp(v time.Time) *StackResourceDrift
- func (s StackResourceDrift) String() string
- type StackResourceDriftInformation
- func (s StackResourceDriftInformation) GoString() string
- func (s *StackResourceDriftInformation) SetLastCheckTimestamp(v time.Time) *StackResourceDriftInformation
- func (s *StackResourceDriftInformation) SetStackResourceDriftStatus(v string) *StackResourceDriftInformation
- func (s StackResourceDriftInformation) String() string
- type StackResourceDriftInformationSummary
- func (s StackResourceDriftInformationSummary) GoString() string
- func (s *StackResourceDriftInformationSummary) SetLastCheckTimestamp(v time.Time) *StackResourceDriftInformationSummary
- func (s *StackResourceDriftInformationSummary) SetStackResourceDriftStatus(v string) *StackResourceDriftInformationSummary
- func (s StackResourceDriftInformationSummary) String() string
- type StackResourceSummary
- func (s StackResourceSummary) GoString() string
- func (s *StackResourceSummary) SetDriftInformation(v *StackResourceDriftInformationSummary) *StackResourceSummary
- func (s *StackResourceSummary) SetLastUpdatedTimestamp(v time.Time) *StackResourceSummary
- func (s *StackResourceSummary) SetLogicalResourceId(v string) *StackResourceSummary
- func (s *StackResourceSummary) SetModuleInfo(v *ModuleInfo) *StackResourceSummary
- func (s *StackResourceSummary) SetPhysicalResourceId(v string) *StackResourceSummary
- func (s *StackResourceSummary) SetResourceStatus(v string) *StackResourceSummary
- func (s *StackResourceSummary) SetResourceStatusReason(v string) *StackResourceSummary
- func (s *StackResourceSummary) SetResourceType(v string) *StackResourceSummary
- func (s StackResourceSummary) String() string
- type StackSet
- func (s StackSet) GoString() string
- func (s *StackSet) SetAdministrationRoleARN(v string) *StackSet
- func (s *StackSet) SetAutoDeployment(v *AutoDeployment) *StackSet
- func (s *StackSet) SetCapabilities(v []*string) *StackSet
- func (s *StackSet) SetDescription(v string) *StackSet
- func (s *StackSet) SetExecutionRoleName(v string) *StackSet
- func (s *StackSet) SetManagedExecution(v *ManagedExecution) *StackSet
- func (s *StackSet) SetOrganizationalUnitIds(v []*string) *StackSet
- func (s *StackSet) SetParameters(v []*Parameter) *StackSet
- func (s *StackSet) SetPermissionModel(v string) *StackSet
- func (s *StackSet) SetStackSetARN(v string) *StackSet
- func (s *StackSet) SetStackSetDriftDetectionDetails(v *StackSetDriftDetectionDetails) *StackSet
- func (s *StackSet) SetStackSetId(v string) *StackSet
- func (s *StackSet) SetStackSetName(v string) *StackSet
- func (s *StackSet) SetStatus(v string) *StackSet
- func (s *StackSet) SetTags(v []*Tag) *StackSet
- func (s *StackSet) SetTemplateBody(v string) *StackSet
- func (s StackSet) String() string
- type StackSetDriftDetectionDetails
- func (s StackSetDriftDetectionDetails) GoString() string
- func (s *StackSetDriftDetectionDetails) SetDriftDetectionStatus(v string) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetDriftStatus(v string) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetDriftedStackInstancesCount(v int64) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetFailedStackInstancesCount(v int64) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetInProgressStackInstancesCount(v int64) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetInSyncStackInstancesCount(v int64) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetLastDriftCheckTimestamp(v time.Time) *StackSetDriftDetectionDetails
- func (s *StackSetDriftDetectionDetails) SetTotalStackInstancesCount(v int64) *StackSetDriftDetectionDetails
- func (s StackSetDriftDetectionDetails) String() string
- type StackSetOperation
- func (s StackSetOperation) GoString() string
- func (s *StackSetOperation) SetAction(v string) *StackSetOperation
- func (s *StackSetOperation) SetAdministrationRoleARN(v string) *StackSetOperation
- func (s *StackSetOperation) SetCreationTimestamp(v time.Time) *StackSetOperation
- func (s *StackSetOperation) SetDeploymentTargets(v *DeploymentTargets) *StackSetOperation
- func (s *StackSetOperation) SetEndTimestamp(v time.Time) *StackSetOperation
- func (s *StackSetOperation) SetExecutionRoleName(v string) *StackSetOperation
- func (s *StackSetOperation) SetOperationId(v string) *StackSetOperation
- func (s *StackSetOperation) SetOperationPreferences(v *StackSetOperationPreferences) *StackSetOperation
- func (s *StackSetOperation) SetRetainStacks(v bool) *StackSetOperation
- func (s *StackSetOperation) SetStackSetDriftDetectionDetails(v *StackSetDriftDetectionDetails) *StackSetOperation
- func (s *StackSetOperation) SetStackSetId(v string) *StackSetOperation
- func (s *StackSetOperation) SetStatus(v string) *StackSetOperation
- func (s *StackSetOperation) SetStatusReason(v string) *StackSetOperation
- func (s StackSetOperation) String() string
- type StackSetOperationPreferences
- func (s StackSetOperationPreferences) GoString() string
- func (s *StackSetOperationPreferences) SetFailureToleranceCount(v int64) *StackSetOperationPreferences
- func (s *StackSetOperationPreferences) SetFailureTolerancePercentage(v int64) *StackSetOperationPreferences
- func (s *StackSetOperationPreferences) SetMaxConcurrentCount(v int64) *StackSetOperationPreferences
- func (s *StackSetOperationPreferences) SetMaxConcurrentPercentage(v int64) *StackSetOperationPreferences
- func (s *StackSetOperationPreferences) SetRegionConcurrencyType(v string) *StackSetOperationPreferences
- func (s *StackSetOperationPreferences) SetRegionOrder(v []*string) *StackSetOperationPreferences
- func (s StackSetOperationPreferences) String() string
- func (s *StackSetOperationPreferences) Validate() error
- type StackSetOperationResultSummary
- func (s StackSetOperationResultSummary) GoString() string
- func (s *StackSetOperationResultSummary) SetAccount(v string) *StackSetOperationResultSummary
- func (s *StackSetOperationResultSummary) SetAccountGateResult(v *AccountGateResult) *StackSetOperationResultSummary
- func (s *StackSetOperationResultSummary) SetOrganizationalUnitId(v string) *StackSetOperationResultSummary
- func (s *StackSetOperationResultSummary) SetRegion(v string) *StackSetOperationResultSummary
- func (s *StackSetOperationResultSummary) SetStatus(v string) *StackSetOperationResultSummary
- func (s *StackSetOperationResultSummary) SetStatusReason(v string) *StackSetOperationResultSummary
- func (s StackSetOperationResultSummary) String() string
- type StackSetOperationSummary
- func (s StackSetOperationSummary) GoString() string
- func (s *StackSetOperationSummary) SetAction(v string) *StackSetOperationSummary
- func (s *StackSetOperationSummary) SetCreationTimestamp(v time.Time) *StackSetOperationSummary
- func (s *StackSetOperationSummary) SetEndTimestamp(v time.Time) *StackSetOperationSummary
- func (s *StackSetOperationSummary) SetOperationId(v string) *StackSetOperationSummary
- func (s *StackSetOperationSummary) SetStatus(v string) *StackSetOperationSummary
- func (s *StackSetOperationSummary) SetStatusReason(v string) *StackSetOperationSummary
- func (s StackSetOperationSummary) String() string
- type StackSetSummary
- func (s StackSetSummary) GoString() string
- func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary
- func (s *StackSetSummary) SetDescription(v string) *StackSetSummary
- func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary
- func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary
- func (s *StackSetSummary) SetManagedExecution(v *ManagedExecution) *StackSetSummary
- func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary
- func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary
- func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary
- func (s *StackSetSummary) SetStatus(v string) *StackSetSummary
- func (s StackSetSummary) String() string
- type StackSummary
- func (s StackSummary) GoString() string
- func (s *StackSummary) SetCreationTime(v time.Time) *StackSummary
- func (s *StackSummary) SetDeletionTime(v time.Time) *StackSummary
- func (s *StackSummary) SetDriftInformation(v *StackDriftInformationSummary) *StackSummary
- func (s *StackSummary) SetLastUpdatedTime(v time.Time) *StackSummary
- func (s *StackSummary) SetParentId(v string) *StackSummary
- func (s *StackSummary) SetRootId(v string) *StackSummary
- func (s *StackSummary) SetStackId(v string) *StackSummary
- func (s *StackSummary) SetStackName(v string) *StackSummary
- func (s *StackSummary) SetStackStatus(v string) *StackSummary
- func (s *StackSummary) SetStackStatusReason(v string) *StackSummary
- func (s *StackSummary) SetTemplateDescription(v string) *StackSummary
- func (s StackSummary) String() string
- type StopStackSetOperationInput
- func (s StopStackSetOperationInput) GoString() string
- func (s *StopStackSetOperationInput) SetCallAs(v string) *StopStackSetOperationInput
- func (s *StopStackSetOperationInput) SetOperationId(v string) *StopStackSetOperationInput
- func (s *StopStackSetOperationInput) SetStackSetName(v string) *StopStackSetOperationInput
- func (s StopStackSetOperationInput) String() string
- func (s *StopStackSetOperationInput) Validate() error
- type StopStackSetOperationOutput
- type Tag
- type TemplateParameter
- func (s TemplateParameter) GoString() string
- func (s *TemplateParameter) SetDefaultValue(v string) *TemplateParameter
- func (s *TemplateParameter) SetDescription(v string) *TemplateParameter
- func (s *TemplateParameter) SetNoEcho(v bool) *TemplateParameter
- func (s *TemplateParameter) SetParameterKey(v string) *TemplateParameter
- func (s TemplateParameter) String() string
- type TestTypeInput
- func (s TestTypeInput) GoString() string
- func (s *TestTypeInput) SetArn(v string) *TestTypeInput
- func (s *TestTypeInput) SetLogDeliveryBucket(v string) *TestTypeInput
- func (s *TestTypeInput) SetType(v string) *TestTypeInput
- func (s *TestTypeInput) SetTypeName(v string) *TestTypeInput
- func (s *TestTypeInput) SetVersionId(v string) *TestTypeInput
- func (s TestTypeInput) String() string
- func (s *TestTypeInput) Validate() error
- type TestTypeOutput
- type TypeConfigurationDetails
- func (s TypeConfigurationDetails) GoString() string
- func (s *TypeConfigurationDetails) SetAlias(v string) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetArn(v string) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetConfiguration(v string) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetIsDefaultConfiguration(v bool) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetLastUpdated(v time.Time) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetTypeArn(v string) *TypeConfigurationDetails
- func (s *TypeConfigurationDetails) SetTypeName(v string) *TypeConfigurationDetails
- func (s TypeConfigurationDetails) String() string
- type TypeConfigurationIdentifier
- func (s TypeConfigurationIdentifier) GoString() string
- func (s *TypeConfigurationIdentifier) SetType(v string) *TypeConfigurationIdentifier
- func (s *TypeConfigurationIdentifier) SetTypeArn(v string) *TypeConfigurationIdentifier
- func (s *TypeConfigurationIdentifier) SetTypeConfigurationAlias(v string) *TypeConfigurationIdentifier
- func (s *TypeConfigurationIdentifier) SetTypeConfigurationArn(v string) *TypeConfigurationIdentifier
- func (s *TypeConfigurationIdentifier) SetTypeName(v string) *TypeConfigurationIdentifier
- func (s TypeConfigurationIdentifier) String() string
- func (s *TypeConfigurationIdentifier) Validate() error
- type TypeFilters
- type TypeSummary
- func (s TypeSummary) GoString() string
- func (s *TypeSummary) SetDefaultVersionId(v string) *TypeSummary
- func (s *TypeSummary) SetDescription(v string) *TypeSummary
- func (s *TypeSummary) SetIsActivated(v bool) *TypeSummary
- func (s *TypeSummary) SetLastUpdated(v time.Time) *TypeSummary
- func (s *TypeSummary) SetLatestPublicVersion(v string) *TypeSummary
- func (s *TypeSummary) SetOriginalTypeName(v string) *TypeSummary
- func (s *TypeSummary) SetPublicVersionNumber(v string) *TypeSummary
- func (s *TypeSummary) SetPublisherId(v string) *TypeSummary
- func (s *TypeSummary) SetPublisherIdentity(v string) *TypeSummary
- func (s *TypeSummary) SetPublisherName(v string) *TypeSummary
- func (s *TypeSummary) SetType(v string) *TypeSummary
- func (s *TypeSummary) SetTypeArn(v string) *TypeSummary
- func (s *TypeSummary) SetTypeName(v string) *TypeSummary
- func (s TypeSummary) String() string
- type TypeVersionSummary
- func (s TypeVersionSummary) GoString() string
- func (s *TypeVersionSummary) SetArn(v string) *TypeVersionSummary
- func (s *TypeVersionSummary) SetDescription(v string) *TypeVersionSummary
- func (s *TypeVersionSummary) SetIsDefaultVersion(v bool) *TypeVersionSummary
- func (s *TypeVersionSummary) SetPublicVersionNumber(v string) *TypeVersionSummary
- func (s *TypeVersionSummary) SetTimeCreated(v time.Time) *TypeVersionSummary
- func (s *TypeVersionSummary) SetType(v string) *TypeVersionSummary
- func (s *TypeVersionSummary) SetTypeName(v string) *TypeVersionSummary
- func (s *TypeVersionSummary) SetVersionId(v string) *TypeVersionSummary
- func (s TypeVersionSummary) String() string
- type UpdateStackInput
- func (s UpdateStackInput) GoString() string
- func (s *UpdateStackInput) SetCapabilities(v []*string) *UpdateStackInput
- func (s *UpdateStackInput) SetClientRequestToken(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDisableRollback(v bool) *UpdateStackInput
- func (s *UpdateStackInput) SetNotificationARNs(v []*string) *UpdateStackInput
- func (s *UpdateStackInput) SetParameters(v []*Parameter) *UpdateStackInput
- func (s *UpdateStackInput) SetResourceTypes(v []*string) *UpdateStackInput
- func (s *UpdateStackInput) SetRoleARN(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetRollbackConfiguration(v *RollbackConfiguration) *UpdateStackInput
- func (s *UpdateStackInput) SetStackName(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetStackPolicyBody(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetStackPolicyDuringUpdateBody(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetStackPolicyDuringUpdateURL(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetStackPolicyURL(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetTags(v []*Tag) *UpdateStackInput
- func (s *UpdateStackInput) SetTemplateBody(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetTemplateURL(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetUsePreviousTemplate(v bool) *UpdateStackInput
- func (s UpdateStackInput) String() string
- func (s *UpdateStackInput) Validate() error
- type UpdateStackInstancesInput
- func (s UpdateStackInstancesInput) GoString() string
- func (s *UpdateStackInstancesInput) SetAccounts(v []*string) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetCallAs(v string) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetDeploymentTargets(v *DeploymentTargets) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetOperationId(v string) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetOperationPreferences(v *StackSetOperationPreferences) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetParameterOverrides(v []*Parameter) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetRegions(v []*string) *UpdateStackInstancesInput
- func (s *UpdateStackInstancesInput) SetStackSetName(v string) *UpdateStackInstancesInput
- func (s UpdateStackInstancesInput) String() string
- func (s *UpdateStackInstancesInput) Validate() error
- type UpdateStackInstancesOutput
- type UpdateStackOutput
- type UpdateStackSetInput
- func (s UpdateStackSetInput) GoString() string
- func (s *UpdateStackSetInput) SetAccounts(v []*string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetAdministrationRoleARN(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetAutoDeployment(v *AutoDeployment) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetCallAs(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetCapabilities(v []*string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetDeploymentTargets(v *DeploymentTargets) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetDescription(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetExecutionRoleName(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetManagedExecution(v *ManagedExecution) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetOperationId(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetOperationPreferences(v *StackSetOperationPreferences) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetParameters(v []*Parameter) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetPermissionModel(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetRegions(v []*string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetStackSetName(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetTags(v []*Tag) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetTemplateBody(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetTemplateURL(v string) *UpdateStackSetInput
- func (s *UpdateStackSetInput) SetUsePreviousTemplate(v bool) *UpdateStackSetInput
- func (s UpdateStackSetInput) String() string
- func (s *UpdateStackSetInput) Validate() error
- type UpdateStackSetOutput
- type UpdateTerminationProtectionInput
- func (s UpdateTerminationProtectionInput) GoString() string
- func (s *UpdateTerminationProtectionInput) SetEnableTerminationProtection(v bool) *UpdateTerminationProtectionInput
- func (s *UpdateTerminationProtectionInput) SetStackName(v string) *UpdateTerminationProtectionInput
- func (s UpdateTerminationProtectionInput) String() string
- func (s *UpdateTerminationProtectionInput) Validate() error
- type UpdateTerminationProtectionOutput
- type ValidateTemplateInput
- func (s ValidateTemplateInput) GoString() string
- func (s *ValidateTemplateInput) SetTemplateBody(v string) *ValidateTemplateInput
- func (s *ValidateTemplateInput) SetTemplateURL(v string) *ValidateTemplateInput
- func (s ValidateTemplateInput) String() string
- func (s *ValidateTemplateInput) Validate() error
- type ValidateTemplateOutput
- func (s ValidateTemplateOutput) GoString() string
- func (s *ValidateTemplateOutput) SetCapabilities(v []*string) *ValidateTemplateOutput
- func (s *ValidateTemplateOutput) SetCapabilitiesReason(v string) *ValidateTemplateOutput
- func (s *ValidateTemplateOutput) SetDeclaredTransforms(v []*string) *ValidateTemplateOutput
- func (s *ValidateTemplateOutput) SetDescription(v string) *ValidateTemplateOutput
- func (s *ValidateTemplateOutput) SetParameters(v []*TemplateParameter) *ValidateTemplateOutput
- func (s ValidateTemplateOutput) String() string
Constants ¶
const ( // AccountGateStatusSucceeded is a AccountGateStatus enum value AccountGateStatusSucceeded = "SUCCEEDED" // AccountGateStatusFailed is a AccountGateStatus enum value AccountGateStatusFailed = "FAILED" // AccountGateStatusSkipped is a AccountGateStatus enum value AccountGateStatusSkipped = "SKIPPED" )
const ( // CallAsSelf is a CallAs enum value CallAsSelf = "SELF" // CallAsDelegatedAdmin is a CallAs enum value CallAsDelegatedAdmin = "DELEGATED_ADMIN" )
const ( // CapabilityCapabilityIam is a Capability enum value CapabilityCapabilityIam = "CAPABILITY_IAM" // CapabilityCapabilityNamedIam is a Capability enum value CapabilityCapabilityNamedIam = "CAPABILITY_NAMED_IAM" // CapabilityCapabilityAutoExpand is a Capability enum value CapabilityCapabilityAutoExpand = "CAPABILITY_AUTO_EXPAND" )
const ( // CategoryRegistered is a Category enum value CategoryRegistered = "REGISTERED" // CategoryActivated is a Category enum value CategoryActivated = "ACTIVATED" // CategoryThirdParty is a Category enum value CategoryThirdParty = "THIRD_PARTY" // CategoryAwsTypes is a Category enum value CategoryAwsTypes = "AWS_TYPES" )
const ( // ChangeActionAdd is a ChangeAction enum value ChangeActionAdd = "Add" // ChangeActionModify is a ChangeAction enum value ChangeActionModify = "Modify" // ChangeActionRemove is a ChangeAction enum value ChangeActionRemove = "Remove" // ChangeActionImport is a ChangeAction enum value ChangeActionImport = "Import" // ChangeActionDynamic is a ChangeAction enum value ChangeActionDynamic = "Dynamic" )
const ( // ChangeSetHooksStatusPlanning is a ChangeSetHooksStatus enum value ChangeSetHooksStatusPlanning = "PLANNING" // ChangeSetHooksStatusPlanned is a ChangeSetHooksStatus enum value ChangeSetHooksStatusPlanned = "PLANNED" ChangeSetHooksStatusUnavailable = "UNAVAILABLE" )
const ( // ChangeSetStatusCreatePending is a ChangeSetStatus enum value ChangeSetStatusCreatePending = "CREATE_PENDING" // ChangeSetStatusCreateInProgress is a ChangeSetStatus enum value ChangeSetStatusCreateInProgress = "CREATE_IN_PROGRESS" // ChangeSetStatusCreateComplete is a ChangeSetStatus enum value ChangeSetStatusCreateComplete = "CREATE_COMPLETE" // ChangeSetStatusDeletePending is a ChangeSetStatus enum value ChangeSetStatusDeletePending = "DELETE_PENDING" // ChangeSetStatusDeleteInProgress is a ChangeSetStatus enum value ChangeSetStatusDeleteInProgress = "DELETE_IN_PROGRESS" // ChangeSetStatusDeleteComplete is a ChangeSetStatus enum value ChangeSetStatusDeleteComplete = "DELETE_COMPLETE" // ChangeSetStatusDeleteFailed is a ChangeSetStatus enum value ChangeSetStatusDeleteFailed = "DELETE_FAILED" // ChangeSetStatusFailed is a ChangeSetStatus enum value ChangeSetStatusFailed = "FAILED" )
const ( // ChangeSetTypeCreate is a ChangeSetType enum value ChangeSetTypeCreate = "CREATE" // ChangeSetTypeUpdate is a ChangeSetType enum value ChangeSetTypeUpdate = "UPDATE" // ChangeSetTypeImport is a ChangeSetType enum value ChangeSetTypeImport = "IMPORT" )
const ( // ChangeSourceResourceReference is a ChangeSource enum value ChangeSourceResourceReference = "ResourceReference" // ChangeSourceParameterReference is a ChangeSource enum value ChangeSourceParameterReference = "ParameterReference" // ChangeSourceResourceAttribute is a ChangeSource enum value ChangeSourceResourceAttribute = "ResourceAttribute" // ChangeSourceDirectModification is a ChangeSource enum value ChangeSourceDirectModification = "DirectModification" // ChangeSourceAutomatic is a ChangeSource enum value ChangeSourceAutomatic = "Automatic" )
const ( // DeprecatedStatusLive is a DeprecatedStatus enum value DeprecatedStatusLive = "LIVE" // DeprecatedStatusDeprecated is a DeprecatedStatus enum value DeprecatedStatusDeprecated = "DEPRECATED" )
const ( // DifferenceTypeAdd is a DifferenceType enum value DifferenceTypeAdd = "ADD" // DifferenceTypeRemove is a DifferenceType enum value DifferenceTypeRemove = "REMOVE" // DifferenceTypeNotEqual is a DifferenceType enum value DifferenceTypeNotEqual = "NOT_EQUAL" )
const ( // EvaluationTypeStatic is a EvaluationType enum value EvaluationTypeStatic = "Static" // EvaluationTypeDynamic is a EvaluationType enum value EvaluationTypeDynamic = "Dynamic" )
const ( // ExecutionStatusAvailable is a ExecutionStatus enum value ExecutionStatusAvailable = "AVAILABLE" // ExecutionStatusExecuteInProgress is a ExecutionStatus enum value ExecutionStatusExecuteInProgress = "EXECUTE_IN_PROGRESS" // ExecutionStatusExecuteComplete is a ExecutionStatus enum value ExecutionStatusExecuteComplete = "EXECUTE_COMPLETE" // ExecutionStatusExecuteFailed is a ExecutionStatus enum value ExecutionStatusExecuteFailed = "EXECUTE_FAILED" // ExecutionStatusObsolete is a ExecutionStatus enum value ExecutionStatusObsolete = "OBSOLETE" )ExecutionStatusUnavailable = "UNAVAILABLE"
const ( // HandlerErrorCodeNotUpdatable is a HandlerErrorCode enum value HandlerErrorCodeNotUpdatable = "NotUpdatable" // HandlerErrorCodeInvalidRequest is a HandlerErrorCode enum value HandlerErrorCodeInvalidRequest = "InvalidRequest" // HandlerErrorCodeAccessDenied is a HandlerErrorCode enum value HandlerErrorCodeAccessDenied = "AccessDenied" // HandlerErrorCodeInvalidCredentials is a HandlerErrorCode enum value HandlerErrorCodeInvalidCredentials = "InvalidCredentials" // HandlerErrorCodeAlreadyExists is a HandlerErrorCode enum value HandlerErrorCodeAlreadyExists = "AlreadyExists" // HandlerErrorCodeNotFound is a HandlerErrorCode enum value HandlerErrorCodeNotFound = "NotFound" // HandlerErrorCodeResourceConflict is a HandlerErrorCode enum value HandlerErrorCodeResourceConflict = "ResourceConflict" // HandlerErrorCodeThrottling is a HandlerErrorCode enum value HandlerErrorCodeThrottling = "Throttling" // HandlerErrorCodeServiceLimitExceeded is a HandlerErrorCode enum value HandlerErrorCodeServiceLimitExceeded = "ServiceLimitExceeded" // HandlerErrorCodeNotStabilized is a HandlerErrorCode enum value HandlerErrorCodeNotStabilized = "NotStabilized" // HandlerErrorCodeGeneralServiceException is a HandlerErrorCode enum value HandlerErrorCodeGeneralServiceException = "GeneralServiceException" // HandlerErrorCodeServiceInternalError is a HandlerErrorCode enum value HandlerErrorCodeServiceInternalError = "ServiceInternalError" // HandlerErrorCodeNetworkFailure is a HandlerErrorCode enum value HandlerErrorCodeNetworkFailure = "NetworkFailure" // HandlerErrorCodeInternalFailure is a HandlerErrorCode enum value HandlerErrorCodeInternalFailure = "InternalFailure" // HandlerErrorCodeInvalidTypeConfiguration is a HandlerErrorCode enum value HandlerErrorCodeInvalidTypeConfiguration = "InvalidTypeConfiguration" // HandlerErrorCodeHandlerInternalFailure is a HandlerErrorCode enum value HandlerErrorCodeHandlerInternalFailure = "HandlerInternalFailure" // HandlerErrorCodeNonCompliant is a HandlerErrorCode enum value HandlerErrorCodeNonCompliant = "NonCompliant" // HandlerErrorCodeUnknown is a HandlerErrorCode enum value HandlerErrorCodeUnknown = "Unknown" )
const ( // HookFailureModeFail is a HookFailureMode enum value HookFailureModeFail = "FAIL" // HookFailureModeWarn is a HookFailureMode enum value HookFailureModeWarn = "WARN" )
const ( // HookStatusHookInProgress is a HookStatus enum value HookStatusHookInProgress = "HOOK_IN_PROGRESS" // HookStatusHookCompleteSucceeded is a HookStatus enum value HookStatusHookCompleteSucceeded = "HOOK_COMPLETE_SUCCEEDED" // HookStatusHookCompleteFailed is a HookStatus enum value HookStatusHookCompleteFailed = "HOOK_COMPLETE_FAILED" // HookStatusHookFailed is a HookStatus enum value HookStatusHookFailed = "HOOK_FAILED" )
const ( // IdentityProviderAwsMarketplace is a IdentityProvider enum value IdentityProviderAwsMarketplace = "AWS_Marketplace" // IdentityProviderGitHub is a IdentityProvider enum value IdentityProviderGitHub = "GitHub" // IdentityProviderBitbucket is a IdentityProvider enum value IdentityProviderBitbucket = "Bitbucket" )
const ( // OnFailureDoNothing is a OnFailure enum value OnFailureDoNothing = "DO_NOTHING" // OnFailureRollback is a OnFailure enum value OnFailureRollback = "ROLLBACK" // OnFailureDelete is a OnFailure enum value OnFailureDelete = "DELETE" )
const ( // OperationStatusPending is a OperationStatus enum value OperationStatusPending = "PENDING" // OperationStatusInProgress is a OperationStatus enum value OperationStatusInProgress = "IN_PROGRESS" // OperationStatusSuccess is a OperationStatus enum value OperationStatusSuccess = "SUCCESS" // OperationStatusFailed is a OperationStatus enum value OperationStatusFailed = "FAILED" )
const ( // PermissionModelsServiceManaged is a PermissionModels enum value PermissionModelsServiceManaged = "SERVICE_MANAGED" // PermissionModelsSelfManaged is a PermissionModels enum value PermissionModelsSelfManaged = "SELF_MANAGED" )
const ( // ProvisioningTypeNonProvisionable is a ProvisioningType enum value ProvisioningTypeNonProvisionable = "NON_PROVISIONABLE" // ProvisioningTypeImmutable is a ProvisioningType enum value ProvisioningTypeImmutable = "IMMUTABLE" // ProvisioningTypeFullyMutable is a ProvisioningType enum value ProvisioningTypeFullyMutable = "FULLY_MUTABLE" )
const ( // PublisherStatusVerified is a PublisherStatus enum value PublisherStatusVerified = "VERIFIED" // PublisherStatusUnverified is a PublisherStatus enum value PublisherStatusUnverified = "UNVERIFIED" )
const ( // RegionConcurrencyTypeSequential is a RegionConcurrencyType enum value RegionConcurrencyTypeSequential = "SEQUENTIAL" // RegionConcurrencyTypeParallel is a RegionConcurrencyType enum value RegionConcurrencyTypeParallel = "PARALLEL" )
const ( // RegistrationStatusComplete is a RegistrationStatus enum value RegistrationStatusComplete = "COMPLETE" // RegistrationStatusInProgress is a RegistrationStatus enum value RegistrationStatusInProgress = "IN_PROGRESS" // RegistrationStatusFailed is a RegistrationStatus enum value RegistrationStatusFailed = "FAILED" )
const ( // RegistryTypeResource is a RegistryType enum value RegistryTypeResource = "RESOURCE" // RegistryTypeModule is a RegistryType enum value RegistryTypeModule = "MODULE" // RegistryTypeHook is a RegistryType enum value RegistryTypeHook = "HOOK" )
const ( // ReplacementTrue is a Replacement enum value ReplacementTrue = "True" // ReplacementFalse is a Replacement enum value ReplacementFalse = "False" // ReplacementConditional is a Replacement enum value ReplacementConditional = "Conditional" )
const ( // RequiresRecreationNever is a RequiresRecreation enum value RequiresRecreationNever = "Never" // RequiresRecreationConditionally is a RequiresRecreation enum value RequiresRecreationConditionally = "Conditionally" // RequiresRecreationAlways is a RequiresRecreation enum value RequiresRecreationAlways = "Always" )
const ( // ResourceAttributeProperties is a ResourceAttribute enum value ResourceAttributeProperties = "Properties" // ResourceAttributeMetadata is a ResourceAttribute enum value ResourceAttributeMetadata = "Metadata" // ResourceAttributeCreationPolicy is a ResourceAttribute enum value ResourceAttributeCreationPolicy = "CreationPolicy" // ResourceAttributeUpdatePolicy is a ResourceAttribute enum value ResourceAttributeUpdatePolicy = "UpdatePolicy" // ResourceAttributeDeletionPolicy is a ResourceAttribute enum value ResourceAttributeDeletionPolicy = "DeletionPolicy" // ResourceAttributeTags is a ResourceAttribute enum value ResourceAttributeTags = "Tags" )
const ( // ResourceSignalStatusSuccess is a ResourceSignalStatus enum value ResourceSignalStatusSuccess = "SUCCESS" // ResourceSignalStatusFailure is a ResourceSignalStatus enum value ResourceSignalStatusFailure = "FAILURE" )
const ( // ResourceStatusCreateInProgress is a ResourceStatus enum value ResourceStatusCreateInProgress = "CREATE_IN_PROGRESS" // ResourceStatusCreateFailed is a ResourceStatus enum value ResourceStatusCreateFailed = "CREATE_FAILED" // ResourceStatusCreateComplete is a ResourceStatus enum value ResourceStatusCreateComplete = "CREATE_COMPLETE" // ResourceStatusDeleteInProgress is a ResourceStatus enum value ResourceStatusDeleteInProgress = "DELETE_IN_PROGRESS" // ResourceStatusDeleteFailed is a ResourceStatus enum value ResourceStatusDeleteFailed = "DELETE_FAILED" // ResourceStatusDeleteComplete is a ResourceStatus enum value ResourceStatusDeleteComplete = "DELETE_COMPLETE" // ResourceStatusDeleteSkipped is a ResourceStatus enum value ResourceStatusDeleteSkipped = "DELETE_SKIPPED" // ResourceStatusUpdateInProgress is a ResourceStatus enum value ResourceStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // ResourceStatusUpdateFailed is a ResourceStatus enum value ResourceStatusUpdateFailed = "UPDATE_FAILED" // ResourceStatusUpdateComplete is a ResourceStatus enum value ResourceStatusUpdateComplete = "UPDATE_COMPLETE" // ResourceStatusImportFailed is a ResourceStatus enum value ResourceStatusImportFailed = "IMPORT_FAILED" // ResourceStatusImportComplete is a ResourceStatus enum value ResourceStatusImportComplete = "IMPORT_COMPLETE" // ResourceStatusImportInProgress is a ResourceStatus enum value ResourceStatusImportInProgress = "IMPORT_IN_PROGRESS" // ResourceStatusImportRollbackInProgress is a ResourceStatus enum value ResourceStatusImportRollbackInProgress = "IMPORT_ROLLBACK_IN_PROGRESS" // ResourceStatusImportRollbackFailed is a ResourceStatus enum value ResourceStatusImportRollbackFailed = "IMPORT_ROLLBACK_FAILED" // ResourceStatusImportRollbackComplete is a ResourceStatus enum value ResourceStatusImportRollbackComplete = "IMPORT_ROLLBACK_COMPLETE" // ResourceStatusUpdateRollbackInProgress is a ResourceStatus enum value ResourceStatusUpdateRollbackInProgress = "UPDATE_ROLLBACK_IN_PROGRESS" // ResourceStatusUpdateRollbackComplete is a ResourceStatus enum value ResourceStatusUpdateRollbackComplete = "UPDATE_ROLLBACK_COMPLETE" // ResourceStatusUpdateRollbackFailed is a ResourceStatus enum value ResourceStatusUpdateRollbackFailed = "UPDATE_ROLLBACK_FAILED" // ResourceStatusRollbackInProgress is a ResourceStatus enum value ResourceStatusRollbackInProgress = "ROLLBACK_IN_PROGRESS" // ResourceStatusRollbackComplete is a ResourceStatus enum value ResourceStatusRollbackComplete = "ROLLBACK_COMPLETE" // ResourceStatusRollbackFailed is a ResourceStatus enum value ResourceStatusRollbackFailed = "ROLLBACK_FAILED" )
const ( // StackDriftDetectionStatusDetectionInProgress is a StackDriftDetectionStatus enum value StackDriftDetectionStatusDetectionInProgress = "DETECTION_IN_PROGRESS" // StackDriftDetectionStatusDetectionFailed is a StackDriftDetectionStatus enum value StackDriftDetectionStatusDetectionFailed = "DETECTION_FAILED" // StackDriftDetectionStatusDetectionComplete is a StackDriftDetectionStatus enum value StackDriftDetectionStatusDetectionComplete = "DETECTION_COMPLETE" )
const ( // StackDriftStatusDrifted is a StackDriftStatus enum value StackDriftStatusDrifted = "DRIFTED" // StackDriftStatusInSync is a StackDriftStatus enum value StackDriftStatusInSync = "IN_SYNC" // StackDriftStatusUnknown is a StackDriftStatus enum value StackDriftStatusUnknown = "UNKNOWN" // StackDriftStatusNotChecked is a StackDriftStatus enum value StackDriftStatusNotChecked = "NOT_CHECKED" )
const ( // StackInstanceDetailedStatusPending is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusPending = "PENDING" // StackInstanceDetailedStatusRunning is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusRunning = "RUNNING" // StackInstanceDetailedStatusSucceeded is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusSucceeded = "SUCCEEDED" // StackInstanceDetailedStatusFailed is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusFailed = "FAILED" // StackInstanceDetailedStatusCancelled is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusCancelled = "CANCELLED" // StackInstanceDetailedStatusInoperable is a StackInstanceDetailedStatus enum value StackInstanceDetailedStatusInoperable = "INOPERABLE" )
const ( // StackInstanceStatusCurrent is a StackInstanceStatus enum value StackInstanceStatusCurrent = "CURRENT" // StackInstanceStatusOutdated is a StackInstanceStatus enum value StackInstanceStatusOutdated = "OUTDATED" // StackInstanceStatusInoperable is a StackInstanceStatus enum value StackInstanceStatusInoperable = "INOPERABLE" )
const ( // StackResourceDriftStatusInSync is a StackResourceDriftStatus enum value StackResourceDriftStatusInSync = "IN_SYNC" // StackResourceDriftStatusModified is a StackResourceDriftStatus enum value StackResourceDriftStatusModified = "MODIFIED" // StackResourceDriftStatusDeleted is a StackResourceDriftStatus enum value StackResourceDriftStatusDeleted = "DELETED" // StackResourceDriftStatusNotChecked is a StackResourceDriftStatus enum value StackResourceDriftStatusNotChecked = "NOT_CHECKED" )
const ( // StackSetDriftDetectionStatusCompleted is a StackSetDriftDetectionStatus enum value StackSetDriftDetectionStatusCompleted = "COMPLETED" // StackSetDriftDetectionStatusFailed is a StackSetDriftDetectionStatus enum value StackSetDriftDetectionStatusFailed = "FAILED" // StackSetDriftDetectionStatusPartialSuccess is a StackSetDriftDetectionStatus enum value StackSetDriftDetectionStatusPartialSuccess = "PARTIAL_SUCCESS" // StackSetDriftDetectionStatusInProgress is a StackSetDriftDetectionStatus enum value StackSetDriftDetectionStatusInProgress = "IN_PROGRESS" // StackSetDriftDetectionStatusStopped is a StackSetDriftDetectionStatus enum value StackSetDriftDetectionStatusStopped = "STOPPED" )
const ( // StackSetDriftStatusDrifted is a StackSetDriftStatus enum value StackSetDriftStatusDrifted = "DRIFTED" // StackSetDriftStatusInSync is a StackSetDriftStatus enum value StackSetDriftStatusInSync = "IN_SYNC" // StackSetDriftStatusNotChecked is a StackSetDriftStatus enum value StackSetDriftStatusNotChecked = "NOT_CHECKED" )
const ( // StackSetOperationActionCreate is a StackSetOperationAction enum value StackSetOperationActionCreate = "CREATE" // StackSetOperationActionUpdate is a StackSetOperationAction enum value StackSetOperationActionUpdate = "UPDATE" // StackSetOperationActionDelete is a StackSetOperationAction enum value StackSetOperationActionDelete = "DELETE" // StackSetOperationActionDetectDrift is a StackSetOperationAction enum value StackSetOperationActionDetectDrift = "DETECT_DRIFT" )
const ( // StackSetOperationResultStatusPending is a StackSetOperationResultStatus enum value StackSetOperationResultStatusPending = "PENDING" // StackSetOperationResultStatusRunning is a StackSetOperationResultStatus enum value StackSetOperationResultStatusRunning = "RUNNING" // StackSetOperationResultStatusSucceeded is a StackSetOperationResultStatus enum value StackSetOperationResultStatusSucceeded = "SUCCEEDED" // StackSetOperationResultStatusFailed is a StackSetOperationResultStatus enum value StackSetOperationResultStatusFailed = "FAILED" // StackSetOperationResultStatusCancelled is a StackSetOperationResultStatus enum value StackSetOperationResultStatusCancelled = "CANCELLED" )
const ( // StackSetOperationStatusRunning is a StackSetOperationStatus enum value StackSetOperationStatusRunning = "RUNNING" // StackSetOperationStatusSucceeded is a StackSetOperationStatus enum value StackSetOperationStatusSucceeded = "SUCCEEDED" // StackSetOperationStatusFailed is a StackSetOperationStatus enum value StackSetOperationStatusFailed = "FAILED" // StackSetOperationStatusStopping is a StackSetOperationStatus enum value StackSetOperationStatusStopping = "STOPPING" // StackSetOperationStatusStopped is a StackSetOperationStatus enum value StackSetOperationStatusStopped = "STOPPED" // StackSetOperationStatusQueued is a StackSetOperationStatus enum value StackSetOperationStatusQueued = "QUEUED" )
const ( // StackSetStatusActive is a StackSetStatus enum value StackSetStatusActive = "ACTIVE" // StackSetStatusDeleted is a StackSetStatus enum value StackSetStatusDeleted = "DELETED" )
const ( // StackStatusCreateInProgress is a StackStatus enum value StackStatusCreateInProgress = "CREATE_IN_PROGRESS" // StackStatusCreateFailed is a StackStatus enum value StackStatusCreateFailed = "CREATE_FAILED" // StackStatusCreateComplete is a StackStatus enum value StackStatusCreateComplete = "CREATE_COMPLETE" // StackStatusRollbackInProgress is a StackStatus enum value StackStatusRollbackInProgress = "ROLLBACK_IN_PROGRESS" // StackStatusRollbackFailed is a StackStatus enum value StackStatusRollbackFailed = "ROLLBACK_FAILED" // StackStatusRollbackComplete is a StackStatus enum value StackStatusRollbackComplete = "ROLLBACK_COMPLETE" // StackStatusDeleteInProgress is a StackStatus enum value StackStatusDeleteInProgress = "DELETE_IN_PROGRESS" // StackStatusDeleteFailed is a StackStatus enum value StackStatusDeleteFailed = "DELETE_FAILED" // StackStatusDeleteComplete is a StackStatus enum value StackStatusDeleteComplete = "DELETE_COMPLETE" // StackStatusUpdateInProgress is a StackStatus enum value StackStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // StackStatusUpdateCompleteCleanupInProgress is a StackStatus enum value StackStatusUpdateCompleteCleanupInProgress = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" // StackStatusUpdateComplete is a StackStatus enum value StackStatusUpdateComplete = "UPDATE_COMPLETE" // StackStatusUpdateFailed is a StackStatus enum value StackStatusUpdateFailed = "UPDATE_FAILED" // StackStatusUpdateRollbackInProgress is a StackStatus enum value StackStatusUpdateRollbackInProgress = "UPDATE_ROLLBACK_IN_PROGRESS" // StackStatusUpdateRollbackFailed is a StackStatus enum value StackStatusUpdateRollbackFailed = "UPDATE_ROLLBACK_FAILED" // StackStatusUpdateRollbackCompleteCleanupInProgress is a StackStatus enum value StackStatusUpdateRollbackCompleteCleanupInProgress = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" // StackStatusUpdateRollbackComplete is a StackStatus enum value StackStatusUpdateRollbackComplete = "UPDATE_ROLLBACK_COMPLETE" // StackStatusReviewInProgress is a StackStatus enum value StackStatusReviewInProgress = "REVIEW_IN_PROGRESS" // StackStatusImportInProgress is a StackStatus enum value StackStatusImportInProgress = "IMPORT_IN_PROGRESS" // StackStatusImportComplete is a StackStatus enum value StackStatusImportComplete = "IMPORT_COMPLETE" // StackStatusImportRollbackInProgress is a StackStatus enum value StackStatusImportRollbackInProgress = "IMPORT_ROLLBACK_IN_PROGRESS" // StackStatusImportRollbackFailed is a StackStatus enum value StackStatusImportRollbackFailed = "IMPORT_ROLLBACK_FAILED" // StackStatusImportRollbackComplete is a StackStatus enum value StackStatusImportRollbackComplete = "IMPORT_ROLLBACK_COMPLETE" )
const ( // TemplateStageOriginal is a TemplateStage enum value TemplateStageOriginal = "Original" // TemplateStageProcessed is a TemplateStage enum value TemplateStageProcessed = "Processed" )
const ( // ThirdPartyTypeResource is a ThirdPartyType enum value ThirdPartyTypeResource = "RESOURCE" // ThirdPartyTypeModule is a ThirdPartyType enum value ThirdPartyTypeModule = "MODULE" // ThirdPartyTypeHook is a ThirdPartyType enum value ThirdPartyTypeHook = "HOOK" )
const ( // TypeTestsStatusPassed is a TypeTestsStatus enum value TypeTestsStatusPassed = "PASSED" // TypeTestsStatusFailed is a TypeTestsStatus enum value TypeTestsStatusFailed = "FAILED" // TypeTestsStatusInProgress is a TypeTestsStatus enum value TypeTestsStatusInProgress = "IN_PROGRESS" // TypeTestsStatusNotTested is a TypeTestsStatus enum value TypeTestsStatusNotTested = "NOT_TESTED" )
const ( // VersionBumpMajor is a VersionBump enum value VersionBumpMajor = "MAJOR" // VersionBumpMinor is a VersionBump enum value VersionBumpMinor = "MINOR" )
const ( // VisibilityPublic is a Visibility enum value VisibilityPublic = "PUBLIC" // VisibilityPrivate is a Visibility enum value VisibilityPrivate = "PRIVATE" )
const ( // ErrCodeAlreadyExistsException for service response error code // "AlreadyExistsException". // // The resource with the name requested already exists. ErrCodeAlreadyExistsException = "AlreadyExistsException" // ErrCodeCFNRegistryException for service response error code // "CFNRegistryException". // // An error occurred during a CloudFormation registry operation. ErrCodeCFNRegistryException = "CFNRegistryException" // ErrCodeChangeSetNotFoundException for service response error code // "ChangeSetNotFound". // // The specified change set name or ID doesn't exit. To view valid change sets // for a stack, use the ListChangeSets operation. ErrCodeChangeSetNotFoundException = "ChangeSetNotFound" // ErrCodeCreatedButModifiedException for service response error code // "CreatedButModifiedException". // // The specified resource exists, but has been changed. ErrCodeCreatedButModifiedException = "CreatedButModifiedException" // ErrCodeInsufficientCapabilitiesException for service response error code // "InsufficientCapabilitiesException". // // The template contains resources with capabilities that weren't specified // in the Capabilities parameter. ErrCodeInsufficientCapabilitiesException = "InsufficientCapabilitiesException" // ErrCodeInvalidChangeSetStatusException for service response error code // "InvalidChangeSetStatus". // // The specified change set can't be used to update the stack. For example, // the change set status might be CREATE_IN_PROGRESS, or the stack status might // be UPDATE_IN_PROGRESS. ErrCodeInvalidChangeSetStatusException = "InvalidChangeSetStatus" // ErrCodeInvalidOperationException for service response error code // "InvalidOperationException". // // The specified operation isn't valid. ErrCodeInvalidOperationException = "InvalidOperationException" // ErrCodeInvalidStateTransitionException for service response error code // "InvalidStateTransition". // // Error reserved for use by the CloudFormation CLI (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html). // CloudFormation doesn't return this error to users. ErrCodeInvalidStateTransitionException = "InvalidStateTransition" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The quota for the resource has already been reached. // // For information about resource and stack limitations, see CloudFormation // quotas (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html) // in the CloudFormation User Guide. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeNameAlreadyExistsException for service response error code // "NameAlreadyExistsException". // // The specified name is already in use. ErrCodeNameAlreadyExistsException = "NameAlreadyExistsException" // ErrCodeOperationIdAlreadyExistsException for service response error code // "OperationIdAlreadyExistsException". // // The specified operation ID already exists. ErrCodeOperationIdAlreadyExistsException = "OperationIdAlreadyExistsException" // ErrCodeOperationInProgressException for service response error code // "OperationInProgressException". // // Another operation is currently in progress for this stack set. Only one operation // can be performed for a stack set at a given time. ErrCodeOperationInProgressException = "OperationInProgressException" // ErrCodeOperationNotFoundException for service response error code // "OperationNotFoundException". // // The specified ID refers to an operation that doesn't exist. ErrCodeOperationNotFoundException = "OperationNotFoundException" // ErrCodeOperationStatusCheckFailedException for service response error code // "ConditionalCheckFailed". // // Error reserved for use by the CloudFormation CLI (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html). // CloudFormation doesn't return this error to users. ErrCodeOperationStatusCheckFailedException = "ConditionalCheckFailed" // ErrCodeStackInstanceNotFoundException for service response error code // "StackInstanceNotFoundException". // // The specified stack instance doesn't exist. ErrCodeStackInstanceNotFoundException = "StackInstanceNotFoundException" // ErrCodeStackNotFoundException for service response error code // "StackNotFoundException". // // The specified stack ARN doesn't exist or stack doesn't exist corresponding // to the ARN in input. ErrCodeStackNotFoundException = "StackNotFoundException" // ErrCodeStackSetNotEmptyException for service response error code // "StackSetNotEmptyException". // // You can't yet delete this stack set, because it still contains one or more // stack instances. Delete all stack instances from the stack set before deleting // the stack set. ErrCodeStackSetNotEmptyException = "StackSetNotEmptyException" // ErrCodeStackSetNotFoundException for service response error code // "StackSetNotFoundException". // // The specified stack set doesn't exist. ErrCodeStackSetNotFoundException = "StackSetNotFoundException" // ErrCodeStaleRequestException for service response error code // "StaleRequestException". // // Another operation has been performed on this stack set since the specified // operation was performed. ErrCodeStaleRequestException = "StaleRequestException" // ErrCodeTokenAlreadyExistsException for service response error code // "TokenAlreadyExistsException". // // A client request token already exists. ErrCodeTokenAlreadyExistsException = "TokenAlreadyExistsException" // ErrCodeTypeConfigurationNotFoundException for service response error code // "TypeConfigurationNotFoundException". // // The specified extension configuration can't be found. ErrCodeTypeConfigurationNotFoundException = "TypeConfigurationNotFoundException" // ErrCodeTypeNotFoundException for service response error code // "TypeNotFoundException". // // The specified extension doesn't exist in the CloudFormation registry. ErrCodeTypeNotFoundException = "TypeNotFoundException" )
const ( ServiceName = "cloudformation" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "CloudFormation" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ChangeTypeResource is a ChangeType enum value
ChangeTypeResource = "Resource"
)
const (
// HookInvocationPointPreProvision is a HookInvocationPoint enum value
HookInvocationPointPreProvision = "PRE_PROVISION"
)
const (
// HookTargetTypeResource is a HookTargetType enum value
HookTargetTypeResource = "RESOURCE"
)
const (
// StackInstanceFilterNameDetailedStatus is a StackInstanceFilterName enum value
StackInstanceFilterNameDetailedStatus = "DETAILED_STATUS"
)
Variables ¶
This section is empty.
Functions ¶
func AccountGateStatus_Values ¶ added in v1.34.3
func AccountGateStatus_Values() []string
AccountGateStatus_Values returns all elements of the AccountGateStatus enum
func CallAs_Values ¶ added in v1.37.14
func CallAs_Values() []string
CallAs_Values returns all elements of the CallAs enum
func Capability_Values ¶ added in v1.34.3
func Capability_Values() []string
Capability_Values returns all elements of the Capability enum
func Category_Values ¶ added in v1.38.65
func Category_Values() []string
Category_Values returns all elements of the Category enum
func ChangeAction_Values ¶ added in v1.34.3
func ChangeAction_Values() []string
ChangeAction_Values returns all elements of the ChangeAction enum
func ChangeSetHooksStatus_Values ¶ added in v1.42.50
func ChangeSetHooksStatus_Values() []string
ChangeSetHooksStatus_Values returns all elements of the ChangeSetHooksStatus enum
func ChangeSetStatus_Values ¶ added in v1.34.3
func ChangeSetStatus_Values() []string
ChangeSetStatus_Values returns all elements of the ChangeSetStatus enum
func ChangeSetType_Values ¶ added in v1.34.3
func ChangeSetType_Values() []string
ChangeSetType_Values returns all elements of the ChangeSetType enum
func ChangeSource_Values ¶ added in v1.34.3
func ChangeSource_Values() []string
ChangeSource_Values returns all elements of the ChangeSource enum
func ChangeType_Values ¶ added in v1.34.3
func ChangeType_Values() []string
ChangeType_Values returns all elements of the ChangeType enum
func DeprecatedStatus_Values ¶ added in v1.34.3
func DeprecatedStatus_Values() []string
DeprecatedStatus_Values returns all elements of the DeprecatedStatus enum
func DifferenceType_Values ¶ added in v1.34.3
func DifferenceType_Values() []string
DifferenceType_Values returns all elements of the DifferenceType enum
func EvaluationType_Values ¶ added in v1.34.3
func EvaluationType_Values() []string
EvaluationType_Values returns all elements of the EvaluationType enum
func ExecutionStatus_Values ¶ added in v1.34.3
func ExecutionStatus_Values() []string
ExecutionStatus_Values returns all elements of the ExecutionStatus enum
func HandlerErrorCode_Values ¶ added in v1.34.3
func HandlerErrorCode_Values() []string
HandlerErrorCode_Values returns all elements of the HandlerErrorCode enum
func HookFailureMode_Values ¶ added in v1.42.50
func HookFailureMode_Values() []string
HookFailureMode_Values returns all elements of the HookFailureMode enum
func HookInvocationPoint_Values ¶ added in v1.42.50
func HookInvocationPoint_Values() []string
HookInvocationPoint_Values returns all elements of the HookInvocationPoint enum
func HookStatus_Values ¶ added in v1.42.50
func HookStatus_Values() []string
HookStatus_Values returns all elements of the HookStatus enum
func HookTargetType_Values ¶ added in v1.42.50
func HookTargetType_Values() []string
HookTargetType_Values returns all elements of the HookTargetType enum
func IdentityProvider_Values ¶ added in v1.38.65
func IdentityProvider_Values() []string
IdentityProvider_Values returns all elements of the IdentityProvider enum
func OnFailure_Values ¶ added in v1.34.3
func OnFailure_Values() []string
OnFailure_Values returns all elements of the OnFailure enum
func OperationStatus_Values ¶ added in v1.34.3
func OperationStatus_Values() []string
OperationStatus_Values returns all elements of the OperationStatus enum
func PermissionModels_Values ¶ added in v1.34.3
func PermissionModels_Values() []string
PermissionModels_Values returns all elements of the PermissionModels enum
func ProvisioningType_Values ¶ added in v1.34.3
func ProvisioningType_Values() []string
ProvisioningType_Values returns all elements of the ProvisioningType enum
func PublisherStatus_Values ¶ added in v1.38.65
func PublisherStatus_Values() []string
PublisherStatus_Values returns all elements of the PublisherStatus enum
func RegionConcurrencyType_Values ¶ added in v1.38.10
func RegionConcurrencyType_Values() []string
RegionConcurrencyType_Values returns all elements of the RegionConcurrencyType enum
func RegistrationStatus_Values ¶ added in v1.34.3
func RegistrationStatus_Values() []string
RegistrationStatus_Values returns all elements of the RegistrationStatus enum
func RegistryType_Values ¶ added in v1.34.3
func RegistryType_Values() []string
RegistryType_Values returns all elements of the RegistryType enum
func Replacement_Values ¶ added in v1.34.3
func Replacement_Values() []string
Replacement_Values returns all elements of the Replacement enum
func RequiresRecreation_Values ¶ added in v1.34.3
func RequiresRecreation_Values() []string
RequiresRecreation_Values returns all elements of the RequiresRecreation enum
func ResourceAttribute_Values ¶ added in v1.34.3
func ResourceAttribute_Values() []string
ResourceAttribute_Values returns all elements of the ResourceAttribute enum
func ResourceSignalStatus_Values ¶ added in v1.34.3
func ResourceSignalStatus_Values() []string
ResourceSignalStatus_Values returns all elements of the ResourceSignalStatus enum
func ResourceStatus_Values ¶ added in v1.34.3
func ResourceStatus_Values() []string
ResourceStatus_Values returns all elements of the ResourceStatus enum
func StackDriftDetectionStatus_Values ¶ added in v1.34.3
func StackDriftDetectionStatus_Values() []string
StackDriftDetectionStatus_Values returns all elements of the StackDriftDetectionStatus enum
func StackDriftStatus_Values ¶ added in v1.34.3
func StackDriftStatus_Values() []string
StackDriftStatus_Values returns all elements of the StackDriftStatus enum
func StackInstanceDetailedStatus_Values ¶ added in v1.34.3
func StackInstanceDetailedStatus_Values() []string
StackInstanceDetailedStatus_Values returns all elements of the StackInstanceDetailedStatus enum
func StackInstanceFilterName_Values ¶ added in v1.34.3
func StackInstanceFilterName_Values() []string
StackInstanceFilterName_Values returns all elements of the StackInstanceFilterName enum
func StackInstanceStatus_Values ¶ added in v1.34.3
func StackInstanceStatus_Values() []string
StackInstanceStatus_Values returns all elements of the StackInstanceStatus enum
func StackResourceDriftStatus_Values ¶ added in v1.34.3
func StackResourceDriftStatus_Values() []string
StackResourceDriftStatus_Values returns all elements of the StackResourceDriftStatus enum
func StackSetDriftDetectionStatus_Values ¶ added in v1.34.3
func StackSetDriftDetectionStatus_Values() []string
StackSetDriftDetectionStatus_Values returns all elements of the StackSetDriftDetectionStatus enum
func StackSetDriftStatus_Values ¶ added in v1.34.3
func StackSetDriftStatus_Values() []string
StackSetDriftStatus_Values returns all elements of the StackSetDriftStatus enum
func StackSetOperationAction_Values ¶ added in v1.34.3
func StackSetOperationAction_Values() []string
StackSetOperationAction_Values returns all elements of the StackSetOperationAction enum
func StackSetOperationResultStatus_Values ¶ added in v1.34.3
func StackSetOperationResultStatus_Values() []string
StackSetOperationResultStatus_Values returns all elements of the StackSetOperationResultStatus enum
func StackSetOperationStatus_Values ¶ added in v1.34.3
func StackSetOperationStatus_Values() []string
StackSetOperationStatus_Values returns all elements of the StackSetOperationStatus enum
func StackSetStatus_Values ¶ added in v1.34.3
func StackSetStatus_Values() []string
StackSetStatus_Values returns all elements of the StackSetStatus enum
func StackStatus_Values ¶ added in v1.34.3
func StackStatus_Values() []string
StackStatus_Values returns all elements of the StackStatus enum
func TemplateStage_Values ¶ added in v1.34.3
func TemplateStage_Values() []string
TemplateStage_Values returns all elements of the TemplateStage enum
func ThirdPartyType_Values ¶ added in v1.38.65
func ThirdPartyType_Values() []string
ThirdPartyType_Values returns all elements of the ThirdPartyType enum
func TypeTestsStatus_Values ¶ added in v1.38.65
func TypeTestsStatus_Values() []string
TypeTestsStatus_Values returns all elements of the TypeTestsStatus enum
func VersionBump_Values ¶ added in v1.38.65
func VersionBump_Values() []string
VersionBump_Values returns all elements of the VersionBump enum
func Visibility_Values ¶ added in v1.34.3
func Visibility_Values() []string
Visibility_Values returns all elements of the Visibility enum
Types ¶
type AccountGateResult ¶ added in v1.10.16
type AccountGateResult struct { // The status of the account gate function. // // * SUCCEEDED: The account gate function has determined that the account // and Region passes any requirements for a stack set operation to occur. // CloudFormation proceeds with the stack operation in that account and Region. // // * FAILED: The account gate function has determined that the account and // Region doesn't meet the requirements for a stack set operation to occur. // CloudFormation cancels the stack set operation in that account and Region, // and sets the stack set operation result status for that account and Region // to FAILED. // // * SKIPPED: CloudFormation has skipped calling the account gate function // for this account and Region, for one of the following reasons: An account // gate function hasn't been specified for the account and Region. CloudFormation // proceeds with the stack set operation in this account and Region. The // AWSCloudFormationStackSetExecutionRole of the stack set administration // account lacks permissions to invoke the function. CloudFormation proceeds // with the stack set operation in this account and Region. Either no action // is necessary, or no action is possible, on the stack. CloudFormation skips // the stack set operation in this account and Region. Status *string `type:"string" enum:"AccountGateStatus"` // The reason for the account gate status assigned to this account and Region // for the stack set operation. StatusReason *string `type:"string"` // contains filtered or unexported fields }
Structure that contains the results of the account gate function which CloudFormation invokes, if present, before proceeding with a stack set operation in an account and Region.
For each account and Region, CloudFormation lets you specify a Lambda function that encapsulates any requirements that must be met before CloudFormation can proceed with a stack set operation in that account and Region. CloudFormation invokes the function each time a stack set operation is requested for that account and Region; if the function returns FAILED, CloudFormation cancels the operation in that account and Region, and sets the stack set operation result status for that account and Region to FAILED.
For more information, see Configuring a target account gate (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html).
func (AccountGateResult) GoString ¶ added in v1.10.16
func (s AccountGateResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountGateResult) SetStatus ¶ added in v1.10.16
func (s *AccountGateResult) SetStatus(v string) *AccountGateResult
SetStatus sets the Status field's value.
func (*AccountGateResult) SetStatusReason ¶ added in v1.10.16
func (s *AccountGateResult) SetStatusReason(v string) *AccountGateResult
SetStatusReason sets the StatusReason field's value.
func (AccountGateResult) String ¶ added in v1.10.16
func (s AccountGateResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccountLimit ¶ added in v0.9.10
type AccountLimit struct { // The name of the account limit. // // Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit Name *string `type:"string"` // The value that's associated with the account limit name. Value *int64 `type:"integer"` // contains filtered or unexported fields }
The AccountLimit data type.
CloudFormation has the following limits per account:
* Number of concurrent resources * Number of stacks * Number of stack outputs
For more information about these account limits, and other CloudFormation limits, see CloudFormation quotas (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html) in the CloudFormation User Guide.
func (AccountLimit) GoString ¶ added in v0.9.10
func (s AccountLimit) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountLimit) SetName ¶ added in v1.5.0
func (s *AccountLimit) SetName(v string) *AccountLimit
SetName sets the Name field's value.
func (*AccountLimit) SetValue ¶ added in v1.5.0
func (s *AccountLimit) SetValue(v int64) *AccountLimit
SetValue sets the Value field's value.
func (AccountLimit) String ¶ added in v0.9.10
func (s AccountLimit) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ActivateTypeInput ¶ added in v1.38.65
type ActivateTypeInput struct { // Whether to automatically update the extension in this account and region // when a new minor version is published by the extension publisher. Major versions // released by the publisher must be manually updated. // // The default is true. AutoUpdate *bool `type:"boolean"` // The name of the IAM execution role to use to activate the extension. ExecutionRoleArn *string `min:"1" type:"string"` // Contains logging configuration information for an extension. LoggingConfig *LoggingConfig `type:"structure"` // The major version of this extension you want to activate, if multiple major // versions are available. The default is the latest major version. CloudFormation // uses the latest available minor version of the major version selected. // // You can specify MajorVersion or VersionBump, but not both. MajorVersion *int64 `min:"1" type:"long"` // The Amazon Resource Name (ARN) of the public extension. // // Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId. PublicTypeArn *string `type:"string"` // The ID of the extension publisher. // // Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId. PublisherId *string `min:"1" type:"string"` // The extension type. // // Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId. Type *string `type:"string" enum:"ThirdPartyType"` // The name of the extension. // // Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId. TypeName *string `min:"10" type:"string"` // An alias to assign to the public extension, in this account and region. If // you specify an alias for the extension, CloudFormation treats the alias as // the extension type name within this account and region. You must use the // alias to refer to the extension in your templates, API calls, and CloudFormation // console. // // An extension alias must be unique within a given account and region. You // can activate the same public resource multiple times in the same account // and region, using different type name aliases. TypeNameAlias *string `min:"10" type:"string"` // Manually updates a previously-activated type to a new major or minor version, // if available. You can also use this parameter to update the value of AutoUpdate. // // * MAJOR: CloudFormation updates the extension to the newest major version, // if one is available. // // * MINOR: CloudFormation updates the extension to the newest minor version, // if one is available. VersionBump *string `type:"string" enum:"VersionBump"` // contains filtered or unexported fields }
func (ActivateTypeInput) GoString ¶ added in v1.38.65
func (s ActivateTypeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ActivateTypeInput) SetAutoUpdate ¶ added in v1.38.65
func (s *ActivateTypeInput) SetAutoUpdate(v bool) *ActivateTypeInput
SetAutoUpdate sets the AutoUpdate field's value.
func (*ActivateTypeInput) SetExecutionRoleArn ¶ added in v1.38.65
func (s *ActivateTypeInput) SetExecutionRoleArn(v string) *ActivateTypeInput
SetExecutionRoleArn sets the ExecutionRoleArn field's value.
func (*ActivateTypeInput) SetLoggingConfig ¶ added in v1.38.65
func (s *ActivateTypeInput) SetLoggingConfig(v *LoggingConfig) *ActivateTypeInput
SetLoggingConfig sets the LoggingConfig field's value.
func (*ActivateTypeInput) SetMajorVersion ¶ added in v1.38.65
func (s *ActivateTypeInput) SetMajorVersion(v int64) *ActivateTypeInput
SetMajorVersion sets the MajorVersion field's value.
func (*ActivateTypeInput) SetPublicTypeArn ¶ added in v1.38.65
func (s *ActivateTypeInput) SetPublicTypeArn(v string) *ActivateTypeInput
SetPublicTypeArn sets the PublicTypeArn field's value.
func (*ActivateTypeInput) SetPublisherId ¶ added in v1.38.65
func (s *ActivateTypeInput) SetPublisherId(v string) *ActivateTypeInput
SetPublisherId sets the PublisherId field's value.
func (*ActivateTypeInput) SetType ¶ added in v1.38.65
func (s *ActivateTypeInput) SetType(v string) *ActivateTypeInput
SetType sets the Type field's value.
func (*ActivateTypeInput) SetTypeName ¶ added in v1.38.65
func (s *ActivateTypeInput) SetTypeName(v string) *ActivateTypeInput
SetTypeName sets the TypeName field's value.
func (*ActivateTypeInput) SetTypeNameAlias ¶ added in v1.38.65
func (s *ActivateTypeInput) SetTypeNameAlias(v string) *ActivateTypeInput
SetTypeNameAlias sets the TypeNameAlias field's value.
func (*ActivateTypeInput) SetVersionBump ¶ added in v1.38.65
func (s *ActivateTypeInput) SetVersionBump(v string) *ActivateTypeInput
SetVersionBump sets the VersionBump field's value.
func (ActivateTypeInput) String ¶ added in v1.38.65
func (s ActivateTypeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ActivateTypeInput) Validate ¶ added in v1.38.65
func (s *ActivateTypeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ActivateTypeOutput ¶ added in v1.38.65
type ActivateTypeOutput struct { // The Amazon Resource Name (ARN) of the activated extension, in this account // and region. Arn *string `type:"string"` // contains filtered or unexported fields }
func (ActivateTypeOutput) GoString ¶ added in v1.38.65
func (s ActivateTypeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ActivateTypeOutput) SetArn ¶ added in v1.38.65
func (s *ActivateTypeOutput) SetArn(v string) *ActivateTypeOutput
SetArn sets the Arn field's value.
func (ActivateTypeOutput) String ¶ added in v1.38.65
func (s ActivateTypeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutoDeployment ¶ added in v1.29.0
type AutoDeployment struct { // If set to true, StackSets automatically deploys additional stack instances // to Organizations accounts that are added to a target organization or organizational // unit (OU) in the specified Regions. If an account is removed from a target // organization or OU, StackSets deletes stack instances from the account in // the specified Regions. Enabled *bool `type:"boolean"` // If set to true, stack resources are retained when an account is removed from // a target organization or OU. If set to false, stack resources are deleted. // Specify only if Enabled is set to True. RetainStacksOnAccountRemoval *bool `type:"boolean"` // contains filtered or unexported fields }
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
func (AutoDeployment) GoString ¶ added in v1.29.0
func (s AutoDeployment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutoDeployment) SetEnabled ¶ added in v1.29.0
func (s *AutoDeployment) SetEnabled(v bool) *AutoDeployment
SetEnabled sets the Enabled field's value.
func (*AutoDeployment) SetRetainStacksOnAccountRemoval ¶ added in v1.29.0
func (s *AutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *AutoDeployment
SetRetainStacksOnAccountRemoval sets the RetainStacksOnAccountRemoval field's value.
func (AutoDeployment) String ¶ added in v1.29.0
func (s AutoDeployment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDescribeTypeConfigurationsError ¶ added in v1.38.65
type BatchDescribeTypeConfigurationsError struct { // The error code. ErrorCode *string `min:"3" type:"string"` // The error message. ErrorMessage *string `min:"1" type:"string"` // Identifying information for the configuration of a CloudFormation extension. TypeConfigurationIdentifier *TypeConfigurationIdentifier `type:"structure"` // contains filtered or unexported fields }
Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.
func (BatchDescribeTypeConfigurationsError) GoString ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDescribeTypeConfigurationsError) SetErrorCode ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsError) SetErrorCode(v string) *BatchDescribeTypeConfigurationsError
SetErrorCode sets the ErrorCode field's value.
func (*BatchDescribeTypeConfigurationsError) SetErrorMessage ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsError) SetErrorMessage(v string) *BatchDescribeTypeConfigurationsError
SetErrorMessage sets the ErrorMessage field's value.
func (*BatchDescribeTypeConfigurationsError) SetTypeConfigurationIdentifier ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsError) SetTypeConfigurationIdentifier(v *TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsError
SetTypeConfigurationIdentifier sets the TypeConfigurationIdentifier field's value.
func (BatchDescribeTypeConfigurationsError) String ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDescribeTypeConfigurationsInput ¶ added in v1.38.65
type BatchDescribeTypeConfigurationsInput struct { // The list of identifiers for the desired extension configurations. // // TypeConfigurationIdentifiers is a required field TypeConfigurationIdentifiers []*TypeConfigurationIdentifier `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDescribeTypeConfigurationsInput) GoString ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDescribeTypeConfigurationsInput) SetTypeConfigurationIdentifiers ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsInput) SetTypeConfigurationIdentifiers(v []*TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsInput
SetTypeConfigurationIdentifiers sets the TypeConfigurationIdentifiers field's value.
func (BatchDescribeTypeConfigurationsInput) String ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDescribeTypeConfigurationsInput) Validate ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDescribeTypeConfigurationsOutput ¶ added in v1.38.65
type BatchDescribeTypeConfigurationsOutput struct { // A list of information concerning any errors generated during the setting // of the specified configurations. Errors []*BatchDescribeTypeConfigurationsError `type:"list"` // A list of any of the specified extension configurations from the CloudFormation // registry. TypeConfigurations []*TypeConfigurationDetails `type:"list"` // A list of any of the specified extension configurations that CloudFormation // could not process for any reason. UnprocessedTypeConfigurations []*TypeConfigurationIdentifier `type:"list"` // contains filtered or unexported fields }
func (BatchDescribeTypeConfigurationsOutput) GoString ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDescribeTypeConfigurationsOutput) SetErrors ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsOutput) SetErrors(v []*BatchDescribeTypeConfigurationsError) *BatchDescribeTypeConfigurationsOutput
SetErrors sets the Errors field's value.
func (*BatchDescribeTypeConfigurationsOutput) SetTypeConfigurations ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsOutput) SetTypeConfigurations(v []*TypeConfigurationDetails) *BatchDescribeTypeConfigurationsOutput
SetTypeConfigurations sets the TypeConfigurations field's value.
func (*BatchDescribeTypeConfigurationsOutput) SetUnprocessedTypeConfigurations ¶ added in v1.38.65
func (s *BatchDescribeTypeConfigurationsOutput) SetUnprocessedTypeConfigurations(v []*TypeConfigurationIdentifier) *BatchDescribeTypeConfigurationsOutput
SetUnprocessedTypeConfigurations sets the UnprocessedTypeConfigurations field's value.
func (BatchDescribeTypeConfigurationsOutput) String ¶ added in v1.38.65
func (s BatchDescribeTypeConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelUpdateStackInput ¶
type CancelUpdateStackInput struct { // A unique identifier for this CancelUpdateStack request. Specify this token // if you plan to retry requests so that CloudFormation knows that you're not // attempting to cancel an update on a stack with the same name. You might retry // CancelUpdateStack requests to ensure that CloudFormation successfully received // them. ClientRequestToken *string `min:"1" type:"string"` // The name or the unique stack ID that's associated with the stack. // // StackName is a required field StackName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The input for the CancelUpdateStack action.
func (CancelUpdateStackInput) GoString ¶ added in v0.6.5
func (s CancelUpdateStackInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelUpdateStackInput) SetClientRequestToken ¶ added in v1.8.18
func (s *CancelUpdateStackInput) SetClientRequestToken(v string) *CancelUpdateStackInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CancelUpdateStackInput) SetStackName ¶ added in v1.5.0
func (s *CancelUpdateStackInput) SetStackName(v string) *CancelUpdateStackInput
SetStackName sets the StackName field's value.
func (CancelUpdateStackInput) String ¶ added in v0.6.5
func (s CancelUpdateStackInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelUpdateStackInput) Validate ¶ added in v1.1.21
func (s *CancelUpdateStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelUpdateStackOutput ¶
type CancelUpdateStackOutput struct {
// contains filtered or unexported fields
}
func (CancelUpdateStackOutput) GoString ¶ added in v0.6.5
func (s CancelUpdateStackOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CancelUpdateStackOutput) String ¶ added in v0.6.5
func (s CancelUpdateStackOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Change ¶ added in v1.1.15
type Change struct { // Is either null, if no hooks invoke for the resource, or contains the number // of hooks that will invoke for the resource. HookInvocationCount *int64 `min:"1" type:"integer"` // A ResourceChange structure that describes the resource and action that CloudFormation // will perform. ResourceChange *ResourceChange `type:"structure"` // The type of entity that CloudFormation changes. Currently, the only entity // type is Resource. Type *string `type:"string" enum:"ChangeType"` // contains filtered or unexported fields }
The Change structure describes the changes CloudFormation will perform if you execute the change set.
func (Change) GoString ¶ added in v1.1.15
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Change) SetHookInvocationCount ¶ added in v1.42.50
SetHookInvocationCount sets the HookInvocationCount field's value.
func (*Change) SetResourceChange ¶ added in v1.5.0
func (s *Change) SetResourceChange(v *ResourceChange) *Change
SetResourceChange sets the ResourceChange field's value.
type ChangeSetHook ¶ added in v1.42.50
type ChangeSetHook struct { // Specify the hook failure mode for non-compliant resources in the followings // ways. // // * FAIL Stops provisioning resources. // // * WARN Allows provisioning to continue with a warning message. FailureMode *string `type:"string" enum:"HookFailureMode"` // Specifies the points in provisioning logic where a hook is invoked. InvocationPoint *string `type:"string" enum:"HookInvocationPoint"` // Specifies details about the target that the hook will run against. TargetDetails *ChangeSetHookTargetDetails `type:"structure"` // The version ID of the type configuration. TypeConfigurationVersionId *string `min:"1" type:"string"` // The unique name for your hook. Specifies a three-part namespace for your // hook, with a recommended pattern of Organization::Service::Hook. // // The following organization namespaces are reserved and can't be used in your // hook type names: // // * Alexa // // * AMZN // // * Amazon // // * ASK // // * AWS // // * Custom // // * Dev TypeName *string `min:"10" type:"string"` // The version ID of the type specified. TypeVersionId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Specifies the resource, the hook, and the hook version to be invoked.
func (ChangeSetHook) GoString ¶ added in v1.42.50
func (s ChangeSetHook) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChangeSetHook) SetFailureMode ¶ added in v1.42.50
func (s *ChangeSetHook) SetFailureMode(v string) *ChangeSetHook
SetFailureMode sets the FailureMode field's value.
func (*ChangeSetHook) SetInvocationPoint ¶ added in v1.42.50
func (s *ChangeSetHook) SetInvocationPoint(v string) *ChangeSetHook
SetInvocationPoint sets the InvocationPoint field's value.
func (*ChangeSetHook) SetTargetDetails ¶ added in v1.42.50
func (s *ChangeSetHook) SetTargetDetails(v *ChangeSetHookTargetDetails) *ChangeSetHook
SetTargetDetails sets the TargetDetails field's value.
func (*ChangeSetHook) SetTypeConfigurationVersionId ¶ added in v1.42.50
func (s *ChangeSetHook) SetTypeConfigurationVersionId(v string) *ChangeSetHook
SetTypeConfigurationVersionId sets the TypeConfigurationVersionId field's value.
func (*ChangeSetHook) SetTypeName ¶ added in v1.42.50
func (s *ChangeSetHook) SetTypeName(v string) *ChangeSetHook
SetTypeName sets the TypeName field's value.
func (*ChangeSetHook) SetTypeVersionId ¶ added in v1.42.50
func (s *ChangeSetHook) SetTypeVersionId(v string) *ChangeSetHook
SetTypeVersionId sets the TypeVersionId field's value.
func (ChangeSetHook) String ¶ added in v1.42.50
func (s ChangeSetHook) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChangeSetHookResourceTargetDetails ¶ added in v1.42.50
type ChangeSetHookResourceTargetDetails struct { // The resource's logical ID, which is defined in the stack's template. LogicalResourceId *string `type:"string"` // Specifies the action of the resource. ResourceAction *string `type:"string" enum:"ChangeAction"` // The type of CloudFormation resource, such as AWS::S3::Bucket. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Specifies RESOURCE type target details for activated hooks.
func (ChangeSetHookResourceTargetDetails) GoString ¶ added in v1.42.50
func (s ChangeSetHookResourceTargetDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChangeSetHookResourceTargetDetails) SetLogicalResourceId ¶ added in v1.42.50
func (s *ChangeSetHookResourceTargetDetails) SetLogicalResourceId(v string) *ChangeSetHookResourceTargetDetails
SetLogicalResourceId sets the LogicalResourceId field's value.
func (*ChangeSetHookResourceTargetDetails) SetResourceAction ¶ added in v1.42.50
func (s *ChangeSetHookResourceTargetDetails) SetResourceAction(v string) *ChangeSetHookResourceTargetDetails
SetResourceAction sets the ResourceAction field's value.
func (*ChangeSetHookResourceTargetDetails) SetResourceType ¶ added in v1.42.50
func (s *ChangeSetHookResourceTargetDetails) SetResourceType(v string) *ChangeSetHookResourceTargetDetails
SetResourceType sets the ResourceType field's value.
func (ChangeSetHookResourceTargetDetails) String ¶ added in v1.42.50
func (s ChangeSetHookResourceTargetDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChangeSetHookTargetDetails ¶ added in v1.42.50
type ChangeSetHookTargetDetails struct { // Required if TargetType is RESOURCE. ResourceTargetDetails *ChangeSetHookResourceTargetDetails `type:"structure"` // The name of the type. TargetType *string `type:"string" enum:"HookTargetType"` // contains filtered or unexported fields }
Specifies target details for an activated hook.
func (ChangeSetHookTargetDetails) GoString ¶ added in v1.42.50
func (s ChangeSetHookTargetDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChangeSetHookTargetDetails) SetResourceTargetDetails ¶ added in v1.42.50
func (s *ChangeSetHookTargetDetails) SetResourceTargetDetails(v *ChangeSetHookResourceTargetDetails) *ChangeSetHookTargetDetails
SetResourceTargetDetails sets the ResourceTargetDetails field's value.
func (*ChangeSetHookTargetDetails) SetTargetType ¶ added in v1.42.50
func (s *ChangeSetHookTargetDetails) SetTargetType(v string) *ChangeSetHookTargetDetails
SetTargetType sets the TargetType field's value.
func (ChangeSetHookTargetDetails) String ¶ added in v1.42.50
func (s ChangeSetHookTargetDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChangeSetSummary ¶ added in v1.1.15
type ChangeSetSummary struct { // The ID of the change set. ChangeSetId *string `min:"1" type:"string"` // The name of the change set. ChangeSetName *string `min:"1" type:"string"` // The start time when the change set was created, in UTC. CreationTime *time.Time `type:"timestamp"` // Descriptive information about the change set. Description *string `min:"1" type:"string"` // If the change set execution status is AVAILABLE, you can execute the change // set. If you can't execute the change set, the status indicates why. For example, // a change set might be in an UNAVAILABLE state because CloudFormation is still // creating it or in an OBSOLETE state because the stack was already updated. ExecutionStatus *string `type:"string" enum:"ExecutionStatus"` // Specifies the current setting of IncludeNestedStacks for the change set. IncludeNestedStacks *bool `type:"boolean"` // The parent change set ID. ParentChangeSetId *string `min:"1" type:"string"` // The root change set ID. RootChangeSetId *string `min:"1" type:"string"` // The ID of the stack with which the change set is associated. StackId *string `type:"string"` // The name of the stack with which the change set is associated. StackName *string `type:"string"` // The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, // or FAILED. Status *string `type:"string" enum:"ChangeSetStatus"` // A description of the change set's status. For example, if your change set // is in the FAILED state, CloudFormation shows the error message. StatusReason *string `type:"string"` // contains filtered or unexported fields }
The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.
func (ChangeSetSummary) GoString ¶ added in v1.1.15
func (s ChangeSetSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChangeSetSummary) SetChangeSetId ¶ added in v1.5.0
func (s *ChangeSetSummary) SetChangeSetId(v string) *ChangeSetSummary
SetChangeSetId sets the ChangeSetId field's value.
func (*ChangeSetSummary) SetChangeSetName ¶ added in v1.5.0
func (s *ChangeSetSummary) SetChangeSetName(v string) *ChangeSetSummary
SetChangeSetName sets the ChangeSetName field's value.
func (*ChangeSetSummary) SetCreationTime ¶ added in v1.5.0
func (s *ChangeSetSummary) SetCreationTime(v time.Time) *ChangeSetSummary
SetCreationTime sets the CreationTime field's value.
func (*ChangeSetSummary) SetDescription ¶ added in v1.5.0
func (s *ChangeSetSummary) SetDescription(v string) *ChangeSetSummary
SetDescription sets the Description field's value.
func (*ChangeSetSummary) SetExecutionStatus ¶ added in v1.5.0
func (s *ChangeSetSummary) SetExecutionStatus(v string) *ChangeSetSummary
SetExecutionStatus sets the ExecutionStatus field's value.
func (*ChangeSetSummary) SetIncludeNestedStacks ¶ added in v1.35.31
func (s *ChangeSetSummary) SetIncludeNestedStacks(v bool) *ChangeSetSummary
SetIncludeNestedStacks sets the IncludeNestedStacks field's value.
func (*ChangeSetSummary) SetParentChangeSetId ¶ added in v1.35.31
func (s *ChangeSetSummary) SetParentChangeSetId(v string) *ChangeSetSummary
SetParentChangeSetId sets the ParentChangeSetId field's value.
func (*ChangeSetSummary) SetRootChangeSetId ¶ added in v1.35.31
func (s *ChangeSetSummary) SetRootChangeSetId(v string) *ChangeSetSummary
SetRootChangeSetId sets the RootChangeSetId field's value.
func (*ChangeSetSummary) SetStackId ¶ added in v1.5.0
func (s *ChangeSetSummary) SetStackId(v string) *ChangeSetSummary
SetStackId sets the StackId field's value.
func (*ChangeSetSummary) SetStackName ¶ added in v1.5.0
func (s *ChangeSetSummary) SetStackName(v string) *ChangeSetSummary
SetStackName sets the StackName field's value.
func (*ChangeSetSummary) SetStatus ¶ added in v1.5.0
func (s *ChangeSetSummary) SetStatus(v string) *ChangeSetSummary
SetStatus sets the Status field's value.
func (*ChangeSetSummary) SetStatusReason ¶ added in v1.5.0
func (s *ChangeSetSummary) SetStatusReason(v string) *ChangeSetSummary
SetStatusReason sets the StatusReason field's value.
func (ChangeSetSummary) String ¶ added in v1.1.15
func (s ChangeSetSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CloudFormation ¶
CloudFormation provides the API operation methods for making requests to AWS CloudFormation. See this package's package overview docs for details on the service.
CloudFormation methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudFormation
New creates a new instance of the CloudFormation client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a CloudFormation client from just a session. svc := cloudformation.New(mySession) // Create a CloudFormation client with additional configuration svc := cloudformation.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*CloudFormation) ActivateType ¶ added in v1.38.65
func (c *CloudFormation) ActivateType(input *ActivateTypeInput) (*ActivateTypeOutput, error)
ActivateType API operation for AWS CloudFormation.
Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html) in the CloudFormation User Guide.
Once you have activated a public third-party extension in your account and region, use SetTypeConfiguration (AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html) to specify configuration properties for the extension. For more information, see Configuring extensions at the account level (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration) in the CloudFormation User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CloudFormation's API operation ActivateType for usage and error information.
Returned Error Codes:
* ErrCodeCFNRegistryException "CFNRegistryException" An error occurred during a CloudFormation registry operation. * ErrCodeTypeNotFoundException "TypeNotFoundException" The specified extension doesn't exist in the CloudFormation registry.
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ActivateType
func (*CloudFormation) ActivateTypeRequest ¶ added in v1.38.65
func (c *CloudFormation) ActivateTypeRequest(input *ActivateTypeInput) (req *request.Request, output *ActivateTypeOutput)
ActivateTypeRequest generates a "aws/request.Request" representing the client's request for the ActivateType operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ActivateType for more information on using the ActivateType API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ActivateTypeRequest method. req, resp := client.ActivateTypeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ActivateType
func (*CloudFormation) ActivateTypeWithContext ¶ added in v1.38.65
func (c *CloudFormation) ActivateTypeWithContext(ctx aws.Context, input *ActivateTypeInput, opts ...request.Option) (*ActivateTypeOutput, error)
ActivateTypeWithContext is the same as ActivateType with the addition of the ability to pass a context and additional request options.
See ActivateType for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFormation) BatchDescribeTypeConfigurations ¶ added in v1.38.65
func (c *CloudFormation) BatchDescribeTypeConfigurations(input *BatchDescribeTypeConfigurationsInput) (*BatchDescribeTypeConfigurationsOutput, error)
BatchDescribeTypeConfigurations API operation for AWS CloudFormation.
Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and region.
For more information, see Configuring extensions at the account level (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration) in the CloudFormation User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CloudFormation's API operation BatchDescribeTypeConfigurations for usage and error information.
Returned Error Codes:
* ErrCodeTypeConfigurationNotFoundException "TypeConfigurationNotFoundException" The specified extension configuration can't be found. * ErrCodeCFNRegistryException "CFNRegistryException" An error occurred during a CloudFormation registry operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/BatchDescribeTypeConfigurations
func (*CloudFormation) BatchDescribeTypeConfigurationsRequest ¶ added in v1.38.65
func (c *CloudFormation) BatchDescribeTypeConfigurationsRequest(input *BatchDescribeTypeConfigurationsInput) (req *request.Request, output *BatchDescribeTypeConfigurationsOutput)
BatchDescribeTypeConfigurationsRequest generates a "aws/request.Request" representing the client's request for the BatchDescribeTypeConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDescribeTypeConfigurations for more information on using the BatchDescribeTypeConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDescribeTypeConfigurationsRequest method. req, resp := client.BatchDescribeTypeConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/BatchDescribeTypeConfigurations
func (*CloudFormation) BatchDescribeTypeConfigurationsWithContext ¶ added in v1.38.65
func (c *CloudFormation) BatchDescribeTypeConfigurationsWithContext(ctx aws.Context, input *BatchDescribeTypeConfigurationsInput, opts ...request.Option) (*BatchDescribeTypeConfigurationsOutput, error)
BatchDescribeTypeConfigurationsWithContext is the same as BatchDescribeTypeConfigurations with the addition of the ability to pass a context and additional request options.
See BatchDescribeTypeConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFormation) CancelUpdateStack ¶
func (c *CloudFormation) CancelUpdateStack(input *CancelUpdateStackInput) (*CancelUpdateStackOutput, error)
CancelUpdateStack API operation for AWS CloudFormation.
Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CloudFormation's API operation CancelUpdateStack for usage and error information.
Returned Error Codes:
* ErrCodeTokenAlreadyExistsException "TokenAlreadyExistsException" A client request token already exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CancelUpdateStack
func (*CloudFormation) CancelUpdateStackRequest ¶
func (c *CloudFormation) CancelUpdateStackRequest(input *CancelUpdateStackInput) (req *request.Request, output *CancelUpdateStackOutput)
CancelUpdateStackRequest generates a "aws/request.Request" representing the client's request for the CancelUpdateStack operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelUpdateStack for more information on using the CancelUpdateStack API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelUpdateStackRequest method. req, resp := client.CancelUpdateStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CancelUpdateStack