Documentation ¶
Index ¶
- type CloudFormation
- func (c *CloudFormation) CreateChangeSet(input *clf.CreateChangeSetInput) (*clf.CreateChangeSetOutput, error)
- func (c *CloudFormation) DeleteStack(input *clf.DeleteStackInput) (*clf.DeleteStackOutput, error)
- func (c *CloudFormation) DescribeChangeSet(input *clf.DescribeChangeSetInput) (*clf.DescribeChangeSetOutput, error)
- func (c *CloudFormation) DescribeStackEvents(input *clf.DescribeStackEventsInput) (*clf.DescribeStackEventsOutput, error)
- func (c *CloudFormation) DescribeStackResource(input *clf.DescribeStackResourceInput) (*clf.DescribeStackResourceOutput, error)
- func (c *CloudFormation) DescribeStackResources(input *clf.DescribeStackResourcesInput) (*clf.DescribeStackResourcesOutput, error)
- func (c *CloudFormation) DescribeStacks(input *clf.DescribeStacksInput) (*clf.DescribeStacksOutput, error)
- func (c *CloudFormation) ExecuteChangeSet(input *clf.ExecuteChangeSetInput) (*clf.ExecuteChangeSetOutput, error)
- func (c *CloudFormation) GetTemplate(input *clf.GetTemplateInput) (*clf.GetTemplateOutput, error)
- func (c *CloudFormation) SetStackPolicy(input *clf.SetStackPolicyInput) (*clf.SetStackPolicyOutput, error)
- func (c *CloudFormation) ValidateTemplate(input *clf.ValidateTemplateInput) (*clf.ValidateTemplateOutput, error)
- func (c *CloudFormation) WaitUntilChangeSetCreateCompleteWithContext(ctx awssdk.Context, input *clf.DescribeChangeSetInput, ...) error
- func (c *CloudFormation) WaitUntilStackCreateCompleteWithContext(ctx awssdk.Context, input *clf.DescribeStacksInput, ...) error
- func (c *CloudFormation) WaitUntilStackDeleteCompleteWithContext(ctx awssdk.Context, input *clf.DescribeStacksInput, ...) error
- func (c *CloudFormation) WaitUntilStackUpdateCompleteWithContext(ctx awssdk.Context, input *clf.DescribeStacksInput, ...) error
- type GfCloudFormation
- func (c *GfCloudFormation) CreateChangeSet(input *clf.CreateChangeSetInput) (*clf.CreateChangeSetOutput, error)
- func (c *GfCloudFormation) DeleteStack(input *clf.DeleteStackInput) (*clf.DeleteStackOutput, error)
- func (c *GfCloudFormation) DescribeChangeSet(input *clf.DescribeChangeSetInput) (*clf.DescribeChangeSetOutput, error)
- func (c *GfCloudFormation) DescribeStackEvents(input *clf.DescribeStackEventsInput) (*clf.DescribeStackEventsOutput, error)
- func (c *GfCloudFormation) DescribeStackResource(input *clf.DescribeStackResourceInput) (*clf.DescribeStackResourceOutput, error)
- func (c *GfCloudFormation) DescribeStackResources(input *clf.DescribeStackResourcesInput) (*clf.DescribeStackResourcesOutput, error)
- func (c *GfCloudFormation) DescribeStacks(input *clf.DescribeStacksInput) (*clf.DescribeStacksOutput, error)
- func (c *GfCloudFormation) ExecuteChangeSet(input *clf.ExecuteChangeSetInput) (*clf.ExecuteChangeSetOutput, error)
- func (c *GfCloudFormation) GetTemplate(input *clf.GetTemplateInput) (*clf.GetTemplateOutput, error)
- func (c *GfCloudFormation) SetStackPolicy(input *clf.SetStackPolicyInput) (*clf.SetStackPolicyOutput, error)
- func (c *GfCloudFormation) ValidateTemplate(input *clf.ValidateTemplateInput) (*clf.ValidateTemplateOutput, error)
- func (c *GfCloudFormation) WaitUntilChangeSetCreateCompleteWithContext(_ awssdk.Context, input *clf.DescribeChangeSetInput, ...) error
- func (c *GfCloudFormation) WaitUntilStackCreateCompleteWithContext(_ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption) error
- func (c *GfCloudFormation) WaitUntilStackDeleteCompleteWithContext(_ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption) error
- func (c *GfCloudFormation) WaitUntilStackUpdateCompleteWithContext(_ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption) error
- type ReadProvider
- type S3UploadManagerReadProvider
- type S3UploadManagerWriteProvider
- type WriteProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFormation ¶
type CloudFormation struct { cloudformationiface.CloudFormationAPI // contains filtered or unexported fields }
func (*CloudFormation) CreateChangeSet ¶
func (c *CloudFormation) CreateChangeSet(input *clf.CreateChangeSetInput) (*clf.CreateChangeSetOutput, error)
func (*CloudFormation) DeleteStack ¶
func (c *CloudFormation) DeleteStack(input *clf.DeleteStackInput) (*clf.DeleteStackOutput, error)
func (*CloudFormation) DescribeChangeSet ¶
func (c *CloudFormation) DescribeChangeSet(input *clf.DescribeChangeSetInput) (*clf.DescribeChangeSetOutput, error)
func (*CloudFormation) DescribeStackEvents ¶
func (c *CloudFormation) DescribeStackEvents(input *clf.DescribeStackEventsInput) (*clf.DescribeStackEventsOutput, error)
func (*CloudFormation) DescribeStackResource ¶
func (c *CloudFormation) DescribeStackResource(input *clf.DescribeStackResourceInput) (*clf.DescribeStackResourceOutput, error)
func (*CloudFormation) DescribeStackResources ¶
func (c *CloudFormation) DescribeStackResources(input *clf.DescribeStackResourcesInput) (*clf.DescribeStackResourcesOutput, error)
func (*CloudFormation) DescribeStacks ¶
func (c *CloudFormation) DescribeStacks(input *clf.DescribeStacksInput) (*clf.DescribeStacksOutput, error)
func (*CloudFormation) ExecuteChangeSet ¶
func (c *CloudFormation) ExecuteChangeSet(input *clf.ExecuteChangeSetInput) (*clf.ExecuteChangeSetOutput, error)
func (*CloudFormation) GetTemplate ¶
func (c *CloudFormation) GetTemplate(input *clf.GetTemplateInput) (*clf.GetTemplateOutput, error)
func (*CloudFormation) SetStackPolicy ¶
func (c *CloudFormation) SetStackPolicy(input *clf.SetStackPolicyInput) (*clf.SetStackPolicyOutput, error)
func (*CloudFormation) ValidateTemplate ¶
func (c *CloudFormation) ValidateTemplate(input *clf.ValidateTemplateInput) (*clf.ValidateTemplateOutput, error)
func (*CloudFormation) WaitUntilChangeSetCreateCompleteWithContext ¶
func (c *CloudFormation) WaitUntilChangeSetCreateCompleteWithContext( ctx awssdk.Context, input *clf.DescribeChangeSetInput, opts ...request.WaiterOption, ) error
func (*CloudFormation) WaitUntilStackCreateCompleteWithContext ¶
func (c *CloudFormation) WaitUntilStackCreateCompleteWithContext( ctx awssdk.Context, input *clf.DescribeStacksInput, opts ...request.WaiterOption, ) error
func (*CloudFormation) WaitUntilStackDeleteCompleteWithContext ¶
func (c *CloudFormation) WaitUntilStackDeleteCompleteWithContext( ctx awssdk.Context, input *clf.DescribeStacksInput, opts ...request.WaiterOption, ) error
func (*CloudFormation) WaitUntilStackUpdateCompleteWithContext ¶
func (c *CloudFormation) WaitUntilStackUpdateCompleteWithContext( ctx awssdk.Context, input *clf.DescribeStacksInput, opts ...request.WaiterOption, ) error
type GfCloudFormation ¶
type GfCloudFormation struct { cloudformationiface.CloudFormationAPI // contains filtered or unexported fields }
func (*GfCloudFormation) CreateChangeSet ¶
func (c *GfCloudFormation) CreateChangeSet(input *clf.CreateChangeSetInput) (*clf.CreateChangeSetOutput, error)
func (*GfCloudFormation) DeleteStack ¶
func (c *GfCloudFormation) DeleteStack(input *clf.DeleteStackInput) (*clf.DeleteStackOutput, error)
func (*GfCloudFormation) DescribeChangeSet ¶
func (c *GfCloudFormation) DescribeChangeSet(input *clf.DescribeChangeSetInput) (*clf.DescribeChangeSetOutput, error)
func (*GfCloudFormation) DescribeStackEvents ¶
func (c *GfCloudFormation) DescribeStackEvents(input *clf.DescribeStackEventsInput) (*clf.DescribeStackEventsOutput, error)
func (*GfCloudFormation) DescribeStackResource ¶
func (c *GfCloudFormation) DescribeStackResource(input *clf.DescribeStackResourceInput) (*clf.DescribeStackResourceOutput, error)
func (*GfCloudFormation) DescribeStackResources ¶
func (c *GfCloudFormation) DescribeStackResources(input *clf.DescribeStackResourcesInput) (*clf.DescribeStackResourcesOutput, error)
func (*GfCloudFormation) DescribeStacks ¶
func (c *GfCloudFormation) DescribeStacks(input *clf.DescribeStacksInput) (*clf.DescribeStacksOutput, error)
func (*GfCloudFormation) ExecuteChangeSet ¶
func (c *GfCloudFormation) ExecuteChangeSet(input *clf.ExecuteChangeSetInput) (*clf.ExecuteChangeSetOutput, error)
func (*GfCloudFormation) GetTemplate ¶
func (c *GfCloudFormation) GetTemplate(input *clf.GetTemplateInput) (*clf.GetTemplateOutput, error)
func (*GfCloudFormation) SetStackPolicy ¶
func (c *GfCloudFormation) SetStackPolicy(input *clf.SetStackPolicyInput) (*clf.SetStackPolicyOutput, error)
func (*GfCloudFormation) ValidateTemplate ¶
func (c *GfCloudFormation) ValidateTemplate(input *clf.ValidateTemplateInput) (*clf.ValidateTemplateOutput, error)
func (*GfCloudFormation) WaitUntilChangeSetCreateCompleteWithContext ¶
func (c *GfCloudFormation) WaitUntilChangeSetCreateCompleteWithContext( _ awssdk.Context, input *clf.DescribeChangeSetInput, opts ...request.WaiterOption, ) error
func (*GfCloudFormation) WaitUntilStackCreateCompleteWithContext ¶
func (c *GfCloudFormation) WaitUntilStackCreateCompleteWithContext( _ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption, ) error
func (*GfCloudFormation) WaitUntilStackDeleteCompleteWithContext ¶
func (c *GfCloudFormation) WaitUntilStackDeleteCompleteWithContext( _ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption, ) error
func (*GfCloudFormation) WaitUntilStackUpdateCompleteWithContext ¶
func (c *GfCloudFormation) WaitUntilStackUpdateCompleteWithContext( _ awssdk.Context, input *clf.DescribeStacksInput, _ ...request.WaiterOption, ) error
type ReadProvider ¶
type ReadProvider struct {
// contains filtered or unexported fields
}
type S3UploadManagerReadProvider ¶
type S3UploadManagerReadProvider struct { aws.S3UploadManager // contains filtered or unexported fields }
func (*S3UploadManagerReadProvider) Upload ¶
func (r *S3UploadManagerReadProvider) Upload( input *s3manager.UploadInput, opts ...func(*s3manager.Uploader), ) (*s3manager.UploadOutput, error)
type S3UploadManagerWriteProvider ¶
type S3UploadManagerWriteProvider struct {
// contains filtered or unexported fields
}
func (*S3UploadManagerWriteProvider) Upload ¶
func (w *S3UploadManagerWriteProvider) Upload( input *s3manager.UploadInput, opts ...func(*s3manager.Uploader), ) (*s3manager.UploadOutput, error)
Click to show internal directories.
Click to hide internal directories.