Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type AccountQuota struct + AccountQuotaName *string + Max *int64 + Used *int64 + type AddSourceIdentifierToSubscriptionInput struct + SourceIdentifier *string + SubscriptionName *string + type AddSourceIdentifierToSubscriptionOutput struct + EventSubscription *EventSubscription + type AddTagsToResourceInput struct + ResourceName *string + Tags []*Tag + type AddTagsToResourceOutput struct + type ApplyPendingMaintenanceActionInput struct + ApplyAction *string + OptInType *string + ResourceIdentifier *string + type ApplyPendingMaintenanceActionOutput struct + ResourcePendingMaintenanceActions *ResourcePendingMaintenanceActions + type AuthorizeDBSecurityGroupIngressInput struct + CIDRIP *string + DBSecurityGroupName *string + EC2SecurityGroupID *string + EC2SecurityGroupName *string + EC2SecurityGroupOwnerID *string + type AuthorizeDBSecurityGroupIngressOutput struct + DBSecurityGroup *DBSecurityGroup + type AvailabilityZone struct + Name *string + type Certificate struct + CertificateIdentifier *string + CertificateType *string + Thumbprint *string + ValidFrom *time.Time + ValidTill *time.Time + type CharacterSet struct + CharacterSetDescription *string + CharacterSetName *string + type CopyDBParameterGroupInput struct + SourceDBParameterGroupIdentifier *string + Tags []*Tag + TargetDBParameterGroupDescription *string + TargetDBParameterGroupIdentifier *string + type CopyDBParameterGroupOutput struct + DBParameterGroup *DBParameterGroup + type CopyDBSnapshotInput struct + SourceDBSnapshotIdentifier *string + Tags []*Tag + TargetDBSnapshotIdentifier *string + type CopyDBSnapshotOutput struct + DBSnapshot *DBSnapshot + type CopyOptionGroupInput struct + SourceOptionGroupIdentifier *string + Tags []*Tag + TargetOptionGroupDescription *string + TargetOptionGroupIdentifier *string + type CopyOptionGroupOutput struct + OptionGroup *OptionGroup + type CreateDBInstanceInput struct + AllocatedStorage *int64 + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + BackupRetentionPeriod *int64 + CharacterSetName *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBName *string + DBParameterGroupName *string + DBSecurityGroups []*string + DBSubnetGroupName *string + Engine *string + EngineVersion *string + IOPS *int64 + KMSKeyID *string + LicenseModel *string + MasterUserPassword *string + MasterUsername *string + MultiAZ *bool + OptionGroupName *string + Port *int64 + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + StorageEncrypted *bool + StorageType *string + TDECredentialARN *string + TDECredentialPassword *string + Tags []*Tag + VPCSecurityGroupIDs []*string + type CreateDBInstanceOutput struct + DBInstance *DBInstance + type CreateDBInstanceReadReplicaInput struct + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBSubnetGroupName *string + IOPS *int64 + OptionGroupName *string + Port *int64 + PubliclyAccessible *bool + SourceDBInstanceIdentifier *string + StorageType *string + Tags []*Tag + type CreateDBInstanceReadReplicaOutput struct + DBInstance *DBInstance + type CreateDBParameterGroupInput struct + DBParameterGroupFamily *string + DBParameterGroupName *string + Description *string + Tags []*Tag + type CreateDBParameterGroupOutput struct + DBParameterGroup *DBParameterGroup + type CreateDBSecurityGroupInput struct + DBSecurityGroupDescription *string + DBSecurityGroupName *string + Tags []*Tag + type CreateDBSecurityGroupOutput struct + DBSecurityGroup *DBSecurityGroup + type CreateDBSnapshotInput struct + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + Tags []*Tag + type CreateDBSnapshotOutput struct + DBSnapshot *DBSnapshot + type CreateDBSubnetGroupInput struct + DBSubnetGroupDescription *string + DBSubnetGroupName *string + SubnetIDs []*string + Tags []*Tag + type CreateDBSubnetGroupOutput struct + DBSubnetGroup *DBSubnetGroup + type CreateEventSubscriptionInput struct + Enabled *bool + EventCategories []*string + SNSTopicARN *string + SourceIDs []*string + SourceType *string + SubscriptionName *string + Tags []*Tag + type CreateEventSubscriptionOutput struct + EventSubscription *EventSubscription + type CreateOptionGroupInput struct + EngineName *string + MajorEngineVersion *string + OptionGroupDescription *string + OptionGroupName *string + Tags []*Tag + type CreateOptionGroupOutput struct + OptionGroup *OptionGroup + type DBEngineVersion struct + DBEngineDescription *string + DBEngineVersionDescription *string + DBParameterGroupFamily *string + DefaultCharacterSet *CharacterSet + Engine *string + EngineVersion *string + SupportedCharacterSets []*CharacterSet + type DBInstance struct + AllocatedStorage *int64 + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + BackupRetentionPeriod *int64 + CACertificateIdentifier *string + CharacterSetName *string + DBIResourceID *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBInstanceStatus *string + DBName *string + DBParameterGroups []*DBParameterGroupStatus + DBSecurityGroups []*DBSecurityGroupMembership + DBSubnetGroup *DBSubnetGroup + Endpoint *Endpoint + Engine *string + EngineVersion *string + IOPS *int64 + InstanceCreateTime *time.Time + KMSKeyID *string + LatestRestorableTime *time.Time + LicenseModel *string + MasterUsername *string + MultiAZ *bool + OptionGroupMemberships []*OptionGroupMembership + PendingModifiedValues *PendingModifiedValues + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + ReadReplicaDBInstanceIdentifiers []*string + ReadReplicaSourceDBInstanceIdentifier *string + SecondaryAvailabilityZone *string + StatusInfos []*DBInstanceStatusInfo + StorageEncrypted *bool + StorageType *string + TDECredentialARN *string + VPCSecurityGroups []*VPCSecurityGroupMembership + type DBInstanceStatusInfo struct + Message *string + Normal *bool + Status *string + StatusType *string + type DBParameterGroup struct + DBParameterGroupFamily *string + DBParameterGroupName *string + Description *string + type DBParameterGroupNameMessage struct + DBParameterGroupName *string + type DBParameterGroupStatus struct + DBParameterGroupName *string + ParameterApplyStatus *string + type DBSecurityGroup struct + DBSecurityGroupDescription *string + DBSecurityGroupName *string + EC2SecurityGroups []*EC2SecurityGroup + IPRanges []*IPRange + OwnerID *string + VPCID *string + type DBSecurityGroupMembership struct + DBSecurityGroupName *string + Status *string + type DBSnapshot struct + AllocatedStorage *int64 + AvailabilityZone *string + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + Encrypted *bool + Engine *string + EngineVersion *string + IOPS *int64 + InstanceCreateTime *time.Time + KMSKeyID *string + LicenseModel *string + MasterUsername *string + OptionGroupName *string + PercentProgress *int64 + Port *int64 + SnapshotCreateTime *time.Time + SnapshotType *string + SourceRegion *string + Status *string + StorageType *string + TDECredentialARN *string + VPCID *string + type DBSubnetGroup struct + DBSubnetGroupDescription *string + DBSubnetGroupName *string + SubnetGroupStatus *string + Subnets []*Subnet + VPCID *string + type DeleteDBInstanceInput struct + DBInstanceIdentifier *string + FinalDBSnapshotIdentifier *string + SkipFinalSnapshot *bool + type DeleteDBInstanceOutput struct + DBInstance *DBInstance + type DeleteDBParameterGroupInput struct + DBParameterGroupName *string + type DeleteDBParameterGroupOutput struct + type DeleteDBSecurityGroupInput struct + DBSecurityGroupName *string + type DeleteDBSecurityGroupOutput struct + type DeleteDBSnapshotInput struct + DBSnapshotIdentifier *string + type DeleteDBSnapshotOutput struct + DBSnapshot *DBSnapshot + type DeleteDBSubnetGroupInput struct + DBSubnetGroupName *string + type DeleteDBSubnetGroupOutput struct + type DeleteEventSubscriptionInput struct + SubscriptionName *string + type DeleteEventSubscriptionOutput struct + EventSubscription *EventSubscription + type DeleteOptionGroupInput struct + OptionGroupName *string + type DeleteOptionGroupOutput struct + type DescribeAccountAttributesInput struct + type DescribeAccountAttributesOutput struct + AccountQuotas []*AccountQuota + type DescribeCertificatesInput struct + CertificateIdentifier *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeCertificatesOutput struct + Certificates []*Certificate + Marker *string + type DescribeDBEngineVersionsInput struct + DBParameterGroupFamily *string + DefaultOnly *bool + Engine *string + EngineVersion *string + Filters []*Filter + ListSupportedCharacterSets *bool + Marker *string + MaxRecords *int64 + type DescribeDBEngineVersionsOutput struct + DBEngineVersions []*DBEngineVersion + Marker *string + type DescribeDBInstancesInput struct + DBInstanceIdentifier *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeDBInstancesOutput struct + DBInstances []*DBInstance + Marker *string + type DescribeDBLogFilesDetails struct + LastWritten *int64 + LogFileName *string + Size *int64 + type DescribeDBLogFilesInput struct + DBInstanceIdentifier *string + FileLastWritten *int64 + FileSize *int64 + FilenameContains *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeDBLogFilesOutput struct + DescribeDBLogFiles []*DescribeDBLogFilesDetails + Marker *string + type DescribeDBParameterGroupsInput struct + DBParameterGroupName *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeDBParameterGroupsOutput struct + DBParameterGroups []*DBParameterGroup + Marker *string + type DescribeDBParametersInput struct + DBParameterGroupName *string + Filters []*Filter + Marker *string + MaxRecords *int64 + Source *string + type DescribeDBParametersOutput struct + Marker *string + Parameters []*Parameter + type DescribeDBSecurityGroupsInput struct + DBSecurityGroupName *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeDBSecurityGroupsOutput struct + DBSecurityGroups []*DBSecurityGroup + Marker *string + type DescribeDBSnapshotsInput struct + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + Filters []*Filter + Marker *string + MaxRecords *int64 + SnapshotType *string + type DescribeDBSnapshotsOutput struct + DBSnapshots []*DBSnapshot + Marker *string + type DescribeDBSubnetGroupsInput struct + DBSubnetGroupName *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeDBSubnetGroupsOutput struct + DBSubnetGroups []*DBSubnetGroup + Marker *string + type DescribeEngineDefaultParametersInput struct + DBParameterGroupFamily *string + Filters []*Filter + Marker *string + MaxRecords *int64 + type DescribeEngineDefaultParametersOutput struct + EngineDefaults *EngineDefaults + type DescribeEventCategoriesInput struct + Filters []*Filter + SourceType *string + type DescribeEventCategoriesOutput struct + EventCategoriesMapList []*EventCategoriesMap + type DescribeEventSubscriptionsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + SubscriptionName *string + type DescribeEventSubscriptionsOutput struct + EventSubscriptionsList []*EventSubscription + Marker *string + type DescribeEventsInput struct + Duration *int64 + EndTime *time.Time + EventCategories []*string + Filters []*Filter + Marker *string + MaxRecords *int64 + SourceIdentifier *string + SourceType *string + StartTime *time.Time + type DescribeEventsOutput struct + Events []*Event + Marker *string + type DescribeOptionGroupOptionsInput struct + EngineName *string + Filters []*Filter + MajorEngineVersion *string + Marker *string + MaxRecords *int64 + type DescribeOptionGroupOptionsOutput struct + Marker *string + OptionGroupOptions []*OptionGroupOption + type DescribeOptionGroupsInput struct + EngineName *string + Filters []*Filter + MajorEngineVersion *string + Marker *string + MaxRecords *int64 + OptionGroupName *string + type DescribeOptionGroupsOutput struct + Marker *string + OptionGroupsList []*OptionGroup + type DescribeOrderableDBInstanceOptionsInput struct + DBInstanceClass *string + Engine *string + EngineVersion *string + Filters []*Filter + LicenseModel *string + Marker *string + MaxRecords *int64 + VPC *bool + type DescribeOrderableDBInstanceOptionsOutput struct + Marker *string + OrderableDBInstanceOptions []*OrderableDBInstanceOption + type DescribePendingMaintenanceActionsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + ResourceIdentifier *string + type DescribePendingMaintenanceActionsOutput struct + Marker *string + PendingMaintenanceActions []*ResourcePendingMaintenanceActions + type DescribeReservedDBInstancesInput struct + DBInstanceClass *string + Duration *string + Filters []*Filter + Marker *string + MaxRecords *int64 + MultiAZ *bool + OfferingType *string + ProductDescription *string + ReservedDBInstanceID *string + ReservedDBInstancesOfferingID *string + type DescribeReservedDBInstancesOfferingsInput struct + DBInstanceClass *string + Duration *string + Filters []*Filter + Marker *string + MaxRecords *int64 + MultiAZ *bool + OfferingType *string + ProductDescription *string + ReservedDBInstancesOfferingID *string + type DescribeReservedDBInstancesOfferingsOutput struct + Marker *string + ReservedDBInstancesOfferings []*ReservedDBInstancesOffering + type DescribeReservedDBInstancesOutput struct + Marker *string + ReservedDBInstances []*ReservedDBInstance + type DownloadDBLogFilePortionInput struct + DBInstanceIdentifier *string + LogFileName *string + Marker *string + NumberOfLines *int64 + type DownloadDBLogFilePortionOutput struct + AdditionalDataPending *bool + LogFileData *string + Marker *string + type EC2SecurityGroup struct + EC2SecurityGroupID *string + EC2SecurityGroupName *string + EC2SecurityGroupOwnerID *string + Status *string + type Endpoint struct + Address *string + Port *int64 + type EngineDefaults struct + DBParameterGroupFamily *string + Marker *string + Parameters []*Parameter + type Event struct + Date *time.Time + EventCategories []*string + Message *string + SourceIdentifier *string + SourceType *string + type EventCategoriesMap struct + EventCategories []*string + SourceType *string + type EventSubscription struct + CustSubscriptionID *string + CustomerAWSID *string + Enabled *bool + EventCategoriesList []*string + SNSTopicARN *string + SourceIDsList []*string + SourceType *string + Status *string + SubscriptionCreationTime *string + type Filter struct + Name *string + Values []*string + type IPRange struct + CIDRIP *string + Status *string + type ListTagsForResourceInput struct + Filters []*Filter + ResourceName *string + type ListTagsForResourceOutput struct + TagList []*Tag + type ModifyDBInstanceInput struct + AllocatedStorage *int64 + AllowMajorVersionUpgrade *bool + ApplyImmediately *bool + AutoMinorVersionUpgrade *bool + BackupRetentionPeriod *int64 + CACertificateIdentifier *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBParameterGroupName *string + DBSecurityGroups []*string + EngineVersion *string + IOPS *int64 + MasterUserPassword *string + MultiAZ *bool + NewDBInstanceIdentifier *string + OptionGroupName *string + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + StorageType *string + TDECredentialARN *string + TDECredentialPassword *string + VPCSecurityGroupIDs []*string + type ModifyDBInstanceOutput struct + DBInstance *DBInstance + type ModifyDBParameterGroupInput struct + DBParameterGroupName *string + Parameters []*Parameter + type ModifyDBSubnetGroupInput struct + DBSubnetGroupDescription *string + DBSubnetGroupName *string + SubnetIDs []*string + type ModifyDBSubnetGroupOutput struct + DBSubnetGroup *DBSubnetGroup + type ModifyEventSubscriptionInput struct + Enabled *bool + EventCategories []*string + SNSTopicARN *string + SourceType *string + SubscriptionName *string + type ModifyEventSubscriptionOutput struct + EventSubscription *EventSubscription + type ModifyOptionGroupInput struct + ApplyImmediately *bool + OptionGroupName *string + OptionsToInclude []*OptionConfiguration + OptionsToRemove []*string + type ModifyOptionGroupOutput struct + OptionGroup *OptionGroup + type Option struct + DBSecurityGroupMemberships []*DBSecurityGroupMembership + OptionDescription *string + OptionName *string + OptionSettings []*OptionSetting + Permanent *bool + Persistent *bool + Port *int64 + VPCSecurityGroupMemberships []*VPCSecurityGroupMembership + type OptionConfiguration struct + DBSecurityGroupMemberships []*string + OptionName *string + OptionSettings []*OptionSetting + Port *int64 + VPCSecurityGroupMemberships []*string + type OptionGroup struct + AllowsVPCAndNonVPCInstanceMemberships *bool + EngineName *string + MajorEngineVersion *string + OptionGroupDescription *string + OptionGroupName *string + Options []*Option + VPCID *string + type OptionGroupMembership struct + OptionGroupName *string + Status *string + type OptionGroupOption struct + DefaultPort *int64 + Description *string + EngineName *string + MajorEngineVersion *string + MinimumRequiredMinorEngineVersion *string + Name *string + OptionGroupOptionSettings []*OptionGroupOptionSetting + OptionsDependedOn []*string + Permanent *bool + Persistent *bool + PortRequired *bool + type OptionGroupOptionSetting struct + AllowedValues *string + ApplyType *string + DefaultValue *string + IsModifiable *bool + SettingDescription *string + SettingName *string + type OptionSetting struct + AllowedValues *string + ApplyType *string + DataType *string + DefaultValue *string + Description *string + IsCollection *bool + IsModifiable *bool + Name *string + Value *string + type OrderableDBInstanceOption struct + AvailabilityZones []*AvailabilityZone + DBInstanceClass *string + Engine *string + EngineVersion *string + LicenseModel *string + MultiAZCapable *bool + ReadReplicaCapable *bool + StorageType *string + SupportsIOPS *bool + SupportsStorageEncryption *bool + VPC *bool + type Parameter struct + AllowedValues *string + ApplyMethod *string + ApplyType *string + DataType *string + Description *string + IsModifiable *bool + MinimumEngineVersion *string + ParameterName *string + ParameterValue *string + Source *string + type PendingMaintenanceAction struct + Action *string + AutoAppliedAfterDate *time.Time + CurrentApplyDate *time.Time + Description *string + ForcedApplyDate *time.Time + OptInStatus *string + type PendingModifiedValues struct + AllocatedStorage *int64 + BackupRetentionPeriod *int64 + CACertificateIdentifier *string + DBInstanceClass *string + DBInstanceIdentifier *string + EngineVersion *string + IOPS *int64 + MasterUserPassword *string + MultiAZ *bool + Port *int64 + StorageType *string + type PromoteReadReplicaInput struct + BackupRetentionPeriod *int64 + DBInstanceIdentifier *string + PreferredBackupWindow *string + type PromoteReadReplicaOutput struct + DBInstance *DBInstance + type PurchaseReservedDBInstancesOfferingInput struct + DBInstanceCount *int64 + ReservedDBInstanceID *string + ReservedDBInstancesOfferingID *string + Tags []*Tag + type PurchaseReservedDBInstancesOfferingOutput struct + ReservedDBInstance *ReservedDBInstance + type RDS struct + func New(config *aws.Config) *RDS + func (c *RDS) AddSourceIdentifierToSubscription(input *AddSourceIdentifierToSubscriptionInput) (*AddSourceIdentifierToSubscriptionOutput, error) + func (c *RDS) AddSourceIdentifierToSubscriptionRequest(input *AddSourceIdentifierToSubscriptionInput) (req *aws.Request, output *AddSourceIdentifierToSubscriptionOutput) + func (c *RDS) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error) + func (c *RDS) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *aws.Request, output *AddTagsToResourceOutput) + func (c *RDS) ApplyPendingMaintenanceAction(input *ApplyPendingMaintenanceActionInput) (*ApplyPendingMaintenanceActionOutput, error) + func (c *RDS) ApplyPendingMaintenanceActionRequest(input *ApplyPendingMaintenanceActionInput) (req *aws.Request, output *ApplyPendingMaintenanceActionOutput) + func (c *RDS) AuthorizeDBSecurityGroupIngress(input *AuthorizeDBSecurityGroupIngressInput) (*AuthorizeDBSecurityGroupIngressOutput, error) + func (c *RDS) AuthorizeDBSecurityGroupIngressRequest(input *AuthorizeDBSecurityGroupIngressInput) (req *aws.Request, output *AuthorizeDBSecurityGroupIngressOutput) + func (c *RDS) CopyDBParameterGroup(input *CopyDBParameterGroupInput) (*CopyDBParameterGroupOutput, error) + func (c *RDS) CopyDBParameterGroupRequest(input *CopyDBParameterGroupInput) (req *aws.Request, output *CopyDBParameterGroupOutput) + func (c *RDS) CopyDBSnapshot(input *CopyDBSnapshotInput) (*CopyDBSnapshotOutput, error) + func (c *RDS) CopyDBSnapshotRequest(input *CopyDBSnapshotInput) (req *aws.Request, output *CopyDBSnapshotOutput) + func (c *RDS) CopyOptionGroup(input *CopyOptionGroupInput) (*CopyOptionGroupOutput, error) + func (c *RDS) CopyOptionGroupRequest(input *CopyOptionGroupInput) (req *aws.Request, output *CopyOptionGroupOutput) + func (c *RDS) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error) + func (c *RDS) CreateDBInstanceReadReplica(input *CreateDBInstanceReadReplicaInput) (*CreateDBInstanceReadReplicaOutput, error) + func (c *RDS) CreateDBInstanceReadReplicaRequest(input *CreateDBInstanceReadReplicaInput) (req *aws.Request, output *CreateDBInstanceReadReplicaOutput) + func (c *RDS) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *aws.Request, output *CreateDBInstanceOutput) + func (c *RDS) CreateDBParameterGroup(input *CreateDBParameterGroupInput) (*CreateDBParameterGroupOutput, error) + func (c *RDS) CreateDBParameterGroupRequest(input *CreateDBParameterGroupInput) (req *aws.Request, output *CreateDBParameterGroupOutput) + func (c *RDS) CreateDBSecurityGroup(input *CreateDBSecurityGroupInput) (*CreateDBSecurityGroupOutput, error) + func (c *RDS) CreateDBSecurityGroupRequest(input *CreateDBSecurityGroupInput) (req *aws.Request, output *CreateDBSecurityGroupOutput) + func (c *RDS) CreateDBSnapshot(input *CreateDBSnapshotInput) (*CreateDBSnapshotOutput, error) + func (c *RDS) CreateDBSnapshotRequest(input *CreateDBSnapshotInput) (req *aws.Request, output *CreateDBSnapshotOutput) + func (c *RDS) CreateDBSubnetGroup(input *CreateDBSubnetGroupInput) (*CreateDBSubnetGroupOutput, error) + func (c *RDS) CreateDBSubnetGroupRequest(input *CreateDBSubnetGroupInput) (req *aws.Request, output *CreateDBSubnetGroupOutput) + func (c *RDS) CreateEventSubscription(input *CreateEventSubscriptionInput) (*CreateEventSubscriptionOutput, error) + func (c *RDS) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *aws.Request, output *CreateEventSubscriptionOutput) + func (c *RDS) CreateOptionGroup(input *CreateOptionGroupInput) (*CreateOptionGroupOutput, error) + func (c *RDS) CreateOptionGroupRequest(input *CreateOptionGroupInput) (req *aws.Request, output *CreateOptionGroupOutput) + func (c *RDS) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error) + func (c *RDS) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *aws.Request, output *DeleteDBInstanceOutput) + func (c *RDS) DeleteDBParameterGroup(input *DeleteDBParameterGroupInput) (*DeleteDBParameterGroupOutput, error) + func (c *RDS) DeleteDBParameterGroupRequest(input *DeleteDBParameterGroupInput) (req *aws.Request, output *DeleteDBParameterGroupOutput) + func (c *RDS) DeleteDBSecurityGroup(input *DeleteDBSecurityGroupInput) (*DeleteDBSecurityGroupOutput, error) + func (c *RDS) DeleteDBSecurityGroupRequest(input *DeleteDBSecurityGroupInput) (req *aws.Request, output *DeleteDBSecurityGroupOutput) + func (c *RDS) DeleteDBSnapshot(input *DeleteDBSnapshotInput) (*DeleteDBSnapshotOutput, error) + func (c *RDS) DeleteDBSnapshotRequest(input *DeleteDBSnapshotInput) (req *aws.Request, output *DeleteDBSnapshotOutput) + func (c *RDS) DeleteDBSubnetGroup(input *DeleteDBSubnetGroupInput) (*DeleteDBSubnetGroupOutput, error) + func (c *RDS) DeleteDBSubnetGroupRequest(input *DeleteDBSubnetGroupInput) (req *aws.Request, output *DeleteDBSubnetGroupOutput) + func (c *RDS) DeleteEventSubscription(input *DeleteEventSubscriptionInput) (*DeleteEventSubscriptionOutput, error) + func (c *RDS) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *aws.Request, output *DeleteEventSubscriptionOutput) + func (c *RDS) DeleteOptionGroup(input *DeleteOptionGroupInput) (*DeleteOptionGroupOutput, error) + func (c *RDS) DeleteOptionGroupRequest(input *DeleteOptionGroupInput) (req *aws.Request, output *DeleteOptionGroupOutput) + func (c *RDS) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error) + func (c *RDS) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *aws.Request, output *DescribeAccountAttributesOutput) + func (c *RDS) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error) + func (c *RDS) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *aws.Request, output *DescribeCertificatesOutput) + func (c *RDS) DescribeDBEngineVersions(input *DescribeDBEngineVersionsInput) (*DescribeDBEngineVersionsOutput, error) + func (c *RDS) DescribeDBEngineVersionsPages(input *DescribeDBEngineVersionsInput, ...) error + func (c *RDS) DescribeDBEngineVersionsRequest(input *DescribeDBEngineVersionsInput) (req *aws.Request, output *DescribeDBEngineVersionsOutput) + func (c *RDS) DescribeDBInstances(input *DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error) + func (c *RDS) DescribeDBInstancesPages(input *DescribeDBInstancesInput, ...) error + func (c *RDS) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) (req *aws.Request, output *DescribeDBInstancesOutput) + func (c *RDS) DescribeDBLogFiles(input *DescribeDBLogFilesInput) (*DescribeDBLogFilesOutput, error) + func (c *RDS) DescribeDBLogFilesPages(input *DescribeDBLogFilesInput, ...) error + func (c *RDS) DescribeDBLogFilesRequest(input *DescribeDBLogFilesInput) (req *aws.Request, output *DescribeDBLogFilesOutput) + func (c *RDS) DescribeDBParameterGroups(input *DescribeDBParameterGroupsInput) (*DescribeDBParameterGroupsOutput, error) + func (c *RDS) DescribeDBParameterGroupsPages(input *DescribeDBParameterGroupsInput, ...) error + func (c *RDS) DescribeDBParameterGroupsRequest(input *DescribeDBParameterGroupsInput) (req *aws.Request, output *DescribeDBParameterGroupsOutput) + func (c *RDS) DescribeDBParameters(input *DescribeDBParametersInput) (*DescribeDBParametersOutput, error) + func (c *RDS) DescribeDBParametersPages(input *DescribeDBParametersInput, ...) error + func (c *RDS) DescribeDBParametersRequest(input *DescribeDBParametersInput) (req *aws.Request, output *DescribeDBParametersOutput) + func (c *RDS) DescribeDBSecurityGroups(input *DescribeDBSecurityGroupsInput) (*DescribeDBSecurityGroupsOutput, error) + func (c *RDS) DescribeDBSecurityGroupsPages(input *DescribeDBSecurityGroupsInput, ...) error + func (c *RDS) DescribeDBSecurityGroupsRequest(input *DescribeDBSecurityGroupsInput) (req *aws.Request, output *DescribeDBSecurityGroupsOutput) + func (c *RDS) DescribeDBSnapshots(input *DescribeDBSnapshotsInput) (*DescribeDBSnapshotsOutput, error) + func (c *RDS) DescribeDBSnapshotsPages(input *DescribeDBSnapshotsInput, ...) error + func (c *RDS) DescribeDBSnapshotsRequest(input *DescribeDBSnapshotsInput) (req *aws.Request, output *DescribeDBSnapshotsOutput) + func (c *RDS) DescribeDBSubnetGroups(input *DescribeDBSubnetGroupsInput) (*DescribeDBSubnetGroupsOutput, error) + func (c *RDS) DescribeDBSubnetGroupsPages(input *DescribeDBSubnetGroupsInput, ...) error + func (c *RDS) DescribeDBSubnetGroupsRequest(input *DescribeDBSubnetGroupsInput) (req *aws.Request, output *DescribeDBSubnetGroupsOutput) + func (c *RDS) DescribeEngineDefaultParameters(input *DescribeEngineDefaultParametersInput) (*DescribeEngineDefaultParametersOutput, error) + func (c *RDS) DescribeEngineDefaultParametersPages(input *DescribeEngineDefaultParametersInput, ...) error + func (c *RDS) DescribeEngineDefaultParametersRequest(input *DescribeEngineDefaultParametersInput) (req *aws.Request, output *DescribeEngineDefaultParametersOutput) + func (c *RDS) DescribeEventCategories(input *DescribeEventCategoriesInput) (*DescribeEventCategoriesOutput, error) + func (c *RDS) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *aws.Request, output *DescribeEventCategoriesOutput) + func (c *RDS) DescribeEventSubscriptions(input *DescribeEventSubscriptionsInput) (*DescribeEventSubscriptionsOutput, error) + func (c *RDS) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, ...) error + func (c *RDS) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *aws.Request, output *DescribeEventSubscriptionsOutput) + func (c *RDS) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + func (c *RDS) DescribeEventsPages(input *DescribeEventsInput, ...) error + func (c *RDS) DescribeEventsRequest(input *DescribeEventsInput) (req *aws.Request, output *DescribeEventsOutput) + func (c *RDS) DescribeOptionGroupOptions(input *DescribeOptionGroupOptionsInput) (*DescribeOptionGroupOptionsOutput, error) + func (c *RDS) DescribeOptionGroupOptionsPages(input *DescribeOptionGroupOptionsInput, ...) error + func (c *RDS) DescribeOptionGroupOptionsRequest(input *DescribeOptionGroupOptionsInput) (req *aws.Request, output *DescribeOptionGroupOptionsOutput) + func (c *RDS) DescribeOptionGroups(input *DescribeOptionGroupsInput) (*DescribeOptionGroupsOutput, error) + func (c *RDS) DescribeOptionGroupsPages(input *DescribeOptionGroupsInput, ...) error + func (c *RDS) DescribeOptionGroupsRequest(input *DescribeOptionGroupsInput) (req *aws.Request, output *DescribeOptionGroupsOutput) + func (c *RDS) DescribeOrderableDBInstanceOptions(input *DescribeOrderableDBInstanceOptionsInput) (*DescribeOrderableDBInstanceOptionsOutput, error) + func (c *RDS) DescribeOrderableDBInstanceOptionsPages(input *DescribeOrderableDBInstanceOptionsInput, ...) error + func (c *RDS) DescribeOrderableDBInstanceOptionsRequest(input *DescribeOrderableDBInstanceOptionsInput) (req *aws.Request, output *DescribeOrderableDBInstanceOptionsOutput) + func (c *RDS) DescribePendingMaintenanceActions(input *DescribePendingMaintenanceActionsInput) (*DescribePendingMaintenanceActionsOutput, error) + func (c *RDS) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *aws.Request, output *DescribePendingMaintenanceActionsOutput) + func (c *RDS) DescribeReservedDBInstances(input *DescribeReservedDBInstancesInput) (*DescribeReservedDBInstancesOutput, error) + func (c *RDS) DescribeReservedDBInstancesOfferings(input *DescribeReservedDBInstancesOfferingsInput) (*DescribeReservedDBInstancesOfferingsOutput, error) + func (c *RDS) DescribeReservedDBInstancesOfferingsPages(input *DescribeReservedDBInstancesOfferingsInput, ...) error + func (c *RDS) DescribeReservedDBInstancesOfferingsRequest(input *DescribeReservedDBInstancesOfferingsInput) (req *aws.Request, output *DescribeReservedDBInstancesOfferingsOutput) + func (c *RDS) DescribeReservedDBInstancesPages(input *DescribeReservedDBInstancesInput, ...) error + func (c *RDS) DescribeReservedDBInstancesRequest(input *DescribeReservedDBInstancesInput) (req *aws.Request, output *DescribeReservedDBInstancesOutput) + func (c *RDS) DownloadDBLogFilePortion(input *DownloadDBLogFilePortionInput) (*DownloadDBLogFilePortionOutput, error) + func (c *RDS) DownloadDBLogFilePortionPages(input *DownloadDBLogFilePortionInput, ...) error + func (c *RDS) DownloadDBLogFilePortionRequest(input *DownloadDBLogFilePortionInput) (req *aws.Request, output *DownloadDBLogFilePortionOutput) + func (c *RDS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *RDS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *aws.Request, output *ListTagsForResourceOutput) + func (c *RDS) ModifyDBInstance(input *ModifyDBInstanceInput) (*ModifyDBInstanceOutput, error) + func (c *RDS) ModifyDBInstanceRequest(input *ModifyDBInstanceInput) (req *aws.Request, output *ModifyDBInstanceOutput) + func (c *RDS) ModifyDBParameterGroup(input *ModifyDBParameterGroupInput) (*DBParameterGroupNameMessage, error) + func (c *RDS) ModifyDBParameterGroupRequest(input *ModifyDBParameterGroupInput) (req *aws.Request, output *DBParameterGroupNameMessage) + func (c *RDS) ModifyDBSubnetGroup(input *ModifyDBSubnetGroupInput) (*ModifyDBSubnetGroupOutput, error) + func (c *RDS) ModifyDBSubnetGroupRequest(input *ModifyDBSubnetGroupInput) (req *aws.Request, output *ModifyDBSubnetGroupOutput) + func (c *RDS) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error) + func (c *RDS) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *aws.Request, output *ModifyEventSubscriptionOutput) + func (c *RDS) ModifyOptionGroup(input *ModifyOptionGroupInput) (*ModifyOptionGroupOutput, error) + func (c *RDS) ModifyOptionGroupRequest(input *ModifyOptionGroupInput) (req *aws.Request, output *ModifyOptionGroupOutput) + func (c *RDS) PromoteReadReplica(input *PromoteReadReplicaInput) (*PromoteReadReplicaOutput, error) + func (c *RDS) PromoteReadReplicaRequest(input *PromoteReadReplicaInput) (req *aws.Request, output *PromoteReadReplicaOutput) + func (c *RDS) PurchaseReservedDBInstancesOffering(input *PurchaseReservedDBInstancesOfferingInput) (*PurchaseReservedDBInstancesOfferingOutput, error) + func (c *RDS) PurchaseReservedDBInstancesOfferingRequest(input *PurchaseReservedDBInstancesOfferingInput) (req *aws.Request, output *PurchaseReservedDBInstancesOfferingOutput) + func (c *RDS) RebootDBInstance(input *RebootDBInstanceInput) (*RebootDBInstanceOutput, error) + func (c *RDS) RebootDBInstanceRequest(input *RebootDBInstanceInput) (req *aws.Request, output *RebootDBInstanceOutput) + func (c *RDS) RemoveSourceIdentifierFromSubscription(input *RemoveSourceIdentifierFromSubscriptionInput) (*RemoveSourceIdentifierFromSubscriptionOutput, error) + func (c *RDS) RemoveSourceIdentifierFromSubscriptionRequest(input *RemoveSourceIdentifierFromSubscriptionInput) (req *aws.Request, output *RemoveSourceIdentifierFromSubscriptionOutput) + func (c *RDS) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error) + func (c *RDS) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *aws.Request, output *RemoveTagsFromResourceOutput) + func (c *RDS) ResetDBParameterGroup(input *ResetDBParameterGroupInput) (*DBParameterGroupNameMessage, error) + func (c *RDS) ResetDBParameterGroupRequest(input *ResetDBParameterGroupInput) (req *aws.Request, output *DBParameterGroupNameMessage) + func (c *RDS) RestoreDBInstanceFromDBSnapshot(input *RestoreDBInstanceFromDBSnapshotInput) (*RestoreDBInstanceFromDBSnapshotOutput, error) + func (c *RDS) RestoreDBInstanceFromDBSnapshotRequest(input *RestoreDBInstanceFromDBSnapshotInput) (req *aws.Request, output *RestoreDBInstanceFromDBSnapshotOutput) + func (c *RDS) RestoreDBInstanceToPointInTime(input *RestoreDBInstanceToPointInTimeInput) (*RestoreDBInstanceToPointInTimeOutput, error) + func (c *RDS) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) (req *aws.Request, output *RestoreDBInstanceToPointInTimeOutput) + func (c *RDS) RevokeDBSecurityGroupIngress(input *RevokeDBSecurityGroupIngressInput) (*RevokeDBSecurityGroupIngressOutput, error) + func (c *RDS) RevokeDBSecurityGroupIngressRequest(input *RevokeDBSecurityGroupIngressInput) (req *aws.Request, output *RevokeDBSecurityGroupIngressOutput) + type RebootDBInstanceInput struct + DBInstanceIdentifier *string + ForceFailover *bool + type RebootDBInstanceOutput struct + DBInstance *DBInstance + type RecurringCharge struct + RecurringChargeAmount *float64 + RecurringChargeFrequency *string + type RemoveSourceIdentifierFromSubscriptionInput struct + SourceIdentifier *string + SubscriptionName *string + type RemoveSourceIdentifierFromSubscriptionOutput struct + EventSubscription *EventSubscription + type RemoveTagsFromResourceInput struct + ResourceName *string + TagKeys []*string + type RemoveTagsFromResourceOutput struct + type ReservedDBInstance struct + CurrencyCode *string + DBInstanceClass *string + DBInstanceCount *int64 + Duration *int64 + FixedPrice *float64 + MultiAZ *bool + OfferingType *string + ProductDescription *string + RecurringCharges []*RecurringCharge + ReservedDBInstanceID *string + ReservedDBInstancesOfferingID *string + StartTime *time.Time + State *string + UsagePrice *float64 + type ReservedDBInstancesOffering struct + CurrencyCode *string + DBInstanceClass *string + Duration *int64 + FixedPrice *float64 + MultiAZ *bool + OfferingType *string + ProductDescription *string + RecurringCharges []*RecurringCharge + ReservedDBInstancesOfferingID *string + UsagePrice *float64 + type ResetDBParameterGroupInput struct + DBParameterGroupName *string + Parameters []*Parameter + ResetAllParameters *bool + type ResourcePendingMaintenanceActions struct + PendingMaintenanceActionDetails []*PendingMaintenanceAction + ResourceIdentifier *string + type RestoreDBInstanceFromDBSnapshotInput struct + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBName *string + DBSnapshotIdentifier *string + DBSubnetGroupName *string + Engine *string + IOPS *int64 + LicenseModel *string + MultiAZ *bool + OptionGroupName *string + Port *int64 + PubliclyAccessible *bool + StorageType *string + TDECredentialARN *string + TDECredentialPassword *string + Tags []*Tag + type RestoreDBInstanceFromDBSnapshotOutput struct + DBInstance *DBInstance + type RestoreDBInstanceToPointInTimeInput struct + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + DBInstanceClass *string + DBName *string + DBSubnetGroupName *string + Engine *string + IOPS *int64 + LicenseModel *string + MultiAZ *bool + OptionGroupName *string + Port *int64 + PubliclyAccessible *bool + RestoreTime *time.Time + SourceDBInstanceIdentifier *string + StorageType *string + TDECredentialARN *string + TDECredentialPassword *string + Tags []*Tag + TargetDBInstanceIdentifier *string + UseLatestRestorableTime *bool + type RestoreDBInstanceToPointInTimeOutput struct + DBInstance *DBInstance + type RevokeDBSecurityGroupIngressInput struct + CIDRIP *string + DBSecurityGroupName *string + EC2SecurityGroupID *string + EC2SecurityGroupName *string + EC2SecurityGroupOwnerID *string + type RevokeDBSecurityGroupIngressOutput struct + DBSecurityGroup *DBSecurityGroup + type Subnet struct + SubnetAvailabilityZone *AvailabilityZone + SubnetIdentifier *string + SubnetStatus *string + type Tag struct + Key *string + Value *string + type VPCSecurityGroupMembership struct + Status *string + VPCSecurityGroupID *string