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 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 NewEc2Driver(api ec2iface.EC2API) 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 AutoscalingDriver
- func (d *AutoscalingDriver) Check_Scalinggroup(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Check_Scalinggroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Launchconfiguration(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Launchconfiguration_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalinggroup(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalinggroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalingpolicy(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Create_Scalingpolicy_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Launchconfiguration(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Launchconfiguration_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalinggroup(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalinggroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalingpolicy(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Delete_Scalingpolicy_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *AutoscalingDriver) Update_Scalinggroup_DryRun(params map[string]interface{}) (interface{}, error)
- type CloudformationDriver
- func (d *CloudformationDriver) Create_Stack(params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Create_Stack_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Delete_Stack(params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Delete_Stack_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *CloudformationDriver) Update_Stack_DryRun(params map[string]interface{}) (interface{}, error)
- type CloudfrontDriver
- func (d *CloudfrontDriver) Check_Distribution(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Check_Distribution_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Create_Distribution(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Create_Distribution_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Delete_Distribution(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Delete_Distribution_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *CloudfrontDriver) Update_Distribution_DryRun(params map[string]interface{}) (interface{}, error)
- type CloudwatchDriver
- func (d *CloudwatchDriver) Attach_Alarm(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Attach_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Create_Alarm(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Create_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Delete_Alarm(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Delete_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Detach_Alarm(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Detach_Alarm_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Start_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Stop_Alarm(params map[string]interface{}) (interface{}, error)
- func (d *CloudwatchDriver) Stop_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
- type Ec2Driver
- func (d *Ec2Driver) Attach_Elasticip(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Elasticip_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Internetgateway(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Routetable(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Routetable_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Volume(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Attach_Volume_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Check_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Image(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Image_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Snapshot(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Copy_Snapshot_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Elasticip(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Elasticip_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Internetgateway(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Keypair(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Keypair_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Route(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Route_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Routetable(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Routetable_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Snapshot(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Snapshot_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Subnet(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Subnet_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Tag(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Tag_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Volume(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Volume_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Vpc(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Create_Vpc_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Elasticip(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Elasticip_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Image(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Image_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Internetgateway(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Keypair(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Keypair_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Route(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Route_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Routetable(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Routetable_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Snapshot(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Snapshot_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Subnet(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Subnet_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Tag(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Tag_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Volume(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Volume_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Vpc(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Delete_Vpc_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Elasticip(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Elasticip_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Internetgateway(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Routetable(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Routetable_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Volume(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Detach_Volume_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Import_Image(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Import_Image_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Start_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Stop_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Stop_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Securitygroup(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Securitygroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Subnet(params map[string]interface{}) (interface{}, error)
- func (d *Ec2Driver) Update_Subnet_DryRun(params map[string]interface{}) (interface{}, error)
- type Elbv2Driver
- func (d *Elbv2Driver) Attach_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Attach_Instance_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Check_Loadbalancer(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Check_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Listener(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Listener_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Loadbalancer(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Targetgroup(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Create_Targetgroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Listener(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Listener_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Loadbalancer(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Targetgroup(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Delete_Targetgroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Detach_Instance(params map[string]interface{}) (interface{}, error)
- func (d *Elbv2Driver) Detach_Instance_DryRun(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)
- type IamDriver
- func (d *IamDriver) Attach_Policy(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Policy_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Role(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_Role_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_User(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Attach_User_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Accesskey(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Accesskey_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Group(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Group_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Instanceprofile(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Instanceprofile_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Loginprofile(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Loginprofile_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Policy(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Policy_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Role(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_Role_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_User(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Create_User_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Accesskey(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Accesskey_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Group(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Group_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Instanceprofile(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Instanceprofile_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Loginprofile(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Loginprofile_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Policy(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Policy_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Role(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_Role_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_User(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Delete_User_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Policy(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Policy_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Role(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_Role_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_User(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Detach_User_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *IamDriver) Update_Loginprofile_DryRun(params map[string]interface{}) (interface{}, error)
- type LambdaDriver
- func (d *LambdaDriver) Create_Function(params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Create_Function_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Delete_Function(params map[string]interface{}) (interface{}, error)
- func (d *LambdaDriver) Delete_Function_DryRun(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) Create_Database(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Database_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Dbsubnetgroup(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Create_Dbsubnetgroup_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Database(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Database_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Dbsubnetgroup(params map[string]interface{}) (interface{}, error)
- func (d *RdsDriver) Delete_Dbsubnetgroup_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Record_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Zone(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Create_Zone_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Record(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Record_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Zone(params map[string]interface{}) (interface{}, error)
- func (d *Route53Driver) Delete_Zone_DryRun(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)
- type S3Driver
- func (d *S3Driver) Create_Bucket(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_Bucket_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_S3object(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Create_S3object_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_Bucket(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_Bucket_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_S3object(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Delete_S3object_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_Bucket_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_S3object(params map[string]interface{}) (interface{}, error)
- func (d *S3Driver) Update_S3object_DryRun(params map[string]interface{}) (interface{}, error)
- type SnsDriver
- func (d *SnsDriver) Create_Subscription(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Subscription_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Topic(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Create_Topic_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Subscription(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Subscription_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Topic(params map[string]interface{}) (interface{}, error)
- func (d *SnsDriver) Delete_Topic_DryRun(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(params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Create_Queue_DryRun(params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Delete_Queue(params map[string]interface{}) (interface{}, error)
- func (d *SqsDriver) Delete_Queue_DryRun(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 APIPerTemplateDefName = map[string]string{}/* 118 elements not displayed */
var AWSTemplatesDefinitions = map[string]template.Definition{}/* 118 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 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 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 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(params map[string]interface{}) (interface{}, error)
func (*AutoscalingDriver) Check_Scalinggroup_DryRun ¶ added in v0.0.23
func (d *AutoscalingDriver) Check_Scalinggroup_DryRun(params map[string]interface{}) (interface{}, error)
func (*AutoscalingDriver) Create_Launchconfiguration ¶ added in v0.0.23
func (d *AutoscalingDriver) Create_Launchconfiguration(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Check_Distribution_DryRun ¶ added in v0.0.25
func (d *CloudfrontDriver) Check_Distribution_DryRun(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Create_Distribution ¶ added in v0.0.25
func (d *CloudfrontDriver) Create_Distribution(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Create_Distribution_DryRun ¶ added in v0.0.25
func (d *CloudfrontDriver) Create_Distribution_DryRun(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Delete_Distribution ¶ added in v0.0.25
func (d *CloudfrontDriver) Delete_Distribution(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Delete_Distribution_DryRun ¶ added in v0.0.25
func (d *CloudfrontDriver) Delete_Distribution_DryRun(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(params map[string]interface{}) (interface{}, error)
func (*CloudfrontDriver) Update_Distribution_DryRun ¶ added in v0.0.25
func (d *CloudfrontDriver) Update_Distribution_DryRun(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(params map[string]interface{}) (interface{}, error)
func (*CloudwatchDriver) Attach_Alarm_DryRun ¶ added in v0.0.23
func (d *CloudwatchDriver) Attach_Alarm_DryRun(params map[string]interface{}) (interface{}, error)
func (*CloudwatchDriver) Create_Alarm ¶ added in v0.0.23
func (d *CloudwatchDriver) Create_Alarm(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(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(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(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(params map[string]interface{}) (interface{}, error)
func (*CloudwatchDriver) Detach_Alarm_DryRun ¶ added in v0.0.23
func (d *CloudwatchDriver) Detach_Alarm_DryRun(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(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(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(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(params map[string]interface{}) (interface{}, error)
This function was auto generated
type Ec2Driver ¶
func (*Ec2Driver) Attach_Elasticip ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Attach_Elasticip_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Attach_Internetgateway ¶
This function was auto generated
func (*Ec2Driver) Attach_Internetgateway_DryRun ¶
func (d *Ec2Driver) Attach_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Ec2Driver) Attach_Routetable ¶
This function was auto generated
func (*Ec2Driver) Attach_Routetable_DryRun ¶
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 ¶
This function was auto generated
func (*Ec2Driver) Attach_Volume_DryRun ¶
This function was auto generated
func (*Ec2Driver) Check_Instance ¶
func (*Ec2Driver) Check_Instance_DryRun ¶
func (*Ec2Driver) Check_Securitygroup ¶ added in v0.0.22
func (*Ec2Driver) Check_Securitygroup_DryRun ¶ added in v0.0.22
func (*Ec2Driver) Copy_Image ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Copy_Image_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Copy_Snapshot ¶ added in v0.0.24
This function was auto generated
func (*Ec2Driver) Copy_Snapshot_DryRun ¶ added in v0.0.24
This function was auto generated
func (*Ec2Driver) Create_Elasticip ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Create_Elasticip_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Create_Instance ¶
This function was auto generated
func (*Ec2Driver) Create_Instance_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Internetgateway ¶
This function was auto generated
func (*Ec2Driver) Create_Internetgateway_DryRun ¶
func (d *Ec2Driver) Create_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Ec2Driver) Create_Keypair ¶
func (*Ec2Driver) Create_Keypair_DryRun ¶
func (*Ec2Driver) Create_Route ¶
This function was auto generated
func (*Ec2Driver) Create_Route_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Routetable ¶
This function was auto generated
func (*Ec2Driver) Create_Routetable_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Securitygroup ¶
This function was auto generated
func (*Ec2Driver) Create_Securitygroup_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Snapshot ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Create_Snapshot_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Create_Subnet ¶
This function was auto generated
func (*Ec2Driver) Create_Subnet_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Tag ¶
func (*Ec2Driver) Create_Tag_DryRun ¶
func (*Ec2Driver) Create_Volume ¶
This function was auto generated
func (*Ec2Driver) Create_Volume_DryRun ¶
This function was auto generated
func (*Ec2Driver) Create_Vpc ¶
This function was auto generated
func (*Ec2Driver) Create_Vpc_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Elasticip ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Delete_Elasticip_DryRun ¶ added in v0.0.23
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 ¶
This function was auto generated
func (*Ec2Driver) Delete_Instance_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Internetgateway ¶
This function was auto generated
func (*Ec2Driver) Delete_Internetgateway_DryRun ¶
func (d *Ec2Driver) Delete_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Ec2Driver) Delete_Keypair ¶
This function was auto generated
func (*Ec2Driver) Delete_Keypair_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Route ¶
This function was auto generated
func (*Ec2Driver) Delete_Route_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Routetable ¶
This function was auto generated
func (*Ec2Driver) Delete_Routetable_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Securitygroup ¶
This function was auto generated
func (*Ec2Driver) Delete_Securitygroup_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Snapshot ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Delete_Snapshot_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Delete_Subnet ¶
This function was auto generated
func (*Ec2Driver) Delete_Subnet_DryRun ¶
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 ¶
This function was auto generated
func (*Ec2Driver) Delete_Volume_DryRun ¶
This function was auto generated
func (*Ec2Driver) Delete_Vpc ¶
This function was auto generated
func (*Ec2Driver) Delete_Vpc_DryRun ¶
This function was auto generated
func (*Ec2Driver) Detach_Elasticip ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Detach_Elasticip_DryRun ¶ added in v0.0.23
This function was auto generated
func (*Ec2Driver) Detach_Internetgateway ¶
This function was auto generated
func (*Ec2Driver) Detach_Internetgateway_DryRun ¶
func (d *Ec2Driver) Detach_Internetgateway_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Ec2Driver) Detach_Routetable ¶
This function was auto generated
func (*Ec2Driver) Detach_Routetable_DryRun ¶
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 ¶
This function was auto generated
func (*Ec2Driver) Detach_Volume_DryRun ¶
This function was auto generated
func (*Ec2Driver) Import_Image ¶ added in v0.0.24
This function was auto generated
func (*Ec2Driver) Import_Image_DryRun ¶ added in v0.0.24
This function was auto generated
func (*Ec2Driver) Start_Instance ¶
This function was auto generated
func (*Ec2Driver) Start_Instance_DryRun ¶
This function was auto generated
func (*Ec2Driver) Stop_Instance ¶
This function was auto generated
func (*Ec2Driver) Stop_Instance_DryRun ¶
This function was auto generated
func (*Ec2Driver) Update_Instance ¶
This function was auto generated
func (*Ec2Driver) Update_Instance_DryRun ¶
This function was auto generated
func (*Ec2Driver) Update_Securitygroup ¶
func (*Ec2Driver) Update_Securitygroup_DryRun ¶
func (*Ec2Driver) Update_Subnet ¶
This function was auto generated
func (*Ec2Driver) Update_Subnet_DryRun ¶
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(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(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(params map[string]interface{}) (interface{}, error)
func (*Elbv2Driver) Check_Loadbalancer_DryRun ¶ added in v0.0.22
func (d *Elbv2Driver) Check_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
func (*Elbv2Driver) Create_Listener ¶
func (d *Elbv2Driver) Create_Listener(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Create_Listener_DryRun ¶
func (d *Elbv2Driver) Create_Listener_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Create_Loadbalancer ¶
func (d *Elbv2Driver) Create_Loadbalancer(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Create_Loadbalancer_DryRun ¶
func (d *Elbv2Driver) Create_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Create_Targetgroup ¶
func (d *Elbv2Driver) Create_Targetgroup(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Create_Targetgroup_DryRun ¶
func (d *Elbv2Driver) Create_Targetgroup_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Listener ¶
func (d *Elbv2Driver) Delete_Listener(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Listener_DryRun ¶
func (d *Elbv2Driver) Delete_Listener_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Loadbalancer ¶
func (d *Elbv2Driver) Delete_Loadbalancer(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Loadbalancer_DryRun ¶
func (d *Elbv2Driver) Delete_Loadbalancer_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Targetgroup ¶
func (d *Elbv2Driver) Delete_Targetgroup(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Elbv2Driver) Delete_Targetgroup_DryRun ¶
func (d *Elbv2Driver) Delete_Targetgroup_DryRun(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(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(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)
type IamDriver ¶
func (*IamDriver) Attach_Policy ¶
func (*IamDriver) Attach_Policy_DryRun ¶
func (*IamDriver) Attach_Role ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Attach_Role_DryRun ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Attach_User ¶
This function was auto generated
func (*IamDriver) Attach_User_DryRun ¶
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 ¶
This function was auto generated
func (*IamDriver) Create_Group_DryRun ¶
This function was auto generated
func (*IamDriver) Create_Instanceprofile ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Create_Instanceprofile_DryRun ¶ added in v0.0.23
func (d *IamDriver) Create_Instanceprofile_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*IamDriver) Create_Loginprofile ¶ added in v0.0.24
This function was auto generated
func (*IamDriver) Create_Loginprofile_DryRun ¶ added in v0.0.24
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 ¶
This function was auto generated
func (*IamDriver) Create_User_DryRun ¶
This function was auto generated
func (*IamDriver) Delete_Accesskey ¶ added in v0.0.20
This function was auto generated
func (*IamDriver) Delete_Accesskey_DryRun ¶ added in v0.0.20
This function was auto generated
func (*IamDriver) Delete_Group ¶
This function was auto generated
func (*IamDriver) Delete_Group_DryRun ¶
This function was auto generated
func (*IamDriver) Delete_Instanceprofile ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Delete_Instanceprofile_DryRun ¶ added in v0.0.23
func (d *IamDriver) Delete_Instanceprofile_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*IamDriver) Delete_Loginprofile ¶ added in v0.0.24
This function was auto generated
func (*IamDriver) Delete_Loginprofile_DryRun ¶ added in v0.0.24
This function was auto generated
func (*IamDriver) Delete_Policy ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Delete_Policy_DryRun ¶ added in v0.0.23
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 ¶
This function was auto generated
func (*IamDriver) Delete_User_DryRun ¶
This function was auto generated
func (*IamDriver) Detach_Policy ¶
func (*IamDriver) Detach_Policy_DryRun ¶
func (*IamDriver) Detach_Role ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Detach_Role_DryRun ¶ added in v0.0.23
This function was auto generated
func (*IamDriver) Detach_User ¶
This function was auto generated
func (*IamDriver) Detach_User_DryRun ¶
This function was auto generated
func (*IamDriver) Update_Loginprofile ¶ added in v0.0.24
This function was auto generated
func (*IamDriver) Update_Loginprofile_DryRun ¶ added in v0.0.24
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(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(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(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(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) Create_Database ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Create_Database_DryRun ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Create_Dbsubnetgroup ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Create_Dbsubnetgroup_DryRun ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Delete_Database ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Delete_Database_DryRun ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Delete_Dbsubnetgroup ¶ added in v0.0.20
This function was auto generated
func (*RdsDriver) Delete_Dbsubnetgroup_DryRun ¶ added in v0.0.20
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(params map[string]interface{}) (interface{}, error)
func (*Route53Driver) Create_Record_DryRun ¶
func (d *Route53Driver) Create_Record_DryRun(params map[string]interface{}) (interface{}, error)
func (*Route53Driver) Create_Zone ¶
func (d *Route53Driver) Create_Zone(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Route53Driver) Create_Zone_DryRun ¶
func (d *Route53Driver) Create_Zone_DryRun(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Route53Driver) Delete_Record ¶
func (d *Route53Driver) Delete_Record(params map[string]interface{}) (interface{}, error)
func (*Route53Driver) Delete_Record_DryRun ¶
func (d *Route53Driver) Delete_Record_DryRun(params map[string]interface{}) (interface{}, error)
func (*Route53Driver) Delete_Zone ¶
func (d *Route53Driver) Delete_Zone(params map[string]interface{}) (interface{}, error)
This function was auto generated
func (*Route53Driver) Delete_Zone_DryRun ¶
func (d *Route53Driver) Delete_Zone_DryRun(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)
type S3Driver ¶
func (*S3Driver) Create_Bucket ¶
This function was auto generated
func (*S3Driver) Create_Bucket_DryRun ¶
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 ¶
This function was auto generated
func (*S3Driver) Delete_Bucket_DryRun ¶
This function was auto generated
func (*S3Driver) Delete_S3object ¶ added in v0.0.22
This function was auto generated
func (*S3Driver) Delete_S3object_DryRun ¶ added in v0.0.22
This function was auto generated
func (*S3Driver) Update_Bucket ¶ added in v0.0.25
func (*S3Driver) Update_Bucket_DryRun ¶ added in v0.0.25
func (*S3Driver) Update_S3object ¶ added in v0.0.25
This function was auto generated
func (*S3Driver) Update_S3object_DryRun ¶ added in v0.0.25
This function was auto generated
type SnsDriver ¶
func (*SnsDriver) Create_Subscription ¶
This function was auto generated
func (*SnsDriver) Create_Subscription_DryRun ¶
This function was auto generated
func (*SnsDriver) Create_Topic ¶
This function was auto generated
func (*SnsDriver) Create_Topic_DryRun ¶
This function was auto generated
func (*SnsDriver) Delete_Subscription ¶
This function was auto generated
func (*SnsDriver) Delete_Subscription_DryRun ¶
This function was auto generated
func (*SnsDriver) Delete_Topic ¶
This function was auto generated
func (*SnsDriver) Delete_Topic_DryRun ¶
This function was auto generated
type SqsDriver ¶
func (*SqsDriver) Create_Queue ¶
This function was auto generated
func (*SqsDriver) Create_Queue_DryRun ¶
This function was auto generated
func (*SqsDriver) Delete_Queue ¶
This function was auto generated
func (*SqsDriver) Delete_Queue_DryRun ¶
This function was auto generated