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 ¶
- Variables
- func AWSLookupDefinitions(key string) (t template.Definition, ok bool)
- func DefaultTemplateEnv() *template.Env
- func DriverSupportedActions() map[string][]string
- func LookupAWSPolicy(service, access string) (*policy, error)
- func NewApplicationautoscalingDriver(api applicationautoscalingiface.ApplicationAutoScalingAPI) driver.Driver
- func NewAutoscalingDriver(api autoscalingiface.AutoScalingAPI) driver.Driver
- func NewCloudformationDriver(api cloudformationiface.CloudFormationAPI) driver.Driver
- func NewCloudfrontDriver(api cloudfrontiface.CloudFrontAPI) driver.Driver
- func NewCloudwatchDriver(api cloudwatchiface.CloudWatchAPI) driver.Driver
- func NewCredsPrompter(profile string) *credentialsPrompter
- func NewEc2Driver(api ec2iface.EC2API) driver.Driver
- func NewEcrDriver(api ecriface.ECRAPI) driver.Driver
- func NewEcsDriver(api ecsiface.ECSAPI) driver.Driver
- func NewElbv2Driver(api elbv2iface.ELBV2API) driver.Driver
- func NewIamDriver(api iamiface.IAMAPI) driver.Driver
- func NewLambdaDriver(api lambdaiface.LambdaAPI) driver.Driver
- func NewRdsDriver(api rdsiface.RDSAPI) driver.Driver
- func NewRoute53Driver(api route53iface.Route53API) driver.Driver
- func NewS3Driver(api s3iface.S3API) driver.Driver
- func NewSnsDriver(api snsiface.SNSAPI) driver.Driver
- func NewSqsDriver(api sqsiface.SQSAPI) driver.Driver
- func NewStsDriver(api stsiface.STSAPI) driver.Driver
- type ApplicationautoscalingDriver
- func (d *ApplicationautoscalingDriver) Create_Appscalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Create_Appscalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Create_Appscalingtarget(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Create_Appscalingtarget_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Delete_Appscalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Delete_Appscalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Delete_Appscalingtarget(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Delete_Appscalingtarget_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *ApplicationautoscalingDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *ApplicationautoscalingDriver) SetDryRun(dry bool)
- func (d *ApplicationautoscalingDriver) SetLogger(l *logger.Logger)
- type AutoscalingDriver
- func (d *AutoscalingDriver) Check_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Check_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Launchconfiguration(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Launchconfiguration_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Launchconfiguration(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Launchconfiguration_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalingpolicy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalingpolicy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *AutoscalingDriver) SetDryRun(dry bool)
- func (d *AutoscalingDriver) SetLogger(l *logger.Logger)
- func (d *AutoscalingDriver) Update_Scalinggroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Update_Scalinggroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type CloudformationDriver
- func (d *CloudformationDriver) Create_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Create_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Delete_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Delete_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *CloudformationDriver) SetDryRun(dry bool)
- func (d *CloudformationDriver) SetLogger(l *logger.Logger)
- func (d *CloudformationDriver) Update_Stack(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Update_Stack_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type CloudfrontDriver
- func (d *CloudfrontDriver) Check_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Check_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Create_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Create_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Delete_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Delete_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *CloudfrontDriver) SetDryRun(dry bool)
- func (d *CloudfrontDriver) SetLogger(l *logger.Logger)
- func (d *CloudfrontDriver) Update_Distribution(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Update_Distribution_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type CloudwatchDriver
- func (d *CloudwatchDriver) Attach_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Attach_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Create_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Create_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Delete_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Delete_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Detach_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Detach_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *CloudwatchDriver) SetDryRun(dry bool)
- func (d *CloudwatchDriver) SetLogger(l *logger.Logger)
- func (d *CloudwatchDriver) Start_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Start_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Stop_Alarm(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Stop_Alarm_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type Ec2Driver
- func (d *Ec2Driver) Attach_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Keypair(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Keypair_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Route(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Route_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Tag(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Tag_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Vpc(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Vpc_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Keypair(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Keypair_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Natgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Natgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Route(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Route_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Snapshot(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Snapshot_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Tag(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Tag_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Vpc(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Vpc_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Elasticip(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Elasticip_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Internetgateway(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Internetgateway_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Routetable(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Routetable_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Volume(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Volume_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Import_Image(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Import_Image_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *Ec2Driver) SetDryRun(dry bool)
- func (d *Ec2Driver) SetLogger(l *logger.Logger)
- func (d *Ec2Driver) Start_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Start_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Stop_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Stop_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Securitygroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Securitygroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Subnet(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Subnet_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type EcrDriver
- func (d *EcrDriver) Authenticate_Registry(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Authenticate_Registry_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Create_Repository(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Create_Repository_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Delete_Repository(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Delete_Repository_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcrDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *EcrDriver) SetDryRun(dry bool)
- func (d *EcrDriver) SetLogger(l *logger.Logger)
- type EcsDriver
- func (d *EcsDriver) Attach_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Attach_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Create_Containercluster(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Create_Containercluster_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Delete_Containercluster(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Delete_Containercluster_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Delete_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Delete_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Detach_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Detach_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *EcsDriver) SetDryRun(dry bool)
- func (d *EcsDriver) SetLogger(l *logger.Logger)
- func (d *EcsDriver) Start_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Start_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Stop_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Stop_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Update_Containertask(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *EcsDriver) Update_Containertask_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type Elbv2Driver
- func (d *Elbv2Driver) Attach_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Attach_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Check_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Check_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Listener(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Listener_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Listener(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Listener_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Loadbalancer(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Loadbalancer_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Detach_Instance(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Detach_Instance_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *Elbv2Driver) SetDryRun(dry bool)
- func (d *Elbv2Driver) SetLogger(l *logger.Logger)
- func (d *Elbv2Driver) Update_Targetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Update_Targetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type IamDriver
- func (d *IamDriver) Attach_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Accesskey(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Accesskey_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Group(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Group_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Accesskey(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Accesskey_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Group(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Group_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Instanceprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Instanceprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Policy_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Role(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Role_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_User(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_User_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *IamDriver) SetDryRun(dry bool)
- func (d *IamDriver) SetLogger(l *logger.Logger)
- func (d *IamDriver) Update_Loginprofile(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Update_Loginprofile_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type LambdaDriver
- func (d *LambdaDriver) Create_Function(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Create_Function_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Delete_Function(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Delete_Function_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *LambdaDriver) SetDryRun(dry bool)
- func (d *LambdaDriver) SetLogger(l *logger.Logger)
- type RdsDriver
- func (d *RdsDriver) Check_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Check_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Dbsubnetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Dbsubnetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Database(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Database_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Dbsubnetgroup(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Dbsubnetgroup_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *RdsDriver) SetDryRun(dry bool)
- func (d *RdsDriver) SetLogger(l *logger.Logger)
- type Route53Driver
- func (d *Route53Driver) Create_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Zone(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Zone_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Zone(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Zone_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *Route53Driver) SetDryRun(dry bool)
- func (d *Route53Driver) SetLogger(l *logger.Logger)
- func (d *Route53Driver) Update_Record(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Update_Record_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type S3Driver
- func (d *S3Driver) Create_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *S3Driver) SetDryRun(dry bool)
- func (d *S3Driver) SetLogger(l *logger.Logger)
- func (d *S3Driver) Update_Bucket(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_Bucket_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_S3object(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_S3object_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- type SnsDriver
- func (d *SnsDriver) Create_Subscription(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Subscription_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Topic(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Topic_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Subscription(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Subscription_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Topic(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Topic_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *SnsDriver) SetDryRun(dry bool)
- func (d *SnsDriver) SetLogger(l *logger.Logger)
- type SqsDriver
- func (d *SqsDriver) Create_Queue(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Create_Queue_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Delete_Queue(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Delete_Queue_DryRun(ctx driver.Context, params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Lookup(lookups ...string) (driverFn driver.DriverFn, err error)
- func (d *SqsDriver) SetDryRun(dry bool)
- func (d *SqsDriver) SetLogger(l *logger.Logger)
- type StsDriver
Constants ¶
This section is empty.
Variables ¶
var ( AWSCredDir = filepath.Join(os.Getenv("HOME"), ".aws") AWSCredFilepath = filepath.Join(AWSCredDir, "credentials") )
var APIPerTemplateDefName = map[string]string{}/* 142 elements not displayed */
var AWSTemplatesDefinitions = map[string]template.Definition{}/* 142 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 DriverSupportedActions ¶
func LookupAWSPolicy ¶ added in v0.1.1
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 NewElbv2Driver ¶
func NewElbv2Driver(api elbv2iface.ELBV2API) driver.Driver
func NewLambdaDriver ¶ added in v0.0.23
func NewLambdaDriver(api lambdaiface.LambdaAPI) driver.Driver
func NewRoute53Driver ¶
func NewRoute53Driver(api route53iface.Route53API) driver.Driver
Types ¶
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 ¶
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 (*Ec2Driver) Attach_Instanceprofile_DryRun ¶ added in v0.1.2
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_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 (*Ec2Driver) Attach_Securitygroup_DryRun ¶ added in v0.0.22
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 (*Ec2Driver) Check_Instance_DryRun ¶
func (*Ec2Driver) Check_Natgateway ¶ added in v0.1.1
func (*Ec2Driver) Check_Natgateway_DryRun ¶ added in v0.1.1
func (*Ec2Driver) Check_Securitygroup ¶ added in v0.0.22
func (*Ec2Driver) Check_Securitygroup_DryRun ¶ added in v0.0.22
func (*Ec2Driver) Check_Volume ¶ added in v0.1.0
func (*Ec2Driver) Check_Volume_DryRun ¶ added in v0.1.0
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 (*Ec2Driver) Create_Keypair_DryRun ¶
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_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 (*Ec2Driver) Create_Tag_DryRun ¶
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 (*Ec2Driver) Delete_Image_DryRun ¶ added in v0.0.24
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_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 (*Ec2Driver) Delete_Tag_DryRun ¶ added in v0.0.20
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 (*Ec2Driver) Detach_Instanceprofile_DryRun ¶ added in v0.1.2
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_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 (*Ec2Driver) Detach_Securitygroup_DryRun ¶ added in v0.0.22
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) 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 (*Ec2Driver) Update_Securitygroup_DryRun ¶
type EcrDriver ¶ added in v0.1.1
func (*EcrDriver) Authenticate_Registry ¶ added in v0.1.1
func (*EcrDriver) Authenticate_Registry_DryRun ¶ added in v0.1.1
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
type EcsDriver ¶ added in v0.1.1
func (*EcsDriver) Attach_Containertask ¶ added in v0.1.1
func (*EcsDriver) Attach_Containertask_DryRun ¶ added in v0.1.1
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 (*EcsDriver) Delete_Containertask_DryRun ¶ added in v0.1.1
func (*EcsDriver) Detach_Containertask ¶ added in v0.1.1
func (*EcsDriver) Detach_Containertask_DryRun ¶ added in v0.1.1
func (*EcsDriver) Start_Containertask ¶ added in v0.1.1
func (*EcsDriver) Start_Containertask_DryRun ¶ added in v0.1.1
func (*EcsDriver) Stop_Containertask ¶ added in v0.1.1
func (*EcsDriver) Stop_Containertask_DryRun ¶ added in v0.1.1
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 ¶
func (*IamDriver) Attach_Policy ¶
func (*IamDriver) Attach_Policy_DryRun ¶
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 (*IamDriver) Create_Accesskey_DryRun ¶ added in v0.0.20
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_Policy ¶ added in v0.0.23
func (*IamDriver) Create_Policy_DryRun ¶ added in v0.0.23
func (*IamDriver) Create_Role ¶ added in v0.0.23
func (*IamDriver) Create_Role_DryRun ¶ added in v0.0.23
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_Policy ¶ added in v0.0.23
func (d *IamDriver) Delete_Policy(ctx driver.Context, params map[string]interface{}) (interface{}, error)
This function was auto generated
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)
This function was auto generated
func (*IamDriver) Delete_Role ¶ added in v0.0.23
func (*IamDriver) Delete_Role_DryRun ¶ added in v0.0.23
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_Policy ¶
func (*IamDriver) Detach_Policy_DryRun ¶
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
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
func (*RdsDriver) Check_Database ¶ added in v0.1.0
func (*RdsDriver) Check_Database_DryRun ¶ added in v0.1.0
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
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 ¶
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 (*S3Driver) Create_S3object_DryRun ¶ added in v0.0.22
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) Update_Bucket ¶ added in v0.0.25
func (*S3Driver) Update_Bucket_DryRun ¶ added in v0.0.25
type SnsDriver ¶
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
type SqsDriver ¶
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