Versions in this module Expand all Collapse all v0 v0.0.5 Dec 5, 2019 v0.0.4 Nov 3, 2019 Changes in this version + const EndpointsID + const ServiceID + const ServiceName + type AddSourceIdentifierToSubscriptionInput struct + SourceIdentifier *string + SubscriptionName *string + func (s AddSourceIdentifierToSubscriptionInput) String() string + type AddSourceIdentifierToSubscriptionOutput struct + EventSubscription *EventSubscription + func (s AddSourceIdentifierToSubscriptionOutput) String() string + type AddSourceIdentifierToSubscriptionRequest struct + Copy func(*AddSourceIdentifierToSubscriptionInput) AddSourceIdentifierToSubscriptionRequest + Input *AddSourceIdentifierToSubscriptionInput + func (r AddSourceIdentifierToSubscriptionRequest) Send(ctx context.Context) (*AddSourceIdentifierToSubscriptionResponse, error) + type AddSourceIdentifierToSubscriptionResponse struct + func (r *AddSourceIdentifierToSubscriptionResponse) SDKResponseMetdata() *aws.Response + type AuthorizeDBSecurityGroupIngressInput struct + CIDRIP *string + DBSecurityGroupName *string + EC2SecurityGroupName *string + func (s AuthorizeDBSecurityGroupIngressInput) String() string + type AuthorizeDBSecurityGroupIngressOutput struct + DBSecurityGroup *DBSecurityGroup + func (s AuthorizeDBSecurityGroupIngressOutput) String() string + type AuthorizeDBSecurityGroupIngressRequest struct + Copy func(*AuthorizeDBSecurityGroupIngressInput) AuthorizeDBSecurityGroupIngressRequest + Input *AuthorizeDBSecurityGroupIngressInput + func (r AuthorizeDBSecurityGroupIngressRequest) Send(ctx context.Context) (*AuthorizeDBSecurityGroupIngressResponse, error) + type AuthorizeDBSecurityGroupIngressResponse struct + func (r *AuthorizeDBSecurityGroupIngressResponse) SDKResponseMetdata() *aws.Response + type AvailabilityZone struct + Name *string + NiftyStorageTypes []int64 + ProvisionedIopsCapable *bool + func (s AvailabilityZone) String() string + type Certificate struct + CertificateIdentifier *string + CertificateType *string + Thumbprint *string + ValidFrom *string + ValidTill *string + func (s Certificate) String() string + type Client struct + func New(config nifcloud.Config) *Client + func (c *Client) AddSourceIdentifierToSubscriptionRequest(input *AddSourceIdentifierToSubscriptionInput) AddSourceIdentifierToSubscriptionRequest + func (c *Client) AuthorizeDBSecurityGroupIngressRequest(input *AuthorizeDBSecurityGroupIngressInput) AuthorizeDBSecurityGroupIngressRequest + func (c *Client) CopyDBSnapshotRequest(input *CopyDBSnapshotInput) CopyDBSnapshotRequest + func (c *Client) CreateDBInstanceReadReplicaRequest(input *CreateDBInstanceReadReplicaInput) CreateDBInstanceReadReplicaRequest + func (c *Client) CreateDBInstanceRequest(input *CreateDBInstanceInput) CreateDBInstanceRequest + func (c *Client) CreateDBParameterGroupRequest(input *CreateDBParameterGroupInput) CreateDBParameterGroupRequest + func (c *Client) CreateDBSecurityGroupRequest(input *CreateDBSecurityGroupInput) CreateDBSecurityGroupRequest + func (c *Client) CreateDBSnapshotRequest(input *CreateDBSnapshotInput) CreateDBSnapshotRequest + func (c *Client) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) CreateEventSubscriptionRequest + func (c *Client) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) DeleteDBInstanceRequest + func (c *Client) DeleteDBParameterGroupRequest(input *DeleteDBParameterGroupInput) DeleteDBParameterGroupRequest + func (c *Client) DeleteDBSecurityGroupRequest(input *DeleteDBSecurityGroupInput) DeleteDBSecurityGroupRequest + func (c *Client) DeleteDBSnapshotRequest(input *DeleteDBSnapshotInput) DeleteDBSnapshotRequest + func (c *Client) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) DeleteEventSubscriptionRequest + func (c *Client) DescribeCertificatesRequest(input *DescribeCertificatesInput) DescribeCertificatesRequest + func (c *Client) DescribeDBEngineVersionsRequest(input *DescribeDBEngineVersionsInput) DescribeDBEngineVersionsRequest + func (c *Client) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) DescribeDBInstancesRequest + func (c *Client) DescribeDBLogFilesRequest(input *DescribeDBLogFilesInput) DescribeDBLogFilesRequest + func (c *Client) DescribeDBParameterGroupsRequest(input *DescribeDBParameterGroupsInput) DescribeDBParameterGroupsRequest + func (c *Client) DescribeDBParametersRequest(input *DescribeDBParametersInput) DescribeDBParametersRequest + func (c *Client) DescribeDBSecurityGroupsRequest(input *DescribeDBSecurityGroupsInput) DescribeDBSecurityGroupsRequest + func (c *Client) DescribeDBSnapshotsRequest(input *DescribeDBSnapshotsInput) DescribeDBSnapshotsRequest + func (c *Client) DescribeEngineDefaultParametersRequest(input *DescribeEngineDefaultParametersInput) DescribeEngineDefaultParametersRequest + func (c *Client) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) DescribeEventCategoriesRequest + func (c *Client) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) DescribeEventSubscriptionsRequest + func (c *Client) DescribeEventsRequest(input *DescribeEventsInput) DescribeEventsRequest + func (c *Client) DescribeOrderableDBInstanceOptionsRequest(input *DescribeOrderableDBInstanceOptionsInput) DescribeOrderableDBInstanceOptionsRequest + func (c *Client) DownloadDBLogFilePortionRequest(input *DownloadDBLogFilePortionInput) DownloadDBLogFilePortionRequest + func (c *Client) ModifyDBInstanceRequest(input *ModifyDBInstanceInput) ModifyDBInstanceRequest + func (c *Client) ModifyDBParameterGroupRequest(input *ModifyDBParameterGroupInput) ModifyDBParameterGroupRequest + func (c *Client) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) ModifyEventSubscriptionRequest + func (c *Client) NiftyFailoverDBInstanceRequest(input *NiftyFailoverDBInstanceInput) NiftyFailoverDBInstanceRequest + func (c *Client) NiftyGetMetricStatisticsRequest(input *NiftyGetMetricStatisticsInput) NiftyGetMetricStatisticsRequest + func (c *Client) RebootDBInstanceRequest(input *RebootDBInstanceInput) RebootDBInstanceRequest + func (c *Client) RemoveSourceIdentifierFromSubscriptionRequest(input *RemoveSourceIdentifierFromSubscriptionInput) RemoveSourceIdentifierFromSubscriptionRequest + func (c *Client) ResetDBParameterGroupRequest(input *ResetDBParameterGroupInput) ResetDBParameterGroupRequest + func (c *Client) ResetExternalMasterRequest(input *ResetExternalMasterInput) ResetExternalMasterRequest + func (c *Client) RestoreDBInstanceFromDBSnapshotRequest(input *RestoreDBInstanceFromDBSnapshotInput) RestoreDBInstanceFromDBSnapshotRequest + func (c *Client) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) RestoreDBInstanceToPointInTimeRequest + func (c *Client) RevokeDBSecurityGroupIngressRequest(input *RevokeDBSecurityGroupIngressInput) RevokeDBSecurityGroupIngressRequest + func (c *Client) SetExternalMasterRequest(input *SetExternalMasterInput) SetExternalMasterRequest + func (c *Client) StartReplicationRequest(input *StartReplicationInput) StartReplicationRequest + func (c *Client) StopReplicationRequest(input *StopReplicationInput) StopReplicationRequest + type CopyDBSnapshotInput struct + SourceDBSnapshotIdentifier *string + TargetDBSnapshotIdentifier *string + func (s CopyDBSnapshotInput) String() string + type CopyDBSnapshotOutput struct + DBSnapshot *DBSnapshot + func (s CopyDBSnapshotOutput) String() string + type CopyDBSnapshotRequest struct + Copy func(*CopyDBSnapshotInput) CopyDBSnapshotRequest + Input *CopyDBSnapshotInput + func (r CopyDBSnapshotRequest) Send(ctx context.Context) (*CopyDBSnapshotResponse, error) + type CopyDBSnapshotResponse struct + func (r *CopyDBSnapshotResponse) SDKResponseMetdata() *aws.Response + type CreateDBInstanceInput struct + AllocatedStorage *int64 + AvailabilityZone *string + BackupRetentionPeriod *int64 + DBInstanceClass *string + DBInstanceIdentifier *string + DBName *string + DBParameterGroupName *string + DBSecurityGroups []string + Engine *string + EngineVersion *string + LicenseModel *string + MasterUserPassword *string + MasterUsername *string + MultiAZ *bool + NiftyMasterPrivateAddress *string + NiftyMultiAZType *int64 + NiftyNetworkId *string + NiftyReadReplicaDBInstanceIdentifier *string + NiftyReadReplicaPrivateAddress *string + NiftySlavePrivateAddress *string + NiftyStorageType *int64 + NiftyVirtualPrivateAddress *string + Port *int64 + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + func (s CreateDBInstanceInput) String() string + type CreateDBInstanceOutput struct + DBInstance *DBInstance + func (s CreateDBInstanceOutput) String() string + type CreateDBInstanceReadReplicaInput struct + DBInstanceClass *string + DBInstanceIdentifier *string + NiftyReadReplicaPrivateAddress *string + NiftyStorageType *int64 + SourceDBInstanceIdentifier *string + func (s CreateDBInstanceReadReplicaInput) String() string + type CreateDBInstanceReadReplicaOutput struct + DBInstance *DBInstance + func (s CreateDBInstanceReadReplicaOutput) String() string + type CreateDBInstanceReadReplicaRequest struct + Copy func(*CreateDBInstanceReadReplicaInput) CreateDBInstanceReadReplicaRequest + Input *CreateDBInstanceReadReplicaInput + func (r CreateDBInstanceReadReplicaRequest) Send(ctx context.Context) (*CreateDBInstanceReadReplicaResponse, error) + type CreateDBInstanceReadReplicaResponse struct + func (r *CreateDBInstanceReadReplicaResponse) SDKResponseMetdata() *aws.Response + type CreateDBInstanceRequest struct + Copy func(*CreateDBInstanceInput) CreateDBInstanceRequest + Input *CreateDBInstanceInput + func (r CreateDBInstanceRequest) Send(ctx context.Context) (*CreateDBInstanceResponse, error) + type CreateDBInstanceResponse struct + func (r *CreateDBInstanceResponse) SDKResponseMetdata() *aws.Response + type CreateDBParameterGroupInput struct + DBParameterGroupFamily *string + DBParameterGroupName *string + Description *string + func (s CreateDBParameterGroupInput) String() string + type CreateDBParameterGroupOutput struct + DBParameterGroup *DBParameterGroup + func (s CreateDBParameterGroupOutput) String() string + type CreateDBParameterGroupRequest struct + Copy func(*CreateDBParameterGroupInput) CreateDBParameterGroupRequest + Input *CreateDBParameterGroupInput + func (r CreateDBParameterGroupRequest) Send(ctx context.Context) (*CreateDBParameterGroupResponse, error) + type CreateDBParameterGroupResponse struct + func (r *CreateDBParameterGroupResponse) SDKResponseMetdata() *aws.Response + type CreateDBSecurityGroupInput struct + DBSecurityGroupDescription *string + DBSecurityGroupName *string + NiftyAvailabilityZone *string + func (s CreateDBSecurityGroupInput) String() string + type CreateDBSecurityGroupOutput struct + DBSecurityGroup *DBSecurityGroup + func (s CreateDBSecurityGroupOutput) String() string + type CreateDBSecurityGroupRequest struct + Copy func(*CreateDBSecurityGroupInput) CreateDBSecurityGroupRequest + Input *CreateDBSecurityGroupInput + func (r CreateDBSecurityGroupRequest) Send(ctx context.Context) (*CreateDBSecurityGroupResponse, error) + type CreateDBSecurityGroupResponse struct + func (r *CreateDBSecurityGroupResponse) SDKResponseMetdata() *aws.Response + type CreateDBSnapshotInput struct + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + func (s CreateDBSnapshotInput) String() string + type CreateDBSnapshotOutput struct + DBSnapshot *DBSnapshot + func (s CreateDBSnapshotOutput) String() string + type CreateDBSnapshotRequest struct + Copy func(*CreateDBSnapshotInput) CreateDBSnapshotRequest + Input *CreateDBSnapshotInput + func (r CreateDBSnapshotRequest) Send(ctx context.Context) (*CreateDBSnapshotResponse, error) + type CreateDBSnapshotResponse struct + func (r *CreateDBSnapshotResponse) SDKResponseMetdata() *aws.Response + type CreateEventSubscriptionInput struct + Enabled *bool + EventCategories []string + NiftyDescription *string + NiftyEmailAddresses []string + SourceIds []string + SourceType *string + SubscriptionName *string + func (s CreateEventSubscriptionInput) String() string + type CreateEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s CreateEventSubscriptionOutput) String() string + type CreateEventSubscriptionRequest struct + Copy func(*CreateEventSubscriptionInput) CreateEventSubscriptionRequest + Input *CreateEventSubscriptionInput + func (r CreateEventSubscriptionRequest) Send(ctx context.Context) (*CreateEventSubscriptionResponse, error) + type CreateEventSubscriptionResponse struct + func (r *CreateEventSubscriptionResponse) SDKResponseMetdata() *aws.Response + type DBEngineVersion struct + DBEngineDescription *string + DBEngineVersionDescription *string + DBParameterGroupFamily *string + Engine *string + EngineVersion *string + func (s DBEngineVersion) String() string + type DBInstance struct + AllocatedStorage *string + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + BackupRetentionPeriod *string + BinlogRetentionPeriod *string + CACertificateIdentifier *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBInstanceStatus *string + DBName *string + DBParameterGroups []DBParameterGroup + DBSecurityGroups []DBSecurityGroup + Endpoint *Endpoint + Engine *string + EngineVersion *string + ExternalReplicationInfo *ExternalReplicationInfo + InstanceCreateTime *string + LatestRestorableTime *string + LicenseModel *string + MasterUsername *string + MultiAZ *string + NiftyMasterPrivateAddress *string + NiftyMultiAZType *string + NiftyNetworkId *string + NiftySlavePrivateAddress *string + NiftyStorageType *int64 + OptionGroupMemberships []OptionGroupMembership + PendingModifiedValues *PendingModifiedValues + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + ReadReplicaDBInstanceIdentifiers []ReadReplicaDBInstanceIdentifier + ReadReplicaSourceDBInstanceIdentifier *string + SecondaryAvailabilityZone *string + StatusInfos []DBInstanceStatusInfo + VpcSecurityGroups []VpcSecurityGroup + func (s DBInstance) String() string + type DBInstanceStatusInfo struct + Message *string + Normal *bool + Status *string + StatusType *string + func (s DBInstanceStatusInfo) String() string + type DBParameterGroup struct + DBParameterGroupFamily *string + DBParameterGroupName *string + Description *string + func (s DBParameterGroup) String() string + type DBSecurityGroup struct + DBSecurityGroupDescription *string + DBSecurityGroupName *string + EC2SecurityGroups []EC2SecurityGroup + IPRanges []IPRange + NiftyAvailabilityZone *string + OwnerId *string + func (s DBSecurityGroup) String() string + type DBSnapshot struct + AllocatedStorage *string + AvailabilityZone *string + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + Engine *string + EngineVersion *string + InstanceCreateTime *string + LicenseModel *string + MasterUsername *string + OptionGroupName *string + Port *string + SnapshotCreateTime *string + SnapshotType *string + Status *string + func (s DBSnapshot) String() string + type DeleteDBInstanceInput struct + DBInstanceIdentifier *string + FinalDBSnapshotIdentifier *string + SkipFinalSnapshot *bool + func (s DeleteDBInstanceInput) String() string + type DeleteDBInstanceOutput struct + DBInstance *DBInstance + func (s DeleteDBInstanceOutput) String() string + type DeleteDBInstanceRequest struct + Copy func(*DeleteDBInstanceInput) DeleteDBInstanceRequest + Input *DeleteDBInstanceInput + func (r DeleteDBInstanceRequest) Send(ctx context.Context) (*DeleteDBInstanceResponse, error) + type DeleteDBInstanceResponse struct + func (r *DeleteDBInstanceResponse) SDKResponseMetdata() *aws.Response + type DeleteDBParameterGroupInput struct + DBParameterGroupName *string + func (s DeleteDBParameterGroupInput) String() string + type DeleteDBParameterGroupOutput struct + func (s DeleteDBParameterGroupOutput) String() string + type DeleteDBParameterGroupRequest struct + Copy func(*DeleteDBParameterGroupInput) DeleteDBParameterGroupRequest + Input *DeleteDBParameterGroupInput + func (r DeleteDBParameterGroupRequest) Send(ctx context.Context) (*DeleteDBParameterGroupResponse, error) + type DeleteDBParameterGroupResponse struct + func (r *DeleteDBParameterGroupResponse) SDKResponseMetdata() *aws.Response + type DeleteDBSecurityGroupInput struct + DBSecurityGroupName *string + func (s DeleteDBSecurityGroupInput) String() string + type DeleteDBSecurityGroupOutput struct + func (s DeleteDBSecurityGroupOutput) String() string + type DeleteDBSecurityGroupRequest struct + Copy func(*DeleteDBSecurityGroupInput) DeleteDBSecurityGroupRequest + Input *DeleteDBSecurityGroupInput + func (r DeleteDBSecurityGroupRequest) Send(ctx context.Context) (*DeleteDBSecurityGroupResponse, error) + type DeleteDBSecurityGroupResponse struct + func (r *DeleteDBSecurityGroupResponse) SDKResponseMetdata() *aws.Response + type DeleteDBSnapshotInput struct + DBSnapshotIdentifier *string + func (s DeleteDBSnapshotInput) String() string + type DeleteDBSnapshotOutput struct + DBSnapshot *DBSnapshot + func (s DeleteDBSnapshotOutput) String() string + type DeleteDBSnapshotRequest struct + Copy func(*DeleteDBSnapshotInput) DeleteDBSnapshotRequest + Input *DeleteDBSnapshotInput + func (r DeleteDBSnapshotRequest) Send(ctx context.Context) (*DeleteDBSnapshotResponse, error) + type DeleteDBSnapshotResponse struct + func (r *DeleteDBSnapshotResponse) SDKResponseMetdata() *aws.Response + type DeleteEventSubscriptionInput struct + SubscriptionName *string + func (s DeleteEventSubscriptionInput) String() string + type DeleteEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s DeleteEventSubscriptionOutput) String() string + type DeleteEventSubscriptionRequest struct + Copy func(*DeleteEventSubscriptionInput) DeleteEventSubscriptionRequest + Input *DeleteEventSubscriptionInput + func (r DeleteEventSubscriptionRequest) Send(ctx context.Context) (*DeleteEventSubscriptionResponse, error) + type DeleteEventSubscriptionResponse struct + func (r *DeleteEventSubscriptionResponse) SDKResponseMetdata() *aws.Response + type DescribeCertificatesInput struct + CertificateIdentifier *string + Marker *string + MaxRecords *int64 + func (s DescribeCertificatesInput) String() string + type DescribeCertificatesOutput struct + Certificates []Certificate + Marker *string + func (s DescribeCertificatesOutput) String() string + type DescribeCertificatesRequest struct + Copy func(*DescribeCertificatesInput) DescribeCertificatesRequest + Input *DescribeCertificatesInput + func (r DescribeCertificatesRequest) Send(ctx context.Context) (*DescribeCertificatesResponse, error) + type DescribeCertificatesResponse struct + func (r *DescribeCertificatesResponse) SDKResponseMetdata() *aws.Response + type DescribeDBEngineVersionsInput struct + DBParameterGroupFamily *string + DefaultOnly *bool + Engine *string + EngineVersion *string + Marker *string + MaxRecords *int64 + func (s DescribeDBEngineVersionsInput) String() string + type DescribeDBEngineVersionsOutput struct + DBEngineVersions []DBEngineVersion + Marker *string + func (s DescribeDBEngineVersionsOutput) String() string + type DescribeDBEngineVersionsRequest struct + Copy func(*DescribeDBEngineVersionsInput) DescribeDBEngineVersionsRequest + Input *DescribeDBEngineVersionsInput + func (r DescribeDBEngineVersionsRequest) Send(ctx context.Context) (*DescribeDBEngineVersionsResponse, error) + type DescribeDBEngineVersionsResponse struct + func (r *DescribeDBEngineVersionsResponse) SDKResponseMetdata() *aws.Response + type DescribeDBInstancesInput struct + DBInstanceIdentifier *string + Marker *string + MaxRecords *int64 + func (s DescribeDBInstancesInput) String() string + type DescribeDBInstancesOutput struct + DBInstances []DBInstance + Marker *string + func (s DescribeDBInstancesOutput) String() string + type DescribeDBInstancesRequest struct + Copy func(*DescribeDBInstancesInput) DescribeDBInstancesRequest + Input *DescribeDBInstancesInput + func (r DescribeDBInstancesRequest) Send(ctx context.Context) (*DescribeDBInstancesResponse, error) + type DescribeDBInstancesResponse struct + func (r *DescribeDBInstancesResponse) SDKResponseMetdata() *aws.Response + type DescribeDBLogFilesDetails struct + LastWritten *string + LogFileName *string + Size *string + func (s DescribeDBLogFilesDetails) String() string + type DescribeDBLogFilesInput struct + DBInstanceIdentifier *string + FileLastWritten *int64 + FileSize *int64 + FilenameContains *string + Marker *string + MaxRecords *int64 + func (s DescribeDBLogFilesInput) String() string + type DescribeDBLogFilesOutput struct + DescribeDBLogFiles []DescribeDBLogFilesDetails + Marker *string + func (s DescribeDBLogFilesOutput) String() string + type DescribeDBLogFilesRequest struct + Copy func(*DescribeDBLogFilesInput) DescribeDBLogFilesRequest + Input *DescribeDBLogFilesInput + func (r DescribeDBLogFilesRequest) Send(ctx context.Context) (*DescribeDBLogFilesResponse, error) + type DescribeDBLogFilesResponse struct + func (r *DescribeDBLogFilesResponse) SDKResponseMetdata() *aws.Response + type DescribeDBParameterGroupsInput struct + DBParameterGroupName *string + Marker *string + MaxRecords *int64 + func (s DescribeDBParameterGroupsInput) String() string + type DescribeDBParameterGroupsOutput struct + DBParameterGroups []DBParameterGroup + Marker *string + func (s DescribeDBParameterGroupsOutput) String() string + type DescribeDBParameterGroupsRequest struct + Copy func(*DescribeDBParameterGroupsInput) DescribeDBParameterGroupsRequest + Input *DescribeDBParameterGroupsInput + func (r DescribeDBParameterGroupsRequest) Send(ctx context.Context) (*DescribeDBParameterGroupsResponse, error) + type DescribeDBParameterGroupsResponse struct + func (r *DescribeDBParameterGroupsResponse) SDKResponseMetdata() *aws.Response + type DescribeDBParametersInput struct + DBParameterGroupName *string + Marker *string + MaxRecords *int64 + Source *string + func (s DescribeDBParametersInput) String() string + type DescribeDBParametersOutput struct + Marker *string + Parameters []Parameter + func (s DescribeDBParametersOutput) String() string + type DescribeDBParametersRequest struct + Copy func(*DescribeDBParametersInput) DescribeDBParametersRequest + Input *DescribeDBParametersInput + func (r DescribeDBParametersRequest) Send(ctx context.Context) (*DescribeDBParametersResponse, error) + type DescribeDBParametersResponse struct + func (r *DescribeDBParametersResponse) SDKResponseMetdata() *aws.Response + type DescribeDBSecurityGroupsInput struct + DBSecurityGroupName *string + Marker *string + MaxRecords *int64 + func (s DescribeDBSecurityGroupsInput) String() string + type DescribeDBSecurityGroupsOutput struct + DBSecurityGroups []DBSecurityGroup + Marker *string + func (s DescribeDBSecurityGroupsOutput) String() string + type DescribeDBSecurityGroupsRequest struct + Copy func(*DescribeDBSecurityGroupsInput) DescribeDBSecurityGroupsRequest + Input *DescribeDBSecurityGroupsInput + func (r DescribeDBSecurityGroupsRequest) Send(ctx context.Context) (*DescribeDBSecurityGroupsResponse, error) + type DescribeDBSecurityGroupsResponse struct + func (r *DescribeDBSecurityGroupsResponse) SDKResponseMetdata() *aws.Response + type DescribeDBSnapshotsInput struct + DBInstanceIdentifier *string + DBSnapshotIdentifier *string + Marker *string + MaxRecords *int64 + SnapshotType *string + func (s DescribeDBSnapshotsInput) String() string + type DescribeDBSnapshotsOutput struct + DBSnapshots []DBSnapshot + Marker *string + func (s DescribeDBSnapshotsOutput) String() string + type DescribeDBSnapshotsRequest struct + Copy func(*DescribeDBSnapshotsInput) DescribeDBSnapshotsRequest + Input *DescribeDBSnapshotsInput + func (r DescribeDBSnapshotsRequest) Send(ctx context.Context) (*DescribeDBSnapshotsResponse, error) + type DescribeDBSnapshotsResponse struct + func (r *DescribeDBSnapshotsResponse) SDKResponseMetdata() *aws.Response + type DescribeEngineDefaultParametersInput struct + DBParameterGroupFamily *string + Marker *string + MaxRecords *int64 + func (s DescribeEngineDefaultParametersInput) String() string + type DescribeEngineDefaultParametersOutput struct + EngineDefaults *EngineDefaults + func (s DescribeEngineDefaultParametersOutput) String() string + type DescribeEngineDefaultParametersRequest struct + Copy func(*DescribeEngineDefaultParametersInput) DescribeEngineDefaultParametersRequest + Input *DescribeEngineDefaultParametersInput + func (r DescribeEngineDefaultParametersRequest) Send(ctx context.Context) (*DescribeEngineDefaultParametersResponse, error) + type DescribeEngineDefaultParametersResponse struct + func (r *DescribeEngineDefaultParametersResponse) SDKResponseMetdata() *aws.Response + type DescribeEventCategoriesInput struct + SourceType *string + func (s DescribeEventCategoriesInput) String() string + type DescribeEventCategoriesOutput struct + EventCategoriesMapList []EventCategoriesMap + func (s DescribeEventCategoriesOutput) String() string + type DescribeEventCategoriesRequest struct + Copy func(*DescribeEventCategoriesInput) DescribeEventCategoriesRequest + Input *DescribeEventCategoriesInput + func (r DescribeEventCategoriesRequest) Send(ctx context.Context) (*DescribeEventCategoriesResponse, error) + type DescribeEventCategoriesResponse struct + func (r *DescribeEventCategoriesResponse) SDKResponseMetdata() *aws.Response + type DescribeEventSubscriptionsInput struct + Marker *string + MaxRecords *int64 + SubscriptionName *string + func (s DescribeEventSubscriptionsInput) String() string + type DescribeEventSubscriptionsOutput struct + EventSubscriptionsList []EventSubscription + Marker *string + func (s DescribeEventSubscriptionsOutput) String() string + type DescribeEventSubscriptionsRequest struct + Copy func(*DescribeEventSubscriptionsInput) DescribeEventSubscriptionsRequest + Input *DescribeEventSubscriptionsInput + func (r DescribeEventSubscriptionsRequest) Send(ctx context.Context) (*DescribeEventSubscriptionsResponse, error) + type DescribeEventSubscriptionsResponse struct + func (r *DescribeEventSubscriptionsResponse) SDKResponseMetdata() *aws.Response + type DescribeEventsInput struct + Duration *int64 + EndTime *time.Time + EventCategories []string + Marker *string + MaxRecords *int64 + SourceIdentifier *string + SourceType *string + StartTime *time.Time + func (s DescribeEventsInput) String() string + type DescribeEventsOutput struct + Events []Event + Marker *string + func (s DescribeEventsOutput) String() string + type DescribeEventsRequest struct + Copy func(*DescribeEventsInput) DescribeEventsRequest + Input *DescribeEventsInput + func (r DescribeEventsRequest) Send(ctx context.Context) (*DescribeEventsResponse, error) + type DescribeEventsResponse struct + func (r *DescribeEventsResponse) SDKResponseMetdata() *aws.Response + type DescribeOrderableDBInstanceOptionsInput struct + DBInstanceClass *string + Engine *string + EngineVersion *string + LicenseModel *string + Marker *string + MaxRecords *int64 + func (s DescribeOrderableDBInstanceOptionsInput) String() string + type DescribeOrderableDBInstanceOptionsOutput struct + Marker *string + OrderableDBInstanceOptions []OrderableDBInstanceOption + func (s DescribeOrderableDBInstanceOptionsOutput) String() string + type DescribeOrderableDBInstanceOptionsRequest struct + Copy func(*DescribeOrderableDBInstanceOptionsInput) DescribeOrderableDBInstanceOptionsRequest + Input *DescribeOrderableDBInstanceOptionsInput + func (r DescribeOrderableDBInstanceOptionsRequest) Send(ctx context.Context) (*DescribeOrderableDBInstanceOptionsResponse, error) + type DescribeOrderableDBInstanceOptionsResponse struct + func (r *DescribeOrderableDBInstanceOptionsResponse) SDKResponseMetdata() *aws.Response + type DownloadDBLogFilePortionInput struct + DBInstanceIdentifier *string + LogFileName *string + Marker *string + NumberOfLines *int64 + func (s DownloadDBLogFilePortionInput) String() string + type DownloadDBLogFilePortionOutput struct + AdditionalDataPending *bool + LogFileData *string + Marker *string + func (s DownloadDBLogFilePortionOutput) String() string + type DownloadDBLogFilePortionRequest struct + Copy func(*DownloadDBLogFilePortionInput) DownloadDBLogFilePortionRequest + Input *DownloadDBLogFilePortionInput + func (r DownloadDBLogFilePortionRequest) Send(ctx context.Context) (*DownloadDBLogFilePortionResponse, error) + type DownloadDBLogFilePortionResponse struct + func (r *DownloadDBLogFilePortionResponse) SDKResponseMetdata() *aws.Response + type EC2SecurityGroup struct + EC2SecurityGroupName *string + EC2SecurityGroupOwnerId *string + Status *string + func (s EC2SecurityGroup) String() string + type Endpoint struct + Address *string + NiftyPrivateAddress *string + Port *string + func (s Endpoint) String() string + type EngineDefaults struct + DBParameterGroupFamily *string + Marker *string + Parameters []Parameter + func (s EngineDefaults) String() string + type Event struct + Date *string + EventCategories []string + Message *string + SourceIdentifier *string + SourceType *string + func (s Event) String() string + type EventCategoriesMap struct + EventCategories []string + SourceType *string + func (s EventCategoriesMap) String() string + type EventSubscription struct + CustSubscriptionId *string + Enabled *string + EventCategoriesList []string + NiftyDescription *string + NiftyEmailAddressesList []string + SourceIdsList []string + SourceType *string + Status *string + SubscriptionCreationTime *string + func (s EventSubscription) String() string + type ExternalReplicationInfo struct + ExternalMasterAddress *string + ExternalReplicationMessage *string + ExternalReplicationStatus *string + ReplicationAddresses []string + func (s ExternalReplicationInfo) String() string + type IPRange struct + CIDRIP *string + Status *string + func (s IPRange) String() string + type Member struct + NiftyTargetName *string + SampleCount *string + Sum *string + Timestamp *string + func (s Member) String() string + type ModifyDBInstanceInput struct + AllocatedStorage *int64 + ApplyImmediately *bool + BackupRetentionPeriod *int64 + BinlogRetentionPeriod *int64 + CACertificateIdentifier *string + CustomBinlogRetentionPeriod *int64 + DBInstanceClass *string + DBInstanceIdentifier *string + DBParameterGroupName *string + DBSecurityGroups []string + MasterUserPassword *string + MultiAZ *bool + NewDBInstanceIdentifier *string + NiftyMultiAZType *int64 + NiftyReadReplicaDBInstanceIdentifier *string + NiftyReadReplicaPrivateAddress *string + NiftySlavePrivateAddress *string + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + func (s ModifyDBInstanceInput) String() string + type ModifyDBInstanceOutput struct + DBInstance *DBInstance + func (s ModifyDBInstanceOutput) String() string + type ModifyDBInstanceRequest struct + Copy func(*ModifyDBInstanceInput) ModifyDBInstanceRequest + Input *ModifyDBInstanceInput + func (r ModifyDBInstanceRequest) Send(ctx context.Context) (*ModifyDBInstanceResponse, error) + type ModifyDBInstanceResponse struct + func (r *ModifyDBInstanceResponse) SDKResponseMetdata() *aws.Response + type ModifyDBParameterGroupInput struct + DBParameterGroupName *string + Parameters []RequestParametersStruct + func (s ModifyDBParameterGroupInput) String() string + type ModifyDBParameterGroupOutput struct + DBParameterGroupName *string + func (s ModifyDBParameterGroupOutput) String() string + type ModifyDBParameterGroupRequest struct + Copy func(*ModifyDBParameterGroupInput) ModifyDBParameterGroupRequest + Input *ModifyDBParameterGroupInput + func (r ModifyDBParameterGroupRequest) Send(ctx context.Context) (*ModifyDBParameterGroupResponse, error) + type ModifyDBParameterGroupResponse struct + func (r *ModifyDBParameterGroupResponse) SDKResponseMetdata() *aws.Response + type ModifyEventSubscriptionInput struct + Enabled *bool + EventCategories []string + NiftyDescription *string + NiftyEmailAddresses []string + SourceType *string + SubscriptionName *string + func (s ModifyEventSubscriptionInput) String() string + type ModifyEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s ModifyEventSubscriptionOutput) String() string + type ModifyEventSubscriptionRequest struct + Copy func(*ModifyEventSubscriptionInput) ModifyEventSubscriptionRequest + Input *ModifyEventSubscriptionInput + func (r ModifyEventSubscriptionRequest) Send(ctx context.Context) (*ModifyEventSubscriptionResponse, error) + type ModifyEventSubscriptionResponse struct + func (r *ModifyEventSubscriptionResponse) SDKResponseMetdata() *aws.Response + type NiftyFailoverDBInstanceInput struct + DBInstanceIdentifier *string + func (s NiftyFailoverDBInstanceInput) String() string + type NiftyFailoverDBInstanceOutput struct + DBInstance *DBInstance + func (s NiftyFailoverDBInstanceOutput) String() string + type NiftyFailoverDBInstanceRequest struct + Copy func(*NiftyFailoverDBInstanceInput) NiftyFailoverDBInstanceRequest + Input *NiftyFailoverDBInstanceInput + func (r NiftyFailoverDBInstanceRequest) Send(ctx context.Context) (*NiftyFailoverDBInstanceResponse, error) + type NiftyFailoverDBInstanceResponse struct + func (r *NiftyFailoverDBInstanceResponse) SDKResponseMetdata() *aws.Response + type NiftyGetMetricStatisticsInput struct + Dimensions []RequestDimensionsStruct + EndTime *time.Time + MetricName *string + StartTime *time.Time + func (s NiftyGetMetricStatisticsInput) String() string + type NiftyGetMetricStatisticsOutput struct + Datapoints []Member + Label *string + func (s NiftyGetMetricStatisticsOutput) String() string + type NiftyGetMetricStatisticsRequest struct + Copy func(*NiftyGetMetricStatisticsInput) NiftyGetMetricStatisticsRequest + Input *NiftyGetMetricStatisticsInput + func (r NiftyGetMetricStatisticsRequest) Send(ctx context.Context) (*NiftyGetMetricStatisticsResponse, error) + type NiftyGetMetricStatisticsResponse struct + func (r *NiftyGetMetricStatisticsResponse) SDKResponseMetdata() *aws.Response + type OptionGroupMembership struct + OptionGroupName *string + Status *string + func (s OptionGroupMembership) String() string + type OrderableDBInstanceOption struct + AvailabilityZones []AvailabilityZone + DBInstanceClass *string + Engine *string + EngineVersion *string + LicenseModel *string + MultiAZCapable *bool + ReadReplicaCapable *bool + Vpc *bool + func (s OrderableDBInstanceOption) String() string + type Parameter struct + AllowedValues *string + ApplyMethod *string + ApplyType *string + DataType *string + Description *string + IsModifiable *string + MinimumEngineVersion *string + ParameterName *string + ParameterValue *string + Source *string + func (s Parameter) String() string + type PendingModifiedValues struct + AllocatedStorage *string + BackupRetentionPeriod *string + DBInstanceClass *string + DBInstanceIdentifier *string + EngineVersion *string + MasterUserPassword *string + MultiAZ *string + NiftyMultiAZType *string + Port *string + func (s PendingModifiedValues) String() string + type ReadReplicaDBInstanceIdentifier struct + ReadReplicaDBInstanceIdentifier *string + func (s ReadReplicaDBInstanceIdentifier) String() string + type RebootDBInstanceInput struct + DBInstanceIdentifier *string + ForceFailover *bool + NiftyRebootType *string + func (s RebootDBInstanceInput) String() string + type RebootDBInstanceOutput struct + DBInstance *DBInstance + func (s RebootDBInstanceOutput) String() string + type RebootDBInstanceRequest struct + Copy func(*RebootDBInstanceInput) RebootDBInstanceRequest + Input *RebootDBInstanceInput + func (r RebootDBInstanceRequest) Send(ctx context.Context) (*RebootDBInstanceResponse, error) + type RebootDBInstanceResponse struct + func (r *RebootDBInstanceResponse) SDKResponseMetdata() *aws.Response + type RemoveSourceIdentifierFromSubscriptionInput struct + SourceIdentifier *string + SubscriptionName *string + func (s RemoveSourceIdentifierFromSubscriptionInput) String() string + type RemoveSourceIdentifierFromSubscriptionOutput struct + EventSubscription *EventSubscription + func (s RemoveSourceIdentifierFromSubscriptionOutput) String() string + type RemoveSourceIdentifierFromSubscriptionRequest struct + Copy func(*RemoveSourceIdentifierFromSubscriptionInput) RemoveSourceIdentifierFromSubscriptionRequest + Input *RemoveSourceIdentifierFromSubscriptionInput + func (r RemoveSourceIdentifierFromSubscriptionRequest) Send(ctx context.Context) (*RemoveSourceIdentifierFromSubscriptionResponse, error) + type RemoveSourceIdentifierFromSubscriptionResponse struct + func (r *RemoveSourceIdentifierFromSubscriptionResponse) SDKResponseMetdata() *aws.Response + type RequestDimensionsStruct struct + Name *string + Value *string + func (s RequestDimensionsStruct) String() string + type RequestParametersStruct struct + ApplyMethod *string + ParameterName *string + ParameterValue *string + func (s RequestParametersStruct) String() string + type ResetDBParameterGroupInput struct + DBParameterGroupName *string + Parameters []RequestParametersStruct + ResetAllParameters *bool + func (s ResetDBParameterGroupInput) String() string + type ResetDBParameterGroupOutput struct + DBParameterGroupName *string + func (s ResetDBParameterGroupOutput) String() string + type ResetDBParameterGroupRequest struct + Copy func(*ResetDBParameterGroupInput) ResetDBParameterGroupRequest + Input *ResetDBParameterGroupInput + func (r ResetDBParameterGroupRequest) Send(ctx context.Context) (*ResetDBParameterGroupResponse, error) + type ResetDBParameterGroupResponse struct + func (r *ResetDBParameterGroupResponse) SDKResponseMetdata() *aws.Response + type ResetExternalMasterInput struct + DBInstanceIdentifier *string + func (s ResetExternalMasterInput) String() string + type ResetExternalMasterOutput struct + DBInstance *DBInstance + func (s ResetExternalMasterOutput) String() string + type ResetExternalMasterRequest struct + Copy func(*ResetExternalMasterInput) ResetExternalMasterRequest + Input *ResetExternalMasterInput + func (r ResetExternalMasterRequest) Send(ctx context.Context) (*ResetExternalMasterResponse, error) + type ResetExternalMasterResponse struct + func (r *ResetExternalMasterResponse) SDKResponseMetdata() *aws.Response + type RestoreDBInstanceFromDBSnapshotInput struct + AvailabilityZone *string + DBInstanceClass *string + DBInstanceIdentifier *string + DBName *string + DBSnapshotIdentifier *string + Engine *string + LicenseModel *string + MultiAZ *bool + NiftyDBParameterGroupName *string + NiftyDBSecurityGroups []string + NiftyMasterPrivateAddress *string + NiftyMultiAZType *int64 + NiftyNetworkId *string + NiftyReadReplicaDBInstanceIdentifier *int64 + NiftyReadReplicaPrivateAddress *string + NiftySlavePrivateAddress *string + NiftyStorageType *int64 + NiftyVirtualPrivateAddress *string + Port *int64 + PubliclyAccessible *bool + func (s RestoreDBInstanceFromDBSnapshotInput) String() string + type RestoreDBInstanceFromDBSnapshotOutput struct + DBInstance *DBInstance + func (s RestoreDBInstanceFromDBSnapshotOutput) String() string + type RestoreDBInstanceFromDBSnapshotRequest struct + Copy func(*RestoreDBInstanceFromDBSnapshotInput) RestoreDBInstanceFromDBSnapshotRequest + Input *RestoreDBInstanceFromDBSnapshotInput + func (r RestoreDBInstanceFromDBSnapshotRequest) Send(ctx context.Context) (*RestoreDBInstanceFromDBSnapshotResponse, error) + type RestoreDBInstanceFromDBSnapshotResponse struct + func (r *RestoreDBInstanceFromDBSnapshotResponse) SDKResponseMetdata() *aws.Response + type RestoreDBInstanceToPointInTimeInput struct + AvailabilityZone *string + DBInstanceClass *string + DBName *string + Engine *string + LicenseModel *string + MultiAZ *bool + NiftyDBParameterGroupName *string + NiftyDBSecurityGroups []string + NiftyMasterPrivateAddress *string + NiftyMultiAZType *int64 + NiftyNetworkId *string + NiftyReadReplicaDBInstanceIdentifier *string + NiftyReadReplicaPrivateAddress *string + NiftySlavePrivateAddress *string + NiftyStorageType *int64 + NiftyVirtualPrivateAddress *string + Port *int64 + PubliclyAccessible *bool + RestoreTime *time.Time + SourceDBInstanceIdentifier *string + TargetDBInstanceIdentifier *string + UseLatestRestorableTime *bool + func (s RestoreDBInstanceToPointInTimeInput) String() string + type RestoreDBInstanceToPointInTimeOutput struct + DBInstance *DBInstance + func (s RestoreDBInstanceToPointInTimeOutput) String() string + type RestoreDBInstanceToPointInTimeRequest struct + Copy func(*RestoreDBInstanceToPointInTimeInput) RestoreDBInstanceToPointInTimeRequest + Input *RestoreDBInstanceToPointInTimeInput + func (r RestoreDBInstanceToPointInTimeRequest) Send(ctx context.Context) (*RestoreDBInstanceToPointInTimeResponse, error) + type RestoreDBInstanceToPointInTimeResponse struct + func (r *RestoreDBInstanceToPointInTimeResponse) SDKResponseMetdata() *aws.Response + type RevokeDBSecurityGroupIngressInput struct + CIDRIP *string + DBSecurityGroupName *string + EC2SecurityGroupName *string + func (s RevokeDBSecurityGroupIngressInput) String() string + type RevokeDBSecurityGroupIngressOutput struct + DBSecurityGroup *DBSecurityGroup + func (s RevokeDBSecurityGroupIngressOutput) String() string + type RevokeDBSecurityGroupIngressRequest struct + Copy func(*RevokeDBSecurityGroupIngressInput) RevokeDBSecurityGroupIngressRequest + Input *RevokeDBSecurityGroupIngressInput + func (r RevokeDBSecurityGroupIngressRequest) Send(ctx context.Context) (*RevokeDBSecurityGroupIngressResponse, error) + type RevokeDBSecurityGroupIngressResponse struct + func (r *RevokeDBSecurityGroupIngressResponse) SDKResponseMetdata() *aws.Response + type SetExternalMasterInput struct + BinlogFileName *string + BinlogPosition *int64 + DBInstanceIdentifier *string + MasterHost *string + MasterPort *int64 + ReplicationUserName *string + ReplicationUserPassword *string + func (s SetExternalMasterInput) String() string + type SetExternalMasterOutput struct + DBInstance *DBInstance + func (s SetExternalMasterOutput) String() string + type SetExternalMasterRequest struct + Copy func(*SetExternalMasterInput) SetExternalMasterRequest + Input *SetExternalMasterInput + func (r SetExternalMasterRequest) Send(ctx context.Context) (*SetExternalMasterResponse, error) + type SetExternalMasterResponse struct + func (r *SetExternalMasterResponse) SDKResponseMetdata() *aws.Response + type StartReplicationInput struct + DBInstanceIdentifier *string + func (s StartReplicationInput) String() string + type StartReplicationOutput struct + DBInstance *DBInstance + func (s StartReplicationOutput) String() string + type StartReplicationRequest struct + Copy func(*StartReplicationInput) StartReplicationRequest + Input *StartReplicationInput + func (r StartReplicationRequest) Send(ctx context.Context) (*StartReplicationResponse, error) + type StartReplicationResponse struct + func (r *StartReplicationResponse) SDKResponseMetdata() *aws.Response + type StopReplicationInput struct + DBInstanceIdentifier *string + func (s StopReplicationInput) String() string + type StopReplicationOutput struct + DBInstance *DBInstance + func (s StopReplicationOutput) String() string + type StopReplicationRequest struct + Copy func(*StopReplicationInput) StopReplicationRequest + Input *StopReplicationInput + func (r StopReplicationRequest) Send(ctx context.Context) (*StopReplicationResponse, error) + type StopReplicationResponse struct + func (r *StopReplicationResponse) SDKResponseMetdata() *aws.Response + type VpcSecurityGroup struct + func (s VpcSecurityGroup) String() string