Versions in this module Expand all Collapse all v1 v1.1.9 Jun 14, 2023 v1.1.8 Jun 14, 2023 v1.1.7 Jun 14, 2023 v1.1.6 Jun 14, 2023 v1.1.5 Oct 17, 2022 v1.1.4 Sep 5, 2022 v1.1.3 Sep 5, 2022 v1.1.2 Oct 19, 2021 v1.1.1 Oct 14, 2021 v1.1.0 Oct 15, 2021 v1.0.0 Apr 9, 2018 Changes in this version + const APIVersion + type AuthorizeDBSecurityGroupIngress struct + Cidr string + DBSecurityGroupName string + EC2SecurityGroupId string + EC2SecurityGroupName string + EC2SecurityGroupOwnerId string + type CreateDBInstance struct + AllocatedStorage int + AvailabilityZone string + BackupRetentionPeriod int + DBInstanceClass string + DBInstanceIdentifier string + DBName string + DBParameterGroupName string + DBSecurityGroupNames []string + DBSubnetGroupName string + Engine string + EngineVersion string + Iops int + MasterUserPassword string + MasterUsername string + MultiAZ bool + Port int + PreferredBackupWindow string + PreferredMaintenanceWindow string + PubliclyAccessible bool + SetAllocatedStorage bool + SetBackupRetentionPeriod bool + SetIops bool + SetPort bool + StorageEncrypted bool + StorageType string + VpcSecurityGroupIds []string + type CreateDBParameterGroup struct + DBParameterGroupFamily string + DBParameterGroupName string + Description string + type CreateDBSecurityGroup struct + DBSecurityGroupDescription string + DBSecurityGroupName string + type CreateDBSubnetGroup struct + DBSubnetGroupDescription string + DBSubnetGroupName string + SubnetIds []string + type DBInstance struct + Address string + AllocatedStorage int + AvailabilityZone string + BackupRetentionPeriod int + DBInstanceClass string + DBInstanceIdentifier string + DBInstanceStatus string + DBName string + DBParameterGroupName string + DBSecurityGroupNames []string + DBSubnetGroup DBSubnetGroup + Engine string + EngineVersion string + MasterUsername string + MultiAZ bool + Port int + PreferredBackupWindow string + PreferredMaintenanceWindow string + StorageEncrypted bool + StorageType string + VpcSecurityGroupIds []string + type DBParameterGroup struct + DBParameterGroupFamily string + DBParameterGroupName string + Description string + type DBSecurityGroup struct + CidrIps []string + CidrStatuses []string + Description string + EC2SecurityGroupIds []string + EC2SecurityGroupNames []string + EC2SecurityGroupOwnerIds []string + EC2SecurityGroupStatuses []string + Name string + type DBSnapshot struct + AllocatedStorage int + AvailabilityZone string + DBInstanceIdentifier string + DBSnapshotIdentifier string + Engine string + EngineVersion string + InstanceCreateTime string + Iops int + LicenseModel string + MasterUsername string + OptionGroupName string + PercentProgress int + Port int + SnapshotCreateTime string + SnapshotType string + SourceRegion string + Status string + VpcId string + type DBSubnetGroup struct + Description string + Name string + Status string + SubnetIds []string + VpcId string + type DeleteDBInstance struct + DBInstanceIdentifier string + FinalDBSnapshotIdentifier string + SkipFinalSnapshot bool + type DeleteDBParameterGroup struct + DBParameterGroupName string + type DeleteDBSecurityGroup struct + DBSecurityGroupName string + type DeleteDBSubnetGroup struct + DBSubnetGroupName string + type DescribeDBInstances struct + DBInstanceIdentifier string + type DescribeDBInstancesResp struct + DBInstances []DBInstance + RequestId string + type DescribeDBParameterGroups struct + DBParameterGroupName string + type DescribeDBParameterGroupsResp struct + DBParameterGroups []DBParameterGroup + RequestId string + type DescribeDBParameters struct + DBParameterGroupName string + Source string + type DescribeDBParametersResp struct + Parameters []Parameter + RequestId string + type DescribeDBSecurityGroups struct + DBSecurityGroupName string + type DescribeDBSecurityGroupsResp struct + DBSecurityGroups []DBSecurityGroup + RequestId string + type DescribeDBSnapshots struct + DBInstanceIdentifier string + DBSnapshotIdentifier string + SnapshotType string + type DescribeDBSnapshotsResp struct + DBSnapshots []DBSnapshot + RequestId string + type DescribeDBSubnetGroups struct + DBSubnetGroupName string + type DescribeDBSubnetGroupsResp struct + DBSubnetGroups []DBSubnetGroup + RequestId string + type Error struct + Code string + Message string + StatusCode int + func (e *Error) Error() string + type ModifyDBParameterGroup struct + DBParameterGroupName string + Parameters []Parameter + type Parameter struct + ApplyMethod string + ParameterName string + ParameterValue string + type Rds struct + func New(auth aws.Auth, region aws.Region) *Rds + func NewWithClient(auth aws.Auth, region aws.Region, httpClient *http.Client) *Rds + func (rds *Rds) AuthorizeDBSecurityGroupIngress(options *AuthorizeDBSecurityGroupIngress) (resp *SimpleResp, err error) + func (rds *Rds) CreateDBInstance(options *CreateDBInstance) (resp *SimpleResp, err error) + func (rds *Rds) CreateDBParameterGroup(options *CreateDBParameterGroup) (resp *SimpleResp, err error) + func (rds *Rds) CreateDBSecurityGroup(options *CreateDBSecurityGroup) (resp *SimpleResp, err error) + func (rds *Rds) CreateDBSubnetGroup(options *CreateDBSubnetGroup) (resp *SimpleResp, err error) + func (rds *Rds) DeleteDBInstance(options *DeleteDBInstance) (resp *SimpleResp, err error) + func (rds *Rds) DeleteDBParameterGroup(options *DeleteDBParameterGroup) (resp *SimpleResp, err error) + func (rds *Rds) DeleteDBSecurityGroup(options *DeleteDBSecurityGroup) (resp *SimpleResp, err error) + func (rds *Rds) DeleteDBSubnetGroup(options *DeleteDBSubnetGroup) (resp *SimpleResp, err error) + func (rds *Rds) DescribeDBInstances(options *DescribeDBInstances) (resp *DescribeDBInstancesResp, err error) + func (rds *Rds) DescribeDBParameterGroups(options *DescribeDBParameterGroups) (resp *DescribeDBParameterGroupsResp, err error) + func (rds *Rds) DescribeDBParameters(options *DescribeDBParameters) (resp *DescribeDBParametersResp, err error) + func (rds *Rds) DescribeDBSecurityGroups(options *DescribeDBSecurityGroups) (resp *DescribeDBSecurityGroupsResp, err error) + func (rds *Rds) DescribeDBSnapshots(options *DescribeDBSnapshots) (resp *DescribeDBSnapshotsResp, err error) + func (rds *Rds) DescribeDBSubnetGroups(options *DescribeDBSubnetGroups) (resp *DescribeDBSubnetGroupsResp, err error) + func (rds *Rds) ModifyDBParameterGroup(options *ModifyDBParameterGroup) (resp *SimpleResp, err error) + func (rds *Rds) RestoreDBInstanceFromDBSnapshot(options *RestoreDBInstanceFromDBSnapshot) (resp *SimpleResp, err error) + type RestoreDBInstanceFromDBSnapshot struct + AutoMinorVersionUpgrade bool + AvailabilityZone string + DBInstanceClass string + DBInstanceIdentifier string + DBName string + DBSnapshotIdentifier string + DBSubnetGroupName string + Engine string + Iops int + LicenseModel string + MultiAZ bool + OptionGroupName string + Port int + PubliclyAccessible bool + SetIops bool + SetPort bool + type SimpleResp struct + RequestId string