awsdriver

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2017 License: Apache-2.0 Imports: 70 Imported by: 0

Documentation

Overview

DO NOT EDIT This file was automatically generated with go generate

DO NOT EDIT This file was automatically generated with go generate

DO NOT EDIT This file was automatically generated with go generate

Index

Constants

This section is empty.

Variables

View Source
var (
	AWSCredDir      = filepath.Join(os.Getenv("HOME"), ".aws")
	AWSCredFilepath = filepath.Join(AWSCredDir, "credentials")
)
View Source
var APIPerTemplateDefName = map[string]string{}/* 155 elements not displayed */
View Source
var AWSTemplatesDefinitions = map[string]template.Definition{}/* 155 elements not displayed */

Functions

func AWSLookupDefinitions added in v0.0.23

func AWSLookupDefinitions(key string) (t template.Definition, ok bool)

func DefaultTemplateEnv added in v0.0.23

func DefaultTemplateEnv() *template.Env

func DriverSupportedActions

func DriverSupportedActions() map[string][]string

func LookupAWSPolicy added in v0.1.1

func LookupAWSPolicy(service, access string) (*policy, error)

func NewAcmDriver added in v0.1.4

func NewAcmDriver(api acmiface.ACMAPI) driver.Driver

func NewApplicationautoscalingDriver added in v0.1.1

func NewApplicationautoscalingDriver(api applicationautoscalingiface.ApplicationAutoScalingAPI) driver.Driver

func NewAutoscalingDriver added in v0.0.23

func NewAutoscalingDriver(api autoscalingiface.AutoScalingAPI) driver.Driver

func NewCloudformationDriver added in v0.0.25

func NewCloudformationDriver(api cloudformationiface.CloudFormationAPI) driver.Driver

func NewCloudfrontDriver added in v0.0.25

func NewCloudfrontDriver(api cloudfrontiface.CloudFrontAPI) driver.Driver

func NewCloudwatchDriver added in v0.0.23

func NewCloudwatchDriver(api cloudwatchiface.CloudWatchAPI) driver.Driver

func NewCredsPrompter added in v0.1.1

func NewCredsPrompter(profile string) *credentialsPrompter

func NewEc2Driver

func NewEc2Driver(api ec2iface.EC2API) driver.Driver

func NewEcrDriver added in v0.1.1

func NewEcrDriver(api ecriface.ECRAPI) driver.Driver

func NewEcsDriver added in v0.1.1

func NewEcsDriver(api ecsiface.ECSAPI) driver.Driver

func NewElbv2Driver

func NewElbv2Driver(api elbv2iface.ELBV2API) driver.Driver

func NewIamDriver

func NewIamDriver(api iamiface.IAMAPI) driver.Driver

func NewLambdaDriver added in v0.0.23

func NewLambdaDriver(api lambdaiface.LambdaAPI) driver.Driver

func NewRdsDriver added in v0.0.20

func NewRdsDriver(api rdsiface.RDSAPI) driver.Driver

func NewRoute53Driver

func NewRoute53Driver(api route53iface.Route53API) driver.Driver

func NewS3Driver

func NewS3Driver(api s3iface.S3API) driver.Driver

func NewSnsDriver

func NewSnsDriver(api snsiface.SNSAPI) driver.Driver

func NewSqsDriver

func NewSqsDriver(api sqsiface.SQSAPI) driver.Driver

func NewStsDriver added in v0.0.21

func NewStsDriver(api stsiface.STSAPI) driver.Driver

Types

type AcmDriver added in v0.1.4

type AcmDriver struct {
	acmiface.ACMAPI
	// contains filtered or unexported fields
}

func (*AcmDriver) Check_Certificate added in v0.1.4

func (d *AcmDriver) Check_Certificate(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AcmDriver) Check_Certificate_DryRun added in v0.1.4

func (d *AcmDriver) Check_Certificate_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AcmDriver) Create_Certificate added in v0.1.4

func (d *AcmDriver) Create_Certificate(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AcmDriver) Create_Certificate_DryRun added in v0.1.4

func (d *AcmDriver) Create_Certificate_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AcmDriver) Delete_Certificate added in v0.1.4

func (d *AcmDriver) Delete_Certificate(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AcmDriver) Delete_Certificate_DryRun added in v0.1.4

func (d *AcmDriver) Delete_Certificate_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AcmDriver) Lookup added in v0.1.4

func (d *AcmDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*AcmDriver) SetDryRun added in v0.1.4

func (d *AcmDriver) SetDryRun(dry bool)

func (*AcmDriver) SetLogger added in v0.1.4

func (d *AcmDriver) SetLogger(l *logger.Logger)

type ApplicationautoscalingDriver added in v0.1.1

type ApplicationautoscalingDriver struct {
	applicationautoscalingiface.ApplicationAutoScalingAPI
	// contains filtered or unexported fields
}

func (*ApplicationautoscalingDriver) Create_Appscalingpolicy added in v0.1.1

func (d *ApplicationautoscalingDriver) Create_Appscalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Create_Appscalingpolicy_DryRun added in v0.1.1

func (d *ApplicationautoscalingDriver) Create_Appscalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Create_Appscalingtarget added in v0.1.1

func (d *ApplicationautoscalingDriver) Create_Appscalingtarget(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Create_Appscalingtarget_DryRun added in v0.1.1

func (d *ApplicationautoscalingDriver) Create_Appscalingtarget_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Delete_Appscalingpolicy added in v0.1.1

func (d *ApplicationautoscalingDriver) Delete_Appscalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Delete_Appscalingpolicy_DryRun added in v0.1.1

func (d *ApplicationautoscalingDriver) Delete_Appscalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Delete_Appscalingtarget added in v0.1.1

func (d *ApplicationautoscalingDriver) Delete_Appscalingtarget(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Delete_Appscalingtarget_DryRun added in v0.1.1

func (d *ApplicationautoscalingDriver) Delete_Appscalingtarget_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*ApplicationautoscalingDriver) Lookup added in v0.1.1

func (d *ApplicationautoscalingDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*ApplicationautoscalingDriver) SetDryRun added in v0.1.1

func (d *ApplicationautoscalingDriver) SetDryRun(dry bool)

func (*ApplicationautoscalingDriver) SetLogger added in v0.1.1

func (d *ApplicationautoscalingDriver) SetLogger(l *logger.Logger)

type AutoscalingDriver added in v0.0.23

type AutoscalingDriver struct {
	autoscalingiface.AutoScalingAPI
	// contains filtered or unexported fields
}

func (*AutoscalingDriver) Check_Scalinggroup added in v0.0.23

func (d *AutoscalingDriver) Check_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AutoscalingDriver) Check_Scalinggroup_DryRun added in v0.0.23

func (d *AutoscalingDriver) Check_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*AutoscalingDriver) Create_Launchconfiguration added in v0.0.23

func (d *AutoscalingDriver) Create_Launchconfiguration(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Create_Launchconfiguration_DryRun added in v0.0.23

func (d *AutoscalingDriver) Create_Launchconfiguration_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Create_Scalinggroup added in v0.0.23

func (d *AutoscalingDriver) Create_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Create_Scalinggroup_DryRun added in v0.0.23

func (d *AutoscalingDriver) Create_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Create_Scalingpolicy added in v0.0.23

func (d *AutoscalingDriver) Create_Scalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Create_Scalingpolicy_DryRun added in v0.0.23

func (d *AutoscalingDriver) Create_Scalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Launchconfiguration added in v0.0.23

func (d *AutoscalingDriver) Delete_Launchconfiguration(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Launchconfiguration_DryRun added in v0.0.23

func (d *AutoscalingDriver) Delete_Launchconfiguration_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Scalinggroup added in v0.0.23

func (d *AutoscalingDriver) Delete_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Scalinggroup_DryRun added in v0.0.23

func (d *AutoscalingDriver) Delete_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Scalingpolicy added in v0.0.23

func (d *AutoscalingDriver) Delete_Scalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Delete_Scalingpolicy_DryRun added in v0.0.23

func (d *AutoscalingDriver) Delete_Scalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Lookup added in v0.0.23

func (d *AutoscalingDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*AutoscalingDriver) SetDryRun added in v0.0.23

func (d *AutoscalingDriver) SetDryRun(dry bool)

func (*AutoscalingDriver) SetLogger added in v0.0.23

func (d *AutoscalingDriver) SetLogger(l *logger.Logger)

func (*AutoscalingDriver) Update_Scalinggroup added in v0.0.23

func (d *AutoscalingDriver) Update_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*AutoscalingDriver) Update_Scalinggroup_DryRun added in v0.0.23

func (d *AutoscalingDriver) Update_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type CloudformationDriver added in v0.0.25

type CloudformationDriver struct {
	cloudformationiface.CloudFormationAPI
	// contains filtered or unexported fields
}

func (*CloudformationDriver) Create_Stack added in v0.0.25

func (d *CloudformationDriver) Create_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudformationDriver) Create_Stack_DryRun added in v0.0.25

func (d *CloudformationDriver) Create_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudformationDriver) Delete_Stack added in v0.0.25

func (d *CloudformationDriver) Delete_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudformationDriver) Delete_Stack_DryRun added in v0.0.25

func (d *CloudformationDriver) Delete_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudformationDriver) Lookup added in v0.0.25

func (d *CloudformationDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*CloudformationDriver) SetDryRun added in v0.0.25

func (d *CloudformationDriver) SetDryRun(dry bool)

func (*CloudformationDriver) SetLogger added in v0.0.25

func (d *CloudformationDriver) SetLogger(l *logger.Logger)

func (*CloudformationDriver) Update_Stack added in v0.0.25

func (d *CloudformationDriver) Update_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudformationDriver) Update_Stack_DryRun added in v0.0.25

func (d *CloudformationDriver) Update_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type CloudfrontDriver added in v0.0.25

type CloudfrontDriver struct {
	cloudfrontiface.CloudFrontAPI
	// contains filtered or unexported fields
}

func (*CloudfrontDriver) Check_Distribution added in v0.0.25

func (d *CloudfrontDriver) Check_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Check_Distribution_DryRun added in v0.0.25

func (d *CloudfrontDriver) Check_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Create_Distribution added in v0.0.25

func (d *CloudfrontDriver) Create_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Create_Distribution_DryRun added in v0.0.25

func (d *CloudfrontDriver) Create_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Delete_Distribution added in v0.0.25

func (d *CloudfrontDriver) Delete_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Delete_Distribution_DryRun added in v0.0.25

func (d *CloudfrontDriver) Delete_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Lookup added in v0.0.25

func (d *CloudfrontDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*CloudfrontDriver) SetDryRun added in v0.0.25

func (d *CloudfrontDriver) SetDryRun(dry bool)

func (*CloudfrontDriver) SetLogger added in v0.0.25

func (d *CloudfrontDriver) SetLogger(l *logger.Logger)

func (*CloudfrontDriver) Update_Distribution added in v0.0.25

func (d *CloudfrontDriver) Update_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudfrontDriver) Update_Distribution_DryRun added in v0.0.25

func (d *CloudfrontDriver) Update_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

type CloudwatchDriver added in v0.0.23

type CloudwatchDriver struct {
	cloudwatchiface.CloudWatchAPI
	// contains filtered or unexported fields
}

func (*CloudwatchDriver) Attach_Alarm added in v0.0.23

func (d *CloudwatchDriver) Attach_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudwatchDriver) Attach_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Attach_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudwatchDriver) Create_Alarm added in v0.0.23

func (d *CloudwatchDriver) Create_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Create_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Create_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Delete_Alarm added in v0.0.23

func (d *CloudwatchDriver) Delete_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Delete_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Delete_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Detach_Alarm added in v0.0.23

func (d *CloudwatchDriver) Detach_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudwatchDriver) Detach_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Detach_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*CloudwatchDriver) Lookup added in v0.0.23

func (d *CloudwatchDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*CloudwatchDriver) SetDryRun added in v0.0.23

func (d *CloudwatchDriver) SetDryRun(dry bool)

func (*CloudwatchDriver) SetLogger added in v0.0.23

func (d *CloudwatchDriver) SetLogger(l *logger.Logger)

func (*CloudwatchDriver) Start_Alarm added in v0.0.23

func (d *CloudwatchDriver) Start_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Start_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Start_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Stop_Alarm added in v0.0.23

func (d *CloudwatchDriver) Stop_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*CloudwatchDriver) Stop_Alarm_DryRun added in v0.0.23

func (d *CloudwatchDriver) Stop_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type Ec2Driver

type Ec2Driver struct {
	ec2iface.EC2API
	// contains filtered or unexported fields
}

func (*Ec2Driver) Attach_Elasticip added in v0.0.23

func (d *Ec2Driver) Attach_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Elasticip_DryRun added in v0.0.23

func (d *Ec2Driver) Attach_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Instanceprofile added in v0.1.2

func (d *Ec2Driver) Attach_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Attach_Instanceprofile_DryRun added in v0.1.2

func (d *Ec2Driver) Attach_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Attach_Internetgateway

func (d *Ec2Driver) Attach_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Internetgateway_DryRun

func (d *Ec2Driver) Attach_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Networkinterface added in v0.1.4

func (d *Ec2Driver) Attach_Networkinterface(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Networkinterface_DryRun added in v0.1.4

func (d *Ec2Driver) Attach_Networkinterface_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Routetable

func (d *Ec2Driver) Attach_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Routetable_DryRun

func (d *Ec2Driver) Attach_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Securitygroup added in v0.0.22

func (d *Ec2Driver) Attach_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Attach_Securitygroup_DryRun added in v0.0.22

func (d *Ec2Driver) Attach_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Attach_Volume

func (d *Ec2Driver) Attach_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Attach_Volume_DryRun

func (d *Ec2Driver) Attach_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Check_Instance

func (d *Ec2Driver) Check_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Instance_DryRun

func (d *Ec2Driver) Check_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Natgateway added in v0.1.1

func (d *Ec2Driver) Check_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Natgateway_DryRun added in v0.1.1

func (d *Ec2Driver) Check_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Networkinterface added in v0.1.4

func (d *Ec2Driver) Check_Networkinterface(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Networkinterface_DryRun added in v0.1.4

func (d *Ec2Driver) Check_Networkinterface_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Securitygroup added in v0.0.22

func (d *Ec2Driver) Check_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Securitygroup_DryRun added in v0.0.22

func (d *Ec2Driver) Check_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Volume added in v0.1.0

func (d *Ec2Driver) Check_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Check_Volume_DryRun added in v0.1.0

func (d *Ec2Driver) Check_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Copy_Image added in v0.0.23

func (d *Ec2Driver) Copy_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Copy_Image_DryRun added in v0.0.23

func (d *Ec2Driver) Copy_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Copy_Snapshot added in v0.0.24

func (d *Ec2Driver) Copy_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Copy_Snapshot_DryRun added in v0.0.24

func (d *Ec2Driver) Copy_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Elasticip added in v0.0.23

func (d *Ec2Driver) Create_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Elasticip_DryRun added in v0.0.23

func (d *Ec2Driver) Create_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Instance

func (d *Ec2Driver) Create_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Instance_DryRun

func (d *Ec2Driver) Create_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Internetgateway

func (d *Ec2Driver) Create_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Internetgateway_DryRun

func (d *Ec2Driver) Create_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Keypair

func (d *Ec2Driver) Create_Keypair(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Create_Keypair_DryRun

func (d *Ec2Driver) Create_Keypair_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Create_Natgateway added in v0.1.1

func (d *Ec2Driver) Create_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Natgateway_DryRun added in v0.1.1

func (d *Ec2Driver) Create_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Networkinterface added in v0.1.4

func (d *Ec2Driver) Create_Networkinterface(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Networkinterface_DryRun added in v0.1.4

func (d *Ec2Driver) Create_Networkinterface_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Route

func (d *Ec2Driver) Create_Route(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Route_DryRun

func (d *Ec2Driver) Create_Route_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Routetable

func (d *Ec2Driver) Create_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Routetable_DryRun

func (d *Ec2Driver) Create_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Securitygroup

func (d *Ec2Driver) Create_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Securitygroup_DryRun

func (d *Ec2Driver) Create_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Snapshot added in v0.0.23

func (d *Ec2Driver) Create_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Snapshot_DryRun added in v0.0.23

func (d *Ec2Driver) Create_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Subnet

func (d *Ec2Driver) Create_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Subnet_DryRun

func (d *Ec2Driver) Create_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Tag

func (d *Ec2Driver) Create_Tag(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Create_Tag_DryRun

func (d *Ec2Driver) Create_Tag_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Create_Volume

func (d *Ec2Driver) Create_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Volume_DryRun

func (d *Ec2Driver) Create_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Vpc

func (d *Ec2Driver) Create_Vpc(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Create_Vpc_DryRun

func (d *Ec2Driver) Create_Vpc_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Elasticip added in v0.0.23

func (d *Ec2Driver) Delete_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Elasticip_DryRun added in v0.0.23

func (d *Ec2Driver) Delete_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Image added in v0.0.24

func (d *Ec2Driver) Delete_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Delete_Image_DryRun added in v0.0.24

func (d *Ec2Driver) Delete_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Delete_Instance

func (d *Ec2Driver) Delete_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Instance_DryRun

func (d *Ec2Driver) Delete_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Internetgateway

func (d *Ec2Driver) Delete_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Internetgateway_DryRun

func (d *Ec2Driver) Delete_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Keypair

func (d *Ec2Driver) Delete_Keypair(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Keypair_DryRun

func (d *Ec2Driver) Delete_Keypair_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Natgateway added in v0.1.1

func (d *Ec2Driver) Delete_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Natgateway_DryRun added in v0.1.1

func (d *Ec2Driver) Delete_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Networkinterface added in v0.1.4

func (d *Ec2Driver) Delete_Networkinterface(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Networkinterface_DryRun added in v0.1.4

func (d *Ec2Driver) Delete_Networkinterface_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Route

func (d *Ec2Driver) Delete_Route(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Route_DryRun

func (d *Ec2Driver) Delete_Route_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Routetable

func (d *Ec2Driver) Delete_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Routetable_DryRun

func (d *Ec2Driver) Delete_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Securitygroup

func (d *Ec2Driver) Delete_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Securitygroup_DryRun

func (d *Ec2Driver) Delete_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Snapshot added in v0.0.23

func (d *Ec2Driver) Delete_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Snapshot_DryRun added in v0.0.23

func (d *Ec2Driver) Delete_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Subnet

func (d *Ec2Driver) Delete_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Subnet_DryRun

func (d *Ec2Driver) Delete_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Tag added in v0.0.20

func (d *Ec2Driver) Delete_Tag(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Delete_Tag_DryRun added in v0.0.20

func (d *Ec2Driver) Delete_Tag_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Delete_Volume

func (d *Ec2Driver) Delete_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Volume_DryRun

func (d *Ec2Driver) Delete_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Vpc

func (d *Ec2Driver) Delete_Vpc(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Delete_Vpc_DryRun

func (d *Ec2Driver) Delete_Vpc_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Elasticip added in v0.0.23

func (d *Ec2Driver) Detach_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Elasticip_DryRun added in v0.0.23

func (d *Ec2Driver) Detach_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Instanceprofile added in v0.1.2

func (d *Ec2Driver) Detach_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Instanceprofile_DryRun added in v0.1.2

func (d *Ec2Driver) Detach_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Internetgateway

func (d *Ec2Driver) Detach_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Internetgateway_DryRun

func (d *Ec2Driver) Detach_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Networkinterface added in v0.1.4

func (d *Ec2Driver) Detach_Networkinterface(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Networkinterface_DryRun added in v0.1.4

func (d *Ec2Driver) Detach_Networkinterface_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Routetable

func (d *Ec2Driver) Detach_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Routetable_DryRun

func (d *Ec2Driver) Detach_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Securitygroup added in v0.0.22

func (d *Ec2Driver) Detach_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Securitygroup_DryRun added in v0.0.22

func (d *Ec2Driver) Detach_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Detach_Volume

func (d *Ec2Driver) Detach_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Detach_Volume_DryRun

func (d *Ec2Driver) Detach_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Import_Image added in v0.0.24

func (d *Ec2Driver) Import_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Import_Image_DryRun added in v0.0.24

func (d *Ec2Driver) Import_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Lookup

func (d *Ec2Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*Ec2Driver) SetDryRun

func (d *Ec2Driver) SetDryRun(dry bool)

func (*Ec2Driver) SetLogger

func (d *Ec2Driver) SetLogger(l *logger.Logger)

func (*Ec2Driver) Start_Instance

func (d *Ec2Driver) Start_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Start_Instance_DryRun

func (d *Ec2Driver) Start_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Stop_Instance

func (d *Ec2Driver) Stop_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Stop_Instance_DryRun

func (d *Ec2Driver) Stop_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Update_Instance

func (d *Ec2Driver) Update_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Update_Instance_DryRun

func (d *Ec2Driver) Update_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Update_Securitygroup

func (d *Ec2Driver) Update_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Update_Securitygroup_DryRun

func (d *Ec2Driver) Update_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Ec2Driver) Update_Subnet

func (d *Ec2Driver) Update_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Ec2Driver) Update_Subnet_DryRun

func (d *Ec2Driver) Update_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type EcrDriver added in v0.1.1

type EcrDriver struct {
	ecriface.ECRAPI
	// contains filtered or unexported fields
}

func (*EcrDriver) Authenticate_Registry added in v0.1.1

func (d *EcrDriver) Authenticate_Registry(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcrDriver) Authenticate_Registry_DryRun added in v0.1.1

func (d *EcrDriver) Authenticate_Registry_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcrDriver) Create_Repository added in v0.1.1

func (d *EcrDriver) Create_Repository(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcrDriver) Create_Repository_DryRun added in v0.1.1

func (d *EcrDriver) Create_Repository_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcrDriver) Delete_Repository added in v0.1.1

func (d *EcrDriver) Delete_Repository(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcrDriver) Delete_Repository_DryRun added in v0.1.1

func (d *EcrDriver) Delete_Repository_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcrDriver) Lookup added in v0.1.1

func (d *EcrDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*EcrDriver) SetDryRun added in v0.1.1

func (d *EcrDriver) SetDryRun(dry bool)

func (*EcrDriver) SetLogger added in v0.1.1

func (d *EcrDriver) SetLogger(l *logger.Logger)

type EcsDriver added in v0.1.1

type EcsDriver struct {
	ecsiface.ECSAPI
	// contains filtered or unexported fields
}

func (*EcsDriver) Attach_Containertask added in v0.1.1

func (d *EcsDriver) Attach_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Attach_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Attach_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Create_Containercluster added in v0.1.1

func (d *EcsDriver) Create_Containercluster(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcsDriver) Create_Containercluster_DryRun added in v0.1.1

func (d *EcsDriver) Create_Containercluster_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcsDriver) Delete_Containercluster added in v0.1.1

func (d *EcsDriver) Delete_Containercluster(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcsDriver) Delete_Containercluster_DryRun added in v0.1.1

func (d *EcsDriver) Delete_Containercluster_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcsDriver) Delete_Containertask added in v0.1.1

func (d *EcsDriver) Delete_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Delete_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Delete_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Detach_Containertask added in v0.1.1

func (d *EcsDriver) Detach_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Detach_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Detach_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Lookup added in v0.1.1

func (d *EcsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*EcsDriver) SetDryRun added in v0.1.1

func (d *EcsDriver) SetDryRun(dry bool)

func (*EcsDriver) SetLogger added in v0.1.1

func (d *EcsDriver) SetLogger(l *logger.Logger)

func (*EcsDriver) Start_Containertask added in v0.1.1

func (d *EcsDriver) Start_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Start_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Start_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Stop_Containertask added in v0.1.1

func (d *EcsDriver) Stop_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Stop_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Stop_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*EcsDriver) Update_Containertask added in v0.1.1

func (d *EcsDriver) Update_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*EcsDriver) Update_Containertask_DryRun added in v0.1.1

func (d *EcsDriver) Update_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type Elbv2Driver

type Elbv2Driver struct {
	elbv2iface.ELBV2API
	// contains filtered or unexported fields
}

func (*Elbv2Driver) Attach_Instance added in v0.0.20

func (d *Elbv2Driver) Attach_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Attach_Instance_DryRun added in v0.0.20

func (d *Elbv2Driver) Attach_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Check_Loadbalancer added in v0.0.22

func (d *Elbv2Driver) Check_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Elbv2Driver) Check_Loadbalancer_DryRun added in v0.0.22

func (d *Elbv2Driver) Check_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Elbv2Driver) Create_Listener

func (d *Elbv2Driver) Create_Listener(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Create_Listener_DryRun

func (d *Elbv2Driver) Create_Listener_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Create_Loadbalancer

func (d *Elbv2Driver) Create_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Create_Loadbalancer_DryRun

func (d *Elbv2Driver) Create_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Create_Targetgroup

func (d *Elbv2Driver) Create_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Create_Targetgroup_DryRun

func (d *Elbv2Driver) Create_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Listener

func (d *Elbv2Driver) Delete_Listener(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Listener_DryRun

func (d *Elbv2Driver) Delete_Listener_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Loadbalancer

func (d *Elbv2Driver) Delete_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Loadbalancer_DryRun

func (d *Elbv2Driver) Delete_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Targetgroup

func (d *Elbv2Driver) Delete_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Delete_Targetgroup_DryRun

func (d *Elbv2Driver) Delete_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Detach_Instance added in v0.0.20

func (d *Elbv2Driver) Detach_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Detach_Instance_DryRun added in v0.0.20

func (d *Elbv2Driver) Detach_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Elbv2Driver) Lookup

func (d *Elbv2Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*Elbv2Driver) SetDryRun

func (d *Elbv2Driver) SetDryRun(dry bool)

func (*Elbv2Driver) SetLogger

func (d *Elbv2Driver) SetLogger(l *logger.Logger)

func (*Elbv2Driver) Update_Targetgroup added in v0.1.1

func (d *Elbv2Driver) Update_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Elbv2Driver) Update_Targetgroup_DryRun added in v0.1.1

func (d *Elbv2Driver) Update_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

type IamDriver

type IamDriver struct {
	iamiface.IAMAPI
	// contains filtered or unexported fields
}

func (*IamDriver) Attach_Mfadevice added in v0.1.5

func (d *IamDriver) Attach_Mfadevice(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Attach_Mfadevice_DryRun added in v0.1.5

func (d *IamDriver) Attach_Mfadevice_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Attach_Policy

func (d *IamDriver) Attach_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Attach_Policy_DryRun

func (d *IamDriver) Attach_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Attach_Role added in v0.0.23

func (d *IamDriver) Attach_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Attach_Role_DryRun added in v0.0.23

func (d *IamDriver) Attach_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Attach_User

func (d *IamDriver) Attach_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Attach_User_DryRun

func (d *IamDriver) Attach_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Accesskey added in v0.0.20

func (d *IamDriver) Create_Accesskey(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Accesskey_DryRun added in v0.0.20

func (d *IamDriver) Create_Accesskey_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Group

func (d *IamDriver) Create_Group(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Group_DryRun

func (d *IamDriver) Create_Group_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Instanceprofile added in v0.0.23

func (d *IamDriver) Create_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Instanceprofile_DryRun added in v0.0.23

func (d *IamDriver) Create_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Loginprofile added in v0.0.24

func (d *IamDriver) Create_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Loginprofile_DryRun added in v0.0.24

func (d *IamDriver) Create_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_Mfadevice added in v0.1.5

func (d *IamDriver) Create_Mfadevice(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Mfadevice_DryRun added in v0.1.5

func (d *IamDriver) Create_Mfadevice_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Policy added in v0.0.23

func (d *IamDriver) Create_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Policy_DryRun added in v0.0.23

func (d *IamDriver) Create_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Role added in v0.0.23

func (d *IamDriver) Create_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_Role_DryRun added in v0.0.23

func (d *IamDriver) Create_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Create_User

func (d *IamDriver) Create_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Create_User_DryRun

func (d *IamDriver) Create_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Accesskey added in v0.0.20

func (d *IamDriver) Delete_Accesskey(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Accesskey_DryRun added in v0.0.20

func (d *IamDriver) Delete_Accesskey_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Group

func (d *IamDriver) Delete_Group(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Group_DryRun

func (d *IamDriver) Delete_Group_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Instanceprofile added in v0.0.23

func (d *IamDriver) Delete_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Instanceprofile_DryRun added in v0.0.23

func (d *IamDriver) Delete_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Loginprofile added in v0.0.24

func (d *IamDriver) Delete_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Loginprofile_DryRun added in v0.0.24

func (d *IamDriver) Delete_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Mfadevice added in v0.1.5

func (d *IamDriver) Delete_Mfadevice(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Mfadevice_DryRun added in v0.1.5

func (d *IamDriver) Delete_Mfadevice_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_Policy added in v0.0.23

func (d *IamDriver) Delete_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Delete_Policy_DryRun added in v0.0.23

func (d *IamDriver) Delete_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Delete_Role added in v0.0.23

func (d *IamDriver) Delete_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Delete_Role_DryRun added in v0.0.23

func (d *IamDriver) Delete_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Delete_User

func (d *IamDriver) Delete_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Delete_User_DryRun

func (d *IamDriver) Delete_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_Mfadevice added in v0.1.5

func (d *IamDriver) Detach_Mfadevice(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_Mfadevice_DryRun added in v0.1.5

func (d *IamDriver) Detach_Mfadevice_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_Policy

func (d *IamDriver) Detach_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Detach_Policy_DryRun

func (d *IamDriver) Detach_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Detach_Role added in v0.0.23

func (d *IamDriver) Detach_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_Role_DryRun added in v0.0.23

func (d *IamDriver) Detach_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_User

func (d *IamDriver) Detach_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Detach_User_DryRun

func (d *IamDriver) Detach_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Lookup

func (d *IamDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*IamDriver) SetDryRun

func (d *IamDriver) SetDryRun(dry bool)

func (*IamDriver) SetLogger

func (d *IamDriver) SetLogger(l *logger.Logger)

func (*IamDriver) Update_Loginprofile added in v0.0.24

func (d *IamDriver) Update_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Update_Loginprofile_DryRun added in v0.0.24

func (d *IamDriver) Update_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*IamDriver) Update_Policy added in v0.1.4

func (d *IamDriver) Update_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*IamDriver) Update_Policy_DryRun added in v0.1.4

func (d *IamDriver) Update_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

type LambdaDriver added in v0.0.23

type LambdaDriver struct {
	lambdaiface.LambdaAPI
	// contains filtered or unexported fields
}

func (*LambdaDriver) Create_Function added in v0.0.23

func (d *LambdaDriver) Create_Function(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*LambdaDriver) Create_Function_DryRun added in v0.0.23

func (d *LambdaDriver) Create_Function_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*LambdaDriver) Delete_Function added in v0.0.23

func (d *LambdaDriver) Delete_Function(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*LambdaDriver) Delete_Function_DryRun added in v0.0.23

func (d *LambdaDriver) Delete_Function_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*LambdaDriver) Lookup added in v0.0.23

func (d *LambdaDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*LambdaDriver) SetDryRun added in v0.0.23

func (d *LambdaDriver) SetDryRun(dry bool)

func (*LambdaDriver) SetLogger added in v0.0.23

func (d *LambdaDriver) SetLogger(l *logger.Logger)

type RdsDriver added in v0.0.20

type RdsDriver struct {
	rdsiface.RDSAPI
	// contains filtered or unexported fields
}

func (*RdsDriver) Check_Database added in v0.1.0

func (d *RdsDriver) Check_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*RdsDriver) Check_Database_DryRun added in v0.1.0

func (d *RdsDriver) Check_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*RdsDriver) Create_Database added in v0.0.20

func (d *RdsDriver) Create_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Create_Database_DryRun added in v0.0.20

func (d *RdsDriver) Create_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Create_Dbsubnetgroup added in v0.0.20

func (d *RdsDriver) Create_Dbsubnetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Create_Dbsubnetgroup_DryRun added in v0.0.20

func (d *RdsDriver) Create_Dbsubnetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Delete_Database added in v0.0.20

func (d *RdsDriver) Delete_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Delete_Database_DryRun added in v0.0.20

func (d *RdsDriver) Delete_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Delete_Dbsubnetgroup added in v0.0.20

func (d *RdsDriver) Delete_Dbsubnetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Delete_Dbsubnetgroup_DryRun added in v0.0.20

func (d *RdsDriver) Delete_Dbsubnetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*RdsDriver) Lookup added in v0.0.20

func (d *RdsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*RdsDriver) SetDryRun added in v0.0.20

func (d *RdsDriver) SetDryRun(dry bool)

func (*RdsDriver) SetLogger added in v0.0.20

func (d *RdsDriver) SetLogger(l *logger.Logger)

type Route53Driver

type Route53Driver struct {
	route53iface.Route53API
	// contains filtered or unexported fields
}

func (*Route53Driver) Create_Record

func (d *Route53Driver) Create_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Route53Driver) Create_Record_DryRun

func (d *Route53Driver) Create_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Route53Driver) Create_Zone

func (d *Route53Driver) Create_Zone(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Route53Driver) Create_Zone_DryRun

func (d *Route53Driver) Create_Zone_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Route53Driver) Delete_Record

func (d *Route53Driver) Delete_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Route53Driver) Delete_Record_DryRun

func (d *Route53Driver) Delete_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Route53Driver) Delete_Zone

func (d *Route53Driver) Delete_Zone(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Route53Driver) Delete_Zone_DryRun

func (d *Route53Driver) Delete_Zone_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*Route53Driver) Lookup

func (d *Route53Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*Route53Driver) SetDryRun

func (d *Route53Driver) SetDryRun(dry bool)

func (*Route53Driver) SetLogger

func (d *Route53Driver) SetLogger(l *logger.Logger)

func (*Route53Driver) Update_Record added in v0.1.2

func (d *Route53Driver) Update_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*Route53Driver) Update_Record_DryRun added in v0.1.2

func (d *Route53Driver) Update_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

type S3Driver

type S3Driver struct {
	s3iface.S3API
	// contains filtered or unexported fields
}

func (*S3Driver) Create_Bucket

func (d *S3Driver) Create_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Create_Bucket_DryRun

func (d *S3Driver) Create_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Create_S3object added in v0.0.22

func (d *S3Driver) Create_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*S3Driver) Create_S3object_DryRun added in v0.0.22

func (d *S3Driver) Create_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*S3Driver) Delete_Bucket

func (d *S3Driver) Delete_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Delete_Bucket_DryRun

func (d *S3Driver) Delete_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Delete_S3object added in v0.0.22

func (d *S3Driver) Delete_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Delete_S3object_DryRun added in v0.0.22

func (d *S3Driver) Delete_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Lookup

func (d *S3Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*S3Driver) SetDryRun

func (d *S3Driver) SetDryRun(dry bool)

func (*S3Driver) SetLogger

func (d *S3Driver) SetLogger(l *logger.Logger)

func (*S3Driver) Update_Bucket added in v0.0.25

func (d *S3Driver) Update_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*S3Driver) Update_Bucket_DryRun added in v0.0.25

func (d *S3Driver) Update_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

func (*S3Driver) Update_S3object added in v0.0.25

func (d *S3Driver) Update_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*S3Driver) Update_S3object_DryRun added in v0.0.25

func (d *S3Driver) Update_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

type SnsDriver

type SnsDriver struct {
	snsiface.SNSAPI
	// contains filtered or unexported fields
}

func (*SnsDriver) Create_Subscription

func (d *SnsDriver) Create_Subscription(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Create_Subscription_DryRun

func (d *SnsDriver) Create_Subscription_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Create_Topic

func (d *SnsDriver) Create_Topic(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Create_Topic_DryRun

func (d *SnsDriver) Create_Topic_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Delete_Subscription

func (d *SnsDriver) Delete_Subscription(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Delete_Subscription_DryRun

func (d *SnsDriver) Delete_Subscription_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Delete_Topic

func (d *SnsDriver) Delete_Topic(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Delete_Topic_DryRun

func (d *SnsDriver) Delete_Topic_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SnsDriver) Lookup

func (d *SnsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*SnsDriver) SetDryRun

func (d *SnsDriver) SetDryRun(dry bool)

func (*SnsDriver) SetLogger

func (d *SnsDriver) SetLogger(l *logger.Logger)

type SqsDriver

type SqsDriver struct {
	sqsiface.SQSAPI
	// contains filtered or unexported fields
}

func (*SqsDriver) Create_Queue

func (d *SqsDriver) Create_Queue(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SqsDriver) Create_Queue_DryRun

func (d *SqsDriver) Create_Queue_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SqsDriver) Delete_Queue

func (d *SqsDriver) Delete_Queue(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SqsDriver) Delete_Queue_DryRun

func (d *SqsDriver) Delete_Queue_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)

This function was auto generated

func (*SqsDriver) Lookup

func (d *SqsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*SqsDriver) SetDryRun

func (d *SqsDriver) SetDryRun(dry bool)

func (*SqsDriver) SetLogger

func (d *SqsDriver) SetLogger(l *logger.Logger)

type StsDriver added in v0.0.21

type StsDriver struct {
	stsiface.STSAPI
	// contains filtered or unexported fields
}

func (*StsDriver) Lookup added in v0.0.21

func (d *StsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)

func (*StsDriver) SetDryRun added in v0.0.21

func (d *StsDriver) SetDryRun(dry bool)

func (*StsDriver) SetLogger added in v0.0.21

func (d *StsDriver) SetLogger(l *logger.Logger)

Jump to

Keyboard shortcuts

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