mock

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

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 (*CloudFormation) DescribeStackResource

func (*CloudFormation) DescribeStackResources

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 (*GfCloudFormation) DeleteStack

func (c *GfCloudFormation) DeleteStack(input *clf.DeleteStackInput) (*clf.DeleteStackOutput, error)

func (*GfCloudFormation) DescribeChangeSet

func (*GfCloudFormation) DescribeStackEvents

func (*GfCloudFormation) DescribeStackResource

func (*GfCloudFormation) DescribeStackResources

func (*GfCloudFormation) DescribeStacks

func (c *GfCloudFormation) DescribeStacks(input *clf.DescribeStacksInput) (*clf.DescribeStacksOutput, error)

func (*GfCloudFormation) ExecuteChangeSet

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 (*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
}

func (ReadProvider) Must

func (p ReadProvider) Must(cfg aws.Config) *aws.AWS

func (ReadProvider) New

func (p ReadProvider) New(cfg aws.Config) (*aws.AWS, error)

type S3UploadManagerReadProvider

type S3UploadManagerReadProvider struct {
	aws.S3UploadManager
	// contains filtered or unexported fields
}

func (*S3UploadManagerReadProvider) Upload

type S3UploadManagerWriteProvider

type S3UploadManagerWriteProvider struct {
	// contains filtered or unexported fields
}

func (*S3UploadManagerWriteProvider) Upload

type WriteProvider

type WriteProvider struct {
	// contains filtered or unexported fields
}

func (WriteProvider) Must

func (p WriteProvider) Must(cfg aws.Config) *aws.AWS

func (WriteProvider) New

func (p WriteProvider) New(cfg aws.Config) (*aws.AWS, error)

Jump to

Keyboard shortcuts

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