Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithDummyCredentials ¶
func WithDummyCredentials(fn func(dir string))
func WithTempDir ¶
func WithTempDir(fn func(dir string))
Types ¶
type DummyCloudformationService ¶
type DummyCloudformationService struct { ExpectedTags []*cloudformation.Tag StackEvents []*cloudformation.StackEvent StackStatus string }
func (*DummyCloudformationService) CreateStack ¶
func (cfSvc *DummyCloudformationService) CreateStack(req *cloudformation.CreateStackInput) (*cloudformation.CreateStackOutput, error)
type DummyEncryptService ¶
type DummyEncryptService struct{}
func (DummyEncryptService) Encrypt ¶
func (d DummyEncryptService) Encrypt(input *kms.EncryptInput) (*kms.EncryptOutput, error)
type DummyS3ObjectPutterService ¶
type DummyS3ObjectPutterService struct { ExpectedBucket string ExpectedKey string ExpectedBody string ExpectedContentType string ExpectedContentLength int64 }
func (DummyS3ObjectPutterService) PutObject ¶
func (s3Svc DummyS3ObjectPutterService) PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.