Documentation ¶
Overview ¶
Package rds provides the client and types for making API requests to Amazon Relational Database Service.
Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.
Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.
This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.
Amazon RDS API Reference
For the alphabetical list of API actions, see API Actions (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html).
For the alphabetical list of data types, see Data Types (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html).
For a list of common query parameters, see Common Parameters (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html).
For descriptions of the error codes, see Common Errors (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html).
Amazon RDS User Guide
For a summary of the Amazon RDS interfaces, see Available RDS Interfaces (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces).
For more information about how to use the Query API, see Using the Query API (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html).
See https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31 for more information on this service.
See rds package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/rds/
Using the Client ¶
To contact Amazon Relational Database Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Relational Database Service client RDS for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/rds/#New
IAM User or Role Database Authentication ¶
The rdsutil package's BuildAuthToken function provides a connection authentication token builder. Given an endpoint of the RDS database, AWS region, DB user, and AWS credentials the function will create an presigned URL to use as the authentication token for the database's connection.
The following example shows how to use BuildAuthToken to create an authentication token for connecting to a MySQL database in RDS.
authToken, err := rdsutils.BuildAuthToken(dbEndpoint, awsRegion, dbUser, awsCreds) // Create the MySQL DNS string for the DB connection // user:password@protocol(endpoint)/dbname?<params> dnsStr = fmt.Sprintf("%s:%s@tcp(%s)/%s?tls=true", dbUser, authToken, dbEndpoint, dbName, ) // Use db to perform SQL operations on database db, err := sql.Open("mysql", dnsStr)
See rdsutil package for more information. http://docs.aws.amazon.com/sdk-for-go/api/service/rds/rdsutils/
Index ¶
- Constants
- func ActivityStreamMode_Values() []string
- func ActivityStreamStatus_Values() []string
- func ApplyMethod_Values() []string
- func AuthScheme_Values() []string
- func DBProxyStatus_Values() []string
- func EngineFamily_Values() []string
- func IAMAuthMode_Values() []string
- func ReplicaMode_Values() []string
- func SourceType_Values() []string
- func TargetHealthReason_Values() []string
- func TargetState_Values() []string
- func TargetType_Values() []string
- func WriteForwardingStatus_Values() []string
- type AccountQuota
- type AddRoleToDBClusterInput
- func (s AddRoleToDBClusterInput) GoString() string
- func (s *AddRoleToDBClusterInput) SetDBClusterIdentifier(v string) *AddRoleToDBClusterInput
- func (s *AddRoleToDBClusterInput) SetFeatureName(v string) *AddRoleToDBClusterInput
- func (s *AddRoleToDBClusterInput) SetRoleArn(v string) *AddRoleToDBClusterInput
- func (s AddRoleToDBClusterInput) String() string
- func (s *AddRoleToDBClusterInput) Validate() error
- type AddRoleToDBClusterOutput
- type AddRoleToDBInstanceInput
- func (s AddRoleToDBInstanceInput) GoString() string
- func (s *AddRoleToDBInstanceInput) SetDBInstanceIdentifier(v string) *AddRoleToDBInstanceInput
- func (s *AddRoleToDBInstanceInput) SetFeatureName(v string) *AddRoleToDBInstanceInput
- func (s *AddRoleToDBInstanceInput) SetRoleArn(v string) *AddRoleToDBInstanceInput
- func (s AddRoleToDBInstanceInput) String() string
- func (s *AddRoleToDBInstanceInput) Validate() error
- type AddRoleToDBInstanceOutput
- type AddSourceIdentifierToSubscriptionInput
- func (s AddSourceIdentifierToSubscriptionInput) GoString() string
- func (s *AddSourceIdentifierToSubscriptionInput) SetSourceIdentifier(v string) *AddSourceIdentifierToSubscriptionInput
- func (s *AddSourceIdentifierToSubscriptionInput) SetSubscriptionName(v string) *AddSourceIdentifierToSubscriptionInput
- func (s AddSourceIdentifierToSubscriptionInput) String() string
- func (s *AddSourceIdentifierToSubscriptionInput) Validate() error
- type AddSourceIdentifierToSubscriptionOutput
- type AddTagsToResourceInput
- func (s AddTagsToResourceInput) GoString() string
- func (s *AddTagsToResourceInput) SetResourceName(v string) *AddTagsToResourceInput
- func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput
- func (s AddTagsToResourceInput) String() string
- func (s *AddTagsToResourceInput) Validate() error
- type AddTagsToResourceOutput
- type ApplyPendingMaintenanceActionInput
- func (s ApplyPendingMaintenanceActionInput) GoString() string
- func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput
- func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput
- func (s *ApplyPendingMaintenanceActionInput) SetResourceIdentifier(v string) *ApplyPendingMaintenanceActionInput
- func (s ApplyPendingMaintenanceActionInput) String() string
- func (s *ApplyPendingMaintenanceActionInput) Validate() error
- type ApplyPendingMaintenanceActionOutput
- type AuthorizeDBSecurityGroupIngressInput
- func (s AuthorizeDBSecurityGroupIngressInput) GoString() string
- func (s *AuthorizeDBSecurityGroupIngressInput) SetCIDRIP(v string) *AuthorizeDBSecurityGroupIngressInput
- func (s *AuthorizeDBSecurityGroupIngressInput) SetDBSecurityGroupName(v string) *AuthorizeDBSecurityGroupIngressInput
- func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupId(v string) *AuthorizeDBSecurityGroupIngressInput
- func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *AuthorizeDBSecurityGroupIngressInput
- func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *AuthorizeDBSecurityGroupIngressInput
- func (s AuthorizeDBSecurityGroupIngressInput) String() string
- func (s *AuthorizeDBSecurityGroupIngressInput) Validate() error
- type AuthorizeDBSecurityGroupIngressOutput
- type AvailabilityZone
- type AvailableProcessorFeature
- func (s AvailableProcessorFeature) GoString() string
- func (s *AvailableProcessorFeature) SetAllowedValues(v string) *AvailableProcessorFeature
- func (s *AvailableProcessorFeature) SetDefaultValue(v string) *AvailableProcessorFeature
- func (s *AvailableProcessorFeature) SetName(v string) *AvailableProcessorFeature
- func (s AvailableProcessorFeature) String() string
- type BacktrackDBClusterInput
- func (s BacktrackDBClusterInput) GoString() string
- func (s *BacktrackDBClusterInput) SetBacktrackTo(v time.Time) *BacktrackDBClusterInput
- func (s *BacktrackDBClusterInput) SetDBClusterIdentifier(v string) *BacktrackDBClusterInput
- func (s *BacktrackDBClusterInput) SetForce(v bool) *BacktrackDBClusterInput
- func (s *BacktrackDBClusterInput) SetUseEarliestTimeOnPointInTimeUnavailable(v bool) *BacktrackDBClusterInput
- func (s BacktrackDBClusterInput) String() string
- func (s *BacktrackDBClusterInput) Validate() error
- type BacktrackDBClusterOutput
- func (s BacktrackDBClusterOutput) GoString() string
- func (s *BacktrackDBClusterOutput) SetBacktrackIdentifier(v string) *BacktrackDBClusterOutput
- func (s *BacktrackDBClusterOutput) SetBacktrackRequestCreationTime(v time.Time) *BacktrackDBClusterOutput
- func (s *BacktrackDBClusterOutput) SetBacktrackTo(v time.Time) *BacktrackDBClusterOutput
- func (s *BacktrackDBClusterOutput) SetBacktrackedFrom(v time.Time) *BacktrackDBClusterOutput
- func (s *BacktrackDBClusterOutput) SetDBClusterIdentifier(v string) *BacktrackDBClusterOutput
- func (s *BacktrackDBClusterOutput) SetStatus(v string) *BacktrackDBClusterOutput
- func (s BacktrackDBClusterOutput) String() string
- type CancelExportTaskInput
- type CancelExportTaskOutput
- func (s CancelExportTaskOutput) GoString() string
- func (s *CancelExportTaskOutput) SetExportOnly(v []*string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetExportTaskIdentifier(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetFailureCause(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetIamRoleArn(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetKmsKeyId(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetPercentProgress(v int64) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetS3Bucket(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetS3Prefix(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetSnapshotTime(v time.Time) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetSourceArn(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetStatus(v string) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetTaskEndTime(v time.Time) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetTaskStartTime(v time.Time) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetTotalExtractedDataInGB(v int64) *CancelExportTaskOutput
- func (s *CancelExportTaskOutput) SetWarningMessage(v string) *CancelExportTaskOutput
- func (s CancelExportTaskOutput) String() string
- type Certificate
- func (s Certificate) GoString() string
- func (s *Certificate) SetCertificateArn(v string) *Certificate
- func (s *Certificate) SetCertificateIdentifier(v string) *Certificate
- func (s *Certificate) SetCertificateType(v string) *Certificate
- func (s *Certificate) SetCustomerOverride(v bool) *Certificate
- func (s *Certificate) SetCustomerOverrideValidTill(v time.Time) *Certificate
- func (s *Certificate) SetThumbprint(v string) *Certificate
- func (s *Certificate) SetValidFrom(v time.Time) *Certificate
- func (s *Certificate) SetValidTill(v time.Time) *Certificate
- func (s Certificate) String() string
- type CharacterSet
- type CloudwatchLogsExportConfiguration
- func (s CloudwatchLogsExportConfiguration) GoString() string
- func (s *CloudwatchLogsExportConfiguration) SetDisableLogTypes(v []*string) *CloudwatchLogsExportConfiguration
- func (s *CloudwatchLogsExportConfiguration) SetEnableLogTypes(v []*string) *CloudwatchLogsExportConfiguration
- func (s CloudwatchLogsExportConfiguration) String() string
- type ClusterPendingModifiedValues
- func (s ClusterPendingModifiedValues) GoString() string
- func (s *ClusterPendingModifiedValues) SetDBClusterIdentifier(v string) *ClusterPendingModifiedValues
- func (s *ClusterPendingModifiedValues) SetEngineVersion(v string) *ClusterPendingModifiedValues
- func (s *ClusterPendingModifiedValues) SetIAMDatabaseAuthenticationEnabled(v bool) *ClusterPendingModifiedValues
- func (s *ClusterPendingModifiedValues) SetMasterUserPassword(v string) *ClusterPendingModifiedValues
- func (s *ClusterPendingModifiedValues) SetPendingCloudwatchLogsExports(v *PendingCloudwatchLogsExports) *ClusterPendingModifiedValues
- func (s ClusterPendingModifiedValues) String() string
- type ConnectionPoolConfiguration
- func (s ConnectionPoolConfiguration) GoString() string
- func (s *ConnectionPoolConfiguration) SetConnectionBorrowTimeout(v int64) *ConnectionPoolConfiguration
- func (s *ConnectionPoolConfiguration) SetInitQuery(v string) *ConnectionPoolConfiguration
- func (s *ConnectionPoolConfiguration) SetMaxConnectionsPercent(v int64) *ConnectionPoolConfiguration
- func (s *ConnectionPoolConfiguration) SetMaxIdleConnectionsPercent(v int64) *ConnectionPoolConfiguration
- func (s *ConnectionPoolConfiguration) SetSessionPinningFilters(v []*string) *ConnectionPoolConfiguration
- func (s ConnectionPoolConfiguration) String() string
- type ConnectionPoolConfigurationInfo
- func (s ConnectionPoolConfigurationInfo) GoString() string
- func (s *ConnectionPoolConfigurationInfo) SetConnectionBorrowTimeout(v int64) *ConnectionPoolConfigurationInfo
- func (s *ConnectionPoolConfigurationInfo) SetInitQuery(v string) *ConnectionPoolConfigurationInfo
- func (s *ConnectionPoolConfigurationInfo) SetMaxConnectionsPercent(v int64) *ConnectionPoolConfigurationInfo
- func (s *ConnectionPoolConfigurationInfo) SetMaxIdleConnectionsPercent(v int64) *ConnectionPoolConfigurationInfo
- func (s *ConnectionPoolConfigurationInfo) SetSessionPinningFilters(v []*string) *ConnectionPoolConfigurationInfo
- func (s ConnectionPoolConfigurationInfo) String() string
- type CopyDBClusterParameterGroupInput
- func (s CopyDBClusterParameterGroupInput) GoString() string
- func (s *CopyDBClusterParameterGroupInput) SetSourceDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput
- func (s *CopyDBClusterParameterGroupInput) SetTags(v []*Tag) *CopyDBClusterParameterGroupInput
- func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupDescription(v string) *CopyDBClusterParameterGroupInput
- func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput
- func (s CopyDBClusterParameterGroupInput) String() string
- func (s *CopyDBClusterParameterGroupInput) Validate() error
- type CopyDBClusterParameterGroupOutput
- type CopyDBClusterSnapshotInput
- func (s CopyDBClusterSnapshotInput) GoString() string
- func (s *CopyDBClusterSnapshotInput) SetCopyTags(v bool) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetDestinationRegion(v string) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetKmsKeyId(v string) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetPreSignedUrl(v string) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetSourceRegion(v string) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetTags(v []*Tag) *CopyDBClusterSnapshotInput
- func (s *CopyDBClusterSnapshotInput) SetTargetDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput
- func (s CopyDBClusterSnapshotInput) String() string
- func (s *CopyDBClusterSnapshotInput) Validate() error
- type CopyDBClusterSnapshotOutput
- type CopyDBParameterGroupInput
- func (s CopyDBParameterGroupInput) GoString() string
- func (s *CopyDBParameterGroupInput) SetSourceDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput
- func (s *CopyDBParameterGroupInput) SetTags(v []*Tag) *CopyDBParameterGroupInput
- func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupDescription(v string) *CopyDBParameterGroupInput
- func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput
- func (s CopyDBParameterGroupInput) String() string
- func (s *CopyDBParameterGroupInput) Validate() error
- type CopyDBParameterGroupOutput
- type CopyDBSnapshotInput
- func (s CopyDBSnapshotInput) GoString() string
- func (s *CopyDBSnapshotInput) SetCopyTags(v bool) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetDestinationRegion(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetKmsKeyId(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetOptionGroupName(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetPreSignedUrl(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetSourceDBSnapshotIdentifier(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetSourceRegion(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetTags(v []*Tag) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetTargetCustomAvailabilityZone(v string) *CopyDBSnapshotInput
- func (s *CopyDBSnapshotInput) SetTargetDBSnapshotIdentifier(v string) *CopyDBSnapshotInput
- func (s CopyDBSnapshotInput) String() string
- func (s *CopyDBSnapshotInput) Validate() error
- type CopyDBSnapshotOutput
- type CopyOptionGroupInput
- func (s CopyOptionGroupInput) GoString() string
- func (s *CopyOptionGroupInput) SetSourceOptionGroupIdentifier(v string) *CopyOptionGroupInput
- func (s *CopyOptionGroupInput) SetTags(v []*Tag) *CopyOptionGroupInput
- func (s *CopyOptionGroupInput) SetTargetOptionGroupDescription(v string) *CopyOptionGroupInput
- func (s *CopyOptionGroupInput) SetTargetOptionGroupIdentifier(v string) *CopyOptionGroupInput
- func (s CopyOptionGroupInput) String() string
- func (s *CopyOptionGroupInput) Validate() error
- type CopyOptionGroupOutput
- type CreateCustomAvailabilityZoneInput
- func (s CreateCustomAvailabilityZoneInput) GoString() string
- func (s *CreateCustomAvailabilityZoneInput) SetCustomAvailabilityZoneName(v string) *CreateCustomAvailabilityZoneInput
- func (s *CreateCustomAvailabilityZoneInput) SetExistingVpnId(v string) *CreateCustomAvailabilityZoneInput
- func (s *CreateCustomAvailabilityZoneInput) SetNewVpnTunnelName(v string) *CreateCustomAvailabilityZoneInput
- func (s *CreateCustomAvailabilityZoneInput) SetVpnTunnelOriginatorIP(v string) *CreateCustomAvailabilityZoneInput
- func (s CreateCustomAvailabilityZoneInput) String() string
- func (s *CreateCustomAvailabilityZoneInput) Validate() error
- type CreateCustomAvailabilityZoneOutput
- type CreateDBClusterEndpointInput
- func (s CreateDBClusterEndpointInput) GoString() string
- func (s *CreateDBClusterEndpointInput) SetDBClusterEndpointIdentifier(v string) *CreateDBClusterEndpointInput
- func (s *CreateDBClusterEndpointInput) SetDBClusterIdentifier(v string) *CreateDBClusterEndpointInput
- func (s *CreateDBClusterEndpointInput) SetEndpointType(v string) *CreateDBClusterEndpointInput
- func (s *CreateDBClusterEndpointInput) SetExcludedMembers(v []*string) *CreateDBClusterEndpointInput
- func (s *CreateDBClusterEndpointInput) SetStaticMembers(v []*string) *CreateDBClusterEndpointInput
- func (s *CreateDBClusterEndpointInput) SetTags(v []*Tag) *CreateDBClusterEndpointInput
- func (s CreateDBClusterEndpointInput) String() string
- func (s *CreateDBClusterEndpointInput) Validate() error
- type CreateDBClusterEndpointOutput
- func (s CreateDBClusterEndpointOutput) GoString() string
- func (s *CreateDBClusterEndpointOutput) SetCustomEndpointType(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetEndpoint(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetEndpointType(v string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetExcludedMembers(v []*string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetStaticMembers(v []*string) *CreateDBClusterEndpointOutput
- func (s *CreateDBClusterEndpointOutput) SetStatus(v string) *CreateDBClusterEndpointOutput
- func (s CreateDBClusterEndpointOutput) String() string
- type CreateDBClusterInput
- func (s CreateDBClusterInput) GoString() string
- func (s *CreateDBClusterInput) SetAvailabilityZones(v []*string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetBacktrackWindow(v int64) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetBackupRetentionPeriod(v int64) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetCharacterSetName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetCopyTagsToSnapshot(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDBClusterIdentifier(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDBClusterParameterGroupName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDBSubnetGroupName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDatabaseName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDeletionProtection(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDestinationRegion(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDomain(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetDomainIAMRoleName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEnableGlobalWriteForwarding(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEnableHttpEndpoint(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEngine(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEngineMode(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetEngineVersion(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetGlobalClusterIdentifier(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetKmsKeyId(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetMasterUserPassword(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetMasterUsername(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetOptionGroupName(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetPort(v int64) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetPreSignedUrl(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetPreferredBackupWindow(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetPreferredMaintenanceWindow(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetReplicationSourceIdentifier(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetScalingConfiguration(v *ScalingConfiguration) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetSourceRegion(v string) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetStorageEncrypted(v bool) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetTags(v []*Tag) *CreateDBClusterInput
- func (s *CreateDBClusterInput) SetVpcSecurityGroupIds(v []*string) *CreateDBClusterInput
- func (s CreateDBClusterInput) String() string
- func (s *CreateDBClusterInput) Validate() error
- type CreateDBClusterOutput
- type CreateDBClusterParameterGroupInput
- func (s CreateDBClusterParameterGroupInput) GoString() string
- func (s *CreateDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *CreateDBClusterParameterGroupInput
- func (s *CreateDBClusterParameterGroupInput) SetDBParameterGroupFamily(v string) *CreateDBClusterParameterGroupInput
- func (s *CreateDBClusterParameterGroupInput) SetDescription(v string) *CreateDBClusterParameterGroupInput
- func (s *CreateDBClusterParameterGroupInput) SetTags(v []*Tag) *CreateDBClusterParameterGroupInput
- func (s CreateDBClusterParameterGroupInput) String() string
- func (s *CreateDBClusterParameterGroupInput) Validate() error
- type CreateDBClusterParameterGroupOutput
- type CreateDBClusterSnapshotInput
- func (s CreateDBClusterSnapshotInput) GoString() string
- func (s *CreateDBClusterSnapshotInput) SetDBClusterIdentifier(v string) *CreateDBClusterSnapshotInput
- func (s *CreateDBClusterSnapshotInput) SetDBClusterSnapshotIdentifier(v string) *CreateDBClusterSnapshotInput
- func (s *CreateDBClusterSnapshotInput) SetTags(v []*Tag) *CreateDBClusterSnapshotInput
- func (s CreateDBClusterSnapshotInput) String() string
- func (s *CreateDBClusterSnapshotInput) Validate() error
- type CreateDBClusterSnapshotOutput
- type CreateDBInstanceInput
- func (s CreateDBInstanceInput) GoString() string
- func (s *CreateDBInstanceInput) SetAllocatedStorage(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetAvailabilityZone(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetBackupRetentionPeriod(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetCharacterSetName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetCopyTagsToSnapshot(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBClusterIdentifier(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBInstanceClass(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBInstanceIdentifier(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBParameterGroupName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBSecurityGroups(v []*string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDBSubnetGroupName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDeletionProtection(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDomain(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetDomainIAMRoleName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEnableCustomerOwnedIp(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEnablePerformanceInsights(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEngine(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetEngineVersion(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetIops(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetKmsKeyId(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetLicenseModel(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMasterUserPassword(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMasterUsername(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMaxAllocatedStorage(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMonitoringInterval(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMonitoringRoleArn(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetMultiAZ(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetNcharCharacterSetName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetOptionGroupName(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPerformanceInsightsKMSKeyId(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPerformanceInsightsRetentionPeriod(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPort(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPreferredBackupWindow(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetProcessorFeatures(v []*ProcessorFeature) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPromotionTier(v int64) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetPubliclyAccessible(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetStorageEncrypted(v bool) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetStorageType(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetTags(v []*Tag) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetTdeCredentialArn(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetTdeCredentialPassword(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetTimezone(v string) *CreateDBInstanceInput
- func (s *CreateDBInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateDBInstanceInput
- func (s CreateDBInstanceInput) String() string
- func (s *CreateDBInstanceInput) Validate() error
- type CreateDBInstanceOutput
- type CreateDBInstanceReadReplicaInput
- func (s CreateDBInstanceReadReplicaInput) GoString() string
- func (s *CreateDBInstanceReadReplicaInput) SetAutoMinorVersionUpgrade(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetAvailabilityZone(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetCopyTagsToSnapshot(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDBInstanceClass(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDBInstanceIdentifier(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDBParameterGroupName(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDBSubnetGroupName(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDeletionProtection(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDestinationRegion(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDomain(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetDomainIAMRoleName(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetEnablePerformanceInsights(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetIops(v int64) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetKmsKeyId(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetMaxAllocatedStorage(v int64) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetMonitoringInterval(v int64) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetMonitoringRoleArn(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetMultiAZ(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetOptionGroupName(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetPerformanceInsightsKMSKeyId(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetPerformanceInsightsRetentionPeriod(v int64) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetPort(v int64) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetPreSignedUrl(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetProcessorFeatures(v []*ProcessorFeature) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetPubliclyAccessible(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetReplicaMode(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetSourceDBInstanceIdentifier(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetSourceRegion(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetStorageType(v string) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetTags(v []*Tag) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetUseDefaultProcessorFeatures(v bool) *CreateDBInstanceReadReplicaInput
- func (s *CreateDBInstanceReadReplicaInput) SetVpcSecurityGroupIds(v []*string) *CreateDBInstanceReadReplicaInput
- func (s CreateDBInstanceReadReplicaInput) String() string
- func (s *CreateDBInstanceReadReplicaInput) Validate() error
- type CreateDBInstanceReadReplicaOutput
- type CreateDBParameterGroupInput
- func (s CreateDBParameterGroupInput) GoString() string
- func (s *CreateDBParameterGroupInput) SetDBParameterGroupFamily(v string) *CreateDBParameterGroupInput
- func (s *CreateDBParameterGroupInput) SetDBParameterGroupName(v string) *CreateDBParameterGroupInput
- func (s *CreateDBParameterGroupInput) SetDescription(v string) *CreateDBParameterGroupInput
- func (s *CreateDBParameterGroupInput) SetTags(v []*Tag) *CreateDBParameterGroupInput
- func (s CreateDBParameterGroupInput) String() string
- func (s *CreateDBParameterGroupInput) Validate() error
- type CreateDBParameterGroupOutput
- type CreateDBProxyInput
- func (s CreateDBProxyInput) GoString() string
- func (s *CreateDBProxyInput) SetAuth(v []*UserAuthConfig) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetDBProxyName(v string) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetDebugLogging(v bool) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetEngineFamily(v string) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetIdleClientTimeout(v int64) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetRequireTLS(v bool) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetRoleArn(v string) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetTags(v []*Tag) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetVpcSecurityGroupIds(v []*string) *CreateDBProxyInput
- func (s *CreateDBProxyInput) SetVpcSubnetIds(v []*string) *CreateDBProxyInput
- func (s CreateDBProxyInput) String() string
- func (s *CreateDBProxyInput) Validate() error
- type CreateDBProxyOutput
- type CreateDBSecurityGroupInput
- func (s CreateDBSecurityGroupInput) GoString() string
- func (s *CreateDBSecurityGroupInput) SetDBSecurityGroupDescription(v string) *CreateDBSecurityGroupInput
- func (s *CreateDBSecurityGroupInput) SetDBSecurityGroupName(v string) *CreateDBSecurityGroupInput
- func (s *CreateDBSecurityGroupInput) SetTags(v []*Tag) *CreateDBSecurityGroupInput
- func (s CreateDBSecurityGroupInput) String() string
- func (s *CreateDBSecurityGroupInput) Validate() error
- type CreateDBSecurityGroupOutput
- type CreateDBSnapshotInput
- func (s CreateDBSnapshotInput) GoString() string
- func (s *CreateDBSnapshotInput) SetDBInstanceIdentifier(v string) *CreateDBSnapshotInput
- func (s *CreateDBSnapshotInput) SetDBSnapshotIdentifier(v string) *CreateDBSnapshotInput
- func (s *CreateDBSnapshotInput) SetTags(v []*Tag) *CreateDBSnapshotInput
- func (s CreateDBSnapshotInput) String() string
- func (s *CreateDBSnapshotInput) Validate() error
- type CreateDBSnapshotOutput
- type CreateDBSubnetGroupInput
- func (s CreateDBSubnetGroupInput) GoString() string
- func (s *CreateDBSubnetGroupInput) SetDBSubnetGroupDescription(v string) *CreateDBSubnetGroupInput
- func (s *CreateDBSubnetGroupInput) SetDBSubnetGroupName(v string) *CreateDBSubnetGroupInput
- func (s *CreateDBSubnetGroupInput) SetSubnetIds(v []*string) *CreateDBSubnetGroupInput
- func (s *CreateDBSubnetGroupInput) SetTags(v []*Tag) *CreateDBSubnetGroupInput
- func (s CreateDBSubnetGroupInput) String() string
- func (s *CreateDBSubnetGroupInput) Validate() error
- type CreateDBSubnetGroupOutput
- type CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) GoString() string
- func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) String() string
- func (s *CreateEventSubscriptionInput) Validate() error
- type CreateEventSubscriptionOutput
- type CreateGlobalClusterInput
- func (s CreateGlobalClusterInput) GoString() string
- func (s *CreateGlobalClusterInput) SetDatabaseName(v string) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetDeletionProtection(v bool) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetEngine(v string) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetEngineVersion(v string) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetGlobalClusterIdentifier(v string) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetSourceDBClusterIdentifier(v string) *CreateGlobalClusterInput
- func (s *CreateGlobalClusterInput) SetStorageEncrypted(v bool) *CreateGlobalClusterInput
- func (s CreateGlobalClusterInput) String() string
- type CreateGlobalClusterOutput
- type CreateOptionGroupInput
- func (s CreateOptionGroupInput) GoString() string
- func (s *CreateOptionGroupInput) SetEngineName(v string) *CreateOptionGroupInput
- func (s *CreateOptionGroupInput) SetMajorEngineVersion(v string) *CreateOptionGroupInput
- func (s *CreateOptionGroupInput) SetOptionGroupDescription(v string) *CreateOptionGroupInput
- func (s *CreateOptionGroupInput) SetOptionGroupName(v string) *CreateOptionGroupInput
- func (s *CreateOptionGroupInput) SetTags(v []*Tag) *CreateOptionGroupInput
- func (s CreateOptionGroupInput) String() string
- func (s *CreateOptionGroupInput) Validate() error
- type CreateOptionGroupOutput
- type CustomAvailabilityZone
- func (s CustomAvailabilityZone) GoString() string
- func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneId(v string) *CustomAvailabilityZone
- func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneName(v string) *CustomAvailabilityZone
- func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneStatus(v string) *CustomAvailabilityZone
- func (s *CustomAvailabilityZone) SetVpnDetails(v *VpnDetails) *CustomAvailabilityZone
- func (s CustomAvailabilityZone) String() string
- type DBCluster
- func (s DBCluster) GoString() string
- func (s *DBCluster) SetActivityStreamKinesisStreamName(v string) *DBCluster
- func (s *DBCluster) SetActivityStreamKmsKeyId(v string) *DBCluster
- func (s *DBCluster) SetActivityStreamMode(v string) *DBCluster
- func (s *DBCluster) SetActivityStreamStatus(v string) *DBCluster
- func (s *DBCluster) SetAllocatedStorage(v int64) *DBCluster
- func (s *DBCluster) SetAssociatedRoles(v []*DBClusterRole) *DBCluster
- func (s *DBCluster) SetAvailabilityZones(v []*string) *DBCluster
- func (s *DBCluster) SetBacktrackConsumedChangeRecords(v int64) *DBCluster
- func (s *DBCluster) SetBacktrackWindow(v int64) *DBCluster
- func (s *DBCluster) SetBackupRetentionPeriod(v int64) *DBCluster
- func (s *DBCluster) SetCapacity(v int64) *DBCluster
- func (s *DBCluster) SetCharacterSetName(v string) *DBCluster
- func (s *DBCluster) SetCloneGroupId(v string) *DBCluster
- func (s *DBCluster) SetClusterCreateTime(v time.Time) *DBCluster
- func (s *DBCluster) SetCopyTagsToSnapshot(v bool) *DBCluster
- func (s *DBCluster) SetCrossAccountClone(v bool) *DBCluster
- func (s *DBCluster) SetCustomEndpoints(v []*string) *DBCluster
- func (s *DBCluster) SetDBClusterArn(v string) *DBCluster
- func (s *DBCluster) SetDBClusterIdentifier(v string) *DBCluster
- func (s *DBCluster) SetDBClusterMembers(v []*DBClusterMember) *DBCluster
- func (s *DBCluster) SetDBClusterOptionGroupMemberships(v []*DBClusterOptionGroupStatus) *DBCluster
- func (s *DBCluster) SetDBClusterParameterGroup(v string) *DBCluster
- func (s *DBCluster) SetDBSubnetGroup(v string) *DBCluster
- func (s *DBCluster) SetDatabaseName(v string) *DBCluster
- func (s *DBCluster) SetDbClusterResourceId(v string) *DBCluster
- func (s *DBCluster) SetDeletionProtection(v bool) *DBCluster
- func (s *DBCluster) SetDomainMemberships(v []*DomainMembership) *DBCluster
- func (s *DBCluster) SetEarliestBacktrackTime(v time.Time) *DBCluster
- func (s *DBCluster) SetEarliestRestorableTime(v time.Time) *DBCluster
- func (s *DBCluster) SetEnabledCloudwatchLogsExports(v []*string) *DBCluster
- func (s *DBCluster) SetEndpoint(v string) *DBCluster
- func (s *DBCluster) SetEngine(v string) *DBCluster
- func (s *DBCluster) SetEngineMode(v string) *DBCluster
- func (s *DBCluster) SetEngineVersion(v string) *DBCluster
- func (s *DBCluster) SetGlobalWriteForwardingRequested(v bool) *DBCluster
- func (s *DBCluster) SetGlobalWriteForwardingStatus(v string) *DBCluster
- func (s *DBCluster) SetHostedZoneId(v string) *DBCluster
- func (s *DBCluster) SetHttpEndpointEnabled(v bool) *DBCluster
- func (s *DBCluster) SetIAMDatabaseAuthenticationEnabled(v bool) *DBCluster
- func (s *DBCluster) SetKmsKeyId(v string) *DBCluster
- func (s *DBCluster) SetLatestRestorableTime(v time.Time) *DBCluster
- func (s *DBCluster) SetMasterUsername(v string) *DBCluster
- func (s *DBCluster) SetMultiAZ(v bool) *DBCluster
- func (s *DBCluster) SetPendingModifiedValues(v *ClusterPendingModifiedValues) *DBCluster
- func (s *DBCluster) SetPercentProgress(v string) *DBCluster
- func (s *DBCluster) SetPort(v int64) *DBCluster
- func (s *DBCluster) SetPreferredBackupWindow(v string) *DBCluster
- func (s *DBCluster) SetPreferredMaintenanceWindow(v string) *DBCluster
- func (s *DBCluster) SetReadReplicaIdentifiers(v []*string) *DBCluster
- func (s *DBCluster) SetReaderEndpoint(v string) *DBCluster
- func (s *DBCluster) SetReplicationSourceIdentifier(v string) *DBCluster
- func (s *DBCluster) SetScalingConfigurationInfo(v *ScalingConfigurationInfo) *DBCluster
- func (s *DBCluster) SetStatus(v string) *DBCluster
- func (s *DBCluster) SetStorageEncrypted(v bool) *DBCluster
- func (s *DBCluster) SetTagList(v []*Tag) *DBCluster
- func (s *DBCluster) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *DBCluster
- func (s DBCluster) String() string
- type DBClusterEndpoint
- func (s DBClusterEndpoint) GoString() string
- func (s *DBClusterEndpoint) SetCustomEndpointType(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetDBClusterEndpointArn(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetDBClusterEndpointIdentifier(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetDBClusterEndpointResourceIdentifier(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetDBClusterIdentifier(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetEndpoint(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetEndpointType(v string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetExcludedMembers(v []*string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetStaticMembers(v []*string) *DBClusterEndpoint
- func (s *DBClusterEndpoint) SetStatus(v string) *DBClusterEndpoint
- func (s DBClusterEndpoint) String() string
- type DBClusterMember
- func (s DBClusterMember) GoString() string
- func (s *DBClusterMember) SetDBClusterParameterGroupStatus(v string) *DBClusterMember
- func (s *DBClusterMember) SetDBInstanceIdentifier(v string) *DBClusterMember
- func (s *DBClusterMember) SetIsClusterWriter(v bool) *DBClusterMember
- func (s *DBClusterMember) SetPromotionTier(v int64) *DBClusterMember
- func (s DBClusterMember) String() string
- type DBClusterOptionGroupStatus
- type DBClusterParameterGroup
- func (s DBClusterParameterGroup) GoString() string
- func (s *DBClusterParameterGroup) SetDBClusterParameterGroupArn(v string) *DBClusterParameterGroup
- func (s *DBClusterParameterGroup) SetDBClusterParameterGroupName(v string) *DBClusterParameterGroup
- func (s *DBClusterParameterGroup) SetDBParameterGroupFamily(v string) *DBClusterParameterGroup
- func (s *DBClusterParameterGroup) SetDescription(v string) *DBClusterParameterGroup
- func (s DBClusterParameterGroup) String() string
- type DBClusterParameterGroupNameMessage
- type DBClusterRole
- type DBClusterSnapshot
- func (s DBClusterSnapshot) GoString() string
- func (s *DBClusterSnapshot) SetAllocatedStorage(v int64) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetAvailabilityZones(v []*string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetClusterCreateTime(v time.Time) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetDBClusterIdentifier(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetDBClusterSnapshotArn(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetDBClusterSnapshotIdentifier(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetEngine(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetEngineVersion(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetIAMDatabaseAuthenticationEnabled(v bool) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetKmsKeyId(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetLicenseModel(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetMasterUsername(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetPercentProgress(v int64) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetPort(v int64) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetSnapshotCreateTime(v time.Time) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetSnapshotType(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetSourceDBClusterSnapshotArn(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetStatus(v string) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetStorageEncrypted(v bool) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetTagList(v []*Tag) *DBClusterSnapshot
- func (s *DBClusterSnapshot) SetVpcId(v string) *DBClusterSnapshot
- func (s DBClusterSnapshot) String() string
- type DBClusterSnapshotAttribute
- type DBClusterSnapshotAttributesResult
- func (s DBClusterSnapshotAttributesResult) GoString() string
- func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotAttributes(v []*DBClusterSnapshotAttribute) *DBClusterSnapshotAttributesResult
- func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotIdentifier(v string) *DBClusterSnapshotAttributesResult
- func (s DBClusterSnapshotAttributesResult) String() string
- type DBEngineVersion
- func (s DBEngineVersion) GoString() string
- func (s *DBEngineVersion) SetDBEngineDescription(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetDBEngineVersionDescription(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetDBParameterGroupFamily(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetDefaultCharacterSet(v *CharacterSet) *DBEngineVersion
- func (s *DBEngineVersion) SetEngine(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetEngineVersion(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetExportableLogTypes(v []*string) *DBEngineVersion
- func (s *DBEngineVersion) SetStatus(v string) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportedCharacterSets(v []*CharacterSet) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportedEngineModes(v []*string) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportedFeatureNames(v []*string) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportedNcharCharacterSets(v []*CharacterSet) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportedTimezones(v []*Timezone) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportsGlobalDatabases(v bool) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportsLogExportsToCloudwatchLogs(v bool) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportsParallelQuery(v bool) *DBEngineVersion
- func (s *DBEngineVersion) SetSupportsReadReplica(v bool) *DBEngineVersion
- func (s *DBEngineVersion) SetValidUpgradeTarget(v []*UpgradeTarget) *DBEngineVersion
- func (s DBEngineVersion) String() string
- type DBInstance
- func (s DBInstance) GoString() string
- func (s *DBInstance) SetAllocatedStorage(v int64) *DBInstance
- func (s *DBInstance) SetAssociatedRoles(v []*DBInstanceRole) *DBInstance
- func (s *DBInstance) SetAutoMinorVersionUpgrade(v bool) *DBInstance
- func (s *DBInstance) SetAvailabilityZone(v string) *DBInstance
- func (s *DBInstance) SetBackupRetentionPeriod(v int64) *DBInstance
- func (s *DBInstance) SetCACertificateIdentifier(v string) *DBInstance
- func (s *DBInstance) SetCharacterSetName(v string) *DBInstance
- func (s *DBInstance) SetCopyTagsToSnapshot(v bool) *DBInstance
- func (s *DBInstance) SetCustomerOwnedIpEnabled(v bool) *DBInstance
- func (s *DBInstance) SetDBClusterIdentifier(v string) *DBInstance
- func (s *DBInstance) SetDBInstanceArn(v string) *DBInstance
- func (s *DBInstance) SetDBInstanceAutomatedBackupsReplications(v []*DBInstanceAutomatedBackupsReplication) *DBInstance
- func (s *DBInstance) SetDBInstanceClass(v string) *DBInstance
- func (s *DBInstance) SetDBInstanceIdentifier(v string) *DBInstance
- func (s *DBInstance) SetDBInstanceStatus(v string) *DBInstance
- func (s *DBInstance) SetDBName(v string) *DBInstance
- func (s *DBInstance) SetDBParameterGroups(v []*DBParameterGroupStatus) *DBInstance
- func (s *DBInstance) SetDBSecurityGroups(v []*DBSecurityGroupMembership) *DBInstance
- func (s *DBInstance) SetDBSubnetGroup(v *DBSubnetGroup) *DBInstance
- func (s *DBInstance) SetDbInstancePort(v int64) *DBInstance
- func (s *DBInstance) SetDbiResourceId(v string) *DBInstance
- func (s *DBInstance) SetDeletionProtection(v bool) *DBInstance
- func (s *DBInstance) SetDomainMemberships(v []*DomainMembership) *DBInstance
- func (s *DBInstance) SetEnabledCloudwatchLogsExports(v []*string) *DBInstance
- func (s *DBInstance) SetEndpoint(v *Endpoint) *DBInstance
- func (s *DBInstance) SetEngine(v string) *DBInstance
- func (s *DBInstance) SetEngineVersion(v string) *DBInstance
- func (s *DBInstance) SetEnhancedMonitoringResourceArn(v string) *DBInstance
- func (s *DBInstance) SetIAMDatabaseAuthenticationEnabled(v bool) *DBInstance
- func (s *DBInstance) SetInstanceCreateTime(v time.Time) *DBInstance
- func (s *DBInstance) SetIops(v int64) *DBInstance
- func (s *DBInstance) SetKmsKeyId(v string) *DBInstance
- func (s *DBInstance) SetLatestRestorableTime(v time.Time) *DBInstance
- func (s *DBInstance) SetLicenseModel(v string) *DBInstance
- func (s *DBInstance) SetListenerEndpoint(v *Endpoint) *DBInstance
- func (s *DBInstance) SetMasterUsername(v string) *DBInstance
- func (s *DBInstance) SetMaxAllocatedStorage(v int64) *DBInstance
- func (s *DBInstance) SetMonitoringInterval(v int64) *DBInstance
- func (s *DBInstance) SetMonitoringRoleArn(v string) *DBInstance
- func (s *DBInstance) SetMultiAZ(v bool) *DBInstance
- func (s *DBInstance) SetNcharCharacterSetName(v string) *DBInstance
- func (s *DBInstance) SetOptionGroupMemberships(v []*OptionGroupMembership) *DBInstance
- func (s *DBInstance) SetPendingModifiedValues(v *PendingModifiedValues) *DBInstance
- func (s *DBInstance) SetPerformanceInsightsEnabled(v bool) *DBInstance
- func (s *DBInstance) SetPerformanceInsightsKMSKeyId(v string) *DBInstance
- func (s *DBInstance) SetPerformanceInsightsRetentionPeriod(v int64) *DBInstance
- func (s *DBInstance) SetPreferredBackupWindow(v string) *DBInstance
- func (s *DBInstance) SetPreferredMaintenanceWindow(v string) *DBInstance
- func (s *DBInstance) SetProcessorFeatures(v []*ProcessorFeature) *DBInstance
- func (s *DBInstance) SetPromotionTier(v int64) *DBInstance
- func (s *DBInstance) SetPubliclyAccessible(v bool) *DBInstance
- func (s *DBInstance) SetReadReplicaDBClusterIdentifiers(v []*string) *DBInstance
- func (s *DBInstance) SetReadReplicaDBInstanceIdentifiers(v []*string) *DBInstance
- func (s *DBInstance) SetReadReplicaSourceDBInstanceIdentifier(v string) *DBInstance
- func (s *DBInstance) SetReplicaMode(v string) *DBInstance
- func (s *DBInstance) SetSecondaryAvailabilityZone(v string) *DBInstance
- func (s *DBInstance) SetStatusInfos(v []*DBInstanceStatusInfo) *DBInstance
- func (s *DBInstance) SetStorageEncrypted(v bool) *DBInstance
- func (s *DBInstance) SetStorageType(v string) *DBInstance
- func (s *DBInstance) SetTagList(v []*Tag) *DBInstance
- func (s *DBInstance) SetTdeCredentialArn(v string) *DBInstance
- func (s *DBInstance) SetTimezone(v string) *DBInstance
- func (s *DBInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *DBInstance
- func (s DBInstance) String() string
- type DBInstanceAutomatedBackup
- func (s DBInstanceAutomatedBackup) GoString() string
- func (s *DBInstanceAutomatedBackup) SetAllocatedStorage(v int64) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetAvailabilityZone(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetBackupRetentionPeriod(v int64) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetDBInstanceArn(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsArn(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsReplications(v []*DBInstanceAutomatedBackupsReplication) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetDBInstanceIdentifier(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetDbiResourceId(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetEncrypted(v bool) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetEngine(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetEngineVersion(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetIAMDatabaseAuthenticationEnabled(v bool) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetInstanceCreateTime(v time.Time) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetIops(v int64) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetKmsKeyId(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetLicenseModel(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetMasterUsername(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetOptionGroupName(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetPort(v int64) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetRegion(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetRestoreWindow(v *RestoreWindow) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetStatus(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetStorageType(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetTdeCredentialArn(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetTimezone(v string) *DBInstanceAutomatedBackup
- func (s *DBInstanceAutomatedBackup) SetVpcId(v string) *DBInstanceAutomatedBackup
- func (s DBInstanceAutomatedBackup) String() string
- type DBInstanceAutomatedBackupsReplication
- type DBInstanceRole
- type DBInstanceStatusInfo
- func (s DBInstanceStatusInfo) GoString() string
- func (s *DBInstanceStatusInfo) SetMessage(v string) *DBInstanceStatusInfo
- func (s *DBInstanceStatusInfo) SetNormal(v bool) *DBInstanceStatusInfo
- func (s *DBInstanceStatusInfo) SetStatus(v string) *DBInstanceStatusInfo
- func (s *DBInstanceStatusInfo) SetStatusType(v string) *DBInstanceStatusInfo
- func (s DBInstanceStatusInfo) String() string
- type DBParameterGroup
- func (s DBParameterGroup) GoString() string
- func (s *DBParameterGroup) SetDBParameterGroupArn(v string) *DBParameterGroup
- func (s *DBParameterGroup) SetDBParameterGroupFamily(v string) *DBParameterGroup
- func (s *DBParameterGroup) SetDBParameterGroupName(v string) *DBParameterGroup
- func (s *DBParameterGroup) SetDescription(v string) *DBParameterGroup
- func (s DBParameterGroup) String() string
- type DBParameterGroupNameMessage
- type DBParameterGroupStatus
- type DBProxy
- func (s DBProxy) GoString() string
- func (s *DBProxy) SetAuth(v []*UserAuthConfigInfo) *DBProxy
- func (s *DBProxy) SetCreatedDate(v time.Time) *DBProxy
- func (s *DBProxy) SetDBProxyArn(v string) *DBProxy
- func (s *DBProxy) SetDBProxyName(v string) *DBProxy
- func (s *DBProxy) SetDebugLogging(v bool) *DBProxy
- func (s *DBProxy) SetEndpoint(v string) *DBProxy
- func (s *DBProxy) SetEngineFamily(v string) *DBProxy
- func (s *DBProxy) SetIdleClientTimeout(v int64) *DBProxy
- func (s *DBProxy) SetRequireTLS(v bool) *DBProxy
- func (s *DBProxy) SetRoleArn(v string) *DBProxy
- func (s *DBProxy) SetStatus(v string) *DBProxy
- func (s *DBProxy) SetUpdatedDate(v time.Time) *DBProxy
- func (s *DBProxy) SetVpcSecurityGroupIds(v []*string) *DBProxy
- func (s *DBProxy) SetVpcSubnetIds(v []*string) *DBProxy
- func (s DBProxy) String() string
- type DBProxyTarget
- func (s DBProxyTarget) GoString() string
- func (s *DBProxyTarget) SetEndpoint(v string) *DBProxyTarget
- func (s *DBProxyTarget) SetPort(v int64) *DBProxyTarget
- func (s *DBProxyTarget) SetRdsResourceId(v string) *DBProxyTarget
- func (s *DBProxyTarget) SetTargetArn(v string) *DBProxyTarget
- func (s *DBProxyTarget) SetTargetHealth(v *TargetHealth) *DBProxyTarget
- func (s *DBProxyTarget) SetTrackedClusterId(v string) *DBProxyTarget
- func (s *DBProxyTarget) SetType(v string) *DBProxyTarget
- func (s DBProxyTarget) String() string
- type DBProxyTargetGroup
- func (s DBProxyTargetGroup) GoString() string
- func (s *DBProxyTargetGroup) SetConnectionPoolConfig(v *ConnectionPoolConfigurationInfo) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetCreatedDate(v time.Time) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetDBProxyName(v string) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetIsDefault(v bool) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetStatus(v string) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetTargetGroupArn(v string) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetTargetGroupName(v string) *DBProxyTargetGroup
- func (s *DBProxyTargetGroup) SetUpdatedDate(v time.Time) *DBProxyTargetGroup
- func (s DBProxyTargetGroup) String() string
- type DBSecurityGroup
- func (s DBSecurityGroup) GoString() string
- func (s *DBSecurityGroup) SetDBSecurityGroupArn(v string) *DBSecurityGroup
- func (s *DBSecurityGroup) SetDBSecurityGroupDescription(v string) *DBSecurityGroup
- func (s *DBSecurityGroup) SetDBSecurityGroupName(v string) *DBSecurityGroup
- func (s *DBSecurityGroup) SetEC2SecurityGroups(v []*EC2SecurityGroup) *DBSecurityGroup
- func (s *DBSecurityGroup) SetIPRanges(v []*IPRange) *DBSecurityGroup
- func (s *DBSecurityGroup) SetOwnerId(v string) *DBSecurityGroup
- func (s *DBSecurityGroup) SetVpcId(v string) *DBSecurityGroup
- func (s DBSecurityGroup) String() string
- type DBSecurityGroupMembership
- type DBSnapshot
- func (s DBSnapshot) GoString() string
- func (s *DBSnapshot) SetAllocatedStorage(v int64) *DBSnapshot
- func (s *DBSnapshot) SetAvailabilityZone(v string) *DBSnapshot
- func (s *DBSnapshot) SetDBInstanceIdentifier(v string) *DBSnapshot
- func (s *DBSnapshot) SetDBSnapshotArn(v string) *DBSnapshot
- func (s *DBSnapshot) SetDBSnapshotIdentifier(v string) *DBSnapshot
- func (s *DBSnapshot) SetDbiResourceId(v string) *DBSnapshot
- func (s *DBSnapshot) SetEncrypted(v bool) *DBSnapshot
- func (s *DBSnapshot) SetEngine(v string) *DBSnapshot
- func (s *DBSnapshot) SetEngineVersion(v string) *DBSnapshot
- func (s *DBSnapshot) SetIAMDatabaseAuthenticationEnabled(v bool) *DBSnapshot
- func (s *DBSnapshot) SetInstanceCreateTime(v time.Time) *DBSnapshot
- func (s *DBSnapshot) SetIops(v int64) *DBSnapshot
- func (s *DBSnapshot) SetKmsKeyId(v string) *DBSnapshot
- func (s *DBSnapshot) SetLicenseModel(v string) *DBSnapshot
- func (s *DBSnapshot) SetMasterUsername(v string) *DBSnapshot
- func (s *DBSnapshot) SetOptionGroupName(v string) *DBSnapshot
- func (s *DBSnapshot) SetPercentProgress(v int64) *DBSnapshot
- func (s *DBSnapshot) SetPort(v int64) *DBSnapshot
- func (s *DBSnapshot) SetProcessorFeatures(v []*ProcessorFeature) *DBSnapshot
- func (s *DBSnapshot) SetSnapshotCreateTime(v time.Time) *DBSnapshot
- func (s *DBSnapshot) SetSnapshotType(v string) *DBSnapshot
- func (s *DBSnapshot) SetSourceDBSnapshotIdentifier(v string) *DBSnapshot
- func (s *DBSnapshot) SetSourceRegion(v string) *DBSnapshot
- func (s *DBSnapshot) SetStatus(v string) *DBSnapshot
- func (s *DBSnapshot) SetStorageType(v string) *DBSnapshot
- func (s *DBSnapshot) SetTagList(v []*Tag) *DBSnapshot
- func (s *DBSnapshot) SetTdeCredentialArn(v string) *DBSnapshot
- func (s *DBSnapshot) SetTimezone(v string) *DBSnapshot
- func (s *DBSnapshot) SetVpcId(v string) *DBSnapshot
- func (s DBSnapshot) String() string
- type DBSnapshotAttribute
- type DBSnapshotAttributesResult
- func (s DBSnapshotAttributesResult) GoString() string
- func (s *DBSnapshotAttributesResult) SetDBSnapshotAttributes(v []*DBSnapshotAttribute) *DBSnapshotAttributesResult
- func (s *DBSnapshotAttributesResult) SetDBSnapshotIdentifier(v string) *DBSnapshotAttributesResult
- func (s DBSnapshotAttributesResult) String() string
- type DBSubnetGroup
- func (s DBSubnetGroup) GoString() string
- func (s *DBSubnetGroup) SetDBSubnetGroupArn(v string) *DBSubnetGroup
- func (s *DBSubnetGroup) SetDBSubnetGroupDescription(v string) *DBSubnetGroup
- func (s *DBSubnetGroup) SetDBSubnetGroupName(v string) *DBSubnetGroup
- func (s *DBSubnetGroup) SetSubnetGroupStatus(v string) *DBSubnetGroup
- func (s *DBSubnetGroup) SetSubnets(v []*Subnet) *DBSubnetGroup
- func (s *DBSubnetGroup) SetVpcId(v string) *DBSubnetGroup
- func (s DBSubnetGroup) String() string
- type DeleteCustomAvailabilityZoneInput
- type DeleteCustomAvailabilityZoneOutput
- type DeleteDBClusterEndpointInput
- type DeleteDBClusterEndpointOutput
- func (s DeleteDBClusterEndpointOutput) GoString() string
- func (s *DeleteDBClusterEndpointOutput) SetCustomEndpointType(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetEndpoint(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetEndpointType(v string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetExcludedMembers(v []*string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetStaticMembers(v []*string) *DeleteDBClusterEndpointOutput
- func (s *DeleteDBClusterEndpointOutput) SetStatus(v string) *DeleteDBClusterEndpointOutput
- func (s DeleteDBClusterEndpointOutput) String() string
- type DeleteDBClusterInput
- func (s DeleteDBClusterInput) GoString() string
- func (s *DeleteDBClusterInput) SetDBClusterIdentifier(v string) *DeleteDBClusterInput
- func (s *DeleteDBClusterInput) SetFinalDBSnapshotIdentifier(v string) *DeleteDBClusterInput
- func (s *DeleteDBClusterInput) SetSkipFinalSnapshot(v bool) *DeleteDBClusterInput
- func (s DeleteDBClusterInput) String() string
- func (s *DeleteDBClusterInput) Validate() error
- type DeleteDBClusterOutput
- type DeleteDBClusterParameterGroupInput
- func (s DeleteDBClusterParameterGroupInput) GoString() string
- func (s *DeleteDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *DeleteDBClusterParameterGroupInput
- func (s DeleteDBClusterParameterGroupInput) String() string
- func (s *DeleteDBClusterParameterGroupInput) Validate() error
- type DeleteDBClusterParameterGroupOutput
- type DeleteDBClusterSnapshotInput
- type DeleteDBClusterSnapshotOutput
- type DeleteDBInstanceAutomatedBackupInput
- func (s DeleteDBInstanceAutomatedBackupInput) GoString() string
- func (s *DeleteDBInstanceAutomatedBackupInput) SetDBInstanceAutomatedBackupsArn(v string) *DeleteDBInstanceAutomatedBackupInput
- func (s *DeleteDBInstanceAutomatedBackupInput) SetDbiResourceId(v string) *DeleteDBInstanceAutomatedBackupInput
- func (s DeleteDBInstanceAutomatedBackupInput) String() string
- type DeleteDBInstanceAutomatedBackupOutput
- type DeleteDBInstanceInput
- func (s DeleteDBInstanceInput) GoString() string
- func (s *DeleteDBInstanceInput) SetDBInstanceIdentifier(v string) *DeleteDBInstanceInput
- func (s *DeleteDBInstanceInput) SetDeleteAutomatedBackups(v bool) *DeleteDBInstanceInput
- func (s *DeleteDBInstanceInput) SetFinalDBSnapshotIdentifier(v string) *DeleteDBInstanceInput
- func (s *DeleteDBInstanceInput) SetSkipFinalSnapshot(v bool) *DeleteDBInstanceInput
- func (s DeleteDBInstanceInput) String() string
- func (s *DeleteDBInstanceInput) Validate() error
- type DeleteDBInstanceOutput
- type DeleteDBParameterGroupInput
- type DeleteDBParameterGroupOutput
- type DeleteDBProxyInput
- type DeleteDBProxyOutput
- type DeleteDBSecurityGroupInput
- type DeleteDBSecurityGroupOutput
- type DeleteDBSnapshotInput
- type DeleteDBSnapshotOutput
- type DeleteDBSubnetGroupInput
- type DeleteDBSubnetGroupOutput
- type DeleteEventSubscriptionInput
- type DeleteEventSubscriptionOutput
- type DeleteGlobalClusterInput
- type DeleteGlobalClusterOutput
- type DeleteInstallationMediaInput
- type DeleteInstallationMediaOutput
- func (s DeleteInstallationMediaOutput) GoString() string
- func (s *DeleteInstallationMediaOutput) SetCustomAvailabilityZoneId(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetEngine(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetEngineInstallationMediaPath(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetEngineVersion(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetFailureCause(v *InstallationMediaFailureCause) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetInstallationMediaId(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetOSInstallationMediaPath(v string) *DeleteInstallationMediaOutput
- func (s *DeleteInstallationMediaOutput) SetStatus(v string) *DeleteInstallationMediaOutput
- func (s DeleteInstallationMediaOutput) String() string
- type DeleteOptionGroupInput
- type DeleteOptionGroupOutput
- type DeregisterDBProxyTargetsInput
- func (s DeregisterDBProxyTargetsInput) GoString() string
- func (s *DeregisterDBProxyTargetsInput) SetDBClusterIdentifiers(v []*string) *DeregisterDBProxyTargetsInput
- func (s *DeregisterDBProxyTargetsInput) SetDBInstanceIdentifiers(v []*string) *DeregisterDBProxyTargetsInput
- func (s *DeregisterDBProxyTargetsInput) SetDBProxyName(v string) *DeregisterDBProxyTargetsInput
- func (s *DeregisterDBProxyTargetsInput) SetTargetGroupName(v string) *DeregisterDBProxyTargetsInput
- func (s DeregisterDBProxyTargetsInput) String() string
- func (s *DeregisterDBProxyTargetsInput) Validate() error
- type DeregisterDBProxyTargetsOutput
- type DescribeAccountAttributesInput
- type DescribeAccountAttributesOutput
- type DescribeCertificatesInput
- func (s DescribeCertificatesInput) GoString() string
- func (s *DescribeCertificatesInput) SetCertificateIdentifier(v string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput
- func (s DescribeCertificatesInput) String() string
- func (s *DescribeCertificatesInput) Validate() error
- type DescribeCertificatesOutput
- type DescribeCustomAvailabilityZonesInput
- func (s DescribeCustomAvailabilityZonesInput) GoString() string
- func (s *DescribeCustomAvailabilityZonesInput) SetCustomAvailabilityZoneId(v string) *DescribeCustomAvailabilityZonesInput
- func (s *DescribeCustomAvailabilityZonesInput) SetFilters(v []*Filter) *DescribeCustomAvailabilityZonesInput
- func (s *DescribeCustomAvailabilityZonesInput) SetMarker(v string) *DescribeCustomAvailabilityZonesInput
- func (s *DescribeCustomAvailabilityZonesInput) SetMaxRecords(v int64) *DescribeCustomAvailabilityZonesInput
- func (s DescribeCustomAvailabilityZonesInput) String() string
- func (s *DescribeCustomAvailabilityZonesInput) Validate() error
- type DescribeCustomAvailabilityZonesOutput
- func (s DescribeCustomAvailabilityZonesOutput) GoString() string
- func (s *DescribeCustomAvailabilityZonesOutput) SetCustomAvailabilityZones(v []*CustomAvailabilityZone) *DescribeCustomAvailabilityZonesOutput
- func (s *DescribeCustomAvailabilityZonesOutput) SetMarker(v string) *DescribeCustomAvailabilityZonesOutput
- func (s DescribeCustomAvailabilityZonesOutput) String() string
- type DescribeDBClusterBacktracksInput
- func (s DescribeDBClusterBacktracksInput) GoString() string
- func (s *DescribeDBClusterBacktracksInput) SetBacktrackIdentifier(v string) *DescribeDBClusterBacktracksInput
- func (s *DescribeDBClusterBacktracksInput) SetDBClusterIdentifier(v string) *DescribeDBClusterBacktracksInput
- func (s *DescribeDBClusterBacktracksInput) SetFilters(v []*Filter) *DescribeDBClusterBacktracksInput
- func (s *DescribeDBClusterBacktracksInput) SetMarker(v string) *DescribeDBClusterBacktracksInput
- func (s *DescribeDBClusterBacktracksInput) SetMaxRecords(v int64) *DescribeDBClusterBacktracksInput
- func (s DescribeDBClusterBacktracksInput) String() string
- func (s *DescribeDBClusterBacktracksInput) Validate() error
- type DescribeDBClusterBacktracksOutput
- func (s DescribeDBClusterBacktracksOutput) GoString() string
- func (s *DescribeDBClusterBacktracksOutput) SetDBClusterBacktracks(v []*BacktrackDBClusterOutput) *DescribeDBClusterBacktracksOutput
- func (s *DescribeDBClusterBacktracksOutput) SetMarker(v string) *DescribeDBClusterBacktracksOutput
- func (s DescribeDBClusterBacktracksOutput) String() string
- type DescribeDBClusterEndpointsInput
- func (s DescribeDBClusterEndpointsInput) GoString() string
- func (s *DescribeDBClusterEndpointsInput) SetDBClusterEndpointIdentifier(v string) *DescribeDBClusterEndpointsInput
- func (s *DescribeDBClusterEndpointsInput) SetDBClusterIdentifier(v string) *DescribeDBClusterEndpointsInput
- func (s *DescribeDBClusterEndpointsInput) SetFilters(v []*Filter) *DescribeDBClusterEndpointsInput
- func (s *DescribeDBClusterEndpointsInput) SetMarker(v string) *DescribeDBClusterEndpointsInput
- func (s *DescribeDBClusterEndpointsInput) SetMaxRecords(v int64) *DescribeDBClusterEndpointsInput
- func (s DescribeDBClusterEndpointsInput) String() string
- func (s *DescribeDBClusterEndpointsInput) Validate() error
- type DescribeDBClusterEndpointsOutput
- func (s DescribeDBClusterEndpointsOutput) GoString() string
- func (s *DescribeDBClusterEndpointsOutput) SetDBClusterEndpoints(v []*DBClusterEndpoint) *DescribeDBClusterEndpointsOutput
- func (s *DescribeDBClusterEndpointsOutput) SetMarker(v string) *DescribeDBClusterEndpointsOutput
- func (s DescribeDBClusterEndpointsOutput) String() string
- type DescribeDBClusterParameterGroupsInput
- func (s DescribeDBClusterParameterGroupsInput) GoString() string
- func (s *DescribeDBClusterParameterGroupsInput) SetDBClusterParameterGroupName(v string) *DescribeDBClusterParameterGroupsInput
- func (s *DescribeDBClusterParameterGroupsInput) SetFilters(v []*Filter) *DescribeDBClusterParameterGroupsInput
- func (s *DescribeDBClusterParameterGroupsInput) SetMarker(v string) *DescribeDBClusterParameterGroupsInput
- func (s *DescribeDBClusterParameterGroupsInput) SetMaxRecords(v int64) *DescribeDBClusterParameterGroupsInput
- func (s DescribeDBClusterParameterGroupsInput) String() string
- func (s *DescribeDBClusterParameterGroupsInput) Validate() error
- type DescribeDBClusterParameterGroupsOutput
- func (s DescribeDBClusterParameterGroupsOutput) GoString() string
- func (s *DescribeDBClusterParameterGroupsOutput) SetDBClusterParameterGroups(v []*DBClusterParameterGroup) *DescribeDBClusterParameterGroupsOutput
- func (s *DescribeDBClusterParameterGroupsOutput) SetMarker(v string) *DescribeDBClusterParameterGroupsOutput
- func (s DescribeDBClusterParameterGroupsOutput) String() string
- type DescribeDBClusterParametersInput
- func (s DescribeDBClusterParametersInput) GoString() string
- func (s *DescribeDBClusterParametersInput) SetDBClusterParameterGroupName(v string) *DescribeDBClusterParametersInput
- func (s *DescribeDBClusterParametersInput) SetFilters(v []*Filter) *DescribeDBClusterParametersInput
- func (s *DescribeDBClusterParametersInput) SetMarker(v string) *DescribeDBClusterParametersInput
- func (s *DescribeDBClusterParametersInput) SetMaxRecords(v int64) *DescribeDBClusterParametersInput
- func (s *DescribeDBClusterParametersInput) SetSource(v string) *DescribeDBClusterParametersInput
- func (s DescribeDBClusterParametersInput) String() string
- func (s *DescribeDBClusterParametersInput) Validate() error
- type DescribeDBClusterParametersOutput
- func (s DescribeDBClusterParametersOutput) GoString() string
- func (s *DescribeDBClusterParametersOutput) SetMarker(v string) *DescribeDBClusterParametersOutput
- func (s *DescribeDBClusterParametersOutput) SetParameters(v []*Parameter) *DescribeDBClusterParametersOutput
- func (s DescribeDBClusterParametersOutput) String() string
- type DescribeDBClusterSnapshotAttributesInput
- func (s DescribeDBClusterSnapshotAttributesInput) GoString() string
- func (s *DescribeDBClusterSnapshotAttributesInput) SetDBClusterSnapshotIdentifier(v string) *DescribeDBClusterSnapshotAttributesInput
- func (s DescribeDBClusterSnapshotAttributesInput) String() string
- func (s *DescribeDBClusterSnapshotAttributesInput) Validate() error
- type DescribeDBClusterSnapshotAttributesOutput
- func (s DescribeDBClusterSnapshotAttributesOutput) GoString() string
- func (s *DescribeDBClusterSnapshotAttributesOutput) SetDBClusterSnapshotAttributesResult(v *DBClusterSnapshotAttributesResult) *DescribeDBClusterSnapshotAttributesOutput
- func (s DescribeDBClusterSnapshotAttributesOutput) String() string
- type DescribeDBClusterSnapshotsInput
- func (s DescribeDBClusterSnapshotsInput) GoString() string
- func (s *DescribeDBClusterSnapshotsInput) SetDBClusterIdentifier(v string) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetDBClusterSnapshotIdentifier(v string) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetFilters(v []*Filter) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetIncludePublic(v bool) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetIncludeShared(v bool) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetMarker(v string) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetMaxRecords(v int64) *DescribeDBClusterSnapshotsInput
- func (s *DescribeDBClusterSnapshotsInput) SetSnapshotType(v string) *DescribeDBClusterSnapshotsInput
- func (s DescribeDBClusterSnapshotsInput) String() string
- func (s *DescribeDBClusterSnapshotsInput) Validate() error
- type DescribeDBClusterSnapshotsOutput
- func (s DescribeDBClusterSnapshotsOutput) GoString() string
- func (s *DescribeDBClusterSnapshotsOutput) SetDBClusterSnapshots(v []*DBClusterSnapshot) *DescribeDBClusterSnapshotsOutput
- func (s *DescribeDBClusterSnapshotsOutput) SetMarker(v string) *DescribeDBClusterSnapshotsOutput
- func (s DescribeDBClusterSnapshotsOutput) String() string
- type DescribeDBClustersInput
- func (s DescribeDBClustersInput) GoString() string
- func (s *DescribeDBClustersInput) SetDBClusterIdentifier(v string) *DescribeDBClustersInput
- func (s *DescribeDBClustersInput) SetFilters(v []*Filter) *DescribeDBClustersInput
- func (s *DescribeDBClustersInput) SetIncludeShared(v bool) *DescribeDBClustersInput
- func (s *DescribeDBClustersInput) SetMarker(v string) *DescribeDBClustersInput
- func (s *DescribeDBClustersInput) SetMaxRecords(v int64) *DescribeDBClustersInput
- func (s DescribeDBClustersInput) String() string
- func (s *DescribeDBClustersInput) Validate() error
- type DescribeDBClustersOutput
- type DescribeDBEngineVersionsInput
- func (s DescribeDBEngineVersionsInput) GoString() string
- func (s *DescribeDBEngineVersionsInput) SetDBParameterGroupFamily(v string) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetDefaultOnly(v bool) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetEngine(v string) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetEngineVersion(v string) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetFilters(v []*Filter) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetIncludeAll(v bool) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetListSupportedCharacterSets(v bool) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetListSupportedTimezones(v bool) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetMarker(v string) *DescribeDBEngineVersionsInput
- func (s *DescribeDBEngineVersionsInput) SetMaxRecords(v int64) *DescribeDBEngineVersionsInput
- func (s DescribeDBEngineVersionsInput) String() string
- func (s *DescribeDBEngineVersionsInput) Validate() error
- type DescribeDBEngineVersionsOutput
- func (s DescribeDBEngineVersionsOutput) GoString() string
- func (s *DescribeDBEngineVersionsOutput) SetDBEngineVersions(v []*DBEngineVersion) *DescribeDBEngineVersionsOutput
- func (s *DescribeDBEngineVersionsOutput) SetMarker(v string) *DescribeDBEngineVersionsOutput
- func (s DescribeDBEngineVersionsOutput) String() string
- type DescribeDBInstanceAutomatedBackupsInput
- func (s DescribeDBInstanceAutomatedBackupsInput) GoString() string
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceAutomatedBackupsArn(v string) *DescribeDBInstanceAutomatedBackupsInput
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceIdentifier(v string) *DescribeDBInstanceAutomatedBackupsInput
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetDbiResourceId(v string) *DescribeDBInstanceAutomatedBackupsInput
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetFilters(v []*Filter) *DescribeDBInstanceAutomatedBackupsInput
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetMarker(v string) *DescribeDBInstanceAutomatedBackupsInput
- func (s *DescribeDBInstanceAutomatedBackupsInput) SetMaxRecords(v int64) *DescribeDBInstanceAutomatedBackupsInput
- func (s DescribeDBInstanceAutomatedBackupsInput) String() string
- func (s *DescribeDBInstanceAutomatedBackupsInput) Validate() error
- type DescribeDBInstanceAutomatedBackupsOutput
- func (s DescribeDBInstanceAutomatedBackupsOutput) GoString() string
- func (s *DescribeDBInstanceAutomatedBackupsOutput) SetDBInstanceAutomatedBackups(v []*DBInstanceAutomatedBackup) *DescribeDBInstanceAutomatedBackupsOutput
- func (s *DescribeDBInstanceAutomatedBackupsOutput) SetMarker(v string) *DescribeDBInstanceAutomatedBackupsOutput
- func (s DescribeDBInstanceAutomatedBackupsOutput) String() string
- type DescribeDBInstancesInput
- func (s DescribeDBInstancesInput) GoString() string
- func (s *DescribeDBInstancesInput) SetDBInstanceIdentifier(v string) *DescribeDBInstancesInput
- func (s *DescribeDBInstancesInput) SetFilters(v []*Filter) *DescribeDBInstancesInput
- func (s *DescribeDBInstancesInput) SetMarker(v string) *DescribeDBInstancesInput
- func (s *DescribeDBInstancesInput) SetMaxRecords(v int64) *DescribeDBInstancesInput
- func (s DescribeDBInstancesInput) String() string
- func (s *DescribeDBInstancesInput) Validate() error
- type DescribeDBInstancesOutput
- type DescribeDBLogFilesDetails
- func (s DescribeDBLogFilesDetails) GoString() string
- func (s *DescribeDBLogFilesDetails) SetLastWritten(v int64) *DescribeDBLogFilesDetails
- func (s *DescribeDBLogFilesDetails) SetLogFileName(v string) *DescribeDBLogFilesDetails
- func (s *DescribeDBLogFilesDetails) SetSize(v int64) *DescribeDBLogFilesDetails
- func (s DescribeDBLogFilesDetails) String() string
- type DescribeDBLogFilesInput
- func (s DescribeDBLogFilesInput) GoString() string
- func (s *DescribeDBLogFilesInput) SetDBInstanceIdentifier(v string) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetFileLastWritten(v int64) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetFileSize(v int64) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetFilenameContains(v string) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetFilters(v []*Filter) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetMarker(v string) *DescribeDBLogFilesInput
- func (s *DescribeDBLogFilesInput) SetMaxRecords(v int64) *DescribeDBLogFilesInput
- func (s DescribeDBLogFilesInput) String() string
- func (s *DescribeDBLogFilesInput) Validate() error
- type DescribeDBLogFilesOutput
- type DescribeDBParameterGroupsInput
- func (s DescribeDBParameterGroupsInput) GoString() string
- func (s *DescribeDBParameterGroupsInput) SetDBParameterGroupName(v string) *DescribeDBParameterGroupsInput
- func (s *DescribeDBParameterGroupsInput) SetFilters(v []*Filter) *DescribeDBParameterGroupsInput
- func (s *DescribeDBParameterGroupsInput) SetMarker(v string) *DescribeDBParameterGroupsInput
- func (s *DescribeDBParameterGroupsInput) SetMaxRecords(v int64) *DescribeDBParameterGroupsInput
- func (s DescribeDBParameterGroupsInput) String() string
- func (s *DescribeDBParameterGroupsInput) Validate() error
- type DescribeDBParameterGroupsOutput
- func (s DescribeDBParameterGroupsOutput) GoString() string
- func (s *DescribeDBParameterGroupsOutput) SetDBParameterGroups(v []*DBParameterGroup) *DescribeDBParameterGroupsOutput
- func (s *DescribeDBParameterGroupsOutput) SetMarker(v string) *DescribeDBParameterGroupsOutput
- func (s DescribeDBParameterGroupsOutput) String() string
- type DescribeDBParametersInput
- func (s DescribeDBParametersInput) GoString() string
- func (s *DescribeDBParametersInput) SetDBParameterGroupName(v string) *DescribeDBParametersInput
- func (s *DescribeDBParametersInput) SetFilters(v []*Filter) *DescribeDBParametersInput
- func (s *DescribeDBParametersInput) SetMarker(v string) *DescribeDBParametersInput
- func (s *DescribeDBParametersInput) SetMaxRecords(v int64) *DescribeDBParametersInput
- func (s *DescribeDBParametersInput) SetSource(v string) *DescribeDBParametersInput
- func (s DescribeDBParametersInput) String() string
- func (s *DescribeDBParametersInput) Validate() error
- type DescribeDBParametersOutput
- type DescribeDBProxiesInput
- func (s DescribeDBProxiesInput) GoString() string
- func (s *DescribeDBProxiesInput) SetDBProxyName(v string) *DescribeDBProxiesInput
- func (s *DescribeDBProxiesInput) SetFilters(v []*Filter) *DescribeDBProxiesInput
- func (s *DescribeDBProxiesInput) SetMarker(v string) *DescribeDBProxiesInput
- func (s *DescribeDBProxiesInput) SetMaxRecords(v int64) *DescribeDBProxiesInput
- func (s DescribeDBProxiesInput) String() string
- func (s *DescribeDBProxiesInput) Validate() error
- type DescribeDBProxiesOutput
- type DescribeDBProxyTargetGroupsInput
- func (s DescribeDBProxyTargetGroupsInput) GoString() string
- func (s *DescribeDBProxyTargetGroupsInput) SetDBProxyName(v string) *DescribeDBProxyTargetGroupsInput
- func (s *DescribeDBProxyTargetGroupsInput) SetFilters(v []*Filter) *DescribeDBProxyTargetGroupsInput
- func (s *DescribeDBProxyTargetGroupsInput) SetMarker(v string) *DescribeDBProxyTargetGroupsInput
- func (s *DescribeDBProxyTargetGroupsInput) SetMaxRecords(v int64) *DescribeDBProxyTargetGroupsInput
- func (s *DescribeDBProxyTargetGroupsInput) SetTargetGroupName(v string) *DescribeDBProxyTargetGroupsInput
- func (s DescribeDBProxyTargetGroupsInput) String() string
- func (s *DescribeDBProxyTargetGroupsInput) Validate() error
- type DescribeDBProxyTargetGroupsOutput
- func (s DescribeDBProxyTargetGroupsOutput) GoString() string
- func (s *DescribeDBProxyTargetGroupsOutput) SetMarker(v string) *DescribeDBProxyTargetGroupsOutput
- func (s *DescribeDBProxyTargetGroupsOutput) SetTargetGroups(v []*DBProxyTargetGroup) *DescribeDBProxyTargetGroupsOutput
- func (s DescribeDBProxyTargetGroupsOutput) String() string
- type DescribeDBProxyTargetsInput
- func (s DescribeDBProxyTargetsInput) GoString() string
- func (s *DescribeDBProxyTargetsInput) SetDBProxyName(v string) *DescribeDBProxyTargetsInput
- func (s *DescribeDBProxyTargetsInput) SetFilters(v []*Filter) *DescribeDBProxyTargetsInput
- func (s *DescribeDBProxyTargetsInput) SetMarker(v string) *DescribeDBProxyTargetsInput
- func (s *DescribeDBProxyTargetsInput) SetMaxRecords(v int64) *DescribeDBProxyTargetsInput
- func (s *DescribeDBProxyTargetsInput) SetTargetGroupName(v string) *DescribeDBProxyTargetsInput
- func (s DescribeDBProxyTargetsInput) String() string
- func (s *DescribeDBProxyTargetsInput) Validate() error
- type DescribeDBProxyTargetsOutput
- type DescribeDBSecurityGroupsInput
- func (s DescribeDBSecurityGroupsInput) GoString() string
- func (s *DescribeDBSecurityGroupsInput) SetDBSecurityGroupName(v string) *DescribeDBSecurityGroupsInput
- func (s *DescribeDBSecurityGroupsInput) SetFilters(v []*Filter) *DescribeDBSecurityGroupsInput
- func (s *DescribeDBSecurityGroupsInput) SetMarker(v string) *DescribeDBSecurityGroupsInput
- func (s *DescribeDBSecurityGroupsInput) SetMaxRecords(v int64) *DescribeDBSecurityGroupsInput
- func (s DescribeDBSecurityGroupsInput) String() string
- func (s *DescribeDBSecurityGroupsInput) Validate() error
- type DescribeDBSecurityGroupsOutput
- func (s DescribeDBSecurityGroupsOutput) GoString() string
- func (s *DescribeDBSecurityGroupsOutput) SetDBSecurityGroups(v []*DBSecurityGroup) *DescribeDBSecurityGroupsOutput
- func (s *DescribeDBSecurityGroupsOutput) SetMarker(v string) *DescribeDBSecurityGroupsOutput
- func (s DescribeDBSecurityGroupsOutput) String() string
- type DescribeDBSnapshotAttributesInput
- type DescribeDBSnapshotAttributesOutput
- type DescribeDBSnapshotsInput
- func (s DescribeDBSnapshotsInput) GoString() string
- func (s *DescribeDBSnapshotsInput) SetDBInstanceIdentifier(v string) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetDBSnapshotIdentifier(v string) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetDbiResourceId(v string) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetFilters(v []*Filter) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetIncludePublic(v bool) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetIncludeShared(v bool) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetMarker(v string) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetMaxRecords(v int64) *DescribeDBSnapshotsInput
- func (s *DescribeDBSnapshotsInput) SetSnapshotType(v string) *DescribeDBSnapshotsInput
- func (s DescribeDBSnapshotsInput) String() string
- func (s *DescribeDBSnapshotsInput) Validate() error
- type DescribeDBSnapshotsOutput
- type DescribeDBSubnetGroupsInput
- func (s DescribeDBSubnetGroupsInput) GoString() string
- func (s *DescribeDBSubnetGroupsInput) SetDBSubnetGroupName(v string) *DescribeDBSubnetGroupsInput
- func (s *DescribeDBSubnetGroupsInput) SetFilters(v []*Filter) *DescribeDBSubnetGroupsInput
- func (s *DescribeDBSubnetGroupsInput) SetMarker(v string) *DescribeDBSubnetGroupsInput
- func (s *DescribeDBSubnetGroupsInput) SetMaxRecords(v int64) *DescribeDBSubnetGroupsInput
- func (s DescribeDBSubnetGroupsInput) String() string
- func (s *DescribeDBSubnetGroupsInput) Validate() error
- type DescribeDBSubnetGroupsOutput
- func (s DescribeDBSubnetGroupsOutput) GoString() string
- func (s *DescribeDBSubnetGroupsOutput) SetDBSubnetGroups(v []*DBSubnetGroup) *DescribeDBSubnetGroupsOutput
- func (s *DescribeDBSubnetGroupsOutput) SetMarker(v string) *DescribeDBSubnetGroupsOutput
- func (s DescribeDBSubnetGroupsOutput) String() string
- type DescribeEngineDefaultClusterParametersInput
- func (s DescribeEngineDefaultClusterParametersInput) GoString() string
- func (s *DescribeEngineDefaultClusterParametersInput) SetDBParameterGroupFamily(v string) *DescribeEngineDefaultClusterParametersInput
- func (s *DescribeEngineDefaultClusterParametersInput) SetFilters(v []*Filter) *DescribeEngineDefaultClusterParametersInput
- func (s *DescribeEngineDefaultClusterParametersInput) SetMarker(v string) *DescribeEngineDefaultClusterParametersInput
- func (s *DescribeEngineDefaultClusterParametersInput) SetMaxRecords(v int64) *DescribeEngineDefaultClusterParametersInput
- func (s DescribeEngineDefaultClusterParametersInput) String() string
- func (s *DescribeEngineDefaultClusterParametersInput) Validate() error
- type DescribeEngineDefaultClusterParametersOutput
- type DescribeEngineDefaultParametersInput
- func (s DescribeEngineDefaultParametersInput) GoString() string
- func (s *DescribeEngineDefaultParametersInput) SetDBParameterGroupFamily(v string) *DescribeEngineDefaultParametersInput
- func (s *DescribeEngineDefaultParametersInput) SetFilters(v []*Filter) *DescribeEngineDefaultParametersInput
- func (s *DescribeEngineDefaultParametersInput) SetMarker(v string) *DescribeEngineDefaultParametersInput
- func (s *DescribeEngineDefaultParametersInput) SetMaxRecords(v int64) *DescribeEngineDefaultParametersInput
- func (s DescribeEngineDefaultParametersInput) String() string
- func (s *DescribeEngineDefaultParametersInput) Validate() error
- type DescribeEngineDefaultParametersOutput
- type DescribeEventCategoriesInput
- func (s DescribeEventCategoriesInput) GoString() string
- func (s *DescribeEventCategoriesInput) SetFilters(v []*Filter) *DescribeEventCategoriesInput
- func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput
- func (s DescribeEventCategoriesInput) String() string
- func (s *DescribeEventCategoriesInput) Validate() error
- type DescribeEventCategoriesOutput
- type DescribeEventSubscriptionsInput
- func (s DescribeEventSubscriptionsInput) GoString() string
- func (s *DescribeEventSubscriptionsInput) SetFilters(v []*Filter) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput
- func (s DescribeEventSubscriptionsInput) String() string
- func (s *DescribeEventSubscriptionsInput) Validate() error
- type DescribeEventSubscriptionsOutput
- func (s DescribeEventSubscriptionsOutput) GoString() string
- func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []*EventSubscription) *DescribeEventSubscriptionsOutput
- func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput
- func (s DescribeEventSubscriptionsOutput) String() string
- type DescribeEventsInput
- func (s DescribeEventsInput) GoString() string
- func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEventCategories(v []*string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetFilters(v []*Filter) *DescribeEventsInput
- func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
- func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
- func (s DescribeEventsInput) String() string
- func (s *DescribeEventsInput) Validate() error
- type DescribeEventsOutput
- type DescribeExportTasksInput
- func (s DescribeExportTasksInput) GoString() string
- func (s *DescribeExportTasksInput) SetExportTaskIdentifier(v string) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetFilters(v []*Filter) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetMarker(v string) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetMaxRecords(v int64) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetSourceArn(v string) *DescribeExportTasksInput
- func (s DescribeExportTasksInput) String() string
- func (s *DescribeExportTasksInput) Validate() error
- type DescribeExportTasksOutput
- type DescribeGlobalClustersInput
- func (s DescribeGlobalClustersInput) GoString() string
- func (s *DescribeGlobalClustersInput) SetFilters(v []*Filter) *DescribeGlobalClustersInput
- func (s *DescribeGlobalClustersInput) SetGlobalClusterIdentifier(v string) *DescribeGlobalClustersInput
- func (s *DescribeGlobalClustersInput) SetMarker(v string) *DescribeGlobalClustersInput
- func (s *DescribeGlobalClustersInput) SetMaxRecords(v int64) *DescribeGlobalClustersInput
- func (s DescribeGlobalClustersInput) String() string
- func (s *DescribeGlobalClustersInput) Validate() error
- type DescribeGlobalClustersOutput
- func (s DescribeGlobalClustersOutput) GoString() string
- func (s *DescribeGlobalClustersOutput) SetGlobalClusters(v []*GlobalCluster) *DescribeGlobalClustersOutput
- func (s *DescribeGlobalClustersOutput) SetMarker(v string) *DescribeGlobalClustersOutput
- func (s DescribeGlobalClustersOutput) String() string
- type DescribeInstallationMediaInput
- func (s DescribeInstallationMediaInput) GoString() string
- func (s *DescribeInstallationMediaInput) SetFilters(v []*Filter) *DescribeInstallationMediaInput
- func (s *DescribeInstallationMediaInput) SetInstallationMediaId(v string) *DescribeInstallationMediaInput
- func (s *DescribeInstallationMediaInput) SetMarker(v string) *DescribeInstallationMediaInput
- func (s *DescribeInstallationMediaInput) SetMaxRecords(v int64) *DescribeInstallationMediaInput
- func (s DescribeInstallationMediaInput) String() string
- func (s *DescribeInstallationMediaInput) Validate() error
- type DescribeInstallationMediaOutput
- func (s DescribeInstallationMediaOutput) GoString() string
- func (s *DescribeInstallationMediaOutput) SetInstallationMedia(v []*InstallationMedia) *DescribeInstallationMediaOutput
- func (s *DescribeInstallationMediaOutput) SetMarker(v string) *DescribeInstallationMediaOutput
- func (s DescribeInstallationMediaOutput) String() string
- type DescribeOptionGroupOptionsInput
- func (s DescribeOptionGroupOptionsInput) GoString() string
- func (s *DescribeOptionGroupOptionsInput) SetEngineName(v string) *DescribeOptionGroupOptionsInput
- func (s *DescribeOptionGroupOptionsInput) SetFilters(v []*Filter) *DescribeOptionGroupOptionsInput
- func (s *DescribeOptionGroupOptionsInput) SetMajorEngineVersion(v string) *DescribeOptionGroupOptionsInput
- func (s *DescribeOptionGroupOptionsInput) SetMarker(v string) *DescribeOptionGroupOptionsInput
- func (s *DescribeOptionGroupOptionsInput) SetMaxRecords(v int64) *DescribeOptionGroupOptionsInput
- func (s DescribeOptionGroupOptionsInput) String() string
- func (s *DescribeOptionGroupOptionsInput) Validate() error
- type DescribeOptionGroupOptionsOutput
- func (s DescribeOptionGroupOptionsOutput) GoString() string
- func (s *DescribeOptionGroupOptionsOutput) SetMarker(v string) *DescribeOptionGroupOptionsOutput
- func (s *DescribeOptionGroupOptionsOutput) SetOptionGroupOptions(v []*OptionGroupOption) *DescribeOptionGroupOptionsOutput
- func (s DescribeOptionGroupOptionsOutput) String() string
- type DescribeOptionGroupsInput
- func (s DescribeOptionGroupsInput) GoString() string
- func (s *DescribeOptionGroupsInput) SetEngineName(v string) *DescribeOptionGroupsInput
- func (s *DescribeOptionGroupsInput) SetFilters(v []*Filter) *DescribeOptionGroupsInput
- func (s *DescribeOptionGroupsInput) SetMajorEngineVersion(v string) *DescribeOptionGroupsInput
- func (s *DescribeOptionGroupsInput) SetMarker(v string) *DescribeOptionGroupsInput
- func (s *DescribeOptionGroupsInput) SetMaxRecords(v int64) *DescribeOptionGroupsInput
- func (s *DescribeOptionGroupsInput) SetOptionGroupName(v string) *DescribeOptionGroupsInput
- func (s DescribeOptionGroupsInput) String() string
- func (s *DescribeOptionGroupsInput) Validate() error
- type DescribeOptionGroupsOutput
- type DescribeOrderableDBInstanceOptionsInput
- func (s DescribeOrderableDBInstanceOptionsInput) GoString() string
- func (s *DescribeOrderableDBInstanceOptionsInput) SetAvailabilityZoneGroup(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetDBInstanceClass(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetEngine(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetEngineVersion(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetFilters(v []*Filter) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetLicenseModel(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetMarker(v string) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetMaxRecords(v int64) *DescribeOrderableDBInstanceOptionsInput
- func (s *DescribeOrderableDBInstanceOptionsInput) SetVpc(v bool) *DescribeOrderableDBInstanceOptionsInput
- func (s DescribeOrderableDBInstanceOptionsInput) String() string
- func (s *DescribeOrderableDBInstanceOptionsInput) Validate() error
- type DescribeOrderableDBInstanceOptionsOutput
- func (s DescribeOrderableDBInstanceOptionsOutput) GoString() string
- func (s *DescribeOrderableDBInstanceOptionsOutput) SetMarker(v string) *DescribeOrderableDBInstanceOptionsOutput
- func (s *DescribeOrderableDBInstanceOptionsOutput) SetOrderableDBInstanceOptions(v []*OrderableDBInstanceOption) *DescribeOrderableDBInstanceOptionsOutput
- func (s DescribeOrderableDBInstanceOptionsOutput) String() string
- type DescribePendingMaintenanceActionsInput
- func (s DescribePendingMaintenanceActionsInput) GoString() string
- func (s *DescribePendingMaintenanceActionsInput) SetFilters(v []*Filter) *DescribePendingMaintenanceActionsInput
- func (s *DescribePendingMaintenanceActionsInput) SetMarker(v string) *DescribePendingMaintenanceActionsInput
- func (s *DescribePendingMaintenanceActionsInput) SetMaxRecords(v int64) *DescribePendingMaintenanceActionsInput
- func (s *DescribePendingMaintenanceActionsInput) SetResourceIdentifier(v string) *DescribePendingMaintenanceActionsInput
- func (s DescribePendingMaintenanceActionsInput) String() string
- func (s *DescribePendingMaintenanceActionsInput) Validate() error
- type DescribePendingMaintenanceActionsOutput
- func (s DescribePendingMaintenanceActionsOutput) GoString() string
- func (s *DescribePendingMaintenanceActionsOutput) SetMarker(v string) *DescribePendingMaintenanceActionsOutput
- func (s *DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions(v []*ResourcePendingMaintenanceActions) *DescribePendingMaintenanceActionsOutput
- func (s DescribePendingMaintenanceActionsOutput) String() string
- type DescribeReservedDBInstancesInput
- func (s DescribeReservedDBInstancesInput) GoString() string
- func (s *DescribeReservedDBInstancesInput) SetDBInstanceClass(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetDuration(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetFilters(v []*Filter) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetLeaseId(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetMarker(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetMaxRecords(v int64) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetMultiAZ(v bool) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetOfferingType(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetProductDescription(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetReservedDBInstanceId(v string) *DescribeReservedDBInstancesInput
- func (s *DescribeReservedDBInstancesInput) SetReservedDBInstancesOfferingId(v string) *DescribeReservedDBInstancesInput
- func (s DescribeReservedDBInstancesInput) String() string
- func (s *DescribeReservedDBInstancesInput) Validate() error
- type DescribeReservedDBInstancesOfferingsInput
- func (s DescribeReservedDBInstancesOfferingsInput) GoString() string
- func (s *DescribeReservedDBInstancesOfferingsInput) SetDBInstanceClass(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetDuration(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetFilters(v []*Filter) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetMarker(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetMaxRecords(v int64) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetMultiAZ(v bool) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetOfferingType(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetProductDescription(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s *DescribeReservedDBInstancesOfferingsInput) SetReservedDBInstancesOfferingId(v string) *DescribeReservedDBInstancesOfferingsInput
- func (s DescribeReservedDBInstancesOfferingsInput) String() string
- func (s *DescribeReservedDBInstancesOfferingsInput) Validate() error
- type DescribeReservedDBInstancesOfferingsOutput
- func (s DescribeReservedDBInstancesOfferingsOutput) GoString() string
- func (s *DescribeReservedDBInstancesOfferingsOutput) SetMarker(v string) *DescribeReservedDBInstancesOfferingsOutput
- func (s *DescribeReservedDBInstancesOfferingsOutput) SetReservedDBInstancesOfferings(v []*ReservedDBInstancesOffering) *DescribeReservedDBInstancesOfferingsOutput
- func (s DescribeReservedDBInstancesOfferingsOutput) String() string
- type DescribeReservedDBInstancesOutput
- func (s DescribeReservedDBInstancesOutput) GoString() string
- func (s *DescribeReservedDBInstancesOutput) SetMarker(v string) *DescribeReservedDBInstancesOutput
- func (s *DescribeReservedDBInstancesOutput) SetReservedDBInstances(v []*ReservedDBInstance) *DescribeReservedDBInstancesOutput
- func (s DescribeReservedDBInstancesOutput) String() string
- type DescribeSourceRegionsInput
- func (s DescribeSourceRegionsInput) GoString() string
- func (s *DescribeSourceRegionsInput) SetFilters(v []*Filter) *DescribeSourceRegionsInput
- func (s *DescribeSourceRegionsInput) SetMarker(v string) *DescribeSourceRegionsInput
- func (s *DescribeSourceRegionsInput) SetMaxRecords(v int64) *DescribeSourceRegionsInput
- func (s *DescribeSourceRegionsInput) SetRegionName(v string) *DescribeSourceRegionsInput
- func (s DescribeSourceRegionsInput) String() string
- func (s *DescribeSourceRegionsInput) Validate() error
- type DescribeSourceRegionsOutput
- type DescribeValidDBInstanceModificationsInput
- func (s DescribeValidDBInstanceModificationsInput) GoString() string
- func (s *DescribeValidDBInstanceModificationsInput) SetDBInstanceIdentifier(v string) *DescribeValidDBInstanceModificationsInput
- func (s DescribeValidDBInstanceModificationsInput) String() string
- func (s *DescribeValidDBInstanceModificationsInput) Validate() error
- type DescribeValidDBInstanceModificationsOutput
- func (s DescribeValidDBInstanceModificationsOutput) GoString() string
- func (s *DescribeValidDBInstanceModificationsOutput) SetValidDBInstanceModificationsMessage(v *ValidDBInstanceModificationsMessage) *DescribeValidDBInstanceModificationsOutput
- func (s DescribeValidDBInstanceModificationsOutput) String() string
- type DomainMembership
- func (s DomainMembership) GoString() string
- func (s *DomainMembership) SetDomain(v string) *DomainMembership
- func (s *DomainMembership) SetFQDN(v string) *DomainMembership
- func (s *DomainMembership) SetIAMRoleName(v string) *DomainMembership
- func (s *DomainMembership) SetStatus(v string) *DomainMembership
- func (s DomainMembership) String() string
- type DoubleRange
- type DownloadDBLogFilePortionInput
- func (s DownloadDBLogFilePortionInput) GoString() string
- func (s *DownloadDBLogFilePortionInput) SetDBInstanceIdentifier(v string) *DownloadDBLogFilePortionInput
- func (s *DownloadDBLogFilePortionInput) SetLogFileName(v string) *DownloadDBLogFilePortionInput
- func (s *DownloadDBLogFilePortionInput) SetMarker(v string) *DownloadDBLogFilePortionInput
- func (s *DownloadDBLogFilePortionInput) SetNumberOfLines(v int64) *DownloadDBLogFilePortionInput
- func (s DownloadDBLogFilePortionInput) String() string
- func (s *DownloadDBLogFilePortionInput) Validate() error
- type DownloadDBLogFilePortionOutput
- func (s DownloadDBLogFilePortionOutput) GoString() string
- func (s *DownloadDBLogFilePortionOutput) SetAdditionalDataPending(v bool) *DownloadDBLogFilePortionOutput
- func (s *DownloadDBLogFilePortionOutput) SetLogFileData(v string) *DownloadDBLogFilePortionOutput
- func (s *DownloadDBLogFilePortionOutput) SetMarker(v string) *DownloadDBLogFilePortionOutput
- func (s DownloadDBLogFilePortionOutput) String() string
- type EC2SecurityGroup
- func (s EC2SecurityGroup) GoString() string
- func (s *EC2SecurityGroup) SetEC2SecurityGroupId(v string) *EC2SecurityGroup
- func (s *EC2SecurityGroup) SetEC2SecurityGroupName(v string) *EC2SecurityGroup
- func (s *EC2SecurityGroup) SetEC2SecurityGroupOwnerId(v string) *EC2SecurityGroup
- func (s *EC2SecurityGroup) SetStatus(v string) *EC2SecurityGroup
- func (s EC2SecurityGroup) String() string
- type Endpoint
- type EngineDefaults
- type Event
- func (s Event) GoString() string
- func (s *Event) SetDate(v time.Time) *Event
- func (s *Event) SetEventCategories(v []*string) *Event
- func (s *Event) SetMessage(v string) *Event
- func (s *Event) SetSourceArn(v string) *Event
- func (s *Event) SetSourceIdentifier(v string) *Event
- func (s *Event) SetSourceType(v string) *Event
- func (s Event) String() string
- type EventCategoriesMap
- type EventSubscription
- func (s EventSubscription) GoString() string
- func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription
- func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription
- func (s *EventSubscription) SetEnabled(v bool) *EventSubscription
- func (s *EventSubscription) SetEventCategoriesList(v []*string) *EventSubscription
- func (s *EventSubscription) SetEventSubscriptionArn(v string) *EventSubscription
- func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription
- func (s *EventSubscription) SetSourceIdsList(v []*string) *EventSubscription
- func (s *EventSubscription) SetSourceType(v string) *EventSubscription
- func (s *EventSubscription) SetStatus(v string) *EventSubscription
- func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription
- func (s EventSubscription) String() string
- type ExportTask
- func (s ExportTask) GoString() string
- func (s *ExportTask) SetExportOnly(v []*string) *ExportTask
- func (s *ExportTask) SetExportTaskIdentifier(v string) *ExportTask
- func (s *ExportTask) SetFailureCause(v string) *ExportTask
- func (s *ExportTask) SetIamRoleArn(v string) *ExportTask
- func (s *ExportTask) SetKmsKeyId(v string) *ExportTask
- func (s *ExportTask) SetPercentProgress(v int64) *ExportTask
- func (s *ExportTask) SetS3Bucket(v string) *ExportTask
- func (s *ExportTask) SetS3Prefix(v string) *ExportTask
- func (s *ExportTask) SetSnapshotTime(v time.Time) *ExportTask
- func (s *ExportTask) SetSourceArn(v string) *ExportTask
- func (s *ExportTask) SetStatus(v string) *ExportTask
- func (s *ExportTask) SetTaskEndTime(v time.Time) *ExportTask
- func (s *ExportTask) SetTaskStartTime(v time.Time) *ExportTask
- func (s *ExportTask) SetTotalExtractedDataInGB(v int64) *ExportTask
- func (s *ExportTask) SetWarningMessage(v string) *ExportTask
- func (s ExportTask) String() string
- type FailoverDBClusterInput
- func (s FailoverDBClusterInput) GoString() string
- func (s *FailoverDBClusterInput) SetDBClusterIdentifier(v string) *FailoverDBClusterInput
- func (s *FailoverDBClusterInput) SetTargetDBInstanceIdentifier(v string) *FailoverDBClusterInput
- func (s FailoverDBClusterInput) String() string
- func (s *FailoverDBClusterInput) Validate() error
- type FailoverDBClusterOutput
- type Filter
- type GlobalCluster
- func (s GlobalCluster) GoString() string
- func (s *GlobalCluster) SetDatabaseName(v string) *GlobalCluster
- func (s *GlobalCluster) SetDeletionProtection(v bool) *GlobalCluster
- func (s *GlobalCluster) SetEngine(v string) *GlobalCluster
- func (s *GlobalCluster) SetEngineVersion(v string) *GlobalCluster
- func (s *GlobalCluster) SetGlobalClusterArn(v string) *GlobalCluster
- func (s *GlobalCluster) SetGlobalClusterIdentifier(v string) *GlobalCluster
- func (s *GlobalCluster) SetGlobalClusterMembers(v []*GlobalClusterMember) *GlobalCluster
- func (s *GlobalCluster) SetGlobalClusterResourceId(v string) *GlobalCluster
- func (s *GlobalCluster) SetStatus(v string) *GlobalCluster
- func (s *GlobalCluster) SetStorageEncrypted(v bool) *GlobalCluster
- func (s GlobalCluster) String() string
- type GlobalClusterMember
- func (s GlobalClusterMember) GoString() string
- func (s *GlobalClusterMember) SetDBClusterArn(v string) *GlobalClusterMember
- func (s *GlobalClusterMember) SetGlobalWriteForwardingStatus(v string) *GlobalClusterMember
- func (s *GlobalClusterMember) SetIsWriter(v bool) *GlobalClusterMember
- func (s *GlobalClusterMember) SetReaders(v []*string) *GlobalClusterMember
- func (s GlobalClusterMember) String() string
- type IPRange
- type ImportInstallationMediaInput
- func (s ImportInstallationMediaInput) GoString() string
- func (s *ImportInstallationMediaInput) SetCustomAvailabilityZoneId(v string) *ImportInstallationMediaInput
- func (s *ImportInstallationMediaInput) SetEngine(v string) *ImportInstallationMediaInput
- func (s *ImportInstallationMediaInput) SetEngineInstallationMediaPath(v string) *ImportInstallationMediaInput
- func (s *ImportInstallationMediaInput) SetEngineVersion(v string) *ImportInstallationMediaInput
- func (s *ImportInstallationMediaInput) SetOSInstallationMediaPath(v string) *ImportInstallationMediaInput
- func (s ImportInstallationMediaInput) String() string
- func (s *ImportInstallationMediaInput) Validate() error
- type ImportInstallationMediaOutput
- func (s ImportInstallationMediaOutput) GoString() string
- func (s *ImportInstallationMediaOutput) SetCustomAvailabilityZoneId(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetEngine(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetEngineInstallationMediaPath(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetEngineVersion(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetFailureCause(v *InstallationMediaFailureCause) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetInstallationMediaId(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetOSInstallationMediaPath(v string) *ImportInstallationMediaOutput
- func (s *ImportInstallationMediaOutput) SetStatus(v string) *ImportInstallationMediaOutput
- func (s ImportInstallationMediaOutput) String() string
- type InstallationMedia
- func (s InstallationMedia) GoString() string
- func (s *InstallationMedia) SetCustomAvailabilityZoneId(v string) *InstallationMedia
- func (s *InstallationMedia) SetEngine(v string) *InstallationMedia
- func (s *InstallationMedia) SetEngineInstallationMediaPath(v string) *InstallationMedia
- func (s *InstallationMedia) SetEngineVersion(v string) *InstallationMedia
- func (s *InstallationMedia) SetFailureCause(v *InstallationMediaFailureCause) *InstallationMedia
- func (s *InstallationMedia) SetInstallationMediaId(v string) *InstallationMedia
- func (s *InstallationMedia) SetOSInstallationMediaPath(v string) *InstallationMedia
- func (s *InstallationMedia) SetStatus(v string) *InstallationMedia
- func (s InstallationMedia) String() string
- type InstallationMediaFailureCause
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetFilters(v []*Filter) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceName(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- func (s *ListTagsForResourceInput) Validate() error
- type ListTagsForResourceOutput
- type MinimumEngineVersionPerAllowedValue
- func (s MinimumEngineVersionPerAllowedValue) GoString() string
- func (s *MinimumEngineVersionPerAllowedValue) SetAllowedValue(v string) *MinimumEngineVersionPerAllowedValue
- func (s *MinimumEngineVersionPerAllowedValue) SetMinimumEngineVersion(v string) *MinimumEngineVersionPerAllowedValue
- func (s MinimumEngineVersionPerAllowedValue) String() string
- type ModifyCertificatesInput
- type ModifyCertificatesOutput
- type ModifyCurrentDBClusterCapacityInput
- func (s ModifyCurrentDBClusterCapacityInput) GoString() string
- func (s *ModifyCurrentDBClusterCapacityInput) SetCapacity(v int64) *ModifyCurrentDBClusterCapacityInput
- func (s *ModifyCurrentDBClusterCapacityInput) SetDBClusterIdentifier(v string) *ModifyCurrentDBClusterCapacityInput
- func (s *ModifyCurrentDBClusterCapacityInput) SetSecondsBeforeTimeout(v int64) *ModifyCurrentDBClusterCapacityInput
- func (s *ModifyCurrentDBClusterCapacityInput) SetTimeoutAction(v string) *ModifyCurrentDBClusterCapacityInput
- func (s ModifyCurrentDBClusterCapacityInput) String() string
- func (s *ModifyCurrentDBClusterCapacityInput) Validate() error
- type ModifyCurrentDBClusterCapacityOutput
- func (s ModifyCurrentDBClusterCapacityOutput) GoString() string
- func (s *ModifyCurrentDBClusterCapacityOutput) SetCurrentCapacity(v int64) *ModifyCurrentDBClusterCapacityOutput
- func (s *ModifyCurrentDBClusterCapacityOutput) SetDBClusterIdentifier(v string) *ModifyCurrentDBClusterCapacityOutput
- func (s *ModifyCurrentDBClusterCapacityOutput) SetPendingCapacity(v int64) *ModifyCurrentDBClusterCapacityOutput
- func (s *ModifyCurrentDBClusterCapacityOutput) SetSecondsBeforeTimeout(v int64) *ModifyCurrentDBClusterCapacityOutput
- func (s *ModifyCurrentDBClusterCapacityOutput) SetTimeoutAction(v string) *ModifyCurrentDBClusterCapacityOutput
- func (s ModifyCurrentDBClusterCapacityOutput) String() string
- type ModifyDBClusterEndpointInput
- func (s ModifyDBClusterEndpointInput) GoString() string
- func (s *ModifyDBClusterEndpointInput) SetDBClusterEndpointIdentifier(v string) *ModifyDBClusterEndpointInput
- func (s *ModifyDBClusterEndpointInput) SetEndpointType(v string) *ModifyDBClusterEndpointInput
- func (s *ModifyDBClusterEndpointInput) SetExcludedMembers(v []*string) *ModifyDBClusterEndpointInput
- func (s *ModifyDBClusterEndpointInput) SetStaticMembers(v []*string) *ModifyDBClusterEndpointInput
- func (s ModifyDBClusterEndpointInput) String() string
- func (s *ModifyDBClusterEndpointInput) Validate() error
- type ModifyDBClusterEndpointOutput
- func (s ModifyDBClusterEndpointOutput) GoString() string
- func (s *ModifyDBClusterEndpointOutput) SetCustomEndpointType(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetEndpoint(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetEndpointType(v string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetExcludedMembers(v []*string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetStaticMembers(v []*string) *ModifyDBClusterEndpointOutput
- func (s *ModifyDBClusterEndpointOutput) SetStatus(v string) *ModifyDBClusterEndpointOutput
- func (s ModifyDBClusterEndpointOutput) String() string
- type ModifyDBClusterInput
- func (s ModifyDBClusterInput) GoString() string
- func (s *ModifyDBClusterInput) SetAllowMajorVersionUpgrade(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetApplyImmediately(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetBacktrackWindow(v int64) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetBackupRetentionPeriod(v int64) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetCloudwatchLogsExportConfiguration(v *CloudwatchLogsExportConfiguration) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetCopyTagsToSnapshot(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDBClusterIdentifier(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDBClusterParameterGroupName(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDBInstanceParameterGroupName(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDeletionProtection(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDomain(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetDomainIAMRoleName(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetEnableGlobalWriteForwarding(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetEnableHttpEndpoint(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetEnableIAMDatabaseAuthentication(v bool) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetEngineVersion(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetMasterUserPassword(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetNewDBClusterIdentifier(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetOptionGroupName(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetPort(v int64) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetPreferredBackupWindow(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetPreferredMaintenanceWindow(v string) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetScalingConfiguration(v *ScalingConfiguration) *ModifyDBClusterInput
- func (s *ModifyDBClusterInput) SetVpcSecurityGroupIds(v []*string) *ModifyDBClusterInput
- func (s ModifyDBClusterInput) String() string
- func (s *ModifyDBClusterInput) Validate() error
- type ModifyDBClusterOutput
- type ModifyDBClusterParameterGroupInput
- func (s ModifyDBClusterParameterGroupInput) GoString() string
- func (s *ModifyDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *ModifyDBClusterParameterGroupInput
- func (s *ModifyDBClusterParameterGroupInput) SetParameters(v []*Parameter) *ModifyDBClusterParameterGroupInput
- func (s ModifyDBClusterParameterGroupInput) String() string
- func (s *ModifyDBClusterParameterGroupInput) Validate() error
- type ModifyDBClusterSnapshotAttributeInput
- func (s ModifyDBClusterSnapshotAttributeInput) GoString() string
- func (s *ModifyDBClusterSnapshotAttributeInput) SetAttributeName(v string) *ModifyDBClusterSnapshotAttributeInput
- func (s *ModifyDBClusterSnapshotAttributeInput) SetDBClusterSnapshotIdentifier(v string) *ModifyDBClusterSnapshotAttributeInput
- func (s *ModifyDBClusterSnapshotAttributeInput) SetValuesToAdd(v []*string) *ModifyDBClusterSnapshotAttributeInput
- func (s *ModifyDBClusterSnapshotAttributeInput) SetValuesToRemove(v []*string) *ModifyDBClusterSnapshotAttributeInput
- func (s ModifyDBClusterSnapshotAttributeInput) String() string
- func (s *ModifyDBClusterSnapshotAttributeInput) Validate() error
- type ModifyDBClusterSnapshotAttributeOutput
- type ModifyDBInstanceInput
- func (s ModifyDBInstanceInput) GoString() string
- func (s *ModifyDBInstanceInput) SetAllocatedStorage(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetApplyImmediately(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetBackupRetentionPeriod(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetCACertificateIdentifier(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetCertificateRotationRestart(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetCloudwatchLogsExportConfiguration(v *CloudwatchLogsExportConfiguration) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetCopyTagsToSnapshot(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBInstanceClass(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBInstanceIdentifier(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBParameterGroupName(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBPortNumber(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBSecurityGroups(v []*string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDBSubnetGroupName(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDeletionProtection(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDomain(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetDomainIAMRoleName(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetEnableCustomerOwnedIp(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetEnableIAMDatabaseAuthentication(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetEnablePerformanceInsights(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetEngineVersion(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetIops(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetLicenseModel(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetMasterUserPassword(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetMaxAllocatedStorage(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetMonitoringInterval(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetMonitoringRoleArn(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetMultiAZ(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetNewDBInstanceIdentifier(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetOptionGroupName(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPerformanceInsightsKMSKeyId(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPerformanceInsightsRetentionPeriod(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPreferredBackupWindow(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetProcessorFeatures(v []*ProcessorFeature) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPromotionTier(v int64) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetPubliclyAccessible(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetReplicaMode(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetStorageType(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetTdeCredentialArn(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetTdeCredentialPassword(v string) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetUseDefaultProcessorFeatures(v bool) *ModifyDBInstanceInput
- func (s *ModifyDBInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyDBInstanceInput
- func (s ModifyDBInstanceInput) String() string
- func (s *ModifyDBInstanceInput) Validate() error
- type ModifyDBInstanceOutput
- type ModifyDBParameterGroupInput
- func (s ModifyDBParameterGroupInput) GoString() string
- func (s *ModifyDBParameterGroupInput) SetDBParameterGroupName(v string) *ModifyDBParameterGroupInput
- func (s *ModifyDBParameterGroupInput) SetParameters(v []*Parameter) *ModifyDBParameterGroupInput
- func (s ModifyDBParameterGroupInput) String() string
- func (s *ModifyDBParameterGroupInput) Validate() error
- type ModifyDBProxyInput
- func (s ModifyDBProxyInput) GoString() string
- func (s *ModifyDBProxyInput) SetAuth(v []*UserAuthConfig) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetDBProxyName(v string) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetDebugLogging(v bool) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetIdleClientTimeout(v int64) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetNewDBProxyName(v string) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetRequireTLS(v bool) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetRoleArn(v string) *ModifyDBProxyInput
- func (s *ModifyDBProxyInput) SetSecurityGroups(v []*string) *ModifyDBProxyInput
- func (s ModifyDBProxyInput) String() string
- func (s *ModifyDBProxyInput) Validate() error
- type ModifyDBProxyOutput
- type ModifyDBProxyTargetGroupInput
- func (s ModifyDBProxyTargetGroupInput) GoString() string
- func (s *ModifyDBProxyTargetGroupInput) SetConnectionPoolConfig(v *ConnectionPoolConfiguration) *ModifyDBProxyTargetGroupInput
- func (s *ModifyDBProxyTargetGroupInput) SetDBProxyName(v string) *ModifyDBProxyTargetGroupInput
- func (s *ModifyDBProxyTargetGroupInput) SetNewName(v string) *ModifyDBProxyTargetGroupInput
- func (s *ModifyDBProxyTargetGroupInput) SetTargetGroupName(v string) *ModifyDBProxyTargetGroupInput
- func (s ModifyDBProxyTargetGroupInput) String() string
- func (s *ModifyDBProxyTargetGroupInput) Validate() error
- type ModifyDBProxyTargetGroupOutput
- type ModifyDBSnapshotAttributeInput
- func (s ModifyDBSnapshotAttributeInput) GoString() string
- func (s *ModifyDBSnapshotAttributeInput) SetAttributeName(v string) *ModifyDBSnapshotAttributeInput
- func (s *ModifyDBSnapshotAttributeInput) SetDBSnapshotIdentifier(v string) *ModifyDBSnapshotAttributeInput
- func (s *ModifyDBSnapshotAttributeInput) SetValuesToAdd(v []*string) *ModifyDBSnapshotAttributeInput
- func (s *ModifyDBSnapshotAttributeInput) SetValuesToRemove(v []*string) *ModifyDBSnapshotAttributeInput
- func (s ModifyDBSnapshotAttributeInput) String() string
- func (s *ModifyDBSnapshotAttributeInput) Validate() error
- type ModifyDBSnapshotAttributeOutput
- type ModifyDBSnapshotInput
- func (s ModifyDBSnapshotInput) GoString() string
- func (s *ModifyDBSnapshotInput) SetDBSnapshotIdentifier(v string) *ModifyDBSnapshotInput
- func (s *ModifyDBSnapshotInput) SetEngineVersion(v string) *ModifyDBSnapshotInput
- func (s *ModifyDBSnapshotInput) SetOptionGroupName(v string) *ModifyDBSnapshotInput
- func (s ModifyDBSnapshotInput) String() string
- func (s *ModifyDBSnapshotInput) Validate() error
- type ModifyDBSnapshotOutput
- type ModifyDBSubnetGroupInput
- func (s ModifyDBSubnetGroupInput) GoString() string
- func (s *ModifyDBSubnetGroupInput) SetDBSubnetGroupDescription(v string) *ModifyDBSubnetGroupInput
- func (s *ModifyDBSubnetGroupInput) SetDBSubnetGroupName(v string) *ModifyDBSubnetGroupInput
- func (s *ModifyDBSubnetGroupInput) SetSubnetIds(v []*string) *ModifyDBSubnetGroupInput
- func (s ModifyDBSubnetGroupInput) String() string
- func (s *ModifyDBSubnetGroupInput) Validate() error
- type ModifyDBSubnetGroupOutput
- type ModifyEventSubscriptionInput
- func (s ModifyEventSubscriptionInput) GoString() string
- func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetEventCategories(v []*string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput
- func (s ModifyEventSubscriptionInput) String() string
- func (s *ModifyEventSubscriptionInput) Validate() error
- type ModifyEventSubscriptionOutput
- type ModifyGlobalClusterInput
- func (s ModifyGlobalClusterInput) GoString() string
- func (s *ModifyGlobalClusterInput) SetAllowMajorVersionUpgrade(v bool) *ModifyGlobalClusterInput
- func (s *ModifyGlobalClusterInput) SetDeletionProtection(v bool) *ModifyGlobalClusterInput
- func (s *ModifyGlobalClusterInput) SetEngineVersion(v string) *ModifyGlobalClusterInput
- func (s *ModifyGlobalClusterInput) SetGlobalClusterIdentifier(v string) *ModifyGlobalClusterInput
- func (s *ModifyGlobalClusterInput) SetNewGlobalClusterIdentifier(v string) *ModifyGlobalClusterInput
- func (s ModifyGlobalClusterInput) String() string
- type ModifyGlobalClusterOutput
- type ModifyOptionGroupInput
- func (s ModifyOptionGroupInput) GoString() string
- func (s *ModifyOptionGroupInput) SetApplyImmediately(v bool) *ModifyOptionGroupInput
- func (s *ModifyOptionGroupInput) SetOptionGroupName(v string) *ModifyOptionGroupInput
- func (s *ModifyOptionGroupInput) SetOptionsToInclude(v []*OptionConfiguration) *ModifyOptionGroupInput
- func (s *ModifyOptionGroupInput) SetOptionsToRemove(v []*string) *ModifyOptionGroupInput
- func (s ModifyOptionGroupInput) String() string
- func (s *ModifyOptionGroupInput) Validate() error
- type ModifyOptionGroupOutput
- type Option
- func (s Option) GoString() string
- func (s *Option) SetDBSecurityGroupMemberships(v []*DBSecurityGroupMembership) *Option
- func (s *Option) SetOptionDescription(v string) *Option
- func (s *Option) SetOptionName(v string) *Option
- func (s *Option) SetOptionSettings(v []*OptionSetting) *Option
- func (s *Option) SetOptionVersion(v string) *Option
- func (s *Option) SetPermanent(v bool) *Option
- func (s *Option) SetPersistent(v bool) *Option
- func (s *Option) SetPort(v int64) *Option
- func (s *Option) SetVpcSecurityGroupMemberships(v []*VpcSecurityGroupMembership) *Option
- func (s Option) String() string
- type OptionConfiguration
- func (s OptionConfiguration) GoString() string
- func (s *OptionConfiguration) SetDBSecurityGroupMemberships(v []*string) *OptionConfiguration
- func (s *OptionConfiguration) SetOptionName(v string) *OptionConfiguration
- func (s *OptionConfiguration) SetOptionSettings(v []*OptionSetting) *OptionConfiguration
- func (s *OptionConfiguration) SetOptionVersion(v string) *OptionConfiguration
- func (s *OptionConfiguration) SetPort(v int64) *OptionConfiguration
- func (s *OptionConfiguration) SetVpcSecurityGroupMemberships(v []*string) *OptionConfiguration
- func (s OptionConfiguration) String() string
- func (s *OptionConfiguration) Validate() error
- type OptionGroup
- func (s OptionGroup) GoString() string
- func (s *OptionGroup) SetAllowsVpcAndNonVpcInstanceMemberships(v bool) *OptionGroup
- func (s *OptionGroup) SetEngineName(v string) *OptionGroup
- func (s *OptionGroup) SetMajorEngineVersion(v string) *OptionGroup
- func (s *OptionGroup) SetOptionGroupArn(v string) *OptionGroup
- func (s *OptionGroup) SetOptionGroupDescription(v string) *OptionGroup
- func (s *OptionGroup) SetOptionGroupName(v string) *OptionGroup
- func (s *OptionGroup) SetOptions(v []*Option) *OptionGroup
- func (s *OptionGroup) SetVpcId(v string) *OptionGroup
- func (s OptionGroup) String() string
- type OptionGroupMembership
- type OptionGroupOption
- func (s OptionGroupOption) GoString() string
- func (s *OptionGroupOption) SetDefaultPort(v int64) *OptionGroupOption
- func (s *OptionGroupOption) SetDescription(v string) *OptionGroupOption
- func (s *OptionGroupOption) SetEngineName(v string) *OptionGroupOption
- func (s *OptionGroupOption) SetMajorEngineVersion(v string) *OptionGroupOption
- func (s *OptionGroupOption) SetMinimumRequiredMinorEngineVersion(v string) *OptionGroupOption
- func (s *OptionGroupOption) SetName(v string) *OptionGroupOption
- func (s *OptionGroupOption) SetOptionGroupOptionSettings(v []*OptionGroupOptionSetting) *OptionGroupOption
- func (s *OptionGroupOption) SetOptionGroupOptionVersions(v []*OptionVersion) *OptionGroupOption
- func (s *OptionGroupOption) SetOptionsConflictsWith(v []*string) *OptionGroupOption
- func (s *OptionGroupOption) SetOptionsDependedOn(v []*string) *OptionGroupOption
- func (s *OptionGroupOption) SetPermanent(v bool) *OptionGroupOption
- func (s *OptionGroupOption) SetPersistent(v bool) *OptionGroupOption
- func (s *OptionGroupOption) SetPortRequired(v bool) *OptionGroupOption
- func (s *OptionGroupOption) SetRequiresAutoMinorEngineVersionUpgrade(v bool) *OptionGroupOption
- func (s *OptionGroupOption) SetSupportsOptionVersionDowngrade(v bool) *OptionGroupOption
- func (s *OptionGroupOption) SetVpcOnly(v bool) *OptionGroupOption
- func (s OptionGroupOption) String() string
- type OptionGroupOptionSetting
- func (s OptionGroupOptionSetting) GoString() string
- func (s *OptionGroupOptionSetting) SetAllowedValues(v string) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetApplyType(v string) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetDefaultValue(v string) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetIsModifiable(v bool) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetIsRequired(v bool) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetMinimumEngineVersionPerAllowedValue(v []*MinimumEngineVersionPerAllowedValue) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetSettingDescription(v string) *OptionGroupOptionSetting
- func (s *OptionGroupOptionSetting) SetSettingName(v string) *OptionGroupOptionSetting
- func (s OptionGroupOptionSetting) String() string
- type OptionSetting
- func (s OptionSetting) GoString() string
- func (s *OptionSetting) SetAllowedValues(v string) *OptionSetting
- func (s *OptionSetting) SetApplyType(v string) *OptionSetting
- func (s *OptionSetting) SetDataType(v string) *OptionSetting
- func (s *OptionSetting) SetDefaultValue(v string) *OptionSetting
- func (s *OptionSetting) SetDescription(v string) *OptionSetting
- func (s *OptionSetting) SetIsCollection(v bool) *OptionSetting
- func (s *OptionSetting) SetIsModifiable(v bool) *OptionSetting
- func (s *OptionSetting) SetName(v string) *OptionSetting
- func (s *OptionSetting) SetValue(v string) *OptionSetting
- func (s OptionSetting) String() string
- type OptionVersion
- type OrderableDBInstanceOption
- func (s OrderableDBInstanceOption) GoString() string
- func (s *OrderableDBInstanceOption) SetAvailabilityZoneGroup(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetAvailabilityZones(v []*AvailabilityZone) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetAvailableProcessorFeatures(v []*AvailableProcessorFeature) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetDBInstanceClass(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetEngine(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetEngineVersion(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetLicenseModel(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMaxIopsPerDbInstance(v int64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMaxIopsPerGib(v float64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMaxStorageSize(v int64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMinIopsPerDbInstance(v int64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMinIopsPerGib(v float64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMinStorageSize(v int64) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetMultiAZCapable(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetOutpostCapable(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetReadReplicaCapable(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetStorageType(v string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportedEngineModes(v []*string) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsEnhancedMonitoring(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsGlobalDatabases(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsIAMDatabaseAuthentication(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsIops(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsKerberosAuthentication(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsPerformanceInsights(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsStorageAutoscaling(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetSupportsStorageEncryption(v bool) *OrderableDBInstanceOption
- func (s *OrderableDBInstanceOption) SetVpc(v bool) *OrderableDBInstanceOption
- func (s OrderableDBInstanceOption) String() string
- type Outpost
- type Parameter
- func (s Parameter) GoString() string
- func (s *Parameter) SetAllowedValues(v string) *Parameter
- func (s *Parameter) SetApplyMethod(v string) *Parameter
- func (s *Parameter) SetApplyType(v string) *Parameter
- func (s *Parameter) SetDataType(v string) *Parameter
- func (s *Parameter) SetDescription(v string) *Parameter
- func (s *Parameter) SetIsModifiable(v bool) *Parameter
- func (s *Parameter) SetMinimumEngineVersion(v string) *Parameter
- func (s *Parameter) SetParameterName(v string) *Parameter
- func (s *Parameter) SetParameterValue(v string) *Parameter
- func (s *Parameter) SetSource(v string) *Parameter
- func (s *Parameter) SetSupportedEngineModes(v []*string) *Parameter
- func (s Parameter) String() string
- type PendingCloudwatchLogsExports
- func (s PendingCloudwatchLogsExports) GoString() string
- func (s *PendingCloudwatchLogsExports) SetLogTypesToDisable(v []*string) *PendingCloudwatchLogsExports
- func (s *PendingCloudwatchLogsExports) SetLogTypesToEnable(v []*string) *PendingCloudwatchLogsExports
- func (s PendingCloudwatchLogsExports) String() string
- type PendingMaintenanceAction
- func (s PendingMaintenanceAction) GoString() string
- func (s *PendingMaintenanceAction) SetAction(v string) *PendingMaintenanceAction
- func (s *PendingMaintenanceAction) SetAutoAppliedAfterDate(v time.Time) *PendingMaintenanceAction
- func (s *PendingMaintenanceAction) SetCurrentApplyDate(v time.Time) *PendingMaintenanceAction
- func (s *PendingMaintenanceAction) SetDescription(v string) *PendingMaintenanceAction
- func (s *PendingMaintenanceAction) SetForcedApplyDate(v time.Time) *PendingMaintenanceAction
- func (s *PendingMaintenanceAction) SetOptInStatus(v string) *PendingMaintenanceAction
- func (s PendingMaintenanceAction) String() string
- type PendingModifiedValues
- func (s PendingModifiedValues) GoString() string
- func (s *PendingModifiedValues) SetAllocatedStorage(v int64) *PendingModifiedValues
- func (s *PendingModifiedValues) SetBackupRetentionPeriod(v int64) *PendingModifiedValues
- func (s *PendingModifiedValues) SetCACertificateIdentifier(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetDBInstanceClass(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetDBInstanceIdentifier(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetDBSubnetGroupName(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetEngineVersion(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetIAMDatabaseAuthenticationEnabled(v bool) *PendingModifiedValues
- func (s *PendingModifiedValues) SetIops(v int64) *PendingModifiedValues
- func (s *PendingModifiedValues) SetLicenseModel(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetMasterUserPassword(v string) *PendingModifiedValues
- func (s *PendingModifiedValues) SetMultiAZ(v bool) *PendingModifiedValues
- func (s *PendingModifiedValues) SetPendingCloudwatchLogsExports(v *PendingCloudwatchLogsExports) *PendingModifiedValues
- func (s *PendingModifiedValues) SetPort(v int64) *PendingModifiedValues
- func (s *PendingModifiedValues) SetProcessorFeatures(v []*ProcessorFeature) *PendingModifiedValues
- func (s *PendingModifiedValues) SetStorageType(v string) *PendingModifiedValues
- func (s PendingModifiedValues) String() string
- type ProcessorFeature
- type PromoteReadReplicaDBClusterInput
- type PromoteReadReplicaDBClusterOutput
- type PromoteReadReplicaInput
- func (s PromoteReadReplicaInput) GoString() string
- func (s *PromoteReadReplicaInput) SetBackupRetentionPeriod(v int64) *PromoteReadReplicaInput
- func (s *PromoteReadReplicaInput) SetDBInstanceIdentifier(v string) *PromoteReadReplicaInput
- func (s *PromoteReadReplicaInput) SetPreferredBackupWindow(v string) *PromoteReadReplicaInput
- func (s PromoteReadReplicaInput) String() string
- func (s *PromoteReadReplicaInput) Validate() error
- type PromoteReadReplicaOutput
- type PurchaseReservedDBInstancesOfferingInput
- func (s PurchaseReservedDBInstancesOfferingInput) GoString() string
- func (s *PurchaseReservedDBInstancesOfferingInput) SetDBInstanceCount(v int64) *PurchaseReservedDBInstancesOfferingInput
- func (s *PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstanceId(v string) *PurchaseReservedDBInstancesOfferingInput
- func (s *PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstancesOfferingId(v string) *PurchaseReservedDBInstancesOfferingInput
- func (s *PurchaseReservedDBInstancesOfferingInput) SetTags(v []*Tag) *PurchaseReservedDBInstancesOfferingInput
- func (s PurchaseReservedDBInstancesOfferingInput) String() string
- func (s *PurchaseReservedDBInstancesOfferingInput) Validate() error
- type PurchaseReservedDBInstancesOfferingOutput
- type RDS
- func (c *RDS) AddRoleToDBCluster(input *AddRoleToDBClusterInput) (*AddRoleToDBClusterOutput, error)
- func (c *RDS) AddRoleToDBClusterRequest(input *AddRoleToDBClusterInput) (req *request.Request, output *AddRoleToDBClusterOutput)
- func (c *RDS) AddRoleToDBClusterWithContext(ctx aws.Context, input *AddRoleToDBClusterInput, opts ...request.Option) (*AddRoleToDBClusterOutput, error)
- func (c *RDS) AddRoleToDBInstance(input *AddRoleToDBInstanceInput) (*AddRoleToDBInstanceOutput, error)
- func (c *RDS) AddRoleToDBInstanceRequest(input *AddRoleToDBInstanceInput) (req *request.Request, output *AddRoleToDBInstanceOutput)
- func (c *RDS) AddRoleToDBInstanceWithContext(ctx aws.Context, input *AddRoleToDBInstanceInput, opts ...request.Option) (*AddRoleToDBInstanceOutput, error)
- func (c *RDS) AddSourceIdentifierToSubscription(input *AddSourceIdentifierToSubscriptionInput) (*AddSourceIdentifierToSubscriptionOutput, error)
- func (c *RDS) AddSourceIdentifierToSubscriptionRequest(input *AddSourceIdentifierToSubscriptionInput) (req *request.Request, output *AddSourceIdentifierToSubscriptionOutput)
- func (c *RDS) AddSourceIdentifierToSubscriptionWithContext(ctx aws.Context, input *AddSourceIdentifierToSubscriptionInput, ...) (*AddSourceIdentifierToSubscriptionOutput, error)
- func (c *RDS) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
- func (c *RDS) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
- func (c *RDS) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
- func (c *RDS) ApplyPendingMaintenanceAction(input *ApplyPendingMaintenanceActionInput) (*ApplyPendingMaintenanceActionOutput, error)
- func (c *RDS) ApplyPendingMaintenanceActionRequest(input *ApplyPendingMaintenanceActionInput) (req *request.Request, output *ApplyPendingMaintenanceActionOutput)
- func (c *RDS) ApplyPendingMaintenanceActionWithContext(ctx aws.Context, input *ApplyPendingMaintenanceActionInput, ...) (*ApplyPendingMaintenanceActionOutput, error)
- func (c *RDS) AuthorizeDBSecurityGroupIngress(input *AuthorizeDBSecurityGroupIngressInput) (*AuthorizeDBSecurityGroupIngressOutput, error)
- func (c *RDS) AuthorizeDBSecurityGroupIngressRequest(input *AuthorizeDBSecurityGroupIngressInput) (req *request.Request, output *AuthorizeDBSecurityGroupIngressOutput)
- func (c *RDS) AuthorizeDBSecurityGroupIngressWithContext(ctx aws.Context, input *AuthorizeDBSecurityGroupIngressInput, ...) (*AuthorizeDBSecurityGroupIngressOutput, error)
- func (c *RDS) BacktrackDBCluster(input *BacktrackDBClusterInput) (*BacktrackDBClusterOutput, error)
- func (c *RDS) BacktrackDBClusterRequest(input *BacktrackDBClusterInput) (req *request.Request, output *BacktrackDBClusterOutput)
- func (c *RDS) BacktrackDBClusterWithContext(ctx aws.Context, input *BacktrackDBClusterInput, opts ...request.Option) (*BacktrackDBClusterOutput, error)
- func (c *RDS) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
- func (c *RDS) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)
- func (c *RDS) CancelExportTaskWithContext(ctx aws.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)
- func (c *RDS) CopyDBClusterParameterGroup(input *CopyDBClusterParameterGroupInput) (*CopyDBClusterParameterGroupOutput, error)
- func (c *RDS) CopyDBClusterParameterGroupRequest(input *CopyDBClusterParameterGroupInput) (req *request.Request, output *CopyDBClusterParameterGroupOutput)
- func (c *RDS) CopyDBClusterParameterGroupWithContext(ctx aws.Context, input *CopyDBClusterParameterGroupInput, ...) (*CopyDBClusterParameterGroupOutput, error)
- func (c *RDS) CopyDBClusterSnapshot(input *CopyDBClusterSnapshotInput) (*CopyDBClusterSnapshotOutput, error)
- func (c *RDS) CopyDBClusterSnapshotRequest(input *CopyDBClusterSnapshotInput) (req *request.Request, output *CopyDBClusterSnapshotOutput)
- func (c *RDS) CopyDBClusterSnapshotWithContext(ctx aws.Context, input *CopyDBClusterSnapshotInput, opts ...request.Option) (*CopyDBClusterSnapshotOutput, error)
- func (c *RDS) CopyDBParameterGroup(input *CopyDBParameterGroupInput) (*CopyDBParameterGroupOutput, error)
- func (c *RDS) CopyDBParameterGroupRequest(input *CopyDBParameterGroupInput) (req *request.Request, output *CopyDBParameterGroupOutput)
- func (c *RDS) CopyDBParameterGroupWithContext(ctx aws.Context, input *CopyDBParameterGroupInput, opts ...request.Option) (*CopyDBParameterGroupOutput, error)
- func (c *RDS) CopyDBSnapshot(input *CopyDBSnapshotInput) (*CopyDBSnapshotOutput, error)
- func (c *RDS) CopyDBSnapshotRequest(input *CopyDBSnapshotInput) (req *request.Request, output *CopyDBSnapshotOutput)
- func (c *RDS) CopyDBSnapshotWithContext(ctx aws.Context, input *CopyDBSnapshotInput, opts ...request.Option) (*CopyDBSnapshotOutput, error)
- func (c *RDS) CopyOptionGroup(input *CopyOptionGroupInput) (*CopyOptionGroupOutput, error)
- func (c *RDS) CopyOptionGroupRequest(input *CopyOptionGroupInput) (req *request.Request, output *CopyOptionGroupOutput)
- func (c *RDS) CopyOptionGroupWithContext(ctx aws.Context, input *CopyOptionGroupInput, opts ...request.Option) (*CopyOptionGroupOutput, error)
- func (c *RDS) CreateCustomAvailabilityZone(input *CreateCustomAvailabilityZoneInput) (*CreateCustomAvailabilityZoneOutput, error)
- func (c *RDS) CreateCustomAvailabilityZoneRequest(input *CreateCustomAvailabilityZoneInput) (req *request.Request, output *CreateCustomAvailabilityZoneOutput)
- func (c *RDS) CreateCustomAvailabilityZoneWithContext(ctx aws.Context, input *CreateCustomAvailabilityZoneInput, ...) (*CreateCustomAvailabilityZoneOutput, error)
- func (c *RDS) CreateDBCluster(input *CreateDBClusterInput) (*CreateDBClusterOutput, error)
- func (c *RDS) CreateDBClusterEndpoint(input *CreateDBClusterEndpointInput) (*CreateDBClusterEndpointOutput, error)
- func (c *RDS) CreateDBClusterEndpointRequest(input *CreateDBClusterEndpointInput) (req *request.Request, output *CreateDBClusterEndpointOutput)
- func (c *RDS) CreateDBClusterEndpointWithContext(ctx aws.Context, input *CreateDBClusterEndpointInput, opts ...request.Option) (*CreateDBClusterEndpointOutput, error)
- func (c *RDS) CreateDBClusterParameterGroup(input *CreateDBClusterParameterGroupInput) (*CreateDBClusterParameterGroupOutput, error)
- func (c *RDS) CreateDBClusterParameterGroupRequest(input *CreateDBClusterParameterGroupInput) (req *request.Request, output *CreateDBClusterParameterGroupOutput)
- func (c *RDS) CreateDBClusterParameterGroupWithContext(ctx aws.Context, input *CreateDBClusterParameterGroupInput, ...) (*CreateDBClusterParameterGroupOutput, error)
- func (c *RDS) CreateDBClusterRequest(input *CreateDBClusterInput) (req *request.Request, output *CreateDBClusterOutput)
- func (c *RDS) CreateDBClusterSnapshot(input *CreateDBClusterSnapshotInput) (*CreateDBClusterSnapshotOutput, error)
- func (c *RDS) CreateDBClusterSnapshotRequest(input *CreateDBClusterSnapshotInput) (req *request.Request, output *CreateDBClusterSnapshotOutput)
- func (c *RDS) CreateDBClusterSnapshotWithContext(ctx aws.Context, input *CreateDBClusterSnapshotInput, opts ...request.Option) (*CreateDBClusterSnapshotOutput, error)
- func (c *RDS) CreateDBClusterWithContext(ctx aws.Context, input *CreateDBClusterInput, opts ...request.Option) (*CreateDBClusterOutput, error)
- func (c *RDS) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error)
- func (c *RDS) CreateDBInstanceReadReplica(input *CreateDBInstanceReadReplicaInput) (*CreateDBInstanceReadReplicaOutput, error)
- func (c *RDS) CreateDBInstanceReadReplicaRequest(input *CreateDBInstanceReadReplicaInput) (req *request.Request, output *CreateDBInstanceReadReplicaOutput)
- func (c *RDS) CreateDBInstanceReadReplicaWithContext(ctx aws.Context, input *CreateDBInstanceReadReplicaInput, ...) (*CreateDBInstanceReadReplicaOutput, error)
- func (c *RDS) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *request.Request, output *CreateDBInstanceOutput)
- func (c *RDS) CreateDBInstanceWithContext(ctx aws.Context, input *CreateDBInstanceInput, opts ...request.Option) (*CreateDBInstanceOutput, error)
- func (c *RDS) CreateDBParameterGroup(input *CreateDBParameterGroupInput) (*CreateDBParameterGroupOutput, error)
- func (c *RDS) CreateDBParameterGroupRequest(input *CreateDBParameterGroupInput) (req *request.Request, output *CreateDBParameterGroupOutput)
- func (c *RDS) CreateDBParameterGroupWithContext(ctx aws.Context, input *CreateDBParameterGroupInput, opts ...request.Option) (*CreateDBParameterGroupOutput, error)
- func (c *RDS) CreateDBProxy(input *CreateDBProxyInput) (*CreateDBProxyOutput, error)
- func (c *RDS) CreateDBProxyRequest(input *CreateDBProxyInput) (req *request.Request, output *CreateDBProxyOutput)
- func (c *RDS) CreateDBProxyWithContext(ctx aws.Context, input *CreateDBProxyInput, opts ...request.Option) (*CreateDBProxyOutput, error)
- func (c *RDS) CreateDBSecurityGroup(input *CreateDBSecurityGroupInput) (*CreateDBSecurityGroupOutput, error)
- func (c *RDS) CreateDBSecurityGroupRequest(input *CreateDBSecurityGroupInput) (req *request.Request, output *CreateDBSecurityGroupOutput)
- func (c *RDS) CreateDBSecurityGroupWithContext(ctx aws.Context, input *CreateDBSecurityGroupInput, opts ...request.Option) (*CreateDBSecurityGroupOutput, error)
- func (c *RDS) CreateDBSnapshot(input *CreateDBSnapshotInput) (*CreateDBSnapshotOutput, error)
- func (c *RDS) CreateDBSnapshotRequest(input *CreateDBSnapshotInput) (req *request.Request, output *CreateDBSnapshotOutput)
- func (c *RDS) CreateDBSnapshotWithContext(ctx aws.Context, input *CreateDBSnapshotInput, opts ...request.Option) (*CreateDBSnapshotOutput, error)
- func (c *RDS) CreateDBSubnetGroup(input *CreateDBSubnetGroupInput) (*CreateDBSubnetGroupOutput, error)
- func (c *RDS) CreateDBSubnetGroupRequest(input *CreateDBSubnetGroupInput) (req *request.Request, output *CreateDBSubnetGroupOutput)
- func (c *RDS) CreateDBSubnetGroupWithContext(ctx aws.Context, input *CreateDBSubnetGroupInput, opts ...request.Option) (*CreateDBSubnetGroupOutput, error)
- func (c *RDS) CreateEventSubscription(input *CreateEventSubscriptionInput) (*CreateEventSubscriptionOutput, error)
- func (c *RDS) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *request.Request, output *CreateEventSubscriptionOutput)
- func (c *RDS) CreateEventSubscriptionWithContext(ctx aws.Context, input *CreateEventSubscriptionInput, opts ...request.Option) (*CreateEventSubscriptionOutput, error)
- func (c *RDS) CreateGlobalCluster(input *CreateGlobalClusterInput) (*CreateGlobalClusterOutput, error)
- func (c *RDS) CreateGlobalClusterRequest(input *CreateGlobalClusterInput) (req *request.Request, output *CreateGlobalClusterOutput)
- func (c *RDS) CreateGlobalClusterWithContext(ctx aws.Context, input *CreateGlobalClusterInput, opts ...request.Option) (*CreateGlobalClusterOutput, error)
- func (c *RDS) CreateOptionGroup(input *CreateOptionGroupInput) (*CreateOptionGroupOutput, error)
- func (c *RDS) CreateOptionGroupRequest(input *CreateOptionGroupInput) (req *request.Request, output *CreateOptionGroupOutput)
- func (c *RDS) CreateOptionGroupWithContext(ctx aws.Context, input *CreateOptionGroupInput, opts ...request.Option) (*CreateOptionGroupOutput, error)
- func (c *RDS) DeleteCustomAvailabilityZone(input *DeleteCustomAvailabilityZoneInput) (*DeleteCustomAvailabilityZoneOutput, error)
- func (c *RDS) DeleteCustomAvailabilityZoneRequest(input *DeleteCustomAvailabilityZoneInput) (req *request.Request, output *DeleteCustomAvailabilityZoneOutput)
- func (c *RDS) DeleteCustomAvailabilityZoneWithContext(ctx aws.Context, input *DeleteCustomAvailabilityZoneInput, ...) (*DeleteCustomAvailabilityZoneOutput, error)
- func (c *RDS) DeleteDBCluster(input *DeleteDBClusterInput) (*DeleteDBClusterOutput, error)
- func (c *RDS) DeleteDBClusterEndpoint(input *DeleteDBClusterEndpointInput) (*DeleteDBClusterEndpointOutput, error)
- func (c *RDS) DeleteDBClusterEndpointRequest(input *DeleteDBClusterEndpointInput) (req *request.Request, output *DeleteDBClusterEndpointOutput)
- func (c *RDS) DeleteDBClusterEndpointWithContext(ctx aws.Context, input *DeleteDBClusterEndpointInput, opts ...request.Option) (*DeleteDBClusterEndpointOutput, error)
- func (c *RDS) DeleteDBClusterParameterGroup(input *DeleteDBClusterParameterGroupInput) (*DeleteDBClusterParameterGroupOutput, error)
- func (c *RDS) DeleteDBClusterParameterGroupRequest(input *DeleteDBClusterParameterGroupInput) (req *request.Request, output *DeleteDBClusterParameterGroupOutput)
- func (c *RDS) DeleteDBClusterParameterGroupWithContext(ctx aws.Context, input *DeleteDBClusterParameterGroupInput, ...) (*DeleteDBClusterParameterGroupOutput, error)
- func (c *RDS) DeleteDBClusterRequest(input *DeleteDBClusterInput) (req *request.Request, output *DeleteDBClusterOutput)
- func (c *RDS) DeleteDBClusterSnapshot(input *DeleteDBClusterSnapshotInput) (*DeleteDBClusterSnapshotOutput, error)
- func (c *RDS) DeleteDBClusterSnapshotRequest(input *DeleteDBClusterSnapshotInput) (req *request.Request, output *DeleteDBClusterSnapshotOutput)
- func (c *RDS) DeleteDBClusterSnapshotWithContext(ctx aws.Context, input *DeleteDBClusterSnapshotInput, opts ...request.Option) (*DeleteDBClusterSnapshotOutput, error)
- func (c *RDS) DeleteDBClusterWithContext(ctx aws.Context, input *DeleteDBClusterInput, opts ...request.Option) (*DeleteDBClusterOutput, error)
- func (c *RDS) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)
- func (c *RDS) DeleteDBInstanceAutomatedBackup(input *DeleteDBInstanceAutomatedBackupInput) (*DeleteDBInstanceAutomatedBackupOutput, error)
- func (c *RDS) DeleteDBInstanceAutomatedBackupRequest(input *DeleteDBInstanceAutomatedBackupInput) (req *request.Request, output *DeleteDBInstanceAutomatedBackupOutput)
- func (c *RDS) DeleteDBInstanceAutomatedBackupWithContext(ctx aws.Context, input *DeleteDBInstanceAutomatedBackupInput, ...) (*DeleteDBInstanceAutomatedBackupOutput, error)
- func (c *RDS) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *request.Request, output *DeleteDBInstanceOutput)
- func (c *RDS) DeleteDBInstanceWithContext(ctx aws.Context, input *DeleteDBInstanceInput, opts ...request.Option) (*DeleteDBInstanceOutput, error)
- func (c *RDS) DeleteDBParameterGroup(input *DeleteDBParameterGroupInput) (*DeleteDBParameterGroupOutput, error)
- func (c *RDS) DeleteDBParameterGroupRequest(input *DeleteDBParameterGroupInput) (req *request.Request, output *DeleteDBParameterGroupOutput)
- func (c *RDS) DeleteDBParameterGroupWithContext(ctx aws.Context, input *DeleteDBParameterGroupInput, opts ...request.Option) (*DeleteDBParameterGroupOutput, error)
- func (c *RDS) DeleteDBProxy(input *DeleteDBProxyInput) (*DeleteDBProxyOutput, error)
- func (c *RDS) DeleteDBProxyRequest(input *DeleteDBProxyInput) (req *request.Request, output *DeleteDBProxyOutput)
- func (c *RDS) DeleteDBProxyWithContext(ctx aws.Context, input *DeleteDBProxyInput, opts ...request.Option) (*DeleteDBProxyOutput, error)
- func (c *RDS) DeleteDBSecurityGroup(input *DeleteDBSecurityGroupInput) (*DeleteDBSecurityGroupOutput, error)
- func (c *RDS) DeleteDBSecurityGroupRequest(input *DeleteDBSecurityGroupInput) (req *request.Request, output *DeleteDBSecurityGroupOutput)
- func (c *RDS) DeleteDBSecurityGroupWithContext(ctx aws.Context, input *DeleteDBSecurityGroupInput, opts ...request.Option) (*DeleteDBSecurityGroupOutput, error)
- func (c *RDS) DeleteDBSnapshot(input *DeleteDBSnapshotInput) (*DeleteDBSnapshotOutput, error)
- func (c *RDS) DeleteDBSnapshotRequest(input *DeleteDBSnapshotInput) (req *request.Request, output *DeleteDBSnapshotOutput)
- func (c *RDS) DeleteDBSnapshotWithContext(ctx aws.Context, input *DeleteDBSnapshotInput, opts ...request.Option) (*DeleteDBSnapshotOutput, error)
- func (c *RDS) DeleteDBSubnetGroup(input *DeleteDBSubnetGroupInput) (*DeleteDBSubnetGroupOutput, error)
- func (c *RDS) DeleteDBSubnetGroupRequest(input *DeleteDBSubnetGroupInput) (req *request.Request, output *DeleteDBSubnetGroupOutput)
- func (c *RDS) DeleteDBSubnetGroupWithContext(ctx aws.Context, input *DeleteDBSubnetGroupInput, opts ...request.Option) (*DeleteDBSubnetGroupOutput, error)
- func (c *RDS) DeleteEventSubscription(input *DeleteEventSubscriptionInput) (*DeleteEventSubscriptionOutput, error)
- func (c *RDS) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *request.Request, output *DeleteEventSubscriptionOutput)
- func (c *RDS) DeleteEventSubscriptionWithContext(ctx aws.Context, input *DeleteEventSubscriptionInput, opts ...request.Option) (*DeleteEventSubscriptionOutput, error)
- func (c *RDS) DeleteGlobalCluster(input *DeleteGlobalClusterInput) (*DeleteGlobalClusterOutput, error)
- func (c *RDS) DeleteGlobalClusterRequest(input *DeleteGlobalClusterInput) (req *request.Request, output *DeleteGlobalClusterOutput)
- func (c *RDS) DeleteGlobalClusterWithContext(ctx aws.Context, input *DeleteGlobalClusterInput, opts ...request.Option) (*DeleteGlobalClusterOutput, error)
- func (c *RDS) DeleteInstallationMedia(input *DeleteInstallationMediaInput) (*DeleteInstallationMediaOutput, error)
- func (c *RDS) DeleteInstallationMediaRequest(input *DeleteInstallationMediaInput) (req *request.Request, output *DeleteInstallationMediaOutput)
- func (c *RDS) DeleteInstallationMediaWithContext(ctx aws.Context, input *DeleteInstallationMediaInput, opts ...request.Option) (*DeleteInstallationMediaOutput, error)
- func (c *RDS) DeleteOptionGroup(input *DeleteOptionGroupInput) (*DeleteOptionGroupOutput, error)
- func (c *RDS) DeleteOptionGroupRequest(input *DeleteOptionGroupInput) (req *request.Request, output *DeleteOptionGroupOutput)
- func (c *RDS) DeleteOptionGroupWithContext(ctx aws.Context, input *DeleteOptionGroupInput, opts ...request.Option) (*DeleteOptionGroupOutput, error)
- func (c *RDS) DeregisterDBProxyTargets(input *DeregisterDBProxyTargetsInput) (*DeregisterDBProxyTargetsOutput, error)
- func (c *RDS) DeregisterDBProxyTargetsRequest(input *DeregisterDBProxyTargetsInput) (req *request.Request, output *DeregisterDBProxyTargetsOutput)
- func (c *RDS) DeregisterDBProxyTargetsWithContext(ctx aws.Context, input *DeregisterDBProxyTargetsInput, opts ...request.Option) (*DeregisterDBProxyTargetsOutput, error)
- func (c *RDS) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
- func (c *RDS) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
- func (c *RDS) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
- func (c *RDS) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
- func (c *RDS) DescribeCertificatesPages(input *DescribeCertificatesInput, ...) error
- func (c *RDS) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, ...) error
- func (c *RDS) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
- func (c *RDS) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)
- func (c *RDS) DescribeCustomAvailabilityZones(input *DescribeCustomAvailabilityZonesInput) (*DescribeCustomAvailabilityZonesOutput, error)
- func (c *RDS) DescribeCustomAvailabilityZonesPages(input *DescribeCustomAvailabilityZonesInput, ...) error
- func (c *RDS) DescribeCustomAvailabilityZonesPagesWithContext(ctx aws.Context, input *DescribeCustomAvailabilityZonesInput, ...) error
- func (c *RDS) DescribeCustomAvailabilityZonesRequest(input *DescribeCustomAvailabilityZonesInput) (req *request.Request, output *DescribeCustomAvailabilityZonesOutput)
- func (c *RDS) DescribeCustomAvailabilityZonesWithContext(ctx aws.Context, input *DescribeCustomAvailabilityZonesInput, ...) (*DescribeCustomAvailabilityZonesOutput, error)
- func (c *RDS) DescribeDBClusterBacktracks(input *DescribeDBClusterBacktracksInput) (*DescribeDBClusterBacktracksOutput, error)
- func (c *RDS) DescribeDBClusterBacktracksPages(input *DescribeDBClusterBacktracksInput, ...) error
- func (c *RDS) DescribeDBClusterBacktracksPagesWithContext(ctx aws.Context, input *DescribeDBClusterBacktracksInput, ...) error
- func (c *RDS) DescribeDBClusterBacktracksRequest(input *DescribeDBClusterBacktracksInput) (req *request.Request, output *DescribeDBClusterBacktracksOutput)
- func (c *RDS) DescribeDBClusterBacktracksWithContext(ctx aws.Context, input *DescribeDBClusterBacktracksInput, ...) (*DescribeDBClusterBacktracksOutput, error)
- func (c *RDS) DescribeDBClusterEndpoints(input *DescribeDBClusterEndpointsInput) (*DescribeDBClusterEndpointsOutput, error)
- func (c *RDS) DescribeDBClusterEndpointsPages(input *DescribeDBClusterEndpointsInput, ...) error
- func (c *RDS) DescribeDBClusterEndpointsPagesWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, ...) error
- func (c *RDS) DescribeDBClusterEndpointsRequest(input *DescribeDBClusterEndpointsInput) (req *request.Request, output *DescribeDBClusterEndpointsOutput)
- func (c *RDS) DescribeDBClusterEndpointsWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, ...) (*DescribeDBClusterEndpointsOutput, error)
- func (c *RDS) DescribeDBClusterParameterGroups(input *DescribeDBClusterParameterGroupsInput) (*DescribeDBClusterParameterGroupsOutput, error)
- func (c *RDS) DescribeDBClusterParameterGroupsPages(input *DescribeDBClusterParameterGroupsInput, ...) error
- func (c *RDS) DescribeDBClusterParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeDBClusterParameterGroupsInput, ...) error
- func (c *RDS) DescribeDBClusterParameterGroupsRequest(input *DescribeDBClusterParameterGroupsInput) (req *request.Request, output *DescribeDBClusterParameterGroupsOutput)
- func (c *RDS) DescribeDBClusterParameterGroupsWithContext(ctx aws.Context, input *DescribeDBClusterParameterGroupsInput, ...) (*DescribeDBClusterParameterGroupsOutput, error)
- func (c *RDS) DescribeDBClusterParameters(input *DescribeDBClusterParametersInput) (*DescribeDBClusterParametersOutput, error)
- func (c *RDS) DescribeDBClusterParametersPages(input *DescribeDBClusterParametersInput, ...) error
- func (c *RDS) DescribeDBClusterParametersPagesWithContext(ctx aws.Context, input *DescribeDBClusterParametersInput, ...) error
- func (c *RDS) DescribeDBClusterParametersRequest(input *DescribeDBClusterParametersInput) (req *request.Request, output *DescribeDBClusterParametersOutput)
- func (c *RDS) DescribeDBClusterParametersWithContext(ctx aws.Context, input *DescribeDBClusterParametersInput, ...) (*DescribeDBClusterParametersOutput, error)
- func (c *RDS) DescribeDBClusterSnapshotAttributes(input *DescribeDBClusterSnapshotAttributesInput) (*DescribeDBClusterSnapshotAttributesOutput, error)
- func (c *RDS) DescribeDBClusterSnapshotAttributesRequest(input *DescribeDBClusterSnapshotAttributesInput) (req *request.Request, output *DescribeDBClusterSnapshotAttributesOutput)
- func (c *RDS) DescribeDBClusterSnapshotAttributesWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotAttributesInput, ...) (*DescribeDBClusterSnapshotAttributesOutput, error)
- func (c *RDS) DescribeDBClusterSnapshots(input *DescribeDBClusterSnapshotsInput) (*DescribeDBClusterSnapshotsOutput, error)
- func (c *RDS) DescribeDBClusterSnapshotsPages(input *DescribeDBClusterSnapshotsInput, ...) error
- func (c *RDS) DescribeDBClusterSnapshotsPagesWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, ...) error
- func (c *RDS) DescribeDBClusterSnapshotsRequest(input *DescribeDBClusterSnapshotsInput) (req *request.Request, output *DescribeDBClusterSnapshotsOutput)
- func (c *RDS) DescribeDBClusterSnapshotsWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, ...) (*DescribeDBClusterSnapshotsOutput, error)
- func (c *RDS) DescribeDBClusters(input *DescribeDBClustersInput) (*DescribeDBClustersOutput, error)
- func (c *RDS) DescribeDBClustersPages(input *DescribeDBClustersInput, fn func(*DescribeDBClustersOutput, bool) bool) error
- func (c *RDS) DescribeDBClustersPagesWithContext(ctx aws.Context, input *DescribeDBClustersInput, ...) error
- func (c *RDS) DescribeDBClustersRequest(input *DescribeDBClustersInput) (req *request.Request, output *DescribeDBClustersOutput)
- func (c *RDS) DescribeDBClustersWithContext(ctx aws.Context, input *DescribeDBClustersInput, opts ...request.Option) (*DescribeDBClustersOutput, error)
- func (c *RDS) DescribeDBEngineVersions(input *DescribeDBEngineVersionsInput) (*DescribeDBEngineVersionsOutput, error)
- func (c *RDS) DescribeDBEngineVersionsPages(input *DescribeDBEngineVersionsInput, ...) error
- func (c *RDS) DescribeDBEngineVersionsPagesWithContext(ctx aws.Context, input *DescribeDBEngineVersionsInput, ...) error
- func (c *RDS) DescribeDBEngineVersionsRequest(input *DescribeDBEngineVersionsInput) (req *request.Request, output *DescribeDBEngineVersionsOutput)
- func (c *RDS) DescribeDBEngineVersionsWithContext(ctx aws.Context, input *DescribeDBEngineVersionsInput, opts ...request.Option) (*DescribeDBEngineVersionsOutput, error)
- func (c *RDS) DescribeDBInstanceAutomatedBackups(input *DescribeDBInstanceAutomatedBackupsInput) (*DescribeDBInstanceAutomatedBackupsOutput, error)
- func (c *RDS) DescribeDBInstanceAutomatedBackupsPages(input *DescribeDBInstanceAutomatedBackupsInput, ...) error
- func (c *RDS) DescribeDBInstanceAutomatedBackupsPagesWithContext(ctx aws.Context, input *DescribeDBInstanceAutomatedBackupsInput, ...) error
- func (c *RDS) DescribeDBInstanceAutomatedBackupsRequest(input *DescribeDBInstanceAutomatedBackupsInput) (req *request.Request, output *DescribeDBInstanceAutomatedBackupsOutput)
- func (c *RDS) DescribeDBInstanceAutomatedBackupsWithContext(ctx aws.Context, input *DescribeDBInstanceAutomatedBackupsInput, ...) (*DescribeDBInstanceAutomatedBackupsOutput, error)
- func (c *RDS) DescribeDBInstances(input *DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)
- func (c *RDS) DescribeDBInstancesPages(input *DescribeDBInstancesInput, ...) error
- func (c *RDS) DescribeDBInstancesPagesWithContext(ctx aws.Context, input *DescribeDBInstancesInput, ...) error
- func (c *RDS) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) (req *request.Request, output *DescribeDBInstancesOutput)
- func (c *RDS) DescribeDBInstancesWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.Option) (*DescribeDBInstancesOutput, error)
- func (c *RDS) DescribeDBLogFiles(input *DescribeDBLogFilesInput) (*DescribeDBLogFilesOutput, error)
- func (c *RDS) DescribeDBLogFilesPages(input *DescribeDBLogFilesInput, fn func(*DescribeDBLogFilesOutput, bool) bool) error
- func (c *RDS) DescribeDBLogFilesPagesWithContext(ctx aws.Context, input *DescribeDBLogFilesInput, ...) error
- func (c *RDS) DescribeDBLogFilesRequest(input *DescribeDBLogFilesInput) (req *request.Request, output *DescribeDBLogFilesOutput)
- func (c *RDS) DescribeDBLogFilesWithContext(ctx aws.Context, input *DescribeDBLogFilesInput, opts ...request.Option) (*DescribeDBLogFilesOutput, error)
- func (c *RDS) DescribeDBParameterGroups(input *DescribeDBParameterGroupsInput) (*DescribeDBParameterGroupsOutput, error)
- func (c *RDS) DescribeDBParameterGroupsPages(input *DescribeDBParameterGroupsInput, ...) error
- func (c *RDS) DescribeDBParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeDBParameterGroupsInput, ...) error
- func (c *RDS) DescribeDBParameterGroupsRequest(input *DescribeDBParameterGroupsInput) (req *request.Request, output *DescribeDBParameterGroupsOutput)
- func (c *RDS) DescribeDBParameterGroupsWithContext(ctx aws.Context, input *DescribeDBParameterGroupsInput, opts ...request.Option) (*DescribeDBParameterGroupsOutput, error)
- func (c *RDS) DescribeDBParameters(input *DescribeDBParametersInput) (*DescribeDBParametersOutput, error)
- func (c *RDS) DescribeDBParametersPages(input *DescribeDBParametersInput, ...) error
- func (c *RDS) DescribeDBParametersPagesWithContext(ctx aws.Context, input *DescribeDBParametersInput, ...) error
- func (c *RDS) DescribeDBParametersRequest(input *DescribeDBParametersInput) (req *request.Request, output *DescribeDBParametersOutput)
- func (c *RDS) DescribeDBParametersWithContext(ctx aws.Context, input *DescribeDBParametersInput, opts ...request.Option) (*DescribeDBParametersOutput, error)
- func (c *RDS) DescribeDBProxies(input *DescribeDBProxiesInput) (*DescribeDBProxiesOutput, error)
- func (c *RDS) DescribeDBProxiesPages(input *DescribeDBProxiesInput, fn func(*DescribeDBProxiesOutput, bool) bool) error
- func (c *RDS) DescribeDBProxiesPagesWithContext(ctx aws.Context, input *DescribeDBProxiesInput, ...) error
- func (c *RDS) DescribeDBProxiesRequest(input *DescribeDBProxiesInput) (req *request.Request, output *DescribeDBProxiesOutput)
- func (c *RDS) DescribeDBProxiesWithContext(ctx aws.Context, input *DescribeDBProxiesInput, opts ...request.Option) (*DescribeDBProxiesOutput, error)
- func (c *RDS) DescribeDBProxyTargetGroups(input *DescribeDBProxyTargetGroupsInput) (*DescribeDBProxyTargetGroupsOutput, error)
- func (c *RDS) DescribeDBProxyTargetGroupsPages(input *DescribeDBProxyTargetGroupsInput, ...) error
- func (c *RDS) DescribeDBProxyTargetGroupsPagesWithContext(ctx aws.Context, input *DescribeDBProxyTargetGroupsInput, ...) error
- func (c *RDS) DescribeDBProxyTargetGroupsRequest(input *DescribeDBProxyTargetGroupsInput) (req *request.Request, output *DescribeDBProxyTargetGroupsOutput)
- func (c *RDS) DescribeDBProxyTargetGroupsWithContext(ctx aws.Context, input *DescribeDBProxyTargetGroupsInput, ...) (*DescribeDBProxyTargetGroupsOutput, error)
- func (c *RDS) DescribeDBProxyTargets(input *DescribeDBProxyTargetsInput) (*DescribeDBProxyTargetsOutput, error)
- func (c *RDS) DescribeDBProxyTargetsPages(input *DescribeDBProxyTargetsInput, ...) error
- func (c *RDS) DescribeDBProxyTargetsPagesWithContext(ctx aws.Context, input *DescribeDBProxyTargetsInput, ...) error
- func (c *RDS) DescribeDBProxyTargetsRequest(input *DescribeDBProxyTargetsInput) (req *request.Request, output *DescribeDBProxyTargetsOutput)
- func (c *RDS) DescribeDBProxyTargetsWithContext(ctx aws.Context, input *DescribeDBProxyTargetsInput, opts ...request.Option) (*DescribeDBProxyTargetsOutput, error)
- func (c *RDS) DescribeDBSecurityGroups(input *DescribeDBSecurityGroupsInput) (*DescribeDBSecurityGroupsOutput, error)
- func (c *RDS) DescribeDBSecurityGroupsPages(input *DescribeDBSecurityGroupsInput, ...) error
- func (c *RDS) DescribeDBSecurityGroupsPagesWithContext(ctx aws.Context, input *DescribeDBSecurityGroupsInput, ...) error
- func (c *RDS) DescribeDBSecurityGroupsRequest(input *DescribeDBSecurityGroupsInput) (req *request.Request, output *DescribeDBSecurityGroupsOutput)
- func (c *RDS) DescribeDBSecurityGroupsWithContext(ctx aws.Context, input *DescribeDBSecurityGroupsInput, opts ...request.Option) (*DescribeDBSecurityGroupsOutput, error)
- func (c *RDS) DescribeDBSnapshotAttributes(input *DescribeDBSnapshotAttributesInput) (*DescribeDBSnapshotAttributesOutput, error)
- func (c *RDS) DescribeDBSnapshotAttributesRequest(input *DescribeDBSnapshotAttributesInput) (req *request.Request, output *DescribeDBSnapshotAttributesOutput)
- func (c *RDS) DescribeDBSnapshotAttributesWithContext(ctx aws.Context, input *DescribeDBSnapshotAttributesInput, ...) (*DescribeDBSnapshotAttributesOutput, error)
- func (c *RDS) DescribeDBSnapshots(input *DescribeDBSnapshotsInput) (*DescribeDBSnapshotsOutput, error)
- func (c *RDS) DescribeDBSnapshotsPages(input *DescribeDBSnapshotsInput, ...) error
- func (c *RDS) DescribeDBSnapshotsPagesWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, ...) error
- func (c *RDS) DescribeDBSnapshotsRequest(input *DescribeDBSnapshotsInput) (req *request.Request, output *DescribeDBSnapshotsOutput)
- func (c *RDS) DescribeDBSnapshotsWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.Option) (*DescribeDBSnapshotsOutput, error)
- func (c *RDS) DescribeDBSubnetGroups(input *DescribeDBSubnetGroupsInput) (*DescribeDBSubnetGroupsOutput, error)
- func (c *RDS) DescribeDBSubnetGroupsPages(input *DescribeDBSubnetGroupsInput, ...) error
- func (c *RDS) DescribeDBSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeDBSubnetGroupsInput, ...) error
- func (c *RDS) DescribeDBSubnetGroupsRequest(input *DescribeDBSubnetGroupsInput) (req *request.Request, output *DescribeDBSubnetGroupsOutput)
- func (c *RDS) DescribeDBSubnetGroupsWithContext(ctx aws.Context, input *DescribeDBSubnetGroupsInput, opts ...request.Option) (*DescribeDBSubnetGroupsOutput, error)
- func (c *RDS) DescribeEngineDefaultClusterParameters(input *DescribeEngineDefaultClusterParametersInput) (*DescribeEngineDefaultClusterParametersOutput, error)
- func (c *RDS) DescribeEngineDefaultClusterParametersRequest(input *DescribeEngineDefaultClusterParametersInput) (req *request.Request, output *DescribeEngineDefaultClusterParametersOutput)
- func (c *RDS) DescribeEngineDefaultClusterParametersWithContext(ctx aws.Context, input *DescribeEngineDefaultClusterParametersInput, ...) (*DescribeEngineDefaultClusterParametersOutput, error)
- func (c *RDS) DescribeEngineDefaultParameters(input *DescribeEngineDefaultParametersInput) (*DescribeEngineDefaultParametersOutput, error)
- func (c *RDS) DescribeEngineDefaultParametersPages(input *DescribeEngineDefaultParametersInput, ...) error
- func (c *RDS) DescribeEngineDefaultParametersPagesWithContext(ctx aws.Context, input *DescribeEngineDefaultParametersInput, ...) error
- func (c *RDS) DescribeEngineDefaultParametersRequest(input *DescribeEngineDefaultParametersInput) (req *request.Request, output *DescribeEngineDefaultParametersOutput)
- func (c *RDS) DescribeEngineDefaultParametersWithContext(ctx aws.Context, input *DescribeEngineDefaultParametersInput, ...) (*DescribeEngineDefaultParametersOutput, error)
- func (c *RDS) DescribeEventCategories(input *DescribeEventCategoriesInput) (*DescribeEventCategoriesOutput, error)
- func (c *RDS) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *request.Request, output *DescribeEventCategoriesOutput)
- func (c *RDS) DescribeEventCategoriesWithContext(ctx aws.Context, input *DescribeEventCategoriesInput, opts ...request.Option) (*DescribeEventCategoriesOutput, error)
- func (c *RDS) DescribeEventSubscriptions(input *DescribeEventSubscriptionsInput) (*DescribeEventSubscriptionsOutput, error)
- func (c *RDS) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, ...) error
- func (c *RDS) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, ...) error
- func (c *RDS) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *request.Request, output *DescribeEventSubscriptionsOutput)
- func (c *RDS) DescribeEventSubscriptionsWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, ...) (*DescribeEventSubscriptionsOutput, error)
- func (c *RDS) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)
- func (c *RDS) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
- func (c *RDS) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, ...) error
- func (c *RDS) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)
- func (c *RDS) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)
- func (c *RDS) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
- func (c *RDS) DescribeExportTasksPages(input *DescribeExportTasksInput, ...) error
- func (c *RDS) DescribeExportTasksPagesWithContext(ctx aws.Context, input *DescribeExportTasksInput, ...) error
- func (c *RDS) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
- func (c *RDS) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
- func (c *RDS) DescribeGlobalClusters(input *DescribeGlobalClustersInput) (*DescribeGlobalClustersOutput, error)
- func (c *RDS) DescribeGlobalClustersPages(input *DescribeGlobalClustersInput, ...) error
- func (c *RDS) DescribeGlobalClustersPagesWithContext(ctx aws.Context, input *DescribeGlobalClustersInput, ...) error
- func (c *RDS) DescribeGlobalClustersRequest(input *DescribeGlobalClustersInput) (req *request.Request, output *DescribeGlobalClustersOutput)
- func (c *RDS) DescribeGlobalClustersWithContext(ctx aws.Context, input *DescribeGlobalClustersInput, opts ...request.Option) (*DescribeGlobalClustersOutput, error)
- func (c *RDS) DescribeInstallationMedia(input *DescribeInstallationMediaInput) (*DescribeInstallationMediaOutput, error)
- func (c *RDS) DescribeInstallationMediaPages(input *DescribeInstallationMediaInput, ...) error
- func (c *RDS) DescribeInstallationMediaPagesWithContext(ctx aws.Context, input *DescribeInstallationMediaInput, ...) error
- func (c *RDS) DescribeInstallationMediaRequest(input *DescribeInstallationMediaInput) (req *request.Request, output *DescribeInstallationMediaOutput)
- func (c *RDS) DescribeInstallationMediaWithContext(ctx aws.Context, input *DescribeInstallationMediaInput, opts ...request.Option) (*DescribeInstallationMediaOutput, error)
- func (c *RDS) DescribeOptionGroupOptions(input *DescribeOptionGroupOptionsInput) (*DescribeOptionGroupOptionsOutput, error)
- func (c *RDS) DescribeOptionGroupOptionsPages(input *DescribeOptionGroupOptionsInput, ...) error
- func (c *RDS) DescribeOptionGroupOptionsPagesWithContext(ctx aws.Context, input *DescribeOptionGroupOptionsInput, ...) error
- func (c *RDS) DescribeOptionGroupOptionsRequest(input *DescribeOptionGroupOptionsInput) (req *request.Request, output *DescribeOptionGroupOptionsOutput)
- func (c *RDS) DescribeOptionGroupOptionsWithContext(ctx aws.Context, input *DescribeOptionGroupOptionsInput, ...) (*DescribeOptionGroupOptionsOutput, error)
- func (c *RDS) DescribeOptionGroups(input *DescribeOptionGroupsInput) (*DescribeOptionGroupsOutput, error)
- func (c *RDS) DescribeOptionGroupsPages(input *DescribeOptionGroupsInput, ...) error
- func (c *RDS) DescribeOptionGroupsPagesWithContext(ctx aws.Context, input *DescribeOptionGroupsInput, ...) error
- func (c *RDS) DescribeOptionGroupsRequest(input *DescribeOptionGroupsInput) (req *request.Request, output *DescribeOptionGroupsOutput)
- func (c *RDS) DescribeOptionGroupsWithContext(ctx aws.Context, input *DescribeOptionGroupsInput, opts ...request.Option) (*DescribeOptionGroupsOutput, error)
- func (c *RDS) DescribeOrderableDBInstanceOptions(input *DescribeOrderableDBInstanceOptionsInput) (*DescribeOrderableDBInstanceOptionsOutput, error)
- func (c *RDS) DescribeOrderableDBInstanceOptionsPages(input *DescribeOrderableDBInstanceOptionsInput, ...) error
- func (c *RDS) DescribeOrderableDBInstanceOptionsPagesWithContext(ctx aws.Context, input *DescribeOrderableDBInstanceOptionsInput, ...) error
- func (c *RDS) DescribeOrderableDBInstanceOptionsRequest(input *DescribeOrderableDBInstanceOptionsInput) (req *request.Request, output *DescribeOrderableDBInstanceOptionsOutput)
- func (c *RDS) DescribeOrderableDBInstanceOptionsWithContext(ctx aws.Context, input *DescribeOrderableDBInstanceOptionsInput, ...) (*DescribeOrderableDBInstanceOptionsOutput, error)
- func (c *RDS) DescribePendingMaintenanceActions(input *DescribePendingMaintenanceActionsInput) (*DescribePendingMaintenanceActionsOutput, error)
- func (c *RDS) DescribePendingMaintenanceActionsPages(input *DescribePendingMaintenanceActionsInput, ...) error
- func (c *RDS) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, ...) error
- func (c *RDS) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *request.Request, output *DescribePendingMaintenanceActionsOutput)
- func (c *RDS) DescribePendingMaintenanceActionsWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, ...) (*DescribePendingMaintenanceActionsOutput, error)
- 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) DescribeReservedDBInstancesOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesOfferingsInput, ...) error
- func (c *RDS) DescribeReservedDBInstancesOfferingsRequest(input *DescribeReservedDBInstancesOfferingsInput) (req *request.Request, output *DescribeReservedDBInstancesOfferingsOutput)
- func (c *RDS) DescribeReservedDBInstancesOfferingsWithContext(ctx aws.Context, input *DescribeReservedDBInstancesOfferingsInput, ...) (*DescribeReservedDBInstancesOfferingsOutput, error)
- func (c *RDS) DescribeReservedDBInstancesPages(input *DescribeReservedDBInstancesInput, ...) error
- func (c *RDS) DescribeReservedDBInstancesPagesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesInput, ...) error
- func (c *RDS) DescribeReservedDBInstancesRequest(input *DescribeReservedDBInstancesInput) (req *request.Request, output *DescribeReservedDBInstancesOutput)
- func (c *RDS) DescribeReservedDBInstancesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesInput, ...) (*DescribeReservedDBInstancesOutput, error)
- func (c *RDS) DescribeSourceRegions(input *DescribeSourceRegionsInput) (*DescribeSourceRegionsOutput, error)
- func (c *RDS) DescribeSourceRegionsPages(input *DescribeSourceRegionsInput, ...) error
- func (c *RDS) DescribeSourceRegionsPagesWithContext(ctx aws.Context, input *DescribeSourceRegionsInput, ...) error
- func (c *RDS) DescribeSourceRegionsRequest(input *DescribeSourceRegionsInput) (req *request.Request, output *DescribeSourceRegionsOutput)
- func (c *RDS) DescribeSourceRegionsWithContext(ctx aws.Context, input *DescribeSourceRegionsInput, opts ...request.Option) (*DescribeSourceRegionsOutput, error)
- func (c *RDS) DescribeValidDBInstanceModifications(input *DescribeValidDBInstanceModificationsInput) (*DescribeValidDBInstanceModificationsOutput, error)
- func (c *RDS) DescribeValidDBInstanceModificationsRequest(input *DescribeValidDBInstanceModificationsInput) (req *request.Request, output *DescribeValidDBInstanceModificationsOutput)
- func (c *RDS) DescribeValidDBInstanceModificationsWithContext(ctx aws.Context, input *DescribeValidDBInstanceModificationsInput, ...) (*DescribeValidDBInstanceModificationsOutput, error)
- func (c *RDS) DownloadDBLogFilePortion(input *DownloadDBLogFilePortionInput) (*DownloadDBLogFilePortionOutput, error)
- func (c *RDS) DownloadDBLogFilePortionPages(input *DownloadDBLogFilePortionInput, ...) error
- func (c *RDS) DownloadDBLogFilePortionPagesWithContext(ctx aws.Context, input *DownloadDBLogFilePortionInput, ...) error
- func (c *RDS) DownloadDBLogFilePortionRequest(input *DownloadDBLogFilePortionInput) (req *request.Request, output *DownloadDBLogFilePortionOutput)
- func (c *RDS) DownloadDBLogFilePortionWithContext(ctx aws.Context, input *DownloadDBLogFilePortionInput, opts ...request.Option) (*DownloadDBLogFilePortionOutput, error)
- func (c *RDS) FailoverDBCluster(input *FailoverDBClusterInput) (*FailoverDBClusterOutput, error)
- func (c *RDS) FailoverDBClusterRequest(input *FailoverDBClusterInput) (req *request.Request, output *FailoverDBClusterOutput)
- func (c *RDS) FailoverDBClusterWithContext(ctx aws.Context, input *FailoverDBClusterInput, opts ...request.Option) (*FailoverDBClusterOutput, error)
- func (c *RDS) ImportInstallationMedia(input *ImportInstallationMediaInput) (*ImportInstallationMediaOutput, error)
- func (c *RDS) ImportInstallationMediaRequest(input *ImportInstallationMediaInput) (req *request.Request, output *ImportInstallationMediaOutput)
- func (c *RDS) ImportInstallationMediaWithContext(ctx aws.Context, input *ImportInstallationMediaInput, opts ...request.Option) (*ImportInstallationMediaOutput, error)
- func (c *RDS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *RDS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *RDS) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *RDS) ModifyCertificates(input *ModifyCertificatesInput) (*ModifyCertificatesOutput, error)
- func (c *RDS) ModifyCertificatesRequest(input *ModifyCertificatesInput) (req *request.Request, output *ModifyCertificatesOutput)
- func (c *RDS) ModifyCertificatesWithContext(ctx aws.Context, input *ModifyCertificatesInput, opts ...request.Option) (*ModifyCertificatesOutput, error)
- func (c *RDS) ModifyCurrentDBClusterCapacity(input *ModifyCurrentDBClusterCapacityInput) (*ModifyCurrentDBClusterCapacityOutput, error)
- func (c *RDS) ModifyCurrentDBClusterCapacityRequest(input *ModifyCurrentDBClusterCapacityInput) (req *request.Request, output *ModifyCurrentDBClusterCapacityOutput)
- func (c *RDS) ModifyCurrentDBClusterCapacityWithContext(ctx aws.Context, input *ModifyCurrentDBClusterCapacityInput, ...) (*ModifyCurrentDBClusterCapacityOutput, error)
- func (c *RDS) ModifyDBCluster(input *ModifyDBClusterInput) (*ModifyDBClusterOutput, error)
- func (c *RDS) ModifyDBClusterEndpoint(input *ModifyDBClusterEndpointInput) (*ModifyDBClusterEndpointOutput, error)
- func (c *RDS) ModifyDBClusterEndpointRequest(input *ModifyDBClusterEndpointInput) (req *request.Request, output *ModifyDBClusterEndpointOutput)
- func (c *RDS) ModifyDBClusterEndpointWithContext(ctx aws.Context, input *ModifyDBClusterEndpointInput, opts ...request.Option) (*ModifyDBClusterEndpointOutput, error)
- func (c *RDS) ModifyDBClusterParameterGroup(input *ModifyDBClusterParameterGroupInput) (*DBClusterParameterGroupNameMessage, error)
- func (c *RDS) ModifyDBClusterParameterGroupRequest(input *ModifyDBClusterParameterGroupInput) (req *request.Request, output *DBClusterParameterGroupNameMessage)
- func (c *RDS) ModifyDBClusterParameterGroupWithContext(ctx aws.Context, input *ModifyDBClusterParameterGroupInput, ...) (*DBClusterParameterGroupNameMessage, error)
- func (c *RDS) ModifyDBClusterRequest(input *ModifyDBClusterInput) (req *request.Request, output *ModifyDBClusterOutput)
- func (c *RDS) ModifyDBClusterSnapshotAttribute(input *ModifyDBClusterSnapshotAttributeInput) (*ModifyDBClusterSnapshotAttributeOutput, error)
- func (c *RDS) ModifyDBClusterSnapshotAttributeRequest(input *ModifyDBClusterSnapshotAttributeInput) (req *request.Request, output *ModifyDBClusterSnapshotAttributeOutput)
- func (c *RDS) ModifyDBClusterSnapshotAttributeWithContext(ctx aws.Context, input *ModifyDBClusterSnapshotAttributeInput, ...) (*ModifyDBClusterSnapshotAttributeOutput, error)
- func (c *RDS) ModifyDBClusterWithContext(ctx aws.Context, input *ModifyDBClusterInput, opts ...request.Option) (*ModifyDBClusterOutput, error)
- func (c *RDS) ModifyDBInstance(input *ModifyDBInstanceInput) (*ModifyDBInstanceOutput, error)
- func (c *RDS) ModifyDBInstanceRequest(input *ModifyDBInstanceInput) (req *request.Request, output *ModifyDBInstanceOutput)
- func (c *RDS) ModifyDBInstanceWithContext(ctx aws.Context, input *ModifyDBInstanceInput, opts ...request.Option) (*ModifyDBInstanceOutput, error)
- func (c *RDS) ModifyDBParameterGroup(input *ModifyDBParameterGroupInput) (*DBParameterGroupNameMessage, error)
- func (c *RDS) ModifyDBParameterGroupRequest(input *ModifyDBParameterGroupInput) (req *request.Request, output *DBParameterGroupNameMessage)
- func (c *RDS) ModifyDBParameterGroupWithContext(ctx aws.Context, input *ModifyDBParameterGroupInput, opts ...request.Option) (*DBParameterGroupNameMessage, error)
- func (c *RDS) ModifyDBProxy(input *ModifyDBProxyInput) (*ModifyDBProxyOutput, error)
- func (c *RDS) ModifyDBProxyRequest(input *ModifyDBProxyInput) (req *request.Request, output *ModifyDBProxyOutput)
- func (c *RDS) ModifyDBProxyTargetGroup(input *ModifyDBProxyTargetGroupInput) (*ModifyDBProxyTargetGroupOutput, error)
- func (c *RDS) ModifyDBProxyTargetGroupRequest(input *ModifyDBProxyTargetGroupInput) (req *request.Request, output *ModifyDBProxyTargetGroupOutput)
- func (c *RDS) ModifyDBProxyTargetGroupWithContext(ctx aws.Context, input *ModifyDBProxyTargetGroupInput, opts ...request.Option) (*ModifyDBProxyTargetGroupOutput, error)
- func (c *RDS) ModifyDBProxyWithContext(ctx aws.Context, input *ModifyDBProxyInput, opts ...request.Option) (*ModifyDBProxyOutput, error)
- func (c *RDS) ModifyDBSnapshot(input *ModifyDBSnapshotInput) (*ModifyDBSnapshotOutput, error)
- func (c *RDS) ModifyDBSnapshotAttribute(input *ModifyDBSnapshotAttributeInput) (*ModifyDBSnapshotAttributeOutput, error)
- func (c *RDS) ModifyDBSnapshotAttributeRequest(input *ModifyDBSnapshotAttributeInput) (req *request.Request, output *ModifyDBSnapshotAttributeOutput)
- func (c *RDS) ModifyDBSnapshotAttributeWithContext(ctx aws.Context, input *ModifyDBSnapshotAttributeInput, opts ...request.Option) (*ModifyDBSnapshotAttributeOutput, error)
- func (c *RDS) ModifyDBSnapshotRequest(input *ModifyDBSnapshotInput) (req *request.Request, output *ModifyDBSnapshotOutput)
- func (c *RDS) ModifyDBSnapshotWithContext(ctx aws.Context, input *ModifyDBSnapshotInput, opts ...request.Option) (*ModifyDBSnapshotOutput, error)
- func (c *RDS) ModifyDBSubnetGroup(input *ModifyDBSubnetGroupInput) (*ModifyDBSubnetGroupOutput, error)
- func (c *RDS) ModifyDBSubnetGroupRequest(input *ModifyDBSubnetGroupInput) (req *request.Request, output *ModifyDBSubnetGroupOutput)
- func (c *RDS) ModifyDBSubnetGroupWithContext(ctx aws.Context, input *ModifyDBSubnetGroupInput, opts ...request.Option) (*ModifyDBSubnetGroupOutput, error)
- func (c *RDS) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error)
- func (c *RDS) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput)
- func (c *RDS) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error)
- func (c *RDS) ModifyGlobalCluster(input *ModifyGlobalClusterInput) (*ModifyGlobalClusterOutput, error)
- func (c *RDS) ModifyGlobalClusterRequest(input *ModifyGlobalClusterInput) (req *request.Request, output *ModifyGlobalClusterOutput)
- func (c *RDS) ModifyGlobalClusterWithContext(ctx aws.Context, input *ModifyGlobalClusterInput, opts ...request.Option) (*ModifyGlobalClusterOutput, error)
- func (c *RDS) ModifyOptionGroup(input *ModifyOptionGroupInput) (*ModifyOptionGroupOutput, error)
- func (c *RDS) ModifyOptionGroupRequest(input *ModifyOptionGroupInput) (req *request.Request, output *ModifyOptionGroupOutput)
- func (c *RDS) ModifyOptionGroupWithContext(ctx aws.Context, input *ModifyOptionGroupInput, opts ...request.Option) (*ModifyOptionGroupOutput, error)
- func (c *RDS) PromoteReadReplica(input *PromoteReadReplicaInput) (*PromoteReadReplicaOutput, error)
- func (c *RDS) PromoteReadReplicaDBCluster(input *PromoteReadReplicaDBClusterInput) (*PromoteReadReplicaDBClusterOutput, error)
- func (c *RDS) PromoteReadReplicaDBClusterRequest(input *PromoteReadReplicaDBClusterInput) (req *request.Request, output *PromoteReadReplicaDBClusterOutput)
- func (c *RDS) PromoteReadReplicaDBClusterWithContext(ctx aws.Context, input *PromoteReadReplicaDBClusterInput, ...) (*PromoteReadReplicaDBClusterOutput, error)
- func (c *RDS) PromoteReadReplicaRequest(input *PromoteReadReplicaInput) (req *request.Request, output *PromoteReadReplicaOutput)
- func (c *RDS) PromoteReadReplicaWithContext(ctx aws.Context, input *PromoteReadReplicaInput, opts ...request.Option) (*PromoteReadReplicaOutput, error)
- func (c *RDS) PurchaseReservedDBInstancesOffering(input *PurchaseReservedDBInstancesOfferingInput) (*PurchaseReservedDBInstancesOfferingOutput, error)
- func (c *RDS) PurchaseReservedDBInstancesOfferingRequest(input *PurchaseReservedDBInstancesOfferingInput) (req *request.Request, output *PurchaseReservedDBInstancesOfferingOutput)
- func (c *RDS) PurchaseReservedDBInstancesOfferingWithContext(ctx aws.Context, input *PurchaseReservedDBInstancesOfferingInput, ...) (*PurchaseReservedDBInstancesOfferingOutput, error)
- func (c *RDS) RebootDBInstance(input *RebootDBInstanceInput) (*RebootDBInstanceOutput, error)
- func (c *RDS) RebootDBInstanceRequest(input *RebootDBInstanceInput) (req *request.Request, output *RebootDBInstanceOutput)
- func (c *RDS) RebootDBInstanceWithContext(ctx aws.Context, input *RebootDBInstanceInput, opts ...request.Option) (*RebootDBInstanceOutput, error)
- func (c *RDS) RegisterDBProxyTargets(input *RegisterDBProxyTargetsInput) (*RegisterDBProxyTargetsOutput, error)
- func (c *RDS) RegisterDBProxyTargetsRequest(input *RegisterDBProxyTargetsInput) (req *request.Request, output *RegisterDBProxyTargetsOutput)
- func (c *RDS) RegisterDBProxyTargetsWithContext(ctx aws.Context, input *RegisterDBProxyTargetsInput, opts ...request.Option) (*RegisterDBProxyTargetsOutput, error)
- func (c *RDS) RemoveFromGlobalCluster(input *RemoveFromGlobalClusterInput) (*RemoveFromGlobalClusterOutput, error)
- func (c *RDS) RemoveFromGlobalClusterRequest(input *RemoveFromGlobalClusterInput) (req *request.Request, output *RemoveFromGlobalClusterOutput)
- func (c *RDS) RemoveFromGlobalClusterWithContext(ctx aws.Context, input *RemoveFromGlobalClusterInput, opts ...request.Option) (*RemoveFromGlobalClusterOutput, error)
- func (c *RDS) RemoveRoleFromDBCluster(input *RemoveRoleFromDBClusterInput) (*RemoveRoleFromDBClusterOutput, error)
- func (c *RDS) RemoveRoleFromDBClusterRequest(input *RemoveRoleFromDBClusterInput) (req *request.Request, output *RemoveRoleFromDBClusterOutput)
- func (c *RDS) RemoveRoleFromDBClusterWithContext(ctx aws.Context, input *RemoveRoleFromDBClusterInput, opts ...request.Option) (*RemoveRoleFromDBClusterOutput, error)
- func (c *RDS) RemoveRoleFromDBInstance(input *RemoveRoleFromDBInstanceInput) (*RemoveRoleFromDBInstanceOutput, error)
- func (c *RDS) RemoveRoleFromDBInstanceRequest(input *RemoveRoleFromDBInstanceInput) (req *request.Request, output *RemoveRoleFromDBInstanceOutput)
- func (c *RDS) RemoveRoleFromDBInstanceWithContext(ctx aws.Context, input *RemoveRoleFromDBInstanceInput, opts ...request.Option) (*RemoveRoleFromDBInstanceOutput, error)
- func (c *RDS) RemoveSourceIdentifierFromSubscription(input *RemoveSourceIdentifierFromSubscriptionInput) (*RemoveSourceIdentifierFromSubscriptionOutput, error)
- func (c *RDS) RemoveSourceIdentifierFromSubscriptionRequest(input *RemoveSourceIdentifierFromSubscriptionInput) (req *request.Request, output *RemoveSourceIdentifierFromSubscriptionOutput)
- func (c *RDS) RemoveSourceIdentifierFromSubscriptionWithContext(ctx aws.Context, input *RemoveSourceIdentifierFromSubscriptionInput, ...) (*RemoveSourceIdentifierFromSubscriptionOutput, error)
- func (c *RDS) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
- func (c *RDS) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
- func (c *RDS) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
- func (c *RDS) ResetDBClusterParameterGroup(input *ResetDBClusterParameterGroupInput) (*DBClusterParameterGroupNameMessage, error)
- func (c *RDS) ResetDBClusterParameterGroupRequest(input *ResetDBClusterParameterGroupInput) (req *request.Request, output *DBClusterParameterGroupNameMessage)
- func (c *RDS) ResetDBClusterParameterGroupWithContext(ctx aws.Context, input *ResetDBClusterParameterGroupInput, ...) (*DBClusterParameterGroupNameMessage, error)
- func (c *RDS) ResetDBParameterGroup(input *ResetDBParameterGroupInput) (*DBParameterGroupNameMessage, error)
- func (c *RDS) ResetDBParameterGroupRequest(input *ResetDBParameterGroupInput) (req *request.Request, output *DBParameterGroupNameMessage)
- func (c *RDS) ResetDBParameterGroupWithContext(ctx aws.Context, input *ResetDBParameterGroupInput, opts ...request.Option) (*DBParameterGroupNameMessage, error)
- func (c *RDS) RestoreDBClusterFromS3(input *RestoreDBClusterFromS3Input) (*RestoreDBClusterFromS3Output, error)
- func (c *RDS) RestoreDBClusterFromS3Request(input *RestoreDBClusterFromS3Input) (req *request.Request, output *RestoreDBClusterFromS3Output)
- func (c *RDS) RestoreDBClusterFromS3WithContext(ctx aws.Context, input *RestoreDBClusterFromS3Input, opts ...request.Option) (*RestoreDBClusterFromS3Output, error)
- func (c *RDS) RestoreDBClusterFromSnapshot(input *RestoreDBClusterFromSnapshotInput) (*RestoreDBClusterFromSnapshotOutput, error)
- func (c *RDS) RestoreDBClusterFromSnapshotRequest(input *RestoreDBClusterFromSnapshotInput) (req *request.Request, output *RestoreDBClusterFromSnapshotOutput)
- func (c *RDS) RestoreDBClusterFromSnapshotWithContext(ctx aws.Context, input *RestoreDBClusterFromSnapshotInput, ...) (*RestoreDBClusterFromSnapshotOutput, error)
- func (c *RDS) RestoreDBClusterToPointInTime(input *RestoreDBClusterToPointInTimeInput) (*RestoreDBClusterToPointInTimeOutput, error)
- func (c *RDS) RestoreDBClusterToPointInTimeRequest(input *RestoreDBClusterToPointInTimeInput) (req *request.Request, output *RestoreDBClusterToPointInTimeOutput)
- func (c *RDS) RestoreDBClusterToPointInTimeWithContext(ctx aws.Context, input *RestoreDBClusterToPointInTimeInput, ...) (*RestoreDBClusterToPointInTimeOutput, error)
- func (c *RDS) RestoreDBInstanceFromDBSnapshot(input *RestoreDBInstanceFromDBSnapshotInput) (*RestoreDBInstanceFromDBSnapshotOutput, error)
- func (c *RDS) RestoreDBInstanceFromDBSnapshotRequest(input *RestoreDBInstanceFromDBSnapshotInput) (req *request.Request, output *RestoreDBInstanceFromDBSnapshotOutput)
- func (c *RDS) RestoreDBInstanceFromDBSnapshotWithContext(ctx aws.Context, input *RestoreDBInstanceFromDBSnapshotInput, ...) (*RestoreDBInstanceFromDBSnapshotOutput, error)
- func (c *RDS) RestoreDBInstanceFromS3(input *RestoreDBInstanceFromS3Input) (*RestoreDBInstanceFromS3Output, error)
- func (c *RDS) RestoreDBInstanceFromS3Request(input *RestoreDBInstanceFromS3Input) (req *request.Request, output *RestoreDBInstanceFromS3Output)
- func (c *RDS) RestoreDBInstanceFromS3WithContext(ctx aws.Context, input *RestoreDBInstanceFromS3Input, opts ...request.Option) (*RestoreDBInstanceFromS3Output, error)
- func (c *RDS) RestoreDBInstanceToPointInTime(input *RestoreDBInstanceToPointInTimeInput) (*RestoreDBInstanceToPointInTimeOutput, error)
- func (c *RDS) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) (req *request.Request, output *RestoreDBInstanceToPointInTimeOutput)
- func (c *RDS) RestoreDBInstanceToPointInTimeWithContext(ctx aws.Context, input *RestoreDBInstanceToPointInTimeInput, ...) (*RestoreDBInstanceToPointInTimeOutput, error)
- func (c *RDS) RevokeDBSecurityGroupIngress(input *RevokeDBSecurityGroupIngressInput) (*RevokeDBSecurityGroupIngressOutput, error)
- func (c *RDS) RevokeDBSecurityGroupIngressRequest(input *RevokeDBSecurityGroupIngressInput) (req *request.Request, output *RevokeDBSecurityGroupIngressOutput)
- func (c *RDS) RevokeDBSecurityGroupIngressWithContext(ctx aws.Context, input *RevokeDBSecurityGroupIngressInput, ...) (*RevokeDBSecurityGroupIngressOutput, error)
- func (c *RDS) StartActivityStream(input *StartActivityStreamInput) (*StartActivityStreamOutput, error)
- func (c *RDS) StartActivityStreamRequest(input *StartActivityStreamInput) (req *request.Request, output *StartActivityStreamOutput)
- func (c *RDS) StartActivityStreamWithContext(ctx aws.Context, input *StartActivityStreamInput, opts ...request.Option) (*StartActivityStreamOutput, error)
- func (c *RDS) StartDBCluster(input *StartDBClusterInput) (*StartDBClusterOutput, error)
- func (c *RDS) StartDBClusterRequest(input *StartDBClusterInput) (req *request.Request, output *StartDBClusterOutput)
- func (c *RDS) StartDBClusterWithContext(ctx aws.Context, input *StartDBClusterInput, opts ...request.Option) (*StartDBClusterOutput, error)
- func (c *RDS) StartDBInstance(input *StartDBInstanceInput) (*StartDBInstanceOutput, error)
- func (c *RDS) StartDBInstanceAutomatedBackupsReplication(input *StartDBInstanceAutomatedBackupsReplicationInput) (*StartDBInstanceAutomatedBackupsReplicationOutput, error)
- func (c *RDS) StartDBInstanceAutomatedBackupsReplicationRequest(input *StartDBInstanceAutomatedBackupsReplicationInput) (req *request.Request, output *StartDBInstanceAutomatedBackupsReplicationOutput)
- func (c *RDS) StartDBInstanceAutomatedBackupsReplicationWithContext(ctx aws.Context, input *StartDBInstanceAutomatedBackupsReplicationInput, ...) (*StartDBInstanceAutomatedBackupsReplicationOutput, error)
- func (c *RDS) StartDBInstanceRequest(input *StartDBInstanceInput) (req *request.Request, output *StartDBInstanceOutput)
- func (c *RDS) StartDBInstanceWithContext(ctx aws.Context, input *StartDBInstanceInput, opts ...request.Option) (*StartDBInstanceOutput, error)
- func (c *RDS) StartExportTask(input *StartExportTaskInput) (*StartExportTaskOutput, error)
- func (c *RDS) StartExportTaskRequest(input *StartExportTaskInput) (req *request.Request, output *StartExportTaskOutput)
- func (c *RDS) StartExportTaskWithContext(ctx aws.Context, input *StartExportTaskInput, opts ...request.Option) (*StartExportTaskOutput, error)
- func (c *RDS) StopActivityStream(input *StopActivityStreamInput) (*StopActivityStreamOutput, error)
- func (c *RDS) StopActivityStreamRequest(input *StopActivityStreamInput) (req *request.Request, output *StopActivityStreamOutput)
- func (c *RDS) StopActivityStreamWithContext(ctx aws.Context, input *StopActivityStreamInput, opts ...request.Option) (*StopActivityStreamOutput, error)
- func (c *RDS) StopDBCluster(input *StopDBClusterInput) (*StopDBClusterOutput, error)
- func (c *RDS) StopDBClusterRequest(input *StopDBClusterInput) (req *request.Request, output *StopDBClusterOutput)
- func (c *RDS) StopDBClusterWithContext(ctx aws.Context, input *StopDBClusterInput, opts ...request.Option) (*StopDBClusterOutput, error)
- func (c *RDS) StopDBInstance(input *StopDBInstanceInput) (*StopDBInstanceOutput, error)
- func (c *RDS) StopDBInstanceAutomatedBackupsReplication(input *StopDBInstanceAutomatedBackupsReplicationInput) (*StopDBInstanceAutomatedBackupsReplicationOutput, error)
- func (c *RDS) StopDBInstanceAutomatedBackupsReplicationRequest(input *StopDBInstanceAutomatedBackupsReplicationInput) (req *request.Request, output *StopDBInstanceAutomatedBackupsReplicationOutput)
- func (c *RDS) StopDBInstanceAutomatedBackupsReplicationWithContext(ctx aws.Context, input *StopDBInstanceAutomatedBackupsReplicationInput, ...) (*StopDBInstanceAutomatedBackupsReplicationOutput, error)
- func (c *RDS) StopDBInstanceRequest(input *StopDBInstanceInput) (req *request.Request, output *StopDBInstanceOutput)
- func (c *RDS) StopDBInstanceWithContext(ctx aws.Context, input *StopDBInstanceInput, opts ...request.Option) (*StopDBInstanceOutput, error)
- func (c *RDS) WaitUntilDBClusterSnapshotAvailable(input *DescribeDBClusterSnapshotsInput) error
- func (c *RDS) WaitUntilDBClusterSnapshotAvailableWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, ...) error
- func (c *RDS) WaitUntilDBClusterSnapshotDeleted(input *DescribeDBClusterSnapshotsInput) error
- func (c *RDS) WaitUntilDBClusterSnapshotDeletedWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, ...) error
- func (c *RDS) WaitUntilDBInstanceAvailable(input *DescribeDBInstancesInput) error
- func (c *RDS) WaitUntilDBInstanceAvailableWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.WaiterOption) error
- func (c *RDS) WaitUntilDBInstanceDeleted(input *DescribeDBInstancesInput) error
- func (c *RDS) WaitUntilDBInstanceDeletedWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.WaiterOption) error
- func (c *RDS) WaitUntilDBSnapshotAvailable(input *DescribeDBSnapshotsInput) error
- func (c *RDS) WaitUntilDBSnapshotAvailableWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.WaiterOption) error
- func (c *RDS) WaitUntilDBSnapshotDeleted(input *DescribeDBSnapshotsInput) error
- func (c *RDS) WaitUntilDBSnapshotDeletedWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.WaiterOption) error
- type Range
- type RebootDBInstanceInput
- func (s RebootDBInstanceInput) GoString() string
- func (s *RebootDBInstanceInput) SetDBInstanceIdentifier(v string) *RebootDBInstanceInput
- func (s *RebootDBInstanceInput) SetForceFailover(v bool) *RebootDBInstanceInput
- func (s RebootDBInstanceInput) String() string
- func (s *RebootDBInstanceInput) Validate() error
- type RebootDBInstanceOutput
- type RecurringCharge
- type RegisterDBProxyTargetsInput
- func (s RegisterDBProxyTargetsInput) GoString() string
- func (s *RegisterDBProxyTargetsInput) SetDBClusterIdentifiers(v []*string) *RegisterDBProxyTargetsInput
- func (s *RegisterDBProxyTargetsInput) SetDBInstanceIdentifiers(v []*string) *RegisterDBProxyTargetsInput
- func (s *RegisterDBProxyTargetsInput) SetDBProxyName(v string) *RegisterDBProxyTargetsInput
- func (s *RegisterDBProxyTargetsInput) SetTargetGroupName(v string) *RegisterDBProxyTargetsInput
- func (s RegisterDBProxyTargetsInput) String() string
- func (s *RegisterDBProxyTargetsInput) Validate() error
- type RegisterDBProxyTargetsOutput
- type RemoveFromGlobalClusterInput
- func (s RemoveFromGlobalClusterInput) GoString() string
- func (s *RemoveFromGlobalClusterInput) SetDbClusterIdentifier(v string) *RemoveFromGlobalClusterInput
- func (s *RemoveFromGlobalClusterInput) SetGlobalClusterIdentifier(v string) *RemoveFromGlobalClusterInput
- func (s RemoveFromGlobalClusterInput) String() string
- type RemoveFromGlobalClusterOutput
- type RemoveRoleFromDBClusterInput
- func (s RemoveRoleFromDBClusterInput) GoString() string
- func (s *RemoveRoleFromDBClusterInput) SetDBClusterIdentifier(v string) *RemoveRoleFromDBClusterInput
- func (s *RemoveRoleFromDBClusterInput) SetFeatureName(v string) *RemoveRoleFromDBClusterInput
- func (s *RemoveRoleFromDBClusterInput) SetRoleArn(v string) *RemoveRoleFromDBClusterInput
- func (s RemoveRoleFromDBClusterInput) String() string
- func (s *RemoveRoleFromDBClusterInput) Validate() error
- type RemoveRoleFromDBClusterOutput
- type RemoveRoleFromDBInstanceInput
- func (s RemoveRoleFromDBInstanceInput) GoString() string
- func (s *RemoveRoleFromDBInstanceInput) SetDBInstanceIdentifier(v string) *RemoveRoleFromDBInstanceInput
- func (s *RemoveRoleFromDBInstanceInput) SetFeatureName(v string) *RemoveRoleFromDBInstanceInput
- func (s *RemoveRoleFromDBInstanceInput) SetRoleArn(v string) *RemoveRoleFromDBInstanceInput
- func (s RemoveRoleFromDBInstanceInput) String() string
- func (s *RemoveRoleFromDBInstanceInput) Validate() error
- type RemoveRoleFromDBInstanceOutput
- type RemoveSourceIdentifierFromSubscriptionInput
- func (s RemoveSourceIdentifierFromSubscriptionInput) GoString() string
- func (s *RemoveSourceIdentifierFromSubscriptionInput) SetSourceIdentifier(v string) *RemoveSourceIdentifierFromSubscriptionInput
- func (s *RemoveSourceIdentifierFromSubscriptionInput) SetSubscriptionName(v string) *RemoveSourceIdentifierFromSubscriptionInput
- func (s RemoveSourceIdentifierFromSubscriptionInput) String() string
- func (s *RemoveSourceIdentifierFromSubscriptionInput) Validate() error
- type RemoveSourceIdentifierFromSubscriptionOutput
- type RemoveTagsFromResourceInput
- func (s RemoveTagsFromResourceInput) GoString() string
- func (s *RemoveTagsFromResourceInput) SetResourceName(v string) *RemoveTagsFromResourceInput
- func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput
- func (s RemoveTagsFromResourceInput) String() string
- func (s *RemoveTagsFromResourceInput) Validate() error
- type RemoveTagsFromResourceOutput
- type ReservedDBInstance
- func (s ReservedDBInstance) GoString() string
- func (s *ReservedDBInstance) SetCurrencyCode(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetDBInstanceClass(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetDBInstanceCount(v int64) *ReservedDBInstance
- func (s *ReservedDBInstance) SetDuration(v int64) *ReservedDBInstance
- func (s *ReservedDBInstance) SetFixedPrice(v float64) *ReservedDBInstance
- func (s *ReservedDBInstance) SetLeaseId(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetMultiAZ(v bool) *ReservedDBInstance
- func (s *ReservedDBInstance) SetOfferingType(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetProductDescription(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetRecurringCharges(v []*RecurringCharge) *ReservedDBInstance
- func (s *ReservedDBInstance) SetReservedDBInstanceArn(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetReservedDBInstanceId(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetReservedDBInstancesOfferingId(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetStartTime(v time.Time) *ReservedDBInstance
- func (s *ReservedDBInstance) SetState(v string) *ReservedDBInstance
- func (s *ReservedDBInstance) SetUsagePrice(v float64) *ReservedDBInstance
- func (s ReservedDBInstance) String() string
- type ReservedDBInstancesOffering
- func (s ReservedDBInstancesOffering) GoString() string
- func (s *ReservedDBInstancesOffering) SetCurrencyCode(v string) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetDBInstanceClass(v string) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetDuration(v int64) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetFixedPrice(v float64) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetMultiAZ(v bool) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetOfferingType(v string) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetProductDescription(v string) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetRecurringCharges(v []*RecurringCharge) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetReservedDBInstancesOfferingId(v string) *ReservedDBInstancesOffering
- func (s *ReservedDBInstancesOffering) SetUsagePrice(v float64) *ReservedDBInstancesOffering
- func (s ReservedDBInstancesOffering) String() string
- type ResetDBClusterParameterGroupInput
- func (s ResetDBClusterParameterGroupInput) GoString() string
- func (s *ResetDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *ResetDBClusterParameterGroupInput
- func (s *ResetDBClusterParameterGroupInput) SetParameters(v []*Parameter) *ResetDBClusterParameterGroupInput
- func (s *ResetDBClusterParameterGroupInput) SetResetAllParameters(v bool) *ResetDBClusterParameterGroupInput
- func (s ResetDBClusterParameterGroupInput) String() string
- func (s *ResetDBClusterParameterGroupInput) Validate() error
- type ResetDBParameterGroupInput
- func (s ResetDBParameterGroupInput) GoString() string
- func (s *ResetDBParameterGroupInput) SetDBParameterGroupName(v string) *ResetDBParameterGroupInput
- func (s *ResetDBParameterGroupInput) SetParameters(v []*Parameter) *ResetDBParameterGroupInput
- func (s *ResetDBParameterGroupInput) SetResetAllParameters(v bool) *ResetDBParameterGroupInput
- func (s ResetDBParameterGroupInput) String() string
- func (s *ResetDBParameterGroupInput) Validate() error
- type ResourcePendingMaintenanceActions
- func (s ResourcePendingMaintenanceActions) GoString() string
- func (s *ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails(v []*PendingMaintenanceAction) *ResourcePendingMaintenanceActions
- func (s *ResourcePendingMaintenanceActions) SetResourceIdentifier(v string) *ResourcePendingMaintenanceActions
- func (s ResourcePendingMaintenanceActions) String() string
- type RestoreDBClusterFromS3Input
- func (s RestoreDBClusterFromS3Input) GoString() string
- func (s *RestoreDBClusterFromS3Input) SetAvailabilityZones(v []*string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetBacktrackWindow(v int64) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetBackupRetentionPeriod(v int64) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetCharacterSetName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDBClusterIdentifier(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDBClusterParameterGroupName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDBSubnetGroupName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDatabaseName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDeletionProtection(v bool) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDomain(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetDomainIAMRoleName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetEngine(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetEngineVersion(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetKmsKeyId(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetMasterUserPassword(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetMasterUsername(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetOptionGroupName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetPort(v int64) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetPreferredBackupWindow(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetPreferredMaintenanceWindow(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetS3BucketName(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetS3IngestionRoleArn(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetS3Prefix(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetSourceEngine(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetSourceEngineVersion(v string) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetStorageEncrypted(v bool) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetTags(v []*Tag) *RestoreDBClusterFromS3Input
- func (s *RestoreDBClusterFromS3Input) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterFromS3Input
- func (s RestoreDBClusterFromS3Input) String() string
- func (s *RestoreDBClusterFromS3Input) Validate() error
- type RestoreDBClusterFromS3Output
- type RestoreDBClusterFromSnapshotInput
- func (s RestoreDBClusterFromSnapshotInput) GoString() string
- func (s *RestoreDBClusterFromSnapshotInput) SetAvailabilityZones(v []*string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetBacktrackWindow(v int64) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDBClusterIdentifier(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDBClusterParameterGroupName(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDBSubnetGroupName(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDatabaseName(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDeletionProtection(v bool) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDomain(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetDomainIAMRoleName(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetEngine(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetEngineMode(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetEngineVersion(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetKmsKeyId(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetOptionGroupName(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetPort(v int64) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetScalingConfiguration(v *ScalingConfiguration) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetSnapshotIdentifier(v string) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetTags(v []*Tag) *RestoreDBClusterFromSnapshotInput
- func (s *RestoreDBClusterFromSnapshotInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterFromSnapshotInput
- func (s RestoreDBClusterFromSnapshotInput) String() string
- func (s *RestoreDBClusterFromSnapshotInput) Validate() error
- type RestoreDBClusterFromSnapshotOutput
- type RestoreDBClusterToPointInTimeInput
- func (s RestoreDBClusterToPointInTimeInput) GoString() string
- func (s *RestoreDBClusterToPointInTimeInput) SetBacktrackWindow(v int64) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDBClusterIdentifier(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDBClusterParameterGroupName(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDomain(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetKmsKeyId(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetPort(v int64) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetRestoreToTime(v time.Time) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetRestoreType(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetSourceDBClusterIdentifier(v string) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetTags(v []*Tag) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBClusterToPointInTimeInput
- func (s *RestoreDBClusterToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterToPointInTimeInput
- func (s RestoreDBClusterToPointInTimeInput) String() string
- func (s *RestoreDBClusterToPointInTimeInput) Validate() error
- type RestoreDBClusterToPointInTimeOutput
- type RestoreDBInstanceFromDBSnapshotInput
- func (s RestoreDBInstanceFromDBSnapshotInput) GoString() string
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetAvailabilityZone(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceClass(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceIdentifier(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBName(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBParameterGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBSnapshotIdentifier(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDeletionProtection(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDomain(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableCustomerOwnedIp(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetEngine(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetIops(v int64) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetLicenseModel(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetMultiAZ(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetOptionGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetPort(v int64) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetStorageType(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetTags(v []*Tag) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialArn(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceFromDBSnapshotInput
- func (s *RestoreDBInstanceFromDBSnapshotInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceFromDBSnapshotInput
- func (s RestoreDBInstanceFromDBSnapshotInput) String() string
- func (s *RestoreDBInstanceFromDBSnapshotInput) Validate() error
- type RestoreDBInstanceFromDBSnapshotOutput
- type RestoreDBInstanceFromS3Input
- func (s RestoreDBInstanceFromS3Input) GoString() string
- func (s *RestoreDBInstanceFromS3Input) SetAllocatedStorage(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetAvailabilityZone(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetBackupRetentionPeriod(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBInstanceClass(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBInstanceIdentifier(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBName(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBParameterGroupName(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBSecurityGroups(v []*string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDBSubnetGroupName(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetDeletionProtection(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetEnablePerformanceInsights(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetEngine(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetEngineVersion(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetIops(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetKmsKeyId(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetLicenseModel(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMasterUserPassword(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMasterUsername(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMaxAllocatedStorage(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMonitoringInterval(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMonitoringRoleArn(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetMultiAZ(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetOptionGroupName(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPerformanceInsightsKMSKeyId(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPerformanceInsightsRetentionPeriod(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPort(v int64) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPreferredBackupWindow(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPreferredMaintenanceWindow(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetPubliclyAccessible(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetS3BucketName(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetS3IngestionRoleArn(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetS3Prefix(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetSourceEngine(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetSourceEngineVersion(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetStorageEncrypted(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetStorageType(v string) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetTags(v []*Tag) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceFromS3Input
- func (s *RestoreDBInstanceFromS3Input) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceFromS3Input
- func (s RestoreDBInstanceFromS3Input) String() string
- func (s *RestoreDBInstanceFromS3Input) Validate() error
- type RestoreDBInstanceFromS3Output
- type RestoreDBInstanceToPointInTimeInput
- func (s RestoreDBInstanceToPointInTimeInput) GoString() string
- func (s *RestoreDBInstanceToPointInTimeInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetAvailabilityZone(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDBInstanceClass(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDBName(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDBParameterGroupName(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDomain(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetEnableCustomerOwnedIp(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetEngine(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetIops(v int64) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetLicenseModel(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetMaxAllocatedStorage(v int64) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetMultiAZ(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetPort(v int64) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetRestoreTime(v time.Time) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceAutomatedBackupsArn(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDbiResourceId(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetStorageType(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetTags(v []*Tag) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetTargetDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetTdeCredentialArn(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBInstanceToPointInTimeInput
- func (s *RestoreDBInstanceToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceToPointInTimeInput
- func (s RestoreDBInstanceToPointInTimeInput) String() string
- func (s *RestoreDBInstanceToPointInTimeInput) Validate() error
- type RestoreDBInstanceToPointInTimeOutput
- type RestoreWindow
- type RevokeDBSecurityGroupIngressInput
- func (s RevokeDBSecurityGroupIngressInput) GoString() string
- func (s *RevokeDBSecurityGroupIngressInput) SetCIDRIP(v string) *RevokeDBSecurityGroupIngressInput
- func (s *RevokeDBSecurityGroupIngressInput) SetDBSecurityGroupName(v string) *RevokeDBSecurityGroupIngressInput
- func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupId(v string) *RevokeDBSecurityGroupIngressInput
- func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *RevokeDBSecurityGroupIngressInput
- func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *RevokeDBSecurityGroupIngressInput
- func (s RevokeDBSecurityGroupIngressInput) String() string
- func (s *RevokeDBSecurityGroupIngressInput) Validate() error
- type RevokeDBSecurityGroupIngressOutput
- type ScalingConfiguration
- func (s ScalingConfiguration) GoString() string
- func (s *ScalingConfiguration) SetAutoPause(v bool) *ScalingConfiguration
- func (s *ScalingConfiguration) SetMaxCapacity(v int64) *ScalingConfiguration
- func (s *ScalingConfiguration) SetMinCapacity(v int64) *ScalingConfiguration
- func (s *ScalingConfiguration) SetSecondsUntilAutoPause(v int64) *ScalingConfiguration
- func (s *ScalingConfiguration) SetTimeoutAction(v string) *ScalingConfiguration
- func (s ScalingConfiguration) String() string
- type ScalingConfigurationInfo
- func (s ScalingConfigurationInfo) GoString() string
- func (s *ScalingConfigurationInfo) SetAutoPause(v bool) *ScalingConfigurationInfo
- func (s *ScalingConfigurationInfo) SetMaxCapacity(v int64) *ScalingConfigurationInfo
- func (s *ScalingConfigurationInfo) SetMinCapacity(v int64) *ScalingConfigurationInfo
- func (s *ScalingConfigurationInfo) SetSecondsUntilAutoPause(v int64) *ScalingConfigurationInfo
- func (s *ScalingConfigurationInfo) SetTimeoutAction(v string) *ScalingConfigurationInfo
- func (s ScalingConfigurationInfo) String() string
- type SourceRegion
- func (s SourceRegion) GoString() string
- func (s *SourceRegion) SetEndpoint(v string) *SourceRegion
- func (s *SourceRegion) SetRegionName(v string) *SourceRegion
- func (s *SourceRegion) SetStatus(v string) *SourceRegion
- func (s *SourceRegion) SetSupportsDBInstanceAutomatedBackupsReplication(v bool) *SourceRegion
- func (s SourceRegion) String() string
- type StartActivityStreamInput
- func (s StartActivityStreamInput) GoString() string
- func (s *StartActivityStreamInput) SetApplyImmediately(v bool) *StartActivityStreamInput
- func (s *StartActivityStreamInput) SetKmsKeyId(v string) *StartActivityStreamInput
- func (s *StartActivityStreamInput) SetMode(v string) *StartActivityStreamInput
- func (s *StartActivityStreamInput) SetResourceArn(v string) *StartActivityStreamInput
- func (s StartActivityStreamInput) String() string
- func (s *StartActivityStreamInput) Validate() error
- type StartActivityStreamOutput
- func (s StartActivityStreamOutput) GoString() string
- func (s *StartActivityStreamOutput) SetApplyImmediately(v bool) *StartActivityStreamOutput
- func (s *StartActivityStreamOutput) SetKinesisStreamName(v string) *StartActivityStreamOutput
- func (s *StartActivityStreamOutput) SetKmsKeyId(v string) *StartActivityStreamOutput
- func (s *StartActivityStreamOutput) SetMode(v string) *StartActivityStreamOutput
- func (s *StartActivityStreamOutput) SetStatus(v string) *StartActivityStreamOutput
- func (s StartActivityStreamOutput) String() string
- type StartDBClusterInput
- type StartDBClusterOutput
- type StartDBInstanceAutomatedBackupsReplicationInput
- func (s StartDBInstanceAutomatedBackupsReplicationInput) GoString() string
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetBackupRetentionPeriod(v int64) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetDestinationRegion(v string) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetKmsKeyId(v string) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetPreSignedUrl(v string) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn(v string) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetSourceRegion(v string) *StartDBInstanceAutomatedBackupsReplicationInput
- func (s StartDBInstanceAutomatedBackupsReplicationInput) String() string
- func (s *StartDBInstanceAutomatedBackupsReplicationInput) Validate() error
- type StartDBInstanceAutomatedBackupsReplicationOutput
- func (s StartDBInstanceAutomatedBackupsReplicationOutput) GoString() string
- func (s *StartDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup(v *DBInstanceAutomatedBackup) *StartDBInstanceAutomatedBackupsReplicationOutput
- func (s StartDBInstanceAutomatedBackupsReplicationOutput) String() string
- type StartDBInstanceInput
- type StartDBInstanceOutput
- type StartExportTaskInput
- func (s StartExportTaskInput) GoString() string
- func (s *StartExportTaskInput) SetExportOnly(v []*string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetExportTaskIdentifier(v string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetIamRoleArn(v string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetKmsKeyId(v string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetS3BucketName(v string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetS3Prefix(v string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetSourceArn(v string) *StartExportTaskInput
- func (s StartExportTaskInput) String() string
- func (s *StartExportTaskInput) Validate() error
- type StartExportTaskOutput
- func (s StartExportTaskOutput) GoString() string
- func (s *StartExportTaskOutput) SetExportOnly(v []*string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetExportTaskIdentifier(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetFailureCause(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetIamRoleArn(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetKmsKeyId(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetPercentProgress(v int64) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetS3Bucket(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetS3Prefix(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetSnapshotTime(v time.Time) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetSourceArn(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetStatus(v string) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetTaskEndTime(v time.Time) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetTaskStartTime(v time.Time) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetTotalExtractedDataInGB(v int64) *StartExportTaskOutput
- func (s *StartExportTaskOutput) SetWarningMessage(v string) *StartExportTaskOutput
- func (s StartExportTaskOutput) String() string
- type StopActivityStreamInput
- func (s StopActivityStreamInput) GoString() string
- func (s *StopActivityStreamInput) SetApplyImmediately(v bool) *StopActivityStreamInput
- func (s *StopActivityStreamInput) SetResourceArn(v string) *StopActivityStreamInput
- func (s StopActivityStreamInput) String() string
- func (s *StopActivityStreamInput) Validate() error
- type StopActivityStreamOutput
- func (s StopActivityStreamOutput) GoString() string
- func (s *StopActivityStreamOutput) SetKinesisStreamName(v string) *StopActivityStreamOutput
- func (s *StopActivityStreamOutput) SetKmsKeyId(v string) *StopActivityStreamOutput
- func (s *StopActivityStreamOutput) SetStatus(v string) *StopActivityStreamOutput
- func (s StopActivityStreamOutput) String() string
- type StopDBClusterInput
- type StopDBClusterOutput
- type StopDBInstanceAutomatedBackupsReplicationInput
- func (s StopDBInstanceAutomatedBackupsReplicationInput) GoString() string
- func (s *StopDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn(v string) *StopDBInstanceAutomatedBackupsReplicationInput
- func (s StopDBInstanceAutomatedBackupsReplicationInput) String() string
- func (s *StopDBInstanceAutomatedBackupsReplicationInput) Validate() error
- type StopDBInstanceAutomatedBackupsReplicationOutput
- func (s StopDBInstanceAutomatedBackupsReplicationOutput) GoString() string
- func (s *StopDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup(v *DBInstanceAutomatedBackup) *StopDBInstanceAutomatedBackupsReplicationOutput
- func (s StopDBInstanceAutomatedBackupsReplicationOutput) String() string
- type StopDBInstanceInput
- func (s StopDBInstanceInput) GoString() string
- func (s *StopDBInstanceInput) SetDBInstanceIdentifier(v string) *StopDBInstanceInput
- func (s *StopDBInstanceInput) SetDBSnapshotIdentifier(v string) *StopDBInstanceInput
- func (s StopDBInstanceInput) String() string
- func (s *StopDBInstanceInput) Validate() error
- type StopDBInstanceOutput
- type Subnet
- type Tag
- type TargetHealth
- type Timezone
- type UpgradeTarget
- func (s UpgradeTarget) GoString() string
- func (s *UpgradeTarget) SetAutoUpgrade(v bool) *UpgradeTarget
- func (s *UpgradeTarget) SetDescription(v string) *UpgradeTarget
- func (s *UpgradeTarget) SetEngine(v string) *UpgradeTarget
- func (s *UpgradeTarget) SetEngineVersion(v string) *UpgradeTarget
- func (s *UpgradeTarget) SetIsMajorVersionUpgrade(v bool) *UpgradeTarget
- func (s UpgradeTarget) String() string
- type UserAuthConfig
- func (s UserAuthConfig) GoString() string
- func (s *UserAuthConfig) SetAuthScheme(v string) *UserAuthConfig
- func (s *UserAuthConfig) SetDescription(v string) *UserAuthConfig
- func (s *UserAuthConfig) SetIAMAuth(v string) *UserAuthConfig
- func (s *UserAuthConfig) SetSecretArn(v string) *UserAuthConfig
- func (s *UserAuthConfig) SetUserName(v string) *UserAuthConfig
- func (s UserAuthConfig) String() string
- type UserAuthConfigInfo
- func (s UserAuthConfigInfo) GoString() string
- func (s *UserAuthConfigInfo) SetAuthScheme(v string) *UserAuthConfigInfo
- func (s *UserAuthConfigInfo) SetDescription(v string) *UserAuthConfigInfo
- func (s *UserAuthConfigInfo) SetIAMAuth(v string) *UserAuthConfigInfo
- func (s *UserAuthConfigInfo) SetSecretArn(v string) *UserAuthConfigInfo
- func (s *UserAuthConfigInfo) SetUserName(v string) *UserAuthConfigInfo
- func (s UserAuthConfigInfo) String() string
- type ValidDBInstanceModificationsMessage
- func (s ValidDBInstanceModificationsMessage) GoString() string
- func (s *ValidDBInstanceModificationsMessage) SetStorage(v []*ValidStorageOptions) *ValidDBInstanceModificationsMessage
- func (s *ValidDBInstanceModificationsMessage) SetValidProcessorFeatures(v []*AvailableProcessorFeature) *ValidDBInstanceModificationsMessage
- func (s ValidDBInstanceModificationsMessage) String() string
- type ValidStorageOptions
- func (s ValidStorageOptions) GoString() string
- func (s *ValidStorageOptions) SetIopsToStorageRatio(v []*DoubleRange) *ValidStorageOptions
- func (s *ValidStorageOptions) SetProvisionedIops(v []*Range) *ValidStorageOptions
- func (s *ValidStorageOptions) SetStorageSize(v []*Range) *ValidStorageOptions
- func (s *ValidStorageOptions) SetStorageType(v string) *ValidStorageOptions
- func (s *ValidStorageOptions) SetSupportsStorageAutoscaling(v bool) *ValidStorageOptions
- func (s ValidStorageOptions) String() string
- type VpcSecurityGroupMembership
- type VpnDetails
- func (s VpnDetails) GoString() string
- func (s *VpnDetails) SetVpnGatewayIp(v string) *VpnDetails
- func (s *VpnDetails) SetVpnId(v string) *VpnDetails
- func (s *VpnDetails) SetVpnName(v string) *VpnDetails
- func (s *VpnDetails) SetVpnPSK(v string) *VpnDetails
- func (s *VpnDetails) SetVpnState(v string) *VpnDetails
- func (s *VpnDetails) SetVpnTunnelOriginatorIP(v string) *VpnDetails
- func (s VpnDetails) String() string
Examples ¶
- RDS.AddSourceIdentifierToSubscription (Shared00)
- RDS.AddTagsToResource (Shared00)
- RDS.ApplyPendingMaintenanceAction (Shared00)
- RDS.AuthorizeDBSecurityGroupIngress (Shared00)
- RDS.CopyDBClusterParameterGroup (Shared00)
- RDS.CopyDBClusterSnapshot (Shared00)
- RDS.CopyDBParameterGroup (Shared00)
- RDS.CopyDBSnapshot (Shared00)
- RDS.CopyOptionGroup (Shared00)
- RDS.CreateDBCluster (Shared00)
- RDS.CreateDBClusterParameterGroup (Shared00)
- RDS.CreateDBClusterSnapshot (Shared00)
- RDS.CreateDBInstance (Shared00)
- RDS.CreateDBInstanceReadReplica (Shared00)
- RDS.CreateDBParameterGroup (Shared00)
- RDS.CreateDBSecurityGroup (Shared00)
- RDS.CreateDBSnapshot (Shared00)
- RDS.CreateDBSubnetGroup (Shared00)
- RDS.CreateEventSubscription (Shared00)
- RDS.CreateOptionGroup (Shared00)
- RDS.DeleteDBCluster (Shared00)
- RDS.DeleteDBClusterParameterGroup (Shared00)
- RDS.DeleteDBClusterSnapshot (Shared00)
- RDS.DeleteDBInstance (Shared00)
- RDS.DeleteDBParameterGroup (Shared00)
- RDS.DeleteDBSecurityGroup (Shared00)
- RDS.DeleteDBSnapshot (Shared00)
- RDS.DeleteDBSubnetGroup (Shared00)
- RDS.DeleteEventSubscription (Shared00)
- RDS.DeleteOptionGroup (Shared00)
- RDS.DescribeAccountAttributes (Shared00)
- RDS.DescribeCertificates (Shared00)
- RDS.DescribeDBClusterParameterGroups (Shared00)
- RDS.DescribeDBClusterParameters (Shared00)
- RDS.DescribeDBClusterSnapshotAttributes (Shared00)
- RDS.DescribeDBClusterSnapshots (Shared00)
- RDS.DescribeDBClusters (Shared00)
- RDS.DescribeDBEngineVersions (Shared00)
- RDS.DescribeDBInstances (Shared00)
- RDS.DescribeDBLogFiles (Shared00)
- RDS.DescribeDBParameterGroups (Shared00)
- RDS.DescribeDBParameters (Shared00)
- RDS.DescribeDBSecurityGroups (Shared00)
- RDS.DescribeDBSnapshotAttributes (Shared00)
- RDS.DescribeDBSnapshots (Shared00)
- RDS.DescribeDBSubnetGroups (Shared00)
- RDS.DescribeEngineDefaultClusterParameters (Shared00)
- RDS.DescribeEngineDefaultParameters (Shared00)
- RDS.DescribeEventCategories (Shared00)
- RDS.DescribeEventSubscriptions (Shared00)
- RDS.DescribeEvents (Shared00)
- RDS.DescribeOptionGroupOptions (Shared00)
- RDS.DescribeOptionGroups (Shared00)
- RDS.DescribeOrderableDBInstanceOptions (Shared00)
- RDS.DescribePendingMaintenanceActions (Shared00)
- RDS.DescribeReservedDBInstances (Shared00)
- RDS.DescribeReservedDBInstancesOfferings (Shared00)
- RDS.DescribeSourceRegions (Shared00)
- RDS.DownloadDBLogFilePortion (Shared00)
- RDS.FailoverDBCluster (Shared00)
- RDS.ListTagsForResource (Shared00)
- RDS.ModifyDBCluster (Shared00)
- RDS.ModifyDBClusterParameterGroup (Shared00)
- RDS.ModifyDBClusterSnapshotAttribute (Shared00)
- RDS.ModifyDBInstance (Shared00)
- RDS.ModifyDBParameterGroup (Shared00)
- RDS.ModifyDBSnapshotAttribute (Shared00)
- RDS.ModifyDBSubnetGroup (Shared00)
- RDS.ModifyEventSubscription (Shared00)
- RDS.ModifyOptionGroup (Shared00)
- RDS.PromoteReadReplica (Shared00)
- RDS.PurchaseReservedDBInstancesOffering (Shared00)
- RDS.RebootDBInstance (Shared00)
- RDS.RemoveSourceIdentifierFromSubscription (Shared00)
- RDS.RemoveTagsFromResource (Shared00)
- RDS.ResetDBClusterParameterGroup (Shared00)
- RDS.ResetDBParameterGroup (Shared00)
- RDS.RestoreDBClusterFromSnapshot (Shared00)
- RDS.RestoreDBClusterToPointInTime (Shared00)
- RDS.RestoreDBInstanceFromDBSnapshot (Shared00)
- RDS.RestoreDBInstanceToPointInTime (Shared00)
- RDS.RevokeDBSecurityGroupIngress (Shared00)
Constants ¶
const ( // ActivityStreamModeSync is a ActivityStreamMode enum value ActivityStreamModeSync = "sync" // ActivityStreamModeAsync is a ActivityStreamMode enum value ActivityStreamModeAsync = "async" )
const ( // ActivityStreamStatusStopped is a ActivityStreamStatus enum value ActivityStreamStatusStopped = "stopped" // ActivityStreamStatusStarting is a ActivityStreamStatus enum value ActivityStreamStatusStarting = "starting" // ActivityStreamStatusStarted is a ActivityStreamStatus enum value ActivityStreamStatusStarted = "started" // ActivityStreamStatusStopping is a ActivityStreamStatus enum value ActivityStreamStatusStopping = "stopping" )
const ( // ApplyMethodImmediate is a ApplyMethod enum value ApplyMethodImmediate = "immediate" // ApplyMethodPendingReboot is a ApplyMethod enum value ApplyMethodPendingReboot = "pending-reboot" )
const ( // DBProxyStatusAvailable is a DBProxyStatus enum value DBProxyStatusAvailable = "available" // DBProxyStatusModifying is a DBProxyStatus enum value DBProxyStatusModifying = "modifying" // DBProxyStatusIncompatibleNetwork is a DBProxyStatus enum value DBProxyStatusIncompatibleNetwork = "incompatible-network" // DBProxyStatusInsufficientResourceLimits is a DBProxyStatus enum value DBProxyStatusInsufficientResourceLimits = "insufficient-resource-limits" // DBProxyStatusCreating is a DBProxyStatus enum value DBProxyStatusCreating = "creating" // DBProxyStatusDeleting is a DBProxyStatus enum value DBProxyStatusDeleting = "deleting" // DBProxyStatusSuspended is a DBProxyStatus enum value DBProxyStatusSuspended = "suspended" // DBProxyStatusSuspending is a DBProxyStatus enum value DBProxyStatusSuspending = "suspending" // DBProxyStatusReactivating is a DBProxyStatus enum value DBProxyStatusReactivating = "reactivating" )
const ( // EngineFamilyMysql is a EngineFamily enum value EngineFamilyMysql = "MYSQL" // EngineFamilyPostgresql is a EngineFamily enum value EngineFamilyPostgresql = "POSTGRESQL" )
const ( // IAMAuthModeDisabled is a IAMAuthMode enum value IAMAuthModeDisabled = "DISABLED" // IAMAuthModeRequired is a IAMAuthMode enum value IAMAuthModeRequired = "REQUIRED" )
const ( // ReplicaModeOpenReadOnly is a ReplicaMode enum value ReplicaModeOpenReadOnly = "open-read-only" // ReplicaModeMounted is a ReplicaMode enum value ReplicaModeMounted = "mounted" )
const ( // SourceTypeDbInstance is a SourceType enum value SourceTypeDbInstance = "db-instance" // SourceTypeDbParameterGroup is a SourceType enum value SourceTypeDbParameterGroup = "db-parameter-group" // SourceTypeDbSecurityGroup is a SourceType enum value SourceTypeDbSecurityGroup = "db-security-group" // SourceTypeDbSnapshot is a SourceType enum value SourceTypeDbSnapshot = "db-snapshot" // SourceTypeDbCluster is a SourceType enum value SourceTypeDbCluster = "db-cluster" // SourceTypeDbClusterSnapshot is a SourceType enum value SourceTypeDbClusterSnapshot = "db-cluster-snapshot" )
const ( // TargetHealthReasonUnreachable is a TargetHealthReason enum value TargetHealthReasonUnreachable = "UNREACHABLE" // TargetHealthReasonConnectionFailed is a TargetHealthReason enum value TargetHealthReasonConnectionFailed = "CONNECTION_FAILED" // TargetHealthReasonAuthFailure is a TargetHealthReason enum value TargetHealthReasonAuthFailure = "AUTH_FAILURE" // TargetHealthReasonPendingProxyCapacity is a TargetHealthReason enum value TargetHealthReasonPendingProxyCapacity = "PENDING_PROXY_CAPACITY" )
const ( // TargetStateRegistering is a TargetState enum value TargetStateRegistering = "REGISTERING" // TargetStateAvailable is a TargetState enum value TargetStateAvailable = "AVAILABLE" TargetStateUnavailable = "UNAVAILABLE" )
const ( // TargetTypeRdsInstance is a TargetType enum value TargetTypeRdsInstance = "RDS_INSTANCE" // TargetTypeRdsServerlessEndpoint is a TargetType enum value TargetTypeRdsServerlessEndpoint = "RDS_SERVERLESS_ENDPOINT" // TargetTypeTrackedCluster is a TargetType enum value TargetTypeTrackedCluster = "TRACKED_CLUSTER" )
const ( // WriteForwardingStatusEnabled is a WriteForwardingStatus enum value WriteForwardingStatusEnabled = "enabled" // WriteForwardingStatusDisabled is a WriteForwardingStatus enum value WriteForwardingStatusDisabled = "disabled" // WriteForwardingStatusEnabling is a WriteForwardingStatus enum value WriteForwardingStatusEnabling = "enabling" // WriteForwardingStatusDisabling is a WriteForwardingStatus enum value WriteForwardingStatusDisabling = "disabling" // WriteForwardingStatusUnknown is a WriteForwardingStatus enum value WriteForwardingStatusUnknown = "unknown" )
const ( // ErrCodeAuthorizationAlreadyExistsFault for service response error code // "AuthorizationAlreadyExists". // // The specified CIDR IP range or Amazon EC2 security group is already authorized // for the specified DB security group. ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists" // ErrCodeAuthorizationNotFoundFault for service response error code // "AuthorizationNotFound". // // The specified CIDR IP range or Amazon EC2 security group might not be authorized // for the specified DB security group. // // Or, RDS might not be authorized to perform necessary actions using IAM on // your behalf. ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound" // ErrCodeAuthorizationQuotaExceededFault for service response error code // "AuthorizationQuotaExceeded". // // The DB security group authorization quota has been reached. ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded" // ErrCodeBackupPolicyNotFoundFault for service response error code // "BackupPolicyNotFoundFault". ErrCodeBackupPolicyNotFoundFault = "BackupPolicyNotFoundFault" // ErrCodeCertificateNotFoundFault for service response error code // "CertificateNotFound". // // CertificateIdentifier doesn't refer to an existing certificate. ErrCodeCertificateNotFoundFault = "CertificateNotFound" // ErrCodeCustomAvailabilityZoneAlreadyExistsFault for service response error code // "CustomAvailabilityZoneAlreadyExists". // // CustomAvailabilityZoneName is already used by an existing custom Availability // Zone. ErrCodeCustomAvailabilityZoneAlreadyExistsFault = "CustomAvailabilityZoneAlreadyExists" // ErrCodeCustomAvailabilityZoneNotFoundFault for service response error code // "CustomAvailabilityZoneNotFound". // // CustomAvailabilityZoneId doesn't refer to an existing custom Availability // Zone identifier. ErrCodeCustomAvailabilityZoneNotFoundFault = "CustomAvailabilityZoneNotFound" // ErrCodeCustomAvailabilityZoneQuotaExceededFault for service response error code // "CustomAvailabilityZoneQuotaExceeded". // // You have exceeded the maximum number of custom Availability Zones. ErrCodeCustomAvailabilityZoneQuotaExceededFault = "CustomAvailabilityZoneQuotaExceeded" // ErrCodeDBClusterAlreadyExistsFault for service response error code // "DBClusterAlreadyExistsFault". // // The user already has a DB cluster with the given identifier. ErrCodeDBClusterAlreadyExistsFault = "DBClusterAlreadyExistsFault" // ErrCodeDBClusterBacktrackNotFoundFault for service response error code // "DBClusterBacktrackNotFoundFault". // // BacktrackIdentifier doesn't refer to an existing backtrack. ErrCodeDBClusterBacktrackNotFoundFault = "DBClusterBacktrackNotFoundFault" // ErrCodeDBClusterEndpointAlreadyExistsFault for service response error code // "DBClusterEndpointAlreadyExistsFault". // // The specified custom endpoint can't be created because it already exists. ErrCodeDBClusterEndpointAlreadyExistsFault = "DBClusterEndpointAlreadyExistsFault" // ErrCodeDBClusterEndpointNotFoundFault for service response error code // "DBClusterEndpointNotFoundFault". // // The specified custom endpoint doesn't exist. ErrCodeDBClusterEndpointNotFoundFault = "DBClusterEndpointNotFoundFault" // ErrCodeDBClusterEndpointQuotaExceededFault for service response error code // "DBClusterEndpointQuotaExceededFault". // // The cluster already has the maximum number of custom endpoints. ErrCodeDBClusterEndpointQuotaExceededFault = "DBClusterEndpointQuotaExceededFault" // ErrCodeDBClusterNotFoundFault for service response error code // "DBClusterNotFoundFault". // // DBClusterIdentifier doesn't refer to an existing DB cluster. ErrCodeDBClusterNotFoundFault = "DBClusterNotFoundFault" // ErrCodeDBClusterParameterGroupNotFoundFault for service response error code // "DBClusterParameterGroupNotFound". // // DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter // group. ErrCodeDBClusterParameterGroupNotFoundFault = "DBClusterParameterGroupNotFound" // ErrCodeDBClusterQuotaExceededFault for service response error code // "DBClusterQuotaExceededFault". // // The user attempted to create a new DB cluster and the user has already reached // the maximum allowed DB cluster quota. ErrCodeDBClusterQuotaExceededFault = "DBClusterQuotaExceededFault" // ErrCodeDBClusterRoleAlreadyExistsFault for service response error code // "DBClusterRoleAlreadyExists". // // The specified IAM role Amazon Resource Name (ARN) is already associated with // the specified DB cluster. ErrCodeDBClusterRoleAlreadyExistsFault = "DBClusterRoleAlreadyExists" // ErrCodeDBClusterRoleNotFoundFault for service response error code // "DBClusterRoleNotFound". // // The specified IAM role Amazon Resource Name (ARN) isn't associated with the // specified DB cluster. ErrCodeDBClusterRoleNotFoundFault = "DBClusterRoleNotFound" // ErrCodeDBClusterRoleQuotaExceededFault for service response error code // "DBClusterRoleQuotaExceeded". // // You have exceeded the maximum number of IAM roles that can be associated // with the specified DB cluster. ErrCodeDBClusterRoleQuotaExceededFault = "DBClusterRoleQuotaExceeded" // ErrCodeDBClusterSnapshotAlreadyExistsFault for service response error code // "DBClusterSnapshotAlreadyExistsFault". // // The user already has a DB cluster snapshot with the given identifier. ErrCodeDBClusterSnapshotAlreadyExistsFault = "DBClusterSnapshotAlreadyExistsFault" // ErrCodeDBClusterSnapshotNotFoundFault for service response error code // "DBClusterSnapshotNotFoundFault". // // DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot. ErrCodeDBClusterSnapshotNotFoundFault = "DBClusterSnapshotNotFoundFault" // ErrCodeDBInstanceAlreadyExistsFault for service response error code // "DBInstanceAlreadyExists". // // The user already has a DB instance with the given identifier. ErrCodeDBInstanceAlreadyExistsFault = "DBInstanceAlreadyExists" // ErrCodeDBInstanceAutomatedBackupNotFoundFault for service response error code // "DBInstanceAutomatedBackupNotFound". // // No automated backup for this DB instance was found. ErrCodeDBInstanceAutomatedBackupNotFoundFault = "DBInstanceAutomatedBackupNotFound" // ErrCodeDBInstanceAutomatedBackupQuotaExceededFault for service response error code // "DBInstanceAutomatedBackupQuotaExceeded". // // The quota for retained automated backups was exceeded. This prevents you // from retaining any additional automated backups. The retained automated backups // quota is the same as your DB Instance quota. ErrCodeDBInstanceAutomatedBackupQuotaExceededFault = "DBInstanceAutomatedBackupQuotaExceeded" // ErrCodeDBInstanceNotFoundFault for service response error code // "DBInstanceNotFound". // // DBInstanceIdentifier doesn't refer to an existing DB instance. ErrCodeDBInstanceNotFoundFault = "DBInstanceNotFound" // ErrCodeDBInstanceRoleAlreadyExistsFault for service response error code // "DBInstanceRoleAlreadyExists". // // The specified RoleArn or FeatureName value is already associated with the // DB instance. ErrCodeDBInstanceRoleAlreadyExistsFault = "DBInstanceRoleAlreadyExists" // ErrCodeDBInstanceRoleNotFoundFault for service response error code // "DBInstanceRoleNotFound". // // The specified RoleArn value doesn't match the specified feature for the DB // instance. ErrCodeDBInstanceRoleNotFoundFault = "DBInstanceRoleNotFound" // ErrCodeDBInstanceRoleQuotaExceededFault for service response error code // "DBInstanceRoleQuotaExceeded". // // You can't associate any more AWS Identity and Access Management (IAM) roles // with the DB instance because the quota has been reached. ErrCodeDBInstanceRoleQuotaExceededFault = "DBInstanceRoleQuotaExceeded" // ErrCodeDBLogFileNotFoundFault for service response error code // "DBLogFileNotFoundFault". // // LogFileName doesn't refer to an existing DB log file. ErrCodeDBLogFileNotFoundFault = "DBLogFileNotFoundFault" // ErrCodeDBParameterGroupAlreadyExistsFault for service response error code // "DBParameterGroupAlreadyExists". // // A DB parameter group with the same name exists. ErrCodeDBParameterGroupAlreadyExistsFault = "DBParameterGroupAlreadyExists" // ErrCodeDBParameterGroupNotFoundFault for service response error code // "DBParameterGroupNotFound". // // DBParameterGroupName doesn't refer to an existing DB parameter group. ErrCodeDBParameterGroupNotFoundFault = "DBParameterGroupNotFound" // ErrCodeDBParameterGroupQuotaExceededFault for service response error code // "DBParameterGroupQuotaExceeded". // // The request would result in the user exceeding the allowed number of DB parameter // groups. ErrCodeDBParameterGroupQuotaExceededFault = "DBParameterGroupQuotaExceeded" // ErrCodeDBProxyAlreadyExistsFault for service response error code // "DBProxyTargetExistsFault". // // The specified proxy name must be unique for all proxies owned by your AWS // account in the specified AWS Region. ErrCodeDBProxyAlreadyExistsFault = "DBProxyTargetExistsFault" // ErrCodeDBProxyNotFoundFault for service response error code // "DBProxyNotFoundFault". // // The specified proxy name doesn't correspond to a proxy owned by your AWS // account in the specified AWS Region. ErrCodeDBProxyNotFoundFault = "DBProxyNotFoundFault" // ErrCodeDBProxyQuotaExceededFault for service response error code // "DBProxyQuotaExceededFault". // // Your AWS account already has the maximum number of proxies in the specified // AWS Region. ErrCodeDBProxyQuotaExceededFault = "DBProxyQuotaExceededFault" // ErrCodeDBProxyTargetAlreadyRegisteredFault for service response error code // "DBProxyTargetAlreadyRegisteredFault". // // The proxy is already associated with the specified RDS DB instance or Aurora // DB cluster. ErrCodeDBProxyTargetAlreadyRegisteredFault = "DBProxyTargetAlreadyRegisteredFault" // ErrCodeDBProxyTargetGroupNotFoundFault for service response error code // "DBProxyTargetGroupNotFoundFault". // // The specified target group isn't available for a proxy owned by your AWS // account in the specified AWS Region. ErrCodeDBProxyTargetGroupNotFoundFault = "DBProxyTargetGroupNotFoundFault" // ErrCodeDBProxyTargetNotFoundFault for service response error code // "DBProxyTargetNotFoundFault". // // The specified RDS DB instance or Aurora DB cluster isn't available for a // proxy owned by your AWS account in the specified AWS Region. ErrCodeDBProxyTargetNotFoundFault = "DBProxyTargetNotFoundFault" // ErrCodeDBSecurityGroupAlreadyExistsFault for service response error code // "DBSecurityGroupAlreadyExists". // // A DB security group with the name specified in DBSecurityGroupName already // exists. ErrCodeDBSecurityGroupAlreadyExistsFault = "DBSecurityGroupAlreadyExists" // ErrCodeDBSecurityGroupNotFoundFault for service response error code // "DBSecurityGroupNotFound". // // DBSecurityGroupName doesn't refer to an existing DB security group. ErrCodeDBSecurityGroupNotFoundFault = "DBSecurityGroupNotFound" // ErrCodeDBSecurityGroupNotSupportedFault for service response error code // "DBSecurityGroupNotSupported". // // A DB security group isn't allowed for this action. ErrCodeDBSecurityGroupNotSupportedFault = "DBSecurityGroupNotSupported" // ErrCodeDBSecurityGroupQuotaExceededFault for service response error code // "QuotaExceeded.DBSecurityGroup". // // The request would result in the user exceeding the allowed number of DB security // groups. ErrCodeDBSecurityGroupQuotaExceededFault = "QuotaExceeded.DBSecurityGroup" // ErrCodeDBSnapshotAlreadyExistsFault for service response error code // "DBSnapshotAlreadyExists". // // DBSnapshotIdentifier is already used by an existing snapshot. ErrCodeDBSnapshotAlreadyExistsFault = "DBSnapshotAlreadyExists" // ErrCodeDBSnapshotNotFoundFault for service response error code // "DBSnapshotNotFound". // // DBSnapshotIdentifier doesn't refer to an existing DB snapshot. ErrCodeDBSnapshotNotFoundFault = "DBSnapshotNotFound" // ErrCodeDBSubnetGroupAlreadyExistsFault for service response error code // "DBSubnetGroupAlreadyExists". // // DBSubnetGroupName is already used by an existing DB subnet group. ErrCodeDBSubnetGroupAlreadyExistsFault = "DBSubnetGroupAlreadyExists" // ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs for service response error code // "DBSubnetGroupDoesNotCoverEnoughAZs". // // Subnets in the DB subnet group should cover at least two Availability Zones // unless there is only one Availability Zone. ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs = "DBSubnetGroupDoesNotCoverEnoughAZs" // ErrCodeDBSubnetGroupNotAllowedFault for service response error code // "DBSubnetGroupNotAllowedFault". // // The DBSubnetGroup shouldn't be specified while creating read replicas that // lie in the same region as the source instance. ErrCodeDBSubnetGroupNotAllowedFault = "DBSubnetGroupNotAllowedFault" // ErrCodeDBSubnetGroupNotFoundFault for service response error code // "DBSubnetGroupNotFoundFault". // // DBSubnetGroupName doesn't refer to an existing DB subnet group. ErrCodeDBSubnetGroupNotFoundFault = "DBSubnetGroupNotFoundFault" // ErrCodeDBSubnetGroupQuotaExceededFault for service response error code // "DBSubnetGroupQuotaExceeded". // // The request would result in the user exceeding the allowed number of DB subnet // groups. ErrCodeDBSubnetGroupQuotaExceededFault = "DBSubnetGroupQuotaExceeded" // ErrCodeDBSubnetQuotaExceededFault for service response error code // "DBSubnetQuotaExceededFault". // // The request would result in the user exceeding the allowed number of subnets // in a DB subnet groups. ErrCodeDBSubnetQuotaExceededFault = "DBSubnetQuotaExceededFault" // ErrCodeDBUpgradeDependencyFailureFault for service response error code // "DBUpgradeDependencyFailure". // // The DB upgrade failed because a resource the DB depends on can't be modified. ErrCodeDBUpgradeDependencyFailureFault = "DBUpgradeDependencyFailure" // ErrCodeDomainNotFoundFault for service response error code // "DomainNotFoundFault". // // Domain doesn't refer to an existing Active Directory domain. ErrCodeDomainNotFoundFault = "DomainNotFoundFault" // ErrCodeEventSubscriptionQuotaExceededFault for service response error code // "EventSubscriptionQuotaExceeded". // // You have reached the maximum number of event subscriptions. ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded" // ErrCodeExportTaskAlreadyExistsFault for service response error code // "ExportTaskAlreadyExists". // // You can't start an export task that's already running. ErrCodeExportTaskAlreadyExistsFault = "ExportTaskAlreadyExists" // ErrCodeExportTaskNotFoundFault for service response error code // "ExportTaskNotFound". // // The export task doesn't exist. ErrCodeExportTaskNotFoundFault = "ExportTaskNotFound" // ErrCodeGlobalClusterAlreadyExistsFault for service response error code // "GlobalClusterAlreadyExistsFault". // // The GlobalClusterIdentifier already exists. Choose a new global database // identifier (unique name) to create a new global database cluster. ErrCodeGlobalClusterAlreadyExistsFault = "GlobalClusterAlreadyExistsFault" // ErrCodeGlobalClusterNotFoundFault for service response error code // "GlobalClusterNotFoundFault". // // The GlobalClusterIdentifier doesn't refer to an existing global database // cluster. ErrCodeGlobalClusterNotFoundFault = "GlobalClusterNotFoundFault" // ErrCodeGlobalClusterQuotaExceededFault for service response error code // "GlobalClusterQuotaExceededFault". // // The number of global database clusters for this account is already at the // maximum allowed. ErrCodeGlobalClusterQuotaExceededFault = "GlobalClusterQuotaExceededFault" // ErrCodeIamRoleMissingPermissionsFault for service response error code // "IamRoleMissingPermissions". // // The IAM role requires additional permissions to export to an Amazon S3 bucket. ErrCodeIamRoleMissingPermissionsFault = "IamRoleMissingPermissions" // ErrCodeIamRoleNotFoundFault for service response error code // "IamRoleNotFound". // // The IAM role is missing for exporting to an Amazon S3 bucket. ErrCodeIamRoleNotFoundFault = "IamRoleNotFound" // ErrCodeInstallationMediaAlreadyExistsFault for service response error code // "InstallationMediaAlreadyExists". // // The specified installation medium has already been imported. ErrCodeInstallationMediaAlreadyExistsFault = "InstallationMediaAlreadyExists" // ErrCodeInstallationMediaNotFoundFault for service response error code // "InstallationMediaNotFound". // // InstallationMediaID doesn't refer to an existing installation medium. ErrCodeInstallationMediaNotFoundFault = "InstallationMediaNotFound" // ErrCodeInstanceQuotaExceededFault for service response error code // "InstanceQuotaExceeded". // // The request would result in the user exceeding the allowed number of DB instances. ErrCodeInstanceQuotaExceededFault = "InstanceQuotaExceeded" // ErrCodeInsufficientAvailableIPsInSubnetFault for service response error code // "InsufficientAvailableIPsInSubnetFault". // // The requested operation can't be performed because there aren't enough available // IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove // IP address that aren't required from the subnets. ErrCodeInsufficientAvailableIPsInSubnetFault = "InsufficientAvailableIPsInSubnetFault" // ErrCodeInsufficientDBClusterCapacityFault for service response error code // "InsufficientDBClusterCapacityFault". // // The DB cluster doesn't have enough capacity for the current operation. ErrCodeInsufficientDBClusterCapacityFault = "InsufficientDBClusterCapacityFault" // ErrCodeInsufficientDBInstanceCapacityFault for service response error code // "InsufficientDBInstanceCapacity". // // The specified DB instance class isn't available in the specified Availability // Zone. ErrCodeInsufficientDBInstanceCapacityFault = "InsufficientDBInstanceCapacity" // ErrCodeInsufficientStorageClusterCapacityFault for service response error code // "InsufficientStorageClusterCapacity". // // There is insufficient storage available for the current action. You might // be able to resolve this error by updating your subnet group to use different // Availability Zones that have more storage available. ErrCodeInsufficientStorageClusterCapacityFault = "InsufficientStorageClusterCapacity" // ErrCodeInvalidDBClusterCapacityFault for service response error code // "InvalidDBClusterCapacityFault". // // Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity // values are 2, 4, 8, 16, 32, 64, 128, and 256. ErrCodeInvalidDBClusterCapacityFault = "InvalidDBClusterCapacityFault" // ErrCodeInvalidDBClusterEndpointStateFault for service response error code // "InvalidDBClusterEndpointStateFault". // // The requested operation can't be performed on the endpoint while the endpoint // is in this state. ErrCodeInvalidDBClusterEndpointStateFault = "InvalidDBClusterEndpointStateFault" // ErrCodeInvalidDBClusterSnapshotStateFault for service response error code // "InvalidDBClusterSnapshotStateFault". // // The supplied value isn't a valid DB cluster snapshot state. ErrCodeInvalidDBClusterSnapshotStateFault = "InvalidDBClusterSnapshotStateFault" // ErrCodeInvalidDBClusterStateFault for service response error code // "InvalidDBClusterStateFault". // // The requested operation can't be performed while the cluster is in this state. ErrCodeInvalidDBClusterStateFault = "InvalidDBClusterStateFault" // ErrCodeInvalidDBInstanceAutomatedBackupStateFault for service response error code // "InvalidDBInstanceAutomatedBackupState". // // The automated backup is in an invalid state. For example, this automated // backup is associated with an active instance. ErrCodeInvalidDBInstanceAutomatedBackupStateFault = "InvalidDBInstanceAutomatedBackupState" // ErrCodeInvalidDBInstanceStateFault for service response error code // "InvalidDBInstanceState". // // The DB instance isn't in a valid state. ErrCodeInvalidDBInstanceStateFault = "InvalidDBInstanceState" // ErrCodeInvalidDBParameterGroupStateFault for service response error code // "InvalidDBParameterGroupState". // // The DB parameter group is in use or is in an invalid state. If you are attempting // to delete the parameter group, you can't delete it when the parameter group // is in this state. ErrCodeInvalidDBParameterGroupStateFault = "InvalidDBParameterGroupState" // ErrCodeInvalidDBProxyStateFault for service response error code // "InvalidDBProxyStateFault". // // The requested operation can't be performed while the proxy is in this state. ErrCodeInvalidDBProxyStateFault = "InvalidDBProxyStateFault" // ErrCodeInvalidDBSecurityGroupStateFault for service response error code // "InvalidDBSecurityGroupState". // // The state of the DB security group doesn't allow deletion. ErrCodeInvalidDBSecurityGroupStateFault = "InvalidDBSecurityGroupState" // ErrCodeInvalidDBSnapshotStateFault for service response error code // "InvalidDBSnapshotState". // // The state of the DB snapshot doesn't allow deletion. ErrCodeInvalidDBSnapshotStateFault = "InvalidDBSnapshotState" // ErrCodeInvalidDBSubnetGroupFault for service response error code // "InvalidDBSubnetGroupFault". // // The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region // read replica of the same source instance. ErrCodeInvalidDBSubnetGroupFault = "InvalidDBSubnetGroupFault" // ErrCodeInvalidDBSubnetGroupStateFault for service response error code // "InvalidDBSubnetGroupStateFault". // // The DB subnet group cannot be deleted because it's in use. ErrCodeInvalidDBSubnetGroupStateFault = "InvalidDBSubnetGroupStateFault" // ErrCodeInvalidDBSubnetStateFault for service response error code // "InvalidDBSubnetStateFault". // // The DB subnet isn't in the available state. ErrCodeInvalidDBSubnetStateFault = "InvalidDBSubnetStateFault" // ErrCodeInvalidEventSubscriptionStateFault for service response error code // "InvalidEventSubscriptionState". // // This error can occur if someone else is modifying a subscription. You should // retry the action. ErrCodeInvalidEventSubscriptionStateFault = "InvalidEventSubscriptionState" // ErrCodeInvalidExportOnlyFault for service response error code // "InvalidExportOnly". // // The export is invalid for exporting to an Amazon S3 bucket. ErrCodeInvalidExportOnlyFault = "InvalidExportOnly" // ErrCodeInvalidExportSourceStateFault for service response error code // "InvalidExportSourceState". // // The state of the export snapshot is invalid for exporting to an Amazon S3 // bucket. ErrCodeInvalidExportSourceStateFault = "InvalidExportSourceState" // ErrCodeInvalidExportTaskStateFault for service response error code // "InvalidExportTaskStateFault". // // You can't cancel an export task that has completed. ErrCodeInvalidExportTaskStateFault = "InvalidExportTaskStateFault" // ErrCodeInvalidGlobalClusterStateFault for service response error code // "InvalidGlobalClusterStateFault". // // The global cluster is in an invalid state and can't perform the requested // operation. ErrCodeInvalidGlobalClusterStateFault = "InvalidGlobalClusterStateFault" // ErrCodeInvalidOptionGroupStateFault for service response error code // "InvalidOptionGroupStateFault". // // The option group isn't in the available state. ErrCodeInvalidOptionGroupStateFault = "InvalidOptionGroupStateFault" // ErrCodeInvalidRestoreFault for service response error code // "InvalidRestoreFault". // // Cannot restore from VPC backup to non-VPC DB instance. ErrCodeInvalidRestoreFault = "InvalidRestoreFault" // ErrCodeInvalidS3BucketFault for service response error code // "InvalidS3BucketFault". // // The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized // to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and // S3IngestionRoleArn values and try again. ErrCodeInvalidS3BucketFault = "InvalidS3BucketFault" // ErrCodeInvalidSubnet for service response error code // "InvalidSubnet". // // The requested subnet is invalid, or multiple subnets were requested that // are not all in a common VPC. ErrCodeInvalidSubnet = "InvalidSubnet" // ErrCodeInvalidVPCNetworkStateFault for service response error code // "InvalidVPCNetworkStateFault". // // The DB subnet group doesn't cover all Availability Zones after it's created // because of users' change. ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault" // ErrCodeKMSKeyNotAccessibleFault for service response error code // "KMSKeyNotAccessibleFault". // // An error occurred accessing an AWS KMS key. ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault" // ErrCodeOptionGroupAlreadyExistsFault for service response error code // "OptionGroupAlreadyExistsFault". // // The option group you are trying to create already exists. ErrCodeOptionGroupAlreadyExistsFault = "OptionGroupAlreadyExistsFault" // ErrCodeOptionGroupNotFoundFault for service response error code // "OptionGroupNotFoundFault". // // The specified option group could not be found. ErrCodeOptionGroupNotFoundFault = "OptionGroupNotFoundFault" // ErrCodeOptionGroupQuotaExceededFault for service response error code // "OptionGroupQuotaExceededFault". // // The quota of 20 option groups was exceeded for this AWS account. ErrCodeOptionGroupQuotaExceededFault = "OptionGroupQuotaExceededFault" // ErrCodePointInTimeRestoreNotEnabledFault for service response error code // "PointInTimeRestoreNotEnabled". // // SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod // equal to 0. ErrCodePointInTimeRestoreNotEnabledFault = "PointInTimeRestoreNotEnabled" // ErrCodeProvisionedIopsNotAvailableInAZFault for service response error code // "ProvisionedIopsNotAvailableInAZFault". // // Provisioned IOPS not available in the specified Availability Zone. ErrCodeProvisionedIopsNotAvailableInAZFault = "ProvisionedIopsNotAvailableInAZFault" // ErrCodeReservedDBInstanceAlreadyExistsFault for service response error code // "ReservedDBInstanceAlreadyExists". // // User already has a reservation with the given identifier. ErrCodeReservedDBInstanceAlreadyExistsFault = "ReservedDBInstanceAlreadyExists" // ErrCodeReservedDBInstanceNotFoundFault for service response error code // "ReservedDBInstanceNotFound". // // The specified reserved DB Instance not found. ErrCodeReservedDBInstanceNotFoundFault = "ReservedDBInstanceNotFound" // ErrCodeReservedDBInstanceQuotaExceededFault for service response error code // "ReservedDBInstanceQuotaExceeded". // // Request would exceed the user's DB Instance quota. ErrCodeReservedDBInstanceQuotaExceededFault = "ReservedDBInstanceQuotaExceeded" // ErrCodeReservedDBInstancesOfferingNotFoundFault for service response error code // "ReservedDBInstancesOfferingNotFound". // // Specified offering does not exist. ErrCodeReservedDBInstancesOfferingNotFoundFault = "ReservedDBInstancesOfferingNotFound" // ErrCodeResourceNotFoundFault for service response error code // "ResourceNotFoundFault". // // The specified resource ID was not found. ErrCodeResourceNotFoundFault = "ResourceNotFoundFault" // ErrCodeSNSInvalidTopicFault for service response error code // "SNSInvalidTopic". // // SNS has responded that there is a problem with the SND topic specified. ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic" // ErrCodeSNSNoAuthorizationFault for service response error code // "SNSNoAuthorization". // // You do not have permission to publish to the SNS topic ARN. ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization" // ErrCodeSNSTopicArnNotFoundFault for service response error code // "SNSTopicArnNotFound". // // The SNS topic ARN does not exist. ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound" // "SharedSnapshotQuotaExceeded". // // You have exceeded the maximum number of accounts that you can share a manual // DB snapshot with. ErrCodeSharedSnapshotQuotaExceededFault = "SharedSnapshotQuotaExceeded" // ErrCodeSnapshotQuotaExceededFault for service response error code // "SnapshotQuotaExceeded". // // The request would result in the user exceeding the allowed number of DB snapshots. ErrCodeSnapshotQuotaExceededFault = "SnapshotQuotaExceeded" // ErrCodeSourceNotFoundFault for service response error code // "SourceNotFound". // // The requested source could not be found. ErrCodeSourceNotFoundFault = "SourceNotFound" // ErrCodeStorageQuotaExceededFault for service response error code // "StorageQuotaExceeded". // // The request would result in the user exceeding the allowed amount of storage // available across all DB instances. ErrCodeStorageQuotaExceededFault = "StorageQuotaExceeded" // ErrCodeStorageTypeNotSupportedFault for service response error code // "StorageTypeNotSupported". // // Storage of the StorageType specified can't be associated with the DB instance. ErrCodeStorageTypeNotSupportedFault = "StorageTypeNotSupported" // ErrCodeSubnetAlreadyInUse for service response error code // "SubnetAlreadyInUse". // // The DB subnet is already in use in the Availability Zone. ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse" // ErrCodeSubscriptionAlreadyExistFault for service response error code // "SubscriptionAlreadyExist". // // The supplied subscription name already exists. ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist" // ErrCodeSubscriptionCategoryNotFoundFault for service response error code // "SubscriptionCategoryNotFound". // // The supplied category does not exist. ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound" // ErrCodeSubscriptionNotFoundFault for service response error code // "SubscriptionNotFound". // // The subscription name does not exist. ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound" )
const ( ServiceName = "rds" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "RDS" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// AuthSchemeSecrets is a AuthScheme enum value
AuthSchemeSecrets = "SECRETS"
)
Variables ¶
This section is empty.
Functions ¶
func ActivityStreamMode_Values ¶ added in v1.34.3
func ActivityStreamMode_Values() []string
ActivityStreamMode_Values returns all elements of the ActivityStreamMode enum
func ActivityStreamStatus_Values ¶ added in v1.34.3
func ActivityStreamStatus_Values() []string
ActivityStreamStatus_Values returns all elements of the ActivityStreamStatus enum
func ApplyMethod_Values ¶ added in v1.34.3
func ApplyMethod_Values() []string
ApplyMethod_Values returns all elements of the ApplyMethod enum
func AuthScheme_Values ¶ added in v1.34.3
func AuthScheme_Values() []string
AuthScheme_Values returns all elements of the AuthScheme enum
func DBProxyStatus_Values ¶ added in v1.34.3
func DBProxyStatus_Values() []string
DBProxyStatus_Values returns all elements of the DBProxyStatus enum
func EngineFamily_Values ¶ added in v1.34.3
func EngineFamily_Values() []string
EngineFamily_Values returns all elements of the EngineFamily enum
func IAMAuthMode_Values ¶ added in v1.34.3
func IAMAuthMode_Values() []string
IAMAuthMode_Values returns all elements of the IAMAuthMode enum
func ReplicaMode_Values ¶ added in v1.34.4
func ReplicaMode_Values() []string
ReplicaMode_Values returns all elements of the ReplicaMode enum
func SourceType_Values ¶ added in v1.34.3
func SourceType_Values() []string
SourceType_Values returns all elements of the SourceType enum
func TargetHealthReason_Values ¶ added in v1.34.3
func TargetHealthReason_Values() []string
TargetHealthReason_Values returns all elements of the TargetHealthReason enum
func TargetState_Values ¶ added in v1.34.3
func TargetState_Values() []string
TargetState_Values returns all elements of the TargetState enum
func TargetType_Values ¶ added in v1.34.3
func TargetType_Values() []string
TargetType_Values returns all elements of the TargetType enum
func WriteForwardingStatus_Values ¶ added in v1.34.3
func WriteForwardingStatus_Values() []string
WriteForwardingStatus_Values returns all elements of the WriteForwardingStatus enum
Types ¶
type AccountQuota ¶
type AccountQuota struct { // The name of the Amazon RDS quota for this AWS account. AccountQuotaName *string `type:"string"` // The maximum allowed value for the quota. Max *int64 `type:"long"` // The amount currently used toward the quota maximum. Used *int64 `type:"long"` // contains filtered or unexported fields }
Describes a quota for an AWS account.
The following are account quotas:
AllocatedStorage - The total allocated storage per account, in GiB. The used value is the total allocated storage in the account, in GiB.
AuthorizationsPerDBSecurityGroup - The number of ingress rules per DB security group. The used value is the highest number of ingress rules in a DB security group in the account. Other DB security groups in the account might have a lower number of ingress rules.
CustomEndpointsPerDBCluster - The number of custom endpoints per DB cluster. The used value is the highest number of custom endpoints in a DB clusters in the account. Other DB clusters in the account might have a lower number of custom endpoints.
DBClusterParameterGroups - The number of DB cluster parameter groups per account, excluding default parameter groups. The used value is the count of nondefault DB cluster parameter groups in the account.
DBClusterRoles - The number of associated AWS Identity and Access Management (IAM) roles per DB cluster. The used value is the highest number of associated IAM roles for a DB cluster in the account. Other DB clusters in the account might have a lower number of associated IAM roles.
DBClusters - The number of DB clusters per account. The used value is the count of DB clusters in the account.
DBInstanceRoles - The number of associated IAM roles per DB instance. The used value is the highest number of associated IAM roles for a DB instance in the account. Other DB instances in the account might have a lower number of associated IAM roles.
DBInstances - The number of DB instances per account. The used value is the count of the DB instances in the account. Amazon RDS DB instances, Amazon Aurora DB instances, Amazon Neptune instances, and Amazon DocumentDB instances apply to this quota.
DBParameterGroups - The number of DB parameter groups per account, excluding default parameter groups. The used value is the count of nondefault DB parameter groups in the account.
DBSecurityGroups - The number of DB security groups (not VPC security groups) per account, excluding the default security group. The used value is the count of nondefault DB security groups in the account.
DBSubnetGroups - The number of DB subnet groups per account. The used value is the count of the DB subnet groups in the account.
EventSubscriptions - The number of event subscriptions per account. The used value is the count of the event subscriptions in the account.
ManualClusterSnapshots - The number of manual DB cluster snapshots per account. The used value is the count of the manual DB cluster snapshots in the account.
ManualSnapshots - The number of manual DB instance snapshots per account. The used value is the count of the manual DB instance snapshots in the account.
OptionGroups - The number of DB option groups per account, excluding default option groups. The used value is the count of nondefault DB option groups in the account.
ReadReplicasPerMaster - The number of read replicas per DB instance. The used value is the highest number of read replicas for a DB instance in the account. Other DB instances in the account might have a lower number of read replicas.
ReservedDBInstances - The number of reserved DB instances per account. The used value is the count of the active reserved DB instances in the account.
SubnetsPerDBSubnetGroup - The number of subnets per DB subnet group. The used value is highest number of subnets for a DB subnet group in the account. Other DB subnet groups in the account might have a lower number of subnets.
For more information, see Quotas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html) in the Amazon RDS User Guide and Quotas for Amazon Aurora (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html) in the Amazon Aurora User Guide.
func (AccountQuota) GoString ¶ added in v0.6.5
func (s AccountQuota) GoString() string
GoString returns the string representation
func (*AccountQuota) SetAccountQuotaName ¶ added in v1.5.0
func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota
SetAccountQuotaName sets the AccountQuotaName field's value.
func (*AccountQuota) SetMax ¶ added in v1.5.0
func (s *AccountQuota) SetMax(v int64) *AccountQuota
SetMax sets the Max field's value.
func (*AccountQuota) SetUsed ¶ added in v1.5.0
func (s *AccountQuota) SetUsed(v int64) *AccountQuota
SetUsed sets the Used field's value.
func (AccountQuota) String ¶ added in v0.6.5
func (s AccountQuota) String() string
String returns the string representation
type AddRoleToDBClusterInput ¶ added in v1.4.19
type AddRoleToDBClusterInput struct { // The name of the DB cluster to associate the IAM role with. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the feature for the DB cluster that the IAM role is to be associated // with. For the list of supported feature names, see DBEngineVersion. FeatureName *string `type:"string"` // The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora // DB cluster, for example, arn:aws:iam::123456789012:role/AuroraAccessRole. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddRoleToDBClusterInput) GoString ¶ added in v1.4.19
func (s AddRoleToDBClusterInput) GoString() string
GoString returns the string representation
func (*AddRoleToDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *AddRoleToDBClusterInput) SetDBClusterIdentifier(v string) *AddRoleToDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*AddRoleToDBClusterInput) SetFeatureName ¶ added in v1.19.16
func (s *AddRoleToDBClusterInput) SetFeatureName(v string) *AddRoleToDBClusterInput
SetFeatureName sets the FeatureName field's value.
func (*AddRoleToDBClusterInput) SetRoleArn ¶ added in v1.5.0
func (s *AddRoleToDBClusterInput) SetRoleArn(v string) *AddRoleToDBClusterInput
SetRoleArn sets the RoleArn field's value.
func (AddRoleToDBClusterInput) String ¶ added in v1.4.19
func (s AddRoleToDBClusterInput) String() string
String returns the string representation
func (*AddRoleToDBClusterInput) Validate ¶ added in v1.4.19
func (s *AddRoleToDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddRoleToDBClusterOutput ¶ added in v1.4.19
type AddRoleToDBClusterOutput struct {
// contains filtered or unexported fields
}
func (AddRoleToDBClusterOutput) GoString ¶ added in v1.4.19
func (s AddRoleToDBClusterOutput) GoString() string
GoString returns the string representation
func (AddRoleToDBClusterOutput) String ¶ added in v1.4.19
func (s AddRoleToDBClusterOutput) String() string
String returns the string representation
type AddRoleToDBInstanceInput ¶ added in v1.16.25
type AddRoleToDBInstanceInput struct { // The name of the DB instance to associate the IAM role with. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the feature for the DB instance that the IAM role is to be associated // with. For the list of supported feature names, see DBEngineVersion. // // FeatureName is a required field FeatureName *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, // for example arn:aws:iam::123456789012:role/AccessRole. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddRoleToDBInstanceInput) GoString ¶ added in v1.16.25
func (s AddRoleToDBInstanceInput) GoString() string
GoString returns the string representation
func (*AddRoleToDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.16.25
func (s *AddRoleToDBInstanceInput) SetDBInstanceIdentifier(v string) *AddRoleToDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*AddRoleToDBInstanceInput) SetFeatureName ¶ added in v1.16.25
func (s *AddRoleToDBInstanceInput) SetFeatureName(v string) *AddRoleToDBInstanceInput
SetFeatureName sets the FeatureName field's value.
func (*AddRoleToDBInstanceInput) SetRoleArn ¶ added in v1.16.25
func (s *AddRoleToDBInstanceInput) SetRoleArn(v string) *AddRoleToDBInstanceInput
SetRoleArn sets the RoleArn field's value.
func (AddRoleToDBInstanceInput) String ¶ added in v1.16.25
func (s AddRoleToDBInstanceInput) String() string
String returns the string representation
func (*AddRoleToDBInstanceInput) Validate ¶ added in v1.16.25
func (s *AddRoleToDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddRoleToDBInstanceOutput ¶ added in v1.16.25
type AddRoleToDBInstanceOutput struct {
// contains filtered or unexported fields
}
func (AddRoleToDBInstanceOutput) GoString ¶ added in v1.16.25
func (s AddRoleToDBInstanceOutput) GoString() string
GoString returns the string representation
func (AddRoleToDBInstanceOutput) String ¶ added in v1.16.25
func (s AddRoleToDBInstanceOutput) String() string
String returns the string representation
type AddSourceIdentifierToSubscriptionInput ¶
type AddSourceIdentifierToSubscriptionInput struct { // The identifier of the event source to be added. // // Constraints: // // * If the source type is a DB instance, a DBInstanceIdentifier value must // be supplied. // // * If the source type is a DB cluster, a DBClusterIdentifier value must // be supplied. // // * If the source type is a DB parameter group, a DBParameterGroupName value // must be supplied. // // * If the source type is a DB security group, a DBSecurityGroupName value // must be supplied. // // * If the source type is a DB snapshot, a DBSnapshotIdentifier value must // be supplied. // // * If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier // value must be supplied. // // SourceIdentifier is a required field SourceIdentifier *string `type:"string" required:"true"` // The name of the RDS event notification subscription you want to add a source // identifier to. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddSourceIdentifierToSubscriptionInput) GoString ¶ added in v0.6.5
func (s AddSourceIdentifierToSubscriptionInput) GoString() string
GoString returns the string representation
func (*AddSourceIdentifierToSubscriptionInput) SetSourceIdentifier ¶ added in v1.5.0
func (s *AddSourceIdentifierToSubscriptionInput) SetSourceIdentifier(v string) *AddSourceIdentifierToSubscriptionInput
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*AddSourceIdentifierToSubscriptionInput) SetSubscriptionName ¶ added in v1.5.0
func (s *AddSourceIdentifierToSubscriptionInput) SetSubscriptionName(v string) *AddSourceIdentifierToSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (AddSourceIdentifierToSubscriptionInput) String ¶ added in v0.6.5
func (s AddSourceIdentifierToSubscriptionInput) String() string
String returns the string representation
func (*AddSourceIdentifierToSubscriptionInput) Validate ¶ added in v1.1.21
func (s *AddSourceIdentifierToSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddSourceIdentifierToSubscriptionOutput ¶
type AddSourceIdentifierToSubscriptionOutput struct { // Contains the results of a successful invocation of the DescribeEventSubscriptions // action. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
func (AddSourceIdentifierToSubscriptionOutput) GoString ¶ added in v0.6.5
func (s AddSourceIdentifierToSubscriptionOutput) GoString() string
GoString returns the string representation
func (*AddSourceIdentifierToSubscriptionOutput) SetEventSubscription ¶ added in v1.5.0
func (s *AddSourceIdentifierToSubscriptionOutput) SetEventSubscription(v *EventSubscription) *AddSourceIdentifierToSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (AddSourceIdentifierToSubscriptionOutput) String ¶ added in v0.6.5
func (s AddSourceIdentifierToSubscriptionOutput) String() string
String returns the string representation
type AddTagsToResourceInput ¶
type AddTagsToResourceInput struct { // The Amazon RDS resource that the tags are added to. This value is an Amazon // Resource Name (ARN). For information about creating an ARN, see Constructing // an RDS Amazon Resource Name (ARN) (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing). // // ResourceName is a required field ResourceName *string `type:"string" required:"true"` // The tags to be assigned to the Amazon RDS resource. // // Tags is a required field Tags []*Tag `locationNameList:"Tag" type:"list" required:"true"` // contains filtered or unexported fields }
func (AddTagsToResourceInput) GoString ¶ added in v0.6.5
func (s AddTagsToResourceInput) GoString() string
GoString returns the string representation
func (*AddTagsToResourceInput) SetResourceName ¶ added in v1.5.0
func (s *AddTagsToResourceInput) SetResourceName(v string) *AddTagsToResourceInput
SetResourceName sets the ResourceName field's value.
func (*AddTagsToResourceInput) SetTags ¶ added in v1.5.0
func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput
SetTags sets the Tags field's value.
func (AddTagsToResourceInput) String ¶ added in v0.6.5
func (s AddTagsToResourceInput) String() string
String returns the string representation
func (*AddTagsToResourceInput) Validate ¶ added in v1.1.21
func (s *AddTagsToResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddTagsToResourceOutput ¶
type AddTagsToResourceOutput struct {
// contains filtered or unexported fields
}
func (AddTagsToResourceOutput) GoString ¶ added in v0.6.5
func (s AddTagsToResourceOutput) GoString() string
GoString returns the string representation
func (AddTagsToResourceOutput) String ¶ added in v0.6.5
func (s AddTagsToResourceOutput) String() string
String returns the string representation
type ApplyPendingMaintenanceActionInput ¶
type ApplyPendingMaintenanceActionInput struct { // The pending maintenance action to apply to this resource. // // Valid values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation // // ApplyAction is a required field ApplyAction *string `type:"string" required:"true"` // A value that specifies the type of opt-in request, or undoes an opt-in request. // An opt-in request of type immediate can't be undone. // // Valid values: // // * immediate - Apply the maintenance action immediately. // // * next-maintenance - Apply the maintenance action during the next maintenance // window for the resource. // // * undo-opt-in - Cancel any existing next-maintenance opt-in requests. // // OptInType is a required field OptInType *string `type:"string" required:"true"` // The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance // action applies to. For information about creating an ARN, see Constructing // an RDS Amazon Resource Name (ARN) (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing). // // ResourceIdentifier is a required field ResourceIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ApplyPendingMaintenanceActionInput) GoString ¶ added in v0.6.5
func (s ApplyPendingMaintenanceActionInput) GoString() string
GoString returns the string representation
func (*ApplyPendingMaintenanceActionInput) SetApplyAction ¶ added in v1.5.0
func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput
SetApplyAction sets the ApplyAction field's value.
func (*ApplyPendingMaintenanceActionInput) SetOptInType ¶ added in v1.5.0
func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput
SetOptInType sets the OptInType field's value.
func (*ApplyPendingMaintenanceActionInput) SetResourceIdentifier ¶ added in v1.5.0
func (s *ApplyPendingMaintenanceActionInput) SetResourceIdentifier(v string) *ApplyPendingMaintenanceActionInput
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (ApplyPendingMaintenanceActionInput) String ¶ added in v0.6.5
func (s ApplyPendingMaintenanceActionInput) String() string
String returns the string representation
func (*ApplyPendingMaintenanceActionInput) Validate ¶ added in v1.1.21
func (s *ApplyPendingMaintenanceActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ApplyPendingMaintenanceActionOutput ¶
type ApplyPendingMaintenanceActionOutput struct { // Describes the pending maintenance actions for a resource. ResourcePendingMaintenanceActions *ResourcePendingMaintenanceActions `type:"structure"` // contains filtered or unexported fields }
func (ApplyPendingMaintenanceActionOutput) GoString ¶ added in v0.6.5
func (s ApplyPendingMaintenanceActionOutput) GoString() string
GoString returns the string representation
func (*ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions ¶ added in v1.5.0
func (s *ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions(v *ResourcePendingMaintenanceActions) *ApplyPendingMaintenanceActionOutput
SetResourcePendingMaintenanceActions sets the ResourcePendingMaintenanceActions field's value.
func (ApplyPendingMaintenanceActionOutput) String ¶ added in v0.6.5
func (s ApplyPendingMaintenanceActionOutput) String() string
String returns the string representation
type AuthorizeDBSecurityGroupIngressInput ¶
type AuthorizeDBSecurityGroupIngressInput struct { // The IP range to authorize. CIDRIP *string `type:"string"` // The name of the DB security group to add authorization to. // // DBSecurityGroupName is a required field DBSecurityGroupName *string `type:"string" required:"true"` // Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId // must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName // or EC2SecurityGroupId must be provided. EC2SecurityGroupId *string `type:"string"` // Name of the EC2 security group to authorize. For VPC DB security groups, // EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and // either EC2SecurityGroupName or EC2SecurityGroupId must be provided. EC2SecurityGroupName *string `type:"string"` // AWS account number of the owner of the EC2 security group specified in the // EC2SecurityGroupName parameter. The AWS access key ID isn't an acceptable // value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, // EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId // must be provided. EC2SecurityGroupOwnerId *string `type:"string"` // contains filtered or unexported fields }
func (AuthorizeDBSecurityGroupIngressInput) GoString ¶ added in v0.6.5
func (s AuthorizeDBSecurityGroupIngressInput) GoString() string
GoString returns the string representation
func (*AuthorizeDBSecurityGroupIngressInput) SetCIDRIP ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressInput) SetCIDRIP(v string) *AuthorizeDBSecurityGroupIngressInput
SetCIDRIP sets the CIDRIP field's value.
func (*AuthorizeDBSecurityGroupIngressInput) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressInput) SetDBSecurityGroupName(v string) *AuthorizeDBSecurityGroupIngressInput
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupId ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupId(v string) *AuthorizeDBSecurityGroupIngressInput
SetEC2SecurityGroupId sets the EC2SecurityGroupId field's value.
func (*AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupName ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *AuthorizeDBSecurityGroupIngressInput
SetEC2SecurityGroupName sets the EC2SecurityGroupName field's value.
func (*AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *AuthorizeDBSecurityGroupIngressInput
SetEC2SecurityGroupOwnerId sets the EC2SecurityGroupOwnerId field's value.
func (AuthorizeDBSecurityGroupIngressInput) String ¶ added in v0.6.5
func (s AuthorizeDBSecurityGroupIngressInput) String() string
String returns the string representation
func (*AuthorizeDBSecurityGroupIngressInput) Validate ¶ added in v1.1.21
func (s *AuthorizeDBSecurityGroupIngressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AuthorizeDBSecurityGroupIngressOutput ¶
type AuthorizeDBSecurityGroupIngressOutput struct { // Contains the details for an Amazon RDS DB security group. // // This data type is used as a response element in the DescribeDBSecurityGroups // action. DBSecurityGroup *DBSecurityGroup `type:"structure"` // contains filtered or unexported fields }
func (AuthorizeDBSecurityGroupIngressOutput) GoString ¶ added in v0.6.5
func (s AuthorizeDBSecurityGroupIngressOutput) GoString() string
GoString returns the string representation
func (*AuthorizeDBSecurityGroupIngressOutput) SetDBSecurityGroup ¶ added in v1.5.0
func (s *AuthorizeDBSecurityGroupIngressOutput) SetDBSecurityGroup(v *DBSecurityGroup) *AuthorizeDBSecurityGroupIngressOutput
SetDBSecurityGroup sets the DBSecurityGroup field's value.
func (AuthorizeDBSecurityGroupIngressOutput) String ¶ added in v0.6.5
func (s AuthorizeDBSecurityGroupIngressOutput) String() string
String returns the string representation
type AvailabilityZone ¶
type AvailabilityZone struct { // The name of the Availability Zone. Name *string `type:"string"` // contains filtered or unexported fields }
Contains Availability Zone information.
This data type is used as an element in the OrderableDBInstanceOption data type.
func (AvailabilityZone) GoString ¶ added in v0.6.5
func (s AvailabilityZone) GoString() string
GoString returns the string representation
func (*AvailabilityZone) SetName ¶ added in v1.5.0
func (s *AvailabilityZone) SetName(v string) *AvailabilityZone
SetName sets the Name field's value.
func (AvailabilityZone) String ¶ added in v0.6.5
func (s AvailabilityZone) String() string
String returns the string representation
type AvailableProcessorFeature ¶ added in v1.14.1
type AvailableProcessorFeature struct { // The allowed values for the processor feature of the DB instance class. AllowedValues *string `type:"string"` // The default value for the processor feature of the DB instance class. DefaultValue *string `type:"string"` // The name of the processor feature. Valid names are coreCount and threadsPerCore. Name *string `type:"string"` // contains filtered or unexported fields }
Contains the available processor feature information for the DB instance class of a DB instance.
For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide.
func (AvailableProcessorFeature) GoString ¶ added in v1.14.1
func (s AvailableProcessorFeature) GoString() string
GoString returns the string representation
func (*AvailableProcessorFeature) SetAllowedValues ¶ added in v1.14.1
func (s *AvailableProcessorFeature) SetAllowedValues(v string) *AvailableProcessorFeature
SetAllowedValues sets the AllowedValues field's value.
func (*AvailableProcessorFeature) SetDefaultValue ¶ added in v1.14.1
func (s *AvailableProcessorFeature) SetDefaultValue(v string) *AvailableProcessorFeature
SetDefaultValue sets the DefaultValue field's value.
func (*AvailableProcessorFeature) SetName ¶ added in v1.14.1
func (s *AvailableProcessorFeature) SetName(v string) *AvailableProcessorFeature
SetName sets the Name field's value.
func (AvailableProcessorFeature) String ¶ added in v1.14.1
func (s AvailableProcessorFeature) String() string
String returns the string representation
type BacktrackDBClusterInput ¶ added in v1.13.45
type BacktrackDBClusterInput struct { // The timestamp of the time to backtrack the DB cluster to, specified in ISO // 8601 format. For more information about ISO 8601, see the ISO8601 Wikipedia // page. (http://en.wikipedia.org/wiki/ISO_8601) // // If the specified time isn't a consistent time for the DB cluster, Aurora // automatically chooses the nearest possible consistent time for the DB cluster. // // Constraints: // // * Must contain a valid ISO 8601 timestamp. // // * Can't contain a timestamp set in the future. // // Example: 2017-07-08T18:00Z // // BacktrackTo is a required field BacktrackTo *time.Time `type:"timestamp" required:"true"` // The DB cluster identifier of the DB cluster to be backtracked. This parameter // is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // A value that indicates whether to force the DB cluster to backtrack when // binary logging is enabled. Otherwise, an error occurs when binary logging // is enabled. Force *bool `type:"boolean"` // possible backtrack time when BacktrackTo is set to a timestamp earlier than // the earliest backtrack time. When this parameter is disabled and BacktrackTo // is set to a timestamp earlier than the earliest backtrack time, an error // occurs. UseEarliestTimeOnPointInTimeUnavailable *bool `type:"boolean"` // contains filtered or unexported fields }
func (BacktrackDBClusterInput) GoString ¶ added in v1.13.45
func (s BacktrackDBClusterInput) GoString() string
GoString returns the string representation
func (*BacktrackDBClusterInput) SetBacktrackTo ¶ added in v1.13.45
func (s *BacktrackDBClusterInput) SetBacktrackTo(v time.Time) *BacktrackDBClusterInput
SetBacktrackTo sets the BacktrackTo field's value.
func (*BacktrackDBClusterInput) SetDBClusterIdentifier ¶ added in v1.13.45
func (s *BacktrackDBClusterInput) SetDBClusterIdentifier(v string) *BacktrackDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*BacktrackDBClusterInput) SetForce ¶ added in v1.13.45
func (s *BacktrackDBClusterInput) SetForce(v bool) *BacktrackDBClusterInput
SetForce sets the Force field's value.
func (*BacktrackDBClusterInput) SetUseEarliestTimeOnPointInTimeUnavailable ¶ added in v1.13.45
func (s *BacktrackDBClusterInput) SetUseEarliestTimeOnPointInTimeUnavailable(v bool) *BacktrackDBClusterInput
SetUseEarliestTimeOnPointInTimeUnavailable sets the UseEarliestTimeOnPointInTimeUnavailable field's value.
func (BacktrackDBClusterInput) String ¶ added in v1.13.45
func (s BacktrackDBClusterInput) String() string
String returns the string representation
func (*BacktrackDBClusterInput) Validate ¶ added in v1.13.45
func (s *BacktrackDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BacktrackDBClusterOutput ¶ added in v1.13.45
type BacktrackDBClusterOutput struct { // Contains the backtrack identifier. BacktrackIdentifier *string `type:"string"` // The timestamp of the time at which the backtrack was requested. BacktrackRequestCreationTime *time.Time `type:"timestamp"` // The timestamp of the time to which the DB cluster was backtracked. BacktrackTo *time.Time `type:"timestamp"` // The timestamp of the time from which the DB cluster was backtracked. BacktrackedFrom *time.Time `type:"timestamp"` // Contains a user-supplied DB cluster identifier. This identifier is the unique // key that identifies a DB cluster. DBClusterIdentifier *string `type:"string"` // The status of the backtrack. This property returns one of the following values: // // * applying - The backtrack is currently being applied to or rolled back // from the DB cluster. // // * completed - The backtrack has successfully been applied to or rolled // back from the DB cluster. // // * failed - An error occurred while the backtrack was applied to or rolled // back from the DB cluster. // // * pending - The backtrack is currently pending application to or rollback // from the DB cluster. Status *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeDBClusterBacktracks action.
func (BacktrackDBClusterOutput) GoString ¶ added in v1.13.45
func (s BacktrackDBClusterOutput) GoString() string
GoString returns the string representation
func (*BacktrackDBClusterOutput) SetBacktrackIdentifier ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetBacktrackIdentifier(v string) *BacktrackDBClusterOutput
SetBacktrackIdentifier sets the BacktrackIdentifier field's value.
func (*BacktrackDBClusterOutput) SetBacktrackRequestCreationTime ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetBacktrackRequestCreationTime(v time.Time) *BacktrackDBClusterOutput
SetBacktrackRequestCreationTime sets the BacktrackRequestCreationTime field's value.
func (*BacktrackDBClusterOutput) SetBacktrackTo ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetBacktrackTo(v time.Time) *BacktrackDBClusterOutput
SetBacktrackTo sets the BacktrackTo field's value.
func (*BacktrackDBClusterOutput) SetBacktrackedFrom ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetBacktrackedFrom(v time.Time) *BacktrackDBClusterOutput
SetBacktrackedFrom sets the BacktrackedFrom field's value.
func (*BacktrackDBClusterOutput) SetDBClusterIdentifier ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetDBClusterIdentifier(v string) *BacktrackDBClusterOutput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*BacktrackDBClusterOutput) SetStatus ¶ added in v1.13.45
func (s *BacktrackDBClusterOutput) SetStatus(v string) *BacktrackDBClusterOutput
SetStatus sets the Status field's value.
func (BacktrackDBClusterOutput) String ¶ added in v1.13.45
func (s BacktrackDBClusterOutput) String() string
String returns the string representation
type CancelExportTaskInput ¶ added in v1.28.8
type CancelExportTaskInput struct { // The identifier of the snapshot export task to cancel. // // ExportTaskIdentifier is a required field ExportTaskIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CancelExportTaskInput) GoString ¶ added in v1.28.8
func (s CancelExportTaskInput) GoString() string
GoString returns the string representation
func (*CancelExportTaskInput) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *CancelExportTaskInput) SetExportTaskIdentifier(v string) *CancelExportTaskInput
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (CancelExportTaskInput) String ¶ added in v1.28.8
func (s CancelExportTaskInput) String() string
String returns the string representation
func (*CancelExportTaskInput) Validate ¶ added in v1.28.8
func (s *CancelExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelExportTaskOutput ¶ added in v1.28.8
type CancelExportTaskOutput struct { // The data exported from the snapshot. Valid values are the following: // // * database - Export all the data from a specified database. // // * database.table table-name - Export a table of the snapshot. This format // is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. // // * database.schema schema-name - Export a database schema of the snapshot. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. // // * database.schema.table table-name - Export a table of the database schema. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. ExportOnly []*string `type:"list"` // A unique identifier for the snapshot export task. This ID isn't an identifier // for the Amazon S3 bucket where the snapshot is exported to. ExportTaskIdentifier *string `type:"string"` // The reason the export failed, if it failed. FailureCause *string `type:"string"` // The name of the IAM role that is used to write to Amazon S3 when exporting // a snapshot. IamRoleArn *string `type:"string"` // The key identifier of the AWS KMS customer master key (CMK) that is used // to encrypt the snapshot when it's exported to Amazon S3. The AWS KMS CMK // identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role // used for the snapshot export must have encryption and decryption permissions // to use this AWS KMS CMK. KmsKeyId *string `type:"string"` // The progress of the snapshot export task as a percentage. PercentProgress *int64 `type:"integer"` // The Amazon S3 bucket that the snapshot is exported to. S3Bucket *string `type:"string"` // The Amazon S3 bucket prefix that is the file name and path of the exported // snapshot. S3Prefix *string `type:"string"` // The time that the snapshot was created. SnapshotTime *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3. SourceArn *string `type:"string"` // The progress status of the export task. Status *string `type:"string"` // The time that the snapshot export task completed. TaskEndTime *time.Time `type:"timestamp"` // The time that the snapshot export task started. TaskStartTime *time.Time `type:"timestamp"` // The total amount of data exported, in gigabytes. TotalExtractedDataInGB *int64 `type:"integer"` // A warning about the snapshot export task. WarningMessage *string `type:"string"` // contains filtered or unexported fields }
Contains the details of a snapshot export to Amazon S3.
This data type is used as a response element in the DescribeExportTasks action.
func (CancelExportTaskOutput) GoString ¶ added in v1.28.8
func (s CancelExportTaskOutput) GoString() string
GoString returns the string representation
func (*CancelExportTaskOutput) SetExportOnly ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetExportOnly(v []*string) *CancelExportTaskOutput
SetExportOnly sets the ExportOnly field's value.
func (*CancelExportTaskOutput) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetExportTaskIdentifier(v string) *CancelExportTaskOutput
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (*CancelExportTaskOutput) SetFailureCause ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetFailureCause(v string) *CancelExportTaskOutput
SetFailureCause sets the FailureCause field's value.
func (*CancelExportTaskOutput) SetIamRoleArn ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetIamRoleArn(v string) *CancelExportTaskOutput
SetIamRoleArn sets the IamRoleArn field's value.
func (*CancelExportTaskOutput) SetKmsKeyId ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetKmsKeyId(v string) *CancelExportTaskOutput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CancelExportTaskOutput) SetPercentProgress ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetPercentProgress(v int64) *CancelExportTaskOutput
SetPercentProgress sets the PercentProgress field's value.
func (*CancelExportTaskOutput) SetS3Bucket ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetS3Bucket(v string) *CancelExportTaskOutput
SetS3Bucket sets the S3Bucket field's value.
func (*CancelExportTaskOutput) SetS3Prefix ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetS3Prefix(v string) *CancelExportTaskOutput
SetS3Prefix sets the S3Prefix field's value.
func (*CancelExportTaskOutput) SetSnapshotTime ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetSnapshotTime(v time.Time) *CancelExportTaskOutput
SetSnapshotTime sets the SnapshotTime field's value.
func (*CancelExportTaskOutput) SetSourceArn ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetSourceArn(v string) *CancelExportTaskOutput
SetSourceArn sets the SourceArn field's value.
func (*CancelExportTaskOutput) SetStatus ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetStatus(v string) *CancelExportTaskOutput
SetStatus sets the Status field's value.
func (*CancelExportTaskOutput) SetTaskEndTime ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetTaskEndTime(v time.Time) *CancelExportTaskOutput
SetTaskEndTime sets the TaskEndTime field's value.
func (*CancelExportTaskOutput) SetTaskStartTime ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetTaskStartTime(v time.Time) *CancelExportTaskOutput
SetTaskStartTime sets the TaskStartTime field's value.
func (*CancelExportTaskOutput) SetTotalExtractedDataInGB ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetTotalExtractedDataInGB(v int64) *CancelExportTaskOutput
SetTotalExtractedDataInGB sets the TotalExtractedDataInGB field's value.
func (*CancelExportTaskOutput) SetWarningMessage ¶ added in v1.28.8
func (s *CancelExportTaskOutput) SetWarningMessage(v string) *CancelExportTaskOutput
SetWarningMessage sets the WarningMessage field's value.
func (CancelExportTaskOutput) String ¶ added in v1.28.8
func (s CancelExportTaskOutput) String() string
String returns the string representation
type Certificate ¶
type Certificate struct { // The Amazon Resource Name (ARN) for the certificate. CertificateArn *string `type:"string"` // The unique key that identifies a certificate. CertificateIdentifier *string `type:"string"` // The type of the certificate. CertificateType *string `type:"string"` // Whether there is an override for the default certificate identifier. CustomerOverride *bool `type:"boolean"` // If there is an override for the default certificate identifier, when the // override expires. CustomerOverrideValidTill *time.Time `type:"timestamp"` // The thumbprint of the certificate. Thumbprint *string `type:"string"` // The starting date from which the certificate is valid. ValidFrom *time.Time `type:"timestamp"` // The final date that the certificate continues to be valid. ValidTill *time.Time `type:"timestamp"` // contains filtered or unexported fields }
A CA certificate for an AWS account.
func (Certificate) GoString ¶ added in v0.6.5
func (s Certificate) GoString() string
GoString returns the string representation
func (*Certificate) SetCertificateArn ¶ added in v1.5.0
func (s *Certificate) SetCertificateArn(v string) *Certificate
SetCertificateArn sets the CertificateArn field's value.
func (*Certificate) SetCertificateIdentifier ¶ added in v1.5.0
func (s *Certificate) SetCertificateIdentifier(v string) *Certificate
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*Certificate) SetCertificateType ¶ added in v1.5.0
func (s *Certificate) SetCertificateType(v string) *Certificate
SetCertificateType sets the CertificateType field's value.
func (*Certificate) SetCustomerOverride ¶ added in v1.28.0
func (s *Certificate) SetCustomerOverride(v bool) *Certificate
SetCustomerOverride sets the CustomerOverride field's value.
func (*Certificate) SetCustomerOverrideValidTill ¶ added in v1.28.0
func (s *Certificate) SetCustomerOverrideValidTill(v time.Time) *Certificate
SetCustomerOverrideValidTill sets the CustomerOverrideValidTill field's value.
func (*Certificate) SetThumbprint ¶ added in v1.5.0
func (s *Certificate) SetThumbprint(v string) *Certificate
SetThumbprint sets the Thumbprint field's value.
func (*Certificate) SetValidFrom ¶ added in v1.5.0
func (s *Certificate) SetValidFrom(v time.Time) *Certificate
SetValidFrom sets the ValidFrom field's value.
func (*Certificate) SetValidTill ¶ added in v1.5.0
func (s *Certificate) SetValidTill(v time.Time) *Certificate
SetValidTill sets the ValidTill field's value.
func (Certificate) String ¶ added in v0.6.5
func (s Certificate) String() string
String returns the string representation
type CharacterSet ¶
type CharacterSet struct { // The description of the character set. CharacterSetDescription *string `type:"string"` // The name of the character set. CharacterSetName *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the action DescribeDBEngineVersions.
func (CharacterSet) GoString ¶ added in v0.6.5
func (s CharacterSet) GoString() string
GoString returns the string representation
func (*CharacterSet) SetCharacterSetDescription ¶ added in v1.5.0
func (s *CharacterSet) SetCharacterSetDescription(v string) *CharacterSet
SetCharacterSetDescription sets the CharacterSetDescription field's value.
func (*CharacterSet) SetCharacterSetName ¶ added in v1.5.0
func (s *CharacterSet) SetCharacterSetName(v string) *CharacterSet
SetCharacterSetName sets the CharacterSetName field's value.
func (CharacterSet) String ¶ added in v0.6.5
func (s CharacterSet) String() string
String returns the string representation
type CloudwatchLogsExportConfiguration ¶ added in v1.12.63
type CloudwatchLogsExportConfiguration struct { // The list of log types to disable. DisableLogTypes []*string `type:"list"` // The list of log types to enable. EnableLogTypes []*string `type:"list"` // contains filtered or unexported fields }
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.
The EnableLogTypes and DisableLogTypes arrays determine which logs will be exported (or not exported) to CloudWatch Logs. The values within these arrays depend on the DB engine being used.
For more information about exporting CloudWatch Logs for Amazon RDS DB instances, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon RDS User Guide.
For more information about exporting CloudWatch Logs for Amazon Aurora DB clusters, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon Aurora User Guide.
func (CloudwatchLogsExportConfiguration) GoString ¶ added in v1.12.63
func (s CloudwatchLogsExportConfiguration) GoString() string
GoString returns the string representation
func (*CloudwatchLogsExportConfiguration) SetDisableLogTypes ¶ added in v1.12.63
func (s *CloudwatchLogsExportConfiguration) SetDisableLogTypes(v []*string) *CloudwatchLogsExportConfiguration
SetDisableLogTypes sets the DisableLogTypes field's value.
func (*CloudwatchLogsExportConfiguration) SetEnableLogTypes ¶ added in v1.12.63
func (s *CloudwatchLogsExportConfiguration) SetEnableLogTypes(v []*string) *CloudwatchLogsExportConfiguration
SetEnableLogTypes sets the EnableLogTypes field's value.
func (CloudwatchLogsExportConfiguration) String ¶ added in v1.12.63
func (s CloudwatchLogsExportConfiguration) String() string
String returns the string representation
type ClusterPendingModifiedValues ¶ added in v1.36.12
type ClusterPendingModifiedValues struct { // The DBClusterIdentifier value for the DB cluster. DBClusterIdentifier *string `type:"string"` // The database engine version. EngineVersion *string `type:"string"` // A value that indicates whether mapping of AWS Identity and Access Management // (IAM) accounts to database accounts is enabled. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // The master credentials for the DB cluster. MasterUserPassword *string `type:"string"` // A list of the log types whose configuration is still pending. In other words, // these log types are in the process of being activated or deactivated. PendingCloudwatchLogsExports *PendingCloudwatchLogsExports `type:"structure"` // contains filtered or unexported fields }
This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.
func (ClusterPendingModifiedValues) GoString ¶ added in v1.36.12
func (s ClusterPendingModifiedValues) GoString() string
GoString returns the string representation
func (*ClusterPendingModifiedValues) SetDBClusterIdentifier ¶ added in v1.36.12
func (s *ClusterPendingModifiedValues) SetDBClusterIdentifier(v string) *ClusterPendingModifiedValues
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*ClusterPendingModifiedValues) SetEngineVersion ¶ added in v1.36.12
func (s *ClusterPendingModifiedValues) SetEngineVersion(v string) *ClusterPendingModifiedValues
SetEngineVersion sets the EngineVersion field's value.
func (*ClusterPendingModifiedValues) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.36.12
func (s *ClusterPendingModifiedValues) SetIAMDatabaseAuthenticationEnabled(v bool) *ClusterPendingModifiedValues
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*ClusterPendingModifiedValues) SetMasterUserPassword ¶ added in v1.36.12
func (s *ClusterPendingModifiedValues) SetMasterUserPassword(v string) *ClusterPendingModifiedValues
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*ClusterPendingModifiedValues) SetPendingCloudwatchLogsExports ¶ added in v1.36.12
func (s *ClusterPendingModifiedValues) SetPendingCloudwatchLogsExports(v *PendingCloudwatchLogsExports) *ClusterPendingModifiedValues
SetPendingCloudwatchLogsExports sets the PendingCloudwatchLogsExports field's value.
func (ClusterPendingModifiedValues) String ¶ added in v1.36.12
func (s ClusterPendingModifiedValues) String() string
String returns the string representation
type ConnectionPoolConfiguration ¶ added in v1.25.47
type ConnectionPoolConfiguration struct { // The number of seconds for a proxy to wait for a connection to become available // in the connection pool. Only applies when the proxy has opened its maximum // number of connections and all connections are busy with client sessions. // // Default: 120 // // Constraints: between 1 and 3600, or 0 representing unlimited ConnectionBorrowTimeout *int64 `type:"integer"` // One or more SQL statements for the proxy to run when opening each new database // connection. Typically used with SET statements to make sure that each connection // has identical settings such as time zone and character set. For multiple // statements, use semicolons as the separator. You can also include multiple // variables in a single SET statement, such as SET x=1, y=2. // // Default: no initialization query InitQuery *string `type:"string"` // The maximum size of the connection pool for each target in a target group. // For Aurora MySQL, it is expressed as a percentage of the max_connections // setting for the RDS DB instance or Aurora DB cluster used by the target group. // // Default: 100 // // Constraints: between 1 and 100 MaxConnectionsPercent *int64 `type:"integer"` // Controls how actively the proxy closes idle database connections in the connection // pool. A high value enables the proxy to leave a high percentage of idle connections // open. A low value causes the proxy to close idle client connections and return // the underlying database connections to the connection pool. For Aurora MySQL, // it is expressed as a percentage of the max_connections setting for the RDS // DB instance or Aurora DB cluster used by the target group. // // Default: 50 // // Constraints: between 0 and MaxConnectionsPercent MaxIdleConnectionsPercent *int64 `type:"integer"` // Each item in the list represents a class of SQL operations that normally // cause all later statements in a session using a proxy to be pinned to the // same underlying database connection. Including an item in the list exempts // that class of SQL operations from the pinning behavior. // // Default: no session pinning filters SessionPinningFilters []*string `type:"list"` // contains filtered or unexported fields }
Specifies the settings that control the size and behavior of the connection pool associated with a DBProxyTargetGroup.
func (ConnectionPoolConfiguration) GoString ¶ added in v1.25.47
func (s ConnectionPoolConfiguration) GoString() string
GoString returns the string representation
func (*ConnectionPoolConfiguration) SetConnectionBorrowTimeout ¶ added in v1.25.47
func (s *ConnectionPoolConfiguration) SetConnectionBorrowTimeout(v int64) *ConnectionPoolConfiguration
SetConnectionBorrowTimeout sets the ConnectionBorrowTimeout field's value.
func (*ConnectionPoolConfiguration) SetInitQuery ¶ added in v1.25.47
func (s *ConnectionPoolConfiguration) SetInitQuery(v string) *ConnectionPoolConfiguration
SetInitQuery sets the InitQuery field's value.
func (*ConnectionPoolConfiguration) SetMaxConnectionsPercent ¶ added in v1.25.47
func (s *ConnectionPoolConfiguration) SetMaxConnectionsPercent(v int64) *ConnectionPoolConfiguration
SetMaxConnectionsPercent sets the MaxConnectionsPercent field's value.
func (*ConnectionPoolConfiguration) SetMaxIdleConnectionsPercent ¶ added in v1.25.47
func (s *ConnectionPoolConfiguration) SetMaxIdleConnectionsPercent(v int64) *ConnectionPoolConfiguration
SetMaxIdleConnectionsPercent sets the MaxIdleConnectionsPercent field's value.
func (*ConnectionPoolConfiguration) SetSessionPinningFilters ¶ added in v1.25.47
func (s *ConnectionPoolConfiguration) SetSessionPinningFilters(v []*string) *ConnectionPoolConfiguration
SetSessionPinningFilters sets the SessionPinningFilters field's value.
func (ConnectionPoolConfiguration) String ¶ added in v1.25.47
func (s ConnectionPoolConfiguration) String() string
String returns the string representation
type ConnectionPoolConfigurationInfo ¶ added in v1.25.47
type ConnectionPoolConfigurationInfo struct { // The number of seconds for a proxy to wait for a connection to become available // in the connection pool. Only applies when the proxy has opened its maximum // number of connections and all connections are busy with client sessions. ConnectionBorrowTimeout *int64 `type:"integer"` // One or more SQL statements for the proxy to run when opening each new database // connection. Typically used with SET statements to make sure that each connection // has identical settings such as time zone and character set. This setting // is empty by default. For multiple statements, use semicolons as the separator. // You can also include multiple variables in a single SET statement, such as // SET x=1, y=2. InitQuery *string `type:"string"` // The maximum size of the connection pool for each target in a target group. // For Aurora MySQL, it is expressed as a percentage of the max_connections // setting for the RDS DB instance or Aurora DB cluster used by the target group. MaxConnectionsPercent *int64 `type:"integer"` // Controls how actively the proxy closes idle database connections in the connection // pool. A high value enables the proxy to leave a high percentage of idle connections // open. A low value causes the proxy to close idle client connections and return // the underlying database connections to the connection pool. For Aurora MySQL, // it is expressed as a percentage of the max_connections setting for the RDS // DB instance or Aurora DB cluster used by the target group. MaxIdleConnectionsPercent *int64 `type:"integer"` // Each item in the list represents a class of SQL operations that normally // cause all later statements in a session using a proxy to be pinned to the // same underlying database connection. Including an item in the list exempts // that class of SQL operations from the pinning behavior. Currently, the only // allowed value is EXCLUDE_VARIABLE_SETS. SessionPinningFilters []*string `type:"list"` // contains filtered or unexported fields }
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget.
func (ConnectionPoolConfigurationInfo) GoString ¶ added in v1.25.47
func (s ConnectionPoolConfigurationInfo) GoString() string
GoString returns the string representation
func (*ConnectionPoolConfigurationInfo) SetConnectionBorrowTimeout ¶ added in v1.25.47
func (s *ConnectionPoolConfigurationInfo) SetConnectionBorrowTimeout(v int64) *ConnectionPoolConfigurationInfo
SetConnectionBorrowTimeout sets the ConnectionBorrowTimeout field's value.
func (*ConnectionPoolConfigurationInfo) SetInitQuery ¶ added in v1.25.47
func (s *ConnectionPoolConfigurationInfo) SetInitQuery(v string) *ConnectionPoolConfigurationInfo
SetInitQuery sets the InitQuery field's value.
func (*ConnectionPoolConfigurationInfo) SetMaxConnectionsPercent ¶ added in v1.25.47
func (s *ConnectionPoolConfigurationInfo) SetMaxConnectionsPercent(v int64) *ConnectionPoolConfigurationInfo
SetMaxConnectionsPercent sets the MaxConnectionsPercent field's value.
func (*ConnectionPoolConfigurationInfo) SetMaxIdleConnectionsPercent ¶ added in v1.25.47
func (s *ConnectionPoolConfigurationInfo) SetMaxIdleConnectionsPercent(v int64) *ConnectionPoolConfigurationInfo
SetMaxIdleConnectionsPercent sets the MaxIdleConnectionsPercent field's value.
func (*ConnectionPoolConfigurationInfo) SetSessionPinningFilters ¶ added in v1.25.47
func (s *ConnectionPoolConfigurationInfo) SetSessionPinningFilters(v []*string) *ConnectionPoolConfigurationInfo
SetSessionPinningFilters sets the SessionPinningFilters field's value.
func (ConnectionPoolConfigurationInfo) String ¶ added in v1.25.47
func (s ConnectionPoolConfigurationInfo) String() string
String returns the string representation
type CopyDBClusterParameterGroupInput ¶ added in v1.2.5
type CopyDBClusterParameterGroupInput struct { // The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter // group. For information about creating an ARN, see Constructing an ARN for // Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon Aurora User Guide. // // Constraints: // // * Must specify a valid DB cluster parameter group. // // * If the source DB cluster parameter group is in the same AWS Region as // the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group, // or a valid ARN. // // * If the source DB parameter group is in a different AWS Region than the // copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1. // // SourceDBClusterParameterGroupIdentifier is a required field SourceDBClusterParameterGroupIdentifier *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A description for the copied DB cluster parameter group. // // TargetDBClusterParameterGroupDescription is a required field TargetDBClusterParameterGroupDescription *string `type:"string" required:"true"` // The identifier for the copied DB cluster parameter group. // // Constraints: // // * Can't be null, empty, or blank // // * Must contain from 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-cluster-param-group1 // // TargetDBClusterParameterGroupIdentifier is a required field TargetDBClusterParameterGroupIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CopyDBClusterParameterGroupInput) GoString ¶ added in v1.2.5
func (s CopyDBClusterParameterGroupInput) GoString() string
GoString returns the string representation
func (*CopyDBClusterParameterGroupInput) SetSourceDBClusterParameterGroupIdentifier ¶ added in v1.5.0
func (s *CopyDBClusterParameterGroupInput) SetSourceDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput
SetSourceDBClusterParameterGroupIdentifier sets the SourceDBClusterParameterGroupIdentifier field's value.
func (*CopyDBClusterParameterGroupInput) SetTags ¶ added in v1.5.0
func (s *CopyDBClusterParameterGroupInput) SetTags(v []*Tag) *CopyDBClusterParameterGroupInput
SetTags sets the Tags field's value.
func (*CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupDescription ¶ added in v1.5.0
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupDescription(v string) *CopyDBClusterParameterGroupInput
SetTargetDBClusterParameterGroupDescription sets the TargetDBClusterParameterGroupDescription field's value.
func (*CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupIdentifier ¶ added in v1.5.0
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput
SetTargetDBClusterParameterGroupIdentifier sets the TargetDBClusterParameterGroupIdentifier field's value.
func (CopyDBClusterParameterGroupInput) String ¶ added in v1.2.5
func (s CopyDBClusterParameterGroupInput) String() string
String returns the string representation
func (*CopyDBClusterParameterGroupInput) Validate ¶ added in v1.2.5
func (s *CopyDBClusterParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDBClusterParameterGroupOutput ¶ added in v1.2.5
type CopyDBClusterParameterGroupOutput struct { // Contains the details of an Amazon RDS DB cluster parameter group. // // This data type is used as a response element in the DescribeDBClusterParameterGroups // action. DBClusterParameterGroup *DBClusterParameterGroup `type:"structure"` // contains filtered or unexported fields }
func (CopyDBClusterParameterGroupOutput) GoString ¶ added in v1.2.5
func (s CopyDBClusterParameterGroupOutput) GoString() string
GoString returns the string representation
func (*CopyDBClusterParameterGroupOutput) SetDBClusterParameterGroup ¶ added in v1.5.0
func (s *CopyDBClusterParameterGroupOutput) SetDBClusterParameterGroup(v *DBClusterParameterGroup) *CopyDBClusterParameterGroupOutput
SetDBClusterParameterGroup sets the DBClusterParameterGroup field's value.
func (CopyDBClusterParameterGroupOutput) String ¶ added in v1.2.5
func (s CopyDBClusterParameterGroupOutput) String() string
String returns the string representation
type CopyDBClusterSnapshotInput ¶ added in v0.7.1
type CopyDBClusterSnapshotInput struct { // A value that indicates whether to copy all tags from the source DB cluster // snapshot to the target DB cluster snapshot. By default, tags are not copied. CopyTags *bool `type:"boolean"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `type:"string"` // The AWS KMS key identifier for an encrypted DB cluster snapshot. The AWS // KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the // AWS KMS customer master key (CMK). // // If you copy an encrypted DB cluster snapshot from your AWS account, you can // specify a value for KmsKeyId to encrypt the copy with a new AWS KMS CMK. // If you don't specify a value for KmsKeyId, then the copy of the DB cluster // snapshot is encrypted with the same AWS KMS key as the source DB cluster // snapshot. // // If you copy an encrypted DB cluster snapshot that is shared from another // AWS account, then you must specify a value for KmsKeyId. // // To copy an encrypted DB cluster snapshot to another AWS Region, you must // set KmsKeyId to the AWS KMS key identifier you want to use to encrypt the // copy of the DB cluster snapshot in the destination AWS Region. AWS KMS CMKs // are specific to the AWS Region that they are created in, and you can't use // CMKs from one AWS Region in another AWS Region. // // If you copy an unencrypted DB cluster snapshot and specify a value for the // KmsKeyId parameter, an error is returned. KmsKeyId *string `type:"string"` // The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot // API action in the AWS Region that contains the source DB cluster snapshot // to copy. The PreSignedUrl parameter must be used when copying an encrypted // DB cluster snapshot from another AWS Region. Don't specify PreSignedUrl when // you are copying an encrypted DB cluster snapshot in the same AWS Region. // // The pre-signed URL must be a valid request for the CopyDBClusterSnapshot // API action that can be executed in the source AWS Region that contains the // encrypted DB cluster snapshot to be copied. The pre-signed URL request must // contain the following parameter values: // // * KmsKeyId - The AWS KMS key identifier for the customer master key (CMK) // to use to encrypt the copy of the DB cluster snapshot in the destination // AWS Region. This is the same identifier for both the CopyDBClusterSnapshot // action that is called in the destination AWS Region, and the action contained // in the pre-signed URL. // // * DestinationRegion - The name of the AWS Region that the DB cluster snapshot // is to be created in. // // * SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier // for the encrypted DB cluster snapshot to be copied. This identifier must // be in the Amazon Resource Name (ARN) format for the source AWS Region. // For example, if you are copying an encrypted DB cluster snapshot from // the us-west-2 AWS Region, then your SourceDBClusterSnapshotIdentifier // looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (AWS Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an AWS SDK tool or the AWS CLI, you can specify SourceRegion // (or --source-region for the AWS CLI) instead of specifying PreSignedUrl manually. // Specifying SourceRegion autogenerates a pre-signed URL that is a valid request // for the operation that can be executed in the source AWS Region. PreSignedUrl *string `type:"string"` // The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive. // // You can't copy an encrypted, shared DB cluster snapshot from one AWS Region // to another. // // Constraints: // // * Must specify a valid system snapshot in the "available" state. // // * If the source snapshot is in the same AWS Region as the copy, specify // a valid DB snapshot identifier. // // * If the source snapshot is in a different AWS Region than the copy, specify // a valid DB cluster snapshot ARN. For more information, go to Copying Snapshots // Across AWS Regions (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions) // in the Amazon Aurora User Guide. // // Example: my-cluster-snapshot1 // // SourceDBClusterSnapshotIdentifier is a required field SourceDBClusterSnapshotIdentifier *string `type:"string" required:"true"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `type:"string" ignore:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // The identifier of the new DB cluster snapshot to create from the source DB // cluster snapshot. This parameter isn't case-sensitive. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster-snapshot2 // // TargetDBClusterSnapshotIdentifier is a required field TargetDBClusterSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CopyDBClusterSnapshotInput) GoString ¶ added in v0.7.1
func (s CopyDBClusterSnapshotInput) GoString() string
GoString returns the string representation
func (*CopyDBClusterSnapshotInput) SetCopyTags ¶ added in v1.7.5
func (s *CopyDBClusterSnapshotInput) SetCopyTags(v bool) *CopyDBClusterSnapshotInput
SetCopyTags sets the CopyTags field's value.
func (*CopyDBClusterSnapshotInput) SetDestinationRegion ¶ added in v1.7.5
func (s *CopyDBClusterSnapshotInput) SetDestinationRegion(v string) *CopyDBClusterSnapshotInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*CopyDBClusterSnapshotInput) SetKmsKeyId ¶ added in v1.7.5
func (s *CopyDBClusterSnapshotInput) SetKmsKeyId(v string) *CopyDBClusterSnapshotInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CopyDBClusterSnapshotInput) SetPreSignedUrl ¶ added in v1.7.5
func (s *CopyDBClusterSnapshotInput) SetPreSignedUrl(v string) *CopyDBClusterSnapshotInput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (*CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput
SetSourceDBClusterSnapshotIdentifier sets the SourceDBClusterSnapshotIdentifier field's value.
func (*CopyDBClusterSnapshotInput) SetSourceRegion ¶ added in v1.7.5
func (s *CopyDBClusterSnapshotInput) SetSourceRegion(v string) *CopyDBClusterSnapshotInput
SetSourceRegion sets the SourceRegion field's value.
func (*CopyDBClusterSnapshotInput) SetTags ¶ added in v1.5.0
func (s *CopyDBClusterSnapshotInput) SetTags(v []*Tag) *CopyDBClusterSnapshotInput
SetTags sets the Tags field's value.
func (*CopyDBClusterSnapshotInput) SetTargetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *CopyDBClusterSnapshotInput) SetTargetDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput
SetTargetDBClusterSnapshotIdentifier sets the TargetDBClusterSnapshotIdentifier field's value.
func (CopyDBClusterSnapshotInput) String ¶ added in v0.7.1
func (s CopyDBClusterSnapshotInput) String() string
String returns the string representation
func (*CopyDBClusterSnapshotInput) Validate ¶ added in v1.1.21
func (s *CopyDBClusterSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDBClusterSnapshotOutput ¶ added in v0.7.1
type CopyDBClusterSnapshotOutput struct { // Contains the details for an Amazon RDS DB cluster snapshot // // This data type is used as a response element in the DescribeDBClusterSnapshots // action. DBClusterSnapshot *DBClusterSnapshot `type:"structure"` // contains filtered or unexported fields }
func (CopyDBClusterSnapshotOutput) GoString ¶ added in v0.7.1
func (s CopyDBClusterSnapshotOutput) GoString() string
GoString returns the string representation
func (*CopyDBClusterSnapshotOutput) SetDBClusterSnapshot ¶ added in v1.5.0
func (s *CopyDBClusterSnapshotOutput) SetDBClusterSnapshot(v *DBClusterSnapshot) *CopyDBClusterSnapshotOutput
SetDBClusterSnapshot sets the DBClusterSnapshot field's value.
func (CopyDBClusterSnapshotOutput) String ¶ added in v0.7.1
func (s CopyDBClusterSnapshotOutput) String() string
String returns the string representation
type CopyDBParameterGroupInput ¶
type CopyDBParameterGroupInput struct { // The identifier or ARN for the source DB parameter group. For information // about creating an ARN, see Constructing an ARN for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon RDS User Guide. // // Constraints: // // * Must specify a valid DB parameter group. // // * Must specify a valid DB parameter group identifier, for example my-db-param-group, // or a valid ARN. // // SourceDBParameterGroupIdentifier is a required field SourceDBParameterGroupIdentifier *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A description for the copied DB parameter group. // // TargetDBParameterGroupDescription is a required field TargetDBParameterGroupDescription *string `type:"string" required:"true"` // The identifier for the copied DB parameter group. // // Constraints: // // * Can't be null, empty, or blank // // * Must contain from 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-db-parameter-group // // TargetDBParameterGroupIdentifier is a required field TargetDBParameterGroupIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CopyDBParameterGroupInput) GoString ¶ added in v0.6.5
func (s CopyDBParameterGroupInput) GoString() string
GoString returns the string representation
func (*CopyDBParameterGroupInput) SetSourceDBParameterGroupIdentifier ¶ added in v1.5.0
func (s *CopyDBParameterGroupInput) SetSourceDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput
SetSourceDBParameterGroupIdentifier sets the SourceDBParameterGroupIdentifier field's value.
func (*CopyDBParameterGroupInput) SetTags ¶ added in v1.5.0
func (s *CopyDBParameterGroupInput) SetTags(v []*Tag) *CopyDBParameterGroupInput
SetTags sets the Tags field's value.
func (*CopyDBParameterGroupInput) SetTargetDBParameterGroupDescription ¶ added in v1.5.0
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupDescription(v string) *CopyDBParameterGroupInput
SetTargetDBParameterGroupDescription sets the TargetDBParameterGroupDescription field's value.
func (*CopyDBParameterGroupInput) SetTargetDBParameterGroupIdentifier ¶ added in v1.5.0
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput
SetTargetDBParameterGroupIdentifier sets the TargetDBParameterGroupIdentifier field's value.
func (CopyDBParameterGroupInput) String ¶ added in v0.6.5
func (s CopyDBParameterGroupInput) String() string
String returns the string representation
func (*CopyDBParameterGroupInput) Validate ¶ added in v1.1.21
func (s *CopyDBParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDBParameterGroupOutput ¶
type CopyDBParameterGroupOutput struct { // Contains the details of an Amazon RDS DB parameter group. // // This data type is used as a response element in the DescribeDBParameterGroups // action. DBParameterGroup *DBParameterGroup `type:"structure"` // contains filtered or unexported fields }
func (CopyDBParameterGroupOutput) GoString ¶ added in v0.6.5
func (s CopyDBParameterGroupOutput) GoString() string
GoString returns the string representation
func (*CopyDBParameterGroupOutput) SetDBParameterGroup ¶ added in v1.5.0
func (s *CopyDBParameterGroupOutput) SetDBParameterGroup(v *DBParameterGroup) *CopyDBParameterGroupOutput
SetDBParameterGroup sets the DBParameterGroup field's value.
func (CopyDBParameterGroupOutput) String ¶ added in v0.6.5
func (s CopyDBParameterGroupOutput) String() string
String returns the string representation
type CopyDBSnapshotInput ¶
type CopyDBSnapshotInput struct { // A value that indicates whether to copy all tags from the source DB snapshot // to the target DB snapshot. By default, tags are not copied. CopyTags *bool `type:"boolean"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `type:"string"` // The AWS KMS key identifier for an encrypted DB snapshot. The AWS KMS key // identifier is the key ARN, key ID, alias ARN, or alias name for the AWS KMS // customer master key (CMK). // // If you copy an encrypted DB snapshot from your AWS account, you can specify // a value for this parameter to encrypt the copy with a new AWS KMS CMK. If // you don't specify a value for this parameter, then the copy of the DB snapshot // is encrypted with the same AWS KMS key as the source DB snapshot. // // If you copy an encrypted DB snapshot that is shared from another AWS account, // then you must specify a value for this parameter. // // If you specify this parameter when you copy an unencrypted snapshot, the // copy is encrypted. // // If you copy an encrypted snapshot to a different AWS Region, then you must // specify a AWS KMS key identifier for the destination AWS Region. AWS KMS // CMKs are specific to the AWS Region that they are created in, and you can't // use CMKs from one AWS Region in another AWS Region. KmsKeyId *string `type:"string"` // The name of an option group to associate with the copy of the snapshot. // // Specify this option if you are copying a snapshot from one AWS Region to // another, and your DB instance uses a nondefault option group. If your source // DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL // Server, you must specify this option when copying across AWS Regions. For // more information, see Option group considerations (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options) // in the Amazon RDS User Guide. OptionGroupName *string `type:"string"` // The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot // API action in the source AWS Region that contains the source DB snapshot // to copy. // // You must specify this parameter when you copy an encrypted DB snapshot from // another AWS Region by using the Amazon RDS API. Don't specify PreSignedUrl // when you are copying an encrypted DB snapshot in the same AWS Region. // // The presigned URL must be a valid request for the CopyDBSnapshot API action // that can be executed in the source AWS Region that contains the encrypted // DB snapshot to be copied. The presigned URL request must contain the following // parameter values: // // * DestinationRegion - The AWS Region that the encrypted DB snapshot is // copied to. This AWS Region is the same one where the CopyDBSnapshot action // is called that contains this presigned URL. For example, if you copy an // encrypted DB snapshot from the us-west-2 AWS Region to the us-east-1 AWS // Region, then you call the CopyDBSnapshot action in the us-east-1 AWS Region // and provide a presigned URL that contains a call to the CopyDBSnapshot // action in the us-west-2 AWS Region. For this example, the DestinationRegion // in the presigned URL must be set to the us-east-1 AWS Region. // // * KmsKeyId - The AWS KMS key identifier for the customer master key (CMK) // to use to encrypt the copy of the DB snapshot in the destination AWS Region. // This is the same identifier for both the CopyDBSnapshot action that is // called in the destination AWS Region, and the action contained in the // presigned URL. // // * SourceDBSnapshotIdentifier - The DB snapshot identifier for the encrypted // snapshot to be copied. This identifier must be in the Amazon Resource // Name (ARN) format for the source AWS Region. For example, if you are copying // an encrypted DB snapshot from the us-west-2 AWS Region, then your SourceDBSnapshotIdentifier // looks like the following example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (AWS Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an AWS SDK tool or the AWS CLI, you can specify SourceRegion // (or --source-region for the AWS CLI) instead of specifying PreSignedUrl manually. // Specifying SourceRegion autogenerates a pre-signed URL that is a valid request // for the operation that can be executed in the source AWS Region. PreSignedUrl *string `type:"string"` // The identifier for the source DB snapshot. // // If the source snapshot is in the same AWS Region as the copy, specify a valid // DB snapshot identifier. For example, you might specify rds:mysql-instance1-snapshot-20130805. // // If the source snapshot is in a different AWS Region than the copy, specify // a valid DB snapshot ARN. For example, you might specify arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805. // // If you are copying from a shared manual DB snapshot, this parameter must // be the Amazon Resource Name (ARN) of the shared DB snapshot. // // If you are copying an encrypted snapshot this parameter must be in the ARN // format for the source AWS Region, and must match the SourceDBSnapshotIdentifier // in the PreSignedUrl parameter. // // Constraints: // // * Must specify a valid system snapshot in the "available" state. // // Example: rds:mydb-2012-04-02-00-01 // // Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805 // // SourceDBSnapshotIdentifier is a required field SourceDBSnapshotIdentifier *string `type:"string" required:"true"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `type:"string" ignore:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // The external custom Availability Zone (CAZ) identifier for the target CAZ. // // Example: rds-caz-aiqhTgQv. TargetCustomAvailabilityZone *string `type:"string"` // The identifier for the copy of the snapshot. // // Constraints: // // * Can't be null, empty, or blank // // * Must contain from 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-db-snapshot // // TargetDBSnapshotIdentifier is a required field TargetDBSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CopyDBSnapshotInput) GoString ¶ added in v0.6.5
func (s CopyDBSnapshotInput) GoString() string
GoString returns the string representation
func (*CopyDBSnapshotInput) SetCopyTags ¶ added in v1.5.0
func (s *CopyDBSnapshotInput) SetCopyTags(v bool) *CopyDBSnapshotInput
SetCopyTags sets the CopyTags field's value.
func (*CopyDBSnapshotInput) SetDestinationRegion ¶ added in v1.6.7
func (s *CopyDBSnapshotInput) SetDestinationRegion(v string) *CopyDBSnapshotInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*CopyDBSnapshotInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CopyDBSnapshotInput) SetKmsKeyId(v string) *CopyDBSnapshotInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CopyDBSnapshotInput) SetOptionGroupName ¶ added in v1.8.40
func (s *CopyDBSnapshotInput) SetOptionGroupName(v string) *CopyDBSnapshotInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*CopyDBSnapshotInput) SetPreSignedUrl ¶ added in v1.6.7
func (s *CopyDBSnapshotInput) SetPreSignedUrl(v string) *CopyDBSnapshotInput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (*CopyDBSnapshotInput) SetSourceDBSnapshotIdentifier ¶ added in v1.5.0
func (s *CopyDBSnapshotInput) SetSourceDBSnapshotIdentifier(v string) *CopyDBSnapshotInput
SetSourceDBSnapshotIdentifier sets the SourceDBSnapshotIdentifier field's value.
func (*CopyDBSnapshotInput) SetSourceRegion ¶ added in v1.6.7
func (s *CopyDBSnapshotInput) SetSourceRegion(v string) *CopyDBSnapshotInput
SetSourceRegion sets the SourceRegion field's value.
func (*CopyDBSnapshotInput) SetTags ¶ added in v1.5.0
func (s *CopyDBSnapshotInput) SetTags(v []*Tag) *CopyDBSnapshotInput
SetTags sets the Tags field's value.
func (*CopyDBSnapshotInput) SetTargetCustomAvailabilityZone ¶ added in v1.35.30
func (s *CopyDBSnapshotInput) SetTargetCustomAvailabilityZone(v string) *CopyDBSnapshotInput
SetTargetCustomAvailabilityZone sets the TargetCustomAvailabilityZone field's value.
func (*CopyDBSnapshotInput) SetTargetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *CopyDBSnapshotInput) SetTargetDBSnapshotIdentifier(v string) *CopyDBSnapshotInput
SetTargetDBSnapshotIdentifier sets the TargetDBSnapshotIdentifier field's value.
func (CopyDBSnapshotInput) String ¶ added in v0.6.5
func (s CopyDBSnapshotInput) String() string
String returns the string representation
func (*CopyDBSnapshotInput) Validate ¶ added in v1.1.21
func (s *CopyDBSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDBSnapshotOutput ¶
type CopyDBSnapshotOutput struct { // Contains the details of an Amazon RDS DB snapshot. // // This data type is used as a response element in the DescribeDBSnapshots action. DBSnapshot *DBSnapshot `type:"structure"` // contains filtered or unexported fields }
func (CopyDBSnapshotOutput) GoString ¶ added in v0.6.5
func (s CopyDBSnapshotOutput) GoString() string
GoString returns the string representation
func (*CopyDBSnapshotOutput) SetDBSnapshot ¶ added in v1.5.0
func (s *CopyDBSnapshotOutput) SetDBSnapshot(v *DBSnapshot) *CopyDBSnapshotOutput
SetDBSnapshot sets the DBSnapshot field's value.
func (CopyDBSnapshotOutput) String ¶ added in v0.6.5
func (s CopyDBSnapshotOutput) String() string
String returns the string representation
type CopyOptionGroupInput ¶
type CopyOptionGroupInput struct { // The identifier for the source option group. // // Constraints: // // * Must specify a valid option group. // // SourceOptionGroupIdentifier is a required field SourceOptionGroupIdentifier *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // The description for the copied option group. // // TargetOptionGroupDescription is a required field TargetOptionGroupDescription *string `type:"string" required:"true"` // The identifier for the copied option group. // // Constraints: // // * Can't be null, empty, or blank // // * Must contain from 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-option-group // // TargetOptionGroupIdentifier is a required field TargetOptionGroupIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CopyOptionGroupInput) GoString ¶ added in v0.6.5
func (s CopyOptionGroupInput) GoString() string
GoString returns the string representation
func (*CopyOptionGroupInput) SetSourceOptionGroupIdentifier ¶ added in v1.5.0
func (s *CopyOptionGroupInput) SetSourceOptionGroupIdentifier(v string) *CopyOptionGroupInput
SetSourceOptionGroupIdentifier sets the SourceOptionGroupIdentifier field's value.
func (*CopyOptionGroupInput) SetTags ¶ added in v1.5.0
func (s *CopyOptionGroupInput) SetTags(v []*Tag) *CopyOptionGroupInput
SetTags sets the Tags field's value.
func (*CopyOptionGroupInput) SetTargetOptionGroupDescription ¶ added in v1.5.0
func (s *CopyOptionGroupInput) SetTargetOptionGroupDescription(v string) *CopyOptionGroupInput
SetTargetOptionGroupDescription sets the TargetOptionGroupDescription field's value.
func (*CopyOptionGroupInput) SetTargetOptionGroupIdentifier ¶ added in v1.5.0
func (s *CopyOptionGroupInput) SetTargetOptionGroupIdentifier(v string) *CopyOptionGroupInput
SetTargetOptionGroupIdentifier sets the TargetOptionGroupIdentifier field's value.
func (CopyOptionGroupInput) String ¶ added in v0.6.5
func (s CopyOptionGroupInput) String() string
String returns the string representation
func (*CopyOptionGroupInput) Validate ¶ added in v1.1.21
func (s *CopyOptionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyOptionGroupOutput ¶
type CopyOptionGroupOutput struct { OptionGroup *OptionGroup `type:"structure"` // contains filtered or unexported fields }
func (CopyOptionGroupOutput) GoString ¶ added in v0.6.5
func (s CopyOptionGroupOutput) GoString() string
GoString returns the string representation
func (*CopyOptionGroupOutput) SetOptionGroup ¶ added in v1.5.0
func (s *CopyOptionGroupOutput) SetOptionGroup(v *OptionGroup) *CopyOptionGroupOutput
SetOptionGroup sets the OptionGroup field's value.
func (CopyOptionGroupOutput) String ¶ added in v0.6.5
func (s CopyOptionGroupOutput) String() string
String returns the string representation
type CreateCustomAvailabilityZoneInput ¶ added in v1.25.15
type CreateCustomAvailabilityZoneInput struct { // The name of the custom Availability Zone (AZ). // // CustomAvailabilityZoneName is a required field CustomAvailabilityZoneName *string `type:"string" required:"true"` // The ID of an existing virtual private network (VPN) between the Amazon RDS // website and the VMware vSphere cluster. ExistingVpnId *string `type:"string"` // The name of a new VPN tunnel between the Amazon RDS website and the VMware // vSphere cluster. // // Specify this parameter only if ExistingVpnId isn't specified. NewVpnTunnelName *string `type:"string"` // The IP address of network traffic from your on-premises data center. A custom // AZ receives the network traffic. // // Specify this parameter only if ExistingVpnId isn't specified. VpnTunnelOriginatorIP *string `type:"string"` // contains filtered or unexported fields }
func (CreateCustomAvailabilityZoneInput) GoString ¶ added in v1.25.15
func (s CreateCustomAvailabilityZoneInput) GoString() string
GoString returns the string representation
func (*CreateCustomAvailabilityZoneInput) SetCustomAvailabilityZoneName ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneInput) SetCustomAvailabilityZoneName(v string) *CreateCustomAvailabilityZoneInput
SetCustomAvailabilityZoneName sets the CustomAvailabilityZoneName field's value.
func (*CreateCustomAvailabilityZoneInput) SetExistingVpnId ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneInput) SetExistingVpnId(v string) *CreateCustomAvailabilityZoneInput
SetExistingVpnId sets the ExistingVpnId field's value.
func (*CreateCustomAvailabilityZoneInput) SetNewVpnTunnelName ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneInput) SetNewVpnTunnelName(v string) *CreateCustomAvailabilityZoneInput
SetNewVpnTunnelName sets the NewVpnTunnelName field's value.
func (*CreateCustomAvailabilityZoneInput) SetVpnTunnelOriginatorIP ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneInput) SetVpnTunnelOriginatorIP(v string) *CreateCustomAvailabilityZoneInput
SetVpnTunnelOriginatorIP sets the VpnTunnelOriginatorIP field's value.
func (CreateCustomAvailabilityZoneInput) String ¶ added in v1.25.15
func (s CreateCustomAvailabilityZoneInput) String() string
String returns the string representation
func (*CreateCustomAvailabilityZoneInput) Validate ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCustomAvailabilityZoneOutput ¶ added in v1.25.15
type CreateCustomAvailabilityZoneOutput struct { // A custom Availability Zone (AZ) is an on-premises AZ that is integrated with // a VMware vSphere cluster. // // For more information about RDS on VMware, see the RDS on VMware User Guide. // (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html) CustomAvailabilityZone *CustomAvailabilityZone `type:"structure"` // contains filtered or unexported fields }
func (CreateCustomAvailabilityZoneOutput) GoString ¶ added in v1.25.15
func (s CreateCustomAvailabilityZoneOutput) GoString() string
GoString returns the string representation
func (*CreateCustomAvailabilityZoneOutput) SetCustomAvailabilityZone ¶ added in v1.25.15
func (s *CreateCustomAvailabilityZoneOutput) SetCustomAvailabilityZone(v *CustomAvailabilityZone) *CreateCustomAvailabilityZoneOutput
SetCustomAvailabilityZone sets the CustomAvailabilityZone field's value.
func (CreateCustomAvailabilityZoneOutput) String ¶ added in v1.25.15
func (s CreateCustomAvailabilityZoneOutput) String() string
String returns the string representation
type CreateDBClusterEndpointInput ¶ added in v1.15.74
type CreateDBClusterEndpointInput struct { // The identifier to use for the new endpoint. This parameter is stored as a // lowercase string. // // DBClusterEndpointIdentifier is a required field DBClusterEndpointIdentifier *string `type:"string" required:"true"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The type of the endpoint. One of: READER, WRITER, ANY. // // EndpointType is a required field EndpointType *string `type:"string" required:"true"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // The tags to be assigned to the Amazon RDS resource. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBClusterEndpointInput) GoString ¶ added in v1.15.74
func (s CreateDBClusterEndpointInput) GoString() string
GoString returns the string representation
func (*CreateDBClusterEndpointInput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) SetDBClusterEndpointIdentifier(v string) *CreateDBClusterEndpointInput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*CreateDBClusterEndpointInput) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) SetDBClusterIdentifier(v string) *CreateDBClusterEndpointInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*CreateDBClusterEndpointInput) SetEndpointType ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) SetEndpointType(v string) *CreateDBClusterEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*CreateDBClusterEndpointInput) SetExcludedMembers ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) SetExcludedMembers(v []*string) *CreateDBClusterEndpointInput
SetExcludedMembers sets the ExcludedMembers field's value.
func (*CreateDBClusterEndpointInput) SetStaticMembers ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) SetStaticMembers(v []*string) *CreateDBClusterEndpointInput
SetStaticMembers sets the StaticMembers field's value.
func (*CreateDBClusterEndpointInput) SetTags ¶ added in v1.25.42
func (s *CreateDBClusterEndpointInput) SetTags(v []*Tag) *CreateDBClusterEndpointInput
SetTags sets the Tags field's value.
func (CreateDBClusterEndpointInput) String ¶ added in v1.15.74
func (s CreateDBClusterEndpointInput) String() string
String returns the string representation
func (*CreateDBClusterEndpointInput) Validate ¶ added in v1.15.74
func (s *CreateDBClusterEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBClusterEndpointOutput ¶ added in v1.15.74
type CreateDBClusterEndpointOutput struct { // The type associated with a custom endpoint. One of: READER, WRITER, ANY. CustomEndpointType *string `type:"string"` // The Amazon Resource Name (ARN) for the endpoint. DBClusterEndpointArn *string `type:"string"` // The identifier associated with the endpoint. This parameter is stored as // a lowercase string. DBClusterEndpointIdentifier *string `type:"string"` // A unique system-generated identifier for an endpoint. It remains the same // for the whole life of the endpoint. DBClusterEndpointResourceIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. DBClusterIdentifier *string `type:"string"` // The DNS address of the endpoint. Endpoint *string `type:"string"` // The type of the endpoint. One of: READER, WRITER, CUSTOM. EndpointType *string `type:"string"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // The current status of the endpoint. One of: creating, available, deleting, // inactive, modifying. The inactive state applies to an endpoint that can't // be used for a certain kind of cluster, such as a writer endpoint for a read-only // secondary cluster in a global database. Status *string `type:"string"` // contains filtered or unexported fields }
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint.
func (CreateDBClusterEndpointOutput) GoString ¶ added in v1.15.74
func (s CreateDBClusterEndpointOutput) GoString() string
GoString returns the string representation
func (*CreateDBClusterEndpointOutput) SetCustomEndpointType ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetCustomEndpointType(v string) *CreateDBClusterEndpointOutput
SetCustomEndpointType sets the CustomEndpointType field's value.
func (*CreateDBClusterEndpointOutput) SetDBClusterEndpointArn ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *CreateDBClusterEndpointOutput
SetDBClusterEndpointArn sets the DBClusterEndpointArn field's value.
func (*CreateDBClusterEndpointOutput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *CreateDBClusterEndpointOutput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*CreateDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *CreateDBClusterEndpointOutput
SetDBClusterEndpointResourceIdentifier sets the DBClusterEndpointResourceIdentifier field's value.
func (*CreateDBClusterEndpointOutput) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *CreateDBClusterEndpointOutput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*CreateDBClusterEndpointOutput) SetEndpoint ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetEndpoint(v string) *CreateDBClusterEndpointOutput
SetEndpoint sets the Endpoint field's value.
func (*CreateDBClusterEndpointOutput) SetEndpointType ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetEndpointType(v string) *CreateDBClusterEndpointOutput
SetEndpointType sets the EndpointType field's value.
func (*CreateDBClusterEndpointOutput) SetExcludedMembers ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetExcludedMembers(v []*string) *CreateDBClusterEndpointOutput
SetExcludedMembers sets the ExcludedMembers field's value.
func (*CreateDBClusterEndpointOutput) SetStaticMembers ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetStaticMembers(v []*string) *CreateDBClusterEndpointOutput
SetStaticMembers sets the StaticMembers field's value.
func (*CreateDBClusterEndpointOutput) SetStatus ¶ added in v1.15.74
func (s *CreateDBClusterEndpointOutput) SetStatus(v string) *CreateDBClusterEndpointOutput
SetStatus sets the Status field's value.
func (CreateDBClusterEndpointOutput) String ¶ added in v1.15.74
func (s CreateDBClusterEndpointOutput) String() string
String returns the string representation
type CreateDBClusterInput ¶ added in v0.7.1
type CreateDBClusterInput struct { // A list of Availability Zones (AZs) where instances in the DB cluster can // be created. For information on AWS Regions and Availability Zones, see Choosing // the Regions and Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html) // in the Amazon Aurora User Guide. AvailabilityZones []*string `locationNameList:"AvailabilityZone" type:"list"` // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Currently, Backtrack is only supported for Aurora MySQL DB clusters. // // Default: 0 // // Constraints: // // * If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `type:"long"` // The number of days for which automated backups are retained. // // Default: 1 // // Constraints: // // * Must be a value from 1 to 35 BackupRetentionPeriod *int64 `type:"integer"` // A value that indicates that the DB cluster should be associated with the // specified CharacterSet. CharacterSetName *string `type:"string"` // A value that indicates whether to copy all tags from the DB cluster to snapshots // of the DB cluster. The default is not to copy them. CopyTagsToSnapshot *bool `type:"boolean"` // The DB cluster identifier. This parameter is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the DB cluster parameter group to associate with this DB cluster. // If you do not specify a value, then the default DB cluster parameter group // for the specified DB engine and version is used. // // Constraints: // // * If supplied, must match the name of an existing DB cluster parameter // group. DBClusterParameterGroupName *string `type:"string"` // A DB subnet group to associate with this DB cluster. // // Constraints: Must match the name of an existing DBSubnetGroup. Must not be // default. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // The name for your database of up to 64 alphanumeric characters. If you do // not provide a name, Amazon RDS doesn't create a database in the DB cluster // you are creating. DatabaseName *string `type:"string"` // A value that indicates whether the DB cluster has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. DeletionProtection *bool `type:"boolean"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `type:"string"` // The Active Directory directory ID to create the DB cluster in. // // For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication // to authenticate users that connect to the DB cluster. For more information, // see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) // in the Amazon Aurora User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of log types that need to be enabled for exporting to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Aurora User Guide. // // Aurora MySQL // // Possible values are audit, error, general, and slowquery. // // Aurora PostgreSQL // // Possible values are postgresql and upgrade. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable write operations to be forwarded // from this cluster to the primary cluster in an Aurora global database. The // resulting changes are replicated back to this cluster. This parameter only // applies to DB clusters that are secondary clusters in an Aurora global database. // By default, Aurora disallows write operations for secondary clusters. EnableGlobalWriteForwarding *bool `type:"boolean"` // A value that indicates whether to enable the HTTP endpoint for an Aurora // Serverless DB cluster. By default, the HTTP endpoint is disabled. // // When enabled, the HTTP endpoint provides a connectionless web service API // for running SQL queries on the Aurora Serverless DB cluster. You can also // query your database from inside the RDS console with the query editor. // // For more information, see Using the Data API for Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) // in the Amazon Aurora User Guide. EnableHttpEndpoint *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The name of the database engine to be used for this DB cluster. // // Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for // MySQL 5.7-compatible Aurora), and aurora-postgresql // // Engine is a required field Engine *string `type:"string" required:"true"` // The DB engine mode of the DB cluster, either provisioned serverless, parallelquery, // global, or multimaster. // // The parallelquery engine mode isn't required for Aurora MySQL version 1.23 // and higher 1.x versions, and version 2.09 and higher 2.x versions. // // The global engine mode isn't required for Aurora MySQL version 1.22 and higher // 1.x versions, and global engine mode isn't required for any 2.x versions. // // The multimaster engine mode only applies for DB clusters created with Aurora // MySQL version 5.6.10a. // // For Aurora PostgreSQL, the global engine mode isn't required, and both the // parallelquery and the multimaster engine modes currently aren't supported. // // Limitations and requirements apply to some DB engine modes. For more information, // see the following sections in the Amazon Aurora User Guide: // // * Limitations of Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations) // // * Limitations of Parallel Query (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations) // // * Limitations of Aurora Global Databases (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations) // // * Limitations of Multi-Master Clusters (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations) EngineMode *string `type:"string"` // The version number of the database engine to use. // // To list all of the available engine versions for aurora (for MySQL 5.6-compatible // Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-mysql (for MySQL // 5.7-compatible Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-postgresql, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" // // Aurora MySQL // // Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.12, 5.7.mysql_aurora.2.04.5 // // Aurora PostgreSQL // // Example: 9.6.3, 10.7 EngineVersion *string `type:"string"` // The global cluster ID of an Aurora cluster that becomes the primary cluster // in the new global database cluster. GlobalClusterIdentifier *string `type:"string"` // The AWS KMS key identifier for an encrypted DB cluster. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // When a CMK isn't specified in KmsKeyId: // // * If ReplicationSourceIdentifier identifies an encrypted source, then // Amazon RDS will use the CMK used to encrypt the source. Otherwise, Amazon // RDS will use your default CMK. // // * If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier // isn't specified, then Amazon RDS will use your default CMK. // // There is a default CMK for your AWS account. Your AWS account has a different // default CMK for each AWS Region. // // If you create a read replica of an encrypted DB cluster in another AWS Region, // you must set KmsKeyId to a AWS KMS key identifier that is valid in the destination // AWS Region. This CMK is used to encrypt the read replica in that AWS Region. KmsKeyId *string `type:"string"` // The password for the master database user. This password can contain any // printable ASCII character except "/", """, or "@". // // Constraints: Must contain from 8 to 41 characters. MasterUserPassword *string `type:"string"` // The name of the master user for the DB cluster. // // Constraints: // // * Must be 1 to 16 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. MasterUsername *string `type:"string"` // A value that indicates that the DB cluster should be associated with the // specified option group. // // Permanent options can't be removed from an option group. The option group // can't be removed from a DB cluster once it is associated with a DB cluster. OptionGroupName *string `type:"string"` // The port number on which the instances in the DB cluster accept connections. // // Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql. Port *int64 `type:"integer"` // A URL that contains a Signature Version 4 signed request for the CreateDBCluster // action to be called in the source AWS Region where the DB cluster is replicated // from. You only need to specify PreSignedUrl when you are performing cross-region // replication from an encrypted DB cluster. // // The pre-signed URL must be a valid request for the CreateDBCluster API action // that can be executed in the source AWS Region that contains the encrypted // DB cluster to be copied. // // The pre-signed URL request must contain the following parameter values: // // * KmsKeyId - The AWS KMS key identifier for the key to use to encrypt // the copy of the DB cluster in the destination AWS Region. This should // refer to the same AWS KMS CMK for both the CreateDBCluster action that // is called in the destination AWS Region, and the action contained in the // pre-signed URL. // // * DestinationRegion - The name of the AWS Region that Aurora read replica // will be created in. // // * ReplicationSourceIdentifier - The DB cluster identifier for the encrypted // DB cluster to be copied. This identifier must be in the Amazon Resource // Name (ARN) format for the source AWS Region. For example, if you are copying // an encrypted DB cluster from the us-west-2 AWS Region, then your ReplicationSourceIdentifier // would look like Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (AWS Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an AWS SDK tool or the AWS CLI, you can specify SourceRegion // (or --source-region for the AWS CLI) instead of specifying PreSignedUrl manually. // Specifying SourceRegion autogenerates a pre-signed URL that is a valid request // for the operation that can be executed in the source AWS Region. PreSignedUrl *string `type:"string"` // The daily time range during which automated backups are created if automated // backups are enabled using the BackupRetentionPeriod parameter. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region. To see the time blocks available, see Adjusting // the Preferred DB Cluster Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // The weekly time range during which system maintenance can occur, in Universal // Coordinated Time (UTC). // // Format: ddd:hh24:mi-ddd:hh24:mi // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region, occurring on a random day of the week. To see // the time blocks available, see Adjusting the Preferred DB Cluster Maintenance // Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. // // Constraints: Minimum 30-minute window. PreferredMaintenanceWindow *string `type:"string"` // The Amazon Resource Name (ARN) of the source DB instance or DB cluster if // this DB cluster is created as a read replica. ReplicationSourceIdentifier *string `type:"string"` // For DB clusters in serverless DB engine mode, the scaling properties of the // DB cluster. ScalingConfiguration *ScalingConfiguration `type:"structure"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `type:"string" ignore:"true"` // A value that indicates whether the DB cluster is encrypted. StorageEncrypted *bool `type:"boolean"` // Tags to assign to the DB cluster. Tags []*Tag `locationNameList:"Tag" type:"list"` // A list of EC2 VPC security groups to associate with this DB cluster. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (CreateDBClusterInput) GoString ¶ added in v0.7.1
func (s CreateDBClusterInput) GoString() string
GoString returns the string representation
func (*CreateDBClusterInput) SetAvailabilityZones ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetAvailabilityZones(v []*string) *CreateDBClusterInput
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*CreateDBClusterInput) SetBacktrackWindow ¶ added in v1.13.45
func (s *CreateDBClusterInput) SetBacktrackWindow(v int64) *CreateDBClusterInput
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*CreateDBClusterInput) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetBackupRetentionPeriod(v int64) *CreateDBClusterInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*CreateDBClusterInput) SetCharacterSetName ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetCharacterSetName(v string) *CreateDBClusterInput
SetCharacterSetName sets the CharacterSetName field's value.
func (*CreateDBClusterInput) SetCopyTagsToSnapshot ¶ added in v1.17.13
func (s *CreateDBClusterInput) SetCopyTagsToSnapshot(v bool) *CreateDBClusterInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*CreateDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetDBClusterIdentifier(v string) *CreateDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*CreateDBClusterInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetDBClusterParameterGroupName(v string) *CreateDBClusterInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*CreateDBClusterInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetDBSubnetGroupName(v string) *CreateDBClusterInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*CreateDBClusterInput) SetDatabaseName ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetDatabaseName(v string) *CreateDBClusterInput
SetDatabaseName sets the DatabaseName field's value.
func (*CreateDBClusterInput) SetDeletionProtection ¶ added in v1.15.43
func (s *CreateDBClusterInput) SetDeletionProtection(v bool) *CreateDBClusterInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*CreateDBClusterInput) SetDestinationRegion ¶ added in v1.7.5
func (s *CreateDBClusterInput) SetDestinationRegion(v string) *CreateDBClusterInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*CreateDBClusterInput) SetDomain ¶ added in v1.29.5
func (s *CreateDBClusterInput) SetDomain(v string) *CreateDBClusterInput
SetDomain sets the Domain field's value.
func (*CreateDBClusterInput) SetDomainIAMRoleName ¶ added in v1.29.5
func (s *CreateDBClusterInput) SetDomainIAMRoleName(v string) *CreateDBClusterInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*CreateDBClusterInput) SetEnableCloudwatchLogsExports ¶ added in v1.13.55
func (s *CreateDBClusterInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBClusterInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*CreateDBClusterInput) SetEnableGlobalWriteForwarding ¶ added in v1.32.5
func (s *CreateDBClusterInput) SetEnableGlobalWriteForwarding(v bool) *CreateDBClusterInput
SetEnableGlobalWriteForwarding sets the EnableGlobalWriteForwarding field's value.
func (*CreateDBClusterInput) SetEnableHttpEndpoint ¶ added in v1.23.7
func (s *CreateDBClusterInput) SetEnableHttpEndpoint(v bool) *CreateDBClusterInput
SetEnableHttpEndpoint sets the EnableHttpEndpoint field's value.
func (*CreateDBClusterInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *CreateDBClusterInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBClusterInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*CreateDBClusterInput) SetEngine ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetEngine(v string) *CreateDBClusterInput
SetEngine sets the Engine field's value.
func (*CreateDBClusterInput) SetEngineMode ¶ added in v1.15.9
func (s *CreateDBClusterInput) SetEngineMode(v string) *CreateDBClusterInput
SetEngineMode sets the EngineMode field's value.
func (*CreateDBClusterInput) SetEngineVersion ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetEngineVersion(v string) *CreateDBClusterInput
SetEngineVersion sets the EngineVersion field's value.
func (*CreateDBClusterInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *CreateDBClusterInput) SetGlobalClusterIdentifier(v string) *CreateDBClusterInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (*CreateDBClusterInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetKmsKeyId(v string) *CreateDBClusterInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateDBClusterInput) SetMasterUserPassword ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetMasterUserPassword(v string) *CreateDBClusterInput
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*CreateDBClusterInput) SetMasterUsername ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetMasterUsername(v string) *CreateDBClusterInput
SetMasterUsername sets the MasterUsername field's value.
func (*CreateDBClusterInput) SetOptionGroupName ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetOptionGroupName(v string) *CreateDBClusterInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*CreateDBClusterInput) SetPort ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetPort(v int64) *CreateDBClusterInput
SetPort sets the Port field's value.
func (*CreateDBClusterInput) SetPreSignedUrl ¶ added in v1.7.5
func (s *CreateDBClusterInput) SetPreSignedUrl(v string) *CreateDBClusterInput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (*CreateDBClusterInput) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetPreferredBackupWindow(v string) *CreateDBClusterInput
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*CreateDBClusterInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetPreferredMaintenanceWindow(v string) *CreateDBClusterInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*CreateDBClusterInput) SetReplicationSourceIdentifier ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetReplicationSourceIdentifier(v string) *CreateDBClusterInput
SetReplicationSourceIdentifier sets the ReplicationSourceIdentifier field's value.
func (*CreateDBClusterInput) SetScalingConfiguration ¶ added in v1.15.9
func (s *CreateDBClusterInput) SetScalingConfiguration(v *ScalingConfiguration) *CreateDBClusterInput
SetScalingConfiguration sets the ScalingConfiguration field's value.
func (*CreateDBClusterInput) SetSourceRegion ¶ added in v1.7.5
func (s *CreateDBClusterInput) SetSourceRegion(v string) *CreateDBClusterInput
SetSourceRegion sets the SourceRegion field's value.
func (*CreateDBClusterInput) SetStorageEncrypted ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetStorageEncrypted(v bool) *CreateDBClusterInput
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*CreateDBClusterInput) SetTags ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetTags(v []*Tag) *CreateDBClusterInput
SetTags sets the Tags field's value.
func (*CreateDBClusterInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *CreateDBClusterInput) SetVpcSecurityGroupIds(v []*string) *CreateDBClusterInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (CreateDBClusterInput) String ¶ added in v0.7.1
func (s CreateDBClusterInput) String() string
String returns the string representation
func (*CreateDBClusterInput) Validate ¶ added in v1.1.21
func (s *CreateDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBClusterOutput ¶ added in v0.7.1
type CreateDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (CreateDBClusterOutput) GoString ¶ added in v0.7.1
func (s CreateDBClusterOutput) GoString() string
GoString returns the string representation
func (*CreateDBClusterOutput) SetDBCluster ¶ added in v1.5.0
func (s *CreateDBClusterOutput) SetDBCluster(v *DBCluster) *CreateDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (CreateDBClusterOutput) String ¶ added in v0.7.1
func (s CreateDBClusterOutput) String() string
String returns the string representation
type CreateDBClusterParameterGroupInput ¶ added in v0.7.1
type CreateDBClusterParameterGroupInput struct { // The name of the DB cluster parameter group. // // Constraints: // // * Must match the name of an existing DB cluster parameter group. // // This value is stored as a lowercase string. // // DBClusterParameterGroupName is a required field DBClusterParameterGroupName *string `type:"string" required:"true"` // The DB cluster parameter group family name. A DB cluster parameter group // can be associated with one and only one DB cluster parameter group family, // and can be applied only to a DB cluster running a database engine and engine // version compatible with that DB cluster parameter group family. // // Aurora MySQL // // Example: aurora5.6, aurora-mysql5.7 // // Aurora PostgreSQL // // Example: aurora-postgresql9.6 // // DBParameterGroupFamily is a required field DBParameterGroupFamily *string `type:"string" required:"true"` // The description for the DB cluster parameter group. // // Description is a required field Description *string `type:"string" required:"true"` // Tags to assign to the DB cluster parameter group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBClusterParameterGroupInput) GoString ¶ added in v0.7.1
func (s CreateDBClusterParameterGroupInput) GoString() string
GoString returns the string representation
func (*CreateDBClusterParameterGroupInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *CreateDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *CreateDBClusterParameterGroupInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*CreateDBClusterParameterGroupInput) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *CreateDBClusterParameterGroupInput) SetDBParameterGroupFamily(v string) *CreateDBClusterParameterGroupInput
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*CreateDBClusterParameterGroupInput) SetDescription ¶ added in v1.5.0
func (s *CreateDBClusterParameterGroupInput) SetDescription(v string) *CreateDBClusterParameterGroupInput
SetDescription sets the Description field's value.
func (*CreateDBClusterParameterGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateDBClusterParameterGroupInput) SetTags(v []*Tag) *CreateDBClusterParameterGroupInput
SetTags sets the Tags field's value.
func (CreateDBClusterParameterGroupInput) String ¶ added in v0.7.1
func (s CreateDBClusterParameterGroupInput) String() string
String returns the string representation
func (*CreateDBClusterParameterGroupInput) Validate ¶ added in v1.1.21
func (s *CreateDBClusterParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBClusterParameterGroupOutput ¶ added in v0.7.1
type CreateDBClusterParameterGroupOutput struct { // Contains the details of an Amazon RDS DB cluster parameter group. // // This data type is used as a response element in the DescribeDBClusterParameterGroups // action. DBClusterParameterGroup *DBClusterParameterGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateDBClusterParameterGroupOutput) GoString ¶ added in v0.7.1
func (s CreateDBClusterParameterGroupOutput) GoString() string
GoString returns the string representation
func (*CreateDBClusterParameterGroupOutput) SetDBClusterParameterGroup ¶ added in v1.5.0
func (s *CreateDBClusterParameterGroupOutput) SetDBClusterParameterGroup(v *DBClusterParameterGroup) *CreateDBClusterParameterGroupOutput
SetDBClusterParameterGroup sets the DBClusterParameterGroup field's value.
func (CreateDBClusterParameterGroupOutput) String ¶ added in v0.7.1
func (s CreateDBClusterParameterGroupOutput) String() string
String returns the string representation
type CreateDBClusterSnapshotInput ¶ added in v0.7.1
type CreateDBClusterSnapshotInput struct { // The identifier of the DB cluster to create a snapshot for. This parameter // isn't case-sensitive. // // Constraints: // // * Must match the identifier of an existing DBCluster. // // Example: my-cluster1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The identifier of the DB cluster snapshot. This parameter is stored as a // lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1-snapshot1 // // DBClusterSnapshotIdentifier is a required field DBClusterSnapshotIdentifier *string `type:"string" required:"true"` // The tags to be assigned to the DB cluster snapshot. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBClusterSnapshotInput) GoString ¶ added in v0.7.1
func (s CreateDBClusterSnapshotInput) GoString() string
GoString returns the string representation
func (*CreateDBClusterSnapshotInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *CreateDBClusterSnapshotInput) SetDBClusterIdentifier(v string) *CreateDBClusterSnapshotInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*CreateDBClusterSnapshotInput) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *CreateDBClusterSnapshotInput) SetDBClusterSnapshotIdentifier(v string) *CreateDBClusterSnapshotInput
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (*CreateDBClusterSnapshotInput) SetTags ¶ added in v1.5.0
func (s *CreateDBClusterSnapshotInput) SetTags(v []*Tag) *CreateDBClusterSnapshotInput
SetTags sets the Tags field's value.
func (CreateDBClusterSnapshotInput) String ¶ added in v0.7.1
func (s CreateDBClusterSnapshotInput) String() string
String returns the string representation
func (*CreateDBClusterSnapshotInput) Validate ¶ added in v1.1.21
func (s *CreateDBClusterSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBClusterSnapshotOutput ¶ added in v0.7.1
type CreateDBClusterSnapshotOutput struct { // Contains the details for an Amazon RDS DB cluster snapshot // // This data type is used as a response element in the DescribeDBClusterSnapshots // action. DBClusterSnapshot *DBClusterSnapshot `type:"structure"` // contains filtered or unexported fields }
func (CreateDBClusterSnapshotOutput) GoString ¶ added in v0.7.1
func (s CreateDBClusterSnapshotOutput) GoString() string
GoString returns the string representation
func (*CreateDBClusterSnapshotOutput) SetDBClusterSnapshot ¶ added in v1.5.0
func (s *CreateDBClusterSnapshotOutput) SetDBClusterSnapshot(v *DBClusterSnapshot) *CreateDBClusterSnapshotOutput
SetDBClusterSnapshot sets the DBClusterSnapshot field's value.
func (CreateDBClusterSnapshotOutput) String ¶ added in v0.7.1
func (s CreateDBClusterSnapshotOutput) String() string
String returns the string representation
type CreateDBInstanceInput ¶
type CreateDBInstanceInput struct { // The amount of storage (in gibibytes) to allocate for the DB instance. // // Type: Integer // // Amazon Aurora // // Not applicable. Aurora cluster volumes automatically grow as the amount of // data in your database increases, though you are only charged for the space // that you use in an Aurora cluster volume. // // MySQL // // Constraints to the amount of storage for each storage type are the following: // // * General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536. // // * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. // // * Magnetic storage (standard): Must be an integer from 5 to 3072. // // MariaDB // // Constraints to the amount of storage for each storage type are the following: // // * General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536. // // * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. // // * Magnetic storage (standard): Must be an integer from 5 to 3072. // // PostgreSQL // // Constraints to the amount of storage for each storage type are the following: // // * General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536. // // * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. // // * Magnetic storage (standard): Must be an integer from 5 to 3072. // // Oracle // // Constraints to the amount of storage for each storage type are the following: // // * General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536. // // * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. // // * Magnetic storage (standard): Must be an integer from 10 to 3072. // // SQL Server // // Constraints to the amount of storage for each storage type are the following: // // * General Purpose (SSD) storage (gp2): Enterprise and Standard editions: // Must be an integer from 200 to 16384. Web and Express editions: Must be // an integer from 20 to 16384. // // * Provisioned IOPS storage (io1): Enterprise and Standard editions: Must // be an integer from 200 to 16384. Web and Express editions: Must be an // integer from 100 to 16384. // // * Magnetic storage (standard): Enterprise and Standard editions: Must // be an integer from 200 to 1024. Web and Express editions: Must be an integer // from 20 to 1024. AllocatedStorage *int64 `type:"integer"` // A value that indicates whether minor engine upgrades are applied automatically // to the DB instance during the maintenance window. By default, minor engine // upgrades are applied automatically. AutoMinorVersionUpgrade *bool `type:"boolean"` // The Availability Zone (AZ) where the database will be created. For information // on AWS Regions and Availability Zones, see Regions and Availability Zones // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html). // // Default: A random, system-chosen Availability Zone in the endpoint's AWS // Region. // // Example: us-east-1d // // Constraint: The AvailabilityZone parameter can't be specified if the DB instance // is a Multi-AZ deployment. The specified Availability Zone must be in the // same AWS Region as the current endpoint. // // If you're creating a DB instance in an RDS on VMware environment, specify // the identifier of the custom Availability Zone to create the DB instance // in. // // For more information about RDS on VMware, see the RDS on VMware User Guide. // (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html) AvailabilityZone *string `type:"string"` // The number of days for which automated backups are retained. Setting this // parameter to a positive number enables backups. Setting this parameter to // 0 disables automated backups. // // Amazon Aurora // // Not applicable. The retention period for automated backups is managed by // the DB cluster. // // Default: 1 // // Constraints: // // * Must be a value from 0 to 35 // // * Can't be set to 0 if the DB instance is a source to read replicas BackupRetentionPeriod *int64 `type:"integer"` // For supported engines, indicates that the DB instance should be associated // with the specified CharacterSet. // // Amazon Aurora // // Not applicable. The character set is managed by the DB cluster. For more // information, see CreateDBCluster. CharacterSetName *string `type:"string"` // A value that indicates whether to copy tags from the DB instance to snapshots // of the DB instance. By default, tags are not copied. // // Amazon Aurora // // Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting // this value for an Aurora DB instance has no effect on the DB cluster setting. CopyTagsToSnapshot *bool `type:"boolean"` // The identifier of the DB cluster that the instance will belong to. DBClusterIdentifier *string `type:"string"` // The compute and memory capacity of the DB instance, for example, db.m4.large. // Not all DB instance classes are available in all AWS Regions, or for all // database engines. For the full list of DB instance classes, and availability // for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // DBInstanceClass is a required field DBInstanceClass *string `type:"string" required:"true"` // The DB instance identifier. This parameter is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: mydbinstance // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The meaning of this parameter differs according to the database engine you // use. // // MySQL // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. // // Constraints: // // * Must contain 1 to 64 letters or numbers. // // * Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // * Can't be a word reserved by the specified database engine // // MariaDB // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. // // Constraints: // // * Must contain 1 to 64 letters or numbers. // // * Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // * Can't be a word reserved by the specified database engine // // PostgreSQL // // The name of the database to create when the DB instance is created. If this // parameter isn't specified, no database is created in the DB instance. // // Constraints: // // * Must contain 1 to 63 letters, numbers, or underscores. // // * Must begin with a letter. Subsequent characters can be letters, underscores, // or digits (0-9). // // * Can't be a word reserved by the specified database engine // // Oracle // // The Oracle System ID (SID) of the created DB instance. If you specify null, // the default value ORCL is used. You can't specify the string NULL, or any // other reserved word, for DBName. // // Default: ORCL // // Constraints: // // * Can't be longer than 8 characters // // SQL Server // // Not applicable. Must be null. // // Amazon Aurora // // The name of the database to create when the primary instance of the DB cluster // is created. If this parameter isn't specified, no database is created in // the DB instance. // // Constraints: // // * Must contain 1 to 64 letters or numbers. // // * Can't be a word reserved by the specified database engine DBName *string `type:"string"` // The name of the DB parameter group to associate with this DB instance. If // you do not specify a value, then the default DB parameter group for the specified // DB engine and version is used. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens DBParameterGroupName *string `type:"string"` // A list of DB security groups to associate with this DB instance. // // Default: The default DB security group for the database engine. DBSecurityGroups []*string `locationNameList:"DBSecurityGroupName" type:"list"` // A DB subnet group to associate with this DB instance. // // If there is no DB subnet group, then it is a non-VPC DB instance. DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). // // Amazon Aurora // // Not applicable. You can enable or disable deletion protection for the DB // cluster. For more information, see CreateDBCluster. DB instances in a DB // cluster can be deleted even when deletion protection is enabled for the DB // cluster. DeletionProtection *bool `type:"boolean"` // The Active Directory directory ID to create the DB instance in. Currently, // only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can // be created in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of log types that need to be enabled for exporting to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Relational Database Service User Guide. // // Amazon Aurora // // Not applicable. CloudWatch Logs exports are managed by the DB cluster. // // MariaDB // // Possible values are audit, error, general, and slowquery. // // Microsoft SQL Server // // Possible values are agent and error. // // MySQL // // Possible values are audit, error, general, and slowquery. // // Oracle // // Possible values are alert, audit, listener, trace, and oemagent. // // PostgreSQL // // Possible values are postgresql and upgrade. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable a customer-owned IP address (CoIP) // for an RDS on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing) // in the AWS Outposts User Guide. EnableCustomerOwnedIp *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts to // database accounts is managed by the DB cluster. // // For more information, see IAM Database Authentication for MySQL and PostgreSQL // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // A value that indicates whether to enable Performance Insights for the DB // instance. // // For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon Relational Database Service User Guide. EnablePerformanceInsights *bool `type:"boolean"` // The name of the database engine to be used for this instance. // // Not every database engine is available for every AWS Region. // // Valid Values: // // * aurora (for MySQL 5.6-compatible Aurora) // // * aurora-mysql (for MySQL 5.7-compatible Aurora) // // * aurora-postgresql // // * mariadb // // * mysql // // * oracle-ee // // * oracle-se2 // // * oracle-se1 // // * oracle-se // // * postgres // // * sqlserver-ee // // * sqlserver-se // // * sqlserver-ex // // * sqlserver-web // // Engine is a required field Engine *string `type:"string" required:"true"` // The version number of the database engine to use. // // For a list of valid engine versions, use the DescribeDBEngineVersions action. // // The following are the database engines and links to information about the // major and minor versions that are available with Amazon RDS. Not every database // engine is available for every AWS Region. // // Amazon Aurora // // Not applicable. The version number of the database engine to be used by the // DB instance is managed by the DB cluster. // // MariaDB // // See MariaDB on Amazon RDS Versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // Microsoft SQL Server // // See Microsoft SQL Server Versions on Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) // in the Amazon RDS User Guide. // // MySQL // // See MySQL on Amazon RDS Versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) // in the Amazon RDS User Guide. // // Oracle // // See Oracle Database Engine Release Notes (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html) // in the Amazon RDS User Guide. // // PostgreSQL // // See Amazon RDS for PostgreSQL versions and extensions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts) // in the Amazon RDS User Guide. EngineVersion *string `type:"string"` // The amount of Provisioned IOPS (input/output operations per second) to be // initially allocated for the DB instance. For information about valid Iops // values, see Amazon RDS Provisioned IOPS Storage to Improve Performance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) // in the Amazon RDS User Guide. // // Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must // be a multiple between .5 and 50 of the storage amount for the DB instance. // For SQL Server DB instances, must be a multiple between 1 and 50 of the storage // amount for the DB instance. Iops *int64 `type:"integer"` // The AWS KMS key identifier for an encrypted DB instance. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // Amazon Aurora // // Not applicable. The AWS KMS key identifier is managed by the DB cluster. // For more information, see CreateDBCluster. // // If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId // parameter, then Amazon RDS uses your default CMK. There is a default CMK // for your AWS account. Your AWS account has a different default CMK for each // AWS Region. KmsKeyId *string `type:"string"` // License model information for this DB instance. // // Valid values: license-included | bring-your-own-license | general-public-license LicenseModel *string `type:"string"` // The password for the master user. The password can include any printable // ASCII character except "/", """, or "@". // // Amazon Aurora // // Not applicable. The password for the master user is managed by the DB cluster. // // MariaDB // // Constraints: Must contain from 8 to 41 characters. // // Microsoft SQL Server // // Constraints: Must contain from 8 to 128 characters. // // MySQL // // Constraints: Must contain from 8 to 41 characters. // // Oracle // // Constraints: Must contain from 8 to 30 characters. // // PostgreSQL // // Constraints: Must contain from 8 to 128 characters. MasterUserPassword *string `type:"string"` // The name for the master user. // // Amazon Aurora // // Not applicable. The name for the master user is managed by the DB cluster. // // MariaDB // // Constraints: // // * Required for MariaDB. // // * Must be 1 to 16 letters or numbers. // // * Can't be a reserved word for the chosen database engine. // // Microsoft SQL Server // // Constraints: // // * Required for SQL Server. // // * Must be 1 to 128 letters or numbers. // // * The first character must be a letter. // // * Can't be a reserved word for the chosen database engine. // // MySQL // // Constraints: // // * Required for MySQL. // // * Must be 1 to 16 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. // // Oracle // // Constraints: // // * Required for Oracle. // // * Must be 1 to 30 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. // // PostgreSQL // // Constraints: // // * Required for PostgreSQL. // // * Must be 1 to 63 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. MasterUsername *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB instance. To disable collecting Enhanced Monitoring // metrics, specify 0. The default is 0. // // If MonitoringRoleArn is specified, then you must also set MonitoringInterval // to a value other than 0. // // Valid Values: 0, 1, 5, 10, 15, 30, 60 MonitoringInterval *int64 `type:"integer"` // The ARN for the IAM role that permits RDS to send enhanced monitoring metrics // to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, go to Setting Up and Enabling // Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, then you must supply // a MonitoringRoleArn value. MonitoringRoleArn *string `type:"string"` // A value that indicates whether the DB instance is a Multi-AZ deployment. // You can't set the AvailabilityZone parameter if the DB instance is a Multi-AZ // deployment. MultiAZ *bool `type:"boolean"` // The name of the NCHAR character set for the Oracle DB instance. NcharCharacterSetName *string `type:"string"` // A value that indicates that the DB instance should be associated with the // specified option group. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group. Also, that option group can't be removed // from a DB instance once it is associated with a DB instance OptionGroupName *string `type:"string"` // The AWS KMS key identifier for encryption of Performance Insights data. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). // // If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default CMK. There is a default CMK for your AWS account. Your // AWS account has a different default CMK for each AWS Region. PerformanceInsightsKMSKeyId *string `type:"string"` // The amount of time, in days, to retain Performance Insights data. Valid values // are 7 or 731 (2 years). PerformanceInsightsRetentionPeriod *int64 `type:"integer"` // The port number on which the database accepts connections. // // MySQL // // Default: 3306 // // Valid values: 1150-65535 // // Type: Integer // // MariaDB // // Default: 3306 // // Valid values: 1150-65535 // // Type: Integer // // PostgreSQL // // Default: 5432 // // Valid values: 1150-65535 // // Type: Integer // // Oracle // // Default: 1521 // // Valid values: 1150-65535 // // SQL Server // // Default: 1433 // // Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and // 49152-49156. // // Amazon Aurora // // Default: 3306 // // Valid values: 1150-65535 // // Type: Integer Port *int64 `type:"integer"` // The daily time range during which automated backups are created if automated // backups are enabled, using the BackupRetentionPeriod parameter. For more // information, see The Backup Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) // in the Amazon RDS User Guide. // // Amazon Aurora // // Not applicable. The daily time range for creating automated backups is managed // by the DB cluster. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region. To see the time blocks available, see Adjusting // the Preferred DB Instance Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow) // in the Amazon RDS User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // The time range each week during which system maintenance can occur, in Universal // Coordinated Time (UTC). For more information, see Amazon RDS Maintenance // Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance). // // Format: ddd:hh24:mi-ddd:hh24:mi // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region, occurring on a random day of the week. // // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. // // Constraints: Minimum 30-minute window. PreferredMaintenanceWindow *string `type:"string"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that specifies the order in which an Aurora Replica is promoted to // the primary instance after a failure of the existing primary instance. For // more information, see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance) // in the Amazon Aurora User Guide. // // Default: 1 // // Valid Values: 0 - 15 PromotionTier *int64 `type:"integer"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // Default: The default behavior varies depending on whether DBSubnetGroupName // is specified. // // If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, // the following applies: // // * If the default VPC in the target region doesn’t have an Internet gateway // attached to it, the DB instance is private. // // * If the default VPC in the target region has an Internet gateway attached // to it, the DB instance is public. // // If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, // the following applies: // // * If the subnets are part of a VPC that doesn’t have an Internet gateway // attached to it, the DB instance is private. // // * If the subnets are part of a VPC that has an Internet gateway attached // to it, the DB instance is public. PubliclyAccessible *bool `type:"boolean"` // A value that indicates whether the DB instance is encrypted. By default, // it isn't encrypted. // // Amazon Aurora // // Not applicable. The encryption for DB instances is managed by the DB cluster. StorageEncrypted *bool `type:"boolean"` // Specifies the storage type to be associated with the DB instance. // // Valid values: standard | gp2 | io1 // // If you specify io1, you must also include a value for the Iops parameter. // // Default: io1 if the Iops parameter is specified, otherwise gp2 StorageType *string `type:"string"` // Tags to assign to the DB instance. Tags []*Tag `locationNameList:"Tag" type:"list"` // The ARN from the key store with which to associate the instance for TDE encryption. TdeCredentialArn *string `type:"string"` // The password for the given ARN from the key store in order to access the // device. TdeCredentialPassword *string `type:"string"` // The time zone of the DB instance. The time zone parameter is currently supported // only by Microsoft SQL Server (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone). Timezone *string `type:"string"` // A list of Amazon EC2 VPC security groups to associate with this DB instance. // // Amazon Aurora // // Not applicable. The associated list of EC2 VPC security groups is managed // by the DB cluster. // // Default: The default EC2 VPC security group for the DB subnet group's VPC. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (CreateDBInstanceInput) GoString ¶ added in v0.6.5
func (s CreateDBInstanceInput) GoString() string
GoString returns the string representation
func (*CreateDBInstanceInput) SetAllocatedStorage ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetAllocatedStorage(v int64) *CreateDBInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*CreateDBInstanceInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateDBInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*CreateDBInstanceInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetAvailabilityZone(v string) *CreateDBInstanceInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateDBInstanceInput) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetBackupRetentionPeriod(v int64) *CreateDBInstanceInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*CreateDBInstanceInput) SetCharacterSetName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetCharacterSetName(v string) *CreateDBInstanceInput
SetCharacterSetName sets the CharacterSetName field's value.
func (*CreateDBInstanceInput) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetCopyTagsToSnapshot(v bool) *CreateDBInstanceInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*CreateDBInstanceInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBClusterIdentifier(v string) *CreateDBInstanceInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*CreateDBInstanceInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBInstanceClass(v string) *CreateDBInstanceInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*CreateDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBInstanceIdentifier(v string) *CreateDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*CreateDBInstanceInput) SetDBName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBName(v string) *CreateDBInstanceInput
SetDBName sets the DBName field's value.
func (*CreateDBInstanceInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBParameterGroupName(v string) *CreateDBInstanceInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*CreateDBInstanceInput) SetDBSecurityGroups ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBSecurityGroups(v []*string) *CreateDBInstanceInput
SetDBSecurityGroups sets the DBSecurityGroups field's value.
func (*CreateDBInstanceInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDBSubnetGroupName(v string) *CreateDBInstanceInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*CreateDBInstanceInput) SetDeletionProtection ¶ added in v1.15.43
func (s *CreateDBInstanceInput) SetDeletionProtection(v bool) *CreateDBInstanceInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*CreateDBInstanceInput) SetDomain ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDomain(v string) *CreateDBInstanceInput
SetDomain sets the Domain field's value.
func (*CreateDBInstanceInput) SetDomainIAMRoleName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetDomainIAMRoleName(v string) *CreateDBInstanceInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*CreateDBInstanceInput) SetEnableCloudwatchLogsExports ¶ added in v1.12.63
func (s *CreateDBInstanceInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBInstanceInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*CreateDBInstanceInput) SetEnableCustomerOwnedIp ¶ added in v1.36.14
func (s *CreateDBInstanceInput) SetEnableCustomerOwnedIp(v bool) *CreateDBInstanceInput
SetEnableCustomerOwnedIp sets the EnableCustomerOwnedIp field's value.
func (*CreateDBInstanceInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *CreateDBInstanceInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBInstanceInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*CreateDBInstanceInput) SetEnablePerformanceInsights ¶ added in v1.10.50
func (s *CreateDBInstanceInput) SetEnablePerformanceInsights(v bool) *CreateDBInstanceInput
SetEnablePerformanceInsights sets the EnablePerformanceInsights field's value.
func (*CreateDBInstanceInput) SetEngine ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetEngine(v string) *CreateDBInstanceInput
SetEngine sets the Engine field's value.
func (*CreateDBInstanceInput) SetEngineVersion ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetEngineVersion(v string) *CreateDBInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*CreateDBInstanceInput) SetIops ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetIops(v int64) *CreateDBInstanceInput
SetIops sets the Iops field's value.
func (*CreateDBInstanceInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetKmsKeyId(v string) *CreateDBInstanceInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateDBInstanceInput) SetLicenseModel ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetLicenseModel(v string) *CreateDBInstanceInput
SetLicenseModel sets the LicenseModel field's value.
func (*CreateDBInstanceInput) SetMasterUserPassword ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetMasterUserPassword(v string) *CreateDBInstanceInput
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*CreateDBInstanceInput) SetMasterUsername ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetMasterUsername(v string) *CreateDBInstanceInput
SetMasterUsername sets the MasterUsername field's value.
func (*CreateDBInstanceInput) SetMaxAllocatedStorage ¶ added in v1.20.5
func (s *CreateDBInstanceInput) SetMaxAllocatedStorage(v int64) *CreateDBInstanceInput
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*CreateDBInstanceInput) SetMonitoringInterval ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetMonitoringInterval(v int64) *CreateDBInstanceInput
SetMonitoringInterval sets the MonitoringInterval field's value.
func (*CreateDBInstanceInput) SetMonitoringRoleArn ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetMonitoringRoleArn(v string) *CreateDBInstanceInput
SetMonitoringRoleArn sets the MonitoringRoleArn field's value.
func (*CreateDBInstanceInput) SetMultiAZ ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetMultiAZ(v bool) *CreateDBInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*CreateDBInstanceInput) SetNcharCharacterSetName ¶ added in v1.35.2
func (s *CreateDBInstanceInput) SetNcharCharacterSetName(v string) *CreateDBInstanceInput
SetNcharCharacterSetName sets the NcharCharacterSetName field's value.
func (*CreateDBInstanceInput) SetOptionGroupName ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetOptionGroupName(v string) *CreateDBInstanceInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*CreateDBInstanceInput) SetPerformanceInsightsKMSKeyId ¶ added in v1.10.50
func (s *CreateDBInstanceInput) SetPerformanceInsightsKMSKeyId(v string) *CreateDBInstanceInput
SetPerformanceInsightsKMSKeyId sets the PerformanceInsightsKMSKeyId field's value.
func (*CreateDBInstanceInput) SetPerformanceInsightsRetentionPeriod ¶ added in v1.14.10
func (s *CreateDBInstanceInput) SetPerformanceInsightsRetentionPeriod(v int64) *CreateDBInstanceInput
SetPerformanceInsightsRetentionPeriod sets the PerformanceInsightsRetentionPeriod field's value.
func (*CreateDBInstanceInput) SetPort ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetPort(v int64) *CreateDBInstanceInput
SetPort sets the Port field's value.
func (*CreateDBInstanceInput) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetPreferredBackupWindow(v string) *CreateDBInstanceInput
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*CreateDBInstanceInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateDBInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*CreateDBInstanceInput) SetProcessorFeatures ¶ added in v1.14.1
func (s *CreateDBInstanceInput) SetProcessorFeatures(v []*ProcessorFeature) *CreateDBInstanceInput
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*CreateDBInstanceInput) SetPromotionTier ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetPromotionTier(v int64) *CreateDBInstanceInput
SetPromotionTier sets the PromotionTier field's value.
func (*CreateDBInstanceInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetPubliclyAccessible(v bool) *CreateDBInstanceInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*CreateDBInstanceInput) SetStorageEncrypted ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetStorageEncrypted(v bool) *CreateDBInstanceInput
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*CreateDBInstanceInput) SetStorageType ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetStorageType(v string) *CreateDBInstanceInput
SetStorageType sets the StorageType field's value.
func (*CreateDBInstanceInput) SetTags ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetTags(v []*Tag) *CreateDBInstanceInput
SetTags sets the Tags field's value.
func (*CreateDBInstanceInput) SetTdeCredentialArn ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetTdeCredentialArn(v string) *CreateDBInstanceInput
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*CreateDBInstanceInput) SetTdeCredentialPassword ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetTdeCredentialPassword(v string) *CreateDBInstanceInput
SetTdeCredentialPassword sets the TdeCredentialPassword field's value.
func (*CreateDBInstanceInput) SetTimezone ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetTimezone(v string) *CreateDBInstanceInput
SetTimezone sets the Timezone field's value.
func (*CreateDBInstanceInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *CreateDBInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateDBInstanceInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (CreateDBInstanceInput) String ¶ added in v0.6.5
func (s CreateDBInstanceInput) String() string
String returns the string representation
func (*CreateDBInstanceInput) Validate ¶ added in v1.1.21
func (s *CreateDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBInstanceOutput ¶
type CreateDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (CreateDBInstanceOutput) GoString ¶ added in v0.6.5
func (s CreateDBInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateDBInstanceOutput) SetDBInstance ¶ added in v1.5.0
func (s *CreateDBInstanceOutput) SetDBInstance(v *DBInstance) *CreateDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (CreateDBInstanceOutput) String ¶ added in v0.6.5
func (s CreateDBInstanceOutput) String() string
String returns the string representation
type CreateDBInstanceReadReplicaInput ¶
type CreateDBInstanceReadReplicaInput struct { // A value that indicates whether minor engine upgrades are applied automatically // to the read replica during the maintenance window. // // Default: Inherits from the source DB instance AutoMinorVersionUpgrade *bool `type:"boolean"` // The Availability Zone (AZ) where the read replica will be created. // // Default: A random, system-chosen Availability Zone in the endpoint's AWS // Region. // // Example: us-east-1d AvailabilityZone *string `type:"string"` // A value that indicates whether to copy all tags from the read replica to // snapshots of the read replica. By default, tags are not copied. CopyTagsToSnapshot *bool `type:"boolean"` // The compute and memory capacity of the read replica, for example, db.m4.large. // Not all DB instance classes are available in all AWS Regions, or for all // database engines. For the full list of DB instance classes, and availability // for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // Default: Inherits from the source DB instance. DBInstanceClass *string `type:"string"` // The DB instance identifier of the read replica. This identifier is the unique // key that identifies a DB instance. This parameter is stored as a lowercase // string. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the DB parameter group to associate with this DB instance. // // If you do not specify a value for DBParameterGroupName, then Amazon RDS uses // the DBParameterGroup of source DB instance for a same region read replica, // or the default DBParameterGroup for the specified DB engine for a cross region // read replica. // // Currently, specifying a parameter group for this operation is only supported // for Oracle DB instances. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens DBParameterGroupName *string `type:"string"` // Specifies a DB subnet group for the DB instance. The new DB instance is created // in the VPC associated with the DB subnet group. If no DB subnet group is // specified, then the new DB instance isn't created in a VPC. // // Constraints: // // * Can only be specified if the source DB instance identifier specifies // a DB instance in another AWS Region. // // * If supplied, must match the name of an existing DBSubnetGroup. // // * The specified DB subnet group must be in the same AWS Region in which // the operation is running. // // * All read replicas in one AWS Region that are created from the same source // DB instance must either:> Specify DB subnet groups from the same VPC. // All these read replicas are created in the same VPC. Not specify a DB // subnet group. All these read replicas are created outside of any VPC. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `type:"string"` // The Active Directory directory ID to create the DB instance in. Currently, // only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can // be created in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the new DB instance is to export to CloudWatch Logs. // The values in the list depend on the DB engine being used. For more information, // see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information about IAM database authentication, see IAM Database // Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // A value that indicates whether to enable Performance Insights for the read // replica. // // For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon RDS User Guide. EnablePerformanceInsights *bool `type:"boolean"` // The amount of Provisioned IOPS (input/output operations per second) to be // initially allocated for the DB instance. Iops *int64 `type:"integer"` // The AWS KMS key identifier for an encrypted read replica. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS CMK. // // If you create an encrypted read replica in the same AWS Region as the source // DB instance, then do not specify a value for this parameter. A read replica // in the same Region is always encrypted with the same AWS KMS CMK as the source // DB instance. // // If you create an encrypted read replica in a different AWS Region, then you // must specify a AWS KMS key identifier for the destination AWS Region. AWS // KMS CMKs are specific to the AWS Region that they are created in, and you // can't use CMKs from one AWS Region in another AWS Region. // // You can't create an encrypted read replica from an unencrypted DB instance. KmsKeyId *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the read replica. To disable collecting Enhanced Monitoring // metrics, specify 0. The default is 0. // // If MonitoringRoleArn is specified, then you must also set MonitoringInterval // to a value other than 0. // // Valid Values: 0, 1, 5, 10, 15, 30, 60 MonitoringInterval *int64 `type:"integer"` // The ARN for the IAM role that permits RDS to send enhanced monitoring metrics // to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, go to To create an IAM role // for Amazon RDS Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, then you must supply // a MonitoringRoleArn value. MonitoringRoleArn *string `type:"string"` // A value that indicates whether the read replica is in a Multi-AZ deployment. // // You can create a read replica as a Multi-AZ DB instance. RDS creates a standby // of your replica in another Availability Zone for failover support for the // replica. Creating your read replica as a Multi-AZ DB instance is independent // of whether the source database is a Multi-AZ DB instance. MultiAZ *bool `type:"boolean"` // The option group the DB instance is associated with. If omitted, the option // group associated with the source instance is used. // // For SQL Server, you must use the option group associated with the source // instance. OptionGroupName *string `type:"string"` // The AWS KMS key identifier for encryption of Performance Insights data. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). // // If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default CMK. There is a default CMK for your AWS account. Your // AWS account has a different default CMK for each AWS Region. PerformanceInsightsKMSKeyId *string `type:"string"` // The amount of time, in days, to retain Performance Insights data. Valid values // are 7 or 731 (2 years). PerformanceInsightsRetentionPeriod *int64 `type:"integer"` // The port number that the DB instance uses for connections. // // Default: Inherits from the source DB instance // // Valid Values: 1150-65535 Port *int64 `type:"integer"` // The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica // API action in the source AWS Region that contains the source DB instance. // // You must specify this parameter when you create an encrypted read replica // from another AWS Region by using the Amazon RDS API. Don't specify PreSignedUrl // when you are creating an encrypted read replica in the same AWS Region. // // The presigned URL must be a valid request for the CreateDBInstanceReadReplica // API action that can be executed in the source AWS Region that contains the // encrypted source DB instance. The presigned URL request must contain the // following parameter values: // // * DestinationRegion - The AWS Region that the encrypted read replica is // created in. This AWS Region is the same one where the CreateDBInstanceReadReplica // action is called that contains this presigned URL. For example, if you // create an encrypted DB instance in the us-west-1 AWS Region, from a source // DB instance in the us-east-2 AWS Region, then you call the CreateDBInstanceReadReplica // action in the us-east-1 AWS Region and provide a presigned URL that contains // a call to the CreateDBInstanceReadReplica action in the us-west-2 AWS // Region. For this example, the DestinationRegion in the presigned URL must // be set to the us-east-1 AWS Region. // // * KmsKeyId - The AWS KMS key identifier for the key to use to encrypt // the read replica in the destination AWS Region. This is the same identifier // for both the CreateDBInstanceReadReplica action that is called in the // destination AWS Region, and the action contained in the presigned URL. // // * SourceDBInstanceIdentifier - The DB instance identifier for the encrypted // DB instance to be replicated. This identifier must be in the Amazon Resource // Name (ARN) format for the source AWS Region. For example, if you are creating // an encrypted read replica from a DB instance in the us-west-2 AWS Region, // then your SourceDBInstanceIdentifier looks like the following example: // arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. // // To learn how to generate a Signature Version 4 signed request, see Authenticating // Requests: Using Query Parameters (AWS Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) // and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). // // If you are using an AWS SDK tool or the AWS CLI, you can specify SourceRegion // (or --source-region for the AWS CLI) instead of specifying PreSignedUrl manually. // Specifying SourceRegion autogenerates a presigned URL that is a valid request // for the operation that can be executed in the source AWS Region. // // SourceRegion isn't supported for SQL Server, because SQL Server on Amazon // RDS doesn't support cross-region read replicas. PreSignedUrl *string `type:"string"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // For more information, see CreateDBInstance. PubliclyAccessible *bool `type:"boolean"` // The open mode of the replica database: mounted or read-only. // // This parameter is only supported for Oracle DB instances. // // Mounted DB replicas are included in Oracle Enterprise Edition. The main use // case for mounted replicas is cross-Region disaster recovery. The primary // database doesn't use Active Data Guard to transmit information to the mounted // replica. Because it doesn't accept user connections, a mounted replica can't // serve a read-only workload. // // You can create a combination of mounted and read-only DB replicas for the // same primary DB instance. For more information, see Working with Oracle Read // Replicas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) // in the Amazon RDS User Guide. ReplicaMode *string `type:"string" enum:"ReplicaMode"` // The identifier of the DB instance that will act as the source for the read // replica. Each DB instance can have up to five read replicas. // // Constraints: // // * Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, // or SQL Server DB instance. // // * Can specify a DB instance that is a MySQL read replica only if the source // is running MySQL 5.6 or later. // // * For the limitations of Oracle read replicas, see Read Replica Limitations // with Oracle (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) // in the Amazon RDS User Guide. // // * For the limitations of SQL Server read replicas, see Read Replica Limitations // with Microsoft SQL Server (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.ReadReplicas.Limitations.html) // in the Amazon RDS User Guide. // // * Can specify a PostgreSQL DB instance only if the source is running PostgreSQL // 9.3.5 or later (9.4.7 and higher for cross-region replication). // // * The specified DB instance must have automatic backups enabled, that // is, its backup retention period must be greater than 0. // // * If the source DB instance is in the same AWS Region as the read replica, // specify a valid DB instance identifier. // // * If the source DB instance is in a different AWS Region from the read // replica, specify a valid DB instance ARN. For more information, see Constructing // an ARN for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon RDS User Guide. This doesn't apply to SQL Server, which // doesn't support cross-region replicas. // // SourceDBInstanceIdentifier is a required field SourceDBInstanceIdentifier *string `type:"string" required:"true"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `type:"string" ignore:"true"` // Specifies the storage type to be associated with the read replica. // // Valid values: standard | gp2 | io1 // // If you specify io1, you must also include a value for the Iops parameter. // // Default: io1 if the Iops parameter is specified, otherwise gp2 StorageType *string `type:"string"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A value that indicates whether the DB instance class of the DB instance uses // its default processor features. UseDefaultProcessorFeatures *bool `type:"boolean"` // A list of EC2 VPC security groups to associate with the read replica. // // Default: The default EC2 VPC security group for the DB subnet group's VPC. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (CreateDBInstanceReadReplicaInput) GoString ¶ added in v0.6.5
func (s CreateDBInstanceReadReplicaInput) GoString() string
GoString returns the string representation
func (*CreateDBInstanceReadReplicaInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetAutoMinorVersionUpgrade(v bool) *CreateDBInstanceReadReplicaInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*CreateDBInstanceReadReplicaInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetAvailabilityZone(v string) *CreateDBInstanceReadReplicaInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateDBInstanceReadReplicaInput) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetCopyTagsToSnapshot(v bool) *CreateDBInstanceReadReplicaInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*CreateDBInstanceReadReplicaInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetDBInstanceClass(v string) *CreateDBInstanceReadReplicaInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*CreateDBInstanceReadReplicaInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetDBInstanceIdentifier(v string) *CreateDBInstanceReadReplicaInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*CreateDBInstanceReadReplicaInput) SetDBParameterGroupName ¶ added in v1.23.20
func (s *CreateDBInstanceReadReplicaInput) SetDBParameterGroupName(v string) *CreateDBInstanceReadReplicaInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*CreateDBInstanceReadReplicaInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetDBSubnetGroupName(v string) *CreateDBInstanceReadReplicaInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*CreateDBInstanceReadReplicaInput) SetDeletionProtection ¶ added in v1.15.43
func (s *CreateDBInstanceReadReplicaInput) SetDeletionProtection(v bool) *CreateDBInstanceReadReplicaInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*CreateDBInstanceReadReplicaInput) SetDestinationRegion ¶ added in v1.6.17
func (s *CreateDBInstanceReadReplicaInput) SetDestinationRegion(v string) *CreateDBInstanceReadReplicaInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*CreateDBInstanceReadReplicaInput) SetDomain ¶ added in v1.25.2
func (s *CreateDBInstanceReadReplicaInput) SetDomain(v string) *CreateDBInstanceReadReplicaInput
SetDomain sets the Domain field's value.
func (*CreateDBInstanceReadReplicaInput) SetDomainIAMRoleName ¶ added in v1.25.2
func (s *CreateDBInstanceReadReplicaInput) SetDomainIAMRoleName(v string) *CreateDBInstanceReadReplicaInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*CreateDBInstanceReadReplicaInput) SetEnableCloudwatchLogsExports ¶ added in v1.12.63
func (s *CreateDBInstanceReadReplicaInput) SetEnableCloudwatchLogsExports(v []*string) *CreateDBInstanceReadReplicaInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*CreateDBInstanceReadReplicaInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *CreateDBInstanceReadReplicaInput) SetEnableIAMDatabaseAuthentication(v bool) *CreateDBInstanceReadReplicaInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*CreateDBInstanceReadReplicaInput) SetEnablePerformanceInsights ¶ added in v1.10.50
func (s *CreateDBInstanceReadReplicaInput) SetEnablePerformanceInsights(v bool) *CreateDBInstanceReadReplicaInput
SetEnablePerformanceInsights sets the EnablePerformanceInsights field's value.
func (*CreateDBInstanceReadReplicaInput) SetIops ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetIops(v int64) *CreateDBInstanceReadReplicaInput
SetIops sets the Iops field's value.
func (*CreateDBInstanceReadReplicaInput) SetKmsKeyId ¶ added in v1.6.17
func (s *CreateDBInstanceReadReplicaInput) SetKmsKeyId(v string) *CreateDBInstanceReadReplicaInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateDBInstanceReadReplicaInput) SetMaxAllocatedStorage ¶ added in v1.35.22
func (s *CreateDBInstanceReadReplicaInput) SetMaxAllocatedStorage(v int64) *CreateDBInstanceReadReplicaInput
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*CreateDBInstanceReadReplicaInput) SetMonitoringInterval ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetMonitoringInterval(v int64) *CreateDBInstanceReadReplicaInput
SetMonitoringInterval sets the MonitoringInterval field's value.
func (*CreateDBInstanceReadReplicaInput) SetMonitoringRoleArn ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetMonitoringRoleArn(v string) *CreateDBInstanceReadReplicaInput
SetMonitoringRoleArn sets the MonitoringRoleArn field's value.
func (*CreateDBInstanceReadReplicaInput) SetMultiAZ ¶ added in v1.12.60
func (s *CreateDBInstanceReadReplicaInput) SetMultiAZ(v bool) *CreateDBInstanceReadReplicaInput
SetMultiAZ sets the MultiAZ field's value.
func (*CreateDBInstanceReadReplicaInput) SetOptionGroupName ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetOptionGroupName(v string) *CreateDBInstanceReadReplicaInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*CreateDBInstanceReadReplicaInput) SetPerformanceInsightsKMSKeyId ¶ added in v1.10.50
func (s *CreateDBInstanceReadReplicaInput) SetPerformanceInsightsKMSKeyId(v string) *CreateDBInstanceReadReplicaInput
SetPerformanceInsightsKMSKeyId sets the PerformanceInsightsKMSKeyId field's value.
func (*CreateDBInstanceReadReplicaInput) SetPerformanceInsightsRetentionPeriod ¶ added in v1.14.10
func (s *CreateDBInstanceReadReplicaInput) SetPerformanceInsightsRetentionPeriod(v int64) *CreateDBInstanceReadReplicaInput
SetPerformanceInsightsRetentionPeriod sets the PerformanceInsightsRetentionPeriod field's value.
func (*CreateDBInstanceReadReplicaInput) SetPort ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetPort(v int64) *CreateDBInstanceReadReplicaInput
SetPort sets the Port field's value.
func (*CreateDBInstanceReadReplicaInput) SetPreSignedUrl ¶ added in v1.6.17
func (s *CreateDBInstanceReadReplicaInput) SetPreSignedUrl(v string) *CreateDBInstanceReadReplicaInput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (*CreateDBInstanceReadReplicaInput) SetProcessorFeatures ¶ added in v1.14.1
func (s *CreateDBInstanceReadReplicaInput) SetProcessorFeatures(v []*ProcessorFeature) *CreateDBInstanceReadReplicaInput
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*CreateDBInstanceReadReplicaInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetPubliclyAccessible(v bool) *CreateDBInstanceReadReplicaInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*CreateDBInstanceReadReplicaInput) SetReplicaMode ¶ added in v1.34.4
func (s *CreateDBInstanceReadReplicaInput) SetReplicaMode(v string) *CreateDBInstanceReadReplicaInput
SetReplicaMode sets the ReplicaMode field's value.
func (*CreateDBInstanceReadReplicaInput) SetSourceDBInstanceIdentifier ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetSourceDBInstanceIdentifier(v string) *CreateDBInstanceReadReplicaInput
SetSourceDBInstanceIdentifier sets the SourceDBInstanceIdentifier field's value.
func (*CreateDBInstanceReadReplicaInput) SetSourceRegion ¶ added in v1.6.17
func (s *CreateDBInstanceReadReplicaInput) SetSourceRegion(v string) *CreateDBInstanceReadReplicaInput
SetSourceRegion sets the SourceRegion field's value.
func (*CreateDBInstanceReadReplicaInput) SetStorageType ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetStorageType(v string) *CreateDBInstanceReadReplicaInput
SetStorageType sets the StorageType field's value.
func (*CreateDBInstanceReadReplicaInput) SetTags ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaInput) SetTags(v []*Tag) *CreateDBInstanceReadReplicaInput
SetTags sets the Tags field's value.
func (*CreateDBInstanceReadReplicaInput) SetUseDefaultProcessorFeatures ¶ added in v1.14.1
func (s *CreateDBInstanceReadReplicaInput) SetUseDefaultProcessorFeatures(v bool) *CreateDBInstanceReadReplicaInput
SetUseDefaultProcessorFeatures sets the UseDefaultProcessorFeatures field's value.
func (*CreateDBInstanceReadReplicaInput) SetVpcSecurityGroupIds ¶ added in v1.15.79
func (s *CreateDBInstanceReadReplicaInput) SetVpcSecurityGroupIds(v []*string) *CreateDBInstanceReadReplicaInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (CreateDBInstanceReadReplicaInput) String ¶ added in v0.6.5
func (s CreateDBInstanceReadReplicaInput) String() string
String returns the string representation
func (*CreateDBInstanceReadReplicaInput) Validate ¶ added in v1.1.21
func (s *CreateDBInstanceReadReplicaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBInstanceReadReplicaOutput ¶
type CreateDBInstanceReadReplicaOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (CreateDBInstanceReadReplicaOutput) GoString ¶ added in v0.6.5
func (s CreateDBInstanceReadReplicaOutput) GoString() string
GoString returns the string representation
func (*CreateDBInstanceReadReplicaOutput) SetDBInstance ¶ added in v1.5.0
func (s *CreateDBInstanceReadReplicaOutput) SetDBInstance(v *DBInstance) *CreateDBInstanceReadReplicaOutput
SetDBInstance sets the DBInstance field's value.
func (CreateDBInstanceReadReplicaOutput) String ¶ added in v0.6.5
func (s CreateDBInstanceReadReplicaOutput) String() string
String returns the string representation
type CreateDBParameterGroupInput ¶
type CreateDBParameterGroupInput struct { // The DB parameter group family name. A DB parameter group can be associated // with one and only one DB parameter group family, and can be applied only // to a DB instance running a database engine and engine version compatible // with that DB parameter group family. // // To list all of the available parameter group families, use the following // command: // // aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" // // The output contains duplicates. // // DBParameterGroupFamily is a required field DBParameterGroupFamily *string `type:"string" required:"true"` // The name of the DB parameter group. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // This value is stored as a lowercase string. // // DBParameterGroupName is a required field DBParameterGroupName *string `type:"string" required:"true"` // The description for the DB parameter group. // // Description is a required field Description *string `type:"string" required:"true"` // Tags to assign to the DB parameter group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBParameterGroupInput) GoString ¶ added in v0.6.5
func (s CreateDBParameterGroupInput) GoString() string
GoString returns the string representation
func (*CreateDBParameterGroupInput) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *CreateDBParameterGroupInput) SetDBParameterGroupFamily(v string) *CreateDBParameterGroupInput
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*CreateDBParameterGroupInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *CreateDBParameterGroupInput) SetDBParameterGroupName(v string) *CreateDBParameterGroupInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*CreateDBParameterGroupInput) SetDescription ¶ added in v1.5.0
func (s *CreateDBParameterGroupInput) SetDescription(v string) *CreateDBParameterGroupInput
SetDescription sets the Description field's value.
func (*CreateDBParameterGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateDBParameterGroupInput) SetTags(v []*Tag) *CreateDBParameterGroupInput
SetTags sets the Tags field's value.
func (CreateDBParameterGroupInput) String ¶ added in v0.6.5
func (s CreateDBParameterGroupInput) String() string
String returns the string representation
func (*CreateDBParameterGroupInput) Validate ¶ added in v1.1.21
func (s *CreateDBParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBParameterGroupOutput ¶
type CreateDBParameterGroupOutput struct { // Contains the details of an Amazon RDS DB parameter group. // // This data type is used as a response element in the DescribeDBParameterGroups // action. DBParameterGroup *DBParameterGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateDBParameterGroupOutput) GoString ¶ added in v0.6.5
func (s CreateDBParameterGroupOutput) GoString() string
GoString returns the string representation
func (*CreateDBParameterGroupOutput) SetDBParameterGroup ¶ added in v1.5.0
func (s *CreateDBParameterGroupOutput) SetDBParameterGroup(v *DBParameterGroup) *CreateDBParameterGroupOutput
SetDBParameterGroup sets the DBParameterGroup field's value.
func (CreateDBParameterGroupOutput) String ¶ added in v0.6.5
func (s CreateDBParameterGroupOutput) String() string
String returns the string representation
type CreateDBProxyInput ¶ added in v1.25.47
type CreateDBProxyInput struct { // The authorization mechanism that the proxy uses. // // Auth is a required field Auth []*UserAuthConfig `type:"list" required:"true"` // The identifier for the proxy. This name must be unique for all proxies owned // by your AWS account in the specified AWS Region. An identifier must begin // with a letter and must contain only ASCII letters, digits, and hyphens; it // can't end with a hyphen or contain two consecutive hyphens. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // Whether the proxy includes detailed information about SQL statements in its // logs. This information helps you to debug issues involving SQL behavior or // the performance and scalability of the proxy connections. The debug information // includes the text of SQL statements that you submit through the proxy. Thus, // only enable this setting when needed for debugging, and only when you have // security measures in place to safeguard any sensitive information that appears // in the logs. DebugLogging *bool `type:"boolean"` // The kinds of databases that the proxy can connect to. This value determines // which database network protocol the proxy recognizes when it interprets network // traffic to and from the database. The engine family applies to MySQL and // PostgreSQL for both RDS and Aurora. // // EngineFamily is a required field EngineFamily *string `type:"string" required:"true" enum:"EngineFamily"` // The number of seconds that a connection to the proxy can be inactive before // the proxy disconnects it. You can set this value higher or lower than the // connection timeout limit for the associated database. IdleClientTimeout *int64 `type:"integer"` // A Boolean parameter that specifies whether Transport Layer Security (TLS) // encryption is required for connections to the proxy. By enabling this setting, // you can enforce encrypted TLS connections to the proxy. RequireTLS *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access // secrets in AWS Secrets Manager. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // An optional set of key-value pairs to associate arbitrary data of your choosing // with the proxy. Tags []*Tag `locationNameList:"Tag" type:"list"` // One or more VPC security group IDs to associate with the new proxy. VpcSecurityGroupIds []*string `type:"list"` // One or more VPC subnet IDs to associate with the new proxy. // // VpcSubnetIds is a required field VpcSubnetIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateDBProxyInput) GoString ¶ added in v1.25.47
func (s CreateDBProxyInput) GoString() string
GoString returns the string representation
func (*CreateDBProxyInput) SetAuth ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetAuth(v []*UserAuthConfig) *CreateDBProxyInput
SetAuth sets the Auth field's value.
func (*CreateDBProxyInput) SetDBProxyName ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetDBProxyName(v string) *CreateDBProxyInput
SetDBProxyName sets the DBProxyName field's value.
func (*CreateDBProxyInput) SetDebugLogging ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetDebugLogging(v bool) *CreateDBProxyInput
SetDebugLogging sets the DebugLogging field's value.
func (*CreateDBProxyInput) SetEngineFamily ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetEngineFamily(v string) *CreateDBProxyInput
SetEngineFamily sets the EngineFamily field's value.
func (*CreateDBProxyInput) SetIdleClientTimeout ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetIdleClientTimeout(v int64) *CreateDBProxyInput
SetIdleClientTimeout sets the IdleClientTimeout field's value.
func (*CreateDBProxyInput) SetRequireTLS ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetRequireTLS(v bool) *CreateDBProxyInput
SetRequireTLS sets the RequireTLS field's value.
func (*CreateDBProxyInput) SetRoleArn ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetRoleArn(v string) *CreateDBProxyInput
SetRoleArn sets the RoleArn field's value.
func (*CreateDBProxyInput) SetTags ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetTags(v []*Tag) *CreateDBProxyInput
SetTags sets the Tags field's value.
func (*CreateDBProxyInput) SetVpcSecurityGroupIds ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetVpcSecurityGroupIds(v []*string) *CreateDBProxyInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (*CreateDBProxyInput) SetVpcSubnetIds ¶ added in v1.25.47
func (s *CreateDBProxyInput) SetVpcSubnetIds(v []*string) *CreateDBProxyInput
SetVpcSubnetIds sets the VpcSubnetIds field's value.
func (CreateDBProxyInput) String ¶ added in v1.25.47
func (s CreateDBProxyInput) String() string
String returns the string representation
func (*CreateDBProxyInput) Validate ¶ added in v1.25.47
func (s *CreateDBProxyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBProxyOutput ¶ added in v1.25.47
type CreateDBProxyOutput struct { // The DBProxy structure corresponding to the new proxy. DBProxy *DBProxy `type:"structure"` // contains filtered or unexported fields }
func (CreateDBProxyOutput) GoString ¶ added in v1.25.47
func (s CreateDBProxyOutput) GoString() string
GoString returns the string representation
func (*CreateDBProxyOutput) SetDBProxy ¶ added in v1.25.47
func (s *CreateDBProxyOutput) SetDBProxy(v *DBProxy) *CreateDBProxyOutput
SetDBProxy sets the DBProxy field's value.
func (CreateDBProxyOutput) String ¶ added in v1.25.47
func (s CreateDBProxyOutput) String() string
String returns the string representation
type CreateDBSecurityGroupInput ¶
type CreateDBSecurityGroupInput struct { // The description for the DB security group. // // DBSecurityGroupDescription is a required field DBSecurityGroupDescription *string `type:"string" required:"true"` // The name for the DB security group. This value is stored as a lowercase string. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // * Must not be "Default" // // Example: mysecuritygroup // // DBSecurityGroupName is a required field DBSecurityGroupName *string `type:"string" required:"true"` // Tags to assign to the DB security group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBSecurityGroupInput) GoString ¶ added in v0.6.5
func (s CreateDBSecurityGroupInput) GoString() string
GoString returns the string representation
func (*CreateDBSecurityGroupInput) SetDBSecurityGroupDescription ¶ added in v1.5.0
func (s *CreateDBSecurityGroupInput) SetDBSecurityGroupDescription(v string) *CreateDBSecurityGroupInput
SetDBSecurityGroupDescription sets the DBSecurityGroupDescription field's value.
func (*CreateDBSecurityGroupInput) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *CreateDBSecurityGroupInput) SetDBSecurityGroupName(v string) *CreateDBSecurityGroupInput
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*CreateDBSecurityGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateDBSecurityGroupInput) SetTags(v []*Tag) *CreateDBSecurityGroupInput
SetTags sets the Tags field's value.
func (CreateDBSecurityGroupInput) String ¶ added in v0.6.5
func (s CreateDBSecurityGroupInput) String() string
String returns the string representation
func (*CreateDBSecurityGroupInput) Validate ¶ added in v1.1.21
func (s *CreateDBSecurityGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBSecurityGroupOutput ¶
type CreateDBSecurityGroupOutput struct { // Contains the details for an Amazon RDS DB security group. // // This data type is used as a response element in the DescribeDBSecurityGroups // action. DBSecurityGroup *DBSecurityGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateDBSecurityGroupOutput) GoString ¶ added in v0.6.5
func (s CreateDBSecurityGroupOutput) GoString() string
GoString returns the string representation
func (*CreateDBSecurityGroupOutput) SetDBSecurityGroup ¶ added in v1.5.0
func (s *CreateDBSecurityGroupOutput) SetDBSecurityGroup(v *DBSecurityGroup) *CreateDBSecurityGroupOutput
SetDBSecurityGroup sets the DBSecurityGroup field's value.
func (CreateDBSecurityGroupOutput) String ¶ added in v0.6.5
func (s CreateDBSecurityGroupOutput) String() string
String returns the string representation
type CreateDBSnapshotInput ¶
type CreateDBSnapshotInput struct { // The identifier of the DB instance that you want to create the snapshot of. // // Constraints: // // * Must match the identifier of an existing DBInstance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The identifier for the DB snapshot. // // Constraints: // // * Can't be null, empty, or blank // // * Must contain from 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-snapshot-id // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBSnapshotInput) GoString ¶ added in v0.6.5
func (s CreateDBSnapshotInput) GoString() string
GoString returns the string representation
func (*CreateDBSnapshotInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *CreateDBSnapshotInput) SetDBInstanceIdentifier(v string) *CreateDBSnapshotInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*CreateDBSnapshotInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *CreateDBSnapshotInput) SetDBSnapshotIdentifier(v string) *CreateDBSnapshotInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*CreateDBSnapshotInput) SetTags ¶ added in v1.5.0
func (s *CreateDBSnapshotInput) SetTags(v []*Tag) *CreateDBSnapshotInput
SetTags sets the Tags field's value.
func (CreateDBSnapshotInput) String ¶ added in v0.6.5
func (s CreateDBSnapshotInput) String() string
String returns the string representation
func (*CreateDBSnapshotInput) Validate ¶ added in v1.1.21
func (s *CreateDBSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBSnapshotOutput ¶
type CreateDBSnapshotOutput struct { // Contains the details of an Amazon RDS DB snapshot. // // This data type is used as a response element in the DescribeDBSnapshots action. DBSnapshot *DBSnapshot `type:"structure"` // contains filtered or unexported fields }
func (CreateDBSnapshotOutput) GoString ¶ added in v0.6.5
func (s CreateDBSnapshotOutput) GoString() string
GoString returns the string representation
func (*CreateDBSnapshotOutput) SetDBSnapshot ¶ added in v1.5.0
func (s *CreateDBSnapshotOutput) SetDBSnapshot(v *DBSnapshot) *CreateDBSnapshotOutput
SetDBSnapshot sets the DBSnapshot field's value.
func (CreateDBSnapshotOutput) String ¶ added in v0.6.5
func (s CreateDBSnapshotOutput) String() string
String returns the string representation
type CreateDBSubnetGroupInput ¶
type CreateDBSubnetGroupInput struct { // The description for the DB subnet group. // // DBSubnetGroupDescription is a required field DBSubnetGroupDescription *string `type:"string" required:"true"` // The name for the DB subnet group. This value is stored as a lowercase string. // // Constraints: Must contain no more than 255 letters, numbers, periods, underscores, // spaces, or hyphens. Must not be default. // // Example: mySubnetgroup // // DBSubnetGroupName is a required field DBSubnetGroupName *string `type:"string" required:"true"` // The EC2 Subnet IDs for the DB subnet group. // // SubnetIds is a required field SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"` // Tags to assign to the DB subnet group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateDBSubnetGroupInput) GoString ¶ added in v0.6.5
func (s CreateDBSubnetGroupInput) GoString() string
GoString returns the string representation
func (*CreateDBSubnetGroupInput) SetDBSubnetGroupDescription ¶ added in v1.5.0
func (s *CreateDBSubnetGroupInput) SetDBSubnetGroupDescription(v string) *CreateDBSubnetGroupInput
SetDBSubnetGroupDescription sets the DBSubnetGroupDescription field's value.
func (*CreateDBSubnetGroupInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *CreateDBSubnetGroupInput) SetDBSubnetGroupName(v string) *CreateDBSubnetGroupInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*CreateDBSubnetGroupInput) SetSubnetIds ¶ added in v1.5.0
func (s *CreateDBSubnetGroupInput) SetSubnetIds(v []*string) *CreateDBSubnetGroupInput
SetSubnetIds sets the SubnetIds field's value.
func (*CreateDBSubnetGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateDBSubnetGroupInput) SetTags(v []*Tag) *CreateDBSubnetGroupInput
SetTags sets the Tags field's value.
func (CreateDBSubnetGroupInput) String ¶ added in v0.6.5
func (s CreateDBSubnetGroupInput) String() string
String returns the string representation
func (*CreateDBSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *CreateDBSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDBSubnetGroupOutput ¶
type CreateDBSubnetGroupOutput struct { // Contains the details of an Amazon RDS DB subnet group. // // This data type is used as a response element in the DescribeDBSubnetGroups // action. DBSubnetGroup *DBSubnetGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateDBSubnetGroupOutput) GoString ¶ added in v0.6.5
func (s CreateDBSubnetGroupOutput) GoString() string
GoString returns the string representation
func (*CreateDBSubnetGroupOutput) SetDBSubnetGroup ¶ added in v1.5.0
func (s *CreateDBSubnetGroupOutput) SetDBSubnetGroup(v *DBSubnetGroup) *CreateDBSubnetGroupOutput
SetDBSubnetGroup sets the DBSubnetGroup field's value.
func (CreateDBSubnetGroupOutput) String ¶ added in v0.6.5
func (s CreateDBSubnetGroupOutput) String() string
String returns the string representation
type CreateEventSubscriptionInput ¶
type CreateEventSubscriptionInput struct { // A value that indicates whether to activate the subscription. If the event // notification subscription isn't activated, the subscription is created but // not active. Enabled *bool `type:"boolean"` // A list of event categories for a particular source type (SourceType) that // you want to subscribe to. You can see a list of the categories for a given // source type in Events (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) // in the Amazon RDS User Guide or by using the DescribeEventCategories operation. EventCategories []*string `locationNameList:"EventCategory" type:"list"` // The Amazon Resource Name (ARN) of the SNS topic created for event notification. // The ARN is created by Amazon SNS when you create a topic and subscribe to // it. // // SnsTopicArn is a required field SnsTopicArn *string `type:"string" required:"true"` // The list of identifiers of the event sources for which events are returned. // If not specified, then all sources are included in the response. An identifier // must begin with a letter and must contain only ASCII letters, digits, and // hyphens. It can't end with a hyphen or contain two consecutive hyphens. // // Constraints: // // * If a SourceIds value is supplied, SourceType must also be provided. // // * If the source type is a DB instance, a DBInstanceIdentifier value must // be supplied. // // * If the source type is a DB cluster, a DBClusterIdentifier value must // be supplied. // // * If the source type is a DB parameter group, a DBParameterGroupName value // must be supplied. // // * If the source type is a DB security group, a DBSecurityGroupName value // must be supplied. // // * If the source type is a DB snapshot, a DBSnapshotIdentifier value must // be supplied. // // * If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier // value must be supplied. SourceIds []*string `locationNameList:"SourceId" type:"list"` // The type of source that is generating the events. For example, if you want // to be notified of events generated by a DB instance, you set this parameter // to db-instance. If this value isn't specified, all events are returned. // // Valid values: db-instance | db-cluster | db-parameter-group | db-security-group // | db-snapshot | db-cluster-snapshot SourceType *string `type:"string"` // The name of the subscription. // // Constraints: The name must be less than 255 characters. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateEventSubscriptionInput) GoString ¶ added in v0.6.5
func (s CreateEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*CreateEventSubscriptionInput) SetEnabled ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput
SetEnabled sets the Enabled field's value.
func (*CreateEventSubscriptionInput) SetEventCategories ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput
SetEventCategories sets the EventCategories field's value.
func (*CreateEventSubscriptionInput) SetSnsTopicArn ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*CreateEventSubscriptionInput) SetSourceIds ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput
SetSourceIds sets the SourceIds field's value.
func (*CreateEventSubscriptionInput) SetSourceType ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput
SetSourceType sets the SourceType field's value.
func (*CreateEventSubscriptionInput) SetSubscriptionName ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (*CreateEventSubscriptionInput) SetTags ¶ added in v1.5.0
func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput
SetTags sets the Tags field's value.
func (CreateEventSubscriptionInput) String ¶ added in v0.6.5
func (s CreateEventSubscriptionInput) String() string
String returns the string representation
func (*CreateEventSubscriptionInput) Validate ¶ added in v1.1.21
func (s *CreateEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEventSubscriptionOutput ¶
type CreateEventSubscriptionOutput struct { // Contains the results of a successful invocation of the DescribeEventSubscriptions // action. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
func (CreateEventSubscriptionOutput) GoString ¶ added in v0.6.5
func (s CreateEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (*CreateEventSubscriptionOutput) SetEventSubscription ¶ added in v1.5.0
func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (CreateEventSubscriptionOutput) String ¶ added in v0.6.5
func (s CreateEventSubscriptionOutput) String() string
String returns the string representation
type CreateGlobalClusterInput ¶ added in v1.15.85
type CreateGlobalClusterInput struct { // The name for your database of up to 64 alpha-numeric characters. If you do // not provide a name, Amazon Aurora will not create a database in the global // database cluster you are creating. DatabaseName *string `type:"string"` // The deletion protection setting for the new global database. The global database // can't be deleted when deletion protection is enabled. DeletionProtection *bool `type:"boolean"` // The name of the database engine to be used for this DB cluster. Engine *string `type:"string"` // The engine version of the Aurora global database. EngineVersion *string `type:"string"` // The cluster identifier of the new global database cluster. GlobalClusterIdentifier *string `type:"string"` // The Amazon Resource Name (ARN) to use as the primary cluster of the global // database. This parameter is optional. SourceDBClusterIdentifier *string `type:"string"` // The storage encryption setting for the new global database cluster. StorageEncrypted *bool `type:"boolean"` // contains filtered or unexported fields }
func (CreateGlobalClusterInput) GoString ¶ added in v1.15.85
func (s CreateGlobalClusterInput) GoString() string
GoString returns the string representation
func (*CreateGlobalClusterInput) SetDatabaseName ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetDatabaseName(v string) *CreateGlobalClusterInput
SetDatabaseName sets the DatabaseName field's value.
func (*CreateGlobalClusterInput) SetDeletionProtection ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetDeletionProtection(v bool) *CreateGlobalClusterInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*CreateGlobalClusterInput) SetEngine ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetEngine(v string) *CreateGlobalClusterInput
SetEngine sets the Engine field's value.
func (*CreateGlobalClusterInput) SetEngineVersion ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetEngineVersion(v string) *CreateGlobalClusterInput
SetEngineVersion sets the EngineVersion field's value.
func (*CreateGlobalClusterInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetGlobalClusterIdentifier(v string) *CreateGlobalClusterInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (*CreateGlobalClusterInput) SetSourceDBClusterIdentifier ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetSourceDBClusterIdentifier(v string) *CreateGlobalClusterInput
SetSourceDBClusterIdentifier sets the SourceDBClusterIdentifier field's value.
func (*CreateGlobalClusterInput) SetStorageEncrypted ¶ added in v1.15.85
func (s *CreateGlobalClusterInput) SetStorageEncrypted(v bool) *CreateGlobalClusterInput
SetStorageEncrypted sets the StorageEncrypted field's value.
func (CreateGlobalClusterInput) String ¶ added in v1.15.85
func (s CreateGlobalClusterInput) String() string
String returns the string representation
type CreateGlobalClusterOutput ¶ added in v1.15.85
type CreateGlobalClusterOutput struct { // A data type representing an Aurora global database. GlobalCluster *GlobalCluster `type:"structure"` // contains filtered or unexported fields }
func (CreateGlobalClusterOutput) GoString ¶ added in v1.15.85
func (s CreateGlobalClusterOutput) GoString() string
GoString returns the string representation
func (*CreateGlobalClusterOutput) SetGlobalCluster ¶ added in v1.15.85
func (s *CreateGlobalClusterOutput) SetGlobalCluster(v *GlobalCluster) *CreateGlobalClusterOutput
SetGlobalCluster sets the GlobalCluster field's value.
func (CreateGlobalClusterOutput) String ¶ added in v1.15.85
func (s CreateGlobalClusterOutput) String() string
String returns the string representation
type CreateOptionGroupInput ¶
type CreateOptionGroupInput struct { // Specifies the name of the engine that this option group should be associated // with. // // EngineName is a required field EngineName *string `type:"string" required:"true"` // Specifies the major version of the engine that this option group should be // associated with. // // MajorEngineVersion is a required field MajorEngineVersion *string `type:"string" required:"true"` // The description of the option group. // // OptionGroupDescription is a required field OptionGroupDescription *string `type:"string" required:"true"` // Specifies the name of the option group to be created. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: myoptiongroup // // OptionGroupName is a required field OptionGroupName *string `type:"string" required:"true"` // Tags to assign to the option group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateOptionGroupInput) GoString ¶ added in v0.6.5
func (s CreateOptionGroupInput) GoString() string
GoString returns the string representation
func (*CreateOptionGroupInput) SetEngineName ¶ added in v1.5.0
func (s *CreateOptionGroupInput) SetEngineName(v string) *CreateOptionGroupInput
SetEngineName sets the EngineName field's value.
func (*CreateOptionGroupInput) SetMajorEngineVersion ¶ added in v1.5.0
func (s *CreateOptionGroupInput) SetMajorEngineVersion(v string) *CreateOptionGroupInput
SetMajorEngineVersion sets the MajorEngineVersion field's value.
func (*CreateOptionGroupInput) SetOptionGroupDescription ¶ added in v1.5.0
func (s *CreateOptionGroupInput) SetOptionGroupDescription(v string) *CreateOptionGroupInput
SetOptionGroupDescription sets the OptionGroupDescription field's value.
func (*CreateOptionGroupInput) SetOptionGroupName ¶ added in v1.5.0
func (s *CreateOptionGroupInput) SetOptionGroupName(v string) *CreateOptionGroupInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*CreateOptionGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateOptionGroupInput) SetTags(v []*Tag) *CreateOptionGroupInput
SetTags sets the Tags field's value.
func (CreateOptionGroupInput) String ¶ added in v0.6.5
func (s CreateOptionGroupInput) String() string
String returns the string representation
func (*CreateOptionGroupInput) Validate ¶ added in v1.1.21
func (s *CreateOptionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOptionGroupOutput ¶
type CreateOptionGroupOutput struct { OptionGroup *OptionGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateOptionGroupOutput) GoString ¶ added in v0.6.5
func (s CreateOptionGroupOutput) GoString() string
GoString returns the string representation
func (*CreateOptionGroupOutput) SetOptionGroup ¶ added in v1.5.0
func (s *CreateOptionGroupOutput) SetOptionGroup(v *OptionGroup) *CreateOptionGroupOutput
SetOptionGroup sets the OptionGroup field's value.
func (CreateOptionGroupOutput) String ¶ added in v0.6.5
func (s CreateOptionGroupOutput) String() string
String returns the string representation
type CustomAvailabilityZone ¶ added in v1.25.15
type CustomAvailabilityZone struct { // The identifier of the custom AZ. // // Amazon RDS generates a unique identifier when a custom AZ is created. CustomAvailabilityZoneId *string `type:"string"` // The name of the custom AZ. CustomAvailabilityZoneName *string `type:"string"` // The status of the custom AZ. CustomAvailabilityZoneStatus *string `type:"string"` // Information about the virtual private network (VPN) between the VMware vSphere // cluster and the AWS website. VpnDetails *VpnDetails `type:"structure"` // contains filtered or unexported fields }
A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide. (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html)
func (CustomAvailabilityZone) GoString ¶ added in v1.25.15
func (s CustomAvailabilityZone) GoString() string
GoString returns the string representation
func (*CustomAvailabilityZone) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneId(v string) *CustomAvailabilityZone
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*CustomAvailabilityZone) SetCustomAvailabilityZoneName ¶ added in v1.25.15
func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneName(v string) *CustomAvailabilityZone
SetCustomAvailabilityZoneName sets the CustomAvailabilityZoneName field's value.
func (*CustomAvailabilityZone) SetCustomAvailabilityZoneStatus ¶ added in v1.25.15
func (s *CustomAvailabilityZone) SetCustomAvailabilityZoneStatus(v string) *CustomAvailabilityZone
SetCustomAvailabilityZoneStatus sets the CustomAvailabilityZoneStatus field's value.
func (*CustomAvailabilityZone) SetVpnDetails ¶ added in v1.25.15
func (s *CustomAvailabilityZone) SetVpnDetails(v *VpnDetails) *CustomAvailabilityZone
SetVpnDetails sets the VpnDetails field's value.
func (CustomAvailabilityZone) String ¶ added in v1.25.15
func (s CustomAvailabilityZone) String() string
String returns the string representation
type DBCluster ¶ added in v0.7.1
type DBCluster struct { // The name of the Amazon Kinesis data stream used for the database activity // stream. ActivityStreamKinesisStreamName *string `type:"string"` // The AWS KMS key identifier used for encrypting messages in the database activity // stream. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). ActivityStreamKmsKeyId *string `type:"string"` // The mode of the database activity stream. Database events such as a change // or access generate an activity stream event. The database session can handle // these events either synchronously or asynchronously. ActivityStreamMode *string `type:"string" enum:"ActivityStreamMode"` // The status of the database activity stream. ActivityStreamStatus *string `type:"string" enum:"ActivityStreamStatus"` // For all database engines except Amazon Aurora, AllocatedStorage specifies // the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage // always returns 1, because Aurora DB cluster storage size isn't fixed, but // instead automatically adjusts as needed. AllocatedStorage *int64 `type:"integer"` // Provides a list of the AWS Identity and Access Management (IAM) roles that // are associated with the DB cluster. IAM roles that are associated with a // DB cluster grant permission for the DB cluster to access other AWS services // on your behalf. AssociatedRoles []*DBClusterRole `locationNameList:"DBClusterRole" type:"list"` // Provides the list of Availability Zones (AZs) where instances in the DB cluster // can be created. AvailabilityZones []*string `locationNameList:"AvailabilityZone" type:"list"` // The number of change records stored for Backtrack. BacktrackConsumedChangeRecords *int64 `type:"long"` // The target backtrack window, in seconds. If this value is set to 0, backtracking // is disabled for the DB cluster. Otherwise, backtracking is enabled. BacktrackWindow *int64 `type:"long"` // Specifies the number of days for which automatic DB snapshots are retained. BackupRetentionPeriod *int64 `type:"integer"` // The current capacity of an Aurora Serverless DB cluster. The capacity is // 0 (zero) when the cluster is paused. // // For more information about Aurora Serverless, see Using Amazon Aurora Serverless // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) // in the Amazon Aurora User Guide. Capacity *int64 `type:"integer"` // If present, specifies the name of the character set that this cluster is // associated with. CharacterSetName *string `type:"string"` // Identifies the clone group to which the DB cluster is associated. CloneGroupId *string `type:"string"` // Specifies the time when the DB cluster was created, in Universal Coordinated // Time (UTC). ClusterCreateTime *time.Time `type:"timestamp"` // Specifies whether tags are copied from the DB cluster to snapshots of the // DB cluster. CopyTagsToSnapshot *bool `type:"boolean"` // Specifies whether the DB cluster is a clone of a DB cluster owned by a different // AWS account. CrossAccountClone *bool `type:"boolean"` // Identifies all custom endpoints associated with the cluster. CustomEndpoints []*string `type:"list"` // The Amazon Resource Name (ARN) for the DB cluster. DBClusterArn *string `type:"string"` // Contains a user-supplied DB cluster identifier. This identifier is the unique // key that identifies a DB cluster. DBClusterIdentifier *string `type:"string"` // Provides the list of instances that make up the DB cluster. DBClusterMembers []*DBClusterMember `locationNameList:"DBClusterMember" type:"list"` // Provides the list of option group memberships for this DB cluster. DBClusterOptionGroupMemberships []*DBClusterOptionGroupStatus `locationNameList:"DBClusterOptionGroup" type:"list"` // Specifies the name of the DB cluster parameter group for the DB cluster. DBClusterParameterGroup *string `type:"string"` // Specifies information on the subnet group associated with the DB cluster, // including the name, description, and subnets in the subnet group. DBSubnetGroup *string `type:"string"` // Contains the name of the initial database of this DB cluster that was provided // at create time, if one was specified when the DB cluster was created. This // same name is returned for the life of the DB cluster. DatabaseName *string `type:"string"` // The AWS Region-unique, immutable identifier for the DB cluster. This identifier // is found in AWS CloudTrail log entries whenever the AWS KMS CMK for the DB // cluster is accessed. DbClusterResourceId *string `type:"string"` // Indicates if the DB cluster has deletion protection enabled. The database // can't be deleted when deletion protection is enabled. DeletionProtection *bool `type:"boolean"` // The Active Directory Domain membership records associated with the DB cluster. DomainMemberships []*DomainMembership `locationNameList:"DomainMembership" type:"list"` // The earliest time to which a DB cluster can be backtracked. EarliestBacktrackTime *time.Time `type:"timestamp"` // The earliest time to which a database can be restored with point-in-time // restore. EarliestRestorableTime *time.Time `type:"timestamp"` // A list of log types that this DB cluster is configured to export to CloudWatch // Logs. // // Log types vary by DB engine. For information about the log types for each // DB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html) // in the Amazon Aurora User Guide. EnabledCloudwatchLogsExports []*string `type:"list"` // Specifies the connection endpoint for the primary instance of the DB cluster. Endpoint *string `type:"string"` // The name of the database engine to be used for this DB cluster. Engine *string `type:"string"` // The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, // global, or multimaster. // // For more information, see CreateDBCluster (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html). EngineMode *string `type:"string"` // Indicates the database engine version. EngineVersion *string `type:"string"` // Specifies whether you have requested to enable write forwarding for a secondary // cluster in an Aurora global database. Because write forwarding takes time // to enable, check the value of GlobalWriteForwardingStatus to confirm that // the request has completed before using the write forwarding feature for this // cluster. GlobalWriteForwardingRequested *bool `type:"boolean"` // Specifies whether a secondary cluster in an Aurora global database has write // forwarding enabled, not enabled, or is in the process of enabling it. GlobalWriteForwardingStatus *string `type:"string" enum:"WriteForwardingStatus"` // Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. HostedZoneId *string `type:"string"` // A value that indicates whether the HTTP endpoint for an Aurora Serverless // DB cluster is enabled. // // When enabled, the HTTP endpoint provides a connectionless web service API // for running SQL queries on the Aurora Serverless DB cluster. You can also // query your database from inside the RDS console with the query editor. // // For more information, see Using the Data API for Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) // in the Amazon Aurora User Guide. HttpEndpointEnabled *bool `type:"boolean"` // A value that indicates whether the mapping of AWS Identity and Access Management // (IAM) accounts to database accounts is enabled. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // If StorageEncrypted is enabled, the AWS KMS key identifier for the encrypted // DB cluster. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // Specifies the latest time to which a database can be restored with point-in-time // restore. LatestRestorableTime *time.Time `type:"timestamp"` // Contains the master username for the DB cluster. MasterUsername *string `type:"string"` // Specifies whether the DB cluster has instances in multiple Availability Zones. MultiAZ *bool `type:"boolean"` // A value that specifies that changes to the DB cluster are pending. This element // is only included when changes are pending. Specific changes are identified // by subelements. PendingModifiedValues *ClusterPendingModifiedValues `type:"structure"` // Specifies the progress of the operation as a percentage. PercentProgress *string `type:"string"` // Specifies the port that the database engine is listening on. Port *int64 `type:"integer"` // Specifies the daily time range during which automated backups are created // if automated backups are enabled, as determined by the BackupRetentionPeriod. PreferredBackupWindow *string `type:"string"` // Specifies the weekly time range during which system maintenance can occur, // in Universal Coordinated Time (UTC). PreferredMaintenanceWindow *string `type:"string"` // Contains one or more identifiers of the read replicas associated with this // DB cluster. ReadReplicaIdentifiers []*string `locationNameList:"ReadReplicaIdentifier" type:"list"` // The reader endpoint for the DB cluster. The reader endpoint for a DB cluster // load-balances connections across the Aurora Replicas that are available in // a DB cluster. As clients request new connections to the reader endpoint, // Aurora distributes the connection requests among the Aurora Replicas in the // DB cluster. This functionality can help balance your read workload across // multiple Aurora Replicas in your DB cluster. // // If a failover occurs, and the Aurora Replica that you are connected to is // promoted to be the primary instance, your connection is dropped. To continue // sending your read workload to other Aurora Replicas in the cluster, you can // then reconnect to the reader endpoint. ReaderEndpoint *string `type:"string"` // Contains the identifier of the source DB cluster if this DB cluster is a // read replica. ReplicationSourceIdentifier *string `type:"string"` // Shows the scaling configuration for an Aurora DB cluster in serverless DB // engine mode. // // For more information, see Using Amazon Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) // in the Amazon Aurora User Guide. ScalingConfigurationInfo *ScalingConfigurationInfo `type:"structure"` // Specifies the current state of this DB cluster. Status *string `type:"string"` // Specifies whether the DB cluster is encrypted. StorageEncrypted *bool `type:"boolean"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. TagList []*Tag `locationNameList:"Tag" type:"list"` // Provides a list of VPC security groups that the DB cluster belongs to. VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroupMembership" type:"list"` // contains filtered or unexported fields }
Contains the details of an Amazon Aurora DB cluster.
This data type is used as a response element in the DescribeDBClusters, StopDBCluster, and StartDBCluster actions.
func (*DBCluster) SetActivityStreamKinesisStreamName ¶ added in v1.19.41
SetActivityStreamKinesisStreamName sets the ActivityStreamKinesisStreamName field's value.
func (*DBCluster) SetActivityStreamKmsKeyId ¶ added in v1.19.41
SetActivityStreamKmsKeyId sets the ActivityStreamKmsKeyId field's value.
func (*DBCluster) SetActivityStreamMode ¶ added in v1.19.41
SetActivityStreamMode sets the ActivityStreamMode field's value.
func (*DBCluster) SetActivityStreamStatus ¶ added in v1.19.41
SetActivityStreamStatus sets the ActivityStreamStatus field's value.
func (*DBCluster) SetAllocatedStorage ¶ added in v1.5.0
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*DBCluster) SetAssociatedRoles ¶ added in v1.5.0
func (s *DBCluster) SetAssociatedRoles(v []*DBClusterRole) *DBCluster
SetAssociatedRoles sets the AssociatedRoles field's value.
func (*DBCluster) SetAvailabilityZones ¶ added in v1.5.0
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*DBCluster) SetBacktrackConsumedChangeRecords ¶ added in v1.13.45
SetBacktrackConsumedChangeRecords sets the BacktrackConsumedChangeRecords field's value.
func (*DBCluster) SetBacktrackWindow ¶ added in v1.13.45
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*DBCluster) SetBackupRetentionPeriod ¶ added in v1.5.0
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*DBCluster) SetCapacity ¶ added in v1.15.9
SetCapacity sets the Capacity field's value.
func (*DBCluster) SetCharacterSetName ¶ added in v1.5.0
SetCharacterSetName sets the CharacterSetName field's value.
func (*DBCluster) SetCloneGroupId ¶ added in v1.8.40
SetCloneGroupId sets the CloneGroupId field's value.
func (*DBCluster) SetClusterCreateTime ¶ added in v1.6.2
SetClusterCreateTime sets the ClusterCreateTime field's value.
func (*DBCluster) SetCopyTagsToSnapshot ¶ added in v1.17.13
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*DBCluster) SetCrossAccountClone ¶ added in v1.20.15
SetCrossAccountClone sets the CrossAccountClone field's value.
func (*DBCluster) SetCustomEndpoints ¶ added in v1.15.74
SetCustomEndpoints sets the CustomEndpoints field's value.
func (*DBCluster) SetDBClusterArn ¶ added in v1.5.0
SetDBClusterArn sets the DBClusterArn field's value.
func (*DBCluster) SetDBClusterIdentifier ¶ added in v1.5.0
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DBCluster) SetDBClusterMembers ¶ added in v1.5.0
func (s *DBCluster) SetDBClusterMembers(v []*DBClusterMember) *DBCluster
SetDBClusterMembers sets the DBClusterMembers field's value.
func (*DBCluster) SetDBClusterOptionGroupMemberships ¶ added in v1.5.0
func (s *DBCluster) SetDBClusterOptionGroupMemberships(v []*DBClusterOptionGroupStatus) *DBCluster
SetDBClusterOptionGroupMemberships sets the DBClusterOptionGroupMemberships field's value.
func (*DBCluster) SetDBClusterParameterGroup ¶ added in v1.5.0
SetDBClusterParameterGroup sets the DBClusterParameterGroup field's value.
func (*DBCluster) SetDBSubnetGroup ¶ added in v1.5.0
SetDBSubnetGroup sets the DBSubnetGroup field's value.
func (*DBCluster) SetDatabaseName ¶ added in v1.5.0
SetDatabaseName sets the DatabaseName field's value.
func (*DBCluster) SetDbClusterResourceId ¶ added in v1.5.0
SetDbClusterResourceId sets the DbClusterResourceId field's value.
func (*DBCluster) SetDeletionProtection ¶ added in v1.15.43
SetDeletionProtection sets the DeletionProtection field's value.
func (*DBCluster) SetDomainMemberships ¶ added in v1.29.5
func (s *DBCluster) SetDomainMemberships(v []*DomainMembership) *DBCluster
SetDomainMemberships sets the DomainMemberships field's value.
func (*DBCluster) SetEarliestBacktrackTime ¶ added in v1.13.45
SetEarliestBacktrackTime sets the EarliestBacktrackTime field's value.
func (*DBCluster) SetEarliestRestorableTime ¶ added in v1.5.0
SetEarliestRestorableTime sets the EarliestRestorableTime field's value.
func (*DBCluster) SetEnabledCloudwatchLogsExports ¶ added in v1.13.55
SetEnabledCloudwatchLogsExports sets the EnabledCloudwatchLogsExports field's value.
func (*DBCluster) SetEndpoint ¶ added in v1.5.0
SetEndpoint sets the Endpoint field's value.
func (*DBCluster) SetEngineMode ¶ added in v1.15.9
SetEngineMode sets the EngineMode field's value.
func (*DBCluster) SetEngineVersion ¶ added in v1.5.0
SetEngineVersion sets the EngineVersion field's value.
func (*DBCluster) SetGlobalWriteForwardingRequested ¶ added in v1.32.5
SetGlobalWriteForwardingRequested sets the GlobalWriteForwardingRequested field's value.
func (*DBCluster) SetGlobalWriteForwardingStatus ¶ added in v1.32.5
SetGlobalWriteForwardingStatus sets the GlobalWriteForwardingStatus field's value.
func (*DBCluster) SetHostedZoneId ¶ added in v1.5.0
SetHostedZoneId sets the HostedZoneId field's value.
func (*DBCluster) SetHttpEndpointEnabled ¶ added in v1.15.85
SetHttpEndpointEnabled sets the HttpEndpointEnabled field's value.
func (*DBCluster) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.8.17
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*DBCluster) SetKmsKeyId ¶ added in v1.5.0
SetKmsKeyId sets the KmsKeyId field's value.
func (*DBCluster) SetLatestRestorableTime ¶ added in v1.5.0
SetLatestRestorableTime sets the LatestRestorableTime field's value.
func (*DBCluster) SetMasterUsername ¶ added in v1.5.0
SetMasterUsername sets the MasterUsername field's value.
func (*DBCluster) SetMultiAZ ¶ added in v1.6.2
SetMultiAZ sets the MultiAZ field's value.
func (*DBCluster) SetPendingModifiedValues ¶ added in v1.36.12
func (s *DBCluster) SetPendingModifiedValues(v *ClusterPendingModifiedValues) *DBCluster
SetPendingModifiedValues sets the PendingModifiedValues field's value.
func (*DBCluster) SetPercentProgress ¶ added in v1.5.0
SetPercentProgress sets the PercentProgress field's value.
func (*DBCluster) SetPreferredBackupWindow ¶ added in v1.5.0
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*DBCluster) SetPreferredMaintenanceWindow ¶ added in v1.5.0
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*DBCluster) SetReadReplicaIdentifiers ¶ added in v1.5.0
SetReadReplicaIdentifiers sets the ReadReplicaIdentifiers field's value.
func (*DBCluster) SetReaderEndpoint ¶ added in v1.5.0
SetReaderEndpoint sets the ReaderEndpoint field's value.
func (*DBCluster) SetReplicationSourceIdentifier ¶ added in v1.5.0
SetReplicationSourceIdentifier sets the ReplicationSourceIdentifier field's value.
func (*DBCluster) SetScalingConfigurationInfo ¶ added in v1.15.9
func (s *DBCluster) SetScalingConfigurationInfo(v *ScalingConfigurationInfo) *DBCluster
SetScalingConfigurationInfo sets the ScalingConfigurationInfo field's value.
func (*DBCluster) SetStorageEncrypted ¶ added in v1.5.0
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*DBCluster) SetTagList ¶ added in v1.35.8
SetTagList sets the TagList field's value.
func (*DBCluster) SetVpcSecurityGroups ¶ added in v1.5.0
func (s *DBCluster) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *DBCluster
SetVpcSecurityGroups sets the VpcSecurityGroups field's value.
type DBClusterEndpoint ¶ added in v1.15.74
type DBClusterEndpoint struct { // The type associated with a custom endpoint. One of: READER, WRITER, ANY. CustomEndpointType *string `type:"string"` // The Amazon Resource Name (ARN) for the endpoint. DBClusterEndpointArn *string `type:"string"` // The identifier associated with the endpoint. This parameter is stored as // a lowercase string. DBClusterEndpointIdentifier *string `type:"string"` // A unique system-generated identifier for an endpoint. It remains the same // for the whole life of the endpoint. DBClusterEndpointResourceIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. DBClusterIdentifier *string `type:"string"` // The DNS address of the endpoint. Endpoint *string `type:"string"` // The type of the endpoint. One of: READER, WRITER, CUSTOM. EndpointType *string `type:"string"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // The current status of the endpoint. One of: creating, available, deleting, // inactive, modifying. The inactive state applies to an endpoint that can't // be used for a certain kind of cluster, such as a writer endpoint for a read-only // secondary cluster in a global database. Status *string `type:"string"` // contains filtered or unexported fields }
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint.
func (DBClusterEndpoint) GoString ¶ added in v1.15.74
func (s DBClusterEndpoint) GoString() string
GoString returns the string representation
func (*DBClusterEndpoint) SetCustomEndpointType ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetCustomEndpointType(v string) *DBClusterEndpoint
SetCustomEndpointType sets the CustomEndpointType field's value.
func (*DBClusterEndpoint) SetDBClusterEndpointArn ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetDBClusterEndpointArn(v string) *DBClusterEndpoint
SetDBClusterEndpointArn sets the DBClusterEndpointArn field's value.
func (*DBClusterEndpoint) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetDBClusterEndpointIdentifier(v string) *DBClusterEndpoint
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*DBClusterEndpoint) SetDBClusterEndpointResourceIdentifier ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetDBClusterEndpointResourceIdentifier(v string) *DBClusterEndpoint
SetDBClusterEndpointResourceIdentifier sets the DBClusterEndpointResourceIdentifier field's value.
func (*DBClusterEndpoint) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetDBClusterIdentifier(v string) *DBClusterEndpoint
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DBClusterEndpoint) SetEndpoint ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetEndpoint(v string) *DBClusterEndpoint
SetEndpoint sets the Endpoint field's value.
func (*DBClusterEndpoint) SetEndpointType ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetEndpointType(v string) *DBClusterEndpoint
SetEndpointType sets the EndpointType field's value.
func (*DBClusterEndpoint) SetExcludedMembers ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetExcludedMembers(v []*string) *DBClusterEndpoint
SetExcludedMembers sets the ExcludedMembers field's value.
func (*DBClusterEndpoint) SetStaticMembers ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetStaticMembers(v []*string) *DBClusterEndpoint
SetStaticMembers sets the StaticMembers field's value.
func (*DBClusterEndpoint) SetStatus ¶ added in v1.15.74
func (s *DBClusterEndpoint) SetStatus(v string) *DBClusterEndpoint
SetStatus sets the Status field's value.
func (DBClusterEndpoint) String ¶ added in v1.15.74
func (s DBClusterEndpoint) String() string
String returns the string representation
type DBClusterMember ¶ added in v0.7.1
type DBClusterMember struct { // Specifies the status of the DB cluster parameter group for this member of // the DB cluster. DBClusterParameterGroupStatus *string `type:"string"` // Specifies the instance identifier for this member of the DB cluster. DBInstanceIdentifier *string `type:"string"` // Value that is true if the cluster member is the primary instance for the // DB cluster and false otherwise. IsClusterWriter *bool `type:"boolean"` // A value that specifies the order in which an Aurora Replica is promoted to // the primary instance after a failure of the existing primary instance. For // more information, see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance) // in the Amazon Aurora User Guide. PromotionTier *int64 `type:"integer"` // contains filtered or unexported fields }
Contains information about an instance that is part of a DB cluster.
func (DBClusterMember) GoString ¶ added in v0.7.1
func (s DBClusterMember) GoString() string
GoString returns the string representation
func (*DBClusterMember) SetDBClusterParameterGroupStatus ¶ added in v1.5.0
func (s *DBClusterMember) SetDBClusterParameterGroupStatus(v string) *DBClusterMember
SetDBClusterParameterGroupStatus sets the DBClusterParameterGroupStatus field's value.
func (*DBClusterMember) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DBClusterMember) SetDBInstanceIdentifier(v string) *DBClusterMember
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DBClusterMember) SetIsClusterWriter ¶ added in v1.5.0
func (s *DBClusterMember) SetIsClusterWriter(v bool) *DBClusterMember
SetIsClusterWriter sets the IsClusterWriter field's value.
func (*DBClusterMember) SetPromotionTier ¶ added in v1.5.0
func (s *DBClusterMember) SetPromotionTier(v int64) *DBClusterMember
SetPromotionTier sets the PromotionTier field's value.
func (DBClusterMember) String ¶ added in v0.7.1
func (s DBClusterMember) String() string
String returns the string representation
type DBClusterOptionGroupStatus ¶ added in v0.7.1
type DBClusterOptionGroupStatus struct { // Specifies the name of the DB cluster option group. DBClusterOptionGroupName *string `type:"string"` // Specifies the status of the DB cluster option group. Status *string `type:"string"` // contains filtered or unexported fields }
Contains status information for a DB cluster option group.
func (DBClusterOptionGroupStatus) GoString ¶ added in v0.7.1
func (s DBClusterOptionGroupStatus) GoString() string
GoString returns the string representation
func (*DBClusterOptionGroupStatus) SetDBClusterOptionGroupName ¶ added in v1.5.0
func (s *DBClusterOptionGroupStatus) SetDBClusterOptionGroupName(v string) *DBClusterOptionGroupStatus
SetDBClusterOptionGroupName sets the DBClusterOptionGroupName field's value.
func (*DBClusterOptionGroupStatus) SetStatus ¶ added in v1.5.0
func (s *DBClusterOptionGroupStatus) SetStatus(v string) *DBClusterOptionGroupStatus
SetStatus sets the Status field's value.
func (DBClusterOptionGroupStatus) String ¶ added in v0.7.1
func (s DBClusterOptionGroupStatus) String() string
String returns the string representation
type DBClusterParameterGroup ¶ added in v0.7.1
type DBClusterParameterGroup struct { // The Amazon Resource Name (ARN) for the DB cluster parameter group. DBClusterParameterGroupArn *string `type:"string"` // The name of the DB cluster parameter group. DBClusterParameterGroupName *string `type:"string"` // The name of the DB parameter group family that this DB cluster parameter // group is compatible with. DBParameterGroupFamily *string `type:"string"` // Provides the customer-specified description for this DB cluster parameter // group. Description *string `type:"string"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
func (DBClusterParameterGroup) GoString ¶ added in v0.7.1
func (s DBClusterParameterGroup) GoString() string
GoString returns the string representation
func (*DBClusterParameterGroup) SetDBClusterParameterGroupArn ¶ added in v1.5.0
func (s *DBClusterParameterGroup) SetDBClusterParameterGroupArn(v string) *DBClusterParameterGroup
SetDBClusterParameterGroupArn sets the DBClusterParameterGroupArn field's value.
func (*DBClusterParameterGroup) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *DBClusterParameterGroup) SetDBClusterParameterGroupName(v string) *DBClusterParameterGroup
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*DBClusterParameterGroup) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DBClusterParameterGroup) SetDBParameterGroupFamily(v string) *DBClusterParameterGroup
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DBClusterParameterGroup) SetDescription ¶ added in v1.5.0
func (s *DBClusterParameterGroup) SetDescription(v string) *DBClusterParameterGroup
SetDescription sets the Description field's value.
func (DBClusterParameterGroup) String ¶ added in v0.7.1
func (s DBClusterParameterGroup) String() string
String returns the string representation
type DBClusterParameterGroupNameMessage ¶ added in v0.7.1
type DBClusterParameterGroupNameMessage struct { // The name of the DB cluster parameter group. // // Constraints: // // * Must be 1 to 255 letters or numbers. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // This value is stored as a lowercase string. DBClusterParameterGroupName *string `type:"string"` // contains filtered or unexported fields }
func (DBClusterParameterGroupNameMessage) GoString ¶ added in v0.7.1
func (s DBClusterParameterGroupNameMessage) GoString() string
GoString returns the string representation
func (*DBClusterParameterGroupNameMessage) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *DBClusterParameterGroupNameMessage) SetDBClusterParameterGroupName(v string) *DBClusterParameterGroupNameMessage
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (DBClusterParameterGroupNameMessage) String ¶ added in v0.7.1
func (s DBClusterParameterGroupNameMessage) String() string
String returns the string representation
type DBClusterRole ¶ added in v1.4.19
type DBClusterRole struct { // The name of the feature associated with the AWS Identity and Access Management // (IAM) role. For the list of supported feature names, see DBEngineVersion. FeatureName *string `type:"string"` // The Amazon Resource Name (ARN) of the IAM role that is associated with the // DB cluster. RoleArn *string `type:"string"` // Describes the state of association between the IAM role and the DB cluster. // The Status property returns one of the following values: // // * ACTIVE - the IAM role ARN is associated with the DB cluster and can // be used to access other AWS services on your behalf. // // * PENDING - the IAM role ARN is being associated with the DB cluster. // // * INVALID - the IAM role ARN is associated with the DB cluster, but the // DB cluster is unable to assume the IAM role in order to access other AWS // services on your behalf. Status *string `type:"string"` // contains filtered or unexported fields }
Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.
func (DBClusterRole) GoString ¶ added in v1.4.19
func (s DBClusterRole) GoString() string
GoString returns the string representation
func (*DBClusterRole) SetFeatureName ¶ added in v1.15.9
func (s *DBClusterRole) SetFeatureName(v string) *DBClusterRole
SetFeatureName sets the FeatureName field's value.
func (*DBClusterRole) SetRoleArn ¶ added in v1.5.0
func (s *DBClusterRole) SetRoleArn(v string) *DBClusterRole
SetRoleArn sets the RoleArn field's value.
func (*DBClusterRole) SetStatus ¶ added in v1.5.0
func (s *DBClusterRole) SetStatus(v string) *DBClusterRole
SetStatus sets the Status field's value.
func (DBClusterRole) String ¶ added in v1.4.19
func (s DBClusterRole) String() string
String returns the string representation
type DBClusterSnapshot ¶ added in v0.7.1
type DBClusterSnapshot struct { // Specifies the allocated storage size in gibibytes (GiB). AllocatedStorage *int64 `type:"integer"` // Provides the list of Availability Zones (AZs) where instances in the DB cluster // snapshot can be restored. AvailabilityZones []*string `locationNameList:"AvailabilityZone" type:"list"` // Specifies the time when the DB cluster was created, in Universal Coordinated // Time (UTC). ClusterCreateTime *time.Time `type:"timestamp"` // Specifies the DB cluster identifier of the DB cluster that this DB cluster // snapshot was created from. DBClusterIdentifier *string `type:"string"` // The Amazon Resource Name (ARN) for the DB cluster snapshot. DBClusterSnapshotArn *string `type:"string"` // Specifies the identifier for the DB cluster snapshot. DBClusterSnapshotIdentifier *string `type:"string"` // Specifies the name of the database engine. Engine *string `type:"string"` // Provides the version of the database engine for this DB cluster snapshot. EngineVersion *string `type:"string"` // True if mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled, and otherwise false. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // If StorageEncrypted is true, the AWS KMS key identifier for the encrypted // DB cluster snapshot. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // Provides the license model information for this DB cluster snapshot. LicenseModel *string `type:"string"` // Provides the master username for the DB cluster snapshot. MasterUsername *string `type:"string"` // Specifies the percentage of the estimated data that has been transferred. PercentProgress *int64 `type:"integer"` // Specifies the port that the DB cluster was listening on at the time of the // snapshot. Port *int64 `type:"integer"` // Provides the time when the snapshot was taken, in Universal Coordinated Time // (UTC). SnapshotCreateTime *time.Time `type:"timestamp"` // Provides the type of the DB cluster snapshot. SnapshotType *string `type:"string"` // If the DB cluster snapshot was copied from a source DB cluster snapshot, // the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, // a null value. SourceDBClusterSnapshotArn *string `type:"string"` // Specifies the status of this DB cluster snapshot. Status *string `type:"string"` // Specifies whether the DB cluster snapshot is encrypted. StorageEncrypted *bool `type:"boolean"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. TagList []*Tag `locationNameList:"Tag" type:"list"` // Provides the VPC ID associated with the DB cluster snapshot. VpcId *string `type:"string"` // contains filtered or unexported fields }
Contains the details for an Amazon RDS DB cluster snapshot
This data type is used as a response element in the DescribeDBClusterSnapshots action.
func (DBClusterSnapshot) GoString ¶ added in v0.7.1
func (s DBClusterSnapshot) GoString() string
GoString returns the string representation
func (*DBClusterSnapshot) SetAllocatedStorage ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetAllocatedStorage(v int64) *DBClusterSnapshot
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*DBClusterSnapshot) SetAvailabilityZones ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetAvailabilityZones(v []*string) *DBClusterSnapshot
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*DBClusterSnapshot) SetClusterCreateTime ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetClusterCreateTime(v time.Time) *DBClusterSnapshot
SetClusterCreateTime sets the ClusterCreateTime field's value.
func (*DBClusterSnapshot) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetDBClusterIdentifier(v string) *DBClusterSnapshot
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DBClusterSnapshot) SetDBClusterSnapshotArn ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetDBClusterSnapshotArn(v string) *DBClusterSnapshot
SetDBClusterSnapshotArn sets the DBClusterSnapshotArn field's value.
func (*DBClusterSnapshot) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetDBClusterSnapshotIdentifier(v string) *DBClusterSnapshot
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (*DBClusterSnapshot) SetEngine ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetEngine(v string) *DBClusterSnapshot
SetEngine sets the Engine field's value.
func (*DBClusterSnapshot) SetEngineVersion ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetEngineVersion(v string) *DBClusterSnapshot
SetEngineVersion sets the EngineVersion field's value.
func (*DBClusterSnapshot) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.8.17
func (s *DBClusterSnapshot) SetIAMDatabaseAuthenticationEnabled(v bool) *DBClusterSnapshot
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*DBClusterSnapshot) SetKmsKeyId ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetKmsKeyId(v string) *DBClusterSnapshot
SetKmsKeyId sets the KmsKeyId field's value.
func (*DBClusterSnapshot) SetLicenseModel ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetLicenseModel(v string) *DBClusterSnapshot
SetLicenseModel sets the LicenseModel field's value.
func (*DBClusterSnapshot) SetMasterUsername ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetMasterUsername(v string) *DBClusterSnapshot
SetMasterUsername sets the MasterUsername field's value.
func (*DBClusterSnapshot) SetPercentProgress ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetPercentProgress(v int64) *DBClusterSnapshot
SetPercentProgress sets the PercentProgress field's value.
func (*DBClusterSnapshot) SetPort ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetPort(v int64) *DBClusterSnapshot
SetPort sets the Port field's value.
func (*DBClusterSnapshot) SetSnapshotCreateTime ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetSnapshotCreateTime(v time.Time) *DBClusterSnapshot
SetSnapshotCreateTime sets the SnapshotCreateTime field's value.
func (*DBClusterSnapshot) SetSnapshotType ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetSnapshotType(v string) *DBClusterSnapshot
SetSnapshotType sets the SnapshotType field's value.
func (*DBClusterSnapshot) SetSourceDBClusterSnapshotArn ¶ added in v1.8.18
func (s *DBClusterSnapshot) SetSourceDBClusterSnapshotArn(v string) *DBClusterSnapshot
SetSourceDBClusterSnapshotArn sets the SourceDBClusterSnapshotArn field's value.
func (*DBClusterSnapshot) SetStatus ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetStatus(v string) *DBClusterSnapshot
SetStatus sets the Status field's value.
func (*DBClusterSnapshot) SetStorageEncrypted ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetStorageEncrypted(v bool) *DBClusterSnapshot
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*DBClusterSnapshot) SetTagList ¶ added in v1.35.8
func (s *DBClusterSnapshot) SetTagList(v []*Tag) *DBClusterSnapshot
SetTagList sets the TagList field's value.
func (*DBClusterSnapshot) SetVpcId ¶ added in v1.5.0
func (s *DBClusterSnapshot) SetVpcId(v string) *DBClusterSnapshot
SetVpcId sets the VpcId field's value.
func (DBClusterSnapshot) String ¶ added in v0.7.1
func (s DBClusterSnapshot) String() string
String returns the string representation
type DBClusterSnapshotAttribute ¶ added in v1.1.30
type DBClusterSnapshotAttribute struct { // The name of the manual DB cluster snapshot attribute. // // The attribute named restore refers to the list of AWS accounts that have // permission to copy or restore the manual DB cluster snapshot. For more information, // see the ModifyDBClusterSnapshotAttribute API action. AttributeName *string `type:"string"` // The value(s) for the manual DB cluster snapshot attribute. // // If the AttributeName field is set to restore, then this element returns a // list of IDs of the AWS accounts that are authorized to copy or restore the // manual DB cluster snapshot. If a value of all is in the list, then the manual // DB cluster snapshot is public and available for any AWS account to copy or // restore. AttributeValues []*string `locationNameList:"AttributeValue" type:"list"` // contains filtered or unexported fields }
Contains the name and values of a manual DB cluster snapshot attribute.
Manual DB cluster snapshot attributes are used to authorize other AWS accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
func (DBClusterSnapshotAttribute) GoString ¶ added in v1.1.30
func (s DBClusterSnapshotAttribute) GoString() string
GoString returns the string representation
func (*DBClusterSnapshotAttribute) SetAttributeName ¶ added in v1.5.0
func (s *DBClusterSnapshotAttribute) SetAttributeName(v string) *DBClusterSnapshotAttribute
SetAttributeName sets the AttributeName field's value.
func (*DBClusterSnapshotAttribute) SetAttributeValues ¶ added in v1.5.0
func (s *DBClusterSnapshotAttribute) SetAttributeValues(v []*string) *DBClusterSnapshotAttribute
SetAttributeValues sets the AttributeValues field's value.
func (DBClusterSnapshotAttribute) String ¶ added in v1.1.30
func (s DBClusterSnapshotAttribute) String() string
String returns the string representation
type DBClusterSnapshotAttributesResult ¶ added in v1.1.30
type DBClusterSnapshotAttributesResult struct { // The list of attributes and values for the manual DB cluster snapshot. DBClusterSnapshotAttributes []*DBClusterSnapshotAttribute `locationNameList:"DBClusterSnapshotAttribute" type:"list"` // The identifier of the manual DB cluster snapshot that the attributes apply // to. DBClusterSnapshotIdentifier *string `type:"string"` // contains filtered or unexported fields }
Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.
Manual DB cluster snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
func (DBClusterSnapshotAttributesResult) GoString ¶ added in v1.1.30
func (s DBClusterSnapshotAttributesResult) GoString() string
GoString returns the string representation
func (*DBClusterSnapshotAttributesResult) SetDBClusterSnapshotAttributes ¶ added in v1.5.0
func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotAttributes(v []*DBClusterSnapshotAttribute) *DBClusterSnapshotAttributesResult
SetDBClusterSnapshotAttributes sets the DBClusterSnapshotAttributes field's value.
func (*DBClusterSnapshotAttributesResult) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotIdentifier(v string) *DBClusterSnapshotAttributesResult
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (DBClusterSnapshotAttributesResult) String ¶ added in v1.1.30
func (s DBClusterSnapshotAttributesResult) String() string
String returns the string representation
type DBEngineVersion ¶
type DBEngineVersion struct { // The description of the database engine. DBEngineDescription *string `type:"string"` // The description of the database engine version. DBEngineVersionDescription *string `type:"string"` // The name of the DB parameter group family for the database engine. DBParameterGroupFamily *string `type:"string"` // The default character set for new instances of this engine version, if the // CharacterSetName parameter of the CreateDBInstance API isn't specified. DefaultCharacterSet *CharacterSet `type:"structure"` // The name of the database engine. Engine *string `type:"string"` // The version number of the database engine. EngineVersion *string `type:"string"` // The types of logs that the database engine has available for export to CloudWatch // Logs. ExportableLogTypes []*string `type:"list"` // The status of the DB engine version, either available or deprecated. Status *string `type:"string"` // A list of the character sets supported by this engine for the CharacterSetName // parameter of the CreateDBInstance operation. SupportedCharacterSets []*CharacterSet `locationNameList:"CharacterSet" type:"list"` // A list of the supported DB engine modes. SupportedEngineModes []*string `type:"list"` // A list of features supported by the DB engine. Supported feature names include // the following. // // * s3Import SupportedFeatureNames []*string `type:"list"` // A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName // parameter of the CreateDBInstance operation. SupportedNcharCharacterSets []*CharacterSet `locationNameList:"CharacterSet" type:"list"` // A list of the time zones supported by this engine for the Timezone parameter // of the CreateDBInstance action. SupportedTimezones []*Timezone `locationNameList:"Timezone" type:"list"` // A value that indicates whether you can use Aurora global databases with a // specific DB engine version. SupportsGlobalDatabases *bool `type:"boolean"` // A value that indicates whether the engine version supports exporting the // log types specified by ExportableLogTypes to CloudWatch Logs. SupportsLogExportsToCloudwatchLogs *bool `type:"boolean"` // A value that indicates whether you can use Aurora parallel query with a specific // DB engine version. SupportsParallelQuery *bool `type:"boolean"` // Indicates whether the database engine version supports read replicas. SupportsReadReplica *bool `type:"boolean"` // A list of engine versions that this database engine version can be upgraded // to. ValidUpgradeTarget []*UpgradeTarget `locationNameList:"UpgradeTarget" type:"list"` // contains filtered or unexported fields }
This data type is used as a response element in the action DescribeDBEngineVersions.
func (DBEngineVersion) GoString ¶ added in v0.6.5
func (s DBEngineVersion) GoString() string
GoString returns the string representation
func (*DBEngineVersion) SetDBEngineDescription ¶ added in v1.5.0
func (s *DBEngineVersion) SetDBEngineDescription(v string) *DBEngineVersion
SetDBEngineDescription sets the DBEngineDescription field's value.
func (*DBEngineVersion) SetDBEngineVersionDescription ¶ added in v1.5.0
func (s *DBEngineVersion) SetDBEngineVersionDescription(v string) *DBEngineVersion
SetDBEngineVersionDescription sets the DBEngineVersionDescription field's value.
func (*DBEngineVersion) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DBEngineVersion) SetDBParameterGroupFamily(v string) *DBEngineVersion
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DBEngineVersion) SetDefaultCharacterSet ¶ added in v1.5.0
func (s *DBEngineVersion) SetDefaultCharacterSet(v *CharacterSet) *DBEngineVersion
SetDefaultCharacterSet sets the DefaultCharacterSet field's value.
func (*DBEngineVersion) SetEngine ¶ added in v1.5.0
func (s *DBEngineVersion) SetEngine(v string) *DBEngineVersion
SetEngine sets the Engine field's value.
func (*DBEngineVersion) SetEngineVersion ¶ added in v1.5.0
func (s *DBEngineVersion) SetEngineVersion(v string) *DBEngineVersion
SetEngineVersion sets the EngineVersion field's value.
func (*DBEngineVersion) SetExportableLogTypes ¶ added in v1.12.63
func (s *DBEngineVersion) SetExportableLogTypes(v []*string) *DBEngineVersion
SetExportableLogTypes sets the ExportableLogTypes field's value.
func (*DBEngineVersion) SetStatus ¶ added in v1.19.39
func (s *DBEngineVersion) SetStatus(v string) *DBEngineVersion
SetStatus sets the Status field's value.
func (*DBEngineVersion) SetSupportedCharacterSets ¶ added in v1.5.0
func (s *DBEngineVersion) SetSupportedCharacterSets(v []*CharacterSet) *DBEngineVersion
SetSupportedCharacterSets sets the SupportedCharacterSets field's value.
func (*DBEngineVersion) SetSupportedEngineModes ¶ added in v1.15.9
func (s *DBEngineVersion) SetSupportedEngineModes(v []*string) *DBEngineVersion
SetSupportedEngineModes sets the SupportedEngineModes field's value.
func (*DBEngineVersion) SetSupportedFeatureNames ¶ added in v1.16.25
func (s *DBEngineVersion) SetSupportedFeatureNames(v []*string) *DBEngineVersion
SetSupportedFeatureNames sets the SupportedFeatureNames field's value.
func (*DBEngineVersion) SetSupportedNcharCharacterSets ¶ added in v1.35.2
func (s *DBEngineVersion) SetSupportedNcharCharacterSets(v []*CharacterSet) *DBEngineVersion
SetSupportedNcharCharacterSets sets the SupportedNcharCharacterSets field's value.
func (*DBEngineVersion) SetSupportedTimezones ¶ added in v1.5.0
func (s *DBEngineVersion) SetSupportedTimezones(v []*Timezone) *DBEngineVersion
SetSupportedTimezones sets the SupportedTimezones field's value.
func (*DBEngineVersion) SetSupportsGlobalDatabases ¶ added in v1.33.8
func (s *DBEngineVersion) SetSupportsGlobalDatabases(v bool) *DBEngineVersion
SetSupportsGlobalDatabases sets the SupportsGlobalDatabases field's value.
func (*DBEngineVersion) SetSupportsLogExportsToCloudwatchLogs ¶ added in v1.12.63
func (s *DBEngineVersion) SetSupportsLogExportsToCloudwatchLogs(v bool) *DBEngineVersion
SetSupportsLogExportsToCloudwatchLogs sets the SupportsLogExportsToCloudwatchLogs field's value.
func (*DBEngineVersion) SetSupportsParallelQuery ¶ added in v1.33.8
func (s *DBEngineVersion) SetSupportsParallelQuery(v bool) *DBEngineVersion
SetSupportsParallelQuery sets the SupportsParallelQuery field's value.
func (*DBEngineVersion) SetSupportsReadReplica ¶ added in v1.12.79
func (s *DBEngineVersion) SetSupportsReadReplica(v bool) *DBEngineVersion
SetSupportsReadReplica sets the SupportsReadReplica field's value.
func (*DBEngineVersion) SetValidUpgradeTarget ¶ added in v1.5.0
func (s *DBEngineVersion) SetValidUpgradeTarget(v []*UpgradeTarget) *DBEngineVersion
SetValidUpgradeTarget sets the ValidUpgradeTarget field's value.
func (DBEngineVersion) String ¶ added in v0.6.5
func (s DBEngineVersion) String() string
String returns the string representation
type DBInstance ¶
type DBInstance struct { // Specifies the allocated storage size specified in gibibytes. AllocatedStorage *int64 `type:"integer"` // The AWS Identity and Access Management (IAM) roles associated with the DB // instance. AssociatedRoles []*DBInstanceRole `locationNameList:"DBInstanceRole" type:"list"` // A value that indicates that minor version patches are applied automatically. AutoMinorVersionUpgrade *bool `type:"boolean"` // Specifies the name of the Availability Zone the DB instance is located in. AvailabilityZone *string `type:"string"` // Specifies the number of days for which automatic DB snapshots are retained. BackupRetentionPeriod *int64 `type:"integer"` // The identifier of the CA certificate for this DB instance. CACertificateIdentifier *string `type:"string"` // If present, specifies the name of the character set that this instance is // associated with. CharacterSetName *string `type:"string"` // Specifies whether tags are copied from the DB instance to snapshots of the // DB instance. // // Amazon Aurora // // Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting // this value for an Aurora DB instance has no effect on the DB cluster setting. // For more information, see DBCluster. CopyTagsToSnapshot *bool `type:"boolean"` // Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS // on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing) // in the AWS Outposts User Guide. CustomerOwnedIpEnabled *bool `type:"boolean"` // If the DB instance is a member of a DB cluster, contains the name of the // DB cluster that the DB instance is a member of. DBClusterIdentifier *string `type:"string"` // The Amazon Resource Name (ARN) for the DB instance. DBInstanceArn *string `type:"string"` // The list of replicated automated backups associated with the DB instance. DBInstanceAutomatedBackupsReplications []*DBInstanceAutomatedBackupsReplication `locationNameList:"DBInstanceAutomatedBackupsReplication" type:"list"` // Contains the name of the compute and memory capacity class of the DB instance. DBInstanceClass *string `type:"string"` // Contains a user-supplied database identifier. This identifier is the unique // key that identifies a DB instance. DBInstanceIdentifier *string `type:"string"` // Specifies the current state of this database. // // For information about DB instance statuses, see DB Instance Status (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Status.html) // in the Amazon RDS User Guide. DBInstanceStatus *string `type:"string"` // The meaning of this parameter differs according to the database engine you // use. // // MySQL, MariaDB, SQL Server, PostgreSQL // // Contains the name of the initial database of this instance that was provided // at create time, if one was specified when the DB instance was created. This // same name is returned for the life of the DB instance. // // Type: String // // Oracle // // Contains the Oracle System ID (SID) of the created DB instance. Not shown // when the returned parameters do not apply to an Oracle DB instance. DBName *string `type:"string"` // Provides the list of DB parameter groups applied to this DB instance. DBParameterGroups []*DBParameterGroupStatus `locationNameList:"DBParameterGroup" type:"list"` // A list of DB security group elements containing DBSecurityGroup.Name and // DBSecurityGroup.Status subelements. DBSecurityGroups []*DBSecurityGroupMembership `locationNameList:"DBSecurityGroup" type:"list"` // Specifies information on the subnet group associated with the DB instance, // including the name, description, and subnets in the subnet group. DBSubnetGroup *DBSubnetGroup `type:"structure"` // Specifies the port that the DB instance listens on. If the DB instance is // part of a DB cluster, this can be a different port than the DB cluster port. DbInstancePort *int64 `type:"integer"` // The AWS Region-unique, immutable identifier for the DB instance. This identifier // is found in AWS CloudTrail log entries whenever the AWS KMS customer master // key (CMK) for the DB instance is accessed. DbiResourceId *string `type:"string"` // Indicates if the DB instance has deletion protection enabled. The database // can't be deleted when deletion protection is enabled. For more information, // see Deleting a DB Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // The Active Directory Domain membership records associated with the DB instance. DomainMemberships []*DomainMembership `locationNameList:"DomainMembership" type:"list"` // A list of log types that this DB instance is configured to export to CloudWatch // Logs. // // Log types vary by DB engine. For information about the log types for each // DB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html) // in the Amazon RDS User Guide. EnabledCloudwatchLogsExports []*string `type:"list"` // Specifies the connection endpoint. Endpoint *Endpoint `type:"structure"` // The name of the database engine to be used for this DB instance. Engine *string `type:"string"` // Indicates the database engine version. EngineVersion *string `type:"string"` // The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that // receives the Enhanced Monitoring metrics data for the DB instance. EnhancedMonitoringResourceArn *string `type:"string"` // True if mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled, and otherwise false. // // IAM database authentication can be enabled for the following database engines // // * For MySQL 5.6, minor version 5.6.34 or higher // // * For MySQL 5.7, minor version 5.7.16 or higher // // * Aurora 5.6 or higher. To enable IAM database authentication for Aurora, // see DBCluster Type. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // Provides the date and time the DB instance was created. InstanceCreateTime *time.Time `type:"timestamp"` // Specifies the Provisioned IOPS (I/O operations per second) value. Iops *int64 `type:"integer"` // If StorageEncrypted is true, the AWS KMS key identifier for the encrypted // DB instance. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // Specifies the latest time to which a database can be restored with point-in-time // restore. LatestRestorableTime *time.Time `type:"timestamp"` // License model information for this DB instance. LicenseModel *string `type:"string"` // Specifies the listener connection endpoint for SQL Server Always On. ListenerEndpoint *Endpoint `type:"structure"` // Contains the master username for the DB instance. MasterUsername *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB instance. MonitoringInterval *int64 `type:"integer"` // The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics // to Amazon CloudWatch Logs. MonitoringRoleArn *string `type:"string"` // Specifies if the DB instance is a Multi-AZ deployment. MultiAZ *bool `type:"boolean"` // The name of the NCHAR character set for the Oracle DB instance. This character // set specifies the Unicode encoding for data stored in table columns of type // NCHAR, NCLOB, or NVARCHAR2. NcharCharacterSetName *string `type:"string"` // Provides the list of option group memberships for this DB instance. OptionGroupMemberships []*OptionGroupMembership `locationNameList:"OptionGroupMembership" type:"list"` // A value that specifies that changes to the DB instance are pending. This // element is only included when changes are pending. Specific changes are identified // by subelements. PendingModifiedValues *PendingModifiedValues `type:"structure"` // True if Performance Insights is enabled for the DB instance, and otherwise // false. PerformanceInsightsEnabled *bool `type:"boolean"` // The AWS KMS key identifier for encryption of Performance Insights data. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). PerformanceInsightsKMSKeyId *string `type:"string"` // The amount of time, in days, to retain Performance Insights data. Valid values // are 7 or 731 (2 years). PerformanceInsightsRetentionPeriod *int64 `type:"integer"` // Specifies the daily time range during which automated backups are created // if automated backups are enabled, as determined by the BackupRetentionPeriod. PreferredBackupWindow *string `type:"string"` // Specifies the weekly time range during which system maintenance can occur, // in Universal Coordinated Time (UTC). PreferredMaintenanceWindow *string `type:"string"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that specifies the order in which an Aurora Replica is promoted to // the primary instance after a failure of the existing primary instance. For // more information, see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance) // in the Amazon Aurora User Guide. PromotionTier *int64 `type:"integer"` // Specifies the accessibility options for the DB instance. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // For more information, see CreateDBInstance. PubliclyAccessible *bool `type:"boolean"` // Contains one or more identifiers of Aurora DB clusters to which the RDS DB // instance is replicated as a read replica. For example, when you create an // Aurora read replica of an RDS MySQL DB instance, the Aurora MySQL DB cluster // for the Aurora read replica is shown. This output does not contain information // about cross region Aurora read replicas. // // Currently, each RDS DB instance can have only one Aurora read replica. ReadReplicaDBClusterIdentifiers []*string `locationNameList:"ReadReplicaDBClusterIdentifier" type:"list"` // Contains one or more identifiers of the read replicas associated with this // DB instance. ReadReplicaDBInstanceIdentifiers []*string `locationNameList:"ReadReplicaDBInstanceIdentifier" type:"list"` // Contains the identifier of the source DB instance if this DB instance is // a read replica. ReadReplicaSourceDBInstanceIdentifier *string `type:"string"` // The open mode of an Oracle read replica. The default is open-read-only. For // more information, see Working with Oracle Read Replicas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) // in the Amazon RDS User Guide. // // This attribute is only supported in RDS for Oracle. ReplicaMode *string `type:"string" enum:"ReplicaMode"` // If present, specifies the name of the secondary Availability Zone for a DB // instance with multi-AZ support. SecondaryAvailabilityZone *string `type:"string"` // The status of a read replica. If the instance isn't a read replica, this // is blank. StatusInfos []*DBInstanceStatusInfo `locationNameList:"DBInstanceStatusInfo" type:"list"` // Specifies whether the DB instance is encrypted. StorageEncrypted *bool `type:"boolean"` // Specifies the storage type associated with DB instance. StorageType *string `type:"string"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. TagList []*Tag `locationNameList:"Tag" type:"list"` // The ARN from the key store with which the instance is associated for TDE // encryption. TdeCredentialArn *string `type:"string"` // The time zone of the DB instance. In most cases, the Timezone element is // empty. Timezone content appears only for Microsoft SQL Server DB instances // that were created with a time zone specified. Timezone *string `type:"string"` // Provides a list of VPC security group elements that the DB instance belongs // to. VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroupMembership" type:"list"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the DescribeDBInstances action.
func (DBInstance) GoString ¶ added in v0.6.5
func (s DBInstance) GoString() string
GoString returns the string representation
func (*DBInstance) SetAllocatedStorage ¶ added in v1.5.0
func (s *DBInstance) SetAllocatedStorage(v int64) *DBInstance
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*DBInstance) SetAssociatedRoles ¶ added in v1.16.25
func (s *DBInstance) SetAssociatedRoles(v []*DBInstanceRole) *DBInstance
SetAssociatedRoles sets the AssociatedRoles field's value.
func (*DBInstance) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *DBInstance) SetAutoMinorVersionUpgrade(v bool) *DBInstance
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*DBInstance) SetAvailabilityZone ¶ added in v1.5.0
func (s *DBInstance) SetAvailabilityZone(v string) *DBInstance
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*DBInstance) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *DBInstance) SetBackupRetentionPeriod(v int64) *DBInstance
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*DBInstance) SetCACertificateIdentifier ¶ added in v1.5.0
func (s *DBInstance) SetCACertificateIdentifier(v string) *DBInstance
SetCACertificateIdentifier sets the CACertificateIdentifier field's value.
func (*DBInstance) SetCharacterSetName ¶ added in v1.5.0
func (s *DBInstance) SetCharacterSetName(v string) *DBInstance
SetCharacterSetName sets the CharacterSetName field's value.
func (*DBInstance) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *DBInstance) SetCopyTagsToSnapshot(v bool) *DBInstance
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*DBInstance) SetCustomerOwnedIpEnabled ¶ added in v1.36.14
func (s *DBInstance) SetCustomerOwnedIpEnabled(v bool) *DBInstance
SetCustomerOwnedIpEnabled sets the CustomerOwnedIpEnabled field's value.
func (*DBInstance) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *DBInstance) SetDBClusterIdentifier(v string) *DBInstance
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DBInstance) SetDBInstanceArn ¶ added in v1.5.0
func (s *DBInstance) SetDBInstanceArn(v string) *DBInstance
SetDBInstanceArn sets the DBInstanceArn field's value.
func (*DBInstance) SetDBInstanceAutomatedBackupsReplications ¶ added in v1.36.2
func (s *DBInstance) SetDBInstanceAutomatedBackupsReplications(v []*DBInstanceAutomatedBackupsReplication) *DBInstance
SetDBInstanceAutomatedBackupsReplications sets the DBInstanceAutomatedBackupsReplications field's value.
func (*DBInstance) SetDBInstanceClass ¶ added in v1.5.0
func (s *DBInstance) SetDBInstanceClass(v string) *DBInstance
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*DBInstance) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DBInstance) SetDBInstanceIdentifier(v string) *DBInstance
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DBInstance) SetDBInstanceStatus ¶ added in v1.5.0
func (s *DBInstance) SetDBInstanceStatus(v string) *DBInstance
SetDBInstanceStatus sets the DBInstanceStatus field's value.
func (*DBInstance) SetDBName ¶ added in v1.5.0
func (s *DBInstance) SetDBName(v string) *DBInstance
SetDBName sets the DBName field's value.
func (*DBInstance) SetDBParameterGroups ¶ added in v1.5.0
func (s *DBInstance) SetDBParameterGroups(v []*DBParameterGroupStatus) *DBInstance
SetDBParameterGroups sets the DBParameterGroups field's value.
func (*DBInstance) SetDBSecurityGroups ¶ added in v1.5.0
func (s *DBInstance) SetDBSecurityGroups(v []*DBSecurityGroupMembership) *DBInstance
SetDBSecurityGroups sets the DBSecurityGroups field's value.
func (*DBInstance) SetDBSubnetGroup ¶ added in v1.5.0
func (s *DBInstance) SetDBSubnetGroup(v *DBSubnetGroup) *DBInstance
SetDBSubnetGroup sets the DBSubnetGroup field's value.
func (*DBInstance) SetDbInstancePort ¶ added in v1.5.0
func (s *DBInstance) SetDbInstancePort(v int64) *DBInstance
SetDbInstancePort sets the DbInstancePort field's value.
func (*DBInstance) SetDbiResourceId ¶ added in v1.5.0
func (s *DBInstance) SetDbiResourceId(v string) *DBInstance
SetDbiResourceId sets the DbiResourceId field's value.
func (*DBInstance) SetDeletionProtection ¶ added in v1.15.43
func (s *DBInstance) SetDeletionProtection(v bool) *DBInstance
SetDeletionProtection sets the DeletionProtection field's value.
func (*DBInstance) SetDomainMemberships ¶ added in v1.5.0
func (s *DBInstance) SetDomainMemberships(v []*DomainMembership) *DBInstance
SetDomainMemberships sets the DomainMemberships field's value.
func (*DBInstance) SetEnabledCloudwatchLogsExports ¶ added in v1.12.63
func (s *DBInstance) SetEnabledCloudwatchLogsExports(v []*string) *DBInstance
SetEnabledCloudwatchLogsExports sets the EnabledCloudwatchLogsExports field's value.
func (*DBInstance) SetEndpoint ¶ added in v1.5.0
func (s *DBInstance) SetEndpoint(v *Endpoint) *DBInstance
SetEndpoint sets the Endpoint field's value.
func (*DBInstance) SetEngine ¶ added in v1.5.0
func (s *DBInstance) SetEngine(v string) *DBInstance
SetEngine sets the Engine field's value.
func (*DBInstance) SetEngineVersion ¶ added in v1.5.0
func (s *DBInstance) SetEngineVersion(v string) *DBInstance
SetEngineVersion sets the EngineVersion field's value.
func (*DBInstance) SetEnhancedMonitoringResourceArn ¶ added in v1.5.0
func (s *DBInstance) SetEnhancedMonitoringResourceArn(v string) *DBInstance
SetEnhancedMonitoringResourceArn sets the EnhancedMonitoringResourceArn field's value.
func (*DBInstance) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.8.17
func (s *DBInstance) SetIAMDatabaseAuthenticationEnabled(v bool) *DBInstance
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*DBInstance) SetInstanceCreateTime ¶ added in v1.5.0
func (s *DBInstance) SetInstanceCreateTime(v time.Time) *DBInstance
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*DBInstance) SetIops ¶ added in v1.5.0
func (s *DBInstance) SetIops(v int64) *DBInstance
SetIops sets the Iops field's value.
func (*DBInstance) SetKmsKeyId ¶ added in v1.5.0
func (s *DBInstance) SetKmsKeyId(v string) *DBInstance
SetKmsKeyId sets the KmsKeyId field's value.
func (*DBInstance) SetLatestRestorableTime ¶ added in v1.5.0
func (s *DBInstance) SetLatestRestorableTime(v time.Time) *DBInstance
SetLatestRestorableTime sets the LatestRestorableTime field's value.
func (*DBInstance) SetLicenseModel ¶ added in v1.5.0
func (s *DBInstance) SetLicenseModel(v string) *DBInstance
SetLicenseModel sets the LicenseModel field's value.
func (*DBInstance) SetListenerEndpoint ¶ added in v1.15.65
func (s *DBInstance) SetListenerEndpoint(v *Endpoint) *DBInstance
SetListenerEndpoint sets the ListenerEndpoint field's value.
func (*DBInstance) SetMasterUsername ¶ added in v1.5.0
func (s *DBInstance) SetMasterUsername(v string) *DBInstance
SetMasterUsername sets the MasterUsername field's value.
func (*DBInstance) SetMaxAllocatedStorage ¶ added in v1.20.5
func (s *DBInstance) SetMaxAllocatedStorage(v int64) *DBInstance
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*DBInstance) SetMonitoringInterval ¶ added in v1.5.0
func (s *DBInstance) SetMonitoringInterval(v int64) *DBInstance
SetMonitoringInterval sets the MonitoringInterval field's value.
func (*DBInstance) SetMonitoringRoleArn ¶ added in v1.5.0
func (s *DBInstance) SetMonitoringRoleArn(v string) *DBInstance
SetMonitoringRoleArn sets the MonitoringRoleArn field's value.
func (*DBInstance) SetMultiAZ ¶ added in v1.5.0
func (s *DBInstance) SetMultiAZ(v bool) *DBInstance
SetMultiAZ sets the MultiAZ field's value.
func (*DBInstance) SetNcharCharacterSetName ¶ added in v1.35.2
func (s *DBInstance) SetNcharCharacterSetName(v string) *DBInstance
SetNcharCharacterSetName sets the NcharCharacterSetName field's value.
func (*DBInstance) SetOptionGroupMemberships ¶ added in v1.5.0
func (s *DBInstance) SetOptionGroupMemberships(v []*OptionGroupMembership) *DBInstance
SetOptionGroupMemberships sets the OptionGroupMemberships field's value.
func (*DBInstance) SetPendingModifiedValues ¶ added in v1.5.0
func (s *DBInstance) SetPendingModifiedValues(v *PendingModifiedValues) *DBInstance
SetPendingModifiedValues sets the PendingModifiedValues field's value.
func (*DBInstance) SetPerformanceInsightsEnabled ¶ added in v1.10.50
func (s *DBInstance) SetPerformanceInsightsEnabled(v bool) *DBInstance
SetPerformanceInsightsEnabled sets the PerformanceInsightsEnabled field's value.
func (*DBInstance) SetPerformanceInsightsKMSKeyId ¶ added in v1.10.50
func (s *DBInstance) SetPerformanceInsightsKMSKeyId(v string) *DBInstance
SetPerformanceInsightsKMSKeyId sets the PerformanceInsightsKMSKeyId field's value.
func (*DBInstance) SetPerformanceInsightsRetentionPeriod ¶ added in v1.14.10
func (s *DBInstance) SetPerformanceInsightsRetentionPeriod(v int64) *DBInstance
SetPerformanceInsightsRetentionPeriod sets the PerformanceInsightsRetentionPeriod field's value.
func (*DBInstance) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *DBInstance) SetPreferredBackupWindow(v string) *DBInstance
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*DBInstance) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *DBInstance) SetPreferredMaintenanceWindow(v string) *DBInstance
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*DBInstance) SetProcessorFeatures ¶ added in v1.14.1
func (s *DBInstance) SetProcessorFeatures(v []*ProcessorFeature) *DBInstance
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*DBInstance) SetPromotionTier ¶ added in v1.5.0
func (s *DBInstance) SetPromotionTier(v int64) *DBInstance
SetPromotionTier sets the PromotionTier field's value.
func (*DBInstance) SetPubliclyAccessible ¶ added in v1.5.0
func (s *DBInstance) SetPubliclyAccessible(v bool) *DBInstance
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*DBInstance) SetReadReplicaDBClusterIdentifiers ¶ added in v1.6.13
func (s *DBInstance) SetReadReplicaDBClusterIdentifiers(v []*string) *DBInstance
SetReadReplicaDBClusterIdentifiers sets the ReadReplicaDBClusterIdentifiers field's value.
func (*DBInstance) SetReadReplicaDBInstanceIdentifiers ¶ added in v1.5.0
func (s *DBInstance) SetReadReplicaDBInstanceIdentifiers(v []*string) *DBInstance
SetReadReplicaDBInstanceIdentifiers sets the ReadReplicaDBInstanceIdentifiers field's value.
func (*DBInstance) SetReadReplicaSourceDBInstanceIdentifier ¶ added in v1.5.0
func (s *DBInstance) SetReadReplicaSourceDBInstanceIdentifier(v string) *DBInstance
SetReadReplicaSourceDBInstanceIdentifier sets the ReadReplicaSourceDBInstanceIdentifier field's value.
func (*DBInstance) SetReplicaMode ¶ added in v1.34.4
func (s *DBInstance) SetReplicaMode(v string) *DBInstance
SetReplicaMode sets the ReplicaMode field's value.
func (*DBInstance) SetSecondaryAvailabilityZone ¶ added in v1.5.0
func (s *DBInstance) SetSecondaryAvailabilityZone(v string) *DBInstance
SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value.
func (*DBInstance) SetStatusInfos ¶ added in v1.5.0
func (s *DBInstance) SetStatusInfos(v []*DBInstanceStatusInfo) *DBInstance
SetStatusInfos sets the StatusInfos field's value.
func (*DBInstance) SetStorageEncrypted ¶ added in v1.5.0
func (s *DBInstance) SetStorageEncrypted(v bool) *DBInstance
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*DBInstance) SetStorageType ¶ added in v1.5.0
func (s *DBInstance) SetStorageType(v string) *DBInstance
SetStorageType sets the StorageType field's value.
func (*DBInstance) SetTagList ¶ added in v1.35.8
func (s *DBInstance) SetTagList(v []*Tag) *DBInstance
SetTagList sets the TagList field's value.
func (*DBInstance) SetTdeCredentialArn ¶ added in v1.5.0
func (s *DBInstance) SetTdeCredentialArn(v string) *DBInstance
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*DBInstance) SetTimezone ¶ added in v1.5.0
func (s *DBInstance) SetTimezone(v string) *DBInstance
SetTimezone sets the Timezone field's value.
func (*DBInstance) SetVpcSecurityGroups ¶ added in v1.5.0
func (s *DBInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *DBInstance
SetVpcSecurityGroups sets the VpcSecurityGroups field's value.
func (DBInstance) String ¶ added in v0.6.5
func (s DBInstance) String() string
String returns the string representation
type DBInstanceAutomatedBackup ¶ added in v1.15.77
type DBInstanceAutomatedBackup struct { // Specifies the allocated storage size in gibibytes (GiB). AllocatedStorage *int64 `type:"integer"` // The Availability Zone that the automated backup was created in. For information // on AWS Regions and Availability Zones, see Regions and Availability Zones // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html). AvailabilityZone *string `type:"string"` // The retention period for the automated backups. BackupRetentionPeriod *int64 `type:"integer"` // The Amazon Resource Name (ARN) for the automated backups. DBInstanceArn *string `type:"string"` // The Amazon Resource Name (ARN) for the replicated automated backups. DBInstanceAutomatedBackupsArn *string `type:"string"` // The list of replications to different AWS Regions associated with the automated // backup. DBInstanceAutomatedBackupsReplications []*DBInstanceAutomatedBackupsReplication `locationNameList:"DBInstanceAutomatedBackupsReplication" type:"list"` // The customer id of the instance that is/was associated with the automated // backup. DBInstanceIdentifier *string `type:"string"` // The identifier for the source DB instance, which can't be changed and which // is unique to an AWS Region. DbiResourceId *string `type:"string"` // Specifies whether the automated backup is encrypted. Encrypted *bool `type:"boolean"` // The name of the database engine for this automated backup. Engine *string `type:"string"` // The version of the database engine for the automated backup. EngineVersion *string `type:"string"` // True if mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled, and otherwise false. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // Provides the date and time that the DB instance was created. InstanceCreateTime *time.Time `type:"timestamp"` // The IOPS (I/O operations per second) value for the automated backup. Iops *int64 `type:"integer"` // The AWS KMS key ID for an automated backup. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // License model information for the automated backup. LicenseModel *string `type:"string"` // The license model of an automated backup. MasterUsername *string `type:"string"` // The option group the automated backup is associated with. If omitted, the // default option group for the engine specified is used. OptionGroupName *string `type:"string"` // The port number that the automated backup used for connections. // // Default: Inherits from the source DB instance // // Valid Values: 1150-65535 Port *int64 `type:"integer"` // The AWS Region associated with the automated backup. Region *string `type:"string"` // Earliest and latest time an instance can be restored to. RestoreWindow *RestoreWindow `type:"structure"` // Provides a list of status information for an automated backup: // // * active - automated backups for current instances // // * retained - automated backups for deleted instances // // * creating - automated backups that are waiting for the first automated // snapshot to be available. Status *string `type:"string"` // Specifies the storage type associated with the automated backup. StorageType *string `type:"string"` // The ARN from the key store with which the automated backup is associated // for TDE encryption. TdeCredentialArn *string `type:"string"` // The time zone of the automated backup. In most cases, the Timezone element // is empty. Timezone content appears only for Microsoft SQL Server DB instances // that were created with a time zone specified. Timezone *string `type:"string"` // Provides the VPC ID associated with the DB instance VpcId *string `type:"string"` // contains filtered or unexported fields }
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
func (DBInstanceAutomatedBackup) GoString ¶ added in v1.15.77
func (s DBInstanceAutomatedBackup) GoString() string
GoString returns the string representation
func (*DBInstanceAutomatedBackup) SetAllocatedStorage ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetAllocatedStorage(v int64) *DBInstanceAutomatedBackup
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*DBInstanceAutomatedBackup) SetAvailabilityZone ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetAvailabilityZone(v string) *DBInstanceAutomatedBackup
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*DBInstanceAutomatedBackup) SetBackupRetentionPeriod ¶ added in v1.36.2
func (s *DBInstanceAutomatedBackup) SetBackupRetentionPeriod(v int64) *DBInstanceAutomatedBackup
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*DBInstanceAutomatedBackup) SetDBInstanceArn ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetDBInstanceArn(v string) *DBInstanceAutomatedBackup
SetDBInstanceArn sets the DBInstanceArn field's value.
func (*DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsArn ¶ added in v1.36.2
func (s *DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsArn(v string) *DBInstanceAutomatedBackup
SetDBInstanceAutomatedBackupsArn sets the DBInstanceAutomatedBackupsArn field's value.
func (*DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsReplications ¶ added in v1.36.2
func (s *DBInstanceAutomatedBackup) SetDBInstanceAutomatedBackupsReplications(v []*DBInstanceAutomatedBackupsReplication) *DBInstanceAutomatedBackup
SetDBInstanceAutomatedBackupsReplications sets the DBInstanceAutomatedBackupsReplications field's value.
func (*DBInstanceAutomatedBackup) SetDBInstanceIdentifier ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetDBInstanceIdentifier(v string) *DBInstanceAutomatedBackup
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DBInstanceAutomatedBackup) SetDbiResourceId ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetDbiResourceId(v string) *DBInstanceAutomatedBackup
SetDbiResourceId sets the DbiResourceId field's value.
func (*DBInstanceAutomatedBackup) SetEncrypted ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetEncrypted(v bool) *DBInstanceAutomatedBackup
SetEncrypted sets the Encrypted field's value.
func (*DBInstanceAutomatedBackup) SetEngine ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetEngine(v string) *DBInstanceAutomatedBackup
SetEngine sets the Engine field's value.
func (*DBInstanceAutomatedBackup) SetEngineVersion ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetEngineVersion(v string) *DBInstanceAutomatedBackup
SetEngineVersion sets the EngineVersion field's value.
func (*DBInstanceAutomatedBackup) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetIAMDatabaseAuthenticationEnabled(v bool) *DBInstanceAutomatedBackup
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*DBInstanceAutomatedBackup) SetInstanceCreateTime ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetInstanceCreateTime(v time.Time) *DBInstanceAutomatedBackup
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*DBInstanceAutomatedBackup) SetIops ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetIops(v int64) *DBInstanceAutomatedBackup
SetIops sets the Iops field's value.
func (*DBInstanceAutomatedBackup) SetKmsKeyId ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetKmsKeyId(v string) *DBInstanceAutomatedBackup
SetKmsKeyId sets the KmsKeyId field's value.
func (*DBInstanceAutomatedBackup) SetLicenseModel ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetLicenseModel(v string) *DBInstanceAutomatedBackup
SetLicenseModel sets the LicenseModel field's value.
func (*DBInstanceAutomatedBackup) SetMasterUsername ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetMasterUsername(v string) *DBInstanceAutomatedBackup
SetMasterUsername sets the MasterUsername field's value.
func (*DBInstanceAutomatedBackup) SetOptionGroupName ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetOptionGroupName(v string) *DBInstanceAutomatedBackup
SetOptionGroupName sets the OptionGroupName field's value.
func (*DBInstanceAutomatedBackup) SetPort ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetPort(v int64) *DBInstanceAutomatedBackup
SetPort sets the Port field's value.
func (*DBInstanceAutomatedBackup) SetRegion ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetRegion(v string) *DBInstanceAutomatedBackup
SetRegion sets the Region field's value.
func (*DBInstanceAutomatedBackup) SetRestoreWindow ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetRestoreWindow(v *RestoreWindow) *DBInstanceAutomatedBackup
SetRestoreWindow sets the RestoreWindow field's value.
func (*DBInstanceAutomatedBackup) SetStatus ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetStatus(v string) *DBInstanceAutomatedBackup
SetStatus sets the Status field's value.
func (*DBInstanceAutomatedBackup) SetStorageType ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetStorageType(v string) *DBInstanceAutomatedBackup
SetStorageType sets the StorageType field's value.
func (*DBInstanceAutomatedBackup) SetTdeCredentialArn ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetTdeCredentialArn(v string) *DBInstanceAutomatedBackup
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*DBInstanceAutomatedBackup) SetTimezone ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetTimezone(v string) *DBInstanceAutomatedBackup
SetTimezone sets the Timezone field's value.
func (*DBInstanceAutomatedBackup) SetVpcId ¶ added in v1.15.77
func (s *DBInstanceAutomatedBackup) SetVpcId(v string) *DBInstanceAutomatedBackup
SetVpcId sets the VpcId field's value.
func (DBInstanceAutomatedBackup) String ¶ added in v1.15.77
func (s DBInstanceAutomatedBackup) String() string
String returns the string representation
type DBInstanceAutomatedBackupsReplication ¶ added in v1.36.2
type DBInstanceAutomatedBackupsReplication struct { // The Amazon Resource Name (ARN) of the replicated automated backups. DBInstanceAutomatedBackupsArn *string `type:"string"` // contains filtered or unexported fields }
Automated backups of a DB instance replicated to another AWS Region. They consist of system backups, transaction logs, and database instance properties.
func (DBInstanceAutomatedBackupsReplication) GoString ¶ added in v1.36.2
func (s DBInstanceAutomatedBackupsReplication) GoString() string
GoString returns the string representation
func (*DBInstanceAutomatedBackupsReplication) SetDBInstanceAutomatedBackupsArn ¶ added in v1.36.2
func (s *DBInstanceAutomatedBackupsReplication) SetDBInstanceAutomatedBackupsArn(v string) *DBInstanceAutomatedBackupsReplication
SetDBInstanceAutomatedBackupsArn sets the DBInstanceAutomatedBackupsArn field's value.
func (DBInstanceAutomatedBackupsReplication) String ¶ added in v1.36.2
func (s DBInstanceAutomatedBackupsReplication) String() string
String returns the string representation
type DBInstanceRole ¶ added in v1.16.25
type DBInstanceRole struct { // The name of the feature associated with the AWS Identity and Access Management // (IAM) role. For the list of supported feature names, see DBEngineVersion. FeatureName *string `type:"string"` // The Amazon Resource Name (ARN) of the IAM role that is associated with the // DB instance. RoleArn *string `type:"string"` // Describes the state of association between the IAM role and the DB instance. // The Status property returns one of the following values: // // * ACTIVE - the IAM role ARN is associated with the DB instance and can // be used to access other AWS services on your behalf. // // * PENDING - the IAM role ARN is being associated with the DB instance. // // * INVALID - the IAM role ARN is associated with the DB instance, but the // DB instance is unable to assume the IAM role in order to access other // AWS services on your behalf. Status *string `type:"string"` // contains filtered or unexported fields }
Describes an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
func (DBInstanceRole) GoString ¶ added in v1.16.25
func (s DBInstanceRole) GoString() string
GoString returns the string representation
func (*DBInstanceRole) SetFeatureName ¶ added in v1.16.25
func (s *DBInstanceRole) SetFeatureName(v string) *DBInstanceRole
SetFeatureName sets the FeatureName field's value.
func (*DBInstanceRole) SetRoleArn ¶ added in v1.16.25
func (s *DBInstanceRole) SetRoleArn(v string) *DBInstanceRole
SetRoleArn sets the RoleArn field's value.
func (*DBInstanceRole) SetStatus ¶ added in v1.16.25
func (s *DBInstanceRole) SetStatus(v string) *DBInstanceRole
SetStatus sets the Status field's value.
func (DBInstanceRole) String ¶ added in v1.16.25
func (s DBInstanceRole) String() string
String returns the string representation
type DBInstanceStatusInfo ¶
type DBInstanceStatusInfo struct { // Details of the error if there is an error for the instance. If the instance // isn't in an error state, this value is blank. Message *string `type:"string"` // Boolean value that is true if the instance is operating normally, or false // if the instance is in an error state. Normal *bool `type:"boolean"` // Status of the DB instance. For a StatusType of read replica, the values can // be replicating, replication stop point set, replication stop point reached, // error, stopped, or terminated. Status *string `type:"string"` // This value is currently "read replication." StatusType *string `type:"string"` // contains filtered or unexported fields }
Provides a list of status information for a DB instance.
func (DBInstanceStatusInfo) GoString ¶ added in v0.6.5
func (s DBInstanceStatusInfo) GoString() string
GoString returns the string representation
func (*DBInstanceStatusInfo) SetMessage ¶ added in v1.5.0
func (s *DBInstanceStatusInfo) SetMessage(v string) *DBInstanceStatusInfo
SetMessage sets the Message field's value.
func (*DBInstanceStatusInfo) SetNormal ¶ added in v1.5.0
func (s *DBInstanceStatusInfo) SetNormal(v bool) *DBInstanceStatusInfo
SetNormal sets the Normal field's value.
func (*DBInstanceStatusInfo) SetStatus ¶ added in v1.5.0
func (s *DBInstanceStatusInfo) SetStatus(v string) *DBInstanceStatusInfo
SetStatus sets the Status field's value.
func (*DBInstanceStatusInfo) SetStatusType ¶ added in v1.5.0
func (s *DBInstanceStatusInfo) SetStatusType(v string) *DBInstanceStatusInfo
SetStatusType sets the StatusType field's value.
func (DBInstanceStatusInfo) String ¶ added in v0.6.5
func (s DBInstanceStatusInfo) String() string
String returns the string representation
type DBParameterGroup ¶
type DBParameterGroup struct { // The Amazon Resource Name (ARN) for the DB parameter group. DBParameterGroupArn *string `type:"string"` // The name of the DB parameter group family that this DB parameter group is // compatible with. DBParameterGroupFamily *string `type:"string"` // The name of the DB parameter group. DBParameterGroupName *string `type:"string"` // Provides the customer-specified description for this DB parameter group. Description *string `type:"string"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
func (DBParameterGroup) GoString ¶ added in v0.6.5
func (s DBParameterGroup) GoString() string
GoString returns the string representation
func (*DBParameterGroup) SetDBParameterGroupArn ¶ added in v1.5.0
func (s *DBParameterGroup) SetDBParameterGroupArn(v string) *DBParameterGroup
SetDBParameterGroupArn sets the DBParameterGroupArn field's value.
func (*DBParameterGroup) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DBParameterGroup) SetDBParameterGroupFamily(v string) *DBParameterGroup
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DBParameterGroup) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DBParameterGroup) SetDBParameterGroupName(v string) *DBParameterGroup
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*DBParameterGroup) SetDescription ¶ added in v1.5.0
func (s *DBParameterGroup) SetDescription(v string) *DBParameterGroup
SetDescription sets the Description field's value.
func (DBParameterGroup) String ¶ added in v0.6.5
func (s DBParameterGroup) String() string
String returns the string representation
type DBParameterGroupNameMessage ¶
type DBParameterGroupNameMessage struct { // The name of the DB parameter group. DBParameterGroupName *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.
func (DBParameterGroupNameMessage) GoString ¶ added in v0.6.5
func (s DBParameterGroupNameMessage) GoString() string
GoString returns the string representation
func (*DBParameterGroupNameMessage) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DBParameterGroupNameMessage) SetDBParameterGroupName(v string) *DBParameterGroupNameMessage
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (DBParameterGroupNameMessage) String ¶ added in v0.6.5
func (s DBParameterGroupNameMessage) String() string
String returns the string representation
type DBParameterGroupStatus ¶
type DBParameterGroupStatus struct { // The name of the DB parameter group. DBParameterGroupName *string `type:"string"` // The status of parameter updates. ParameterApplyStatus *string `type:"string"` // contains filtered or unexported fields }
The status of the DB parameter group.
This data type is used as a response element in the following actions:
CreateDBInstance
CreateDBInstanceReadReplica
DeleteDBInstance
ModifyDBInstance
RebootDBInstance
RestoreDBInstanceFromDBSnapshot
func (DBParameterGroupStatus) GoString ¶ added in v0.6.5
func (s DBParameterGroupStatus) GoString() string
GoString returns the string representation
func (*DBParameterGroupStatus) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DBParameterGroupStatus) SetDBParameterGroupName(v string) *DBParameterGroupStatus
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*DBParameterGroupStatus) SetParameterApplyStatus ¶ added in v1.5.0
func (s *DBParameterGroupStatus) SetParameterApplyStatus(v string) *DBParameterGroupStatus
SetParameterApplyStatus sets the ParameterApplyStatus field's value.
func (DBParameterGroupStatus) String ¶ added in v0.6.5
func (s DBParameterGroupStatus) String() string
String returns the string representation
type DBProxy ¶ added in v1.25.47
type DBProxy struct { // One or more data structures specifying the authorization mechanism to connect // to the associated RDS DB instance or Aurora DB cluster. Auth []*UserAuthConfigInfo `type:"list"` // The date and time when the proxy was first created. CreatedDate *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) for the proxy. DBProxyArn *string `type:"string"` // The identifier for the proxy. This name must be unique for all proxies owned // by your AWS account in the specified AWS Region. DBProxyName *string `type:"string"` // Whether the proxy includes detailed information about SQL statements in its // logs. This information helps you to debug issues involving SQL behavior or // the performance and scalability of the proxy connections. The debug information // includes the text of SQL statements that you submit through the proxy. Thus, // only enable this setting when needed for debugging, and only when you have // security measures in place to safeguard any sensitive information that appears // in the logs. DebugLogging *bool `type:"boolean"` // The endpoint that you can use to connect to the proxy. You include the endpoint // value in the connection string for a database client application. Endpoint *string `type:"string"` // The engine family applies to MySQL and PostgreSQL for both RDS and Aurora. EngineFamily *string `type:"string"` // The number of seconds a connection to the proxy can have no activity before // the proxy drops the client connection. The proxy keeps the underlying database // connection open and puts it back into the connection pool for reuse by later // connection requests. // // Default: 1800 (30 minutes) // // Constraints: 1 to 28,800 IdleClientTimeout *int64 `type:"integer"` // Indicates whether Transport Layer Security (TLS) encryption is required for // connections to the proxy. RequireTLS *bool `type:"boolean"` // The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access // Amazon Secrets Manager. RoleArn *string `type:"string"` // The current status of this proxy. A status of available means the proxy is // ready to handle requests. Other values indicate that you must wait for the // proxy to be ready, or take some action to resolve an issue. Status *string `type:"string" enum:"DBProxyStatus"` // The date and time when the proxy was last updated. UpdatedDate *time.Time `type:"timestamp"` // Provides a list of VPC security groups that the proxy belongs to. VpcSecurityGroupIds []*string `type:"list"` // The EC2 subnet IDs for the proxy. VpcSubnetIds []*string `type:"list"` // contains filtered or unexported fields }
The data structure representing a proxy managed by the RDS Proxy.
This data type is used as a response element in the DescribeDBProxies action.
func (*DBProxy) SetAuth ¶ added in v1.25.47
func (s *DBProxy) SetAuth(v []*UserAuthConfigInfo) *DBProxy
SetAuth sets the Auth field's value.
func (*DBProxy) SetCreatedDate ¶ added in v1.25.47
SetCreatedDate sets the CreatedDate field's value.
func (*DBProxy) SetDBProxyArn ¶ added in v1.25.47
SetDBProxyArn sets the DBProxyArn field's value.
func (*DBProxy) SetDBProxyName ¶ added in v1.25.47
SetDBProxyName sets the DBProxyName field's value.
func (*DBProxy) SetDebugLogging ¶ added in v1.25.47
SetDebugLogging sets the DebugLogging field's value.
func (*DBProxy) SetEndpoint ¶ added in v1.25.47
SetEndpoint sets the Endpoint field's value.
func (*DBProxy) SetEngineFamily ¶ added in v1.25.47
SetEngineFamily sets the EngineFamily field's value.
func (*DBProxy) SetIdleClientTimeout ¶ added in v1.25.47
SetIdleClientTimeout sets the IdleClientTimeout field's value.
func (*DBProxy) SetRequireTLS ¶ added in v1.25.47
SetRequireTLS sets the RequireTLS field's value.
func (*DBProxy) SetRoleArn ¶ added in v1.25.47
SetRoleArn sets the RoleArn field's value.
func (*DBProxy) SetUpdatedDate ¶ added in v1.25.47
SetUpdatedDate sets the UpdatedDate field's value.
func (*DBProxy) SetVpcSecurityGroupIds ¶ added in v1.25.47
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (*DBProxy) SetVpcSubnetIds ¶ added in v1.25.47
SetVpcSubnetIds sets the VpcSubnetIds field's value.
type DBProxyTarget ¶ added in v1.25.47
type DBProxyTarget struct { // The writer endpoint for the RDS DB instance or Aurora DB cluster. Endpoint *string `type:"string"` // The port that the RDS Proxy uses to connect to the target RDS DB instance // or Aurora DB cluster. Port *int64 `type:"integer"` // The identifier representing the target. It can be the instance identifier // for an RDS DB instance, or the cluster identifier for an Aurora DB cluster. RdsResourceId *string `type:"string"` // The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster. TargetArn *string `type:"string"` // Information about the connection health of the RDS Proxy target. TargetHealth *TargetHealth `type:"structure"` // The DB cluster identifier when the target represents an Aurora DB cluster. // This field is blank when the target represents an RDS DB instance. TrackedClusterId *string `type:"string"` // Specifies the kind of database, such as an RDS DB instance or an Aurora DB // cluster, that the target represents. Type *string `type:"string" enum:"TargetType"` // contains filtered or unexported fields }
Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.
This data type is used as a response element in the DescribeDBProxyTargets action.
func (DBProxyTarget) GoString ¶ added in v1.25.47
func (s DBProxyTarget) GoString() string
GoString returns the string representation
func (*DBProxyTarget) SetEndpoint ¶ added in v1.25.47
func (s *DBProxyTarget) SetEndpoint(v string) *DBProxyTarget
SetEndpoint sets the Endpoint field's value.
func (*DBProxyTarget) SetPort ¶ added in v1.25.47
func (s *DBProxyTarget) SetPort(v int64) *DBProxyTarget
SetPort sets the Port field's value.
func (*DBProxyTarget) SetRdsResourceId ¶ added in v1.25.47
func (s *DBProxyTarget) SetRdsResourceId(v string) *DBProxyTarget
SetRdsResourceId sets the RdsResourceId field's value.
func (*DBProxyTarget) SetTargetArn ¶ added in v1.25.47
func (s *DBProxyTarget) SetTargetArn(v string) *DBProxyTarget
SetTargetArn sets the TargetArn field's value.
func (*DBProxyTarget) SetTargetHealth ¶ added in v1.30.8
func (s *DBProxyTarget) SetTargetHealth(v *TargetHealth) *DBProxyTarget
SetTargetHealth sets the TargetHealth field's value.
func (*DBProxyTarget) SetTrackedClusterId ¶ added in v1.25.47
func (s *DBProxyTarget) SetTrackedClusterId(v string) *DBProxyTarget
SetTrackedClusterId sets the TrackedClusterId field's value.
func (*DBProxyTarget) SetType ¶ added in v1.25.47
func (s *DBProxyTarget) SetType(v string) *DBProxyTarget
SetType sets the Type field's value.
func (DBProxyTarget) String ¶ added in v1.25.47
func (s DBProxyTarget) String() string
String returns the string representation
type DBProxyTargetGroup ¶ added in v1.25.47
type DBProxyTargetGroup struct { // The settings that determine the size and behavior of the connection pool // for the target group. ConnectionPoolConfig *ConnectionPoolConfigurationInfo `type:"structure"` // The date and time when the target group was first created. CreatedDate *time.Time `type:"timestamp"` // The identifier for the RDS proxy associated with this target group. DBProxyName *string `type:"string"` // Whether this target group is the first one used for connection requests by // the associated proxy. Because each proxy is currently associated with a single // target group, currently this setting is always true. IsDefault *bool `type:"boolean"` // The current status of this target group. A status of available means the // target group is correctly associated with a database. Other values indicate // that you must wait for the target group to be ready, or take some action // to resolve an issue. Status *string `type:"string"` // The Amazon Resource Name (ARN) representing the target group. TargetGroupArn *string `type:"string"` // The identifier for the target group. This name must be unique for all target // groups owned by your AWS account in the specified AWS Region. TargetGroupName *string `type:"string"` // The date and time when the target group was last updated. UpdatedDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Represents a set of RDS DB instances, Aurora DB clusters, or both that a proxy can connect to. Currently, each target group is associated with exactly one RDS DB instance or Aurora DB cluster.
This data type is used as a response element in the DescribeDBProxyTargetGroups action.
func (DBProxyTargetGroup) GoString ¶ added in v1.25.47
func (s DBProxyTargetGroup) GoString() string
GoString returns the string representation
func (*DBProxyTargetGroup) SetConnectionPoolConfig ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetConnectionPoolConfig(v *ConnectionPoolConfigurationInfo) *DBProxyTargetGroup
SetConnectionPoolConfig sets the ConnectionPoolConfig field's value.
func (*DBProxyTargetGroup) SetCreatedDate ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetCreatedDate(v time.Time) *DBProxyTargetGroup
SetCreatedDate sets the CreatedDate field's value.
func (*DBProxyTargetGroup) SetDBProxyName ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetDBProxyName(v string) *DBProxyTargetGroup
SetDBProxyName sets the DBProxyName field's value.
func (*DBProxyTargetGroup) SetIsDefault ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetIsDefault(v bool) *DBProxyTargetGroup
SetIsDefault sets the IsDefault field's value.
func (*DBProxyTargetGroup) SetStatus ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetStatus(v string) *DBProxyTargetGroup
SetStatus sets the Status field's value.
func (*DBProxyTargetGroup) SetTargetGroupArn ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetTargetGroupArn(v string) *DBProxyTargetGroup
SetTargetGroupArn sets the TargetGroupArn field's value.
func (*DBProxyTargetGroup) SetTargetGroupName ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetTargetGroupName(v string) *DBProxyTargetGroup
SetTargetGroupName sets the TargetGroupName field's value.
func (*DBProxyTargetGroup) SetUpdatedDate ¶ added in v1.25.47
func (s *DBProxyTargetGroup) SetUpdatedDate(v time.Time) *DBProxyTargetGroup
SetUpdatedDate sets the UpdatedDate field's value.
func (DBProxyTargetGroup) String ¶ added in v1.25.47
func (s DBProxyTargetGroup) String() string
String returns the string representation
type DBSecurityGroup ¶
type DBSecurityGroup struct { // The Amazon Resource Name (ARN) for the DB security group. DBSecurityGroupArn *string `type:"string"` // Provides the description of the DB security group. DBSecurityGroupDescription *string `type:"string"` // Specifies the name of the DB security group. DBSecurityGroupName *string `type:"string"` // Contains a list of EC2SecurityGroup elements. EC2SecurityGroups []*EC2SecurityGroup `locationNameList:"EC2SecurityGroup" type:"list"` // Contains a list of IPRange elements. IPRanges []*IPRange `locationNameList:"IPRange" type:"list"` // Provides the AWS ID of the owner of a specific DB security group. OwnerId *string `type:"string"` // Provides the VpcId of the DB security group. VpcId *string `type:"string"` // contains filtered or unexported fields }
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the DescribeDBSecurityGroups action.
func (DBSecurityGroup) GoString ¶ added in v0.6.5
func (s DBSecurityGroup) GoString() string
GoString returns the string representation
func (*DBSecurityGroup) SetDBSecurityGroupArn ¶ added in v1.5.0
func (s *DBSecurityGroup) SetDBSecurityGroupArn(v string) *DBSecurityGroup
SetDBSecurityGroupArn sets the DBSecurityGroupArn field's value.
func (*DBSecurityGroup) SetDBSecurityGroupDescription ¶ added in v1.5.0
func (s *DBSecurityGroup) SetDBSecurityGroupDescription(v string) *DBSecurityGroup
SetDBSecurityGroupDescription sets the DBSecurityGroupDescription field's value.
func (*DBSecurityGroup) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *DBSecurityGroup) SetDBSecurityGroupName(v string) *DBSecurityGroup
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*DBSecurityGroup) SetEC2SecurityGroups ¶ added in v1.5.0
func (s *DBSecurityGroup) SetEC2SecurityGroups(v []*EC2SecurityGroup) *DBSecurityGroup
SetEC2SecurityGroups sets the EC2SecurityGroups field's value.
func (*DBSecurityGroup) SetIPRanges ¶ added in v1.5.0
func (s *DBSecurityGroup) SetIPRanges(v []*IPRange) *DBSecurityGroup
SetIPRanges sets the IPRanges field's value.
func (*DBSecurityGroup) SetOwnerId ¶ added in v1.5.0
func (s *DBSecurityGroup) SetOwnerId(v string) *DBSecurityGroup
SetOwnerId sets the OwnerId field's value.
func (*DBSecurityGroup) SetVpcId ¶ added in v1.5.0
func (s *DBSecurityGroup) SetVpcId(v string) *DBSecurityGroup
SetVpcId sets the VpcId field's value.
func (DBSecurityGroup) String ¶ added in v0.6.5
func (s DBSecurityGroup) String() string
String returns the string representation
type DBSecurityGroupMembership ¶
type DBSecurityGroupMembership struct { // The name of the DB security group. DBSecurityGroupName *string `type:"string"` // The status of the DB security group. Status *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the following actions:
ModifyDBInstance
RebootDBInstance
RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceToPointInTime
func (DBSecurityGroupMembership) GoString ¶ added in v0.6.5
func (s DBSecurityGroupMembership) GoString() string
GoString returns the string representation
func (*DBSecurityGroupMembership) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *DBSecurityGroupMembership) SetDBSecurityGroupName(v string) *DBSecurityGroupMembership
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*DBSecurityGroupMembership) SetStatus ¶ added in v1.5.0
func (s *DBSecurityGroupMembership) SetStatus(v string) *DBSecurityGroupMembership
SetStatus sets the Status field's value.
func (DBSecurityGroupMembership) String ¶ added in v0.6.5
func (s DBSecurityGroupMembership) String() string
String returns the string representation
type DBSnapshot ¶
type DBSnapshot struct { // Specifies the allocated storage size in gibibytes (GiB). AllocatedStorage *int64 `type:"integer"` // Specifies the name of the Availability Zone the DB instance was located in // at the time of the DB snapshot. AvailabilityZone *string `type:"string"` // Specifies the DB instance identifier of the DB instance this DB snapshot // was created from. DBInstanceIdentifier *string `type:"string"` // The Amazon Resource Name (ARN) for the DB snapshot. DBSnapshotArn *string `type:"string"` // Specifies the identifier for the DB snapshot. DBSnapshotIdentifier *string `type:"string"` // The identifier for the source DB instance, which can't be changed and which // is unique to an AWS Region. DbiResourceId *string `type:"string"` // Specifies whether the DB snapshot is encrypted. Encrypted *bool `type:"boolean"` // Specifies the name of the database engine. Engine *string `type:"string"` // Specifies the version of the database engine. EngineVersion *string `type:"string"` // True if mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled, and otherwise false. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // Specifies the time in Coordinated Universal Time (UTC) when the DB instance, // from which the snapshot was taken, was created. InstanceCreateTime *time.Time `type:"timestamp"` // Specifies the Provisioned IOPS (I/O operations per second) value of the DB // instance at the time of the snapshot. Iops *int64 `type:"integer"` // If Encrypted is true, the AWS KMS key identifier for the encrypted DB snapshot. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // License model information for the restored DB instance. LicenseModel *string `type:"string"` // Provides the master username for the DB snapshot. MasterUsername *string `type:"string"` // Provides the option group name for the DB snapshot. OptionGroupName *string `type:"string"` // The percentage of the estimated data that has been transferred. PercentProgress *int64 `type:"integer"` // Specifies the port that the database engine was listening on at the time // of the snapshot. Port *int64 `type:"integer"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance when the DB snapshot was created. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // Specifies when the snapshot was taken in Coordinated Universal Time (UTC). SnapshotCreateTime *time.Time `type:"timestamp"` // Provides the type of the DB snapshot. SnapshotType *string `type:"string"` // The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied // from. It only has value in case of cross-customer or cross-region copy. SourceDBSnapshotIdentifier *string `type:"string"` // The AWS Region that the DB snapshot was created in or copied from. SourceRegion *string `type:"string"` // Specifies the status of this DB snapshot. Status *string `type:"string"` // Specifies the storage type associated with DB snapshot. StorageType *string `type:"string"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. TagList []*Tag `locationNameList:"Tag" type:"list"` // The ARN from the key store with which to associate the instance for TDE encryption. TdeCredentialArn *string `type:"string"` // The time zone of the DB snapshot. In most cases, the Timezone element is // empty. Timezone content appears only for snapshots taken from Microsoft SQL // Server DB instances that were created with a time zone specified. Timezone *string `type:"string"` // Provides the VPC ID associated with the DB snapshot. VpcId *string `type:"string"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
func (DBSnapshot) GoString ¶ added in v0.6.5
func (s DBSnapshot) GoString() string
GoString returns the string representation
func (*DBSnapshot) SetAllocatedStorage ¶ added in v1.5.0
func (s *DBSnapshot) SetAllocatedStorage(v int64) *DBSnapshot
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*DBSnapshot) SetAvailabilityZone ¶ added in v1.5.0
func (s *DBSnapshot) SetAvailabilityZone(v string) *DBSnapshot
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*DBSnapshot) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DBSnapshot) SetDBInstanceIdentifier(v string) *DBSnapshot
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DBSnapshot) SetDBSnapshotArn ¶ added in v1.5.0
func (s *DBSnapshot) SetDBSnapshotArn(v string) *DBSnapshot
SetDBSnapshotArn sets the DBSnapshotArn field's value.
func (*DBSnapshot) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DBSnapshot) SetDBSnapshotIdentifier(v string) *DBSnapshot
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*DBSnapshot) SetDbiResourceId ¶ added in v1.15.77
func (s *DBSnapshot) SetDbiResourceId(v string) *DBSnapshot
SetDbiResourceId sets the DbiResourceId field's value.
func (*DBSnapshot) SetEncrypted ¶ added in v1.5.0
func (s *DBSnapshot) SetEncrypted(v bool) *DBSnapshot
SetEncrypted sets the Encrypted field's value.
func (*DBSnapshot) SetEngine ¶ added in v1.5.0
func (s *DBSnapshot) SetEngine(v string) *DBSnapshot
SetEngine sets the Engine field's value.
func (*DBSnapshot) SetEngineVersion ¶ added in v1.5.0
func (s *DBSnapshot) SetEngineVersion(v string) *DBSnapshot
SetEngineVersion sets the EngineVersion field's value.
func (*DBSnapshot) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.8.17
func (s *DBSnapshot) SetIAMDatabaseAuthenticationEnabled(v bool) *DBSnapshot
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*DBSnapshot) SetInstanceCreateTime ¶ added in v1.5.0
func (s *DBSnapshot) SetInstanceCreateTime(v time.Time) *DBSnapshot
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*DBSnapshot) SetIops ¶ added in v1.5.0
func (s *DBSnapshot) SetIops(v int64) *DBSnapshot
SetIops sets the Iops field's value.
func (*DBSnapshot) SetKmsKeyId ¶ added in v1.5.0
func (s *DBSnapshot) SetKmsKeyId(v string) *DBSnapshot
SetKmsKeyId sets the KmsKeyId field's value.
func (*DBSnapshot) SetLicenseModel ¶ added in v1.5.0
func (s *DBSnapshot) SetLicenseModel(v string) *DBSnapshot
SetLicenseModel sets the LicenseModel field's value.
func (*DBSnapshot) SetMasterUsername ¶ added in v1.5.0
func (s *DBSnapshot) SetMasterUsername(v string) *DBSnapshot
SetMasterUsername sets the MasterUsername field's value.
func (*DBSnapshot) SetOptionGroupName ¶ added in v1.5.0
func (s *DBSnapshot) SetOptionGroupName(v string) *DBSnapshot
SetOptionGroupName sets the OptionGroupName field's value.
func (*DBSnapshot) SetPercentProgress ¶ added in v1.5.0
func (s *DBSnapshot) SetPercentProgress(v int64) *DBSnapshot
SetPercentProgress sets the PercentProgress field's value.
func (*DBSnapshot) SetPort ¶ added in v1.5.0
func (s *DBSnapshot) SetPort(v int64) *DBSnapshot
SetPort sets the Port field's value.
func (*DBSnapshot) SetProcessorFeatures ¶ added in v1.14.1
func (s *DBSnapshot) SetProcessorFeatures(v []*ProcessorFeature) *DBSnapshot
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*DBSnapshot) SetSnapshotCreateTime ¶ added in v1.5.0
func (s *DBSnapshot) SetSnapshotCreateTime(v time.Time) *DBSnapshot
SetSnapshotCreateTime sets the SnapshotCreateTime field's value.
func (*DBSnapshot) SetSnapshotType ¶ added in v1.5.0
func (s *DBSnapshot) SetSnapshotType(v string) *DBSnapshot
SetSnapshotType sets the SnapshotType field's value.
func (*DBSnapshot) SetSourceDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DBSnapshot) SetSourceDBSnapshotIdentifier(v string) *DBSnapshot
SetSourceDBSnapshotIdentifier sets the SourceDBSnapshotIdentifier field's value.
func (*DBSnapshot) SetSourceRegion ¶ added in v1.5.0
func (s *DBSnapshot) SetSourceRegion(v string) *DBSnapshot
SetSourceRegion sets the SourceRegion field's value.
func (*DBSnapshot) SetStatus ¶ added in v1.5.0
func (s *DBSnapshot) SetStatus(v string) *DBSnapshot
SetStatus sets the Status field's value.
func (*DBSnapshot) SetStorageType ¶ added in v1.5.0
func (s *DBSnapshot) SetStorageType(v string) *DBSnapshot
SetStorageType sets the StorageType field's value.
func (*DBSnapshot) SetTagList ¶ added in v1.35.8
func (s *DBSnapshot) SetTagList(v []*Tag) *DBSnapshot
SetTagList sets the TagList field's value.
func (*DBSnapshot) SetTdeCredentialArn ¶ added in v1.5.0
func (s *DBSnapshot) SetTdeCredentialArn(v string) *DBSnapshot
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*DBSnapshot) SetTimezone ¶ added in v1.5.0
func (s *DBSnapshot) SetTimezone(v string) *DBSnapshot
SetTimezone sets the Timezone field's value.
func (*DBSnapshot) SetVpcId ¶ added in v1.5.0
func (s *DBSnapshot) SetVpcId(v string) *DBSnapshot
SetVpcId sets the VpcId field's value.
func (DBSnapshot) String ¶ added in v0.6.5
func (s DBSnapshot) String() string
String returns the string representation
type DBSnapshotAttribute ¶ added in v0.10.4
type DBSnapshotAttribute struct { // The name of the manual DB snapshot attribute. // // The attribute named restore refers to the list of AWS accounts that have // permission to copy or restore the manual DB cluster snapshot. For more information, // see the ModifyDBSnapshotAttribute API action. AttributeName *string `type:"string"` // The value or values for the manual DB snapshot attribute. // // If the AttributeName field is set to restore, then this element returns a // list of IDs of the AWS accounts that are authorized to copy or restore the // manual DB snapshot. If a value of all is in the list, then the manual DB // snapshot is public and available for any AWS account to copy or restore. AttributeValues []*string `locationNameList:"AttributeValue" type:"list"` // contains filtered or unexported fields }
Contains the name and values of a manual DB snapshot attribute
Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.
func (DBSnapshotAttribute) GoString ¶ added in v0.10.4
func (s DBSnapshotAttribute) GoString() string
GoString returns the string representation
func (*DBSnapshotAttribute) SetAttributeName ¶ added in v1.5.0
func (s *DBSnapshotAttribute) SetAttributeName(v string) *DBSnapshotAttribute
SetAttributeName sets the AttributeName field's value.
func (*DBSnapshotAttribute) SetAttributeValues ¶ added in v1.5.0
func (s *DBSnapshotAttribute) SetAttributeValues(v []*string) *DBSnapshotAttribute
SetAttributeValues sets the AttributeValues field's value.
func (DBSnapshotAttribute) String ¶ added in v0.10.4
func (s DBSnapshotAttribute) String() string
String returns the string representation
type DBSnapshotAttributesResult ¶ added in v0.10.4
type DBSnapshotAttributesResult struct { // The list of attributes and values for the manual DB snapshot. DBSnapshotAttributes []*DBSnapshotAttribute `locationNameList:"DBSnapshotAttribute" type:"list"` // The identifier of the manual DB snapshot that the attributes apply to. DBSnapshotIdentifier *string `type:"string"` // contains filtered or unexported fields }
Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.
Manual DB snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
func (DBSnapshotAttributesResult) GoString ¶ added in v0.10.4
func (s DBSnapshotAttributesResult) GoString() string
GoString returns the string representation
func (*DBSnapshotAttributesResult) SetDBSnapshotAttributes ¶ added in v1.5.0
func (s *DBSnapshotAttributesResult) SetDBSnapshotAttributes(v []*DBSnapshotAttribute) *DBSnapshotAttributesResult
SetDBSnapshotAttributes sets the DBSnapshotAttributes field's value.
func (*DBSnapshotAttributesResult) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DBSnapshotAttributesResult) SetDBSnapshotIdentifier(v string) *DBSnapshotAttributesResult
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (DBSnapshotAttributesResult) String ¶ added in v0.10.4
func (s DBSnapshotAttributesResult) String() string
String returns the string representation
type DBSubnetGroup ¶
type DBSubnetGroup struct { // The Amazon Resource Name (ARN) for the DB subnet group. DBSubnetGroupArn *string `type:"string"` // Provides the description of the DB subnet group. DBSubnetGroupDescription *string `type:"string"` // The name of the DB subnet group. DBSubnetGroupName *string `type:"string"` // Provides the status of the DB subnet group. SubnetGroupStatus *string `type:"string"` // Contains a list of Subnet elements. Subnets []*Subnet `locationNameList:"Subnet" type:"list"` // Provides the VpcId of the DB subnet group. VpcId *string `type:"string"` // contains filtered or unexported fields }
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element in the DescribeDBSubnetGroups action.
func (DBSubnetGroup) GoString ¶ added in v0.6.5
func (s DBSubnetGroup) GoString() string
GoString returns the string representation
func (*DBSubnetGroup) SetDBSubnetGroupArn ¶ added in v1.5.0
func (s *DBSubnetGroup) SetDBSubnetGroupArn(v string) *DBSubnetGroup
SetDBSubnetGroupArn sets the DBSubnetGroupArn field's value.
func (*DBSubnetGroup) SetDBSubnetGroupDescription ¶ added in v1.5.0
func (s *DBSubnetGroup) SetDBSubnetGroupDescription(v string) *DBSubnetGroup
SetDBSubnetGroupDescription sets the DBSubnetGroupDescription field's value.
func (*DBSubnetGroup) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *DBSubnetGroup) SetDBSubnetGroupName(v string) *DBSubnetGroup
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*DBSubnetGroup) SetSubnetGroupStatus ¶ added in v1.5.0
func (s *DBSubnetGroup) SetSubnetGroupStatus(v string) *DBSubnetGroup
SetSubnetGroupStatus sets the SubnetGroupStatus field's value.
func (*DBSubnetGroup) SetSubnets ¶ added in v1.5.0
func (s *DBSubnetGroup) SetSubnets(v []*Subnet) *DBSubnetGroup
SetSubnets sets the Subnets field's value.
func (*DBSubnetGroup) SetVpcId ¶ added in v1.5.0
func (s *DBSubnetGroup) SetVpcId(v string) *DBSubnetGroup
SetVpcId sets the VpcId field's value.
func (DBSubnetGroup) String ¶ added in v0.6.5
func (s DBSubnetGroup) String() string
String returns the string representation
type DeleteCustomAvailabilityZoneInput ¶ added in v1.25.15
type DeleteCustomAvailabilityZoneInput struct { // The custom AZ identifier. // // CustomAvailabilityZoneId is a required field CustomAvailabilityZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCustomAvailabilityZoneInput) GoString ¶ added in v1.25.15
func (s DeleteCustomAvailabilityZoneInput) GoString() string
GoString returns the string representation
func (*DeleteCustomAvailabilityZoneInput) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *DeleteCustomAvailabilityZoneInput) SetCustomAvailabilityZoneId(v string) *DeleteCustomAvailabilityZoneInput
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (DeleteCustomAvailabilityZoneInput) String ¶ added in v1.25.15
func (s DeleteCustomAvailabilityZoneInput) String() string
String returns the string representation
func (*DeleteCustomAvailabilityZoneInput) Validate ¶ added in v1.25.15
func (s *DeleteCustomAvailabilityZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomAvailabilityZoneOutput ¶ added in v1.25.15
type DeleteCustomAvailabilityZoneOutput struct { // A custom Availability Zone (AZ) is an on-premises AZ that is integrated with // a VMware vSphere cluster. // // For more information about RDS on VMware, see the RDS on VMware User Guide. // (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html) CustomAvailabilityZone *CustomAvailabilityZone `type:"structure"` // contains filtered or unexported fields }
func (DeleteCustomAvailabilityZoneOutput) GoString ¶ added in v1.25.15
func (s DeleteCustomAvailabilityZoneOutput) GoString() string
GoString returns the string representation
func (*DeleteCustomAvailabilityZoneOutput) SetCustomAvailabilityZone ¶ added in v1.25.15
func (s *DeleteCustomAvailabilityZoneOutput) SetCustomAvailabilityZone(v *CustomAvailabilityZone) *DeleteCustomAvailabilityZoneOutput
SetCustomAvailabilityZone sets the CustomAvailabilityZone field's value.
func (DeleteCustomAvailabilityZoneOutput) String ¶ added in v1.25.15
func (s DeleteCustomAvailabilityZoneOutput) String() string
String returns the string representation
type DeleteDBClusterEndpointInput ¶ added in v1.15.74
type DeleteDBClusterEndpointInput struct { // The identifier associated with the custom endpoint. This parameter is stored // as a lowercase string. // // DBClusterEndpointIdentifier is a required field DBClusterEndpointIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBClusterEndpointInput) GoString ¶ added in v1.15.74
func (s DeleteDBClusterEndpointInput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterEndpointInput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointInput) SetDBClusterEndpointIdentifier(v string) *DeleteDBClusterEndpointInput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (DeleteDBClusterEndpointInput) String ¶ added in v1.15.74
func (s DeleteDBClusterEndpointInput) String() string
String returns the string representation
func (*DeleteDBClusterEndpointInput) Validate ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBClusterEndpointOutput ¶ added in v1.15.74
type DeleteDBClusterEndpointOutput struct { // The type associated with a custom endpoint. One of: READER, WRITER, ANY. CustomEndpointType *string `type:"string"` // The Amazon Resource Name (ARN) for the endpoint. DBClusterEndpointArn *string `type:"string"` // The identifier associated with the endpoint. This parameter is stored as // a lowercase string. DBClusterEndpointIdentifier *string `type:"string"` // A unique system-generated identifier for an endpoint. It remains the same // for the whole life of the endpoint. DBClusterEndpointResourceIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. DBClusterIdentifier *string `type:"string"` // The DNS address of the endpoint. Endpoint *string `type:"string"` // The type of the endpoint. One of: READER, WRITER, CUSTOM. EndpointType *string `type:"string"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // The current status of the endpoint. One of: creating, available, deleting, // inactive, modifying. The inactive state applies to an endpoint that can't // be used for a certain kind of cluster, such as a writer endpoint for a read-only // secondary cluster in a global database. Status *string `type:"string"` // contains filtered or unexported fields }
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint.
func (DeleteDBClusterEndpointOutput) GoString ¶ added in v1.15.74
func (s DeleteDBClusterEndpointOutput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterEndpointOutput) SetCustomEndpointType ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetCustomEndpointType(v string) *DeleteDBClusterEndpointOutput
SetCustomEndpointType sets the CustomEndpointType field's value.
func (*DeleteDBClusterEndpointOutput) SetDBClusterEndpointArn ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *DeleteDBClusterEndpointOutput
SetDBClusterEndpointArn sets the DBClusterEndpointArn field's value.
func (*DeleteDBClusterEndpointOutput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *DeleteDBClusterEndpointOutput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*DeleteDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *DeleteDBClusterEndpointOutput
SetDBClusterEndpointResourceIdentifier sets the DBClusterEndpointResourceIdentifier field's value.
func (*DeleteDBClusterEndpointOutput) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *DeleteDBClusterEndpointOutput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DeleteDBClusterEndpointOutput) SetEndpoint ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetEndpoint(v string) *DeleteDBClusterEndpointOutput
SetEndpoint sets the Endpoint field's value.
func (*DeleteDBClusterEndpointOutput) SetEndpointType ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetEndpointType(v string) *DeleteDBClusterEndpointOutput
SetEndpointType sets the EndpointType field's value.
func (*DeleteDBClusterEndpointOutput) SetExcludedMembers ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetExcludedMembers(v []*string) *DeleteDBClusterEndpointOutput
SetExcludedMembers sets the ExcludedMembers field's value.
func (*DeleteDBClusterEndpointOutput) SetStaticMembers ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetStaticMembers(v []*string) *DeleteDBClusterEndpointOutput
SetStaticMembers sets the StaticMembers field's value.
func (*DeleteDBClusterEndpointOutput) SetStatus ¶ added in v1.15.74
func (s *DeleteDBClusterEndpointOutput) SetStatus(v string) *DeleteDBClusterEndpointOutput
SetStatus sets the Status field's value.
func (DeleteDBClusterEndpointOutput) String ¶ added in v1.15.74
func (s DeleteDBClusterEndpointOutput) String() string
String returns the string representation
type DeleteDBClusterInput ¶ added in v0.7.1
type DeleteDBClusterInput struct { // The DB cluster identifier for the DB cluster to be deleted. This parameter // isn't case-sensitive. // // Constraints: // // * Must match an existing DBClusterIdentifier. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The DB cluster snapshot identifier of the new DB cluster snapshot created // when SkipFinalSnapshot is disabled. // // Specifying this parameter and also skipping the creation of a final DB cluster // snapshot with the SkipFinalShapshot parameter results in an error. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens FinalDBSnapshotIdentifier *string `type:"string"` // A value that indicates whether to skip the creation of a final DB cluster // snapshot before the DB cluster is deleted. If skip is specified, no DB cluster // snapshot is created. If skip isn't specified, a DB cluster snapshot is created // before the DB cluster is deleted. By default, skip isn't specified, and the // DB cluster snapshot is created. By default, this parameter is disabled. // // You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot // is disabled. SkipFinalSnapshot *bool `type:"boolean"` // contains filtered or unexported fields }
func (DeleteDBClusterInput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterInput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *DeleteDBClusterInput) SetDBClusterIdentifier(v string) *DeleteDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DeleteDBClusterInput) SetFinalDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DeleteDBClusterInput) SetFinalDBSnapshotIdentifier(v string) *DeleteDBClusterInput
SetFinalDBSnapshotIdentifier sets the FinalDBSnapshotIdentifier field's value.
func (*DeleteDBClusterInput) SetSkipFinalSnapshot ¶ added in v1.5.0
func (s *DeleteDBClusterInput) SetSkipFinalSnapshot(v bool) *DeleteDBClusterInput
SetSkipFinalSnapshot sets the SkipFinalSnapshot field's value.
func (DeleteDBClusterInput) String ¶ added in v0.7.1
func (s DeleteDBClusterInput) String() string
String returns the string representation
func (*DeleteDBClusterInput) Validate ¶ added in v1.1.21
func (s *DeleteDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBClusterOutput ¶ added in v0.7.1
type DeleteDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBClusterOutput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterOutput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterOutput) SetDBCluster ¶ added in v1.5.0
func (s *DeleteDBClusterOutput) SetDBCluster(v *DBCluster) *DeleteDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (DeleteDBClusterOutput) String ¶ added in v0.7.1
func (s DeleteDBClusterOutput) String() string
String returns the string representation
type DeleteDBClusterParameterGroupInput ¶ added in v0.7.1
type DeleteDBClusterParameterGroupInput struct { // The name of the DB cluster parameter group. // // Constraints: // // * Must be the name of an existing DB cluster parameter group. // // * You can't delete a default DB cluster parameter group. // // * Can't be associated with any DB clusters. // // DBClusterParameterGroupName is a required field DBClusterParameterGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBClusterParameterGroupInput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterParameterGroupInput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterParameterGroupInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *DeleteDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *DeleteDBClusterParameterGroupInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (DeleteDBClusterParameterGroupInput) String ¶ added in v0.7.1
func (s DeleteDBClusterParameterGroupInput) String() string
String returns the string representation
func (*DeleteDBClusterParameterGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteDBClusterParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBClusterParameterGroupOutput ¶ added in v0.7.1
type DeleteDBClusterParameterGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteDBClusterParameterGroupOutput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterParameterGroupOutput) GoString() string
GoString returns the string representation
func (DeleteDBClusterParameterGroupOutput) String ¶ added in v0.7.1
func (s DeleteDBClusterParameterGroupOutput) String() string
String returns the string representation
type DeleteDBClusterSnapshotInput ¶ added in v0.7.1
type DeleteDBClusterSnapshotInput struct { // The identifier of the DB cluster snapshot to delete. // // Constraints: Must be the name of an existing DB cluster snapshot in the available // state. // // DBClusterSnapshotIdentifier is a required field DBClusterSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBClusterSnapshotInput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterSnapshotInput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterSnapshotInput) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *DeleteDBClusterSnapshotInput) SetDBClusterSnapshotIdentifier(v string) *DeleteDBClusterSnapshotInput
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (DeleteDBClusterSnapshotInput) String ¶ added in v0.7.1
func (s DeleteDBClusterSnapshotInput) String() string
String returns the string representation
func (*DeleteDBClusterSnapshotInput) Validate ¶ added in v1.1.21
func (s *DeleteDBClusterSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBClusterSnapshotOutput ¶ added in v0.7.1
type DeleteDBClusterSnapshotOutput struct { // Contains the details for an Amazon RDS DB cluster snapshot // // This data type is used as a response element in the DescribeDBClusterSnapshots // action. DBClusterSnapshot *DBClusterSnapshot `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBClusterSnapshotOutput) GoString ¶ added in v0.7.1
func (s DeleteDBClusterSnapshotOutput) GoString() string
GoString returns the string representation
func (*DeleteDBClusterSnapshotOutput) SetDBClusterSnapshot ¶ added in v1.5.0
func (s *DeleteDBClusterSnapshotOutput) SetDBClusterSnapshot(v *DBClusterSnapshot) *DeleteDBClusterSnapshotOutput
SetDBClusterSnapshot sets the DBClusterSnapshot field's value.
func (DeleteDBClusterSnapshotOutput) String ¶ added in v0.7.1
func (s DeleteDBClusterSnapshotOutput) String() string
String returns the string representation
type DeleteDBInstanceAutomatedBackupInput ¶ added in v1.15.77
type DeleteDBInstanceAutomatedBackupInput struct { // The Amazon Resource Name (ARN) of the automated backups to delete, for example, // arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. DBInstanceAutomatedBackupsArn *string `type:"string"` // The identifier for the source DB instance, which can't be changed and which // is unique to an AWS Region. DbiResourceId *string `type:"string"` // contains filtered or unexported fields }
Parameter input for the DeleteDBInstanceAutomatedBackup operation.
func (DeleteDBInstanceAutomatedBackupInput) GoString ¶ added in v1.15.77
func (s DeleteDBInstanceAutomatedBackupInput) GoString() string
GoString returns the string representation
func (*DeleteDBInstanceAutomatedBackupInput) SetDBInstanceAutomatedBackupsArn ¶ added in v1.36.2
func (s *DeleteDBInstanceAutomatedBackupInput) SetDBInstanceAutomatedBackupsArn(v string) *DeleteDBInstanceAutomatedBackupInput
SetDBInstanceAutomatedBackupsArn sets the DBInstanceAutomatedBackupsArn field's value.
func (*DeleteDBInstanceAutomatedBackupInput) SetDbiResourceId ¶ added in v1.15.77
func (s *DeleteDBInstanceAutomatedBackupInput) SetDbiResourceId(v string) *DeleteDBInstanceAutomatedBackupInput
SetDbiResourceId sets the DbiResourceId field's value.
func (DeleteDBInstanceAutomatedBackupInput) String ¶ added in v1.15.77
func (s DeleteDBInstanceAutomatedBackupInput) String() string
String returns the string representation
type DeleteDBInstanceAutomatedBackupOutput ¶ added in v1.15.77
type DeleteDBInstanceAutomatedBackupOutput struct { // An automated backup of a DB instance. It consists of system backups, transaction // logs, and the database instance properties that existed at the time you deleted // the source instance. DBInstanceAutomatedBackup *DBInstanceAutomatedBackup `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBInstanceAutomatedBackupOutput) GoString ¶ added in v1.15.77
func (s DeleteDBInstanceAutomatedBackupOutput) GoString() string
GoString returns the string representation
func (*DeleteDBInstanceAutomatedBackupOutput) SetDBInstanceAutomatedBackup ¶ added in v1.15.77
func (s *DeleteDBInstanceAutomatedBackupOutput) SetDBInstanceAutomatedBackup(v *DBInstanceAutomatedBackup) *DeleteDBInstanceAutomatedBackupOutput
SetDBInstanceAutomatedBackup sets the DBInstanceAutomatedBackup field's value.
func (DeleteDBInstanceAutomatedBackupOutput) String ¶ added in v1.15.77
func (s DeleteDBInstanceAutomatedBackupOutput) String() string
String returns the string representation
type DeleteDBInstanceInput ¶
type DeleteDBInstanceInput struct { // The DB instance identifier for the DB instance to be deleted. This parameter // isn't case-sensitive. // // Constraints: // // * Must match the name of an existing DB instance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // A value that indicates whether to remove automated backups immediately after // the DB instance is deleted. This parameter isn't case-sensitive. The default // is to remove automated backups immediately after the DB instance is deleted. DeleteAutomatedBackups *bool `type:"boolean"` // The DBSnapshotIdentifier of the new DBSnapshot created when the SkipFinalSnapshot // parameter is disabled. // // Specifying this parameter and also specifying to skip final DB snapshot creation // in SkipFinalShapshot results in an error. // // Constraints: // // * Must be 1 to 255 letters or numbers. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // * Can't be specified when deleting a read replica. FinalDBSnapshotIdentifier *string `type:"string"` // A value that indicates whether to skip the creation of a final DB snapshot // before the DB instance is deleted. If skip is specified, no DB snapshot is // created. If skip isn't specified, a DB snapshot is created before the DB // instance is deleted. By default, skip isn't specified, and the DB snapshot // is created. // // When a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', // or 'incompatible-network', it can only be deleted when skip is specified. // // Specify skip when deleting a read replica. // // The FinalDBSnapshotIdentifier parameter must be specified if skip isn't specified. SkipFinalSnapshot *bool `type:"boolean"` // contains filtered or unexported fields }
func (DeleteDBInstanceInput) GoString ¶ added in v0.6.5
func (s DeleteDBInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DeleteDBInstanceInput) SetDBInstanceIdentifier(v string) *DeleteDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DeleteDBInstanceInput) SetDeleteAutomatedBackups ¶ added in v1.15.77
func (s *DeleteDBInstanceInput) SetDeleteAutomatedBackups(v bool) *DeleteDBInstanceInput
SetDeleteAutomatedBackups sets the DeleteAutomatedBackups field's value.
func (*DeleteDBInstanceInput) SetFinalDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DeleteDBInstanceInput) SetFinalDBSnapshotIdentifier(v string) *DeleteDBInstanceInput
SetFinalDBSnapshotIdentifier sets the FinalDBSnapshotIdentifier field's value.
func (*DeleteDBInstanceInput) SetSkipFinalSnapshot ¶ added in v1.5.0
func (s *DeleteDBInstanceInput) SetSkipFinalSnapshot(v bool) *DeleteDBInstanceInput
SetSkipFinalSnapshot sets the SkipFinalSnapshot field's value.
func (DeleteDBInstanceInput) String ¶ added in v0.6.5
func (s DeleteDBInstanceInput) String() string
String returns the string representation
func (*DeleteDBInstanceInput) Validate ¶ added in v1.1.21
func (s *DeleteDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBInstanceOutput ¶
type DeleteDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBInstanceOutput) GoString ¶ added in v0.6.5
func (s DeleteDBInstanceOutput) GoString() string
GoString returns the string representation
func (*DeleteDBInstanceOutput) SetDBInstance ¶ added in v1.5.0
func (s *DeleteDBInstanceOutput) SetDBInstance(v *DBInstance) *DeleteDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (DeleteDBInstanceOutput) String ¶ added in v0.6.5
func (s DeleteDBInstanceOutput) String() string
String returns the string representation
type DeleteDBParameterGroupInput ¶
type DeleteDBParameterGroupInput struct { // The name of the DB parameter group. // // Constraints: // // * Must be the name of an existing DB parameter group // // * You can't delete a default DB parameter group // // * Can't be associated with any DB instances // // DBParameterGroupName is a required field DBParameterGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBParameterGroupInput) GoString ¶ added in v0.6.5
func (s DeleteDBParameterGroupInput) GoString() string
GoString returns the string representation
func (*DeleteDBParameterGroupInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DeleteDBParameterGroupInput) SetDBParameterGroupName(v string) *DeleteDBParameterGroupInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (DeleteDBParameterGroupInput) String ¶ added in v0.6.5
func (s DeleteDBParameterGroupInput) String() string
String returns the string representation
func (*DeleteDBParameterGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteDBParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBParameterGroupOutput ¶
type DeleteDBParameterGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteDBParameterGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteDBParameterGroupOutput) GoString() string
GoString returns the string representation
func (DeleteDBParameterGroupOutput) String ¶ added in v0.6.5
func (s DeleteDBParameterGroupOutput) String() string
String returns the string representation
type DeleteDBProxyInput ¶ added in v1.25.47
type DeleteDBProxyInput struct { // The name of the DB proxy to delete. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBProxyInput) GoString ¶ added in v1.25.47
func (s DeleteDBProxyInput) GoString() string
GoString returns the string representation
func (*DeleteDBProxyInput) SetDBProxyName ¶ added in v1.25.47
func (s *DeleteDBProxyInput) SetDBProxyName(v string) *DeleteDBProxyInput
SetDBProxyName sets the DBProxyName field's value.
func (DeleteDBProxyInput) String ¶ added in v1.25.47
func (s DeleteDBProxyInput) String() string
String returns the string representation
func (*DeleteDBProxyInput) Validate ¶ added in v1.25.47
func (s *DeleteDBProxyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBProxyOutput ¶ added in v1.25.47
type DeleteDBProxyOutput struct { // The data structure representing the details of the DB proxy that you delete. DBProxy *DBProxy `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBProxyOutput) GoString ¶ added in v1.25.47
func (s DeleteDBProxyOutput) GoString() string
GoString returns the string representation
func (*DeleteDBProxyOutput) SetDBProxy ¶ added in v1.25.47
func (s *DeleteDBProxyOutput) SetDBProxy(v *DBProxy) *DeleteDBProxyOutput
SetDBProxy sets the DBProxy field's value.
func (DeleteDBProxyOutput) String ¶ added in v1.25.47
func (s DeleteDBProxyOutput) String() string
String returns the string representation
type DeleteDBSecurityGroupInput ¶
type DeleteDBSecurityGroupInput struct { // The name of the DB security group to delete. // // You can't delete the default DB security group. // // Constraints: // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // * Must not be "Default" // // DBSecurityGroupName is a required field DBSecurityGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBSecurityGroupInput) GoString ¶ added in v0.6.5
func (s DeleteDBSecurityGroupInput) GoString() string
GoString returns the string representation
func (*DeleteDBSecurityGroupInput) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *DeleteDBSecurityGroupInput) SetDBSecurityGroupName(v string) *DeleteDBSecurityGroupInput
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (DeleteDBSecurityGroupInput) String ¶ added in v0.6.5
func (s DeleteDBSecurityGroupInput) String() string
String returns the string representation
func (*DeleteDBSecurityGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteDBSecurityGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBSecurityGroupOutput ¶
type DeleteDBSecurityGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteDBSecurityGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteDBSecurityGroupOutput) GoString() string
GoString returns the string representation
func (DeleteDBSecurityGroupOutput) String ¶ added in v0.6.5
func (s DeleteDBSecurityGroupOutput) String() string
String returns the string representation
type DeleteDBSnapshotInput ¶
type DeleteDBSnapshotInput struct { // The DB snapshot identifier. // // Constraints: Must be the name of an existing DB snapshot in the available // state. // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBSnapshotInput) GoString ¶ added in v0.6.5
func (s DeleteDBSnapshotInput) GoString() string
GoString returns the string representation
func (*DeleteDBSnapshotInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DeleteDBSnapshotInput) SetDBSnapshotIdentifier(v string) *DeleteDBSnapshotInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (DeleteDBSnapshotInput) String ¶ added in v0.6.5
func (s DeleteDBSnapshotInput) String() string
String returns the string representation
func (*DeleteDBSnapshotInput) Validate ¶ added in v1.1.21
func (s *DeleteDBSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBSnapshotOutput ¶
type DeleteDBSnapshotOutput struct { // Contains the details of an Amazon RDS DB snapshot. // // This data type is used as a response element in the DescribeDBSnapshots action. DBSnapshot *DBSnapshot `type:"structure"` // contains filtered or unexported fields }
func (DeleteDBSnapshotOutput) GoString ¶ added in v0.6.5
func (s DeleteDBSnapshotOutput) GoString() string
GoString returns the string representation
func (*DeleteDBSnapshotOutput) SetDBSnapshot ¶ added in v1.5.0
func (s *DeleteDBSnapshotOutput) SetDBSnapshot(v *DBSnapshot) *DeleteDBSnapshotOutput
SetDBSnapshot sets the DBSnapshot field's value.
func (DeleteDBSnapshotOutput) String ¶ added in v0.6.5
func (s DeleteDBSnapshotOutput) String() string
String returns the string representation
type DeleteDBSubnetGroupInput ¶
type DeleteDBSubnetGroupInput struct { // The name of the database subnet group to delete. // // You can't delete the default subnet group. // // Constraints: // // Constraints: Must match the name of an existing DBSubnetGroup. Must not be // default. // // Example: mySubnetgroup // // DBSubnetGroupName is a required field DBSubnetGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDBSubnetGroupInput) GoString ¶ added in v0.6.5
func (s DeleteDBSubnetGroupInput) GoString() string
GoString returns the string representation
func (*DeleteDBSubnetGroupInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *DeleteDBSubnetGroupInput) SetDBSubnetGroupName(v string) *DeleteDBSubnetGroupInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (DeleteDBSubnetGroupInput) String ¶ added in v0.6.5
func (s DeleteDBSubnetGroupInput) String() string
String returns the string representation
func (*DeleteDBSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteDBSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDBSubnetGroupOutput ¶
type DeleteDBSubnetGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteDBSubnetGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteDBSubnetGroupOutput) GoString() string
GoString returns the string representation
func (DeleteDBSubnetGroupOutput) String ¶ added in v0.6.5
func (s DeleteDBSubnetGroupOutput) String() string
String returns the string representation
type DeleteEventSubscriptionInput ¶
type DeleteEventSubscriptionInput struct { // The name of the RDS event notification subscription you want to delete. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteEventSubscriptionInput) GoString ¶ added in v0.6.5
func (s DeleteEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*DeleteEventSubscriptionInput) SetSubscriptionName ¶ added in v1.5.0
func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (DeleteEventSubscriptionInput) String ¶ added in v0.6.5
func (s DeleteEventSubscriptionInput) String() string
String returns the string representation
func (*DeleteEventSubscriptionInput) Validate ¶ added in v1.1.21
func (s *DeleteEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEventSubscriptionOutput ¶
type DeleteEventSubscriptionOutput struct { // Contains the results of a successful invocation of the DescribeEventSubscriptions // action. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
func (DeleteEventSubscriptionOutput) GoString ¶ added in v0.6.5
func (s DeleteEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (*DeleteEventSubscriptionOutput) SetEventSubscription ¶ added in v1.5.0
func (s *DeleteEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *DeleteEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (DeleteEventSubscriptionOutput) String ¶ added in v0.6.5
func (s DeleteEventSubscriptionOutput) String() string
String returns the string representation
type DeleteGlobalClusterInput ¶ added in v1.15.85
type DeleteGlobalClusterInput struct { // The cluster identifier of the global database cluster being deleted. // // GlobalClusterIdentifier is a required field GlobalClusterIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteGlobalClusterInput) GoString ¶ added in v1.15.85
func (s DeleteGlobalClusterInput) GoString() string
GoString returns the string representation
func (*DeleteGlobalClusterInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *DeleteGlobalClusterInput) SetGlobalClusterIdentifier(v string) *DeleteGlobalClusterInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (DeleteGlobalClusterInput) String ¶ added in v1.15.85
func (s DeleteGlobalClusterInput) String() string
String returns the string representation
func (*DeleteGlobalClusterInput) Validate ¶ added in v1.15.85
func (s *DeleteGlobalClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteGlobalClusterOutput ¶ added in v1.15.85
type DeleteGlobalClusterOutput struct { // A data type representing an Aurora global database. GlobalCluster *GlobalCluster `type:"structure"` // contains filtered or unexported fields }
func (DeleteGlobalClusterOutput) GoString ¶ added in v1.15.85
func (s DeleteGlobalClusterOutput) GoString() string
GoString returns the string representation
func (*DeleteGlobalClusterOutput) SetGlobalCluster ¶ added in v1.15.85
func (s *DeleteGlobalClusterOutput) SetGlobalCluster(v *GlobalCluster) *DeleteGlobalClusterOutput
SetGlobalCluster sets the GlobalCluster field's value.
func (DeleteGlobalClusterOutput) String ¶ added in v1.15.85
func (s DeleteGlobalClusterOutput) String() string
String returns the string representation
type DeleteInstallationMediaInput ¶ added in v1.25.15
type DeleteInstallationMediaInput struct { // The installation medium ID. // // InstallationMediaId is a required field InstallationMediaId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteInstallationMediaInput) GoString ¶ added in v1.25.15
func (s DeleteInstallationMediaInput) GoString() string
GoString returns the string representation
func (*DeleteInstallationMediaInput) SetInstallationMediaId ¶ added in v1.25.15
func (s *DeleteInstallationMediaInput) SetInstallationMediaId(v string) *DeleteInstallationMediaInput
SetInstallationMediaId sets the InstallationMediaId field's value.
func (DeleteInstallationMediaInput) String ¶ added in v1.25.15
func (s DeleteInstallationMediaInput) String() string
String returns the string representation
func (*DeleteInstallationMediaInput) Validate ¶ added in v1.25.15
func (s *DeleteInstallationMediaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInstallationMediaOutput ¶ added in v1.25.15
type DeleteInstallationMediaOutput struct { // The custom Availability Zone (AZ) that contains the installation media. CustomAvailabilityZoneId *string `type:"string"` // The DB engine. Engine *string `type:"string"` // The path to the installation medium for the DB engine. EngineInstallationMediaPath *string `type:"string"` // The engine version of the DB engine. EngineVersion *string `type:"string"` // If an installation media failure occurred, the cause of the failure. FailureCause *InstallationMediaFailureCause `type:"structure"` // The installation medium ID. InstallationMediaId *string `type:"string"` // The path to the installation medium for the operating system associated with // the DB engine. OSInstallationMediaPath *string `type:"string"` // The status of the installation medium. Status *string `type:"string"` // contains filtered or unexported fields }
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
func (DeleteInstallationMediaOutput) GoString ¶ added in v1.25.15
func (s DeleteInstallationMediaOutput) GoString() string
GoString returns the string representation
func (*DeleteInstallationMediaOutput) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetCustomAvailabilityZoneId(v string) *DeleteInstallationMediaOutput
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*DeleteInstallationMediaOutput) SetEngine ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetEngine(v string) *DeleteInstallationMediaOutput
SetEngine sets the Engine field's value.
func (*DeleteInstallationMediaOutput) SetEngineInstallationMediaPath ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetEngineInstallationMediaPath(v string) *DeleteInstallationMediaOutput
SetEngineInstallationMediaPath sets the EngineInstallationMediaPath field's value.
func (*DeleteInstallationMediaOutput) SetEngineVersion ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetEngineVersion(v string) *DeleteInstallationMediaOutput
SetEngineVersion sets the EngineVersion field's value.
func (*DeleteInstallationMediaOutput) SetFailureCause ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetFailureCause(v *InstallationMediaFailureCause) *DeleteInstallationMediaOutput
SetFailureCause sets the FailureCause field's value.
func (*DeleteInstallationMediaOutput) SetInstallationMediaId ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetInstallationMediaId(v string) *DeleteInstallationMediaOutput
SetInstallationMediaId sets the InstallationMediaId field's value.
func (*DeleteInstallationMediaOutput) SetOSInstallationMediaPath ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetOSInstallationMediaPath(v string) *DeleteInstallationMediaOutput
SetOSInstallationMediaPath sets the OSInstallationMediaPath field's value.
func (*DeleteInstallationMediaOutput) SetStatus ¶ added in v1.25.15
func (s *DeleteInstallationMediaOutput) SetStatus(v string) *DeleteInstallationMediaOutput
SetStatus sets the Status field's value.
func (DeleteInstallationMediaOutput) String ¶ added in v1.25.15
func (s DeleteInstallationMediaOutput) String() string
String returns the string representation
type DeleteOptionGroupInput ¶
type DeleteOptionGroupInput struct { // The name of the option group to be deleted. // // You can't delete default option groups. // // OptionGroupName is a required field OptionGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteOptionGroupInput) GoString ¶ added in v0.6.5
func (s DeleteOptionGroupInput) GoString() string
GoString returns the string representation
func (*DeleteOptionGroupInput) SetOptionGroupName ¶ added in v1.5.0
func (s *DeleteOptionGroupInput) SetOptionGroupName(v string) *DeleteOptionGroupInput
SetOptionGroupName sets the OptionGroupName field's value.
func (DeleteOptionGroupInput) String ¶ added in v0.6.5
func (s DeleteOptionGroupInput) String() string
String returns the string representation
func (*DeleteOptionGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteOptionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOptionGroupOutput ¶
type DeleteOptionGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteOptionGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteOptionGroupOutput) GoString() string
GoString returns the string representation
func (DeleteOptionGroupOutput) String ¶ added in v0.6.5
func (s DeleteOptionGroupOutput) String() string
String returns the string representation
type DeregisterDBProxyTargetsInput ¶ added in v1.25.47
type DeregisterDBProxyTargetsInput struct { // One or more DB cluster identifiers. DBClusterIdentifiers []*string `type:"list"` // One or more DB instance identifiers. DBInstanceIdentifiers []*string `type:"list"` // The identifier of the DBProxy that is associated with the DBProxyTargetGroup. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // The identifier of the DBProxyTargetGroup. TargetGroupName *string `type:"string"` // contains filtered or unexported fields }
func (DeregisterDBProxyTargetsInput) GoString ¶ added in v1.25.47
func (s DeregisterDBProxyTargetsInput) GoString() string
GoString returns the string representation
func (*DeregisterDBProxyTargetsInput) SetDBClusterIdentifiers ¶ added in v1.25.47
func (s *DeregisterDBProxyTargetsInput) SetDBClusterIdentifiers(v []*string) *DeregisterDBProxyTargetsInput
SetDBClusterIdentifiers sets the DBClusterIdentifiers field's value.
func (*DeregisterDBProxyTargetsInput) SetDBInstanceIdentifiers ¶ added in v1.25.47
func (s *DeregisterDBProxyTargetsInput) SetDBInstanceIdentifiers(v []*string) *DeregisterDBProxyTargetsInput
SetDBInstanceIdentifiers sets the DBInstanceIdentifiers field's value.
func (*DeregisterDBProxyTargetsInput) SetDBProxyName ¶ added in v1.25.47
func (s *DeregisterDBProxyTargetsInput) SetDBProxyName(v string) *DeregisterDBProxyTargetsInput
SetDBProxyName sets the DBProxyName field's value.
func (*DeregisterDBProxyTargetsInput) SetTargetGroupName ¶ added in v1.25.47
func (s *DeregisterDBProxyTargetsInput) SetTargetGroupName(v string) *DeregisterDBProxyTargetsInput
SetTargetGroupName sets the TargetGroupName field's value.
func (DeregisterDBProxyTargetsInput) String ¶ added in v1.25.47
func (s DeregisterDBProxyTargetsInput) String() string
String returns the string representation
func (*DeregisterDBProxyTargetsInput) Validate ¶ added in v1.25.47
func (s *DeregisterDBProxyTargetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterDBProxyTargetsOutput ¶ added in v1.25.47
type DeregisterDBProxyTargetsOutput struct {
// contains filtered or unexported fields
}
func (DeregisterDBProxyTargetsOutput) GoString ¶ added in v1.25.47
func (s DeregisterDBProxyTargetsOutput) GoString() string
GoString returns the string representation
func (DeregisterDBProxyTargetsOutput) String ¶ added in v1.25.47
func (s DeregisterDBProxyTargetsOutput) String() string
String returns the string representation
type DescribeAccountAttributesInput ¶
type DescribeAccountAttributesInput struct {
// contains filtered or unexported fields
}
func (DescribeAccountAttributesInput) GoString ¶ added in v0.6.5
func (s DescribeAccountAttributesInput) GoString() string
GoString returns the string representation
func (DescribeAccountAttributesInput) String ¶ added in v0.6.5
func (s DescribeAccountAttributesInput) String() string
String returns the string representation
type DescribeAccountAttributesOutput ¶
type DescribeAccountAttributesOutput struct { // A list of AccountQuota objects. Within this list, each quota has a name, // a count of usage toward the quota maximum, and a maximum value for the quota. AccountQuotas []*AccountQuota `locationNameList:"AccountQuota" type:"list"` // contains filtered or unexported fields }
Data returned by the DescribeAccountAttributes action.
func (DescribeAccountAttributesOutput) GoString ¶ added in v0.6.5
func (s DescribeAccountAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeAccountAttributesOutput) SetAccountQuotas ¶ added in v1.5.0
func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []*AccountQuota) *DescribeAccountAttributesOutput
SetAccountQuotas sets the AccountQuotas field's value.
func (DescribeAccountAttributesOutput) String ¶ added in v0.6.5
func (s DescribeAccountAttributesOutput) String() string
String returns the string representation
type DescribeCertificatesInput ¶
type DescribeCertificatesInput struct { // The user-supplied certificate identifier. If this parameter is specified, // information for only the identified certificate is returned. This parameter // isn't case-sensitive. // // Constraints: // // * Must match an existing CertificateIdentifier. CertificateIdentifier *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeCertificates // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeCertificatesInput) GoString ¶ added in v0.6.5
func (s DescribeCertificatesInput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesInput) SetCertificateIdentifier ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetCertificateIdentifier(v string) *DescribeCertificatesInput
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*DescribeCertificatesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput
SetFilters sets the Filters field's value.
func (*DescribeCertificatesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput
SetMarker sets the Marker field's value.
func (*DescribeCertificatesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeCertificatesInput) String ¶ added in v0.6.5
func (s DescribeCertificatesInput) String() string
String returns the string representation
func (*DescribeCertificatesInput) Validate ¶ added in v1.1.21
func (s *DescribeCertificatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCertificatesOutput ¶
type DescribeCertificatesOutput struct { // The list of Certificate objects for the AWS account. Certificates []*Certificate `locationNameList:"Certificate" type:"list"` // An optional pagination token provided by a previous DescribeCertificates // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // contains filtered or unexported fields }
Data returned by the DescribeCertificates action.
func (DescribeCertificatesOutput) GoString ¶ added in v0.6.5
func (s DescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesOutput) SetCertificates ¶ added in v1.5.0
func (s *DescribeCertificatesOutput) SetCertificates(v []*Certificate) *DescribeCertificatesOutput
SetCertificates sets the Certificates field's value.
func (*DescribeCertificatesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput
SetMarker sets the Marker field's value.
func (DescribeCertificatesOutput) String ¶ added in v0.6.5
func (s DescribeCertificatesOutput) String() string
String returns the string representation
type DescribeCustomAvailabilityZonesInput ¶ added in v1.25.15
type DescribeCustomAvailabilityZonesInput struct { // The custom AZ identifier. If this parameter is specified, information from // only the specific custom AZ is returned. CustomAvailabilityZoneId *string `type:"string"` // A filter that specifies one or more custom AZs to describe. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeCustomAvailabilityZones // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeCustomAvailabilityZonesInput) GoString ¶ added in v1.25.15
func (s DescribeCustomAvailabilityZonesInput) GoString() string
GoString returns the string representation
func (*DescribeCustomAvailabilityZonesInput) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesInput) SetCustomAvailabilityZoneId(v string) *DescribeCustomAvailabilityZonesInput
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*DescribeCustomAvailabilityZonesInput) SetFilters ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesInput) SetFilters(v []*Filter) *DescribeCustomAvailabilityZonesInput
SetFilters sets the Filters field's value.
func (*DescribeCustomAvailabilityZonesInput) SetMarker ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesInput) SetMarker(v string) *DescribeCustomAvailabilityZonesInput
SetMarker sets the Marker field's value.
func (*DescribeCustomAvailabilityZonesInput) SetMaxRecords ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesInput) SetMaxRecords(v int64) *DescribeCustomAvailabilityZonesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeCustomAvailabilityZonesInput) String ¶ added in v1.25.15
func (s DescribeCustomAvailabilityZonesInput) String() string
String returns the string representation
func (*DescribeCustomAvailabilityZonesInput) Validate ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCustomAvailabilityZonesOutput ¶ added in v1.25.15
type DescribeCustomAvailabilityZonesOutput struct { // The list of CustomAvailabilityZone objects for the AWS account. CustomAvailabilityZones []*CustomAvailabilityZone `locationNameList:"CustomAvailabilityZone" type:"list"` // An optional pagination token provided by a previous DescribeCustomAvailabilityZones // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCustomAvailabilityZonesOutput) GoString ¶ added in v1.25.15
func (s DescribeCustomAvailabilityZonesOutput) GoString() string
GoString returns the string representation
func (*DescribeCustomAvailabilityZonesOutput) SetCustomAvailabilityZones ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesOutput) SetCustomAvailabilityZones(v []*CustomAvailabilityZone) *DescribeCustomAvailabilityZonesOutput
SetCustomAvailabilityZones sets the CustomAvailabilityZones field's value.
func (*DescribeCustomAvailabilityZonesOutput) SetMarker ¶ added in v1.25.15
func (s *DescribeCustomAvailabilityZonesOutput) SetMarker(v string) *DescribeCustomAvailabilityZonesOutput
SetMarker sets the Marker field's value.
func (DescribeCustomAvailabilityZonesOutput) String ¶ added in v1.25.15
func (s DescribeCustomAvailabilityZonesOutput) String() string
String returns the string representation
type DescribeDBClusterBacktracksInput ¶ added in v1.13.45
type DescribeDBClusterBacktracksInput struct { // If specified, this value is the backtrack identifier of the backtrack to // be described. // // Constraints: // // * Must contain a valid universally unique identifier (UUID). For more // information about UUIDs, see A Universally Unique Identifier (UUID) URN // Namespace (http://www.ietf.org/rfc/rfc4122.txt). // // Example: 123e4567-e89b-12d3-a456-426655440000 BacktrackIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster to be described. This parameter // is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // A filter that specifies one or more DB clusters to describe. Supported filters // include the following: // // * db-cluster-backtrack-id - Accepts backtrack identifiers. The results // list includes information about only the backtracks identified by these // identifiers. // // * db-cluster-backtrack-status - Accepts any of the following backtrack // status values: applying completed failed pending The results list includes // information about only the backtracks identified by these values. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterBacktracks // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBClusterBacktracksInput) GoString ¶ added in v1.13.45
func (s DescribeDBClusterBacktracksInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterBacktracksInput) SetBacktrackIdentifier ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) SetBacktrackIdentifier(v string) *DescribeDBClusterBacktracksInput
SetBacktrackIdentifier sets the BacktrackIdentifier field's value.
func (*DescribeDBClusterBacktracksInput) SetDBClusterIdentifier ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) SetDBClusterIdentifier(v string) *DescribeDBClusterBacktracksInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DescribeDBClusterBacktracksInput) SetFilters ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) SetFilters(v []*Filter) *DescribeDBClusterBacktracksInput
SetFilters sets the Filters field's value.
func (*DescribeDBClusterBacktracksInput) SetMarker ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) SetMarker(v string) *DescribeDBClusterBacktracksInput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterBacktracksInput) SetMaxRecords ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) SetMaxRecords(v int64) *DescribeDBClusterBacktracksInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBClusterBacktracksInput) String ¶ added in v1.13.45
func (s DescribeDBClusterBacktracksInput) String() string
String returns the string representation
func (*DescribeDBClusterBacktracksInput) Validate ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterBacktracksOutput ¶ added in v1.13.45
type DescribeDBClusterBacktracksOutput struct { // Contains a list of backtracks for the user. DBClusterBacktracks []*BacktrackDBClusterOutput `locationNameList:"DBClusterBacktrack" type:"list"` // A pagination token that can be used in a later DescribeDBClusterBacktracks // request. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBClusterBacktracks action.
func (DescribeDBClusterBacktracksOutput) GoString ¶ added in v1.13.45
func (s DescribeDBClusterBacktracksOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterBacktracksOutput) SetDBClusterBacktracks ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksOutput) SetDBClusterBacktracks(v []*BacktrackDBClusterOutput) *DescribeDBClusterBacktracksOutput
SetDBClusterBacktracks sets the DBClusterBacktracks field's value.
func (*DescribeDBClusterBacktracksOutput) SetMarker ¶ added in v1.13.45
func (s *DescribeDBClusterBacktracksOutput) SetMarker(v string) *DescribeDBClusterBacktracksOutput
SetMarker sets the Marker field's value.
func (DescribeDBClusterBacktracksOutput) String ¶ added in v1.13.45
func (s DescribeDBClusterBacktracksOutput) String() string
String returns the string representation
type DescribeDBClusterEndpointsInput ¶ added in v1.15.74
type DescribeDBClusterEndpointsInput struct { // The identifier of the endpoint to describe. This parameter is stored as a // lowercase string. DBClusterEndpointIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. DBClusterIdentifier *string `type:"string"` // A set of name-value pairs that define which endpoints to include in the output. // The filters are specified as name-value pairs, in the format Name=endpoint_type,Values=endpoint_type1,endpoint_type2,.... // Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, // db-cluster-endpoint-id, db-cluster-endpoint-status. Values for the db-cluster-endpoint-type // filter can be one or more of: reader, writer, custom. Values for the db-cluster-endpoint-custom-type // filter can be one or more of: reader, any. Values for the db-cluster-endpoint-status // filter can be one or more of: available, creating, deleting, inactive, modifying. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterEndpoints // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBClusterEndpointsInput) GoString ¶ added in v1.15.74
func (s DescribeDBClusterEndpointsInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterEndpointsInput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) SetDBClusterEndpointIdentifier(v string) *DescribeDBClusterEndpointsInput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*DescribeDBClusterEndpointsInput) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) SetDBClusterIdentifier(v string) *DescribeDBClusterEndpointsInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DescribeDBClusterEndpointsInput) SetFilters ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) SetFilters(v []*Filter) *DescribeDBClusterEndpointsInput
SetFilters sets the Filters field's value.
func (*DescribeDBClusterEndpointsInput) SetMarker ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) SetMarker(v string) *DescribeDBClusterEndpointsInput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterEndpointsInput) SetMaxRecords ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) SetMaxRecords(v int64) *DescribeDBClusterEndpointsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBClusterEndpointsInput) String ¶ added in v1.15.74
func (s DescribeDBClusterEndpointsInput) String() string
String returns the string representation
func (*DescribeDBClusterEndpointsInput) Validate ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterEndpointsOutput ¶ added in v1.15.74
type DescribeDBClusterEndpointsOutput struct { // Contains the details of the endpoints associated with the cluster and matching // any filter conditions. DBClusterEndpoints []*DBClusterEndpoint `locationNameList:"DBClusterEndpointList" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterEndpoints // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBClusterEndpointsOutput) GoString ¶ added in v1.15.74
func (s DescribeDBClusterEndpointsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterEndpointsOutput) SetDBClusterEndpoints ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsOutput) SetDBClusterEndpoints(v []*DBClusterEndpoint) *DescribeDBClusterEndpointsOutput
SetDBClusterEndpoints sets the DBClusterEndpoints field's value.
func (*DescribeDBClusterEndpointsOutput) SetMarker ¶ added in v1.15.74
func (s *DescribeDBClusterEndpointsOutput) SetMarker(v string) *DescribeDBClusterEndpointsOutput
SetMarker sets the Marker field's value.
func (DescribeDBClusterEndpointsOutput) String ¶ added in v1.15.74
func (s DescribeDBClusterEndpointsOutput) String() string
String returns the string representation
type DescribeDBClusterParameterGroupsInput ¶ added in v0.7.1
type DescribeDBClusterParameterGroupsInput struct { // The name of a specific DB cluster parameter group to return details for. // // Constraints: // // * If supplied, must match the name of an existing DBClusterParameterGroup. DBClusterParameterGroupName *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterParameterGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBClusterParameterGroupsInput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterParameterGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterParameterGroupsInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsInput) SetDBClusterParameterGroupName(v string) *DescribeDBClusterParameterGroupsInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*DescribeDBClusterParameterGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsInput) SetFilters(v []*Filter) *DescribeDBClusterParameterGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBClusterParameterGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsInput) SetMarker(v string) *DescribeDBClusterParameterGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterParameterGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsInput) SetMaxRecords(v int64) *DescribeDBClusterParameterGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBClusterParameterGroupsInput) String ¶ added in v0.7.1
func (s DescribeDBClusterParameterGroupsInput) String() string
String returns the string representation
func (*DescribeDBClusterParameterGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBClusterParameterGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterParameterGroupsOutput ¶ added in v0.7.1
type DescribeDBClusterParameterGroupsOutput struct { // A list of DB cluster parameter groups. DBClusterParameterGroups []*DBClusterParameterGroup `locationNameList:"DBClusterParameterGroup" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterParameterGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBClusterParameterGroupsOutput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterParameterGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterParameterGroupsOutput) SetDBClusterParameterGroups ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsOutput) SetDBClusterParameterGroups(v []*DBClusterParameterGroup) *DescribeDBClusterParameterGroupsOutput
SetDBClusterParameterGroups sets the DBClusterParameterGroups field's value.
func (*DescribeDBClusterParameterGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterParameterGroupsOutput) SetMarker(v string) *DescribeDBClusterParameterGroupsOutput
SetMarker sets the Marker field's value.
func (DescribeDBClusterParameterGroupsOutput) String ¶ added in v0.7.1
func (s DescribeDBClusterParameterGroupsOutput) String() string
String returns the string representation
type DescribeDBClusterParametersInput ¶ added in v0.7.1
type DescribeDBClusterParametersInput struct { // The name of a specific DB cluster parameter group to return parameter details // for. // // Constraints: // // * If supplied, must match the name of an existing DBClusterParameterGroup. // // DBClusterParameterGroupName is a required field DBClusterParameterGroupName *string `type:"string" required:"true"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterParameters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // A value that indicates to return only parameters for a specific source. Parameter // sources can be engine, service, or customer. Source *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBClusterParametersInput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterParametersInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterParametersInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *DescribeDBClusterParametersInput) SetDBClusterParameterGroupName(v string) *DescribeDBClusterParametersInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*DescribeDBClusterParametersInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBClusterParametersInput) SetFilters(v []*Filter) *DescribeDBClusterParametersInput
SetFilters sets the Filters field's value.
func (*DescribeDBClusterParametersInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterParametersInput) SetMarker(v string) *DescribeDBClusterParametersInput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterParametersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBClusterParametersInput) SetMaxRecords(v int64) *DescribeDBClusterParametersInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBClusterParametersInput) SetSource ¶ added in v1.5.0
func (s *DescribeDBClusterParametersInput) SetSource(v string) *DescribeDBClusterParametersInput
SetSource sets the Source field's value.
func (DescribeDBClusterParametersInput) String ¶ added in v0.7.1
func (s DescribeDBClusterParametersInput) String() string
String returns the string representation
func (*DescribeDBClusterParametersInput) Validate ¶ added in v1.1.21
func (s *DescribeDBClusterParametersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterParametersOutput ¶ added in v0.7.1
type DescribeDBClusterParametersOutput struct { // An optional pagination token provided by a previous DescribeDBClusterParameters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // Provides a list of parameters for the DB cluster parameter group. Parameters []*Parameter `locationNameList:"Parameter" type:"list"` // contains filtered or unexported fields }
Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.
func (DescribeDBClusterParametersOutput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterParametersOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterParametersOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterParametersOutput) SetMarker(v string) *DescribeDBClusterParametersOutput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterParametersOutput) SetParameters ¶ added in v1.5.0
func (s *DescribeDBClusterParametersOutput) SetParameters(v []*Parameter) *DescribeDBClusterParametersOutput
SetParameters sets the Parameters field's value.
func (DescribeDBClusterParametersOutput) String ¶ added in v0.7.1
func (s DescribeDBClusterParametersOutput) String() string
String returns the string representation
type DescribeDBClusterSnapshotAttributesInput ¶ added in v1.1.30
type DescribeDBClusterSnapshotAttributesInput struct { // The identifier for the DB cluster snapshot to describe the attributes for. // // DBClusterSnapshotIdentifier is a required field DBClusterSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeDBClusterSnapshotAttributesInput) GoString ¶ added in v1.1.30
func (s DescribeDBClusterSnapshotAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterSnapshotAttributesInput) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotAttributesInput) SetDBClusterSnapshotIdentifier(v string) *DescribeDBClusterSnapshotAttributesInput
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (DescribeDBClusterSnapshotAttributesInput) String ¶ added in v1.1.30
func (s DescribeDBClusterSnapshotAttributesInput) String() string
String returns the string representation
func (*DescribeDBClusterSnapshotAttributesInput) Validate ¶ added in v1.1.30
func (s *DescribeDBClusterSnapshotAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterSnapshotAttributesOutput ¶ added in v1.1.30
type DescribeDBClusterSnapshotAttributesOutput struct { // Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes // API action. // // Manual DB cluster snapshot attributes are used to authorize other AWS accounts // to copy or restore a manual DB cluster snapshot. For more information, see // the ModifyDBClusterSnapshotAttribute API action. DBClusterSnapshotAttributesResult *DBClusterSnapshotAttributesResult `type:"structure"` // contains filtered or unexported fields }
func (DescribeDBClusterSnapshotAttributesOutput) GoString ¶ added in v1.1.30
func (s DescribeDBClusterSnapshotAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterSnapshotAttributesOutput) SetDBClusterSnapshotAttributesResult ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotAttributesOutput) SetDBClusterSnapshotAttributesResult(v *DBClusterSnapshotAttributesResult) *DescribeDBClusterSnapshotAttributesOutput
SetDBClusterSnapshotAttributesResult sets the DBClusterSnapshotAttributesResult field's value.
func (DescribeDBClusterSnapshotAttributesOutput) String ¶ added in v1.1.30
func (s DescribeDBClusterSnapshotAttributesOutput) String() string
String returns the string representation
type DescribeDBClusterSnapshotsInput ¶ added in v0.7.1
type DescribeDBClusterSnapshotsInput struct { // The ID of the DB cluster to retrieve the list of DB cluster snapshots for. // This parameter can't be used in conjunction with the DBClusterSnapshotIdentifier // parameter. This parameter isn't case-sensitive. // // Constraints: // // * If supplied, must match the identifier of an existing DBCluster. DBClusterIdentifier *string `type:"string"` // A specific DB cluster snapshot identifier to describe. This parameter can't // be used in conjunction with the DBClusterIdentifier parameter. This value // is stored as a lowercase string. // // Constraints: // // * If supplied, must match the identifier of an existing DBClusterSnapshot. // // * If this identifier is for an automated snapshot, the SnapshotType parameter // must also be specified. DBClusterSnapshotIdentifier *string `type:"string"` // A filter that specifies one or more DB cluster snapshots to describe. // // Supported filters: // // * db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon // Resource Names (ARNs). // // * db-cluster-snapshot-id - Accepts DB cluster snapshot identifiers. // // * snapshot-type - Accepts types of DB cluster snapshots. // // * engine - Accepts names of database engines. Filters []*Filter `locationNameList:"Filter" type:"list"` // A value that indicates whether to include manual DB cluster snapshots that // are public and can be copied or restored by any AWS account. By default, // the public snapshots are not included. // // You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute // API action. IncludePublic *bool `type:"boolean"` // from other AWS accounts that this AWS account has been given permission to // copy or restore. By default, these snapshots are not included. // // You can give an AWS account permission to restore a manual DB cluster snapshot // from another AWS account by the ModifyDBClusterSnapshotAttribute API action. IncludeShared *bool `type:"boolean"` // An optional pagination token provided by a previous DescribeDBClusterSnapshots // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The type of DB cluster snapshots to be returned. You can specify one of the // following values: // // * automated - Return all DB cluster snapshots that have been automatically // taken by Amazon RDS for my AWS account. // // * manual - Return all DB cluster snapshots that have been taken by my // AWS account. // // * shared - Return all manual DB cluster snapshots that have been shared // to my AWS account. // // * public - Return all DB cluster snapshots that have been marked as public. // // If you don't specify a SnapshotType value, then both automated and manual // DB cluster snapshots are returned. You can include shared DB cluster snapshots // with these results by enabling the IncludeShared parameter. You can include // public DB cluster snapshots with these results by enabling the IncludePublic // parameter. // // The IncludeShared and IncludePublic parameters don't apply for SnapshotType // values of manual or automated. The IncludePublic parameter doesn't apply // when SnapshotType is set to shared. The IncludeShared parameter doesn't apply // when SnapshotType is set to public. SnapshotType *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBClusterSnapshotsInput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterSnapshotsInput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterSnapshotsInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetDBClusterIdentifier(v string) *DescribeDBClusterSnapshotsInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DescribeDBClusterSnapshotsInput) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetDBClusterSnapshotIdentifier(v string) *DescribeDBClusterSnapshotsInput
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (*DescribeDBClusterSnapshotsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetFilters(v []*Filter) *DescribeDBClusterSnapshotsInput
SetFilters sets the Filters field's value.
func (*DescribeDBClusterSnapshotsInput) SetIncludePublic ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetIncludePublic(v bool) *DescribeDBClusterSnapshotsInput
SetIncludePublic sets the IncludePublic field's value.
func (*DescribeDBClusterSnapshotsInput) SetIncludeShared ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetIncludeShared(v bool) *DescribeDBClusterSnapshotsInput
SetIncludeShared sets the IncludeShared field's value.
func (*DescribeDBClusterSnapshotsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetMarker(v string) *DescribeDBClusterSnapshotsInput
SetMarker sets the Marker field's value.
func (*DescribeDBClusterSnapshotsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetMaxRecords(v int64) *DescribeDBClusterSnapshotsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBClusterSnapshotsInput) SetSnapshotType ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsInput) SetSnapshotType(v string) *DescribeDBClusterSnapshotsInput
SetSnapshotType sets the SnapshotType field's value.
func (DescribeDBClusterSnapshotsInput) String ¶ added in v0.7.1
func (s DescribeDBClusterSnapshotsInput) String() string
String returns the string representation
func (*DescribeDBClusterSnapshotsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBClusterSnapshotsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClusterSnapshotsOutput ¶ added in v0.7.1
type DescribeDBClusterSnapshotsOutput struct { // Provides a list of DB cluster snapshots for the user. DBClusterSnapshots []*DBClusterSnapshot `locationNameList:"DBClusterSnapshot" type:"list"` // An optional pagination token provided by a previous DescribeDBClusterSnapshots // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.
func (DescribeDBClusterSnapshotsOutput) GoString ¶ added in v0.7.1
func (s DescribeDBClusterSnapshotsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClusterSnapshotsOutput) SetDBClusterSnapshots ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsOutput) SetDBClusterSnapshots(v []*DBClusterSnapshot) *DescribeDBClusterSnapshotsOutput
SetDBClusterSnapshots sets the DBClusterSnapshots field's value.
func (*DescribeDBClusterSnapshotsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClusterSnapshotsOutput) SetMarker(v string) *DescribeDBClusterSnapshotsOutput
SetMarker sets the Marker field's value.
func (DescribeDBClusterSnapshotsOutput) String ¶ added in v0.7.1
func (s DescribeDBClusterSnapshotsOutput) String() string
String returns the string representation
type DescribeDBClustersInput ¶ added in v0.7.1
type DescribeDBClustersInput struct { // The user-supplied DB cluster identifier. If this parameter is specified, // information from only the specific DB cluster is returned. This parameter // isn't case-sensitive. // // Constraints: // // * If supplied, must match an existing DBClusterIdentifier. DBClusterIdentifier *string `type:"string"` // A filter that specifies one or more DB clusters to describe. // // Supported filters: // // * db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon // Resource Names (ARNs). The results list will only include information // about the DB clusters identified by these ARNs. Filters []*Filter `locationNameList:"Filter" type:"list"` // about clusters shared from other AWS accounts. IncludeShared *bool `type:"boolean"` // An optional pagination token provided by a previous DescribeDBClusters request. // If this parameter is specified, the response includes only records beyond // the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBClustersInput) GoString ¶ added in v0.7.1
func (s DescribeDBClustersInput) GoString() string
GoString returns the string representation
func (*DescribeDBClustersInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *DescribeDBClustersInput) SetDBClusterIdentifier(v string) *DescribeDBClustersInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*DescribeDBClustersInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBClustersInput) SetFilters(v []*Filter) *DescribeDBClustersInput
SetFilters sets the Filters field's value.
func (*DescribeDBClustersInput) SetIncludeShared ¶ added in v1.20.15
func (s *DescribeDBClustersInput) SetIncludeShared(v bool) *DescribeDBClustersInput
SetIncludeShared sets the IncludeShared field's value.
func (*DescribeDBClustersInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClustersInput) SetMarker(v string) *DescribeDBClustersInput
SetMarker sets the Marker field's value.
func (*DescribeDBClustersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBClustersInput) SetMaxRecords(v int64) *DescribeDBClustersInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBClustersInput) String ¶ added in v0.7.1
func (s DescribeDBClustersInput) String() string
String returns the string representation
func (*DescribeDBClustersInput) Validate ¶ added in v1.1.21
func (s *DescribeDBClustersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBClustersOutput ¶ added in v0.7.1
type DescribeDBClustersOutput struct { // Contains a list of DB clusters for the user. DBClusters []*DBCluster `locationNameList:"DBCluster" type:"list"` // A pagination token that can be used in a later DescribeDBClusters request. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBClusters action.
func (DescribeDBClustersOutput) GoString ¶ added in v0.7.1
func (s DescribeDBClustersOutput) GoString() string
GoString returns the string representation
func (*DescribeDBClustersOutput) SetDBClusters ¶ added in v1.5.0
func (s *DescribeDBClustersOutput) SetDBClusters(v []*DBCluster) *DescribeDBClustersOutput
SetDBClusters sets the DBClusters field's value.
func (*DescribeDBClustersOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBClustersOutput) SetMarker(v string) *DescribeDBClustersOutput
SetMarker sets the Marker field's value.
func (DescribeDBClustersOutput) String ¶ added in v0.7.1
func (s DescribeDBClustersOutput) String() string
String returns the string representation
type DescribeDBEngineVersionsInput ¶
type DescribeDBEngineVersionsInput struct { // The name of a specific DB parameter group family to return details for. // // Constraints: // // * If supplied, must match an existing DBParameterGroupFamily. DBParameterGroupFamily *string `type:"string"` // A value that indicates whether only the default version of the specified // engine or engine and major version combination is returned. DefaultOnly *bool `type:"boolean"` // The database engine to return. Engine *string `type:"string"` // The database engine version to return. // // Example: 5.1.49 EngineVersion *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // A value that indicates whether to include engine versions that aren't available // in the list. The default is to list only available engine versions. IncludeAll *bool `type:"boolean"` // A value that indicates whether to list the supported character sets for each // engine version. // // If this parameter is enabled and the requested engine supports the CharacterSetName // parameter for CreateDBInstance, the response includes a list of supported // character sets for each engine version. ListSupportedCharacterSets *bool `type:"boolean"` // A value that indicates whether to list the supported time zones for each // engine version. // // If this parameter is enabled and the requested engine supports the TimeZone // parameter for CreateDBInstance, the response includes a list of supported // time zones for each engine version. ListSupportedTimezones *bool `type:"boolean"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more than the // MaxRecords value is available, a pagination token called a marker is included // in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBEngineVersionsInput) GoString ¶ added in v0.6.5
func (s DescribeDBEngineVersionsInput) GoString() string
GoString returns the string representation
func (*DescribeDBEngineVersionsInput) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetDBParameterGroupFamily(v string) *DescribeDBEngineVersionsInput
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DescribeDBEngineVersionsInput) SetDefaultOnly ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetDefaultOnly(v bool) *DescribeDBEngineVersionsInput
SetDefaultOnly sets the DefaultOnly field's value.
func (*DescribeDBEngineVersionsInput) SetEngine ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetEngine(v string) *DescribeDBEngineVersionsInput
SetEngine sets the Engine field's value.
func (*DescribeDBEngineVersionsInput) SetEngineVersion ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetEngineVersion(v string) *DescribeDBEngineVersionsInput
SetEngineVersion sets the EngineVersion field's value.
func (*DescribeDBEngineVersionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetFilters(v []*Filter) *DescribeDBEngineVersionsInput
SetFilters sets the Filters field's value.
func (*DescribeDBEngineVersionsInput) SetIncludeAll ¶ added in v1.19.39
func (s *DescribeDBEngineVersionsInput) SetIncludeAll(v bool) *DescribeDBEngineVersionsInput
SetIncludeAll sets the IncludeAll field's value.
func (*DescribeDBEngineVersionsInput) SetListSupportedCharacterSets ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetListSupportedCharacterSets(v bool) *DescribeDBEngineVersionsInput
SetListSupportedCharacterSets sets the ListSupportedCharacterSets field's value.
func (*DescribeDBEngineVersionsInput) SetListSupportedTimezones ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetListSupportedTimezones(v bool) *DescribeDBEngineVersionsInput
SetListSupportedTimezones sets the ListSupportedTimezones field's value.
func (*DescribeDBEngineVersionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetMarker(v string) *DescribeDBEngineVersionsInput
SetMarker sets the Marker field's value.
func (*DescribeDBEngineVersionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsInput) SetMaxRecords(v int64) *DescribeDBEngineVersionsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBEngineVersionsInput) String ¶ added in v0.6.5
func (s DescribeDBEngineVersionsInput) String() string
String returns the string representation
func (*DescribeDBEngineVersionsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBEngineVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBEngineVersionsOutput ¶
type DescribeDBEngineVersionsOutput struct { // A list of DBEngineVersion elements. DBEngineVersions []*DBEngineVersion `locationNameList:"DBEngineVersion" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBEngineVersions action.
func (DescribeDBEngineVersionsOutput) GoString ¶ added in v0.6.5
func (s DescribeDBEngineVersionsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBEngineVersionsOutput) SetDBEngineVersions ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsOutput) SetDBEngineVersions(v []*DBEngineVersion) *DescribeDBEngineVersionsOutput
SetDBEngineVersions sets the DBEngineVersions field's value.
func (*DescribeDBEngineVersionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBEngineVersionsOutput) SetMarker(v string) *DescribeDBEngineVersionsOutput
SetMarker sets the Marker field's value.
func (DescribeDBEngineVersionsOutput) String ¶ added in v0.6.5
func (s DescribeDBEngineVersionsOutput) String() string
String returns the string representation
type DescribeDBInstanceAutomatedBackupsInput ¶ added in v1.15.77
type DescribeDBInstanceAutomatedBackupsInput struct { // The Amazon Resource Name (ARN) of the replicated automated backups, for example, // arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. DBInstanceAutomatedBackupsArn *string `type:"string"` // (Optional) The user-supplied instance identifier. If this parameter is specified, // it must match the identifier of an existing DB instance. It returns information // from the specific DB instance' automated backup. This parameter isn't case-sensitive. DBInstanceIdentifier *string `type:"string"` // The resource ID of the DB instance that is the source of the automated backup. // This parameter isn't case-sensitive. DbiResourceId *string `type:"string"` // A filter that specifies which resources to return based on status. // // Supported filters are the following: // // * status active - automated backups for current instances retained - automated // backups for deleted instances and after backup replication is stopped // creating - automated backups that are waiting for the first automated // snapshot to be available // // * db-instance-id - Accepts DB instance identifiers and Amazon Resource // Names (ARNs). The results list includes only information about the DB // instance automated backups identified by these ARNs. // // * dbi-resource-id - Accepts DB resource identifiers and Amazon Resource // Names (ARNs). The results list includes only information about the DB // instance resources identified by these ARNs. // // Returns all resources by default. The status for each resource is specified // in the response. Filters []*Filter `locationNameList:"Filter" type:"list"` // The pagination token provided in the previous request. If this parameter // is specified the response includes only records beyond the marker, up to // MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
Parameter input for DescribeDBInstanceAutomatedBackups.
func (DescribeDBInstanceAutomatedBackupsInput) GoString ¶ added in v1.15.77
func (s DescribeDBInstanceAutomatedBackupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceAutomatedBackupsArn ¶ added in v1.36.2
func (s *DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceAutomatedBackupsArn(v string) *DescribeDBInstanceAutomatedBackupsInput
SetDBInstanceAutomatedBackupsArn sets the DBInstanceAutomatedBackupsArn field's value.
func (*DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceIdentifier ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) SetDBInstanceIdentifier(v string) *DescribeDBInstanceAutomatedBackupsInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DescribeDBInstanceAutomatedBackupsInput) SetDbiResourceId ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) SetDbiResourceId(v string) *DescribeDBInstanceAutomatedBackupsInput
SetDbiResourceId sets the DbiResourceId field's value.
func (*DescribeDBInstanceAutomatedBackupsInput) SetFilters ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) SetFilters(v []*Filter) *DescribeDBInstanceAutomatedBackupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBInstanceAutomatedBackupsInput) SetMarker ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) SetMarker(v string) *DescribeDBInstanceAutomatedBackupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBInstanceAutomatedBackupsInput) SetMaxRecords ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) SetMaxRecords(v int64) *DescribeDBInstanceAutomatedBackupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBInstanceAutomatedBackupsInput) String ¶ added in v1.15.77
func (s DescribeDBInstanceAutomatedBackupsInput) String() string
String returns the string representation
func (*DescribeDBInstanceAutomatedBackupsInput) Validate ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBInstanceAutomatedBackupsOutput ¶ added in v1.15.77
type DescribeDBInstanceAutomatedBackupsOutput struct { // A list of DBInstanceAutomatedBackup instances. DBInstanceAutomatedBackups []*DBInstanceAutomatedBackup `locationNameList:"DBInstanceAutomatedBackup" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords . Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBInstanceAutomatedBackups action.
func (DescribeDBInstanceAutomatedBackupsOutput) GoString ¶ added in v1.15.77
func (s DescribeDBInstanceAutomatedBackupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBInstanceAutomatedBackupsOutput) SetDBInstanceAutomatedBackups ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsOutput) SetDBInstanceAutomatedBackups(v []*DBInstanceAutomatedBackup) *DescribeDBInstanceAutomatedBackupsOutput
SetDBInstanceAutomatedBackups sets the DBInstanceAutomatedBackups field's value.
func (*DescribeDBInstanceAutomatedBackupsOutput) SetMarker ¶ added in v1.15.77
func (s *DescribeDBInstanceAutomatedBackupsOutput) SetMarker(v string) *DescribeDBInstanceAutomatedBackupsOutput
SetMarker sets the Marker field's value.
func (DescribeDBInstanceAutomatedBackupsOutput) String ¶ added in v1.15.77
func (s DescribeDBInstanceAutomatedBackupsOutput) String() string
String returns the string representation
type DescribeDBInstancesInput ¶
type DescribeDBInstancesInput struct { // The user-supplied instance identifier. If this parameter is specified, information // from only the specific DB instance is returned. This parameter isn't case-sensitive. // // Constraints: // // * If supplied, must match the identifier of an existing DBInstance. DBInstanceIdentifier *string `type:"string"` // A filter that specifies one or more DB instances to describe. // // Supported filters: // // * db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon // Resource Names (ARNs). The results list will only include information // about the DB instances associated with the DB clusters identified by these // ARNs. // // * db-instance-id - Accepts DB instance identifiers and DB instance Amazon // Resource Names (ARNs). The results list will only include information // about the DB instances identified by these ARNs. // // * dbi-resource-id - Accepts DB instance resource identifiers. The results // list will only include information about the DB instances identified by // these DB instance resource identifiers. // // * domain - Accepts Active Directory directory IDs. The results list will // only include information about the DB instances associated with these // domains. // // * engine - Accepts engine names. The results list will only include information // about the DB instances for these engines. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBInstances request. // If this parameter is specified, the response includes only records beyond // the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBInstancesInput) GoString ¶ added in v0.6.5
func (s DescribeDBInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeDBInstancesInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DescribeDBInstancesInput) SetDBInstanceIdentifier(v string) *DescribeDBInstancesInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DescribeDBInstancesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBInstancesInput) SetFilters(v []*Filter) *DescribeDBInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeDBInstancesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBInstancesInput) SetMarker(v string) *DescribeDBInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeDBInstancesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBInstancesInput) SetMaxRecords(v int64) *DescribeDBInstancesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBInstancesInput) String ¶ added in v0.6.5
func (s DescribeDBInstancesInput) String() string
String returns the string representation
func (*DescribeDBInstancesInput) Validate ¶ added in v1.1.21
func (s *DescribeDBInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBInstancesOutput ¶
type DescribeDBInstancesOutput struct { // A list of DBInstance instances. DBInstances []*DBInstance `locationNameList:"DBInstance" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords . Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBInstances action.
func (DescribeDBInstancesOutput) GoString ¶ added in v0.6.5
func (s DescribeDBInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeDBInstancesOutput) SetDBInstances ¶ added in v1.5.0
func (s *DescribeDBInstancesOutput) SetDBInstances(v []*DBInstance) *DescribeDBInstancesOutput
SetDBInstances sets the DBInstances field's value.
func (*DescribeDBInstancesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBInstancesOutput) SetMarker(v string) *DescribeDBInstancesOutput
SetMarker sets the Marker field's value.
func (DescribeDBInstancesOutput) String ¶ added in v0.6.5
func (s DescribeDBInstancesOutput) String() string
String returns the string representation
type DescribeDBLogFilesDetails ¶
type DescribeDBLogFilesDetails struct { // A POSIX timestamp when the last log entry was written. LastWritten *int64 `type:"long"` // The name of the log file for the specified DB instance. LogFileName *string `type:"string"` // The size, in bytes, of the log file for the specified DB instance. Size *int64 `type:"long"` // contains filtered or unexported fields }
This data type is used as a response element to DescribeDBLogFiles.
func (DescribeDBLogFilesDetails) GoString ¶ added in v0.6.5
func (s DescribeDBLogFilesDetails) GoString() string
GoString returns the string representation
func (*DescribeDBLogFilesDetails) SetLastWritten ¶ added in v1.5.0
func (s *DescribeDBLogFilesDetails) SetLastWritten(v int64) *DescribeDBLogFilesDetails
SetLastWritten sets the LastWritten field's value.
func (*DescribeDBLogFilesDetails) SetLogFileName ¶ added in v1.5.0
func (s *DescribeDBLogFilesDetails) SetLogFileName(v string) *DescribeDBLogFilesDetails
SetLogFileName sets the LogFileName field's value.
func (*DescribeDBLogFilesDetails) SetSize ¶ added in v1.5.0
func (s *DescribeDBLogFilesDetails) SetSize(v int64) *DescribeDBLogFilesDetails
SetSize sets the Size field's value.
func (DescribeDBLogFilesDetails) String ¶ added in v0.6.5
func (s DescribeDBLogFilesDetails) String() string
String returns the string representation
type DescribeDBLogFilesInput ¶
type DescribeDBLogFilesInput struct { // The customer-assigned name of the DB instance that contains the log files // you want to list. // // Constraints: // // * Must match the identifier of an existing DBInstance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // Filters the available log files for files written since the specified date, // in POSIX timestamp format with milliseconds. FileLastWritten *int64 `type:"long"` // Filters the available log files for files larger than the specified size. FileSize *int64 `type:"long"` // Filters the available log files for log file names that contain the specified // string. FilenameContains *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // The pagination token provided in the previous request. If this parameter // is specified the response includes only records beyond the marker, up to // MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBLogFilesInput) GoString ¶ added in v0.6.5
func (s DescribeDBLogFilesInput) GoString() string
GoString returns the string representation
func (*DescribeDBLogFilesInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetDBInstanceIdentifier(v string) *DescribeDBLogFilesInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DescribeDBLogFilesInput) SetFileLastWritten ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetFileLastWritten(v int64) *DescribeDBLogFilesInput
SetFileLastWritten sets the FileLastWritten field's value.
func (*DescribeDBLogFilesInput) SetFileSize ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetFileSize(v int64) *DescribeDBLogFilesInput
SetFileSize sets the FileSize field's value.
func (*DescribeDBLogFilesInput) SetFilenameContains ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetFilenameContains(v string) *DescribeDBLogFilesInput
SetFilenameContains sets the FilenameContains field's value.
func (*DescribeDBLogFilesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetFilters(v []*Filter) *DescribeDBLogFilesInput
SetFilters sets the Filters field's value.
func (*DescribeDBLogFilesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetMarker(v string) *DescribeDBLogFilesInput
SetMarker sets the Marker field's value.
func (*DescribeDBLogFilesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBLogFilesInput) SetMaxRecords(v int64) *DescribeDBLogFilesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBLogFilesInput) String ¶ added in v0.6.5
func (s DescribeDBLogFilesInput) String() string
String returns the string representation
func (*DescribeDBLogFilesInput) Validate ¶ added in v1.1.21
func (s *DescribeDBLogFilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBLogFilesOutput ¶
type DescribeDBLogFilesOutput struct { // The DB log files returned. DescribeDBLogFiles []*DescribeDBLogFilesDetails `locationNameList:"DescribeDBLogFilesDetails" type:"list"` // A pagination token that can be used in a later DescribeDBLogFiles request. Marker *string `type:"string"` // contains filtered or unexported fields }
The response from a call to DescribeDBLogFiles.
func (DescribeDBLogFilesOutput) GoString ¶ added in v0.6.5
func (s DescribeDBLogFilesOutput) GoString() string
GoString returns the string representation
func (*DescribeDBLogFilesOutput) SetDescribeDBLogFiles ¶ added in v1.5.0
func (s *DescribeDBLogFilesOutput) SetDescribeDBLogFiles(v []*DescribeDBLogFilesDetails) *DescribeDBLogFilesOutput
SetDescribeDBLogFiles sets the DescribeDBLogFiles field's value.
func (*DescribeDBLogFilesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBLogFilesOutput) SetMarker(v string) *DescribeDBLogFilesOutput
SetMarker sets the Marker field's value.
func (DescribeDBLogFilesOutput) String ¶ added in v0.6.5
func (s DescribeDBLogFilesOutput) String() string
String returns the string representation
type DescribeDBParameterGroupsInput ¶
type DescribeDBParameterGroupsInput struct { // The name of a specific DB parameter group to return details for. // // Constraints: // // * If supplied, must match the name of an existing DBClusterParameterGroup. DBParameterGroupName *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBParameterGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBParameterGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeDBParameterGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBParameterGroupsInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsInput) SetDBParameterGroupName(v string) *DescribeDBParameterGroupsInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*DescribeDBParameterGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsInput) SetFilters(v []*Filter) *DescribeDBParameterGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBParameterGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsInput) SetMarker(v string) *DescribeDBParameterGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBParameterGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsInput) SetMaxRecords(v int64) *DescribeDBParameterGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBParameterGroupsInput) String ¶ added in v0.6.5
func (s DescribeDBParameterGroupsInput) String() string
String returns the string representation
func (*DescribeDBParameterGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBParameterGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBParameterGroupsOutput ¶
type DescribeDBParameterGroupsOutput struct { // A list of DBParameterGroup instances. DBParameterGroups []*DBParameterGroup `locationNameList:"DBParameterGroup" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBParameterGroups action.
func (DescribeDBParameterGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeDBParameterGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBParameterGroupsOutput) SetDBParameterGroups ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsOutput) SetDBParameterGroups(v []*DBParameterGroup) *DescribeDBParameterGroupsOutput
SetDBParameterGroups sets the DBParameterGroups field's value.
func (*DescribeDBParameterGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBParameterGroupsOutput) SetMarker(v string) *DescribeDBParameterGroupsOutput
SetMarker sets the Marker field's value.
func (DescribeDBParameterGroupsOutput) String ¶ added in v0.6.5
func (s DescribeDBParameterGroupsOutput) String() string
String returns the string representation
type DescribeDBParametersInput ¶
type DescribeDBParametersInput struct { // The name of a specific DB parameter group to return details for. // // Constraints: // // * If supplied, must match the name of an existing DBParameterGroup. // // DBParameterGroupName is a required field DBParameterGroupName *string `type:"string" required:"true"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBParameters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The parameter types to return. // // Default: All parameter types returned // // Valid Values: user | system | engine-default Source *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBParametersInput) GoString ¶ added in v0.6.5
func (s DescribeDBParametersInput) GoString() string
GoString returns the string representation
func (*DescribeDBParametersInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *DescribeDBParametersInput) SetDBParameterGroupName(v string) *DescribeDBParametersInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*DescribeDBParametersInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBParametersInput) SetFilters(v []*Filter) *DescribeDBParametersInput
SetFilters sets the Filters field's value.
func (*DescribeDBParametersInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBParametersInput) SetMarker(v string) *DescribeDBParametersInput
SetMarker sets the Marker field's value.
func (*DescribeDBParametersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBParametersInput) SetMaxRecords(v int64) *DescribeDBParametersInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBParametersInput) SetSource ¶ added in v1.5.0
func (s *DescribeDBParametersInput) SetSource(v string) *DescribeDBParametersInput
SetSource sets the Source field's value.
func (DescribeDBParametersInput) String ¶ added in v0.6.5
func (s DescribeDBParametersInput) String() string
String returns the string representation
func (*DescribeDBParametersInput) Validate ¶ added in v1.1.21
func (s *DescribeDBParametersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBParametersOutput ¶
type DescribeDBParametersOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A list of Parameter values. Parameters []*Parameter `locationNameList:"Parameter" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBParameters action.
func (DescribeDBParametersOutput) GoString ¶ added in v0.6.5
func (s DescribeDBParametersOutput) GoString() string
GoString returns the string representation
func (*DescribeDBParametersOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBParametersOutput) SetMarker(v string) *DescribeDBParametersOutput
SetMarker sets the Marker field's value.
func (*DescribeDBParametersOutput) SetParameters ¶ added in v1.5.0
func (s *DescribeDBParametersOutput) SetParameters(v []*Parameter) *DescribeDBParametersOutput
SetParameters sets the Parameters field's value.
func (DescribeDBParametersOutput) String ¶ added in v0.6.5
func (s DescribeDBParametersOutput) String() string
String returns the string representation
type DescribeDBProxiesInput ¶ added in v1.25.47
type DescribeDBProxiesInput struct { // The name of the DB proxy. DBProxyName *string `type:"string"` // This parameter is not currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `min:"20" type:"integer"` // contains filtered or unexported fields }
func (DescribeDBProxiesInput) GoString ¶ added in v1.25.47
func (s DescribeDBProxiesInput) GoString() string
GoString returns the string representation
func (*DescribeDBProxiesInput) SetDBProxyName ¶ added in v1.25.47
func (s *DescribeDBProxiesInput) SetDBProxyName(v string) *DescribeDBProxiesInput
SetDBProxyName sets the DBProxyName field's value.
func (*DescribeDBProxiesInput) SetFilters ¶ added in v1.25.47
func (s *DescribeDBProxiesInput) SetFilters(v []*Filter) *DescribeDBProxiesInput
SetFilters sets the Filters field's value.
func (*DescribeDBProxiesInput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxiesInput) SetMarker(v string) *DescribeDBProxiesInput
SetMarker sets the Marker field's value.
func (*DescribeDBProxiesInput) SetMaxRecords ¶ added in v1.25.47
func (s *DescribeDBProxiesInput) SetMaxRecords(v int64) *DescribeDBProxiesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBProxiesInput) String ¶ added in v1.25.47
func (s DescribeDBProxiesInput) String() string
String returns the string representation
func (*DescribeDBProxiesInput) Validate ¶ added in v1.25.47
func (s *DescribeDBProxiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBProxiesOutput ¶ added in v1.25.47
type DescribeDBProxiesOutput struct { // A return value representing an arbitrary number of DBProxy data structures. DBProxies []*DBProxy `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBProxiesOutput) GoString ¶ added in v1.25.47
func (s DescribeDBProxiesOutput) GoString() string
GoString returns the string representation
func (*DescribeDBProxiesOutput) SetDBProxies ¶ added in v1.25.47
func (s *DescribeDBProxiesOutput) SetDBProxies(v []*DBProxy) *DescribeDBProxiesOutput
SetDBProxies sets the DBProxies field's value.
func (*DescribeDBProxiesOutput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxiesOutput) SetMarker(v string) *DescribeDBProxiesOutput
SetMarker sets the Marker field's value.
func (DescribeDBProxiesOutput) String ¶ added in v1.25.47
func (s DescribeDBProxiesOutput) String() string
String returns the string representation
type DescribeDBProxyTargetGroupsInput ¶ added in v1.25.47
type DescribeDBProxyTargetGroupsInput struct { // The identifier of the DBProxy associated with the target group. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // This parameter is not currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `min:"20" type:"integer"` // The identifier of the DBProxyTargetGroup to describe. TargetGroupName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBProxyTargetGroupsInput) GoString ¶ added in v1.25.47
func (s DescribeDBProxyTargetGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBProxyTargetGroupsInput) SetDBProxyName ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) SetDBProxyName(v string) *DescribeDBProxyTargetGroupsInput
SetDBProxyName sets the DBProxyName field's value.
func (*DescribeDBProxyTargetGroupsInput) SetFilters ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) SetFilters(v []*Filter) *DescribeDBProxyTargetGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBProxyTargetGroupsInput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) SetMarker(v string) *DescribeDBProxyTargetGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBProxyTargetGroupsInput) SetMaxRecords ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) SetMaxRecords(v int64) *DescribeDBProxyTargetGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBProxyTargetGroupsInput) SetTargetGroupName ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) SetTargetGroupName(v string) *DescribeDBProxyTargetGroupsInput
SetTargetGroupName sets the TargetGroupName field's value.
func (DescribeDBProxyTargetGroupsInput) String ¶ added in v1.25.47
func (s DescribeDBProxyTargetGroupsInput) String() string
String returns the string representation
func (*DescribeDBProxyTargetGroupsInput) Validate ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBProxyTargetGroupsOutput ¶ added in v1.25.47
type DescribeDBProxyTargetGroupsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // An arbitrary number of DBProxyTargetGroup objects, containing details of // the corresponding target groups. TargetGroups []*DBProxyTargetGroup `type:"list"` // contains filtered or unexported fields }
func (DescribeDBProxyTargetGroupsOutput) GoString ¶ added in v1.25.47
func (s DescribeDBProxyTargetGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBProxyTargetGroupsOutput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsOutput) SetMarker(v string) *DescribeDBProxyTargetGroupsOutput
SetMarker sets the Marker field's value.
func (*DescribeDBProxyTargetGroupsOutput) SetTargetGroups ¶ added in v1.25.47
func (s *DescribeDBProxyTargetGroupsOutput) SetTargetGroups(v []*DBProxyTargetGroup) *DescribeDBProxyTargetGroupsOutput
SetTargetGroups sets the TargetGroups field's value.
func (DescribeDBProxyTargetGroupsOutput) String ¶ added in v1.25.47
func (s DescribeDBProxyTargetGroupsOutput) String() string
String returns the string representation
type DescribeDBProxyTargetsInput ¶ added in v1.25.47
type DescribeDBProxyTargetsInput struct { // The identifier of the DBProxyTarget to describe. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // This parameter is not currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `min:"20" type:"integer"` // The identifier of the DBProxyTargetGroup to describe. TargetGroupName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBProxyTargetsInput) GoString ¶ added in v1.25.47
func (s DescribeDBProxyTargetsInput) GoString() string
GoString returns the string representation
func (*DescribeDBProxyTargetsInput) SetDBProxyName ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) SetDBProxyName(v string) *DescribeDBProxyTargetsInput
SetDBProxyName sets the DBProxyName field's value.
func (*DescribeDBProxyTargetsInput) SetFilters ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) SetFilters(v []*Filter) *DescribeDBProxyTargetsInput
SetFilters sets the Filters field's value.
func (*DescribeDBProxyTargetsInput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) SetMarker(v string) *DescribeDBProxyTargetsInput
SetMarker sets the Marker field's value.
func (*DescribeDBProxyTargetsInput) SetMaxRecords ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) SetMaxRecords(v int64) *DescribeDBProxyTargetsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBProxyTargetsInput) SetTargetGroupName ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) SetTargetGroupName(v string) *DescribeDBProxyTargetsInput
SetTargetGroupName sets the TargetGroupName field's value.
func (DescribeDBProxyTargetsInput) String ¶ added in v1.25.47
func (s DescribeDBProxyTargetsInput) String() string
String returns the string representation
func (*DescribeDBProxyTargetsInput) Validate ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBProxyTargetsOutput ¶ added in v1.25.47
type DescribeDBProxyTargetsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // An arbitrary number of DBProxyTarget objects, containing details of the corresponding // targets. Targets []*DBProxyTarget `type:"list"` // contains filtered or unexported fields }
func (DescribeDBProxyTargetsOutput) GoString ¶ added in v1.25.47
func (s DescribeDBProxyTargetsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBProxyTargetsOutput) SetMarker ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsOutput) SetMarker(v string) *DescribeDBProxyTargetsOutput
SetMarker sets the Marker field's value.
func (*DescribeDBProxyTargetsOutput) SetTargets ¶ added in v1.25.47
func (s *DescribeDBProxyTargetsOutput) SetTargets(v []*DBProxyTarget) *DescribeDBProxyTargetsOutput
SetTargets sets the Targets field's value.
func (DescribeDBProxyTargetsOutput) String ¶ added in v1.25.47
func (s DescribeDBProxyTargetsOutput) String() string
String returns the string representation
type DescribeDBSecurityGroupsInput ¶
type DescribeDBSecurityGroupsInput struct { // The name of the DB security group to return details for. DBSecurityGroupName *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBSecurityGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBSecurityGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeDBSecurityGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBSecurityGroupsInput) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsInput) SetDBSecurityGroupName(v string) *DescribeDBSecurityGroupsInput
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*DescribeDBSecurityGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsInput) SetFilters(v []*Filter) *DescribeDBSecurityGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBSecurityGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsInput) SetMarker(v string) *DescribeDBSecurityGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBSecurityGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsInput) SetMaxRecords(v int64) *DescribeDBSecurityGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBSecurityGroupsInput) String ¶ added in v0.6.5
func (s DescribeDBSecurityGroupsInput) String() string
String returns the string representation
func (*DescribeDBSecurityGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBSecurityGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBSecurityGroupsOutput ¶
type DescribeDBSecurityGroupsOutput struct { // A list of DBSecurityGroup instances. DBSecurityGroups []*DBSecurityGroup `locationNameList:"DBSecurityGroup" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBSecurityGroups action.
func (DescribeDBSecurityGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeDBSecurityGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBSecurityGroupsOutput) SetDBSecurityGroups ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsOutput) SetDBSecurityGroups(v []*DBSecurityGroup) *DescribeDBSecurityGroupsOutput
SetDBSecurityGroups sets the DBSecurityGroups field's value.
func (*DescribeDBSecurityGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSecurityGroupsOutput) SetMarker(v string) *DescribeDBSecurityGroupsOutput
SetMarker sets the Marker field's value.
func (DescribeDBSecurityGroupsOutput) String ¶ added in v0.6.5
func (s DescribeDBSecurityGroupsOutput) String() string
String returns the string representation
type DescribeDBSnapshotAttributesInput ¶ added in v0.10.4
type DescribeDBSnapshotAttributesInput struct { // The identifier for the DB snapshot to describe the attributes for. // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeDBSnapshotAttributesInput) GoString ¶ added in v0.10.4
func (s DescribeDBSnapshotAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeDBSnapshotAttributesInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DescribeDBSnapshotAttributesInput) SetDBSnapshotIdentifier(v string) *DescribeDBSnapshotAttributesInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (DescribeDBSnapshotAttributesInput) String ¶ added in v0.10.4
func (s DescribeDBSnapshotAttributesInput) String() string
String returns the string representation
func (*DescribeDBSnapshotAttributesInput) Validate ¶ added in v1.1.30
func (s *DescribeDBSnapshotAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBSnapshotAttributesOutput ¶ added in v0.10.4
type DescribeDBSnapshotAttributesOutput struct { // Contains the results of a successful call to the DescribeDBSnapshotAttributes // API action. // // Manual DB snapshot attributes are used to authorize other AWS accounts to // copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute // API action. DBSnapshotAttributesResult *DBSnapshotAttributesResult `type:"structure"` // contains filtered or unexported fields }
func (DescribeDBSnapshotAttributesOutput) GoString ¶ added in v0.10.4
func (s DescribeDBSnapshotAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeDBSnapshotAttributesOutput) SetDBSnapshotAttributesResult ¶ added in v1.5.0
func (s *DescribeDBSnapshotAttributesOutput) SetDBSnapshotAttributesResult(v *DBSnapshotAttributesResult) *DescribeDBSnapshotAttributesOutput
SetDBSnapshotAttributesResult sets the DBSnapshotAttributesResult field's value.
func (DescribeDBSnapshotAttributesOutput) String ¶ added in v0.10.4
func (s DescribeDBSnapshotAttributesOutput) String() string
String returns the string representation
type DescribeDBSnapshotsInput ¶
type DescribeDBSnapshotsInput struct { // The ID of the DB instance to retrieve the list of DB snapshots for. This // parameter can't be used in conjunction with DBSnapshotIdentifier. This parameter // isn't case-sensitive. // // Constraints: // // * If supplied, must match the identifier of an existing DBInstance. DBInstanceIdentifier *string `type:"string"` // A specific DB snapshot identifier to describe. This parameter can't be used // in conjunction with DBInstanceIdentifier. This value is stored as a lowercase // string. // // Constraints: // // * If supplied, must match the identifier of an existing DBSnapshot. // // * If this identifier is for an automated snapshot, the SnapshotType parameter // must also be specified. DBSnapshotIdentifier *string `type:"string"` // A specific DB resource ID to describe. DbiResourceId *string `type:"string"` // A filter that specifies one or more DB snapshots to describe. // // Supported filters: // // * db-instance-id - Accepts DB instance identifiers and DB instance Amazon // Resource Names (ARNs). // // * db-snapshot-id - Accepts DB snapshot identifiers. // // * dbi-resource-id - Accepts identifiers of source DB instances. // // * snapshot-type - Accepts types of DB snapshots. // // * engine - Accepts names of database engines. Filters []*Filter `locationNameList:"Filter" type:"list"` // A value that indicates whether to include manual DB cluster snapshots that // are public and can be copied or restored by any AWS account. By default, // the public snapshots are not included. // // You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute // API. IncludePublic *bool `type:"boolean"` // from other AWS accounts that this AWS account has been given permission to // copy or restore. By default, these snapshots are not included. // // You can give an AWS account permission to restore a manual DB snapshot from // another AWS account by using the ModifyDBSnapshotAttribute API action. IncludeShared *bool `type:"boolean"` // An optional pagination token provided by a previous DescribeDBSnapshots request. // If this parameter is specified, the response includes only records beyond // the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The type of snapshots to be returned. You can specify one of the following // values: // // * automated - Return all DB snapshots that have been automatically taken // by Amazon RDS for my AWS account. // // * manual - Return all DB snapshots that have been taken by my AWS account. // // * shared - Return all manual DB snapshots that have been shared to my // AWS account. // // * public - Return all DB snapshots that have been marked as public. // // * awsbackup - Return the DB snapshots managed by the AWS Backup service. // For information about AWS Backup, see the AWS Backup Developer Guide. // (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html) // The awsbackup type does not apply to Aurora. // // If you don't specify a SnapshotType value, then both automated and manual // snapshots are returned. Shared and public DB snapshots are not included in // the returned results by default. You can include shared snapshots with these // results by enabling the IncludeShared parameter. You can include public snapshots // with these results by enabling the IncludePublic parameter. // // The IncludeShared and IncludePublic parameters don't apply for SnapshotType // values of manual or automated. The IncludePublic parameter doesn't apply // when SnapshotType is set to shared. The IncludeShared parameter doesn't apply // when SnapshotType is set to public. SnapshotType *string `type:"string"` // contains filtered or unexported fields }
func (DescribeDBSnapshotsInput) GoString ¶ added in v0.6.5
func (s DescribeDBSnapshotsInput) GoString() string
GoString returns the string representation
func (*DescribeDBSnapshotsInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetDBInstanceIdentifier(v string) *DescribeDBSnapshotsInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DescribeDBSnapshotsInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetDBSnapshotIdentifier(v string) *DescribeDBSnapshotsInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*DescribeDBSnapshotsInput) SetDbiResourceId ¶ added in v1.15.77
func (s *DescribeDBSnapshotsInput) SetDbiResourceId(v string) *DescribeDBSnapshotsInput
SetDbiResourceId sets the DbiResourceId field's value.
func (*DescribeDBSnapshotsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetFilters(v []*Filter) *DescribeDBSnapshotsInput
SetFilters sets the Filters field's value.
func (*DescribeDBSnapshotsInput) SetIncludePublic ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetIncludePublic(v bool) *DescribeDBSnapshotsInput
SetIncludePublic sets the IncludePublic field's value.
func (*DescribeDBSnapshotsInput) SetIncludeShared ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetIncludeShared(v bool) *DescribeDBSnapshotsInput
SetIncludeShared sets the IncludeShared field's value.
func (*DescribeDBSnapshotsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetMarker(v string) *DescribeDBSnapshotsInput
SetMarker sets the Marker field's value.
func (*DescribeDBSnapshotsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetMaxRecords(v int64) *DescribeDBSnapshotsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeDBSnapshotsInput) SetSnapshotType ¶ added in v1.5.0
func (s *DescribeDBSnapshotsInput) SetSnapshotType(v string) *DescribeDBSnapshotsInput
SetSnapshotType sets the SnapshotType field's value.
func (DescribeDBSnapshotsInput) String ¶ added in v0.6.5
func (s DescribeDBSnapshotsInput) String() string
String returns the string representation
func (*DescribeDBSnapshotsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBSnapshotsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBSnapshotsOutput ¶
type DescribeDBSnapshotsOutput struct { // A list of DBSnapshot instances. DBSnapshots []*DBSnapshot `locationNameList:"DBSnapshot" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBSnapshots action.
func (DescribeDBSnapshotsOutput) GoString ¶ added in v0.6.5
func (s DescribeDBSnapshotsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBSnapshotsOutput) SetDBSnapshots ¶ added in v1.5.0
func (s *DescribeDBSnapshotsOutput) SetDBSnapshots(v []*DBSnapshot) *DescribeDBSnapshotsOutput
SetDBSnapshots sets the DBSnapshots field's value.
func (*DescribeDBSnapshotsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSnapshotsOutput) SetMarker(v string) *DescribeDBSnapshotsOutput
SetMarker sets the Marker field's value.
func (DescribeDBSnapshotsOutput) String ¶ added in v0.6.5
func (s DescribeDBSnapshotsOutput) String() string
String returns the string representation
type DescribeDBSubnetGroupsInput ¶
type DescribeDBSubnetGroupsInput struct { // The name of the DB subnet group to return details for. DBSubnetGroupName *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeDBSubnetGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeDBSubnetGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeDBSubnetGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeDBSubnetGroupsInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsInput) SetDBSubnetGroupName(v string) *DescribeDBSubnetGroupsInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*DescribeDBSubnetGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsInput) SetFilters(v []*Filter) *DescribeDBSubnetGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeDBSubnetGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsInput) SetMarker(v string) *DescribeDBSubnetGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeDBSubnetGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsInput) SetMaxRecords(v int64) *DescribeDBSubnetGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeDBSubnetGroupsInput) String ¶ added in v0.6.5
func (s DescribeDBSubnetGroupsInput) String() string
String returns the string representation
func (*DescribeDBSubnetGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeDBSubnetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDBSubnetGroupsOutput ¶
type DescribeDBSubnetGroupsOutput struct { // A list of DBSubnetGroup instances. DBSubnetGroups []*DBSubnetGroup `locationNameList:"DBSubnetGroup" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeDBSubnetGroups action.
func (DescribeDBSubnetGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeDBSubnetGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeDBSubnetGroupsOutput) SetDBSubnetGroups ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsOutput) SetDBSubnetGroups(v []*DBSubnetGroup) *DescribeDBSubnetGroupsOutput
SetDBSubnetGroups sets the DBSubnetGroups field's value.
func (*DescribeDBSubnetGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeDBSubnetGroupsOutput) SetMarker(v string) *DescribeDBSubnetGroupsOutput
SetMarker sets the Marker field's value.
func (DescribeDBSubnetGroupsOutput) String ¶ added in v0.6.5
func (s DescribeDBSubnetGroupsOutput) String() string
String returns the string representation
type DescribeEngineDefaultClusterParametersInput ¶ added in v0.7.1
type DescribeEngineDefaultClusterParametersInput struct { // The name of the DB cluster parameter group family to return engine parameter // information for. // // DBParameterGroupFamily is a required field DBParameterGroupFamily *string `type:"string" required:"true"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeEngineDefaultClusterParameters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeEngineDefaultClusterParametersInput) GoString ¶ added in v0.7.1
func (s DescribeEngineDefaultClusterParametersInput) GoString() string
GoString returns the string representation
func (*DescribeEngineDefaultClusterParametersInput) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DescribeEngineDefaultClusterParametersInput) SetDBParameterGroupFamily(v string) *DescribeEngineDefaultClusterParametersInput
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DescribeEngineDefaultClusterParametersInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEngineDefaultClusterParametersInput) SetFilters(v []*Filter) *DescribeEngineDefaultClusterParametersInput
SetFilters sets the Filters field's value.
func (*DescribeEngineDefaultClusterParametersInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEngineDefaultClusterParametersInput) SetMarker(v string) *DescribeEngineDefaultClusterParametersInput
SetMarker sets the Marker field's value.
func (*DescribeEngineDefaultClusterParametersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEngineDefaultClusterParametersInput) SetMaxRecords(v int64) *DescribeEngineDefaultClusterParametersInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeEngineDefaultClusterParametersInput) String ¶ added in v0.7.1
func (s DescribeEngineDefaultClusterParametersInput) String() string
String returns the string representation
func (*DescribeEngineDefaultClusterParametersInput) Validate ¶ added in v1.1.21
func (s *DescribeEngineDefaultClusterParametersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEngineDefaultClusterParametersOutput ¶ added in v0.7.1
type DescribeEngineDefaultClusterParametersOutput struct { // Contains the result of a successful invocation of the DescribeEngineDefaultParameters // action. EngineDefaults *EngineDefaults `type:"structure"` // contains filtered or unexported fields }
func (DescribeEngineDefaultClusterParametersOutput) GoString ¶ added in v0.7.1
func (s DescribeEngineDefaultClusterParametersOutput) GoString() string
GoString returns the string representation
func (*DescribeEngineDefaultClusterParametersOutput) SetEngineDefaults ¶ added in v1.5.0
func (s *DescribeEngineDefaultClusterParametersOutput) SetEngineDefaults(v *EngineDefaults) *DescribeEngineDefaultClusterParametersOutput
SetEngineDefaults sets the EngineDefaults field's value.
func (DescribeEngineDefaultClusterParametersOutput) String ¶ added in v0.7.1
func (s DescribeEngineDefaultClusterParametersOutput) String() string
String returns the string representation
type DescribeEngineDefaultParametersInput ¶
type DescribeEngineDefaultParametersInput struct { // The name of the DB parameter group family. // // DBParameterGroupFamily is a required field DBParameterGroupFamily *string `type:"string" required:"true"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeEngineDefaultParameters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeEngineDefaultParametersInput) GoString ¶ added in v0.6.5
func (s DescribeEngineDefaultParametersInput) GoString() string
GoString returns the string representation
func (*DescribeEngineDefaultParametersInput) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *DescribeEngineDefaultParametersInput) SetDBParameterGroupFamily(v string) *DescribeEngineDefaultParametersInput
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*DescribeEngineDefaultParametersInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEngineDefaultParametersInput) SetFilters(v []*Filter) *DescribeEngineDefaultParametersInput
SetFilters sets the Filters field's value.
func (*DescribeEngineDefaultParametersInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEngineDefaultParametersInput) SetMarker(v string) *DescribeEngineDefaultParametersInput
SetMarker sets the Marker field's value.
func (*DescribeEngineDefaultParametersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEngineDefaultParametersInput) SetMaxRecords(v int64) *DescribeEngineDefaultParametersInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeEngineDefaultParametersInput) String ¶ added in v0.6.5
func (s DescribeEngineDefaultParametersInput) String() string
String returns the string representation
func (*DescribeEngineDefaultParametersInput) Validate ¶ added in v1.1.21
func (s *DescribeEngineDefaultParametersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEngineDefaultParametersOutput ¶
type DescribeEngineDefaultParametersOutput struct { // Contains the result of a successful invocation of the DescribeEngineDefaultParameters // action. EngineDefaults *EngineDefaults `type:"structure"` // contains filtered or unexported fields }
func (DescribeEngineDefaultParametersOutput) GoString ¶ added in v0.6.5
func (s DescribeEngineDefaultParametersOutput) GoString() string
GoString returns the string representation
func (*DescribeEngineDefaultParametersOutput) SetEngineDefaults ¶ added in v1.5.0
func (s *DescribeEngineDefaultParametersOutput) SetEngineDefaults(v *EngineDefaults) *DescribeEngineDefaultParametersOutput
SetEngineDefaults sets the EngineDefaults field's value.
func (DescribeEngineDefaultParametersOutput) String ¶ added in v0.6.5
func (s DescribeEngineDefaultParametersOutput) String() string
String returns the string representation
type DescribeEventCategoriesInput ¶
type DescribeEventCategoriesInput struct { // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // The type of source that is generating the events. // // Valid values: db-instance | db-cluster | db-parameter-group | db-security-group // | db-snapshot | db-cluster-snapshot SourceType *string `type:"string"` // contains filtered or unexported fields }
func (DescribeEventCategoriesInput) GoString ¶ added in v0.6.5
func (s DescribeEventCategoriesInput) GoString() string
GoString returns the string representation
func (*DescribeEventCategoriesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEventCategoriesInput) SetFilters(v []*Filter) *DescribeEventCategoriesInput
SetFilters sets the Filters field's value.
func (*DescribeEventCategoriesInput) SetSourceType ¶ added in v1.5.0
func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput
SetSourceType sets the SourceType field's value.
func (DescribeEventCategoriesInput) String ¶ added in v0.6.5
func (s DescribeEventCategoriesInput) String() string
String returns the string representation
func (*DescribeEventCategoriesInput) Validate ¶ added in v1.1.21
func (s *DescribeEventCategoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventCategoriesOutput ¶
type DescribeEventCategoriesOutput struct { // A list of EventCategoriesMap data types. EventCategoriesMapList []*EventCategoriesMap `locationNameList:"EventCategoriesMap" type:"list"` // contains filtered or unexported fields }
Data returned from the DescribeEventCategories operation.
func (DescribeEventCategoriesOutput) GoString ¶ added in v0.6.5
func (s DescribeEventCategoriesOutput) GoString() string
GoString returns the string representation
func (*DescribeEventCategoriesOutput) SetEventCategoriesMapList ¶ added in v1.5.0
func (s *DescribeEventCategoriesOutput) SetEventCategoriesMapList(v []*EventCategoriesMap) *DescribeEventCategoriesOutput
SetEventCategoriesMapList sets the EventCategoriesMapList field's value.
func (DescribeEventCategoriesOutput) String ¶ added in v0.6.5
func (s DescribeEventCategoriesOutput) String() string
String returns the string representation
type DescribeEventSubscriptionsInput ¶
type DescribeEventSubscriptionsInput struct { // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The name of the RDS event notification subscription you want to describe. SubscriptionName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeEventSubscriptionsInput) GoString ¶ added in v0.6.5
func (s DescribeEventSubscriptionsInput) GoString() string
GoString returns the string representation
func (*DescribeEventSubscriptionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsInput) SetFilters(v []*Filter) *DescribeEventSubscriptionsInput
SetFilters sets the Filters field's value.
func (*DescribeEventSubscriptionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput
SetMarker sets the Marker field's value.
func (*DescribeEventSubscriptionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeEventSubscriptionsInput) SetSubscriptionName ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput
SetSubscriptionName sets the SubscriptionName field's value.
func (DescribeEventSubscriptionsInput) String ¶ added in v0.6.5
func (s DescribeEventSubscriptionsInput) String() string
String returns the string representation
func (*DescribeEventSubscriptionsInput) Validate ¶ added in v1.1.21
func (s *DescribeEventSubscriptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventSubscriptionsOutput ¶
type DescribeEventSubscriptionsOutput struct { // A list of EventSubscriptions data types. EventSubscriptionsList []*EventSubscription `locationNameList:"EventSubscription" type:"list"` // An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Data returned by the DescribeEventSubscriptions action.
func (DescribeEventSubscriptionsOutput) GoString ¶ added in v0.6.5
func (s DescribeEventSubscriptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeEventSubscriptionsOutput) SetEventSubscriptionsList ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []*EventSubscription) *DescribeEventSubscriptionsOutput
SetEventSubscriptionsList sets the EventSubscriptionsList field's value.
func (*DescribeEventSubscriptionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput
SetMarker sets the Marker field's value.
func (DescribeEventSubscriptionsOutput) String ¶ added in v0.6.5
func (s DescribeEventSubscriptionsOutput) String() string
String returns the string representation
type DescribeEventsInput ¶
type DescribeEventsInput struct { // The number of minutes to retrieve events for. // // Default: 60 Duration *int64 `type:"integer"` // The end of the time interval for which to retrieve events, specified in ISO // 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia // page. (http://en.wikipedia.org/wiki/ISO_8601) // // Example: 2009-07-08T18:00Z EndTime *time.Time `type:"timestamp"` // A list of event categories that trigger notifications for a event notification // subscription. EventCategories []*string `locationNameList:"EventCategory" type:"list"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeEvents request. // If this parameter is specified, the response includes only records beyond // the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The identifier of the event source for which events are returned. If not // specified, then all sources are included in the response. // // Constraints: // // * If SourceIdentifier is supplied, SourceType must also be provided. // // * If the source type is a DB instance, a DBInstanceIdentifier value must // be supplied. // // * If the source type is a DB cluster, a DBClusterIdentifier value must // be supplied. // // * If the source type is a DB parameter group, a DBParameterGroupName value // must be supplied. // // * If the source type is a DB security group, a DBSecurityGroupName value // must be supplied. // // * If the source type is a DB snapshot, a DBSnapshotIdentifier value must // be supplied. // // * If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier // value must be supplied. // // * Can't end with a hyphen or contain two consecutive hyphens. SourceIdentifier *string `type:"string"` // The event source to retrieve events for. If no value is specified, all events // are returned. SourceType *string `type:"string" enum:"SourceType"` // The beginning of the time interval to retrieve events for, specified in ISO // 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia // page. (http://en.wikipedia.org/wiki/ISO_8601) // // Example: 2009-07-08T18:00Z StartTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeEventsInput) GoString ¶ added in v0.6.5
func (s DescribeEventsInput) GoString() string
GoString returns the string representation
func (*DescribeEventsInput) SetDuration ¶ added in v1.5.0
func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput
SetDuration sets the Duration field's value.
func (*DescribeEventsInput) SetEndTime ¶ added in v1.5.0
func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
SetEndTime sets the EndTime field's value.
func (*DescribeEventsInput) SetEventCategories ¶ added in v1.5.0
func (s *DescribeEventsInput) SetEventCategories(v []*string) *DescribeEventsInput
SetEventCategories sets the EventCategories field's value.
func (*DescribeEventsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEventsInput) SetFilters(v []*Filter) *DescribeEventsInput
SetFilters sets the Filters field's value.
func (*DescribeEventsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput
SetMarker sets the Marker field's value.
func (*DescribeEventsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeEventsInput) SetSourceIdentifier ¶ added in v1.5.0
func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*DescribeEventsInput) SetSourceType ¶ added in v1.5.0
func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput
SetSourceType sets the SourceType field's value.
func (*DescribeEventsInput) SetStartTime ¶ added in v1.5.0
func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
SetStartTime sets the StartTime field's value.
func (DescribeEventsInput) String ¶ added in v0.6.5
func (s DescribeEventsInput) String() string
String returns the string representation
func (*DescribeEventsInput) Validate ¶ added in v1.1.21
func (s *DescribeEventsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventsOutput ¶
type DescribeEventsOutput struct { // A list of Event instances. Events []*Event `locationNameList:"Event" type:"list"` // An optional pagination token provided by a previous Events request. If this // parameter is specified, the response includes only records beyond the marker, // up to the value specified by MaxRecords . Marker *string `type:"string"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeEvents action.
func (DescribeEventsOutput) GoString ¶ added in v0.6.5
func (s DescribeEventsOutput) GoString() string
GoString returns the string representation
func (*DescribeEventsOutput) SetEvents ¶ added in v1.5.0
func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput
SetEvents sets the Events field's value.
func (*DescribeEventsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput
SetMarker sets the Marker field's value.
func (DescribeEventsOutput) String ¶ added in v0.6.5
func (s DescribeEventsOutput) String() string
String returns the string representation
type DescribeExportTasksInput ¶ added in v1.28.8
type DescribeExportTasksInput struct { // The identifier of the snapshot export task to be described. ExportTaskIdentifier *string `type:"string"` // Filters specify one or more snapshot exports to describe. The filters are // specified as name-value pairs that define what to include in the output. // Filter names and values are case-sensitive. // // Supported filters include the following: // // * export-task-identifier - An identifier for the snapshot export task. // // * s3-bucket - The Amazon S3 bucket the snapshot is exported to. // // * source-arn - The Amazon Resource Name (ARN) of the snapshot exported // to Amazon S3 // // * status - The status of the export task. Must be lowercase, for example, // complete. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeExportTasks request. // If you specify this parameter, the response includes only records beyond // the marker, up to the value specified by the MaxRecords parameter. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified value, a pagination token called a marker is included // in the response. You can use the marker in a later DescribeExportTasks request // to retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `min:"20" type:"integer"` // The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3. SourceArn *string `type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksInput) GoString ¶ added in v1.28.8
func (s DescribeExportTasksInput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksInput) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *DescribeExportTasksInput) SetExportTaskIdentifier(v string) *DescribeExportTasksInput
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (*DescribeExportTasksInput) SetFilters ¶ added in v1.28.8
func (s *DescribeExportTasksInput) SetFilters(v []*Filter) *DescribeExportTasksInput
SetFilters sets the Filters field's value.
func (*DescribeExportTasksInput) SetMarker ¶ added in v1.28.8
func (s *DescribeExportTasksInput) SetMarker(v string) *DescribeExportTasksInput
SetMarker sets the Marker field's value.
func (*DescribeExportTasksInput) SetMaxRecords ¶ added in v1.28.8
func (s *DescribeExportTasksInput) SetMaxRecords(v int64) *DescribeExportTasksInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeExportTasksInput) SetSourceArn ¶ added in v1.28.8
func (s *DescribeExportTasksInput) SetSourceArn(v string) *DescribeExportTasksInput
SetSourceArn sets the SourceArn field's value.
func (DescribeExportTasksInput) String ¶ added in v1.28.8
func (s DescribeExportTasksInput) String() string
String returns the string representation
func (*DescribeExportTasksInput) Validate ¶ added in v1.28.8
func (s *DescribeExportTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeExportTasksOutput ¶ added in v1.28.8
type DescribeExportTasksOutput struct { // Information about an export of a snapshot to Amazon S3. ExportTasks []*ExportTask `locationNameList:"ExportTask" type:"list"` // A pagination token that can be used in a later DescribeExportTasks request. // A marker is used for pagination to identify the location to begin output // for the next response of DescribeExportTasks. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksOutput) GoString ¶ added in v1.28.8
func (s DescribeExportTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksOutput) SetExportTasks ¶ added in v1.28.8
func (s *DescribeExportTasksOutput) SetExportTasks(v []*ExportTask) *DescribeExportTasksOutput
SetExportTasks sets the ExportTasks field's value.
func (*DescribeExportTasksOutput) SetMarker ¶ added in v1.28.8
func (s *DescribeExportTasksOutput) SetMarker(v string) *DescribeExportTasksOutput
SetMarker sets the Marker field's value.
func (DescribeExportTasksOutput) String ¶ added in v1.28.8
func (s DescribeExportTasksOutput) String() string
String returns the string representation
type DescribeGlobalClustersInput ¶ added in v1.15.85
type DescribeGlobalClustersInput struct { // A filter that specifies one or more global DB clusters to describe. // // Supported filters: // // * db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon // Resource Names (ARNs). The results list will only include information // about the DB clusters identified by these ARNs. Filters []*Filter `locationNameList:"Filter" type:"list"` // The user-supplied DB cluster identifier. If this parameter is specified, // information from only the specific DB cluster is returned. This parameter // isn't case-sensitive. // // Constraints: // // * If supplied, must match an existing DBClusterIdentifier. GlobalClusterIdentifier *string `type:"string"` // An optional pagination token provided by a previous DescribeGlobalClusters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeGlobalClustersInput) GoString ¶ added in v1.15.85
func (s DescribeGlobalClustersInput) GoString() string
GoString returns the string representation
func (*DescribeGlobalClustersInput) SetFilters ¶ added in v1.15.85
func (s *DescribeGlobalClustersInput) SetFilters(v []*Filter) *DescribeGlobalClustersInput
SetFilters sets the Filters field's value.
func (*DescribeGlobalClustersInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *DescribeGlobalClustersInput) SetGlobalClusterIdentifier(v string) *DescribeGlobalClustersInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (*DescribeGlobalClustersInput) SetMarker ¶ added in v1.15.85
func (s *DescribeGlobalClustersInput) SetMarker(v string) *DescribeGlobalClustersInput
SetMarker sets the Marker field's value.
func (*DescribeGlobalClustersInput) SetMaxRecords ¶ added in v1.15.85
func (s *DescribeGlobalClustersInput) SetMaxRecords(v int64) *DescribeGlobalClustersInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeGlobalClustersInput) String ¶ added in v1.15.85
func (s DescribeGlobalClustersInput) String() string
String returns the string representation
func (*DescribeGlobalClustersInput) Validate ¶ added in v1.15.85
func (s *DescribeGlobalClustersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeGlobalClustersOutput ¶ added in v1.15.85
type DescribeGlobalClustersOutput struct { // The list of global clusters returned by this request. GlobalClusters []*GlobalCluster `locationNameList:"GlobalClusterMember" type:"list"` // An optional pagination token provided by a previous DescribeGlobalClusters // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeGlobalClustersOutput) GoString ¶ added in v1.15.85
func (s DescribeGlobalClustersOutput) GoString() string
GoString returns the string representation
func (*DescribeGlobalClustersOutput) SetGlobalClusters ¶ added in v1.15.85
func (s *DescribeGlobalClustersOutput) SetGlobalClusters(v []*GlobalCluster) *DescribeGlobalClustersOutput
SetGlobalClusters sets the GlobalClusters field's value.
func (*DescribeGlobalClustersOutput) SetMarker ¶ added in v1.15.85
func (s *DescribeGlobalClustersOutput) SetMarker(v string) *DescribeGlobalClustersOutput
SetMarker sets the Marker field's value.
func (DescribeGlobalClustersOutput) String ¶ added in v1.15.85
func (s DescribeGlobalClustersOutput) String() string
String returns the string representation
type DescribeInstallationMediaInput ¶ added in v1.25.15
type DescribeInstallationMediaInput struct { // A filter that specifies one or more installation media to describe. Supported // filters include the following: // // * custom-availability-zone-id - Accepts custom Availability Zone (AZ) // identifiers. The results list includes information about only the custom // AZs identified by these identifiers. // // * engine - Accepts database engines. The results list includes information // about only the database engines identified by these identifiers. For more // information about the valid engines for installation media, see ImportInstallationMedia. Filters []*Filter `locationNameList:"Filter" type:"list"` // The installation medium ID. InstallationMediaId *string `type:"string"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // An optional pagination token provided by a previous DescribeInstallationMedia // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeInstallationMediaInput) GoString ¶ added in v1.25.15
func (s DescribeInstallationMediaInput) GoString() string
GoString returns the string representation
func (*DescribeInstallationMediaInput) SetFilters ¶ added in v1.25.15
func (s *DescribeInstallationMediaInput) SetFilters(v []*Filter) *DescribeInstallationMediaInput
SetFilters sets the Filters field's value.
func (*DescribeInstallationMediaInput) SetInstallationMediaId ¶ added in v1.25.15
func (s *DescribeInstallationMediaInput) SetInstallationMediaId(v string) *DescribeInstallationMediaInput
SetInstallationMediaId sets the InstallationMediaId field's value.
func (*DescribeInstallationMediaInput) SetMarker ¶ added in v1.25.15
func (s *DescribeInstallationMediaInput) SetMarker(v string) *DescribeInstallationMediaInput
SetMarker sets the Marker field's value.
func (*DescribeInstallationMediaInput) SetMaxRecords ¶ added in v1.25.15
func (s *DescribeInstallationMediaInput) SetMaxRecords(v int64) *DescribeInstallationMediaInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeInstallationMediaInput) String ¶ added in v1.25.15
func (s DescribeInstallationMediaInput) String() string
String returns the string representation
func (*DescribeInstallationMediaInput) Validate ¶ added in v1.25.15
func (s *DescribeInstallationMediaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInstallationMediaOutput ¶ added in v1.25.15
type DescribeInstallationMediaOutput struct { // The list of InstallationMedia objects for the AWS account. InstallationMedia []*InstallationMedia `locationNameList:"InstallationMedia" type:"list"` // An optional pagination token provided by a previous DescribeInstallationMedia // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
func (DescribeInstallationMediaOutput) GoString ¶ added in v1.25.15
func (s DescribeInstallationMediaOutput) GoString() string
GoString returns the string representation
func (*DescribeInstallationMediaOutput) SetInstallationMedia ¶ added in v1.25.15
func (s *DescribeInstallationMediaOutput) SetInstallationMedia(v []*InstallationMedia) *DescribeInstallationMediaOutput
SetInstallationMedia sets the InstallationMedia field's value.
func (*DescribeInstallationMediaOutput) SetMarker ¶ added in v1.25.15
func (s *DescribeInstallationMediaOutput) SetMarker(v string) *DescribeInstallationMediaOutput
SetMarker sets the Marker field's value.
func (DescribeInstallationMediaOutput) String ¶ added in v1.25.15
func (s DescribeInstallationMediaOutput) String() string
String returns the string representation
type DescribeOptionGroupOptionsInput ¶
type DescribeOptionGroupOptionsInput struct { // A required parameter. Options available for the given engine name are described. // // EngineName is a required field EngineName *string `type:"string" required:"true"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // If specified, filters the results to include only options for the specified // major engine version. MajorEngineVersion *string `type:"string"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeOptionGroupOptionsInput) GoString ¶ added in v0.6.5
func (s DescribeOptionGroupOptionsInput) GoString() string
GoString returns the string representation
func (*DescribeOptionGroupOptionsInput) SetEngineName ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsInput) SetEngineName(v string) *DescribeOptionGroupOptionsInput
SetEngineName sets the EngineName field's value.
func (*DescribeOptionGroupOptionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsInput) SetFilters(v []*Filter) *DescribeOptionGroupOptionsInput
SetFilters sets the Filters field's value.
func (*DescribeOptionGroupOptionsInput) SetMajorEngineVersion ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsInput) SetMajorEngineVersion(v string) *DescribeOptionGroupOptionsInput
SetMajorEngineVersion sets the MajorEngineVersion field's value.
func (*DescribeOptionGroupOptionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsInput) SetMarker(v string) *DescribeOptionGroupOptionsInput
SetMarker sets the Marker field's value.
func (*DescribeOptionGroupOptionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsInput) SetMaxRecords(v int64) *DescribeOptionGroupOptionsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeOptionGroupOptionsInput) String ¶ added in v0.6.5
func (s DescribeOptionGroupOptionsInput) String() string
String returns the string representation
func (*DescribeOptionGroupOptionsInput) Validate ¶ added in v1.1.21
func (s *DescribeOptionGroupOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOptionGroupOptionsOutput ¶
type DescribeOptionGroupOptionsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // List of available option group options. OptionGroupOptions []*OptionGroupOption `locationNameList:"OptionGroupOption" type:"list"` // contains filtered or unexported fields }
func (DescribeOptionGroupOptionsOutput) GoString ¶ added in v0.6.5
func (s DescribeOptionGroupOptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeOptionGroupOptionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsOutput) SetMarker(v string) *DescribeOptionGroupOptionsOutput
SetMarker sets the Marker field's value.
func (*DescribeOptionGroupOptionsOutput) SetOptionGroupOptions ¶ added in v1.5.0
func (s *DescribeOptionGroupOptionsOutput) SetOptionGroupOptions(v []*OptionGroupOption) *DescribeOptionGroupOptionsOutput
SetOptionGroupOptions sets the OptionGroupOptions field's value.
func (DescribeOptionGroupOptionsOutput) String ¶ added in v0.6.5
func (s DescribeOptionGroupOptionsOutput) String() string
String returns the string representation
type DescribeOptionGroupsInput ¶
type DescribeOptionGroupsInput struct { // Filters the list of option groups to only include groups associated with // a specific database engine. EngineName *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // Filters the list of option groups to only include groups associated with // a specific database engine version. If specified, then EngineName must also // be specified. MajorEngineVersion *string `type:"string"` // An optional pagination token provided by a previous DescribeOptionGroups // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The name of the option group to describe. Can't be supplied together with // EngineName or MajorEngineVersion. OptionGroupName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeOptionGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeOptionGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeOptionGroupsInput) SetEngineName ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetEngineName(v string) *DescribeOptionGroupsInput
SetEngineName sets the EngineName field's value.
func (*DescribeOptionGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetFilters(v []*Filter) *DescribeOptionGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeOptionGroupsInput) SetMajorEngineVersion ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetMajorEngineVersion(v string) *DescribeOptionGroupsInput
SetMajorEngineVersion sets the MajorEngineVersion field's value.
func (*DescribeOptionGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetMarker(v string) *DescribeOptionGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeOptionGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetMaxRecords(v int64) *DescribeOptionGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeOptionGroupsInput) SetOptionGroupName ¶ added in v1.5.0
func (s *DescribeOptionGroupsInput) SetOptionGroupName(v string) *DescribeOptionGroupsInput
SetOptionGroupName sets the OptionGroupName field's value.
func (DescribeOptionGroupsInput) String ¶ added in v0.6.5
func (s DescribeOptionGroupsInput) String() string
String returns the string representation
func (*DescribeOptionGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeOptionGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOptionGroupsOutput ¶
type DescribeOptionGroupsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // List of option groups. OptionGroupsList []*OptionGroup `locationNameList:"OptionGroup" type:"list"` // contains filtered or unexported fields }
List of option groups.
func (DescribeOptionGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeOptionGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeOptionGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeOptionGroupsOutput) SetMarker(v string) *DescribeOptionGroupsOutput
SetMarker sets the Marker field's value.
func (*DescribeOptionGroupsOutput) SetOptionGroupsList ¶ added in v1.5.0
func (s *DescribeOptionGroupsOutput) SetOptionGroupsList(v []*OptionGroup) *DescribeOptionGroupsOutput
SetOptionGroupsList sets the OptionGroupsList field's value.
func (DescribeOptionGroupsOutput) String ¶ added in v0.6.5
func (s DescribeOptionGroupsOutput) String() string
String returns the string representation
type DescribeOrderableDBInstanceOptionsInput ¶
type DescribeOrderableDBInstanceOptionsInput struct { // The Availability Zone group associated with a Local Zone. Specify this parameter // to retrieve available offerings for the Local Zones in the group. // // Omit this parameter to show the available offerings in the specified AWS // Region. AvailabilityZoneGroup *string `type:"string"` // The DB instance class filter value. Specify this parameter to show only the // available offerings matching the specified DB instance class. DBInstanceClass *string `type:"string"` // The name of the engine to retrieve DB instance options for. // // Engine is a required field Engine *string `type:"string" required:"true"` // The engine version filter value. Specify this parameter to show only the // available offerings matching the specified engine version. EngineVersion *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // The license model filter value. Specify this parameter to show only the available // offerings matching the specified license model. LicenseModel *string `type:"string"` // An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // A value that indicates whether to show only VPC or non-VPC offerings. Vpc *bool `type:"boolean"` // contains filtered or unexported fields }
func (DescribeOrderableDBInstanceOptionsInput) GoString ¶ added in v0.6.5
func (s DescribeOrderableDBInstanceOptionsInput) GoString() string
GoString returns the string representation
func (*DescribeOrderableDBInstanceOptionsInput) SetAvailabilityZoneGroup ¶ added in v1.30.13
func (s *DescribeOrderableDBInstanceOptionsInput) SetAvailabilityZoneGroup(v string) *DescribeOrderableDBInstanceOptionsInput
SetAvailabilityZoneGroup sets the AvailabilityZoneGroup field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetDBInstanceClass(v string) *DescribeOrderableDBInstanceOptionsInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetEngine ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetEngine(v string) *DescribeOrderableDBInstanceOptionsInput
SetEngine sets the Engine field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetEngineVersion ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetEngineVersion(v string) *DescribeOrderableDBInstanceOptionsInput
SetEngineVersion sets the EngineVersion field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetFilters(v []*Filter) *DescribeOrderableDBInstanceOptionsInput
SetFilters sets the Filters field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetLicenseModel ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetLicenseModel(v string) *DescribeOrderableDBInstanceOptionsInput
SetLicenseModel sets the LicenseModel field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetMarker(v string) *DescribeOrderableDBInstanceOptionsInput
SetMarker sets the Marker field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetMaxRecords(v int64) *DescribeOrderableDBInstanceOptionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeOrderableDBInstanceOptionsInput) SetVpc ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsInput) SetVpc(v bool) *DescribeOrderableDBInstanceOptionsInput
SetVpc sets the Vpc field's value.
func (DescribeOrderableDBInstanceOptionsInput) String ¶ added in v0.6.5
func (s DescribeOrderableDBInstanceOptionsInput) String() string
String returns the string representation
func (*DescribeOrderableDBInstanceOptionsInput) Validate ¶ added in v1.1.21
func (s *DescribeOrderableDBInstanceOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOrderableDBInstanceOptionsOutput ¶
type DescribeOrderableDBInstanceOptionsOutput struct { // An optional pagination token provided by a previous OrderableDBInstanceOptions // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // An OrderableDBInstanceOption structure containing information about orderable // options for the DB instance. OrderableDBInstanceOptions []*OrderableDBInstanceOption `locationNameList:"OrderableDBInstanceOption" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.
func (DescribeOrderableDBInstanceOptionsOutput) GoString ¶ added in v0.6.5
func (s DescribeOrderableDBInstanceOptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeOrderableDBInstanceOptionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsOutput) SetMarker(v string) *DescribeOrderableDBInstanceOptionsOutput
SetMarker sets the Marker field's value.
func (*DescribeOrderableDBInstanceOptionsOutput) SetOrderableDBInstanceOptions ¶ added in v1.5.0
func (s *DescribeOrderableDBInstanceOptionsOutput) SetOrderableDBInstanceOptions(v []*OrderableDBInstanceOption) *DescribeOrderableDBInstanceOptionsOutput
SetOrderableDBInstanceOptions sets the OrderableDBInstanceOptions field's value.
func (DescribeOrderableDBInstanceOptionsOutput) String ¶ added in v0.6.5
func (s DescribeOrderableDBInstanceOptionsOutput) String() string
String returns the string representation
type DescribePendingMaintenanceActionsInput ¶
type DescribePendingMaintenanceActionsInput struct { // A filter that specifies one or more resources to return pending maintenance // actions for. // // Supported filters: // // * db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon // Resource Names (ARNs). The results list will only include pending maintenance // actions for the DB clusters identified by these ARNs. // // * db-instance-id - Accepts DB instance identifiers and DB instance ARNs. // The results list will only include pending maintenance actions for the // DB instances identified by these ARNs. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribePendingMaintenanceActions // request. If this parameter is specified, the response includes only records // beyond the marker, up to a number of records specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The ARN of a resource to return pending maintenance actions for. ResourceIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (DescribePendingMaintenanceActionsInput) GoString ¶ added in v0.6.5
func (s DescribePendingMaintenanceActionsInput) GoString() string
GoString returns the string representation
func (*DescribePendingMaintenanceActionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsInput) SetFilters(v []*Filter) *DescribePendingMaintenanceActionsInput
SetFilters sets the Filters field's value.
func (*DescribePendingMaintenanceActionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsInput) SetMarker(v string) *DescribePendingMaintenanceActionsInput
SetMarker sets the Marker field's value.
func (*DescribePendingMaintenanceActionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsInput) SetMaxRecords(v int64) *DescribePendingMaintenanceActionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribePendingMaintenanceActionsInput) SetResourceIdentifier ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsInput) SetResourceIdentifier(v string) *DescribePendingMaintenanceActionsInput
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (DescribePendingMaintenanceActionsInput) String ¶ added in v0.6.5
func (s DescribePendingMaintenanceActionsInput) String() string
String returns the string representation
func (*DescribePendingMaintenanceActionsInput) Validate ¶ added in v1.1.21
func (s *DescribePendingMaintenanceActionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePendingMaintenanceActionsOutput ¶
type DescribePendingMaintenanceActionsOutput struct { // An optional pagination token provided by a previous DescribePendingMaintenanceActions // request. If this parameter is specified, the response includes only records // beyond the marker, up to a number of records specified by MaxRecords. Marker *string `type:"string"` // A list of the pending maintenance actions for the resource. PendingMaintenanceActions []*ResourcePendingMaintenanceActions `locationNameList:"ResourcePendingMaintenanceActions" type:"list"` // contains filtered or unexported fields }
Data returned from the DescribePendingMaintenanceActions action.
func (DescribePendingMaintenanceActionsOutput) GoString ¶ added in v0.6.5
func (s DescribePendingMaintenanceActionsOutput) GoString() string
GoString returns the string representation
func (*DescribePendingMaintenanceActionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsOutput) SetMarker(v string) *DescribePendingMaintenanceActionsOutput
SetMarker sets the Marker field's value.
func (*DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions ¶ added in v1.5.0
func (s *DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions(v []*ResourcePendingMaintenanceActions) *DescribePendingMaintenanceActionsOutput
SetPendingMaintenanceActions sets the PendingMaintenanceActions field's value.
func (DescribePendingMaintenanceActionsOutput) String ¶ added in v0.6.5
func (s DescribePendingMaintenanceActionsOutput) String() string
String returns the string representation
type DescribeReservedDBInstancesInput ¶
type DescribeReservedDBInstancesInput struct { // The DB instance class filter value. Specify this parameter to show only those // reservations matching the specified DB instances class. DBInstanceClass *string `type:"string"` // The duration filter value, specified in years or seconds. Specify this parameter // to show only reservations for this duration. // // Valid Values: 1 | 3 | 31536000 | 94608000 Duration *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // The lease identifier filter value. Specify this parameter to show only the // reservation that matches the specified lease ID. // // AWS Support might request the lease ID for an issue related to a reserved // DB instance. LeaseId *string `type:"string"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more than the // MaxRecords value is available, a pagination token called a marker is included // in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // A value that indicates whether to show only those reservations that support // Multi-AZ. MultiAZ *bool `type:"boolean"` // The offering type filter value. Specify this parameter to show only the available // offerings matching the specified offering type. // // Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront" OfferingType *string `type:"string"` // The product description filter value. Specify this parameter to show only // those reservations matching the specified product description. ProductDescription *string `type:"string"` // The reserved DB instance identifier filter value. Specify this parameter // to show only the reservation that matches the specified reservation ID. ReservedDBInstanceId *string `type:"string"` // The offering identifier filter value. Specify this parameter to show only // purchased reservations matching the specified offering identifier. ReservedDBInstancesOfferingId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeReservedDBInstancesInput) GoString ¶ added in v0.6.5
func (s DescribeReservedDBInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeReservedDBInstancesInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetDBInstanceClass(v string) *DescribeReservedDBInstancesInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*DescribeReservedDBInstancesInput) SetDuration ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetDuration(v string) *DescribeReservedDBInstancesInput
SetDuration sets the Duration field's value.
func (*DescribeReservedDBInstancesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetFilters(v []*Filter) *DescribeReservedDBInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeReservedDBInstancesInput) SetLeaseId ¶ added in v1.24.3
func (s *DescribeReservedDBInstancesInput) SetLeaseId(v string) *DescribeReservedDBInstancesInput
SetLeaseId sets the LeaseId field's value.
func (*DescribeReservedDBInstancesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetMarker(v string) *DescribeReservedDBInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeReservedDBInstancesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetMaxRecords(v int64) *DescribeReservedDBInstancesInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeReservedDBInstancesInput) SetMultiAZ ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetMultiAZ(v bool) *DescribeReservedDBInstancesInput
SetMultiAZ sets the MultiAZ field's value.
func (*DescribeReservedDBInstancesInput) SetOfferingType ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetOfferingType(v string) *DescribeReservedDBInstancesInput
SetOfferingType sets the OfferingType field's value.
func (*DescribeReservedDBInstancesInput) SetProductDescription ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetProductDescription(v string) *DescribeReservedDBInstancesInput
SetProductDescription sets the ProductDescription field's value.
func (*DescribeReservedDBInstancesInput) SetReservedDBInstanceId ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetReservedDBInstanceId(v string) *DescribeReservedDBInstancesInput
SetReservedDBInstanceId sets the ReservedDBInstanceId field's value.
func (*DescribeReservedDBInstancesInput) SetReservedDBInstancesOfferingId ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesInput) SetReservedDBInstancesOfferingId(v string) *DescribeReservedDBInstancesInput
SetReservedDBInstancesOfferingId sets the ReservedDBInstancesOfferingId field's value.
func (DescribeReservedDBInstancesInput) String ¶ added in v0.6.5
func (s DescribeReservedDBInstancesInput) String() string
String returns the string representation
func (*DescribeReservedDBInstancesInput) Validate ¶ added in v1.1.21
func (s *DescribeReservedDBInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReservedDBInstancesOfferingsInput ¶
type DescribeReservedDBInstancesOfferingsInput struct { // The DB instance class filter value. Specify this parameter to show only the // available offerings matching the specified DB instance class. DBInstanceClass *string `type:"string"` // Duration filter value, specified in years or seconds. Specify this parameter // to show only reservations for this duration. // // Valid Values: 1 | 3 | 31536000 | 94608000 Duration *string `type:"string"` // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more than the // MaxRecords value is available, a pagination token called a marker is included // in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // A value that indicates whether to show only those reservations that support // Multi-AZ. MultiAZ *bool `type:"boolean"` // The offering type filter value. Specify this parameter to show only the available // offerings matching the specified offering type. // // Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront" OfferingType *string `type:"string"` // Product description filter value. Specify this parameter to show only the // available offerings that contain the specified product description. // // The results show offerings that partially match the filter value. ProductDescription *string `type:"string"` // The offering identifier filter value. Specify this parameter to show only // the available offering that matches the specified reservation identifier. // // Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706 ReservedDBInstancesOfferingId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeReservedDBInstancesOfferingsInput) GoString ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOfferingsInput) GoString() string
GoString returns the string representation
func (*DescribeReservedDBInstancesOfferingsInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetDBInstanceClass(v string) *DescribeReservedDBInstancesOfferingsInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetDuration ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetDuration(v string) *DescribeReservedDBInstancesOfferingsInput
SetDuration sets the Duration field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetFilters(v []*Filter) *DescribeReservedDBInstancesOfferingsInput
SetFilters sets the Filters field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetMarker(v string) *DescribeReservedDBInstancesOfferingsInput
SetMarker sets the Marker field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetMaxRecords(v int64) *DescribeReservedDBInstancesOfferingsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetMultiAZ ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetMultiAZ(v bool) *DescribeReservedDBInstancesOfferingsInput
SetMultiAZ sets the MultiAZ field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetOfferingType ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetOfferingType(v string) *DescribeReservedDBInstancesOfferingsInput
SetOfferingType sets the OfferingType field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetProductDescription ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetProductDescription(v string) *DescribeReservedDBInstancesOfferingsInput
SetProductDescription sets the ProductDescription field's value.
func (*DescribeReservedDBInstancesOfferingsInput) SetReservedDBInstancesOfferingId ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsInput) SetReservedDBInstancesOfferingId(v string) *DescribeReservedDBInstancesOfferingsInput
SetReservedDBInstancesOfferingId sets the ReservedDBInstancesOfferingId field's value.
func (DescribeReservedDBInstancesOfferingsInput) String ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOfferingsInput) String() string
String returns the string representation
func (*DescribeReservedDBInstancesOfferingsInput) Validate ¶ added in v1.1.21
func (s *DescribeReservedDBInstancesOfferingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReservedDBInstancesOfferingsOutput ¶
type DescribeReservedDBInstancesOfferingsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A list of reserved DB instance offerings. ReservedDBInstancesOfferings []*ReservedDBInstancesOffering `locationNameList:"ReservedDBInstancesOffering" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.
func (DescribeReservedDBInstancesOfferingsOutput) GoString ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOfferingsOutput) GoString() string
GoString returns the string representation
func (*DescribeReservedDBInstancesOfferingsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsOutput) SetMarker(v string) *DescribeReservedDBInstancesOfferingsOutput
SetMarker sets the Marker field's value.
func (*DescribeReservedDBInstancesOfferingsOutput) SetReservedDBInstancesOfferings ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOfferingsOutput) SetReservedDBInstancesOfferings(v []*ReservedDBInstancesOffering) *DescribeReservedDBInstancesOfferingsOutput
SetReservedDBInstancesOfferings sets the ReservedDBInstancesOfferings field's value.
func (DescribeReservedDBInstancesOfferingsOutput) String ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOfferingsOutput) String() string
String returns the string representation
type DescribeReservedDBInstancesOutput ¶
type DescribeReservedDBInstancesOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A list of reserved DB instances. ReservedDBInstances []*ReservedDBInstance `locationNameList:"ReservedDBInstance" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeReservedDBInstances action.
func (DescribeReservedDBInstancesOutput) GoString ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeReservedDBInstancesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOutput) SetMarker(v string) *DescribeReservedDBInstancesOutput
SetMarker sets the Marker field's value.
func (*DescribeReservedDBInstancesOutput) SetReservedDBInstances ¶ added in v1.5.0
func (s *DescribeReservedDBInstancesOutput) SetReservedDBInstances(v []*ReservedDBInstance) *DescribeReservedDBInstancesOutput
SetReservedDBInstances sets the ReservedDBInstances field's value.
func (DescribeReservedDBInstancesOutput) String ¶ added in v0.6.5
func (s DescribeReservedDBInstancesOutput) String() string
String returns the string representation
type DescribeSourceRegionsInput ¶ added in v1.4.7
type DescribeSourceRegionsInput struct { // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // An optional pagination token provided by a previous DescribeSourceRegions // request. If this parameter is specified, the response includes only records // beyond the marker, up to the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so you can retrieve the remaining results. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The source AWS Region name. For example, us-east-1. // // Constraints: // // * Must specify a valid AWS Region name. RegionName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeSourceRegionsInput) GoString ¶ added in v1.4.7
func (s DescribeSourceRegionsInput) GoString() string
GoString returns the string representation
func (*DescribeSourceRegionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeSourceRegionsInput) SetFilters(v []*Filter) *DescribeSourceRegionsInput
SetFilters sets the Filters field's value.
func (*DescribeSourceRegionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeSourceRegionsInput) SetMarker(v string) *DescribeSourceRegionsInput
SetMarker sets the Marker field's value.
func (*DescribeSourceRegionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeSourceRegionsInput) SetMaxRecords(v int64) *DescribeSourceRegionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeSourceRegionsInput) SetRegionName ¶ added in v1.5.0
func (s *DescribeSourceRegionsInput) SetRegionName(v string) *DescribeSourceRegionsInput
SetRegionName sets the RegionName field's value.
func (DescribeSourceRegionsInput) String ¶ added in v1.4.7
func (s DescribeSourceRegionsInput) String() string
String returns the string representation
func (*DescribeSourceRegionsInput) Validate ¶ added in v1.4.7
func (s *DescribeSourceRegionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeSourceRegionsOutput ¶ added in v1.4.7
type DescribeSourceRegionsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A list of SourceRegion instances that contains each source AWS Region that // the current AWS Region can get a read replica or a DB snapshot from. SourceRegions []*SourceRegion `locationNameList:"SourceRegion" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeSourceRegions action.
func (DescribeSourceRegionsOutput) GoString ¶ added in v1.4.7
func (s DescribeSourceRegionsOutput) GoString() string
GoString returns the string representation
func (*DescribeSourceRegionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeSourceRegionsOutput) SetMarker(v string) *DescribeSourceRegionsOutput
SetMarker sets the Marker field's value.
func (*DescribeSourceRegionsOutput) SetSourceRegions ¶ added in v1.5.0
func (s *DescribeSourceRegionsOutput) SetSourceRegions(v []*SourceRegion) *DescribeSourceRegionsOutput
SetSourceRegions sets the SourceRegions field's value.
func (DescribeSourceRegionsOutput) String ¶ added in v1.4.7
func (s DescribeSourceRegionsOutput) String() string
String returns the string representation
type DescribeValidDBInstanceModificationsInput ¶ added in v1.12.10
type DescribeValidDBInstanceModificationsInput struct { // The customer identifier or the ARN of your DB instance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeValidDBInstanceModificationsInput) GoString ¶ added in v1.12.10
func (s DescribeValidDBInstanceModificationsInput) GoString() string
GoString returns the string representation
func (*DescribeValidDBInstanceModificationsInput) SetDBInstanceIdentifier ¶ added in v1.12.10
func (s *DescribeValidDBInstanceModificationsInput) SetDBInstanceIdentifier(v string) *DescribeValidDBInstanceModificationsInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (DescribeValidDBInstanceModificationsInput) String ¶ added in v1.12.10
func (s DescribeValidDBInstanceModificationsInput) String() string
String returns the string representation
func (*DescribeValidDBInstanceModificationsInput) Validate ¶ added in v1.12.10
func (s *DescribeValidDBInstanceModificationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeValidDBInstanceModificationsOutput ¶ added in v1.12.10
type DescribeValidDBInstanceModificationsOutput struct { // Information about valid modifications that you can make to your DB instance. // Contains the result of a successful call to the DescribeValidDBInstanceModifications // action. You can use this information when you call ModifyDBInstance. ValidDBInstanceModificationsMessage *ValidDBInstanceModificationsMessage `type:"structure"` // contains filtered or unexported fields }
func (DescribeValidDBInstanceModificationsOutput) GoString ¶ added in v1.12.10
func (s DescribeValidDBInstanceModificationsOutput) GoString() string
GoString returns the string representation
func (*DescribeValidDBInstanceModificationsOutput) SetValidDBInstanceModificationsMessage ¶ added in v1.12.10
func (s *DescribeValidDBInstanceModificationsOutput) SetValidDBInstanceModificationsMessage(v *ValidDBInstanceModificationsMessage) *DescribeValidDBInstanceModificationsOutput
SetValidDBInstanceModificationsMessage sets the ValidDBInstanceModificationsMessage field's value.
func (DescribeValidDBInstanceModificationsOutput) String ¶ added in v1.12.10
func (s DescribeValidDBInstanceModificationsOutput) String() string
String returns the string representation
type DomainMembership ¶ added in v1.1.14
type DomainMembership struct { // The identifier of the Active Directory Domain. Domain *string `type:"string"` // The fully qualified domain name of the Active Directory Domain. FQDN *string `type:"string"` // The name of the IAM role to be used when making API calls to the Directory // Service. IAMRoleName *string `type:"string"` // The status of the Active Directory Domain membership for the DB instance // or cluster. Values include joined, pending-join, failed, and so on. Status *string `type:"string"` // contains filtered or unexported fields }
An Active Directory Domain membership record associated with the DB instance or cluster.
func (DomainMembership) GoString ¶ added in v1.1.14
func (s DomainMembership) GoString() string
GoString returns the string representation
func (*DomainMembership) SetDomain ¶ added in v1.5.0
func (s *DomainMembership) SetDomain(v string) *DomainMembership
SetDomain sets the Domain field's value.
func (*DomainMembership) SetFQDN ¶ added in v1.5.0
func (s *DomainMembership) SetFQDN(v string) *DomainMembership
SetFQDN sets the FQDN field's value.
func (*DomainMembership) SetIAMRoleName ¶ added in v1.5.0
func (s *DomainMembership) SetIAMRoleName(v string) *DomainMembership
SetIAMRoleName sets the IAMRoleName field's value.
func (*DomainMembership) SetStatus ¶ added in v1.5.0
func (s *DomainMembership) SetStatus(v string) *DomainMembership
SetStatus sets the Status field's value.
func (DomainMembership) String ¶ added in v1.1.14
func (s DomainMembership) String() string
String returns the string representation
type DoubleRange ¶ added in v1.12.10
type DoubleRange struct { // The minimum value in the range. From *float64 `type:"double"` // The maximum value in the range. To *float64 `type:"double"` // contains filtered or unexported fields }
A range of double values.
func (DoubleRange) GoString ¶ added in v1.12.10
func (s DoubleRange) GoString() string
GoString returns the string representation
func (*DoubleRange) SetFrom ¶ added in v1.12.10
func (s *DoubleRange) SetFrom(v float64) *DoubleRange
SetFrom sets the From field's value.
func (*DoubleRange) SetTo ¶ added in v1.12.10
func (s *DoubleRange) SetTo(v float64) *DoubleRange
SetTo sets the To field's value.
func (DoubleRange) String ¶ added in v1.12.10
func (s DoubleRange) String() string
String returns the string representation
type DownloadDBLogFilePortionInput ¶
type DownloadDBLogFilePortionInput struct { // The customer-assigned name of the DB instance that contains the log files // you want to list. // // Constraints: // // * Must match the identifier of an existing DBInstance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the log file to be downloaded. // // LogFileName is a required field LogFileName *string `type:"string" required:"true"` // The pagination token provided in the previous request or "0". If the Marker // parameter is specified the response includes only records beyond the marker // until the end of the file or up to NumberOfLines. Marker *string `type:"string"` // The number of lines to download. If the number of lines specified results // in a file over 1 MB in size, the file is truncated at 1 MB in size. // // If the NumberOfLines parameter is specified, then the block of lines returned // can be from the beginning or the end of the log file, depending on the value // of the Marker parameter. // // * If neither Marker or NumberOfLines are specified, the entire log file // is returned up to a maximum of 10000 lines, starting with the most recent // log entries first. // // * If NumberOfLines is specified and Marker isn't specified, then the most // recent lines from the end of the log file are returned. // // * If Marker is specified as "0", then the specified number of lines from // the beginning of the log file are returned. // // * You can download the log file in blocks of lines by specifying the size // of the block using the NumberOfLines parameter, and by specifying a value // of "0" for the Marker parameter in your first request. Include the Marker // value returned in the response as the Marker value for the next request, // continuing until the AdditionalDataPending response element returns false. NumberOfLines *int64 `type:"integer"` // contains filtered or unexported fields }
func (DownloadDBLogFilePortionInput) GoString ¶ added in v0.6.5
func (s DownloadDBLogFilePortionInput) GoString() string
GoString returns the string representation
func (*DownloadDBLogFilePortionInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionInput) SetDBInstanceIdentifier(v string) *DownloadDBLogFilePortionInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*DownloadDBLogFilePortionInput) SetLogFileName ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionInput) SetLogFileName(v string) *DownloadDBLogFilePortionInput
SetLogFileName sets the LogFileName field's value.
func (*DownloadDBLogFilePortionInput) SetMarker ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionInput) SetMarker(v string) *DownloadDBLogFilePortionInput
SetMarker sets the Marker field's value.
func (*DownloadDBLogFilePortionInput) SetNumberOfLines ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionInput) SetNumberOfLines(v int64) *DownloadDBLogFilePortionInput
SetNumberOfLines sets the NumberOfLines field's value.
func (DownloadDBLogFilePortionInput) String ¶ added in v0.6.5
func (s DownloadDBLogFilePortionInput) String() string
String returns the string representation
func (*DownloadDBLogFilePortionInput) Validate ¶ added in v1.1.21
func (s *DownloadDBLogFilePortionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DownloadDBLogFilePortionOutput ¶
type DownloadDBLogFilePortionOutput struct { // Boolean value that if true, indicates there is more data to be downloaded. AdditionalDataPending *bool `type:"boolean"` // Entries from the specified log file. LogFileData *string `type:"string"` // A pagination token that can be used in a later DownloadDBLogFilePortion request. Marker *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element to DownloadDBLogFilePortion.
func (DownloadDBLogFilePortionOutput) GoString ¶ added in v0.6.5
func (s DownloadDBLogFilePortionOutput) GoString() string
GoString returns the string representation
func (*DownloadDBLogFilePortionOutput) SetAdditionalDataPending ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionOutput) SetAdditionalDataPending(v bool) *DownloadDBLogFilePortionOutput
SetAdditionalDataPending sets the AdditionalDataPending field's value.
func (*DownloadDBLogFilePortionOutput) SetLogFileData ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionOutput) SetLogFileData(v string) *DownloadDBLogFilePortionOutput
SetLogFileData sets the LogFileData field's value.
func (*DownloadDBLogFilePortionOutput) SetMarker ¶ added in v1.5.0
func (s *DownloadDBLogFilePortionOutput) SetMarker(v string) *DownloadDBLogFilePortionOutput
SetMarker sets the Marker field's value.
func (DownloadDBLogFilePortionOutput) String ¶ added in v0.6.5
func (s DownloadDBLogFilePortionOutput) String() string
String returns the string representation
type EC2SecurityGroup ¶
type EC2SecurityGroup struct { // Specifies the id of the EC2 security group. EC2SecurityGroupId *string `type:"string"` // Specifies the name of the EC2 security group. EC2SecurityGroupName *string `type:"string"` // Specifies the AWS ID of the owner of the EC2 security group specified in // the EC2SecurityGroupName field. EC2SecurityGroupOwnerId *string `type:"string"` // Provides the status of the EC2 security group. Status can be "authorizing", // "authorized", "revoking", and "revoked". Status *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the following actions:
AuthorizeDBSecurityGroupIngress
DescribeDBSecurityGroups
RevokeDBSecurityGroupIngress
func (EC2SecurityGroup) GoString ¶ added in v0.6.5
func (s EC2SecurityGroup) GoString() string
GoString returns the string representation
func (*EC2SecurityGroup) SetEC2SecurityGroupId ¶ added in v1.5.0
func (s *EC2SecurityGroup) SetEC2SecurityGroupId(v string) *EC2SecurityGroup
SetEC2SecurityGroupId sets the EC2SecurityGroupId field's value.
func (*EC2SecurityGroup) SetEC2SecurityGroupName ¶ added in v1.5.0
func (s *EC2SecurityGroup) SetEC2SecurityGroupName(v string) *EC2SecurityGroup
SetEC2SecurityGroupName sets the EC2SecurityGroupName field's value.
func (*EC2SecurityGroup) SetEC2SecurityGroupOwnerId ¶ added in v1.5.0
func (s *EC2SecurityGroup) SetEC2SecurityGroupOwnerId(v string) *EC2SecurityGroup
SetEC2SecurityGroupOwnerId sets the EC2SecurityGroupOwnerId field's value.
func (*EC2SecurityGroup) SetStatus ¶ added in v1.5.0
func (s *EC2SecurityGroup) SetStatus(v string) *EC2SecurityGroup
SetStatus sets the Status field's value.
func (EC2SecurityGroup) String ¶ added in v0.6.5
func (s EC2SecurityGroup) String() string
String returns the string representation
type Endpoint ¶
type Endpoint struct { // Specifies the DNS address of the DB instance. Address *string `type:"string"` // Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. HostedZoneId *string `type:"string"` // Specifies the port that the database engine is listening on. Port *int64 `type:"integer"` // contains filtered or unexported fields }
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see DBClusterEndpoint.
func (*Endpoint) SetAddress ¶ added in v1.5.0
SetAddress sets the Address field's value.
func (*Endpoint) SetHostedZoneId ¶ added in v1.5.0
SetHostedZoneId sets the HostedZoneId field's value.
type EngineDefaults ¶
type EngineDefaults struct { // Specifies the name of the DB parameter group family that the engine default // parameters apply to. DBParameterGroupFamily *string `type:"string"` // An optional pagination token provided by a previous EngineDefaults request. // If this parameter is specified, the response includes only records beyond // the marker, up to the value specified by MaxRecords . Marker *string `type:"string"` // Contains a list of engine default parameters. Parameters []*Parameter `locationNameList:"Parameter" type:"list"` // contains filtered or unexported fields }
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
func (EngineDefaults) GoString ¶ added in v0.6.5
func (s EngineDefaults) GoString() string
GoString returns the string representation
func (*EngineDefaults) SetDBParameterGroupFamily ¶ added in v1.5.0
func (s *EngineDefaults) SetDBParameterGroupFamily(v string) *EngineDefaults
SetDBParameterGroupFamily sets the DBParameterGroupFamily field's value.
func (*EngineDefaults) SetMarker ¶ added in v1.5.0
func (s *EngineDefaults) SetMarker(v string) *EngineDefaults
SetMarker sets the Marker field's value.
func (*EngineDefaults) SetParameters ¶ added in v1.5.0
func (s *EngineDefaults) SetParameters(v []*Parameter) *EngineDefaults
SetParameters sets the Parameters field's value.
func (EngineDefaults) String ¶ added in v0.6.5
func (s EngineDefaults) String() string
String returns the string representation
type Event ¶
type Event struct { // Specifies the date and time of the event. Date *time.Time `type:"timestamp"` // Specifies the category for the event. EventCategories []*string `locationNameList:"EventCategory" type:"list"` // Provides the text of this event. Message *string `type:"string"` // The Amazon Resource Name (ARN) for the event. SourceArn *string `type:"string"` // Provides the identifier for the source of the event. SourceIdentifier *string `type:"string"` // Specifies the source type for this event. SourceType *string `type:"string" enum:"SourceType"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeEvents action.
func (*Event) SetEventCategories ¶ added in v1.5.0
SetEventCategories sets the EventCategories field's value.
func (*Event) SetMessage ¶ added in v1.5.0
SetMessage sets the Message field's value.
func (*Event) SetSourceArn ¶ added in v1.5.0
SetSourceArn sets the SourceArn field's value.
func (*Event) SetSourceIdentifier ¶ added in v1.5.0
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*Event) SetSourceType ¶ added in v1.5.0
SetSourceType sets the SourceType field's value.
type EventCategoriesMap ¶
type EventCategoriesMap struct { // The event categories for the specified source type EventCategories []*string `locationNameList:"EventCategory" type:"list"` // The source type that the returned categories belong to SourceType *string `type:"string"` // contains filtered or unexported fields }
Contains the results of a successful invocation of the DescribeEventCategories operation.
func (EventCategoriesMap) GoString ¶ added in v0.6.5
func (s EventCategoriesMap) GoString() string
GoString returns the string representation
func (*EventCategoriesMap) SetEventCategories ¶ added in v1.5.0
func (s *EventCategoriesMap) SetEventCategories(v []*string) *EventCategoriesMap
SetEventCategories sets the EventCategories field's value.
func (*EventCategoriesMap) SetSourceType ¶ added in v1.5.0
func (s *EventCategoriesMap) SetSourceType(v string) *EventCategoriesMap
SetSourceType sets the SourceType field's value.
func (EventCategoriesMap) String ¶ added in v0.6.5
func (s EventCategoriesMap) String() string
String returns the string representation
type EventSubscription ¶
type EventSubscription struct { // The RDS event notification subscription Id. CustSubscriptionId *string `type:"string"` // The AWS customer account associated with the RDS event notification subscription. CustomerAwsId *string `type:"string"` // A Boolean value indicating if the subscription is enabled. True indicates // the subscription is enabled. Enabled *bool `type:"boolean"` // A list of event categories for the RDS event notification subscription. EventCategoriesList []*string `locationNameList:"EventCategory" type:"list"` // The Amazon Resource Name (ARN) for the event subscription. EventSubscriptionArn *string `type:"string"` // The topic ARN of the RDS event notification subscription. SnsTopicArn *string `type:"string"` // A list of source IDs for the RDS event notification subscription. SourceIdsList []*string `locationNameList:"SourceId" type:"list"` // The source type for the RDS event notification subscription. SourceType *string `type:"string"` // The status of the RDS event notification subscription. // // Constraints: // // Can be one of the following: creating | modifying | deleting | active | no-permission // | topic-not-exist // // The status "no-permission" indicates that RDS no longer has permission to // post to the SNS topic. The status "topic-not-exist" indicates that the topic // was deleted after the subscription was created. Status *string `type:"string"` // The time the RDS event notification subscription was created. SubscriptionCreationTime *string `type:"string"` // contains filtered or unexported fields }
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
func (EventSubscription) GoString ¶ added in v0.6.5
func (s EventSubscription) GoString() string
GoString returns the string representation
func (*EventSubscription) SetCustSubscriptionId ¶ added in v1.5.0
func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription
SetCustSubscriptionId sets the CustSubscriptionId field's value.
func (*EventSubscription) SetCustomerAwsId ¶ added in v1.5.0
func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription
SetCustomerAwsId sets the CustomerAwsId field's value.
func (*EventSubscription) SetEnabled ¶ added in v1.5.0
func (s *EventSubscription) SetEnabled(v bool) *EventSubscription
SetEnabled sets the Enabled field's value.
func (*EventSubscription) SetEventCategoriesList ¶ added in v1.5.0
func (s *EventSubscription) SetEventCategoriesList(v []*string) *EventSubscription
SetEventCategoriesList sets the EventCategoriesList field's value.
func (*EventSubscription) SetEventSubscriptionArn ¶ added in v1.5.0
func (s *EventSubscription) SetEventSubscriptionArn(v string) *EventSubscription
SetEventSubscriptionArn sets the EventSubscriptionArn field's value.
func (*EventSubscription) SetSnsTopicArn ¶ added in v1.5.0
func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*EventSubscription) SetSourceIdsList ¶ added in v1.5.0
func (s *EventSubscription) SetSourceIdsList(v []*string) *EventSubscription
SetSourceIdsList sets the SourceIdsList field's value.
func (*EventSubscription) SetSourceType ¶ added in v1.5.0
func (s *EventSubscription) SetSourceType(v string) *EventSubscription
SetSourceType sets the SourceType field's value.
func (*EventSubscription) SetStatus ¶ added in v1.5.0
func (s *EventSubscription) SetStatus(v string) *EventSubscription
SetStatus sets the Status field's value.
func (*EventSubscription) SetSubscriptionCreationTime ¶ added in v1.5.0
func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription
SetSubscriptionCreationTime sets the SubscriptionCreationTime field's value.
func (EventSubscription) String ¶ added in v0.6.5
func (s EventSubscription) String() string
String returns the string representation
type ExportTask ¶ added in v1.28.8
type ExportTask struct { // The data exported from the snapshot. Valid values are the following: // // * database - Export all the data from a specified database. // // * database.table table-name - Export a table of the snapshot. This format // is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. // // * database.schema schema-name - Export a database schema of the snapshot. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. // // * database.schema.table table-name - Export a table of the database schema. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. ExportOnly []*string `type:"list"` // A unique identifier for the snapshot export task. This ID isn't an identifier // for the Amazon S3 bucket where the snapshot is exported to. ExportTaskIdentifier *string `type:"string"` // The reason the export failed, if it failed. FailureCause *string `type:"string"` // The name of the IAM role that is used to write to Amazon S3 when exporting // a snapshot. IamRoleArn *string `type:"string"` // The key identifier of the AWS KMS customer master key (CMK) that is used // to encrypt the snapshot when it's exported to Amazon S3. The AWS KMS CMK // identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role // used for the snapshot export must have encryption and decryption permissions // to use this AWS KMS CMK. KmsKeyId *string `type:"string"` // The progress of the snapshot export task as a percentage. PercentProgress *int64 `type:"integer"` // The Amazon S3 bucket that the snapshot is exported to. S3Bucket *string `type:"string"` // The Amazon S3 bucket prefix that is the file name and path of the exported // snapshot. S3Prefix *string `type:"string"` // The time that the snapshot was created. SnapshotTime *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3. SourceArn *string `type:"string"` // The progress status of the export task. Status *string `type:"string"` // The time that the snapshot export task completed. TaskEndTime *time.Time `type:"timestamp"` // The time that the snapshot export task started. TaskStartTime *time.Time `type:"timestamp"` // The total amount of data exported, in gigabytes. TotalExtractedDataInGB *int64 `type:"integer"` // A warning about the snapshot export task. WarningMessage *string `type:"string"` // contains filtered or unexported fields }
Contains the details of a snapshot export to Amazon S3.
This data type is used as a response element in the DescribeExportTasks action.
func (ExportTask) GoString ¶ added in v1.28.8
func (s ExportTask) GoString() string
GoString returns the string representation
func (*ExportTask) SetExportOnly ¶ added in v1.28.8
func (s *ExportTask) SetExportOnly(v []*string) *ExportTask
SetExportOnly sets the ExportOnly field's value.
func (*ExportTask) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *ExportTask) SetExportTaskIdentifier(v string) *ExportTask
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (*ExportTask) SetFailureCause ¶ added in v1.28.8
func (s *ExportTask) SetFailureCause(v string) *ExportTask
SetFailureCause sets the FailureCause field's value.
func (*ExportTask) SetIamRoleArn ¶ added in v1.28.8
func (s *ExportTask) SetIamRoleArn(v string) *ExportTask
SetIamRoleArn sets the IamRoleArn field's value.
func (*ExportTask) SetKmsKeyId ¶ added in v1.28.8
func (s *ExportTask) SetKmsKeyId(v string) *ExportTask
SetKmsKeyId sets the KmsKeyId field's value.
func (*ExportTask) SetPercentProgress ¶ added in v1.28.8
func (s *ExportTask) SetPercentProgress(v int64) *ExportTask
SetPercentProgress sets the PercentProgress field's value.
func (*ExportTask) SetS3Bucket ¶ added in v1.28.8
func (s *ExportTask) SetS3Bucket(v string) *ExportTask
SetS3Bucket sets the S3Bucket field's value.
func (*ExportTask) SetS3Prefix ¶ added in v1.28.8
func (s *ExportTask) SetS3Prefix(v string) *ExportTask
SetS3Prefix sets the S3Prefix field's value.
func (*ExportTask) SetSnapshotTime ¶ added in v1.28.8
func (s *ExportTask) SetSnapshotTime(v time.Time) *ExportTask
SetSnapshotTime sets the SnapshotTime field's value.
func (*ExportTask) SetSourceArn ¶ added in v1.28.8
func (s *ExportTask) SetSourceArn(v string) *ExportTask
SetSourceArn sets the SourceArn field's value.
func (*ExportTask) SetStatus ¶ added in v1.28.8
func (s *ExportTask) SetStatus(v string) *ExportTask
SetStatus sets the Status field's value.
func (*ExportTask) SetTaskEndTime ¶ added in v1.28.8
func (s *ExportTask) SetTaskEndTime(v time.Time) *ExportTask
SetTaskEndTime sets the TaskEndTime field's value.
func (*ExportTask) SetTaskStartTime ¶ added in v1.28.8
func (s *ExportTask) SetTaskStartTime(v time.Time) *ExportTask
SetTaskStartTime sets the TaskStartTime field's value.
func (*ExportTask) SetTotalExtractedDataInGB ¶ added in v1.28.8
func (s *ExportTask) SetTotalExtractedDataInGB(v int64) *ExportTask
SetTotalExtractedDataInGB sets the TotalExtractedDataInGB field's value.
func (*ExportTask) SetWarningMessage ¶ added in v1.28.8
func (s *ExportTask) SetWarningMessage(v string) *ExportTask
SetWarningMessage sets the WarningMessage field's value.
func (ExportTask) String ¶ added in v1.28.8
func (s ExportTask) String() string
String returns the string representation
type FailoverDBClusterInput ¶ added in v0.7.1
type FailoverDBClusterInput struct { // A DB cluster identifier to force a failover for. This parameter isn't case-sensitive. // // Constraints: // // * Must match the identifier of an existing DBCluster. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the instance to promote to the primary instance. // // You must specify the instance identifier for an Aurora Replica in the DB // cluster. For example, mydbcluster-replica1. TargetDBInstanceIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (FailoverDBClusterInput) GoString ¶ added in v0.7.1
func (s FailoverDBClusterInput) GoString() string
GoString returns the string representation
func (*FailoverDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *FailoverDBClusterInput) SetDBClusterIdentifier(v string) *FailoverDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*FailoverDBClusterInput) SetTargetDBInstanceIdentifier ¶ added in v1.5.0
func (s *FailoverDBClusterInput) SetTargetDBInstanceIdentifier(v string) *FailoverDBClusterInput
SetTargetDBInstanceIdentifier sets the TargetDBInstanceIdentifier field's value.
func (FailoverDBClusterInput) String ¶ added in v0.7.1
func (s FailoverDBClusterInput) String() string
String returns the string representation
func (*FailoverDBClusterInput) Validate ¶ added in v1.15.85
func (s *FailoverDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FailoverDBClusterOutput ¶ added in v0.7.1
type FailoverDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (FailoverDBClusterOutput) GoString ¶ added in v0.7.1
func (s FailoverDBClusterOutput) GoString() string
GoString returns the string representation
func (*FailoverDBClusterOutput) SetDBCluster ¶ added in v1.5.0
func (s *FailoverDBClusterOutput) SetDBCluster(v *DBCluster) *FailoverDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (FailoverDBClusterOutput) String ¶ added in v0.7.1
func (s FailoverDBClusterOutput) String() string
String returns the string representation
type Filter ¶
type Filter struct { // The name of the filter. Filter names are case-sensitive. // // Name is a required field Name *string `type:"string" required:"true"` // One or more filter values. Filter values are case-sensitive. // // Values is a required field Values []*string `locationNameList:"Value" type:"list" required:"true"` // contains filtered or unexported fields }
A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.
Currently, wildcards are not supported in filters.
The following actions can be filtered:
DescribeDBClusterBacktracks
DescribeDBClusterEndpoints
DescribeDBClusters
DescribeDBInstances
DescribePendingMaintenanceActions
type GlobalCluster ¶ added in v1.15.85
type GlobalCluster struct { // The default database name within the new global database cluster. DatabaseName *string `type:"string"` // The deletion protection setting for the new global database cluster. DeletionProtection *bool `type:"boolean"` // The Aurora database engine used by the global database cluster. Engine *string `type:"string"` // Indicates the database engine version. EngineVersion *string `type:"string"` // The Amazon Resource Name (ARN) for the global database cluster. GlobalClusterArn *string `type:"string"` // Contains a user-supplied global database cluster identifier. This identifier // is the unique key that identifies a global database cluster. GlobalClusterIdentifier *string `type:"string"` // The list of cluster IDs for secondary clusters within the global database // cluster. Currently limited to 1 item. GlobalClusterMembers []*GlobalClusterMember `locationNameList:"GlobalClusterMember" type:"list"` // The AWS Region-unique, immutable identifier for the global database cluster. // This identifier is found in AWS CloudTrail log entries whenever the AWS KMS // customer master key (CMK) for the DB cluster is accessed. GlobalClusterResourceId *string `type:"string"` // Specifies the current state of this global database cluster. Status *string `type:"string"` // The storage encryption setting for the global database cluster. StorageEncrypted *bool `type:"boolean"` // contains filtered or unexported fields }
A data type representing an Aurora global database.
func (GlobalCluster) GoString ¶ added in v1.15.85
func (s GlobalCluster) GoString() string
GoString returns the string representation
func (*GlobalCluster) SetDatabaseName ¶ added in v1.15.85
func (s *GlobalCluster) SetDatabaseName(v string) *GlobalCluster
SetDatabaseName sets the DatabaseName field's value.
func (*GlobalCluster) SetDeletionProtection ¶ added in v1.15.85
func (s *GlobalCluster) SetDeletionProtection(v bool) *GlobalCluster
SetDeletionProtection sets the DeletionProtection field's value.
func (*GlobalCluster) SetEngine ¶ added in v1.15.85
func (s *GlobalCluster) SetEngine(v string) *GlobalCluster
SetEngine sets the Engine field's value.
func (*GlobalCluster) SetEngineVersion ¶ added in v1.15.85
func (s *GlobalCluster) SetEngineVersion(v string) *GlobalCluster
SetEngineVersion sets the EngineVersion field's value.
func (*GlobalCluster) SetGlobalClusterArn ¶ added in v1.15.85
func (s *GlobalCluster) SetGlobalClusterArn(v string) *GlobalCluster
SetGlobalClusterArn sets the GlobalClusterArn field's value.
func (*GlobalCluster) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *GlobalCluster) SetGlobalClusterIdentifier(v string) *GlobalCluster
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (*GlobalCluster) SetGlobalClusterMembers ¶ added in v1.15.85
func (s *GlobalCluster) SetGlobalClusterMembers(v []*GlobalClusterMember) *GlobalCluster
SetGlobalClusterMembers sets the GlobalClusterMembers field's value.
func (*GlobalCluster) SetGlobalClusterResourceId ¶ added in v1.15.85
func (s *GlobalCluster) SetGlobalClusterResourceId(v string) *GlobalCluster
SetGlobalClusterResourceId sets the GlobalClusterResourceId field's value.
func (*GlobalCluster) SetStatus ¶ added in v1.15.85
func (s *GlobalCluster) SetStatus(v string) *GlobalCluster
SetStatus sets the Status field's value.
func (*GlobalCluster) SetStorageEncrypted ¶ added in v1.15.85
func (s *GlobalCluster) SetStorageEncrypted(v bool) *GlobalCluster
SetStorageEncrypted sets the StorageEncrypted field's value.
func (GlobalCluster) String ¶ added in v1.15.85
func (s GlobalCluster) String() string
String returns the string representation
type GlobalClusterMember ¶ added in v1.15.85
type GlobalClusterMember struct { // The Amazon Resource Name (ARN) for each Aurora cluster. DBClusterArn *string `type:"string"` // Specifies whether a secondary cluster in an Aurora global database has write // forwarding enabled, not enabled, or is in the process of enabling it. GlobalWriteForwardingStatus *string `type:"string" enum:"WriteForwardingStatus"` // Specifies whether the Aurora cluster is the primary cluster (that is, has // read-write capability) for the Aurora global database with which it is associated. IsWriter *bool `type:"boolean"` // The Amazon Resource Name (ARN) for each read-only secondary cluster associated // with the Aurora global database. Readers []*string `type:"list"` // contains filtered or unexported fields }
A data structure with information about any primary and secondary clusters associated with an Aurora global database.
func (GlobalClusterMember) GoString ¶ added in v1.15.85
func (s GlobalClusterMember) GoString() string
GoString returns the string representation
func (*GlobalClusterMember) SetDBClusterArn ¶ added in v1.15.85
func (s *GlobalClusterMember) SetDBClusterArn(v string) *GlobalClusterMember
SetDBClusterArn sets the DBClusterArn field's value.
func (*GlobalClusterMember) SetGlobalWriteForwardingStatus ¶ added in v1.32.5
func (s *GlobalClusterMember) SetGlobalWriteForwardingStatus(v string) *GlobalClusterMember
SetGlobalWriteForwardingStatus sets the GlobalWriteForwardingStatus field's value.
func (*GlobalClusterMember) SetIsWriter ¶ added in v1.15.85
func (s *GlobalClusterMember) SetIsWriter(v bool) *GlobalClusterMember
SetIsWriter sets the IsWriter field's value.
func (*GlobalClusterMember) SetReaders ¶ added in v1.15.85
func (s *GlobalClusterMember) SetReaders(v []*string) *GlobalClusterMember
SetReaders sets the Readers field's value.
func (GlobalClusterMember) String ¶ added in v1.15.85
func (s GlobalClusterMember) String() string
String returns the string representation
type IPRange ¶
type IPRange struct { // Specifies the IP range. CIDRIP *string `type:"string"` // Specifies the status of the IP range. Status can be "authorizing", "authorized", // "revoking", and "revoked". Status *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeDBSecurityGroups action.
type ImportInstallationMediaInput ¶ added in v1.25.15
type ImportInstallationMediaInput struct { // The identifier of the custom Availability Zone (AZ) to import the installation // media to. // // CustomAvailabilityZoneId is a required field CustomAvailabilityZoneId *string `type:"string" required:"true"` // The name of the database engine to be used for this instance. // // The list only includes supported DB engines that require an on-premises customer // provided license. // // Valid Values: // // * sqlserver-ee // // * sqlserver-se // // * sqlserver-ex // // * sqlserver-web // // Engine is a required field Engine *string `type:"string" required:"true"` // The path to the installation medium for the specified DB engine. // // Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso // // EngineInstallationMediaPath is a required field EngineInstallationMediaPath *string `type:"string" required:"true"` // The version number of the database engine to use. // // For a list of valid engine versions, call DescribeDBEngineVersions. // // The following are the database engines and links to information about the // major and minor versions. The list only includes DB engines that require // an on-premises customer provided license. // // Microsoft SQL Server // // See Microsoft SQL Server Versions on Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) // in the Amazon RDS User Guide. // // EngineVersion is a required field EngineVersion *string `type:"string" required:"true"` // The path to the installation medium for the operating system associated with // the specified DB engine. // // Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso // // OSInstallationMediaPath is a required field OSInstallationMediaPath *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ImportInstallationMediaInput) GoString ¶ added in v1.25.15
func (s ImportInstallationMediaInput) GoString() string
GoString returns the string representation
func (*ImportInstallationMediaInput) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) SetCustomAvailabilityZoneId(v string) *ImportInstallationMediaInput
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*ImportInstallationMediaInput) SetEngine ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) SetEngine(v string) *ImportInstallationMediaInput
SetEngine sets the Engine field's value.
func (*ImportInstallationMediaInput) SetEngineInstallationMediaPath ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) SetEngineInstallationMediaPath(v string) *ImportInstallationMediaInput
SetEngineInstallationMediaPath sets the EngineInstallationMediaPath field's value.
func (*ImportInstallationMediaInput) SetEngineVersion ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) SetEngineVersion(v string) *ImportInstallationMediaInput
SetEngineVersion sets the EngineVersion field's value.
func (*ImportInstallationMediaInput) SetOSInstallationMediaPath ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) SetOSInstallationMediaPath(v string) *ImportInstallationMediaInput
SetOSInstallationMediaPath sets the OSInstallationMediaPath field's value.
func (ImportInstallationMediaInput) String ¶ added in v1.25.15
func (s ImportInstallationMediaInput) String() string
String returns the string representation
func (*ImportInstallationMediaInput) Validate ¶ added in v1.25.15
func (s *ImportInstallationMediaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportInstallationMediaOutput ¶ added in v1.25.15
type ImportInstallationMediaOutput struct { // The custom Availability Zone (AZ) that contains the installation media. CustomAvailabilityZoneId *string `type:"string"` // The DB engine. Engine *string `type:"string"` // The path to the installation medium for the DB engine. EngineInstallationMediaPath *string `type:"string"` // The engine version of the DB engine. EngineVersion *string `type:"string"` // If an installation media failure occurred, the cause of the failure. FailureCause *InstallationMediaFailureCause `type:"structure"` // The installation medium ID. InstallationMediaId *string `type:"string"` // The path to the installation medium for the operating system associated with // the DB engine. OSInstallationMediaPath *string `type:"string"` // The status of the installation medium. Status *string `type:"string"` // contains filtered or unexported fields }
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
func (ImportInstallationMediaOutput) GoString ¶ added in v1.25.15
func (s ImportInstallationMediaOutput) GoString() string
GoString returns the string representation
func (*ImportInstallationMediaOutput) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetCustomAvailabilityZoneId(v string) *ImportInstallationMediaOutput
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*ImportInstallationMediaOutput) SetEngine ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetEngine(v string) *ImportInstallationMediaOutput
SetEngine sets the Engine field's value.
func (*ImportInstallationMediaOutput) SetEngineInstallationMediaPath ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetEngineInstallationMediaPath(v string) *ImportInstallationMediaOutput
SetEngineInstallationMediaPath sets the EngineInstallationMediaPath field's value.
func (*ImportInstallationMediaOutput) SetEngineVersion ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetEngineVersion(v string) *ImportInstallationMediaOutput
SetEngineVersion sets the EngineVersion field's value.
func (*ImportInstallationMediaOutput) SetFailureCause ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetFailureCause(v *InstallationMediaFailureCause) *ImportInstallationMediaOutput
SetFailureCause sets the FailureCause field's value.
func (*ImportInstallationMediaOutput) SetInstallationMediaId ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetInstallationMediaId(v string) *ImportInstallationMediaOutput
SetInstallationMediaId sets the InstallationMediaId field's value.
func (*ImportInstallationMediaOutput) SetOSInstallationMediaPath ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetOSInstallationMediaPath(v string) *ImportInstallationMediaOutput
SetOSInstallationMediaPath sets the OSInstallationMediaPath field's value.
func (*ImportInstallationMediaOutput) SetStatus ¶ added in v1.25.15
func (s *ImportInstallationMediaOutput) SetStatus(v string) *ImportInstallationMediaOutput
SetStatus sets the Status field's value.
func (ImportInstallationMediaOutput) String ¶ added in v1.25.15
func (s ImportInstallationMediaOutput) String() string
String returns the string representation
type InstallationMedia ¶ added in v1.25.15
type InstallationMedia struct { // The custom Availability Zone (AZ) that contains the installation media. CustomAvailabilityZoneId *string `type:"string"` // The DB engine. Engine *string `type:"string"` // The path to the installation medium for the DB engine. EngineInstallationMediaPath *string `type:"string"` // The engine version of the DB engine. EngineVersion *string `type:"string"` // If an installation media failure occurred, the cause of the failure. FailureCause *InstallationMediaFailureCause `type:"structure"` // The installation medium ID. InstallationMediaId *string `type:"string"` // The path to the installation medium for the operating system associated with // the DB engine. OSInstallationMediaPath *string `type:"string"` // The status of the installation medium. Status *string `type:"string"` // contains filtered or unexported fields }
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
func (InstallationMedia) GoString ¶ added in v1.25.15
func (s InstallationMedia) GoString() string
GoString returns the string representation
func (*InstallationMedia) SetCustomAvailabilityZoneId ¶ added in v1.25.15
func (s *InstallationMedia) SetCustomAvailabilityZoneId(v string) *InstallationMedia
SetCustomAvailabilityZoneId sets the CustomAvailabilityZoneId field's value.
func (*InstallationMedia) SetEngine ¶ added in v1.25.15
func (s *InstallationMedia) SetEngine(v string) *InstallationMedia
SetEngine sets the Engine field's value.
func (*InstallationMedia) SetEngineInstallationMediaPath ¶ added in v1.25.15
func (s *InstallationMedia) SetEngineInstallationMediaPath(v string) *InstallationMedia
SetEngineInstallationMediaPath sets the EngineInstallationMediaPath field's value.
func (*InstallationMedia) SetEngineVersion ¶ added in v1.25.15
func (s *InstallationMedia) SetEngineVersion(v string) *InstallationMedia
SetEngineVersion sets the EngineVersion field's value.
func (*InstallationMedia) SetFailureCause ¶ added in v1.25.15
func (s *InstallationMedia) SetFailureCause(v *InstallationMediaFailureCause) *InstallationMedia
SetFailureCause sets the FailureCause field's value.
func (*InstallationMedia) SetInstallationMediaId ¶ added in v1.25.15
func (s *InstallationMedia) SetInstallationMediaId(v string) *InstallationMedia
SetInstallationMediaId sets the InstallationMediaId field's value.
func (*InstallationMedia) SetOSInstallationMediaPath ¶ added in v1.25.15
func (s *InstallationMedia) SetOSInstallationMediaPath(v string) *InstallationMedia
SetOSInstallationMediaPath sets the OSInstallationMediaPath field's value.
func (*InstallationMedia) SetStatus ¶ added in v1.25.15
func (s *InstallationMedia) SetStatus(v string) *InstallationMedia
SetStatus sets the Status field's value.
func (InstallationMedia) String ¶ added in v1.25.15
func (s InstallationMedia) String() string
String returns the string representation
type InstallationMediaFailureCause ¶ added in v1.25.15
type InstallationMediaFailureCause struct { // The reason that an installation media import failed. Message *string `type:"string"` // contains filtered or unexported fields }
Contains the cause of an installation media failure. Installation media is used for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
func (InstallationMediaFailureCause) GoString ¶ added in v1.25.15
func (s InstallationMediaFailureCause) GoString() string
GoString returns the string representation
func (*InstallationMediaFailureCause) SetMessage ¶ added in v1.25.15
func (s *InstallationMediaFailureCause) SetMessage(v string) *InstallationMediaFailureCause
SetMessage sets the Message field's value.
func (InstallationMediaFailureCause) String ¶ added in v1.25.15
func (s InstallationMediaFailureCause) String() string
String returns the string representation
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // This parameter isn't currently supported. Filters []*Filter `locationNameList:"Filter" type:"list"` // The Amazon RDS resource with tags to be listed. This value is an Amazon Resource // Name (ARN). For information about creating an ARN, see Constructing an ARN // for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon RDS User Guide. // // ResourceName is a required field ResourceName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v0.6.5
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetFilters ¶ added in v1.5.0
func (s *ListTagsForResourceInput) SetFilters(v []*Filter) *ListTagsForResourceInput
SetFilters sets the Filters field's value.
func (*ListTagsForResourceInput) SetResourceName ¶ added in v1.5.0
func (s *ListTagsForResourceInput) SetResourceName(v string) *ListTagsForResourceInput
SetResourceName sets the ResourceName field's value.
func (ListTagsForResourceInput) String ¶ added in v0.6.5
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶ added in v1.1.21
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // List of tags returned by the ListTagsForResource operation. TagList []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v0.6.5
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetTagList ¶ added in v1.5.0
func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput
SetTagList sets the TagList field's value.
func (ListTagsForResourceOutput) String ¶ added in v0.6.5
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type MinimumEngineVersionPerAllowedValue ¶ added in v1.15.41
type MinimumEngineVersionPerAllowedValue struct { // The allowed value for an option setting. AllowedValue *string `type:"string"` // The minimum DB engine version required for the allowed value. MinimumEngineVersion *string `type:"string"` // contains filtered or unexported fields }
The minimum DB engine version required for each corresponding allowed value for an option setting.
func (MinimumEngineVersionPerAllowedValue) GoString ¶ added in v1.15.41
func (s MinimumEngineVersionPerAllowedValue) GoString() string
GoString returns the string representation
func (*MinimumEngineVersionPerAllowedValue) SetAllowedValue ¶ added in v1.15.41
func (s *MinimumEngineVersionPerAllowedValue) SetAllowedValue(v string) *MinimumEngineVersionPerAllowedValue
SetAllowedValue sets the AllowedValue field's value.
func (*MinimumEngineVersionPerAllowedValue) SetMinimumEngineVersion ¶ added in v1.15.41
func (s *MinimumEngineVersionPerAllowedValue) SetMinimumEngineVersion(v string) *MinimumEngineVersionPerAllowedValue
SetMinimumEngineVersion sets the MinimumEngineVersion field's value.
func (MinimumEngineVersionPerAllowedValue) String ¶ added in v1.15.41
func (s MinimumEngineVersionPerAllowedValue) String() string
String returns the string representation
type ModifyCertificatesInput ¶ added in v1.28.0
type ModifyCertificatesInput struct { // The new default certificate identifier to override the current one with. // // To determine the valid values, use the describe-certificates AWS CLI command // or the DescribeCertificates API operation. CertificateIdentifier *string `type:"string"` // A value that indicates whether to remove the override for the default certificate. // If the override is removed, the default certificate is the system default. RemoveCustomerOverride *bool `type:"boolean"` // contains filtered or unexported fields }
func (ModifyCertificatesInput) GoString ¶ added in v1.28.0
func (s ModifyCertificatesInput) GoString() string
GoString returns the string representation
func (*ModifyCertificatesInput) SetCertificateIdentifier ¶ added in v1.28.0
func (s *ModifyCertificatesInput) SetCertificateIdentifier(v string) *ModifyCertificatesInput
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*ModifyCertificatesInput) SetRemoveCustomerOverride ¶ added in v1.28.0
func (s *ModifyCertificatesInput) SetRemoveCustomerOverride(v bool) *ModifyCertificatesInput
SetRemoveCustomerOverride sets the RemoveCustomerOverride field's value.
func (ModifyCertificatesInput) String ¶ added in v1.28.0
func (s ModifyCertificatesInput) String() string
String returns the string representation
type ModifyCertificatesOutput ¶ added in v1.28.0
type ModifyCertificatesOutput struct { // A CA certificate for an AWS account. Certificate *Certificate `type:"structure"` // contains filtered or unexported fields }
func (ModifyCertificatesOutput) GoString ¶ added in v1.28.0
func (s ModifyCertificatesOutput) GoString() string
GoString returns the string representation
func (*ModifyCertificatesOutput) SetCertificate ¶ added in v1.28.0
func (s *ModifyCertificatesOutput) SetCertificate(v *Certificate) *ModifyCertificatesOutput
SetCertificate sets the Certificate field's value.
func (ModifyCertificatesOutput) String ¶ added in v1.28.0
func (s ModifyCertificatesOutput) String() string
String returns the string representation
type ModifyCurrentDBClusterCapacityInput ¶ added in v1.15.9
type ModifyCurrentDBClusterCapacityInput struct { // The DB cluster capacity. // // When you change the capacity of a paused Aurora Serverless DB cluster, it // automatically resumes. // // Constraints: // // * For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, // 128, and 256. // // * For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, // 192, and 384. Capacity *int64 `type:"integer"` // The DB cluster identifier for the cluster being modified. This parameter // isn't case-sensitive. // // Constraints: // // * Must match the identifier of an existing DB cluster. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The amount of time, in seconds, that Aurora Serverless tries to find a scaling // point to perform seamless scaling before enforcing the timeout action. The // default is 300. // // * Value must be from 10 through 600. SecondsBeforeTimeout *int64 `type:"integer"` // The action to take when the timeout is reached, either ForceApplyCapacityChange // or RollbackCapacityChange. // // ForceApplyCapacityChange, the default, sets the capacity to the specified // value as soon as possible. // // RollbackCapacityChange ignores the capacity change if a scaling point isn't // found in the timeout period. TimeoutAction *string `type:"string"` // contains filtered or unexported fields }
func (ModifyCurrentDBClusterCapacityInput) GoString ¶ added in v1.15.9
func (s ModifyCurrentDBClusterCapacityInput) GoString() string
GoString returns the string representation
func (*ModifyCurrentDBClusterCapacityInput) SetCapacity ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityInput) SetCapacity(v int64) *ModifyCurrentDBClusterCapacityInput
SetCapacity sets the Capacity field's value.
func (*ModifyCurrentDBClusterCapacityInput) SetDBClusterIdentifier ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityInput) SetDBClusterIdentifier(v string) *ModifyCurrentDBClusterCapacityInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*ModifyCurrentDBClusterCapacityInput) SetSecondsBeforeTimeout ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityInput) SetSecondsBeforeTimeout(v int64) *ModifyCurrentDBClusterCapacityInput
SetSecondsBeforeTimeout sets the SecondsBeforeTimeout field's value.
func (*ModifyCurrentDBClusterCapacityInput) SetTimeoutAction ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityInput) SetTimeoutAction(v string) *ModifyCurrentDBClusterCapacityInput
SetTimeoutAction sets the TimeoutAction field's value.
func (ModifyCurrentDBClusterCapacityInput) String ¶ added in v1.15.9
func (s ModifyCurrentDBClusterCapacityInput) String() string
String returns the string representation
func (*ModifyCurrentDBClusterCapacityInput) Validate ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyCurrentDBClusterCapacityOutput ¶ added in v1.15.9
type ModifyCurrentDBClusterCapacityOutput struct { // The current capacity of the DB cluster. CurrentCapacity *int64 `type:"integer"` // A user-supplied DB cluster identifier. This identifier is the unique key // that identifies a DB cluster. DBClusterIdentifier *string `type:"string"` // A value that specifies the capacity that the DB cluster scales to next. PendingCapacity *int64 `type:"integer"` // The number of seconds before a call to ModifyCurrentDBClusterCapacity times // out. SecondsBeforeTimeout *int64 `type:"integer"` // The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange // or RollbackCapacityChange. TimeoutAction *string `type:"string"` // contains filtered or unexported fields }
func (ModifyCurrentDBClusterCapacityOutput) GoString ¶ added in v1.15.9
func (s ModifyCurrentDBClusterCapacityOutput) GoString() string
GoString returns the string representation
func (*ModifyCurrentDBClusterCapacityOutput) SetCurrentCapacity ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityOutput) SetCurrentCapacity(v int64) *ModifyCurrentDBClusterCapacityOutput
SetCurrentCapacity sets the CurrentCapacity field's value.
func (*ModifyCurrentDBClusterCapacityOutput) SetDBClusterIdentifier ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityOutput) SetDBClusterIdentifier(v string) *ModifyCurrentDBClusterCapacityOutput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*ModifyCurrentDBClusterCapacityOutput) SetPendingCapacity ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityOutput) SetPendingCapacity(v int64) *ModifyCurrentDBClusterCapacityOutput
SetPendingCapacity sets the PendingCapacity field's value.
func (*ModifyCurrentDBClusterCapacityOutput) SetSecondsBeforeTimeout ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityOutput) SetSecondsBeforeTimeout(v int64) *ModifyCurrentDBClusterCapacityOutput
SetSecondsBeforeTimeout sets the SecondsBeforeTimeout field's value.
func (*ModifyCurrentDBClusterCapacityOutput) SetTimeoutAction ¶ added in v1.15.9
func (s *ModifyCurrentDBClusterCapacityOutput) SetTimeoutAction(v string) *ModifyCurrentDBClusterCapacityOutput
SetTimeoutAction sets the TimeoutAction field's value.
func (ModifyCurrentDBClusterCapacityOutput) String ¶ added in v1.15.9
func (s ModifyCurrentDBClusterCapacityOutput) String() string
String returns the string representation
type ModifyDBClusterEndpointInput ¶ added in v1.15.74
type ModifyDBClusterEndpointInput struct { // The identifier of the endpoint to modify. This parameter is stored as a lowercase // string. // // DBClusterEndpointIdentifier is a required field DBClusterEndpointIdentifier *string `type:"string" required:"true"` // The type of the endpoint. One of: READER, WRITER, ANY. EndpointType *string `type:"string"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // contains filtered or unexported fields }
func (ModifyDBClusterEndpointInput) GoString ¶ added in v1.15.74
func (s ModifyDBClusterEndpointInput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterEndpointInput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointInput) SetDBClusterEndpointIdentifier(v string) *ModifyDBClusterEndpointInput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*ModifyDBClusterEndpointInput) SetEndpointType ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointInput) SetEndpointType(v string) *ModifyDBClusterEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*ModifyDBClusterEndpointInput) SetExcludedMembers ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointInput) SetExcludedMembers(v []*string) *ModifyDBClusterEndpointInput
SetExcludedMembers sets the ExcludedMembers field's value.
func (*ModifyDBClusterEndpointInput) SetStaticMembers ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointInput) SetStaticMembers(v []*string) *ModifyDBClusterEndpointInput
SetStaticMembers sets the StaticMembers field's value.
func (ModifyDBClusterEndpointInput) String ¶ added in v1.15.74
func (s ModifyDBClusterEndpointInput) String() string
String returns the string representation
func (*ModifyDBClusterEndpointInput) Validate ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBClusterEndpointOutput ¶ added in v1.15.74
type ModifyDBClusterEndpointOutput struct { // The type associated with a custom endpoint. One of: READER, WRITER, ANY. CustomEndpointType *string `type:"string"` // The Amazon Resource Name (ARN) for the endpoint. DBClusterEndpointArn *string `type:"string"` // The identifier associated with the endpoint. This parameter is stored as // a lowercase string. DBClusterEndpointIdentifier *string `type:"string"` // A unique system-generated identifier for an endpoint. It remains the same // for the whole life of the endpoint. DBClusterEndpointResourceIdentifier *string `type:"string"` // The DB cluster identifier of the DB cluster associated with the endpoint. // This parameter is stored as a lowercase string. DBClusterIdentifier *string `type:"string"` // The DNS address of the endpoint. Endpoint *string `type:"string"` // The type of the endpoint. One of: READER, WRITER, CUSTOM. EndpointType *string `type:"string"` // List of DB instance identifiers that aren't part of the custom endpoint group. // All other eligible instances are reachable through the custom endpoint. Only // relevant if the list of static members is empty. ExcludedMembers []*string `type:"list"` // List of DB instance identifiers that are part of the custom endpoint group. StaticMembers []*string `type:"list"` // The current status of the endpoint. One of: creating, available, deleting, // inactive, modifying. The inactive state applies to an endpoint that can't // be used for a certain kind of cluster, such as a writer endpoint for a read-only // secondary cluster in a global database. Status *string `type:"string"` // contains filtered or unexported fields }
This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:
CreateDBClusterEndpoint
DescribeDBClusterEndpoints
ModifyDBClusterEndpoint
DeleteDBClusterEndpoint
For the data structure that represents Amazon RDS DB instance endpoints, see Endpoint.
func (ModifyDBClusterEndpointOutput) GoString ¶ added in v1.15.74
func (s ModifyDBClusterEndpointOutput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterEndpointOutput) SetCustomEndpointType ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetCustomEndpointType(v string) *ModifyDBClusterEndpointOutput
SetCustomEndpointType sets the CustomEndpointType field's value.
func (*ModifyDBClusterEndpointOutput) SetDBClusterEndpointArn ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointArn(v string) *ModifyDBClusterEndpointOutput
SetDBClusterEndpointArn sets the DBClusterEndpointArn field's value.
func (*ModifyDBClusterEndpointOutput) SetDBClusterEndpointIdentifier ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointIdentifier(v string) *ModifyDBClusterEndpointOutput
SetDBClusterEndpointIdentifier sets the DBClusterEndpointIdentifier field's value.
func (*ModifyDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetDBClusterEndpointResourceIdentifier(v string) *ModifyDBClusterEndpointOutput
SetDBClusterEndpointResourceIdentifier sets the DBClusterEndpointResourceIdentifier field's value.
func (*ModifyDBClusterEndpointOutput) SetDBClusterIdentifier ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetDBClusterIdentifier(v string) *ModifyDBClusterEndpointOutput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*ModifyDBClusterEndpointOutput) SetEndpoint ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetEndpoint(v string) *ModifyDBClusterEndpointOutput
SetEndpoint sets the Endpoint field's value.
func (*ModifyDBClusterEndpointOutput) SetEndpointType ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetEndpointType(v string) *ModifyDBClusterEndpointOutput
SetEndpointType sets the EndpointType field's value.
func (*ModifyDBClusterEndpointOutput) SetExcludedMembers ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetExcludedMembers(v []*string) *ModifyDBClusterEndpointOutput
SetExcludedMembers sets the ExcludedMembers field's value.
func (*ModifyDBClusterEndpointOutput) SetStaticMembers ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetStaticMembers(v []*string) *ModifyDBClusterEndpointOutput
SetStaticMembers sets the StaticMembers field's value.
func (*ModifyDBClusterEndpointOutput) SetStatus ¶ added in v1.15.74
func (s *ModifyDBClusterEndpointOutput) SetStatus(v string) *ModifyDBClusterEndpointOutput
SetStatus sets the Status field's value.
func (ModifyDBClusterEndpointOutput) String ¶ added in v1.15.74
func (s ModifyDBClusterEndpointOutput) String() string
String returns the string representation
type ModifyDBClusterInput ¶ added in v0.7.1
type ModifyDBClusterInput struct { // A value that indicates whether major version upgrades are allowed. // // Constraints: You must allow major version upgrades when specifying a value // for the EngineVersion parameter that is a different major version than the // DB cluster's current version. AllowMajorVersionUpgrade *bool `type:"boolean"` // A value that indicates whether the modifications in this request and any // pending modifications are asynchronously applied as soon as possible, regardless // of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter // is disabled, changes to the DB cluster are applied during the next maintenance // window. // // The ApplyImmediately parameter only affects the EnableIAMDatabaseAuthentication, // MasterUserPassword, and NewDBClusterIdentifier values. If the ApplyImmediately // parameter is disabled, then changes to the EnableIAMDatabaseAuthentication, // MasterUserPassword, and NewDBClusterIdentifier values are applied during // the next maintenance window. All other changes are applied immediately, regardless // of the value of the ApplyImmediately parameter. // // By default, this parameter is disabled. ApplyImmediately *bool `type:"boolean"` // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Currently, Backtrack is only supported for Aurora MySQL DB clusters. // // Default: 0 // // Constraints: // // * If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `type:"long"` // The number of days for which automated backups are retained. You must specify // a minimum value of 1. // // Default: 1 // // Constraints: // // * Must be a value from 1 to 35 BackupRetentionPeriod *int64 `type:"integer"` // The configuration setting for the log types to be enabled for export to CloudWatch // Logs for a specific DB cluster. CloudwatchLogsExportConfiguration *CloudwatchLogsExportConfiguration `type:"structure"` // A value that indicates whether to copy all tags from the DB cluster to snapshots // of the DB cluster. The default is not to copy them. CopyTagsToSnapshot *bool `type:"boolean"` // The DB cluster identifier for the cluster being modified. This parameter // isn't case-sensitive. // // Constraints: This identifier must match the identifier of an existing DB // cluster. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the DB cluster parameter group to use for the DB cluster. DBClusterParameterGroupName *string `type:"string"` // The name of the DB parameter group to apply to all instances of the DB cluster. // // When you apply a parameter group using the DBInstanceParameterGroupName parameter, // the DB cluster isn't rebooted automatically. Also, parameter changes aren't // applied during the next maintenance window but instead are applied immediately. // // Default: The existing name setting // // Constraints: // // * The DB parameter group must be in the same DB parameter group family // as this DB cluster. // // * The DBInstanceParameterGroupName parameter is only valid in combination // with the AllowMajorVersionUpgrade parameter. DBInstanceParameterGroupName *string `type:"string"` // A value that indicates whether the DB cluster has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. DeletionProtection *bool `type:"boolean"` // The Active Directory directory ID to move the DB cluster to. Specify none // to remove the cluster from its current domain. The domain must be created // prior to this operation. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) // in the Amazon Aurora User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // A value that indicates whether to enable write operations to be forwarded // from this cluster to the primary cluster in an Aurora global database. The // resulting changes are replicated back to this cluster. This parameter only // applies to DB clusters that are secondary clusters in an Aurora global database. // By default, Aurora disallows write operations for secondary clusters. EnableGlobalWriteForwarding *bool `type:"boolean"` // A value that indicates whether to enable the HTTP endpoint for an Aurora // Serverless DB cluster. By default, the HTTP endpoint is disabled. // // When enabled, the HTTP endpoint provides a connectionless web service API // for running SQL queries on the Aurora Serverless DB cluster. You can also // query your database from inside the RDS console with the query editor. // // For more information, see Using the Data API for Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) // in the Amazon Aurora User Guide. EnableHttpEndpoint *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The version number of the database engine to which you want to upgrade. Changing // this parameter results in an outage. The change is applied during the next // maintenance window unless ApplyImmediately is enabled. // // To list all of the available engine versions for aurora (for MySQL 5.6-compatible // Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-mysql (for MySQL // 5.7-compatible Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-postgresql, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" EngineVersion *string `type:"string"` // The new password for the master database user. This password can contain // any printable ASCII character except "/", """, or "@". // // Constraints: Must contain from 8 to 41 characters. MasterUserPassword *string `type:"string"` // The new DB cluster identifier for the DB cluster when renaming a DB cluster. // This value is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens // // * The first character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-cluster2 NewDBClusterIdentifier *string `type:"string"` // A value that indicates that the DB cluster should be associated with the // specified option group. Changing this parameter doesn't result in an outage // except in the following case, and the change is applied during the next maintenance // window unless the ApplyImmediately is enabled for this request. If the parameter // change results in an option group that enables OEM, this change can cause // a brief (sub-second) period during which new connections are rejected but // existing connections are not interrupted. // // Permanent options can't be removed from an option group. The option group // can't be removed from a DB cluster once it is associated with a DB cluster. OptionGroupName *string `type:"string"` // The port number on which the DB cluster accepts connections. // // Constraints: Value must be 1150-65535 // // Default: The same port as the original DB cluster. Port *int64 `type:"integer"` // The daily time range during which automated backups are created if automated // backups are enabled, using the BackupRetentionPeriod parameter. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region. To see the time blocks available, see Adjusting // the Preferred DB Cluster Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // The weekly time range during which system maintenance can occur, in Universal // Coordinated Time (UTC). // // Format: ddd:hh24:mi-ddd:hh24:mi // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region, occurring on a random day of the week. To see // the time blocks available, see Adjusting the Preferred DB Cluster Maintenance // Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. // // Constraints: Minimum 30-minute window. PreferredMaintenanceWindow *string `type:"string"` // The scaling properties of the DB cluster. You can only modify scaling properties // for DB clusters in serverless DB engine mode. ScalingConfiguration *ScalingConfiguration `type:"structure"` // A list of VPC security groups that the DB cluster will belong to. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (ModifyDBClusterInput) GoString ¶ added in v0.7.1
func (s ModifyDBClusterInput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterInput) SetAllowMajorVersionUpgrade ¶ added in v1.20.13
func (s *ModifyDBClusterInput) SetAllowMajorVersionUpgrade(v bool) *ModifyDBClusterInput
SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.
func (*ModifyDBClusterInput) SetApplyImmediately ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetApplyImmediately(v bool) *ModifyDBClusterInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*ModifyDBClusterInput) SetBacktrackWindow ¶ added in v1.13.45
func (s *ModifyDBClusterInput) SetBacktrackWindow(v int64) *ModifyDBClusterInput
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*ModifyDBClusterInput) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetBackupRetentionPeriod(v int64) *ModifyDBClusterInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*ModifyDBClusterInput) SetCloudwatchLogsExportConfiguration ¶ added in v1.13.55
func (s *ModifyDBClusterInput) SetCloudwatchLogsExportConfiguration(v *CloudwatchLogsExportConfiguration) *ModifyDBClusterInput
SetCloudwatchLogsExportConfiguration sets the CloudwatchLogsExportConfiguration field's value.
func (*ModifyDBClusterInput) SetCopyTagsToSnapshot ¶ added in v1.17.13
func (s *ModifyDBClusterInput) SetCopyTagsToSnapshot(v bool) *ModifyDBClusterInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*ModifyDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetDBClusterIdentifier(v string) *ModifyDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*ModifyDBClusterInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetDBClusterParameterGroupName(v string) *ModifyDBClusterInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*ModifyDBClusterInput) SetDBInstanceParameterGroupName ¶ added in v1.20.13
func (s *ModifyDBClusterInput) SetDBInstanceParameterGroupName(v string) *ModifyDBClusterInput
SetDBInstanceParameterGroupName sets the DBInstanceParameterGroupName field's value.
func (*ModifyDBClusterInput) SetDeletionProtection ¶ added in v1.15.43
func (s *ModifyDBClusterInput) SetDeletionProtection(v bool) *ModifyDBClusterInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*ModifyDBClusterInput) SetDomain ¶ added in v1.29.5
func (s *ModifyDBClusterInput) SetDomain(v string) *ModifyDBClusterInput
SetDomain sets the Domain field's value.
func (*ModifyDBClusterInput) SetDomainIAMRoleName ¶ added in v1.29.5
func (s *ModifyDBClusterInput) SetDomainIAMRoleName(v string) *ModifyDBClusterInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*ModifyDBClusterInput) SetEnableGlobalWriteForwarding ¶ added in v1.32.5
func (s *ModifyDBClusterInput) SetEnableGlobalWriteForwarding(v bool) *ModifyDBClusterInput
SetEnableGlobalWriteForwarding sets the EnableGlobalWriteForwarding field's value.
func (*ModifyDBClusterInput) SetEnableHttpEndpoint ¶ added in v1.15.85
func (s *ModifyDBClusterInput) SetEnableHttpEndpoint(v bool) *ModifyDBClusterInput
SetEnableHttpEndpoint sets the EnableHttpEndpoint field's value.
func (*ModifyDBClusterInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *ModifyDBClusterInput) SetEnableIAMDatabaseAuthentication(v bool) *ModifyDBClusterInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*ModifyDBClusterInput) SetEngineVersion ¶ added in v1.13.33
func (s *ModifyDBClusterInput) SetEngineVersion(v string) *ModifyDBClusterInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyDBClusterInput) SetMasterUserPassword ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetMasterUserPassword(v string) *ModifyDBClusterInput
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*ModifyDBClusterInput) SetNewDBClusterIdentifier ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetNewDBClusterIdentifier(v string) *ModifyDBClusterInput
SetNewDBClusterIdentifier sets the NewDBClusterIdentifier field's value.
func (*ModifyDBClusterInput) SetOptionGroupName ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetOptionGroupName(v string) *ModifyDBClusterInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*ModifyDBClusterInput) SetPort ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetPort(v int64) *ModifyDBClusterInput
SetPort sets the Port field's value.
func (*ModifyDBClusterInput) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetPreferredBackupWindow(v string) *ModifyDBClusterInput
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*ModifyDBClusterInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetPreferredMaintenanceWindow(v string) *ModifyDBClusterInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ModifyDBClusterInput) SetScalingConfiguration ¶ added in v1.15.9
func (s *ModifyDBClusterInput) SetScalingConfiguration(v *ScalingConfiguration) *ModifyDBClusterInput
SetScalingConfiguration sets the ScalingConfiguration field's value.
func (*ModifyDBClusterInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *ModifyDBClusterInput) SetVpcSecurityGroupIds(v []*string) *ModifyDBClusterInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (ModifyDBClusterInput) String ¶ added in v0.7.1
func (s ModifyDBClusterInput) String() string
String returns the string representation
func (*ModifyDBClusterInput) Validate ¶ added in v1.1.21
func (s *ModifyDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBClusterOutput ¶ added in v0.7.1
type ModifyDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBClusterOutput) GoString ¶ added in v0.7.1
func (s ModifyDBClusterOutput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterOutput) SetDBCluster ¶ added in v1.5.0
func (s *ModifyDBClusterOutput) SetDBCluster(v *DBCluster) *ModifyDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (ModifyDBClusterOutput) String ¶ added in v0.7.1
func (s ModifyDBClusterOutput) String() string
String returns the string representation
type ModifyDBClusterParameterGroupInput ¶ added in v0.7.1
type ModifyDBClusterParameterGroupInput struct { // The name of the DB cluster parameter group to modify. // // DBClusterParameterGroupName is a required field DBClusterParameterGroupName *string `type:"string" required:"true"` // A list of parameters in the DB cluster parameter group to modify. // // Parameters is a required field Parameters []*Parameter `locationNameList:"Parameter" type:"list" required:"true"` // contains filtered or unexported fields }
func (ModifyDBClusterParameterGroupInput) GoString ¶ added in v0.7.1
func (s ModifyDBClusterParameterGroupInput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterParameterGroupInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *ModifyDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *ModifyDBClusterParameterGroupInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*ModifyDBClusterParameterGroupInput) SetParameters ¶ added in v1.5.0
func (s *ModifyDBClusterParameterGroupInput) SetParameters(v []*Parameter) *ModifyDBClusterParameterGroupInput
SetParameters sets the Parameters field's value.
func (ModifyDBClusterParameterGroupInput) String ¶ added in v0.7.1
func (s ModifyDBClusterParameterGroupInput) String() string
String returns the string representation
func (*ModifyDBClusterParameterGroupInput) Validate ¶ added in v1.1.21
func (s *ModifyDBClusterParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBClusterSnapshotAttributeInput ¶ added in v1.1.30
type ModifyDBClusterSnapshotAttributeInput struct { // The name of the DB cluster snapshot attribute to modify. // // To manage authorization for other AWS accounts to copy or restore a manual // DB cluster snapshot, set this value to restore. // // To view the list of attributes available to modify, use the DescribeDBClusterSnapshotAttributes // API action. // // AttributeName is a required field AttributeName *string `type:"string" required:"true"` // The identifier for the DB cluster snapshot to modify the attributes for. // // DBClusterSnapshotIdentifier is a required field DBClusterSnapshotIdentifier *string `type:"string" required:"true"` // A list of DB cluster snapshot attributes to add to the attribute specified // by AttributeName. // // To authorize other AWS accounts to copy or restore a manual DB cluster snapshot, // set this list to include one or more AWS account IDs, or all to make the // manual DB cluster snapshot restorable by any AWS account. Do not add the // all value for any manual DB cluster snapshots that contain private information // that you don't want available to all AWS accounts. ValuesToAdd []*string `locationNameList:"AttributeValue" type:"list"` // A list of DB cluster snapshot attributes to remove from the attribute specified // by AttributeName. // // To remove authorization for other AWS accounts to copy or restore a manual // DB cluster snapshot, set this list to include one or more AWS account identifiers, // or all to remove authorization for any AWS account to copy or restore the // DB cluster snapshot. If you specify all, an AWS account whose account ID // is explicitly added to the restore attribute can still copy or restore a // manual DB cluster snapshot. ValuesToRemove []*string `locationNameList:"AttributeValue" type:"list"` // contains filtered or unexported fields }
func (ModifyDBClusterSnapshotAttributeInput) GoString ¶ added in v1.1.30
func (s ModifyDBClusterSnapshotAttributeInput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterSnapshotAttributeInput) SetAttributeName ¶ added in v1.5.0
func (s *ModifyDBClusterSnapshotAttributeInput) SetAttributeName(v string) *ModifyDBClusterSnapshotAttributeInput
SetAttributeName sets the AttributeName field's value.
func (*ModifyDBClusterSnapshotAttributeInput) SetDBClusterSnapshotIdentifier ¶ added in v1.5.0
func (s *ModifyDBClusterSnapshotAttributeInput) SetDBClusterSnapshotIdentifier(v string) *ModifyDBClusterSnapshotAttributeInput
SetDBClusterSnapshotIdentifier sets the DBClusterSnapshotIdentifier field's value.
func (*ModifyDBClusterSnapshotAttributeInput) SetValuesToAdd ¶ added in v1.5.0
func (s *ModifyDBClusterSnapshotAttributeInput) SetValuesToAdd(v []*string) *ModifyDBClusterSnapshotAttributeInput
SetValuesToAdd sets the ValuesToAdd field's value.
func (*ModifyDBClusterSnapshotAttributeInput) SetValuesToRemove ¶ added in v1.5.0
func (s *ModifyDBClusterSnapshotAttributeInput) SetValuesToRemove(v []*string) *ModifyDBClusterSnapshotAttributeInput
SetValuesToRemove sets the ValuesToRemove field's value.
func (ModifyDBClusterSnapshotAttributeInput) String ¶ added in v1.1.30
func (s ModifyDBClusterSnapshotAttributeInput) String() string
String returns the string representation
func (*ModifyDBClusterSnapshotAttributeInput) Validate ¶ added in v1.1.30
func (s *ModifyDBClusterSnapshotAttributeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBClusterSnapshotAttributeOutput ¶ added in v1.1.30
type ModifyDBClusterSnapshotAttributeOutput struct { // Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes // API action. // // Manual DB cluster snapshot attributes are used to authorize other AWS accounts // to copy or restore a manual DB cluster snapshot. For more information, see // the ModifyDBClusterSnapshotAttribute API action. DBClusterSnapshotAttributesResult *DBClusterSnapshotAttributesResult `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBClusterSnapshotAttributeOutput) GoString ¶ added in v1.1.30
func (s ModifyDBClusterSnapshotAttributeOutput) GoString() string
GoString returns the string representation
func (*ModifyDBClusterSnapshotAttributeOutput) SetDBClusterSnapshotAttributesResult ¶ added in v1.5.0
func (s *ModifyDBClusterSnapshotAttributeOutput) SetDBClusterSnapshotAttributesResult(v *DBClusterSnapshotAttributesResult) *ModifyDBClusterSnapshotAttributeOutput
SetDBClusterSnapshotAttributesResult sets the DBClusterSnapshotAttributesResult field's value.
func (ModifyDBClusterSnapshotAttributeOutput) String ¶ added in v1.1.30
func (s ModifyDBClusterSnapshotAttributeOutput) String() string
String returns the string representation
type ModifyDBInstanceInput ¶
type ModifyDBInstanceInput struct { // The new amount of storage (in gibibytes) to allocate for the DB instance. // // For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at // least 10% greater than the current value. Values that are not at least 10% // greater than the existing value are rounded up so that they are 10% greater // than the current value. // // For the valid values for allocated storage for each engine, see CreateDBInstance. AllocatedStorage *int64 `type:"integer"` // A value that indicates whether major version upgrades are allowed. Changing // this parameter doesn't result in an outage and the change is asynchronously // applied as soon as possible. // // Constraints: Major version upgrades must be allowed when specifying a value // for the EngineVersion parameter that is a different major version than the // DB instance's current version. AllowMajorVersionUpgrade *bool `type:"boolean"` // A value that indicates whether the modifications in this request and any // pending modifications are asynchronously applied as soon as possible, regardless // of the PreferredMaintenanceWindow setting for the DB instance. By default, // this parameter is disabled. // // If this parameter is disabled, changes to the DB instance are applied during // the next maintenance window. Some parameter changes can cause an outage and // are applied on the next call to RebootDBInstance, or the next failure reboot. // Review the table of parameters in Modifying a DB Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html) // in the Amazon RDS User Guide. to see the impact of enabling or disabling // ApplyImmediately for each modified parameter and to determine when the changes // are applied. ApplyImmediately *bool `type:"boolean"` // A value that indicates whether minor version upgrades are applied automatically // to the DB instance during the maintenance window. Changing this parameter // doesn't result in an outage except in the following case and the change is // asynchronously applied as soon as possible. An outage results if this parameter // is enabled during the maintenance window, and a newer minor version is available, // and RDS has enabled auto patching for that engine version. AutoMinorVersionUpgrade *bool `type:"boolean"` // The number of days to retain automated backups. Setting this parameter to // a positive number enables backups. Setting this parameter to 0 disables automated // backups. // // Changing this parameter can result in an outage if you change from 0 to a // non-zero value or from a non-zero value to 0. These changes are applied during // the next maintenance window unless the ApplyImmediately parameter is enabled // for this request. If you change the parameter from one non-zero value to // another non-zero value, the change is asynchronously applied as soon as possible. // // Amazon Aurora // // Not applicable. The retention period for automated backups is managed by // the DB cluster. For more information, see ModifyDBCluster. // // Default: Uses existing setting // // Constraints: // // * Must be a value from 0 to 35 // // * Can be specified for a MySQL read replica only if the source is running // MySQL 5.6 or later // // * Can be specified for a PostgreSQL read replica only if the source is // running PostgreSQL 9.3.5 // // * Can't be set to 0 if the DB instance is a source to read replicas BackupRetentionPeriod *int64 `type:"integer"` // Indicates the certificate that needs to be associated with the instance. CACertificateIdentifier *string `type:"string"` // A value that indicates whether the DB instance is restarted when you rotate // your SSL/TLS certificate. // // By default, the DB instance is restarted when you rotate your SSL/TLS certificate. // The certificate is not updated until the DB instance is restarted. // // Set this parameter only if you are not using SSL/TLS to connect to the DB // instance. // // If you are using SSL/TLS to connect to the DB instance, follow the appropriate // instructions for your DB engine to rotate your SSL/TLS certificate: // // * For more information about rotating your SSL/TLS certificate for RDS // DB engines, see Rotating Your SSL/TLS Certificate. (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html) // in the Amazon RDS User Guide. // // * For more information about rotating your SSL/TLS certificate for Aurora // DB engines, see Rotating Your SSL/TLS Certificate (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html) // in the Amazon Aurora User Guide. CertificateRotationRestart *bool `type:"boolean"` // The configuration setting for the log types to be enabled for export to CloudWatch // Logs for a specific DB instance. // // A change to the CloudwatchLogsExportConfiguration parameter is always applied // to the DB instance immediately. Therefore, the ApplyImmediately parameter // has no effect. CloudwatchLogsExportConfiguration *CloudwatchLogsExportConfiguration `type:"structure"` // A value that indicates whether to copy all tags from the DB instance to snapshots // of the DB instance. By default, tags are not copied. // // Amazon Aurora // // Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting // this value for an Aurora DB instance has no effect on the DB cluster setting. // For more information, see ModifyDBCluster. CopyTagsToSnapshot *bool `type:"boolean"` // The new compute and memory capacity of the DB instance, for example, db.m4.large. // Not all DB instance classes are available in all AWS Regions, or for all // database engines. For the full list of DB instance classes, and availability // for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // If you modify the DB instance class, an outage occurs during the change. // The change is applied during the next maintenance window, unless ApplyImmediately // is enabled for this request. // // Default: Uses existing setting DBInstanceClass *string `type:"string"` // The DB instance identifier. This value is stored as a lowercase string. // // Constraints: // // * Must match the identifier of an existing DBInstance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the DB parameter group to apply to the DB instance. Changing // this setting doesn't result in an outage. The parameter group name itself // is changed immediately, but the actual parameter changes are not applied // until you reboot the instance without failover. In this case, the DB instance // isn't rebooted automatically and the parameter changes isn't applied during // the next maintenance window. // // Default: Uses existing setting // // Constraints: The DB parameter group must be in the same DB parameter group // family as this DB instance. DBParameterGroupName *string `type:"string"` // The port number on which the database accepts connections. // // The value of the DBPortNumber parameter must not match any of the port values // specified for options in the option group for the DB instance. // // Your database will restart when you change the DBPortNumber value regardless // of the value of the ApplyImmediately parameter. // // MySQL // // Default: 3306 // // Valid values: 1150-65535 // // MariaDB // // Default: 3306 // // Valid values: 1150-65535 // // PostgreSQL // // Default: 5432 // // Valid values: 1150-65535 // // Type: Integer // // Oracle // // Default: 1521 // // Valid values: 1150-65535 // // SQL Server // // Default: 1433 // // Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and // 49152-49156. // // Amazon Aurora // // Default: 3306 // // Valid values: 1150-65535 DBPortNumber *int64 `type:"integer"` // A list of DB security groups to authorize on this DB instance. Changing this // setting doesn't result in an outage and the change is asynchronously applied // as soon as possible. // // Constraints: // // * If supplied, must match existing DBSecurityGroups. DBSecurityGroups []*string `locationNameList:"DBSecurityGroupName" type:"list"` // The new DB subnet group for the DB instance. You can use this parameter to // move your DB instance to a different VPC. If your DB instance isn't in a // VPC, you can also use this parameter to move your DB instance into a VPC. // For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC) // in the Amazon RDS User Guide. // // Changing the subnet group causes an outage during the change. The change // is applied during the next maintenance window, unless you enable ApplyImmediately. // // Constraints: If supplied, must match the name of an existing DBSubnetGroup. // // Example: mySubnetGroup DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // The Active Directory directory ID to move the DB instance to. Specify none // to remove the instance from its current domain. The domain must be created // prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, // and PostgreSQL DB instances can be created in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // The name of the IAM role to use when making API calls to the Directory Service. DomainIAMRoleName *string `type:"string"` // A value that indicates whether to enable a customer-owned IP address (CoIP) // for an RDS on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing) // in the AWS Outposts User Guide. EnableCustomerOwnedIp *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts to // database accounts is managed by the DB cluster. // // For more information about IAM database authentication, see IAM Database // Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // A value that indicates whether to enable Performance Insights for the DB // instance. // // For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon Relational Database Service User Guide. EnablePerformanceInsights *bool `type:"boolean"` // The version number of the database engine to upgrade to. Changing this parameter // results in an outage and the change is applied during the next maintenance // window unless the ApplyImmediately parameter is enabled for this request. // // For major version upgrades, if a nondefault DB parameter group is currently // in use, a new DB parameter group in the DB parameter group family for the // new engine version must be specified. The new DB parameter group can be the // default for that DB parameter group family. // // If you specify only a major version, Amazon RDS will update the DB instance // to the default minor version if the current minor version is lower. For information // about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. EngineVersion *string `type:"string"` // The new Provisioned IOPS (I/O operations per second) value for the RDS instance. // // Changing this setting doesn't result in an outage and the change is applied // during the next maintenance window unless the ApplyImmediately parameter // is enabled for this request. If you are migrating from Provisioned IOPS to // standard storage, set this value to 0. The DB instance will require a reboot // for the change in storage type to take effect. // // If you choose to migrate your DB instance from using standard storage to // using Provisioned IOPS, or from using Provisioned IOPS to using standard // storage, the process can take time. The duration of the migration depends // on several factors such as database load, storage size, storage type (standard // or Provisioned IOPS), amount of IOPS provisioned (if any), and the number // of prior scale storage operations. Typical migration times are under 24 hours, // but the process can take up to several days in some cases. During the migration, // the DB instance is available for use, but might experience performance degradation. // While the migration takes place, nightly backups for the instance are suspended. // No other Amazon RDS operations can take place for the instance, including // modifying the instance, rebooting the instance, deleting the instance, creating // a read replica for the instance, and creating a DB snapshot of the instance. // // Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied // must be at least 10% greater than the current value. Values that are not // at least 10% greater than the existing value are rounded up so that they // are 10% greater than the current value. // // Default: Uses existing setting Iops *int64 `type:"integer"` // The license model for the DB instance. // // Valid values: license-included | bring-your-own-license | general-public-license LicenseModel *string `type:"string"` // The new password for the master user. The password can include any printable // ASCII character except "/", """, or "@". // // Changing this parameter doesn't result in an outage and the change is asynchronously // applied as soon as possible. Between the time of the request and the completion // of the request, the MasterUserPassword element exists in the PendingModifiedValues // element of the operation response. // // Amazon Aurora // // Not applicable. The password for the master user is managed by the DB cluster. // For more information, see ModifyDBCluster. // // Default: Uses existing setting // // MariaDB // // Constraints: Must contain from 8 to 41 characters. // // Microsoft SQL Server // // Constraints: Must contain from 8 to 128 characters. // // MySQL // // Constraints: Must contain from 8 to 41 characters. // // Oracle // // Constraints: Must contain from 8 to 30 characters. // // PostgreSQL // // Constraints: Must contain from 8 to 128 characters. // // Amazon RDS API actions never return the password, so this action provides // a way to regain access to a primary instance user if the password is lost. // This includes restoring privileges that might have been accidentally revoked. MasterUserPassword *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB instance. To disable collecting Enhanced Monitoring // metrics, specify 0. The default is 0. // // If MonitoringRoleArn is specified, then you must also set MonitoringInterval // to a value other than 0. // // Valid Values: 0, 1, 5, 10, 15, 30, 60 MonitoringInterval *int64 `type:"integer"` // The ARN for the IAM role that permits RDS to send enhanced monitoring metrics // to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, go to To create an IAM role // for Amazon RDS Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, then you must supply // a MonitoringRoleArn value. MonitoringRoleArn *string `type:"string"` // A value that indicates whether the DB instance is a Multi-AZ deployment. // Changing this parameter doesn't result in an outage and the change is applied // during the next maintenance window unless the ApplyImmediately parameter // is enabled for this request. MultiAZ *bool `type:"boolean"` // The new DB instance identifier for the DB instance when renaming a DB instance. // When you change the DB instance identifier, an instance reboot occurs immediately // if you enable ApplyImmediately, or will occur during the next maintenance // window if you disable Apply Immediately. This value is stored as a lowercase // string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * The first character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: mydbinstance NewDBInstanceIdentifier *string `type:"string"` // A value that indicates the DB instance should be associated with the specified // option group. Changing this parameter doesn't result in an outage except // in the following case and the change is applied during the next maintenance // window unless the ApplyImmediately parameter is enabled for this request. // If the parameter change results in an option group that enables OEM, this // change can cause a brief (sub-second) period during which new connections // are rejected but existing connections are not interrupted. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group, and that option group can't be removed // from a DB instance once it is associated with a DB instance OptionGroupName *string `type:"string"` // The AWS KMS key identifier for encryption of Performance Insights data. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). // // If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default CMK. There is a default CMK for your AWS account. Your // AWS account has a different default CMK for each AWS Region. PerformanceInsightsKMSKeyId *string `type:"string"` // The amount of time, in days, to retain Performance Insights data. Valid values // are 7 or 731 (2 years). PerformanceInsightsRetentionPeriod *int64 `type:"integer"` // The daily time range during which automated backups are created if automated // backups are enabled, as determined by the BackupRetentionPeriod parameter. // Changing this parameter doesn't result in an outage and the change is asynchronously // applied as soon as possible. // // Amazon Aurora // // Not applicable. The daily time range for creating automated backups is managed // by the DB cluster. For more information, see ModifyDBCluster. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi // // * Must be in Universal Time Coordinated (UTC) // // * Must not conflict with the preferred maintenance window // // * Must be at least 30 minutes PreferredBackupWindow *string `type:"string"` // The weekly time range (in UTC) during which system maintenance can occur, // which might result in an outage. Changing this parameter doesn't result in // an outage, except in the following situation, and the change is asynchronously // applied as soon as possible. If there are pending actions that cause a reboot, // and the maintenance window is changed to include the current time, then changing // this parameter will cause a reboot of the DB instance. If moving this window // to the current time, there must be at least 30 minutes between the current // time and end of the window to ensure pending changes are applied. // // Default: Uses existing setting // // Format: ddd:hh24:mi-ddd:hh24:mi // // Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun // // Constraints: Must be at least 30 minutes PreferredMaintenanceWindow *string `type:"string"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that specifies the order in which an Aurora Replica is promoted to // the primary instance after a failure of the existing primary instance. For // more information, see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance) // in the Amazon Aurora User Guide. // // Default: 1 // // Valid Values: 0 - 15 PromotionTier *int64 `type:"integer"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // PubliclyAccessible only applies to DB instances in a VPC. The DB instance // must be part of a public subnet and PubliclyAccessible must be enabled for // it to be publicly accessible. // // Changes to the PubliclyAccessible parameter are applied immediately regardless // of the value of the ApplyImmediately parameter. PubliclyAccessible *bool `type:"boolean"` // A value that sets the open mode of a replica database to either mounted or // read-only. // // Currently, this parameter is only supported for Oracle DB instances. // // Mounted DB replicas are included in Oracle Enterprise Edition. The main use // case for mounted replicas is cross-Region disaster recovery. The primary // database doesn't use Active Data Guard to transmit information to the mounted // replica. Because it doesn't accept user connections, a mounted replica can't // serve a read-only workload. For more information, see Working with Oracle // Read Replicas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) // in the Amazon RDS User Guide. ReplicaMode *string `type:"string" enum:"ReplicaMode"` // Specifies the storage type to be associated with the DB instance. // // If you specify Provisioned IOPS (io1), you must also include a value for // the Iops parameter. // // If you choose to migrate your DB instance from using standard storage to // using Provisioned IOPS, or from using Provisioned IOPS to using standard // storage, the process can take time. The duration of the migration depends // on several factors such as database load, storage size, storage type (standard // or Provisioned IOPS), amount of IOPS provisioned (if any), and the number // of prior scale storage operations. Typical migration times are under 24 hours, // but the process can take up to several days in some cases. During the migration, // the DB instance is available for use, but might experience performance degradation. // While the migration takes place, nightly backups for the instance are suspended. // No other Amazon RDS operations can take place for the instance, including // modifying the instance, rebooting the instance, deleting the instance, creating // a read replica for the instance, and creating a DB snapshot of the instance. // // Valid values: standard | gp2 | io1 // // Default: io1 if the Iops parameter is specified, otherwise gp2 StorageType *string `type:"string"` // The ARN from the key store with which to associate the instance for TDE encryption. TdeCredentialArn *string `type:"string"` // The password for the given ARN from the key store in order to access the // device. TdeCredentialPassword *string `type:"string"` // A value that indicates whether the DB instance class of the DB instance uses // its default processor features. UseDefaultProcessorFeatures *bool `type:"boolean"` // A list of EC2 VPC security groups to authorize on this DB instance. This // change is asynchronously applied as soon as possible. // // Amazon Aurora // // Not applicable. The associated list of EC2 VPC security groups is managed // by the DB cluster. For more information, see ModifyDBCluster. // // Constraints: // // * If supplied, must match existing VpcSecurityGroupIds. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (ModifyDBInstanceInput) GoString ¶ added in v0.6.5
func (s ModifyDBInstanceInput) GoString() string
GoString returns the string representation
func (*ModifyDBInstanceInput) SetAllocatedStorage ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetAllocatedStorage(v int64) *ModifyDBInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ModifyDBInstanceInput) SetAllowMajorVersionUpgrade ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyDBInstanceInput
SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.
func (*ModifyDBInstanceInput) SetApplyImmediately ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetApplyImmediately(v bool) *ModifyDBInstanceInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*ModifyDBInstanceInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyDBInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*ModifyDBInstanceInput) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetBackupRetentionPeriod(v int64) *ModifyDBInstanceInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*ModifyDBInstanceInput) SetCACertificateIdentifier ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetCACertificateIdentifier(v string) *ModifyDBInstanceInput
SetCACertificateIdentifier sets the CACertificateIdentifier field's value.
func (*ModifyDBInstanceInput) SetCertificateRotationRestart ¶ added in v1.26.7
func (s *ModifyDBInstanceInput) SetCertificateRotationRestart(v bool) *ModifyDBInstanceInput
SetCertificateRotationRestart sets the CertificateRotationRestart field's value.
func (*ModifyDBInstanceInput) SetCloudwatchLogsExportConfiguration ¶ added in v1.12.63
func (s *ModifyDBInstanceInput) SetCloudwatchLogsExportConfiguration(v *CloudwatchLogsExportConfiguration) *ModifyDBInstanceInput
SetCloudwatchLogsExportConfiguration sets the CloudwatchLogsExportConfiguration field's value.
func (*ModifyDBInstanceInput) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetCopyTagsToSnapshot(v bool) *ModifyDBInstanceInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*ModifyDBInstanceInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBInstanceClass(v string) *ModifyDBInstanceInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*ModifyDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBInstanceIdentifier(v string) *ModifyDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*ModifyDBInstanceInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBParameterGroupName(v string) *ModifyDBInstanceInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*ModifyDBInstanceInput) SetDBPortNumber ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBPortNumber(v int64) *ModifyDBInstanceInput
SetDBPortNumber sets the DBPortNumber field's value.
func (*ModifyDBInstanceInput) SetDBSecurityGroups ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBSecurityGroups(v []*string) *ModifyDBInstanceInput
SetDBSecurityGroups sets the DBSecurityGroups field's value.
func (*ModifyDBInstanceInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDBSubnetGroupName(v string) *ModifyDBInstanceInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*ModifyDBInstanceInput) SetDeletionProtection ¶ added in v1.15.43
func (s *ModifyDBInstanceInput) SetDeletionProtection(v bool) *ModifyDBInstanceInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*ModifyDBInstanceInput) SetDomain ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDomain(v string) *ModifyDBInstanceInput
SetDomain sets the Domain field's value.
func (*ModifyDBInstanceInput) SetDomainIAMRoleName ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetDomainIAMRoleName(v string) *ModifyDBInstanceInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*ModifyDBInstanceInput) SetEnableCustomerOwnedIp ¶ added in v1.36.14
func (s *ModifyDBInstanceInput) SetEnableCustomerOwnedIp(v bool) *ModifyDBInstanceInput
SetEnableCustomerOwnedIp sets the EnableCustomerOwnedIp field's value.
func (*ModifyDBInstanceInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *ModifyDBInstanceInput) SetEnableIAMDatabaseAuthentication(v bool) *ModifyDBInstanceInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*ModifyDBInstanceInput) SetEnablePerformanceInsights ¶ added in v1.10.50
func (s *ModifyDBInstanceInput) SetEnablePerformanceInsights(v bool) *ModifyDBInstanceInput
SetEnablePerformanceInsights sets the EnablePerformanceInsights field's value.
func (*ModifyDBInstanceInput) SetEngineVersion ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetEngineVersion(v string) *ModifyDBInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyDBInstanceInput) SetIops ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetIops(v int64) *ModifyDBInstanceInput
SetIops sets the Iops field's value.
func (*ModifyDBInstanceInput) SetLicenseModel ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetLicenseModel(v string) *ModifyDBInstanceInput
SetLicenseModel sets the LicenseModel field's value.
func (*ModifyDBInstanceInput) SetMasterUserPassword ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetMasterUserPassword(v string) *ModifyDBInstanceInput
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*ModifyDBInstanceInput) SetMaxAllocatedStorage ¶ added in v1.20.5
func (s *ModifyDBInstanceInput) SetMaxAllocatedStorage(v int64) *ModifyDBInstanceInput
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*ModifyDBInstanceInput) SetMonitoringInterval ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetMonitoringInterval(v int64) *ModifyDBInstanceInput
SetMonitoringInterval sets the MonitoringInterval field's value.
func (*ModifyDBInstanceInput) SetMonitoringRoleArn ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetMonitoringRoleArn(v string) *ModifyDBInstanceInput
SetMonitoringRoleArn sets the MonitoringRoleArn field's value.
func (*ModifyDBInstanceInput) SetMultiAZ ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetMultiAZ(v bool) *ModifyDBInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*ModifyDBInstanceInput) SetNewDBInstanceIdentifier ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetNewDBInstanceIdentifier(v string) *ModifyDBInstanceInput
SetNewDBInstanceIdentifier sets the NewDBInstanceIdentifier field's value.
func (*ModifyDBInstanceInput) SetOptionGroupName ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetOptionGroupName(v string) *ModifyDBInstanceInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*ModifyDBInstanceInput) SetPerformanceInsightsKMSKeyId ¶ added in v1.10.50
func (s *ModifyDBInstanceInput) SetPerformanceInsightsKMSKeyId(v string) *ModifyDBInstanceInput
SetPerformanceInsightsKMSKeyId sets the PerformanceInsightsKMSKeyId field's value.
func (*ModifyDBInstanceInput) SetPerformanceInsightsRetentionPeriod ¶ added in v1.14.10
func (s *ModifyDBInstanceInput) SetPerformanceInsightsRetentionPeriod(v int64) *ModifyDBInstanceInput
SetPerformanceInsightsRetentionPeriod sets the PerformanceInsightsRetentionPeriod field's value.
func (*ModifyDBInstanceInput) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetPreferredBackupWindow(v string) *ModifyDBInstanceInput
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*ModifyDBInstanceInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyDBInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ModifyDBInstanceInput) SetProcessorFeatures ¶ added in v1.14.1
func (s *ModifyDBInstanceInput) SetProcessorFeatures(v []*ProcessorFeature) *ModifyDBInstanceInput
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*ModifyDBInstanceInput) SetPromotionTier ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetPromotionTier(v int64) *ModifyDBInstanceInput
SetPromotionTier sets the PromotionTier field's value.
func (*ModifyDBInstanceInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetPubliclyAccessible(v bool) *ModifyDBInstanceInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*ModifyDBInstanceInput) SetReplicaMode ¶ added in v1.34.4
func (s *ModifyDBInstanceInput) SetReplicaMode(v string) *ModifyDBInstanceInput
SetReplicaMode sets the ReplicaMode field's value.
func (*ModifyDBInstanceInput) SetStorageType ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetStorageType(v string) *ModifyDBInstanceInput
SetStorageType sets the StorageType field's value.
func (*ModifyDBInstanceInput) SetTdeCredentialArn ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetTdeCredentialArn(v string) *ModifyDBInstanceInput
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*ModifyDBInstanceInput) SetTdeCredentialPassword ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetTdeCredentialPassword(v string) *ModifyDBInstanceInput
SetTdeCredentialPassword sets the TdeCredentialPassword field's value.
func (*ModifyDBInstanceInput) SetUseDefaultProcessorFeatures ¶ added in v1.14.1
func (s *ModifyDBInstanceInput) SetUseDefaultProcessorFeatures(v bool) *ModifyDBInstanceInput
SetUseDefaultProcessorFeatures sets the UseDefaultProcessorFeatures field's value.
func (*ModifyDBInstanceInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *ModifyDBInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyDBInstanceInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (ModifyDBInstanceInput) String ¶ added in v0.6.5
func (s ModifyDBInstanceInput) String() string
String returns the string representation
func (*ModifyDBInstanceInput) Validate ¶ added in v1.1.21
func (s *ModifyDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBInstanceOutput ¶
type ModifyDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBInstanceOutput) GoString ¶ added in v0.6.5
func (s ModifyDBInstanceOutput) GoString() string
GoString returns the string representation
func (*ModifyDBInstanceOutput) SetDBInstance ¶ added in v1.5.0
func (s *ModifyDBInstanceOutput) SetDBInstance(v *DBInstance) *ModifyDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (ModifyDBInstanceOutput) String ¶ added in v0.6.5
func (s ModifyDBInstanceOutput) String() string
String returns the string representation
type ModifyDBParameterGroupInput ¶
type ModifyDBParameterGroupInput struct { // The name of the DB parameter group. // // Constraints: // // * If supplied, must match the name of an existing DBParameterGroup. // // DBParameterGroupName is a required field DBParameterGroupName *string `type:"string" required:"true"` // An array of parameter names, values, and the apply method for the parameter // update. At least one parameter name, value, and apply method must be supplied; // later arguments are optional. A maximum of 20 parameters can be modified // in a single request. // // Valid Values (for the application method): immediate | pending-reboot // // You can use the immediate value with dynamic parameters only. You can use // the pending-reboot value for both dynamic and static parameters, and changes // are applied when you reboot the DB instance without failover. // // Parameters is a required field Parameters []*Parameter `locationNameList:"Parameter" type:"list" required:"true"` // contains filtered or unexported fields }
func (ModifyDBParameterGroupInput) GoString ¶ added in v0.6.5
func (s ModifyDBParameterGroupInput) GoString() string
GoString returns the string representation
func (*ModifyDBParameterGroupInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *ModifyDBParameterGroupInput) SetDBParameterGroupName(v string) *ModifyDBParameterGroupInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*ModifyDBParameterGroupInput) SetParameters ¶ added in v1.5.0
func (s *ModifyDBParameterGroupInput) SetParameters(v []*Parameter) *ModifyDBParameterGroupInput
SetParameters sets the Parameters field's value.
func (ModifyDBParameterGroupInput) String ¶ added in v0.6.5
func (s ModifyDBParameterGroupInput) String() string
String returns the string representation
func (*ModifyDBParameterGroupInput) Validate ¶ added in v1.1.21
func (s *ModifyDBParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBProxyInput ¶ added in v1.25.47
type ModifyDBProxyInput struct { // The new authentication settings for the DBProxy. Auth []*UserAuthConfig `type:"list"` // The identifier for the DBProxy to modify. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // Whether the proxy includes detailed information about SQL statements in its // logs. This information helps you to debug issues involving SQL behavior or // the performance and scalability of the proxy connections. The debug information // includes the text of SQL statements that you submit through the proxy. Thus, // only enable this setting when needed for debugging, and only when you have // security measures in place to safeguard any sensitive information that appears // in the logs. DebugLogging *bool `type:"boolean"` // The number of seconds that a connection to the proxy can be inactive before // the proxy disconnects it. You can set this value higher or lower than the // connection timeout limit for the associated database. IdleClientTimeout *int64 `type:"integer"` // The new identifier for the DBProxy. An identifier must begin with a letter // and must contain only ASCII letters, digits, and hyphens; it can't end with // a hyphen or contain two consecutive hyphens. NewDBProxyName *string `type:"string"` // Whether Transport Layer Security (TLS) encryption is required for connections // to the proxy. By enabling this setting, you can enforce encrypted TLS connections // to the proxy, even if the associated database doesn't use TLS. RequireTLS *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access // secrets in AWS Secrets Manager. RoleArn *string `type:"string"` // The new list of security groups for the DBProxy. SecurityGroups []*string `type:"list"` // contains filtered or unexported fields }
func (ModifyDBProxyInput) GoString ¶ added in v1.25.47
func (s ModifyDBProxyInput) GoString() string
GoString returns the string representation
func (*ModifyDBProxyInput) SetAuth ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetAuth(v []*UserAuthConfig) *ModifyDBProxyInput
SetAuth sets the Auth field's value.
func (*ModifyDBProxyInput) SetDBProxyName ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetDBProxyName(v string) *ModifyDBProxyInput
SetDBProxyName sets the DBProxyName field's value.
func (*ModifyDBProxyInput) SetDebugLogging ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetDebugLogging(v bool) *ModifyDBProxyInput
SetDebugLogging sets the DebugLogging field's value.
func (*ModifyDBProxyInput) SetIdleClientTimeout ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetIdleClientTimeout(v int64) *ModifyDBProxyInput
SetIdleClientTimeout sets the IdleClientTimeout field's value.
func (*ModifyDBProxyInput) SetNewDBProxyName ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetNewDBProxyName(v string) *ModifyDBProxyInput
SetNewDBProxyName sets the NewDBProxyName field's value.
func (*ModifyDBProxyInput) SetRequireTLS ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetRequireTLS(v bool) *ModifyDBProxyInput
SetRequireTLS sets the RequireTLS field's value.
func (*ModifyDBProxyInput) SetRoleArn ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetRoleArn(v string) *ModifyDBProxyInput
SetRoleArn sets the RoleArn field's value.
func (*ModifyDBProxyInput) SetSecurityGroups ¶ added in v1.25.47
func (s *ModifyDBProxyInput) SetSecurityGroups(v []*string) *ModifyDBProxyInput
SetSecurityGroups sets the SecurityGroups field's value.
func (ModifyDBProxyInput) String ¶ added in v1.25.47
func (s ModifyDBProxyInput) String() string
String returns the string representation
func (*ModifyDBProxyInput) Validate ¶ added in v1.25.47
func (s *ModifyDBProxyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBProxyOutput ¶ added in v1.25.47
type ModifyDBProxyOutput struct { // The DBProxy object representing the new settings for the proxy. DBProxy *DBProxy `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBProxyOutput) GoString ¶ added in v1.25.47
func (s ModifyDBProxyOutput) GoString() string
GoString returns the string representation
func (*ModifyDBProxyOutput) SetDBProxy ¶ added in v1.25.47
func (s *ModifyDBProxyOutput) SetDBProxy(v *DBProxy) *ModifyDBProxyOutput
SetDBProxy sets the DBProxy field's value.
func (ModifyDBProxyOutput) String ¶ added in v1.25.47
func (s ModifyDBProxyOutput) String() string
String returns the string representation
type ModifyDBProxyTargetGroupInput ¶ added in v1.25.47
type ModifyDBProxyTargetGroupInput struct { // The settings that determine the size and behavior of the connection pool // for the target group. ConnectionPoolConfig *ConnectionPoolConfiguration `type:"structure"` // The name of the new proxy to which to assign the target group. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // The new name for the modified DBProxyTarget. An identifier must begin with // a letter and must contain only ASCII letters, digits, and hyphens; it can't // end with a hyphen or contain two consecutive hyphens. NewName *string `type:"string"` // The name of the new target group to assign to the proxy. // // TargetGroupName is a required field TargetGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyDBProxyTargetGroupInput) GoString ¶ added in v1.25.47
func (s ModifyDBProxyTargetGroupInput) GoString() string
GoString returns the string representation
func (*ModifyDBProxyTargetGroupInput) SetConnectionPoolConfig ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupInput) SetConnectionPoolConfig(v *ConnectionPoolConfiguration) *ModifyDBProxyTargetGroupInput
SetConnectionPoolConfig sets the ConnectionPoolConfig field's value.
func (*ModifyDBProxyTargetGroupInput) SetDBProxyName ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupInput) SetDBProxyName(v string) *ModifyDBProxyTargetGroupInput
SetDBProxyName sets the DBProxyName field's value.
func (*ModifyDBProxyTargetGroupInput) SetNewName ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupInput) SetNewName(v string) *ModifyDBProxyTargetGroupInput
SetNewName sets the NewName field's value.
func (*ModifyDBProxyTargetGroupInput) SetTargetGroupName ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupInput) SetTargetGroupName(v string) *ModifyDBProxyTargetGroupInput
SetTargetGroupName sets the TargetGroupName field's value.
func (ModifyDBProxyTargetGroupInput) String ¶ added in v1.25.47
func (s ModifyDBProxyTargetGroupInput) String() string
String returns the string representation
func (*ModifyDBProxyTargetGroupInput) Validate ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBProxyTargetGroupOutput ¶ added in v1.25.47
type ModifyDBProxyTargetGroupOutput struct { // The settings of the modified DBProxyTarget. DBProxyTargetGroup *DBProxyTargetGroup `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBProxyTargetGroupOutput) GoString ¶ added in v1.25.47
func (s ModifyDBProxyTargetGroupOutput) GoString() string
GoString returns the string representation
func (*ModifyDBProxyTargetGroupOutput) SetDBProxyTargetGroup ¶ added in v1.25.47
func (s *ModifyDBProxyTargetGroupOutput) SetDBProxyTargetGroup(v *DBProxyTargetGroup) *ModifyDBProxyTargetGroupOutput
SetDBProxyTargetGroup sets the DBProxyTargetGroup field's value.
func (ModifyDBProxyTargetGroupOutput) String ¶ added in v1.25.47
func (s ModifyDBProxyTargetGroupOutput) String() string
String returns the string representation
type ModifyDBSnapshotAttributeInput ¶ added in v0.10.4
type ModifyDBSnapshotAttributeInput struct { // The name of the DB snapshot attribute to modify. // // To manage authorization for other AWS accounts to copy or restore a manual // DB snapshot, set this value to restore. // // To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes // API action. // // AttributeName is a required field AttributeName *string `type:"string" required:"true"` // The identifier for the DB snapshot to modify the attributes for. // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // A list of DB snapshot attributes to add to the attribute specified by AttributeName. // // To authorize other AWS accounts to copy or restore a manual snapshot, set // this list to include one or more AWS account IDs, or all to make the manual // DB snapshot restorable by any AWS account. Do not add the all value for any // manual DB snapshots that contain private information that you don't want // available to all AWS accounts. ValuesToAdd []*string `locationNameList:"AttributeValue" type:"list"` // A list of DB snapshot attributes to remove from the attribute specified by // AttributeName. // // To remove authorization for other AWS accounts to copy or restore a manual // snapshot, set this list to include one or more AWS account identifiers, or // all to remove authorization for any AWS account to copy or restore the DB // snapshot. If you specify all, an AWS account whose account ID is explicitly // added to the restore attribute can still copy or restore the manual DB snapshot. ValuesToRemove []*string `locationNameList:"AttributeValue" type:"list"` // contains filtered or unexported fields }
func (ModifyDBSnapshotAttributeInput) GoString ¶ added in v0.10.4
func (s ModifyDBSnapshotAttributeInput) GoString() string
GoString returns the string representation
func (*ModifyDBSnapshotAttributeInput) SetAttributeName ¶ added in v1.5.0
func (s *ModifyDBSnapshotAttributeInput) SetAttributeName(v string) *ModifyDBSnapshotAttributeInput
SetAttributeName sets the AttributeName field's value.
func (*ModifyDBSnapshotAttributeInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *ModifyDBSnapshotAttributeInput) SetDBSnapshotIdentifier(v string) *ModifyDBSnapshotAttributeInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*ModifyDBSnapshotAttributeInput) SetValuesToAdd ¶ added in v1.5.0
func (s *ModifyDBSnapshotAttributeInput) SetValuesToAdd(v []*string) *ModifyDBSnapshotAttributeInput
SetValuesToAdd sets the ValuesToAdd field's value.
func (*ModifyDBSnapshotAttributeInput) SetValuesToRemove ¶ added in v1.5.0
func (s *ModifyDBSnapshotAttributeInput) SetValuesToRemove(v []*string) *ModifyDBSnapshotAttributeInput
SetValuesToRemove sets the ValuesToRemove field's value.
func (ModifyDBSnapshotAttributeInput) String ¶ added in v0.10.4
func (s ModifyDBSnapshotAttributeInput) String() string
String returns the string representation
func (*ModifyDBSnapshotAttributeInput) Validate ¶ added in v1.1.21
func (s *ModifyDBSnapshotAttributeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBSnapshotAttributeOutput ¶ added in v0.10.4
type ModifyDBSnapshotAttributeOutput struct { // Contains the results of a successful call to the DescribeDBSnapshotAttributes // API action. // // Manual DB snapshot attributes are used to authorize other AWS accounts to // copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute // API action. DBSnapshotAttributesResult *DBSnapshotAttributesResult `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBSnapshotAttributeOutput) GoString ¶ added in v0.10.4
func (s ModifyDBSnapshotAttributeOutput) GoString() string
GoString returns the string representation
func (*ModifyDBSnapshotAttributeOutput) SetDBSnapshotAttributesResult ¶ added in v1.5.0
func (s *ModifyDBSnapshotAttributeOutput) SetDBSnapshotAttributesResult(v *DBSnapshotAttributesResult) *ModifyDBSnapshotAttributeOutput
SetDBSnapshotAttributesResult sets the DBSnapshotAttributesResult field's value.
func (ModifyDBSnapshotAttributeOutput) String ¶ added in v0.10.4
func (s ModifyDBSnapshotAttributeOutput) String() string
String returns the string representation
type ModifyDBSnapshotInput ¶ added in v1.6.18
type ModifyDBSnapshotInput struct { // The identifier of the DB snapshot to modify. // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // The engine version to upgrade the DB snapshot to. // // The following are the database engines and engine versions that are available // when you upgrade a DB snapshot. // // MySQL // // * 5.5.46 (supported for 5.1 DB snapshots) // // Oracle // // * 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) // // * 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) // // * 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) // // PostgreSQL // // For the list of engine versions that are available for upgrading a DB snapshot, // see Upgrading the PostgreSQL DB Engine for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion). EngineVersion *string `type:"string"` // The option group to identify with the upgraded DB snapshot. // // You can specify this parameter when you upgrade an Oracle DB snapshot. The // same option group considerations apply when upgrading a DB snapshot as when // upgrading a DB instance. For more information, see Option group considerations // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html#USER_UpgradeDBInstance.Oracle.OGPG.OG) // in the Amazon RDS User Guide. OptionGroupName *string `type:"string"` // contains filtered or unexported fields }
func (ModifyDBSnapshotInput) GoString ¶ added in v1.6.18
func (s ModifyDBSnapshotInput) GoString() string
GoString returns the string representation
func (*ModifyDBSnapshotInput) SetDBSnapshotIdentifier ¶ added in v1.6.18
func (s *ModifyDBSnapshotInput) SetDBSnapshotIdentifier(v string) *ModifyDBSnapshotInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*ModifyDBSnapshotInput) SetEngineVersion ¶ added in v1.6.18
func (s *ModifyDBSnapshotInput) SetEngineVersion(v string) *ModifyDBSnapshotInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyDBSnapshotInput) SetOptionGroupName ¶ added in v1.10.50
func (s *ModifyDBSnapshotInput) SetOptionGroupName(v string) *ModifyDBSnapshotInput
SetOptionGroupName sets the OptionGroupName field's value.
func (ModifyDBSnapshotInput) String ¶ added in v1.6.18
func (s ModifyDBSnapshotInput) String() string
String returns the string representation
func (*ModifyDBSnapshotInput) Validate ¶ added in v1.6.18
func (s *ModifyDBSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBSnapshotOutput ¶ added in v1.6.18
type ModifyDBSnapshotOutput struct { // Contains the details of an Amazon RDS DB snapshot. // // This data type is used as a response element in the DescribeDBSnapshots action. DBSnapshot *DBSnapshot `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBSnapshotOutput) GoString ¶ added in v1.6.18
func (s ModifyDBSnapshotOutput) GoString() string
GoString returns the string representation
func (*ModifyDBSnapshotOutput) SetDBSnapshot ¶ added in v1.6.18
func (s *ModifyDBSnapshotOutput) SetDBSnapshot(v *DBSnapshot) *ModifyDBSnapshotOutput
SetDBSnapshot sets the DBSnapshot field's value.
func (ModifyDBSnapshotOutput) String ¶ added in v1.6.18
func (s ModifyDBSnapshotOutput) String() string
String returns the string representation
type ModifyDBSubnetGroupInput ¶
type ModifyDBSubnetGroupInput struct { // The description for the DB subnet group. DBSubnetGroupDescription *string `type:"string"` // The name for the DB subnet group. This value is stored as a lowercase string. // You can't modify the default subnet group. // // Constraints: Must match the name of an existing DBSubnetGroup. Must not be // default. // // Example: mySubnetgroup // // DBSubnetGroupName is a required field DBSubnetGroupName *string `type:"string" required:"true"` // The EC2 subnet IDs for the DB subnet group. // // SubnetIds is a required field SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"` // contains filtered or unexported fields }
func (ModifyDBSubnetGroupInput) GoString ¶ added in v0.6.5
func (s ModifyDBSubnetGroupInput) GoString() string
GoString returns the string representation
func (*ModifyDBSubnetGroupInput) SetDBSubnetGroupDescription ¶ added in v1.5.0
func (s *ModifyDBSubnetGroupInput) SetDBSubnetGroupDescription(v string) *ModifyDBSubnetGroupInput
SetDBSubnetGroupDescription sets the DBSubnetGroupDescription field's value.
func (*ModifyDBSubnetGroupInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *ModifyDBSubnetGroupInput) SetDBSubnetGroupName(v string) *ModifyDBSubnetGroupInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*ModifyDBSubnetGroupInput) SetSubnetIds ¶ added in v1.5.0
func (s *ModifyDBSubnetGroupInput) SetSubnetIds(v []*string) *ModifyDBSubnetGroupInput
SetSubnetIds sets the SubnetIds field's value.
func (ModifyDBSubnetGroupInput) String ¶ added in v0.6.5
func (s ModifyDBSubnetGroupInput) String() string
String returns the string representation
func (*ModifyDBSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *ModifyDBSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDBSubnetGroupOutput ¶
type ModifyDBSubnetGroupOutput struct { // Contains the details of an Amazon RDS DB subnet group. // // This data type is used as a response element in the DescribeDBSubnetGroups // action. DBSubnetGroup *DBSubnetGroup `type:"structure"` // contains filtered or unexported fields }
func (ModifyDBSubnetGroupOutput) GoString ¶ added in v0.6.5
func (s ModifyDBSubnetGroupOutput) GoString() string
GoString returns the string representation
func (*ModifyDBSubnetGroupOutput) SetDBSubnetGroup ¶ added in v1.5.0
func (s *ModifyDBSubnetGroupOutput) SetDBSubnetGroup(v *DBSubnetGroup) *ModifyDBSubnetGroupOutput
SetDBSubnetGroup sets the DBSubnetGroup field's value.
func (ModifyDBSubnetGroupOutput) String ¶ added in v0.6.5
func (s ModifyDBSubnetGroupOutput) String() string
String returns the string representation
type ModifyEventSubscriptionInput ¶
type ModifyEventSubscriptionInput struct { // A value that indicates whether to activate the subscription. Enabled *bool `type:"boolean"` // A list of event categories for a source type (SourceType) that you want to // subscribe to. You can see a list of the categories for a given source type // in Events (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) // in the Amazon RDS User Guide or by using the DescribeEventCategories operation. EventCategories []*string `locationNameList:"EventCategory" type:"list"` // The Amazon Resource Name (ARN) of the SNS topic created for event notification. // The ARN is created by Amazon SNS when you create a topic and subscribe to // it. SnsTopicArn *string `type:"string"` // The type of source that is generating the events. For example, if you want // to be notified of events generated by a DB instance, you would set this parameter // to db-instance. If this value isn't specified, all events are returned. // // Valid values: db-instance | db-cluster | db-parameter-group | db-security-group // | db-snapshot | db-cluster-snapshot SourceType *string `type:"string"` // The name of the RDS event notification subscription. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyEventSubscriptionInput) GoString ¶ added in v0.6.5
func (s ModifyEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*ModifyEventSubscriptionInput) SetEnabled ¶ added in v1.5.0
func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput
SetEnabled sets the Enabled field's value.
func (*ModifyEventSubscriptionInput) SetEventCategories ¶ added in v1.5.0
func (s *ModifyEventSubscriptionInput) SetEventCategories(v []*string) *ModifyEventSubscriptionInput
SetEventCategories sets the EventCategories field's value.
func (*ModifyEventSubscriptionInput) SetSnsTopicArn ¶ added in v1.5.0
func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*ModifyEventSubscriptionInput) SetSourceType ¶ added in v1.5.0
func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput
SetSourceType sets the SourceType field's value.
func (*ModifyEventSubscriptionInput) SetSubscriptionName ¶ added in v1.5.0
func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (ModifyEventSubscriptionInput) String ¶ added in v0.6.5
func (s ModifyEventSubscriptionInput) String() string
String returns the string representation
func (*ModifyEventSubscriptionInput) Validate ¶ added in v1.1.21
func (s *ModifyEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyEventSubscriptionOutput ¶
type ModifyEventSubscriptionOutput struct { // Contains the results of a successful invocation of the DescribeEventSubscriptions // action. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
func (ModifyEventSubscriptionOutput) GoString ¶ added in v0.6.5
func (s ModifyEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (*ModifyEventSubscriptionOutput) SetEventSubscription ¶ added in v1.5.0
func (s *ModifyEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *ModifyEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (ModifyEventSubscriptionOutput) String ¶ added in v0.6.5
func (s ModifyEventSubscriptionOutput) String() string
String returns the string representation
type ModifyGlobalClusterInput ¶ added in v1.15.85
type ModifyGlobalClusterInput struct { // A value that indicates whether major version upgrades are allowed. // // Constraints: You must allow major version upgrades when specifying a value // for the EngineVersion parameter that is a different major version than the // DB cluster's current version. // // If you upgrade the major version of a global database, the cluster and DB // instance parameter groups are set to the default parameter groups for the // new version. Apply any custom parameter groups after completing the upgrade. AllowMajorVersionUpgrade *bool `type:"boolean"` // Indicates if the global database cluster has deletion protection enabled. // The global database cluster can't be deleted when deletion protection is // enabled. DeletionProtection *bool `type:"boolean"` // The version number of the database engine to which you want to upgrade. Changing // this parameter results in an outage. The change is applied during the next // maintenance window unless ApplyImmediately is enabled. // // To list all of the available engine versions for aurora (for MySQL 5.6-compatible // Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases // == `true`].[EngineVersion]' // // To list all of the available engine versions for aurora-mysql (for MySQL // 5.7-compatible Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases // == `true`].[EngineVersion]' // // To list all of the available engine versions for aurora-postgresql, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases // == `true`].[EngineVersion]' EngineVersion *string `type:"string"` // The DB cluster identifier for the global cluster being modified. This parameter // isn't case-sensitive. // // Constraints: // // * Must match the identifier of an existing global database cluster. GlobalClusterIdentifier *string `type:"string"` // The new cluster identifier for the global database cluster when modifying // a global database cluster. This value is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens // // * The first character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-cluster2 NewGlobalClusterIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (ModifyGlobalClusterInput) GoString ¶ added in v1.15.85
func (s ModifyGlobalClusterInput) GoString() string
GoString returns the string representation
func (*ModifyGlobalClusterInput) SetAllowMajorVersionUpgrade ¶ added in v1.36.24
func (s *ModifyGlobalClusterInput) SetAllowMajorVersionUpgrade(v bool) *ModifyGlobalClusterInput
SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.
func (*ModifyGlobalClusterInput) SetDeletionProtection ¶ added in v1.15.85
func (s *ModifyGlobalClusterInput) SetDeletionProtection(v bool) *ModifyGlobalClusterInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*ModifyGlobalClusterInput) SetEngineVersion ¶ added in v1.36.24
func (s *ModifyGlobalClusterInput) SetEngineVersion(v string) *ModifyGlobalClusterInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyGlobalClusterInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *ModifyGlobalClusterInput) SetGlobalClusterIdentifier(v string) *ModifyGlobalClusterInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (*ModifyGlobalClusterInput) SetNewGlobalClusterIdentifier ¶ added in v1.15.85
func (s *ModifyGlobalClusterInput) SetNewGlobalClusterIdentifier(v string) *ModifyGlobalClusterInput
SetNewGlobalClusterIdentifier sets the NewGlobalClusterIdentifier field's value.
func (ModifyGlobalClusterInput) String ¶ added in v1.15.85
func (s ModifyGlobalClusterInput) String() string
String returns the string representation
type ModifyGlobalClusterOutput ¶ added in v1.15.85
type ModifyGlobalClusterOutput struct { // A data type representing an Aurora global database. GlobalCluster *GlobalCluster `type:"structure"` // contains filtered or unexported fields }
func (ModifyGlobalClusterOutput) GoString ¶ added in v1.15.85
func (s ModifyGlobalClusterOutput) GoString() string
GoString returns the string representation
func (*ModifyGlobalClusterOutput) SetGlobalCluster ¶ added in v1.15.85
func (s *ModifyGlobalClusterOutput) SetGlobalCluster(v *GlobalCluster) *ModifyGlobalClusterOutput
SetGlobalCluster sets the GlobalCluster field's value.
func (ModifyGlobalClusterOutput) String ¶ added in v1.15.85
func (s ModifyGlobalClusterOutput) String() string
String returns the string representation
type ModifyOptionGroupInput ¶
type ModifyOptionGroupInput struct { // A value that indicates whether to apply the change immediately or during // the next maintenance window for each instance associated with the option // group. ApplyImmediately *bool `type:"boolean"` // The name of the option group to be modified. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group, and that option group can't be removed // from a DB instance once it is associated with a DB instance // // OptionGroupName is a required field OptionGroupName *string `type:"string" required:"true"` // Options in this list are added to the option group or, if already present, // the specified configuration is used to update the existing configuration. OptionsToInclude []*OptionConfiguration `locationNameList:"OptionConfiguration" type:"list"` // Options in this list are removed from the option group. OptionsToRemove []*string `type:"list"` // contains filtered or unexported fields }
func (ModifyOptionGroupInput) GoString ¶ added in v0.6.5
func (s ModifyOptionGroupInput) GoString() string
GoString returns the string representation
func (*ModifyOptionGroupInput) SetApplyImmediately ¶ added in v1.5.0
func (s *ModifyOptionGroupInput) SetApplyImmediately(v bool) *ModifyOptionGroupInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*ModifyOptionGroupInput) SetOptionGroupName ¶ added in v1.5.0
func (s *ModifyOptionGroupInput) SetOptionGroupName(v string) *ModifyOptionGroupInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*ModifyOptionGroupInput) SetOptionsToInclude ¶ added in v1.5.0
func (s *ModifyOptionGroupInput) SetOptionsToInclude(v []*OptionConfiguration) *ModifyOptionGroupInput
SetOptionsToInclude sets the OptionsToInclude field's value.
func (*ModifyOptionGroupInput) SetOptionsToRemove ¶ added in v1.5.0
func (s *ModifyOptionGroupInput) SetOptionsToRemove(v []*string) *ModifyOptionGroupInput
SetOptionsToRemove sets the OptionsToRemove field's value.
func (ModifyOptionGroupInput) String ¶ added in v0.6.5
func (s ModifyOptionGroupInput) String() string
String returns the string representation
func (*ModifyOptionGroupInput) Validate ¶ added in v1.1.21
func (s *ModifyOptionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyOptionGroupOutput ¶
type ModifyOptionGroupOutput struct { OptionGroup *OptionGroup `type:"structure"` // contains filtered or unexported fields }
func (ModifyOptionGroupOutput) GoString ¶ added in v0.6.5
func (s ModifyOptionGroupOutput) GoString() string
GoString returns the string representation
func (*ModifyOptionGroupOutput) SetOptionGroup ¶ added in v1.5.0
func (s *ModifyOptionGroupOutput) SetOptionGroup(v *OptionGroup) *ModifyOptionGroupOutput
SetOptionGroup sets the OptionGroup field's value.
func (ModifyOptionGroupOutput) String ¶ added in v0.6.5
func (s ModifyOptionGroupOutput) String() string
String returns the string representation
type Option ¶
type Option struct { // If the option requires access to a port, then this DB security group allows // access to the port. DBSecurityGroupMemberships []*DBSecurityGroupMembership `locationNameList:"DBSecurityGroup" type:"list"` // The description of the option. OptionDescription *string `type:"string"` // The name of the option. OptionName *string `type:"string"` // The option settings for this option. OptionSettings []*OptionSetting `locationNameList:"OptionSetting" type:"list"` // The version of the option. OptionVersion *string `type:"string"` // Indicate if this option is permanent. Permanent *bool `type:"boolean"` // Indicate if this option is persistent. Persistent *bool `type:"boolean"` // If required, the port configured for this option to use. Port *int64 `type:"integer"` // If the option requires access to a port, then this VPC security group allows // access to the port. VpcSecurityGroupMemberships []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroupMembership" type:"list"` // contains filtered or unexported fields }
Option details.
func (*Option) SetDBSecurityGroupMemberships ¶ added in v1.5.0
func (s *Option) SetDBSecurityGroupMemberships(v []*DBSecurityGroupMembership) *Option
SetDBSecurityGroupMemberships sets the DBSecurityGroupMemberships field's value.
func (*Option) SetOptionDescription ¶ added in v1.5.0
SetOptionDescription sets the OptionDescription field's value.
func (*Option) SetOptionName ¶ added in v1.5.0
SetOptionName sets the OptionName field's value.
func (*Option) SetOptionSettings ¶ added in v1.5.0
func (s *Option) SetOptionSettings(v []*OptionSetting) *Option
SetOptionSettings sets the OptionSettings field's value.
func (*Option) SetOptionVersion ¶ added in v1.5.0
SetOptionVersion sets the OptionVersion field's value.
func (*Option) SetPermanent ¶ added in v1.5.0
SetPermanent sets the Permanent field's value.
func (*Option) SetPersistent ¶ added in v1.5.0
SetPersistent sets the Persistent field's value.
func (*Option) SetVpcSecurityGroupMemberships ¶ added in v1.5.0
func (s *Option) SetVpcSecurityGroupMemberships(v []*VpcSecurityGroupMembership) *Option
SetVpcSecurityGroupMemberships sets the VpcSecurityGroupMemberships field's value.
type OptionConfiguration ¶
type OptionConfiguration struct { // A list of DBSecurityGroupMembership name strings used for this option. DBSecurityGroupMemberships []*string `locationNameList:"DBSecurityGroupName" type:"list"` // The configuration of options to include in a group. // // OptionName is a required field OptionName *string `type:"string" required:"true"` // The option settings to include in an option group. OptionSettings []*OptionSetting `locationNameList:"OptionSetting" type:"list"` // The version for the option. OptionVersion *string `type:"string"` // The optional port for the option. Port *int64 `type:"integer"` // A list of VpcSecurityGroupMembership name strings used for this option. VpcSecurityGroupMemberships []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
A list of all available options
func (OptionConfiguration) GoString ¶ added in v0.6.5
func (s OptionConfiguration) GoString() string
GoString returns the string representation
func (*OptionConfiguration) SetDBSecurityGroupMemberships ¶ added in v1.5.0
func (s *OptionConfiguration) SetDBSecurityGroupMemberships(v []*string) *OptionConfiguration
SetDBSecurityGroupMemberships sets the DBSecurityGroupMemberships field's value.
func (*OptionConfiguration) SetOptionName ¶ added in v1.5.0
func (s *OptionConfiguration) SetOptionName(v string) *OptionConfiguration
SetOptionName sets the OptionName field's value.
func (*OptionConfiguration) SetOptionSettings ¶ added in v1.5.0
func (s *OptionConfiguration) SetOptionSettings(v []*OptionSetting) *OptionConfiguration
SetOptionSettings sets the OptionSettings field's value.
func (*OptionConfiguration) SetOptionVersion ¶ added in v1.5.0
func (s *OptionConfiguration) SetOptionVersion(v string) *OptionConfiguration
SetOptionVersion sets the OptionVersion field's value.
func (*OptionConfiguration) SetPort ¶ added in v1.5.0
func (s *OptionConfiguration) SetPort(v int64) *OptionConfiguration
SetPort sets the Port field's value.
func (*OptionConfiguration) SetVpcSecurityGroupMemberships ¶ added in v1.5.0
func (s *OptionConfiguration) SetVpcSecurityGroupMemberships(v []*string) *OptionConfiguration
SetVpcSecurityGroupMemberships sets the VpcSecurityGroupMemberships field's value.
func (OptionConfiguration) String ¶ added in v0.6.5
func (s OptionConfiguration) String() string
String returns the string representation
func (*OptionConfiguration) Validate ¶ added in v1.1.21
func (s *OptionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OptionGroup ¶
type OptionGroup struct { // Indicates whether this option group can be applied to both VPC and non-VPC // instances. The value true indicates the option group can be applied to both // VPC and non-VPC instances. AllowsVpcAndNonVpcInstanceMemberships *bool `type:"boolean"` // Indicates the name of the engine that this option group can be applied to. EngineName *string `type:"string"` // Indicates the major engine version associated with this option group. MajorEngineVersion *string `type:"string"` // The Amazon Resource Name (ARN) for the option group. OptionGroupArn *string `type:"string"` // Provides a description of the option group. OptionGroupDescription *string `type:"string"` // Specifies the name of the option group. OptionGroupName *string `type:"string"` // Indicates what options are available in the option group. Options []*Option `locationNameList:"Option" type:"list"` // If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If // AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then // this option group can be applied to both VPC and non-VPC instances. If this // field contains a value, then this option group can only be applied to instances // that are in the VPC indicated by this field. VpcId *string `type:"string"` // contains filtered or unexported fields }
func (OptionGroup) GoString ¶ added in v0.6.5
func (s OptionGroup) GoString() string
GoString returns the string representation
func (*OptionGroup) SetAllowsVpcAndNonVpcInstanceMemberships ¶ added in v1.5.0
func (s *OptionGroup) SetAllowsVpcAndNonVpcInstanceMemberships(v bool) *OptionGroup
SetAllowsVpcAndNonVpcInstanceMemberships sets the AllowsVpcAndNonVpcInstanceMemberships field's value.
func (*OptionGroup) SetEngineName ¶ added in v1.5.0
func (s *OptionGroup) SetEngineName(v string) *OptionGroup
SetEngineName sets the EngineName field's value.
func (*OptionGroup) SetMajorEngineVersion ¶ added in v1.5.0
func (s *OptionGroup) SetMajorEngineVersion(v string) *OptionGroup
SetMajorEngineVersion sets the MajorEngineVersion field's value.
func (*OptionGroup) SetOptionGroupArn ¶ added in v1.5.0
func (s *OptionGroup) SetOptionGroupArn(v string) *OptionGroup
SetOptionGroupArn sets the OptionGroupArn field's value.
func (*OptionGroup) SetOptionGroupDescription ¶ added in v1.5.0
func (s *OptionGroup) SetOptionGroupDescription(v string) *OptionGroup
SetOptionGroupDescription sets the OptionGroupDescription field's value.
func (*OptionGroup) SetOptionGroupName ¶ added in v1.5.0
func (s *OptionGroup) SetOptionGroupName(v string) *OptionGroup
SetOptionGroupName sets the OptionGroupName field's value.
func (*OptionGroup) SetOptions ¶ added in v1.5.0
func (s *OptionGroup) SetOptions(v []*Option) *OptionGroup
SetOptions sets the Options field's value.
func (*OptionGroup) SetVpcId ¶ added in v1.5.0
func (s *OptionGroup) SetVpcId(v string) *OptionGroup
SetVpcId sets the VpcId field's value.
func (OptionGroup) String ¶ added in v0.6.5
func (s OptionGroup) String() string
String returns the string representation
type OptionGroupMembership ¶
type OptionGroupMembership struct { // The name of the option group that the instance belongs to. OptionGroupName *string `type:"string"` // The status of the DB instance's option group membership. Valid values are: // in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, // applying, removing, and failed. Status *string `type:"string"` // contains filtered or unexported fields }
Provides information on the option groups the DB instance is a member of.
func (OptionGroupMembership) GoString ¶ added in v0.6.5
func (s OptionGroupMembership) GoString() string
GoString returns the string representation
func (*OptionGroupMembership) SetOptionGroupName ¶ added in v1.5.0
func (s *OptionGroupMembership) SetOptionGroupName(v string) *OptionGroupMembership
SetOptionGroupName sets the OptionGroupName field's value.
func (*OptionGroupMembership) SetStatus ¶ added in v1.5.0
func (s *OptionGroupMembership) SetStatus(v string) *OptionGroupMembership
SetStatus sets the Status field's value.
func (OptionGroupMembership) String ¶ added in v0.6.5
func (s OptionGroupMembership) String() string
String returns the string representation
type OptionGroupOption ¶
type OptionGroupOption struct { // If the option requires a port, specifies the default port for the option. DefaultPort *int64 `type:"integer"` // The description of the option. Description *string `type:"string"` // The name of the engine that this option can be applied to. EngineName *string `type:"string"` // Indicates the major engine version that the option is available for. MajorEngineVersion *string `type:"string"` // The minimum required engine version for the option to be applied. MinimumRequiredMinorEngineVersion *string `type:"string"` // The name of the option. Name *string `type:"string"` // The option settings that are available (and the default value) for each option // in an option group. OptionGroupOptionSettings []*OptionGroupOptionSetting `locationNameList:"OptionGroupOptionSetting" type:"list"` // The versions that are available for the option. OptionGroupOptionVersions []*OptionVersion `locationNameList:"OptionVersion" type:"list"` // The options that conflict with this option. OptionsConflictsWith []*string `locationNameList:"OptionConflictName" type:"list"` // The options that are prerequisites for this option. OptionsDependedOn []*string `locationNameList:"OptionName" type:"list"` // Permanent options can never be removed from an option group. An option group // containing a permanent option can't be removed from a DB instance. Permanent *bool `type:"boolean"` // Persistent options can't be removed from an option group while DB instances // are associated with the option group. If you disassociate all DB instances // from the option group, your can remove the persistent option from the option // group. Persistent *bool `type:"boolean"` // Specifies whether the option requires a port. PortRequired *bool `type:"boolean"` // If true, you must enable the Auto Minor Version Upgrade setting for your // DB instance before you can use this option. You can enable Auto Minor Version // Upgrade when you first create your DB instance, or by modifying your DB instance // later. RequiresAutoMinorEngineVersionUpgrade *bool `type:"boolean"` // If true, you can change the option to an earlier version of the option. This // only applies to options that have different versions available. SupportsOptionVersionDowngrade *bool `type:"boolean"` // If true, you can only use this option with a DB instance that is in a VPC. VpcOnly *bool `type:"boolean"` // contains filtered or unexported fields }
Available option.
func (OptionGroupOption) GoString ¶ added in v0.6.5
func (s OptionGroupOption) GoString() string
GoString returns the string representation
func (*OptionGroupOption) SetDefaultPort ¶ added in v1.5.0
func (s *OptionGroupOption) SetDefaultPort(v int64) *OptionGroupOption
SetDefaultPort sets the DefaultPort field's value.
func (*OptionGroupOption) SetDescription ¶ added in v1.5.0
func (s *OptionGroupOption) SetDescription(v string) *OptionGroupOption
SetDescription sets the Description field's value.
func (*OptionGroupOption) SetEngineName ¶ added in v1.5.0
func (s *OptionGroupOption) SetEngineName(v string) *OptionGroupOption
SetEngineName sets the EngineName field's value.
func (*OptionGroupOption) SetMajorEngineVersion ¶ added in v1.5.0
func (s *OptionGroupOption) SetMajorEngineVersion(v string) *OptionGroupOption
SetMajorEngineVersion sets the MajorEngineVersion field's value.
func (*OptionGroupOption) SetMinimumRequiredMinorEngineVersion ¶ added in v1.5.0
func (s *OptionGroupOption) SetMinimumRequiredMinorEngineVersion(v string) *OptionGroupOption
SetMinimumRequiredMinorEngineVersion sets the MinimumRequiredMinorEngineVersion field's value.
func (*OptionGroupOption) SetName ¶ added in v1.5.0
func (s *OptionGroupOption) SetName(v string) *OptionGroupOption
SetName sets the Name field's value.
func (*OptionGroupOption) SetOptionGroupOptionSettings ¶ added in v1.5.0
func (s *OptionGroupOption) SetOptionGroupOptionSettings(v []*OptionGroupOptionSetting) *OptionGroupOption
SetOptionGroupOptionSettings sets the OptionGroupOptionSettings field's value.
func (*OptionGroupOption) SetOptionGroupOptionVersions ¶ added in v1.5.0
func (s *OptionGroupOption) SetOptionGroupOptionVersions(v []*OptionVersion) *OptionGroupOption
SetOptionGroupOptionVersions sets the OptionGroupOptionVersions field's value.
func (*OptionGroupOption) SetOptionsConflictsWith ¶ added in v1.5.0
func (s *OptionGroupOption) SetOptionsConflictsWith(v []*string) *OptionGroupOption
SetOptionsConflictsWith sets the OptionsConflictsWith field's value.
func (*OptionGroupOption) SetOptionsDependedOn ¶ added in v1.5.0
func (s *OptionGroupOption) SetOptionsDependedOn(v []*string) *OptionGroupOption
SetOptionsDependedOn sets the OptionsDependedOn field's value.
func (*OptionGroupOption) SetPermanent ¶ added in v1.5.0
func (s *OptionGroupOption) SetPermanent(v bool) *OptionGroupOption
SetPermanent sets the Permanent field's value.
func (*OptionGroupOption) SetPersistent ¶ added in v1.5.0
func (s *OptionGroupOption) SetPersistent(v bool) *OptionGroupOption
SetPersistent sets the Persistent field's value.
func (*OptionGroupOption) SetPortRequired ¶ added in v1.5.0
func (s *OptionGroupOption) SetPortRequired(v bool) *OptionGroupOption
SetPortRequired sets the PortRequired field's value.
func (*OptionGroupOption) SetRequiresAutoMinorEngineVersionUpgrade ¶ added in v1.10.33
func (s *OptionGroupOption) SetRequiresAutoMinorEngineVersionUpgrade(v bool) *OptionGroupOption
SetRequiresAutoMinorEngineVersionUpgrade sets the RequiresAutoMinorEngineVersionUpgrade field's value.
func (*OptionGroupOption) SetSupportsOptionVersionDowngrade ¶ added in v1.10.33
func (s *OptionGroupOption) SetSupportsOptionVersionDowngrade(v bool) *OptionGroupOption
SetSupportsOptionVersionDowngrade sets the SupportsOptionVersionDowngrade field's value.
func (*OptionGroupOption) SetVpcOnly ¶ added in v1.10.33
func (s *OptionGroupOption) SetVpcOnly(v bool) *OptionGroupOption
SetVpcOnly sets the VpcOnly field's value.
func (OptionGroupOption) String ¶ added in v0.6.5
func (s OptionGroupOption) String() string
String returns the string representation
type OptionGroupOptionSetting ¶
type OptionGroupOptionSetting struct { // Indicates the acceptable values for the option group option. AllowedValues *string `type:"string"` // The DB engine specific parameter type for the option group option. ApplyType *string `type:"string"` // The default value for the option group option. DefaultValue *string `type:"string"` // Boolean value where true indicates that this option group option can be changed // from the default value. IsModifiable *bool `type:"boolean"` // Boolean value where true indicates that a value must be specified for this // option setting of the option group option. IsRequired *bool `type:"boolean"` // The minimum DB engine version required for the corresponding allowed value // for this option setting. MinimumEngineVersionPerAllowedValue []*MinimumEngineVersionPerAllowedValue `locationNameList:"MinimumEngineVersionPerAllowedValue" type:"list"` // The description of the option group option. SettingDescription *string `type:"string"` // The name of the option group option. SettingName *string `type:"string"` // contains filtered or unexported fields }
Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
func (OptionGroupOptionSetting) GoString ¶ added in v0.6.5
func (s OptionGroupOptionSetting) GoString() string
GoString returns the string representation
func (*OptionGroupOptionSetting) SetAllowedValues ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetAllowedValues(v string) *OptionGroupOptionSetting
SetAllowedValues sets the AllowedValues field's value.
func (*OptionGroupOptionSetting) SetApplyType ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetApplyType(v string) *OptionGroupOptionSetting
SetApplyType sets the ApplyType field's value.
func (*OptionGroupOptionSetting) SetDefaultValue ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetDefaultValue(v string) *OptionGroupOptionSetting
SetDefaultValue sets the DefaultValue field's value.
func (*OptionGroupOptionSetting) SetIsModifiable ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetIsModifiable(v bool) *OptionGroupOptionSetting
SetIsModifiable sets the IsModifiable field's value.
func (*OptionGroupOptionSetting) SetIsRequired ¶ added in v1.15.41
func (s *OptionGroupOptionSetting) SetIsRequired(v bool) *OptionGroupOptionSetting
SetIsRequired sets the IsRequired field's value.
func (*OptionGroupOptionSetting) SetMinimumEngineVersionPerAllowedValue ¶ added in v1.15.41
func (s *OptionGroupOptionSetting) SetMinimumEngineVersionPerAllowedValue(v []*MinimumEngineVersionPerAllowedValue) *OptionGroupOptionSetting
SetMinimumEngineVersionPerAllowedValue sets the MinimumEngineVersionPerAllowedValue field's value.
func (*OptionGroupOptionSetting) SetSettingDescription ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetSettingDescription(v string) *OptionGroupOptionSetting
SetSettingDescription sets the SettingDescription field's value.
func (*OptionGroupOptionSetting) SetSettingName ¶ added in v1.5.0
func (s *OptionGroupOptionSetting) SetSettingName(v string) *OptionGroupOptionSetting
SetSettingName sets the SettingName field's value.
func (OptionGroupOptionSetting) String ¶ added in v0.6.5
func (s OptionGroupOptionSetting) String() string
String returns the string representation
type OptionSetting ¶
type OptionSetting struct { // The allowed values of the option setting. AllowedValues *string `type:"string"` // The DB engine specific parameter type. ApplyType *string `type:"string"` // The data type of the option setting. DataType *string `type:"string"` // The default value of the option setting. DefaultValue *string `type:"string"` // The description of the option setting. Description *string `type:"string"` // Indicates if the option setting is part of a collection. IsCollection *bool `type:"boolean"` // A Boolean value that, when true, indicates the option setting can be modified // from the default. IsModifiable *bool `type:"boolean"` // The name of the option that has settings that you can set. Name *string `type:"string"` // The current value of the option setting. Value *string `type:"string"` // contains filtered or unexported fields }
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
func (OptionSetting) GoString ¶ added in v0.6.5
func (s OptionSetting) GoString() string
GoString returns the string representation
func (*OptionSetting) SetAllowedValues ¶ added in v1.5.0
func (s *OptionSetting) SetAllowedValues(v string) *OptionSetting
SetAllowedValues sets the AllowedValues field's value.
func (*OptionSetting) SetApplyType ¶ added in v1.5.0
func (s *OptionSetting) SetApplyType(v string) *OptionSetting
SetApplyType sets the ApplyType field's value.
func (*OptionSetting) SetDataType ¶ added in v1.5.0
func (s *OptionSetting) SetDataType(v string) *OptionSetting
SetDataType sets the DataType field's value.
func (*OptionSetting) SetDefaultValue ¶ added in v1.5.0
func (s *OptionSetting) SetDefaultValue(v string) *OptionSetting
SetDefaultValue sets the DefaultValue field's value.
func (*OptionSetting) SetDescription ¶ added in v1.5.0
func (s *OptionSetting) SetDescription(v string) *OptionSetting
SetDescription sets the Description field's value.
func (*OptionSetting) SetIsCollection ¶ added in v1.5.0
func (s *OptionSetting) SetIsCollection(v bool) *OptionSetting
SetIsCollection sets the IsCollection field's value.
func (*OptionSetting) SetIsModifiable ¶ added in v1.5.0
func (s *OptionSetting) SetIsModifiable(v bool) *OptionSetting
SetIsModifiable sets the IsModifiable field's value.
func (*OptionSetting) SetName ¶ added in v1.5.0
func (s *OptionSetting) SetName(v string) *OptionSetting
SetName sets the Name field's value.
func (*OptionSetting) SetValue ¶ added in v1.5.0
func (s *OptionSetting) SetValue(v string) *OptionSetting
SetValue sets the Value field's value.
func (OptionSetting) String ¶ added in v0.6.5
func (s OptionSetting) String() string
String returns the string representation
type OptionVersion ¶ added in v1.3.0
type OptionVersion struct { // True if the version is the default version of the option, and otherwise false. IsDefault *bool `type:"boolean"` // The version of the option. Version *string `type:"string"` // contains filtered or unexported fields }
The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.
func (OptionVersion) GoString ¶ added in v1.3.0
func (s OptionVersion) GoString() string
GoString returns the string representation
func (*OptionVersion) SetIsDefault ¶ added in v1.5.0
func (s *OptionVersion) SetIsDefault(v bool) *OptionVersion
SetIsDefault sets the IsDefault field's value.
func (*OptionVersion) SetVersion ¶ added in v1.5.0
func (s *OptionVersion) SetVersion(v string) *OptionVersion
SetVersion sets the Version field's value.
func (OptionVersion) String ¶ added in v1.3.0
func (s OptionVersion) String() string
String returns the string representation
type OrderableDBInstanceOption ¶
type OrderableDBInstanceOption struct { // The Availability Zone group for a DB instance. AvailabilityZoneGroup *string `type:"string"` // A list of Availability Zones for a DB instance. AvailabilityZones []*AvailabilityZone `locationNameList:"AvailabilityZone" type:"list"` // A list of the available processor features for the DB instance class of a // DB instance. AvailableProcessorFeatures []*AvailableProcessorFeature `locationNameList:"AvailableProcessorFeature" type:"list"` // The DB instance class for a DB instance. DBInstanceClass *string `type:"string"` // The engine type of a DB instance. Engine *string `type:"string"` // The engine version of a DB instance. EngineVersion *string `type:"string"` // The license model for a DB instance. LicenseModel *string `type:"string"` // Maximum total provisioned IOPS for a DB instance. MaxIopsPerDbInstance *int64 `type:"integer"` // Maximum provisioned IOPS per GiB for a DB instance. MaxIopsPerGib *float64 `type:"double"` // Maximum storage size for a DB instance. MaxStorageSize *int64 `type:"integer"` // Minimum total provisioned IOPS for a DB instance. MinIopsPerDbInstance *int64 `type:"integer"` // Minimum provisioned IOPS per GiB for a DB instance. MinIopsPerGib *float64 `type:"double"` // Minimum storage size for a DB instance. MinStorageSize *int64 `type:"integer"` // Indicates whether a DB instance is Multi-AZ capable. MultiAZCapable *bool `type:"boolean"` // Whether a DB instance supports RDS on Outposts. // // For more information about RDS on Outposts, see Amazon RDS on AWS Outposts // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. OutpostCapable *bool `type:"boolean"` // Indicates whether a DB instance can have a read replica. ReadReplicaCapable *bool `type:"boolean"` // Indicates the storage type for a DB instance. StorageType *string `type:"string"` // A list of the supported DB engine modes. SupportedEngineModes []*string `type:"list"` // Indicates whether a DB instance supports Enhanced Monitoring at intervals // from 1 to 60 seconds. SupportsEnhancedMonitoring *bool `type:"boolean"` // A value that indicates whether you can use Aurora global databases with a // specific combination of other DB engine attributes. SupportsGlobalDatabases *bool `type:"boolean"` // Indicates whether a DB instance supports IAM database authentication. SupportsIAMDatabaseAuthentication *bool `type:"boolean"` // Indicates whether a DB instance supports provisioned IOPS. SupportsIops *bool `type:"boolean"` // Whether a DB instance supports Kerberos Authentication. SupportsKerberosAuthentication *bool `type:"boolean"` // True if a DB instance supports Performance Insights, otherwise false. SupportsPerformanceInsights *bool `type:"boolean"` // Whether Amazon RDS can automatically scale storage for DB instances that // use the specified DB instance class. SupportsStorageAutoscaling *bool `type:"boolean"` // Indicates whether a DB instance supports encrypted storage. SupportsStorageEncryption *bool `type:"boolean"` // Indicates whether a DB instance is in a VPC. Vpc *bool `type:"boolean"` // contains filtered or unexported fields }
Contains a list of available options for a DB instance.
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
func (OrderableDBInstanceOption) GoString ¶ added in v0.6.5
func (s OrderableDBInstanceOption) GoString() string
GoString returns the string representation
func (*OrderableDBInstanceOption) SetAvailabilityZoneGroup ¶ added in v1.30.13
func (s *OrderableDBInstanceOption) SetAvailabilityZoneGroup(v string) *OrderableDBInstanceOption
SetAvailabilityZoneGroup sets the AvailabilityZoneGroup field's value.
func (*OrderableDBInstanceOption) SetAvailabilityZones ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetAvailabilityZones(v []*AvailabilityZone) *OrderableDBInstanceOption
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*OrderableDBInstanceOption) SetAvailableProcessorFeatures ¶ added in v1.14.1
func (s *OrderableDBInstanceOption) SetAvailableProcessorFeatures(v []*AvailableProcessorFeature) *OrderableDBInstanceOption
SetAvailableProcessorFeatures sets the AvailableProcessorFeatures field's value.
func (*OrderableDBInstanceOption) SetDBInstanceClass ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetDBInstanceClass(v string) *OrderableDBInstanceOption
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*OrderableDBInstanceOption) SetEngine ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetEngine(v string) *OrderableDBInstanceOption
SetEngine sets the Engine field's value.
func (*OrderableDBInstanceOption) SetEngineVersion ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetEngineVersion(v string) *OrderableDBInstanceOption
SetEngineVersion sets the EngineVersion field's value.
func (*OrderableDBInstanceOption) SetLicenseModel ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetLicenseModel(v string) *OrderableDBInstanceOption
SetLicenseModel sets the LicenseModel field's value.
func (*OrderableDBInstanceOption) SetMaxIopsPerDbInstance ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMaxIopsPerDbInstance(v int64) *OrderableDBInstanceOption
SetMaxIopsPerDbInstance sets the MaxIopsPerDbInstance field's value.
func (*OrderableDBInstanceOption) SetMaxIopsPerGib ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMaxIopsPerGib(v float64) *OrderableDBInstanceOption
SetMaxIopsPerGib sets the MaxIopsPerGib field's value.
func (*OrderableDBInstanceOption) SetMaxStorageSize ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMaxStorageSize(v int64) *OrderableDBInstanceOption
SetMaxStorageSize sets the MaxStorageSize field's value.
func (*OrderableDBInstanceOption) SetMinIopsPerDbInstance ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMinIopsPerDbInstance(v int64) *OrderableDBInstanceOption
SetMinIopsPerDbInstance sets the MinIopsPerDbInstance field's value.
func (*OrderableDBInstanceOption) SetMinIopsPerGib ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMinIopsPerGib(v float64) *OrderableDBInstanceOption
SetMinIopsPerGib sets the MinIopsPerGib field's value.
func (*OrderableDBInstanceOption) SetMinStorageSize ¶ added in v1.12.24
func (s *OrderableDBInstanceOption) SetMinStorageSize(v int64) *OrderableDBInstanceOption
SetMinStorageSize sets the MinStorageSize field's value.
func (*OrderableDBInstanceOption) SetMultiAZCapable ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetMultiAZCapable(v bool) *OrderableDBInstanceOption
SetMultiAZCapable sets the MultiAZCapable field's value.
func (*OrderableDBInstanceOption) SetOutpostCapable ¶ added in v1.33.2
func (s *OrderableDBInstanceOption) SetOutpostCapable(v bool) *OrderableDBInstanceOption
SetOutpostCapable sets the OutpostCapable field's value.
func (*OrderableDBInstanceOption) SetReadReplicaCapable ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetReadReplicaCapable(v bool) *OrderableDBInstanceOption
SetReadReplicaCapable sets the ReadReplicaCapable field's value.
func (*OrderableDBInstanceOption) SetStorageType ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetStorageType(v string) *OrderableDBInstanceOption
SetStorageType sets the StorageType field's value.
func (*OrderableDBInstanceOption) SetSupportedEngineModes ¶ added in v1.15.9
func (s *OrderableDBInstanceOption) SetSupportedEngineModes(v []*string) *OrderableDBInstanceOption
SetSupportedEngineModes sets the SupportedEngineModes field's value.
func (*OrderableDBInstanceOption) SetSupportsEnhancedMonitoring ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetSupportsEnhancedMonitoring(v bool) *OrderableDBInstanceOption
SetSupportsEnhancedMonitoring sets the SupportsEnhancedMonitoring field's value.
func (*OrderableDBInstanceOption) SetSupportsGlobalDatabases ¶ added in v1.33.8
func (s *OrderableDBInstanceOption) SetSupportsGlobalDatabases(v bool) *OrderableDBInstanceOption
SetSupportsGlobalDatabases sets the SupportsGlobalDatabases field's value.
func (*OrderableDBInstanceOption) SetSupportsIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *OrderableDBInstanceOption) SetSupportsIAMDatabaseAuthentication(v bool) *OrderableDBInstanceOption
SetSupportsIAMDatabaseAuthentication sets the SupportsIAMDatabaseAuthentication field's value.
func (*OrderableDBInstanceOption) SetSupportsIops ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetSupportsIops(v bool) *OrderableDBInstanceOption
SetSupportsIops sets the SupportsIops field's value.
func (*OrderableDBInstanceOption) SetSupportsKerberosAuthentication ¶ added in v1.25.2
func (s *OrderableDBInstanceOption) SetSupportsKerberosAuthentication(v bool) *OrderableDBInstanceOption
SetSupportsKerberosAuthentication sets the SupportsKerberosAuthentication field's value.
func (*OrderableDBInstanceOption) SetSupportsPerformanceInsights ¶ added in v1.10.50
func (s *OrderableDBInstanceOption) SetSupportsPerformanceInsights(v bool) *OrderableDBInstanceOption
SetSupportsPerformanceInsights sets the SupportsPerformanceInsights field's value.
func (*OrderableDBInstanceOption) SetSupportsStorageAutoscaling ¶ added in v1.20.5
func (s *OrderableDBInstanceOption) SetSupportsStorageAutoscaling(v bool) *OrderableDBInstanceOption
SetSupportsStorageAutoscaling sets the SupportsStorageAutoscaling field's value.
func (*OrderableDBInstanceOption) SetSupportsStorageEncryption ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetSupportsStorageEncryption(v bool) *OrderableDBInstanceOption
SetSupportsStorageEncryption sets the SupportsStorageEncryption field's value.
func (*OrderableDBInstanceOption) SetVpc ¶ added in v1.5.0
func (s *OrderableDBInstanceOption) SetVpc(v bool) *OrderableDBInstanceOption
SetVpc sets the Vpc field's value.
func (OrderableDBInstanceOption) String ¶ added in v0.6.5
func (s OrderableDBInstanceOption) String() string
String returns the string representation
type Outpost ¶ added in v1.33.2
type Outpost struct { // The Amazon Resource Name (ARN) of the Outpost. Arn *string `type:"string"` // contains filtered or unexported fields }
A data type that represents an Outpost.
For more information about RDS on Outposts, see Amazon RDS on AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide.
type Parameter ¶
type Parameter struct { // Specifies the valid range of values for the parameter. AllowedValues *string `type:"string"` // Indicates when to apply parameter updates. ApplyMethod *string `type:"string" enum:"ApplyMethod"` // Specifies the engine specific parameters type. ApplyType *string `type:"string"` // Specifies the valid data type for the parameter. DataType *string `type:"string"` // Provides a description of the parameter. Description *string `type:"string"` // Indicates whether (true) or not (false) the parameter can be modified. Some // parameters have security or operational implications that prevent them from // being changed. IsModifiable *bool `type:"boolean"` // The earliest engine version to which the parameter can apply. MinimumEngineVersion *string `type:"string"` // Specifies the name of the parameter. ParameterName *string `type:"string"` // Specifies the value of the parameter. ParameterValue *string `type:"string"` // Indicates the source of the parameter value. Source *string `type:"string"` // The valid DB engine modes. SupportedEngineModes []*string `type:"list"` // contains filtered or unexported fields }
This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.
This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.
func (*Parameter) SetAllowedValues ¶ added in v1.5.0
SetAllowedValues sets the AllowedValues field's value.
func (*Parameter) SetApplyMethod ¶ added in v1.5.0
SetApplyMethod sets the ApplyMethod field's value.
func (*Parameter) SetApplyType ¶ added in v1.5.0
SetApplyType sets the ApplyType field's value.
func (*Parameter) SetDataType ¶ added in v1.5.0
SetDataType sets the DataType field's value.
func (*Parameter) SetDescription ¶ added in v1.5.0
SetDescription sets the Description field's value.
func (*Parameter) SetIsModifiable ¶ added in v1.5.0
SetIsModifiable sets the IsModifiable field's value.
func (*Parameter) SetMinimumEngineVersion ¶ added in v1.5.0
SetMinimumEngineVersion sets the MinimumEngineVersion field's value.
func (*Parameter) SetParameterName ¶ added in v1.5.0
SetParameterName sets the ParameterName field's value.
func (*Parameter) SetParameterValue ¶ added in v1.5.0
SetParameterValue sets the ParameterValue field's value.
func (*Parameter) SetSupportedEngineModes ¶ added in v1.15.9
SetSupportedEngineModes sets the SupportedEngineModes field's value.
type PendingCloudwatchLogsExports ¶ added in v1.12.63
type PendingCloudwatchLogsExports struct { // Log types that are in the process of being enabled. After they are enabled, // these log types are exported to CloudWatch Logs. LogTypesToDisable []*string `type:"list"` // Log types that are in the process of being deactivated. After they are deactivated, // these log types aren't exported to CloudWatch Logs. LogTypesToEnable []*string `type:"list"` // contains filtered or unexported fields }
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
func (PendingCloudwatchLogsExports) GoString ¶ added in v1.12.63
func (s PendingCloudwatchLogsExports) GoString() string
GoString returns the string representation
func (*PendingCloudwatchLogsExports) SetLogTypesToDisable ¶ added in v1.12.63
func (s *PendingCloudwatchLogsExports) SetLogTypesToDisable(v []*string) *PendingCloudwatchLogsExports
SetLogTypesToDisable sets the LogTypesToDisable field's value.
func (*PendingCloudwatchLogsExports) SetLogTypesToEnable ¶ added in v1.12.63
func (s *PendingCloudwatchLogsExports) SetLogTypesToEnable(v []*string) *PendingCloudwatchLogsExports
SetLogTypesToEnable sets the LogTypesToEnable field's value.
func (PendingCloudwatchLogsExports) String ¶ added in v1.12.63
func (s PendingCloudwatchLogsExports) String() string
String returns the string representation
type PendingMaintenanceAction ¶
type PendingMaintenanceAction struct { // The type of pending maintenance action that is available for the resource. // Valid actions are system-update, db-upgrade, hardware-maintenance, and ca-certificate-rotation. Action *string `type:"string"` // The date of the maintenance window when the action is applied. The maintenance // action is applied to the resource during its first maintenance window after // this date. AutoAppliedAfterDate *time.Time `type:"timestamp"` // The effective date when the pending maintenance action is applied to the // resource. This date takes into account opt-in requests received from the // ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. // This value is blank if an opt-in request has not been received and nothing // has been specified as AutoAppliedAfterDate or ForcedApplyDate. CurrentApplyDate *time.Time `type:"timestamp"` // A description providing more detail about the maintenance action. Description *string `type:"string"` // The date when the maintenance action is automatically applied. // // On this date, the maintenance action is applied to the resource as soon as // possible, regardless of the maintenance window for the resource. There might // be a delay of one or more days from this date before the maintenance action // is applied. ForcedApplyDate *time.Time `type:"timestamp"` // Indicates the type of opt-in request that has been received for the resource. OptInStatus *string `type:"string"` // contains filtered or unexported fields }
Provides information about a pending maintenance action for a resource.
func (PendingMaintenanceAction) GoString ¶ added in v0.6.5
func (s PendingMaintenanceAction) GoString() string
GoString returns the string representation
func (*PendingMaintenanceAction) SetAction ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetAction(v string) *PendingMaintenanceAction
SetAction sets the Action field's value.
func (*PendingMaintenanceAction) SetAutoAppliedAfterDate ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetAutoAppliedAfterDate(v time.Time) *PendingMaintenanceAction
SetAutoAppliedAfterDate sets the AutoAppliedAfterDate field's value.
func (*PendingMaintenanceAction) SetCurrentApplyDate ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetCurrentApplyDate(v time.Time) *PendingMaintenanceAction
SetCurrentApplyDate sets the CurrentApplyDate field's value.
func (*PendingMaintenanceAction) SetDescription ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetDescription(v string) *PendingMaintenanceAction
SetDescription sets the Description field's value.
func (*PendingMaintenanceAction) SetForcedApplyDate ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetForcedApplyDate(v time.Time) *PendingMaintenanceAction
SetForcedApplyDate sets the ForcedApplyDate field's value.
func (*PendingMaintenanceAction) SetOptInStatus ¶ added in v1.5.0
func (s *PendingMaintenanceAction) SetOptInStatus(v string) *PendingMaintenanceAction
SetOptInStatus sets the OptInStatus field's value.
func (PendingMaintenanceAction) String ¶ added in v0.6.5
func (s PendingMaintenanceAction) String() string
String returns the string representation
type PendingModifiedValues ¶
type PendingModifiedValues struct { // The allocated storage size for the DB instance specified in gibibytes . AllocatedStorage *int64 `type:"integer"` // The number of days for which automated backups are retained. BackupRetentionPeriod *int64 `type:"integer"` // The identifier of the CA certificate for the DB instance. CACertificateIdentifier *string `type:"string"` // The name of the compute and memory capacity class for the DB instance. DBInstanceClass *string `type:"string"` // The database identifier for the DB instance. DBInstanceIdentifier *string `type:"string"` // The DB subnet group for the DB instance. DBSubnetGroupName *string `type:"string"` // The database engine version. EngineVersion *string `type:"string"` // Whether mapping of AWS Identity and Access Management (IAM) accounts to database // accounts is enabled. IAMDatabaseAuthenticationEnabled *bool `type:"boolean"` // The Provisioned IOPS value for the DB instance. Iops *int64 `type:"integer"` // The license model for the DB instance. // // Valid values: license-included | bring-your-own-license | general-public-license LicenseModel *string `type:"string"` // The master credentials for the DB instance. MasterUserPassword *string `type:"string"` // A value that indicates that the Single-AZ DB instance will change to a Multi-AZ // deployment. MultiAZ *bool `type:"boolean"` // A list of the log types whose configuration is still pending. In other words, // these log types are in the process of being activated or deactivated. PendingCloudwatchLogsExports *PendingCloudwatchLogsExports `type:"structure"` // The port for the DB instance. Port *int64 `type:"integer"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // The storage type of the DB instance. StorageType *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.
func (PendingModifiedValues) GoString ¶ added in v0.6.5
func (s PendingModifiedValues) GoString() string
GoString returns the string representation
func (*PendingModifiedValues) SetAllocatedStorage ¶ added in v1.5.0
func (s *PendingModifiedValues) SetAllocatedStorage(v int64) *PendingModifiedValues
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*PendingModifiedValues) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *PendingModifiedValues) SetBackupRetentionPeriod(v int64) *PendingModifiedValues
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*PendingModifiedValues) SetCACertificateIdentifier ¶ added in v1.5.0
func (s *PendingModifiedValues) SetCACertificateIdentifier(v string) *PendingModifiedValues
SetCACertificateIdentifier sets the CACertificateIdentifier field's value.
func (*PendingModifiedValues) SetDBInstanceClass ¶ added in v1.5.0
func (s *PendingModifiedValues) SetDBInstanceClass(v string) *PendingModifiedValues
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*PendingModifiedValues) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *PendingModifiedValues) SetDBInstanceIdentifier(v string) *PendingModifiedValues
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*PendingModifiedValues) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *PendingModifiedValues) SetDBSubnetGroupName(v string) *PendingModifiedValues
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*PendingModifiedValues) SetEngineVersion ¶ added in v1.5.0
func (s *PendingModifiedValues) SetEngineVersion(v string) *PendingModifiedValues
SetEngineVersion sets the EngineVersion field's value.
func (*PendingModifiedValues) SetIAMDatabaseAuthenticationEnabled ¶ added in v1.36.12
func (s *PendingModifiedValues) SetIAMDatabaseAuthenticationEnabled(v bool) *PendingModifiedValues
SetIAMDatabaseAuthenticationEnabled sets the IAMDatabaseAuthenticationEnabled field's value.
func (*PendingModifiedValues) SetIops ¶ added in v1.5.0
func (s *PendingModifiedValues) SetIops(v int64) *PendingModifiedValues
SetIops sets the Iops field's value.
func (*PendingModifiedValues) SetLicenseModel ¶ added in v1.5.0
func (s *PendingModifiedValues) SetLicenseModel(v string) *PendingModifiedValues
SetLicenseModel sets the LicenseModel field's value.
func (*PendingModifiedValues) SetMasterUserPassword ¶ added in v1.5.0
func (s *PendingModifiedValues) SetMasterUserPassword(v string) *PendingModifiedValues
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*PendingModifiedValues) SetMultiAZ ¶ added in v1.5.0
func (s *PendingModifiedValues) SetMultiAZ(v bool) *PendingModifiedValues
SetMultiAZ sets the MultiAZ field's value.
func (*PendingModifiedValues) SetPendingCloudwatchLogsExports ¶ added in v1.12.63
func (s *PendingModifiedValues) SetPendingCloudwatchLogsExports(v *PendingCloudwatchLogsExports) *PendingModifiedValues
SetPendingCloudwatchLogsExports sets the PendingCloudwatchLogsExports field's value.
func (*PendingModifiedValues) SetPort ¶ added in v1.5.0
func (s *PendingModifiedValues) SetPort(v int64) *PendingModifiedValues
SetPort sets the Port field's value.
func (*PendingModifiedValues) SetProcessorFeatures ¶ added in v1.14.1
func (s *PendingModifiedValues) SetProcessorFeatures(v []*ProcessorFeature) *PendingModifiedValues
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*PendingModifiedValues) SetStorageType ¶ added in v1.5.0
func (s *PendingModifiedValues) SetStorageType(v string) *PendingModifiedValues
SetStorageType sets the StorageType field's value.
func (PendingModifiedValues) String ¶ added in v0.6.5
func (s PendingModifiedValues) String() string
String returns the string representation
type ProcessorFeature ¶ added in v1.14.1
type ProcessorFeature struct { // The name of the processor feature. Valid names are coreCount and threadsPerCore. Name *string `type:"string"` // The value of a processor feature name. Value *string `type:"string"` // contains filtered or unexported fields }
Contains the processor features of a DB instance class.
To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter.
You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:
CreateDBInstance
ModifyDBInstance
RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceFromS3
RestoreDBInstanceToPointInTime
You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter.
In addition, you can use the following actions for DB instance class processor information:
DescribeDBInstances
DescribeDBSnapshots
DescribeValidDBInstanceModifications
If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met:
You are accessing an Oracle DB instance.
Your Oracle DB instance class supports configuring the number of CPU cores and threads per core.
The current number CPU cores and threads is set to a non-default value.
For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide.
func (ProcessorFeature) GoString ¶ added in v1.14.1
func (s ProcessorFeature) GoString() string
GoString returns the string representation
func (*ProcessorFeature) SetName ¶ added in v1.14.1
func (s *ProcessorFeature) SetName(v string) *ProcessorFeature
SetName sets the Name field's value.
func (*ProcessorFeature) SetValue ¶ added in v1.14.1
func (s *ProcessorFeature) SetValue(v string) *ProcessorFeature
SetValue sets the Value field's value.
func (ProcessorFeature) String ¶ added in v1.14.1
func (s ProcessorFeature) String() string
String returns the string representation
type PromoteReadReplicaDBClusterInput ¶ added in v1.1.35
type PromoteReadReplicaDBClusterInput struct { // The identifier of the DB cluster read replica to promote. This parameter // isn't case-sensitive. // // Constraints: // // * Must match the identifier of an existing DB cluster read replica. // // Example: my-cluster-replica1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PromoteReadReplicaDBClusterInput) GoString ¶ added in v1.1.35
func (s PromoteReadReplicaDBClusterInput) GoString() string
GoString returns the string representation
func (*PromoteReadReplicaDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *PromoteReadReplicaDBClusterInput) SetDBClusterIdentifier(v string) *PromoteReadReplicaDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (PromoteReadReplicaDBClusterInput) String ¶ added in v1.1.35
func (s PromoteReadReplicaDBClusterInput) String() string
String returns the string representation
func (*PromoteReadReplicaDBClusterInput) Validate ¶ added in v1.1.35
func (s *PromoteReadReplicaDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PromoteReadReplicaDBClusterOutput ¶ added in v1.1.35
type PromoteReadReplicaDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (PromoteReadReplicaDBClusterOutput) GoString ¶ added in v1.1.35
func (s PromoteReadReplicaDBClusterOutput) GoString() string
GoString returns the string representation
func (*PromoteReadReplicaDBClusterOutput) SetDBCluster ¶ added in v1.5.0
func (s *PromoteReadReplicaDBClusterOutput) SetDBCluster(v *DBCluster) *PromoteReadReplicaDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (PromoteReadReplicaDBClusterOutput) String ¶ added in v1.1.35
func (s PromoteReadReplicaDBClusterOutput) String() string
String returns the string representation
type PromoteReadReplicaInput ¶
type PromoteReadReplicaInput struct { // The number of days for which automated backups are retained. Setting this // parameter to a positive number enables backups. Setting this parameter to // 0 disables automated backups. // // Default: 1 // // Constraints: // // * Must be a value from 0 to 35. // // * Can't be set to 0 if the DB instance is a source to read replicas. BackupRetentionPeriod *int64 `type:"integer"` // The DB instance identifier. This value is stored as a lowercase string. // // Constraints: // // * Must match the identifier of an existing read replica DB instance. // // Example: mydbinstance // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The daily time range during which automated backups are created if automated // backups are enabled, using the BackupRetentionPeriod parameter. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region. To see the time blocks available, see Adjusting // the Preferred Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html) // in the Amazon RDS User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // contains filtered or unexported fields }
func (PromoteReadReplicaInput) GoString ¶ added in v0.6.5
func (s PromoteReadReplicaInput) GoString() string
GoString returns the string representation
func (*PromoteReadReplicaInput) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *PromoteReadReplicaInput) SetBackupRetentionPeriod(v int64) *PromoteReadReplicaInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*PromoteReadReplicaInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *PromoteReadReplicaInput) SetDBInstanceIdentifier(v string) *PromoteReadReplicaInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*PromoteReadReplicaInput) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *PromoteReadReplicaInput) SetPreferredBackupWindow(v string) *PromoteReadReplicaInput
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (PromoteReadReplicaInput) String ¶ added in v0.6.5
func (s PromoteReadReplicaInput) String() string
String returns the string representation
func (*PromoteReadReplicaInput) Validate ¶ added in v1.1.21
func (s *PromoteReadReplicaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PromoteReadReplicaOutput ¶
type PromoteReadReplicaOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (PromoteReadReplicaOutput) GoString ¶ added in v0.6.5
func (s PromoteReadReplicaOutput) GoString() string
GoString returns the string representation
func (*PromoteReadReplicaOutput) SetDBInstance ¶ added in v1.5.0
func (s *PromoteReadReplicaOutput) SetDBInstance(v *DBInstance) *PromoteReadReplicaOutput
SetDBInstance sets the DBInstance field's value.
func (PromoteReadReplicaOutput) String ¶ added in v0.6.5
func (s PromoteReadReplicaOutput) String() string
String returns the string representation
type PurchaseReservedDBInstancesOfferingInput ¶
type PurchaseReservedDBInstancesOfferingInput struct { // The number of instances to reserve. // // Default: 1 DBInstanceCount *int64 `type:"integer"` // Customer-specified identifier to track this reservation. // // Example: myreservationID ReservedDBInstanceId *string `type:"string"` // The ID of the Reserved DB instance offering to purchase. // // Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706 // // ReservedDBInstancesOfferingId is a required field ReservedDBInstancesOfferingId *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (PurchaseReservedDBInstancesOfferingInput) GoString ¶ added in v0.6.5
func (s PurchaseReservedDBInstancesOfferingInput) GoString() string
GoString returns the string representation
func (*PurchaseReservedDBInstancesOfferingInput) SetDBInstanceCount ¶ added in v1.5.0
func (s *PurchaseReservedDBInstancesOfferingInput) SetDBInstanceCount(v int64) *PurchaseReservedDBInstancesOfferingInput
SetDBInstanceCount sets the DBInstanceCount field's value.
func (*PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstanceId ¶ added in v1.5.0
func (s *PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstanceId(v string) *PurchaseReservedDBInstancesOfferingInput
SetReservedDBInstanceId sets the ReservedDBInstanceId field's value.
func (*PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstancesOfferingId ¶ added in v1.5.0
func (s *PurchaseReservedDBInstancesOfferingInput) SetReservedDBInstancesOfferingId(v string) *PurchaseReservedDBInstancesOfferingInput
SetReservedDBInstancesOfferingId sets the ReservedDBInstancesOfferingId field's value.
func (*PurchaseReservedDBInstancesOfferingInput) SetTags ¶ added in v1.5.0
func (s *PurchaseReservedDBInstancesOfferingInput) SetTags(v []*Tag) *PurchaseReservedDBInstancesOfferingInput
SetTags sets the Tags field's value.
func (PurchaseReservedDBInstancesOfferingInput) String ¶ added in v0.6.5
func (s PurchaseReservedDBInstancesOfferingInput) String() string
String returns the string representation
func (*PurchaseReservedDBInstancesOfferingInput) Validate ¶ added in v1.1.21
func (s *PurchaseReservedDBInstancesOfferingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PurchaseReservedDBInstancesOfferingOutput ¶
type PurchaseReservedDBInstancesOfferingOutput struct { // This data type is used as a response element in the DescribeReservedDBInstances // and PurchaseReservedDBInstancesOffering actions. ReservedDBInstance *ReservedDBInstance `type:"structure"` // contains filtered or unexported fields }
func (PurchaseReservedDBInstancesOfferingOutput) GoString ¶ added in v0.6.5
func (s PurchaseReservedDBInstancesOfferingOutput) GoString() string
GoString returns the string representation
func (*PurchaseReservedDBInstancesOfferingOutput) SetReservedDBInstance ¶ added in v1.5.0
func (s *PurchaseReservedDBInstancesOfferingOutput) SetReservedDBInstance(v *ReservedDBInstance) *PurchaseReservedDBInstancesOfferingOutput
SetReservedDBInstance sets the ReservedDBInstance field's value.
func (PurchaseReservedDBInstancesOfferingOutput) String ¶ added in v0.6.5
func (s PurchaseReservedDBInstancesOfferingOutput) String() string
String returns the string representation
type RDS ¶
RDS provides the API operation methods for making requests to Amazon Relational Database Service. See this package's package overview docs for details on the service.
RDS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *RDS
New creates a new instance of the RDS client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a RDS client from just a session. svc := rds.New(mySession) // Create a RDS client with additional configuration svc := rds.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*RDS) AddRoleToDBCluster ¶ added in v1.4.19
func (c *RDS) AddRoleToDBCluster(input *AddRoleToDBClusterInput) (*AddRoleToDBClusterOutput, error)
AddRoleToDBCluster API operation for Amazon Relational Database Service.
Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other AWS Services on Your Behalf (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation AddRoleToDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBClusterRoleAlreadyExistsFault "DBClusterRoleAlreadyExists" The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBClusterRoleQuotaExceededFault "DBClusterRoleQuotaExceeded" You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBCluster
func (*RDS) AddRoleToDBClusterRequest ¶ added in v1.4.19
func (c *RDS) AddRoleToDBClusterRequest(input *AddRoleToDBClusterInput) (req *request.Request, output *AddRoleToDBClusterOutput)
AddRoleToDBClusterRequest generates a "aws/request.Request" representing the client's request for the AddRoleToDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AddRoleToDBCluster for more information on using the AddRoleToDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AddRoleToDBClusterRequest method. req, resp := client.AddRoleToDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBCluster
func (*RDS) AddRoleToDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) AddRoleToDBClusterWithContext(ctx aws.Context, input *AddRoleToDBClusterInput, opts ...request.Option) (*AddRoleToDBClusterOutput, error)
AddRoleToDBClusterWithContext is the same as AddRoleToDBCluster with the addition of the ability to pass a context and additional request options.
See AddRoleToDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) AddRoleToDBInstance ¶ added in v1.16.25
func (c *RDS) AddRoleToDBInstance(input *AddRoleToDBInstanceInput) (*AddRoleToDBInstanceOutput, error)
AddRoleToDBInstance API operation for Amazon Relational Database Service.
Associates an AWS Identity and Access Management (IAM) role with a DB instance.
To add a role to a DB instance, the status of the DB instance must be available.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation AddRoleToDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBInstanceRoleAlreadyExistsFault "DBInstanceRoleAlreadyExists" The specified RoleArn or FeatureName value is already associated with the DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBInstanceRoleQuotaExceededFault "DBInstanceRoleQuotaExceeded" You can't associate any more AWS Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBInstance
func (*RDS) AddRoleToDBInstanceRequest ¶ added in v1.16.25
func (c *RDS) AddRoleToDBInstanceRequest(input *AddRoleToDBInstanceInput) (req *request.Request, output *AddRoleToDBInstanceOutput)
AddRoleToDBInstanceRequest generates a "aws/request.Request" representing the client's request for the AddRoleToDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AddRoleToDBInstance for more information on using the AddRoleToDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AddRoleToDBInstanceRequest method. req, resp := client.AddRoleToDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBInstance
func (*RDS) AddRoleToDBInstanceWithContext ¶ added in v1.16.25
func (c *RDS) AddRoleToDBInstanceWithContext(ctx aws.Context, input *AddRoleToDBInstanceInput, opts ...request.Option) (*AddRoleToDBInstanceOutput, error)
AddRoleToDBInstanceWithContext is the same as AddRoleToDBInstance with the addition of the ability to pass a context and additional request options.
See AddRoleToDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) AddSourceIdentifierToSubscription ¶
func (c *RDS) AddSourceIdentifierToSubscription(input *AddSourceIdentifierToSubscriptionInput) (*AddSourceIdentifierToSubscriptionOutput, error)
AddSourceIdentifierToSubscription API operation for Amazon Relational Database Service.
Adds a source identifier to an existing RDS event notification subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation AddSourceIdentifierToSubscription for usage and error information.
Returned Error Codes:
ErrCodeSubscriptionNotFoundFault "SubscriptionNotFound" The subscription name does not exist.
ErrCodeSourceNotFoundFault "SourceNotFound" The requested source could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddSourceIdentifierToSubscription
func (*RDS) AddSourceIdentifierToSubscriptionRequest ¶
func (c *RDS) AddSourceIdentifierToSubscriptionRequest(input *AddSourceIdentifierToSubscriptionInput) (req *request.Request, output *AddSourceIdentifierToSubscriptionOutput)
AddSourceIdentifierToSubscriptionRequest generates a "aws/request.Request" representing the client's request for the AddSourceIdentifierToSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AddSourceIdentifierToSubscription for more information on using the AddSourceIdentifierToSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AddSourceIdentifierToSubscriptionRequest method. req, resp := client.AddSourceIdentifierToSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddSourceIdentifierToSubscription
func (*RDS) AddSourceIdentifierToSubscriptionWithContext ¶ added in v1.8.0
func (c *RDS) AddSourceIdentifierToSubscriptionWithContext(ctx aws.Context, input *AddSourceIdentifierToSubscriptionInput, opts ...request.Option) (*AddSourceIdentifierToSubscriptionOutput, error)
AddSourceIdentifierToSubscriptionWithContext is the same as AddSourceIdentifierToSubscription with the addition of the ability to pass a context and additional request options.
See AddSourceIdentifierToSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) AddTagsToResource ¶
func (c *RDS) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
AddTagsToResource API operation for Amazon Relational Database Service.
Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.
For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation AddTagsToResource for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddTagsToResource
func (*RDS) AddTagsToResourceRequest ¶
func (c *RDS) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
AddTagsToResourceRequest generates a "aws/request.Request" representing the client's request for the AddTagsToResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AddTagsToResource for more information on using the AddTagsToResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AddTagsToResourceRequest method. req, resp := client.AddTagsToResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddTagsToResource
func (*RDS) AddTagsToResourceWithContext ¶ added in v1.8.0
func (c *RDS) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.
See AddTagsToResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ApplyPendingMaintenanceAction ¶
func (c *RDS) ApplyPendingMaintenanceAction(input *ApplyPendingMaintenanceActionInput) (*ApplyPendingMaintenanceActionOutput, error)
ApplyPendingMaintenanceAction API operation for Amazon Relational Database Service.
Applies a pending maintenance action to a resource (for example, to a DB instance).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ApplyPendingMaintenanceAction for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The specified resource ID was not found.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ApplyPendingMaintenanceAction
func (*RDS) ApplyPendingMaintenanceActionRequest ¶
func (c *RDS) ApplyPendingMaintenanceActionRequest(input *ApplyPendingMaintenanceActionInput) (req *request.Request, output *ApplyPendingMaintenanceActionOutput)
ApplyPendingMaintenanceActionRequest generates a "aws/request.Request" representing the client's request for the ApplyPendingMaintenanceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ApplyPendingMaintenanceAction for more information on using the ApplyPendingMaintenanceAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ApplyPendingMaintenanceActionRequest method. req, resp := client.ApplyPendingMaintenanceActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ApplyPendingMaintenanceAction
func (*RDS) ApplyPendingMaintenanceActionWithContext ¶ added in v1.8.0
func (c *RDS) ApplyPendingMaintenanceActionWithContext(ctx aws.Context, input *ApplyPendingMaintenanceActionInput, opts ...request.Option) (*ApplyPendingMaintenanceActionOutput, error)
ApplyPendingMaintenanceActionWithContext is the same as ApplyPendingMaintenanceAction with the addition of the ability to pass a context and additional request options.
See ApplyPendingMaintenanceAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) AuthorizeDBSecurityGroupIngress ¶
func (c *RDS) AuthorizeDBSecurityGroupIngress(input *AuthorizeDBSecurityGroupIngressInput) (*AuthorizeDBSecurityGroupIngressOutput, error)
AuthorizeDBSecurityGroupIngress API operation for Amazon Relational Database Service.
Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).
You can't authorize ingress from an EC2 security group in one AWS Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.
For an overview of CIDR ranges, go to the Wikipedia Tutorial (http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation AuthorizeDBSecurityGroupIngress for usage and error information.
Returned Error Codes:
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeInvalidDBSecurityGroupStateFault "InvalidDBSecurityGroupState" The state of the DB security group doesn't allow deletion.
ErrCodeAuthorizationAlreadyExistsFault "AuthorizationAlreadyExists" The specified CIDR IP range or Amazon EC2 security group is already authorized for the specified DB security group.
ErrCodeAuthorizationQuotaExceededFault "AuthorizationQuotaExceeded" The DB security group authorization quota has been reached.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AuthorizeDBSecurityGroupIngress
func (*RDS) AuthorizeDBSecurityGroupIngressRequest ¶
func (c *RDS) AuthorizeDBSecurityGroupIngressRequest(input *AuthorizeDBSecurityGroupIngressInput) (req *request.Request, output *AuthorizeDBSecurityGroupIngressOutput)
AuthorizeDBSecurityGroupIngressRequest generates a "aws/request.Request" representing the client's request for the AuthorizeDBSecurityGroupIngress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AuthorizeDBSecurityGroupIngress for more information on using the AuthorizeDBSecurityGroupIngress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AuthorizeDBSecurityGroupIngressRequest method. req, resp := client.AuthorizeDBSecurityGroupIngressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AuthorizeDBSecurityGroupIngress
func (*RDS) AuthorizeDBSecurityGroupIngressWithContext ¶ added in v1.8.0
func (c *RDS) AuthorizeDBSecurityGroupIngressWithContext(ctx aws.Context, input *AuthorizeDBSecurityGroupIngressInput, opts ...request.Option) (*AuthorizeDBSecurityGroupIngressOutput, error)
AuthorizeDBSecurityGroupIngressWithContext is the same as AuthorizeDBSecurityGroupIngress with the addition of the ability to pass a context and additional request options.
See AuthorizeDBSecurityGroupIngress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) BacktrackDBCluster ¶ added in v1.13.45
func (c *RDS) BacktrackDBCluster(input *BacktrackDBClusterInput) (*BacktrackDBClusterOutput, error)
BacktrackDBCluster API operation for Amazon Relational Database Service.
Backtracks a DB cluster to a specific time, without creating a new DB cluster.
For more information on backtracking, see Backtracking an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html) in the Amazon Aurora User Guide.
This action only applies to Aurora MySQL DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation BacktrackDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/BacktrackDBCluster
func (*RDS) BacktrackDBClusterRequest ¶ added in v1.13.45
func (c *RDS) BacktrackDBClusterRequest(input *BacktrackDBClusterInput) (req *request.Request, output *BacktrackDBClusterOutput)
BacktrackDBClusterRequest generates a "aws/request.Request" representing the client's request for the BacktrackDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BacktrackDBCluster for more information on using the BacktrackDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BacktrackDBClusterRequest method. req, resp := client.BacktrackDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/BacktrackDBCluster
func (*RDS) BacktrackDBClusterWithContext ¶ added in v1.13.45
func (c *RDS) BacktrackDBClusterWithContext(ctx aws.Context, input *BacktrackDBClusterInput, opts ...request.Option) (*BacktrackDBClusterOutput, error)
BacktrackDBClusterWithContext is the same as BacktrackDBCluster with the addition of the ability to pass a context and additional request options.
See BacktrackDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CancelExportTask ¶ added in v1.28.8
func (c *RDS) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
CancelExportTask API operation for Amazon Relational Database Service.
Cancels an export task in progress that is exporting a snapshot to Amazon S3. Any data that has already been written to the S3 bucket isn't removed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CancelExportTask for usage and error information.
Returned Error Codes:
ErrCodeExportTaskNotFoundFault "ExportTaskNotFound" The export task doesn't exist.
ErrCodeInvalidExportTaskStateFault "InvalidExportTaskStateFault" You can't cancel an export task that has completed.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CancelExportTask
func (*RDS) CancelExportTaskRequest ¶ added in v1.28.8
func (c *RDS) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)
CancelExportTaskRequest generates a "aws/request.Request" representing the client's request for the CancelExportTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelExportTask for more information on using the CancelExportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelExportTaskRequest method. req, resp := client.CancelExportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CancelExportTask
func (*RDS) CancelExportTaskWithContext ¶ added in v1.28.8
func (c *RDS) CancelExportTaskWithContext(ctx aws.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)
CancelExportTaskWithContext is the same as CancelExportTask with the addition of the ability to pass a context and additional request options.
See CancelExportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CopyDBClusterParameterGroup ¶ added in v1.2.5
func (c *RDS) CopyDBClusterParameterGroup(input *CopyDBClusterParameterGroupInput) (*CopyDBClusterParameterGroupOutput, error)
CopyDBClusterParameterGroup API operation for Amazon Relational Database Service.
Copies the specified DB cluster parameter group.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CopyDBClusterParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBParameterGroupQuotaExceededFault "DBParameterGroupQuotaExceeded" The request would result in the user exceeding the allowed number of DB parameter groups.
ErrCodeDBParameterGroupAlreadyExistsFault "DBParameterGroupAlreadyExists" A DB parameter group with the same name exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterParameterGroup
func (*RDS) CopyDBClusterParameterGroupRequest ¶ added in v1.2.5
func (c *RDS) CopyDBClusterParameterGroupRequest(input *CopyDBClusterParameterGroupInput) (req *request.Request, output *CopyDBClusterParameterGroupOutput)
CopyDBClusterParameterGroupRequest generates a "aws/request.Request" representing the client's request for the CopyDBClusterParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CopyDBClusterParameterGroup for more information on using the CopyDBClusterParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CopyDBClusterParameterGroupRequest method. req, resp := client.CopyDBClusterParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterParameterGroup
func (*RDS) CopyDBClusterParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) CopyDBClusterParameterGroupWithContext(ctx aws.Context, input *CopyDBClusterParameterGroupInput, opts ...request.Option) (*CopyDBClusterParameterGroupOutput, error)
CopyDBClusterParameterGroupWithContext is the same as CopyDBClusterParameterGroup with the addition of the ability to pass a context and additional request options.
See CopyDBClusterParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CopyDBClusterSnapshot ¶ added in v0.7.1
func (c *RDS) CopyDBClusterSnapshot(input *CopyDBClusterSnapshotInput) (*CopyDBClusterSnapshotOutput, error)
CopyDBClusterSnapshot API operation for Amazon Relational Database Service.
Copies a snapshot of a DB cluster.
To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.
You can copy an encrypted DB cluster snapshot from another AWS Region. In that case, the AWS Region where you call the CopyDBClusterSnapshot action is the destination AWS Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another AWS Region, you must provide the following values:
KmsKeyId - The AWS Key Management System (AWS KMS) key identifier for the key to use to encrypt the copy of the DB cluster snapshot in the destination AWS Region.
PreSignedUrl - A URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot action to be called in the source AWS Region where the DB cluster snapshot is copied from. The pre-signed URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source AWS Region that contains the encrypted DB cluster snapshot to be copied. The pre-signed URL request must contain the following parameter values: KmsKeyId - The AWS KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB cluster snapshot in the destination AWS Region. This is the same identifier for both the CopyDBClusterSnapshot action that is called in the destination AWS Region, and the action contained in the pre-signed URL. DestinationRegion - The name of the AWS Region that the DB cluster snapshot is to be created in. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source AWS Region. For example, if you are copying an encrypted DB cluster snapshot from the us-west-2 AWS Region, then your SourceDBClusterSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (AWS Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). If you are using an AWS SDK tool or the AWS CLI, you can specify SourceRegion (or --source-region for the AWS CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source AWS Region.
TargetDBClusterSnapshotIdentifier - The identifier for the new copy of the DB cluster snapshot in the destination AWS Region.
SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the ARN format for the source AWS Region and is the same value as the SourceDBClusterSnapshotIdentifier in the pre-signed URL.
To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that DB cluster snapshot is in "copying" status.
For more information on copying encrypted DB cluster snapshots from one AWS Region to another, see Copying a Snapshot (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html) in the Amazon Aurora User Guide.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CopyDBClusterSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBClusterSnapshotAlreadyExistsFault "DBClusterSnapshotAlreadyExistsFault" The user already has a DB cluster snapshot with the given identifier.
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot
func (*RDS) CopyDBClusterSnapshotRequest ¶ added in v0.7.1
func (c *RDS) CopyDBClusterSnapshotRequest(input *CopyDBClusterSnapshotInput) (req *request.Request, output *CopyDBClusterSnapshotOutput)
CopyDBClusterSnapshotRequest generates a "aws/request.Request" representing the client's request for the CopyDBClusterSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CopyDBClusterSnapshot for more information on using the CopyDBClusterSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CopyDBClusterSnapshotRequest method. req, resp := client.CopyDBClusterSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot
func (*RDS) CopyDBClusterSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) CopyDBClusterSnapshotWithContext(ctx aws.Context, input *CopyDBClusterSnapshotInput, opts ...request.Option) (*CopyDBClusterSnapshotOutput, error)
CopyDBClusterSnapshotWithContext is the same as CopyDBClusterSnapshot with the addition of the ability to pass a context and additional request options.
See CopyDBClusterSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CopyDBParameterGroup ¶
func (c *RDS) CopyDBParameterGroup(input *CopyDBParameterGroupInput) (*CopyDBParameterGroupOutput, error)
CopyDBParameterGroup API operation for Amazon Relational Database Service.
Copies the specified DB parameter group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CopyDBParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBParameterGroupAlreadyExistsFault "DBParameterGroupAlreadyExists" A DB parameter group with the same name exists.
ErrCodeDBParameterGroupQuotaExceededFault "DBParameterGroupQuotaExceeded" The request would result in the user exceeding the allowed number of DB parameter groups.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBParameterGroup
func (*RDS) CopyDBParameterGroupRequest ¶
func (c *RDS) CopyDBParameterGroupRequest(input *CopyDBParameterGroupInput) (req *request.Request, output *CopyDBParameterGroupOutput)
CopyDBParameterGroupRequest generates a "aws/request.Request" representing the client's request for the CopyDBParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CopyDBParameterGroup for more information on using the CopyDBParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CopyDBParameterGroupRequest method. req, resp := client.CopyDBParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBParameterGroup
func (*RDS) CopyDBParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) CopyDBParameterGroupWithContext(ctx aws.Context, input *CopyDBParameterGroupInput, opts ...request.Option) (*CopyDBParameterGroupOutput, error)
CopyDBParameterGroupWithContext is the same as CopyDBParameterGroup with the addition of the ability to pass a context and additional request options.
See CopyDBParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CopyDBSnapshot ¶
func (c *RDS) CopyDBSnapshot(input *CopyDBSnapshotInput) (*CopyDBSnapshotOutput, error)
CopyDBSnapshot API operation for Amazon Relational Database Service.
Copies the specified DB snapshot. The source DB snapshot must be in the available state.
You can copy a snapshot from one AWS Region to another. In that case, the AWS Region where you call the CopyDBSnapshot action is the destination AWS Region for the DB snapshot copy.
For more information about copying snapshots, see Copying a DB Snapshot (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CopyDBSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBSnapshotAlreadyExistsFault "DBSnapshotAlreadyExists" DBSnapshotIdentifier is already used by an existing snapshot.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeCustomAvailabilityZoneNotFoundFault "CustomAvailabilityZoneNotFound" CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot
func (*RDS) CopyDBSnapshotRequest ¶
func (c *RDS) CopyDBSnapshotRequest(input *CopyDBSnapshotInput) (req *request.Request, output *CopyDBSnapshotOutput)
CopyDBSnapshotRequest generates a "aws/request.Request" representing the client's request for the CopyDBSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CopyDBSnapshot for more information on using the CopyDBSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CopyDBSnapshotRequest method. req, resp := client.CopyDBSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot
func (*RDS) CopyDBSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) CopyDBSnapshotWithContext(ctx aws.Context, input *CopyDBSnapshotInput, opts ...request.Option) (*CopyDBSnapshotOutput, error)
CopyDBSnapshotWithContext is the same as CopyDBSnapshot with the addition of the ability to pass a context and additional request options.
See CopyDBSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CopyOptionGroup ¶
func (c *RDS) CopyOptionGroup(input *CopyOptionGroupInput) (*CopyOptionGroupOutput, error)
CopyOptionGroup API operation for Amazon Relational Database Service.
Copies the specified option group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CopyOptionGroup for usage and error information.
Returned Error Codes:
ErrCodeOptionGroupAlreadyExistsFault "OptionGroupAlreadyExistsFault" The option group you are trying to create already exists.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeOptionGroupQuotaExceededFault "OptionGroupQuotaExceededFault" The quota of 20 option groups was exceeded for this AWS account.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyOptionGroup
func (*RDS) CopyOptionGroupRequest ¶
func (c *RDS) CopyOptionGroupRequest(input *CopyOptionGroupInput) (req *request.Request, output *CopyOptionGroupOutput)
CopyOptionGroupRequest generates a "aws/request.Request" representing the client's request for the CopyOptionGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CopyOptionGroup for more information on using the CopyOptionGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CopyOptionGroupRequest method. req, resp := client.CopyOptionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyOptionGroup
func (*RDS) CopyOptionGroupWithContext ¶ added in v1.8.0
func (c *RDS) CopyOptionGroupWithContext(ctx aws.Context, input *CopyOptionGroupInput, opts ...request.Option) (*CopyOptionGroupOutput, error)
CopyOptionGroupWithContext is the same as CopyOptionGroup with the addition of the ability to pass a context and additional request options.
See CopyOptionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateCustomAvailabilityZone ¶ added in v1.25.15
func (c *RDS) CreateCustomAvailabilityZone(input *CreateCustomAvailabilityZoneInput) (*CreateCustomAvailabilityZoneOutput, error)
CreateCustomAvailabilityZone API operation for Amazon Relational Database Service.
Creates a custom Availability Zone (AZ).
A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide. (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html)
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateCustomAvailabilityZone for usage and error information.
Returned Error Codes:
ErrCodeCustomAvailabilityZoneAlreadyExistsFault "CustomAvailabilityZoneAlreadyExists" CustomAvailabilityZoneName is already used by an existing custom Availability Zone.
ErrCodeCustomAvailabilityZoneQuotaExceededFault "CustomAvailabilityZoneQuotaExceeded" You have exceeded the maximum number of custom Availability Zones.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZone
func (*RDS) CreateCustomAvailabilityZoneRequest ¶ added in v1.25.15
func (c *RDS) CreateCustomAvailabilityZoneRequest(input *CreateCustomAvailabilityZoneInput) (req *request.Request, output *CreateCustomAvailabilityZoneOutput)
CreateCustomAvailabilityZoneRequest generates a "aws/request.Request" representing the client's request for the CreateCustomAvailabilityZone operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCustomAvailabilityZone for more information on using the CreateCustomAvailabilityZone API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateCustomAvailabilityZoneRequest method. req, resp := client.CreateCustomAvailabilityZoneRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZone
func (*RDS) CreateCustomAvailabilityZoneWithContext ¶ added in v1.25.15
func (c *RDS) CreateCustomAvailabilityZoneWithContext(ctx aws.Context, input *CreateCustomAvailabilityZoneInput, opts ...request.Option) (*CreateCustomAvailabilityZoneOutput, error)
CreateCustomAvailabilityZoneWithContext is the same as CreateCustomAvailabilityZone with the addition of the ability to pass a context and additional request options.
See CreateCustomAvailabilityZone for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBCluster ¶ added in v0.7.1
func (c *RDS) CreateDBCluster(input *CreateDBClusterInput) (*CreateDBClusterOutput, error)
CreateDBCluster API operation for Amazon Relational Database Service.
Creates a new Amazon Aurora DB cluster.
You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL DB instance. For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, you must also specify the PreSignedUrl parameter.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterAlreadyExistsFault "DBClusterAlreadyExistsFault" The user already has a DB cluster with the given identifier.
ErrCodeInsufficientStorageClusterCapacityFault "InsufficientStorageClusterCapacity" There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
ErrCodeDBClusterQuotaExceededFault "DBClusterQuotaExceededFault" The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBSubnetGroupStateFault "InvalidDBSubnetGroupStateFault" The DB subnet group cannot be deleted because it's in use.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBClusterParameterGroupNotFoundFault "DBClusterParameterGroupNotFound" DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeGlobalClusterNotFoundFault "GlobalClusterNotFoundFault" The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
ErrCodeInvalidGlobalClusterStateFault "InvalidGlobalClusterStateFault" The global cluster is in an invalid state and can't perform the requested operation.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster
func (*RDS) CreateDBClusterEndpoint ¶ added in v1.15.74
func (c *RDS) CreateDBClusterEndpoint(input *CreateDBClusterEndpointInput) (*CreateDBClusterEndpointOutput, error)
CreateDBClusterEndpoint API operation for Amazon Relational Database Service.
Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBClusterEndpoint for usage and error information.
Returned Error Codes:
ErrCodeDBClusterEndpointQuotaExceededFault "DBClusterEndpointQuotaExceededFault" The cluster already has the maximum number of custom endpoints.
ErrCodeDBClusterEndpointAlreadyExistsFault "DBClusterEndpointAlreadyExistsFault" The specified custom endpoint can't be created because it already exists.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterEndpoint
func (*RDS) CreateDBClusterEndpointRequest ¶ added in v1.15.74
func (c *RDS) CreateDBClusterEndpointRequest(input *CreateDBClusterEndpointInput) (req *request.Request, output *CreateDBClusterEndpointOutput)
CreateDBClusterEndpointRequest generates a "aws/request.Request" representing the client's request for the CreateDBClusterEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBClusterEndpoint for more information on using the CreateDBClusterEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBClusterEndpointRequest method. req, resp := client.CreateDBClusterEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterEndpoint
func (*RDS) CreateDBClusterEndpointWithContext ¶ added in v1.15.74
func (c *RDS) CreateDBClusterEndpointWithContext(ctx aws.Context, input *CreateDBClusterEndpointInput, opts ...request.Option) (*CreateDBClusterEndpointOutput, error)
CreateDBClusterEndpointWithContext is the same as CreateDBClusterEndpoint with the addition of the ability to pass a context and additional request options.
See CreateDBClusterEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBClusterParameterGroup ¶ added in v0.7.1
func (c *RDS) CreateDBClusterParameterGroup(input *CreateDBClusterParameterGroupInput) (*CreateDBClusterParameterGroupOutput, error)
CreateDBClusterParameterGroup API operation for Amazon Relational Database Service.
Creates a new DB cluster parameter group.
Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.
A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console (https://console.aws.amazon.com/rds/) or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBClusterParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupQuotaExceededFault "DBParameterGroupQuotaExceeded" The request would result in the user exceeding the allowed number of DB parameter groups.
ErrCodeDBParameterGroupAlreadyExistsFault "DBParameterGroupAlreadyExists" A DB parameter group with the same name exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterParameterGroup
func (*RDS) CreateDBClusterParameterGroupRequest ¶ added in v0.7.1
func (c *RDS) CreateDBClusterParameterGroupRequest(input *CreateDBClusterParameterGroupInput) (req *request.Request, output *CreateDBClusterParameterGroupOutput)
CreateDBClusterParameterGroupRequest generates a "aws/request.Request" representing the client's request for the CreateDBClusterParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBClusterParameterGroup for more information on using the CreateDBClusterParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBClusterParameterGroupRequest method. req, resp := client.CreateDBClusterParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterParameterGroup
func (*RDS) CreateDBClusterParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBClusterParameterGroupWithContext(ctx aws.Context, input *CreateDBClusterParameterGroupInput, opts ...request.Option) (*CreateDBClusterParameterGroupOutput, error)
CreateDBClusterParameterGroupWithContext is the same as CreateDBClusterParameterGroup with the addition of the ability to pass a context and additional request options.
See CreateDBClusterParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBClusterRequest ¶ added in v0.7.1
func (c *RDS) CreateDBClusterRequest(input *CreateDBClusterInput) (req *request.Request, output *CreateDBClusterOutput)
CreateDBClusterRequest generates a "aws/request.Request" representing the client's request for the CreateDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBCluster for more information on using the CreateDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBClusterRequest method. req, resp := client.CreateDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster
func (*RDS) CreateDBClusterSnapshot ¶ added in v0.7.1
func (c *RDS) CreateDBClusterSnapshot(input *CreateDBClusterSnapshotInput) (*CreateDBClusterSnapshotOutput, error)
CreateDBClusterSnapshot API operation for Amazon Relational Database Service.
Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBClusterSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBClusterSnapshotAlreadyExistsFault "DBClusterSnapshotAlreadyExistsFault" The user already has a DB cluster snapshot with the given identifier.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot
func (*RDS) CreateDBClusterSnapshotRequest ¶ added in v0.7.1
func (c *RDS) CreateDBClusterSnapshotRequest(input *CreateDBClusterSnapshotInput) (req *request.Request, output *CreateDBClusterSnapshotOutput)
CreateDBClusterSnapshotRequest generates a "aws/request.Request" representing the client's request for the CreateDBClusterSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBClusterSnapshot for more information on using the CreateDBClusterSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBClusterSnapshotRequest method. req, resp := client.CreateDBClusterSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot
func (*RDS) CreateDBClusterSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBClusterSnapshotWithContext(ctx aws.Context, input *CreateDBClusterSnapshotInput, opts ...request.Option) (*CreateDBClusterSnapshotOutput, error)
CreateDBClusterSnapshotWithContext is the same as CreateDBClusterSnapshot with the addition of the ability to pass a context and additional request options.
See CreateDBClusterSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBClusterWithContext(ctx aws.Context, input *CreateDBClusterInput, opts ...request.Option) (*CreateDBClusterOutput, error)
CreateDBClusterWithContext is the same as CreateDBCluster with the addition of the ability to pass a context and additional request options.
See CreateDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBInstance ¶
func (c *RDS) CreateDBInstance(input *CreateDBInstanceInput) (*CreateDBInstanceOutput, error)
CreateDBInstance API operation for Amazon Relational Database Service.
Creates a new DB instance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeInstanceQuotaExceededFault "InstanceQuotaExceeded" The request would result in the user exceeding the allowed number of DB instances.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeBackupPolicyNotFoundFault "BackupPolicyNotFoundFault"
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance
func (*RDS) CreateDBInstanceReadReplica ¶
func (c *RDS) CreateDBInstanceReadReplica(input *CreateDBInstanceReadReplicaInput) (*CreateDBInstanceReadReplicaOutput, error)
CreateDBInstanceReadReplica API operation for Amazon Relational Database Service.
Creates a new DB instance that acts as a read replica for an existing source DB instance. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. For more information, see Working with Read Replicas (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html) in the Amazon RDS User Guide.
Amazon Aurora doesn't support this action. Call the CreateDBInstance action to create a DB instance for an Aurora DB cluster.
All read replica DB instances are created with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified.
Your source DB instance must have backup retention enabled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBInstanceReadReplica for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeInstanceQuotaExceededFault "InstanceQuotaExceeded" The request would result in the user exceeding the allowed number of DB instances.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeDBSubnetGroupNotAllowedFault "DBSubnetGroupNotAllowedFault" The DBSubnetGroup shouldn't be specified while creating read replicas that lie in the same region as the source instance.
ErrCodeInvalidDBSubnetGroupFault "InvalidDBSubnetGroupFault" The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region read replica of the same source instance.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica
func (*RDS) CreateDBInstanceReadReplicaRequest ¶
func (c *RDS) CreateDBInstanceReadReplicaRequest(input *CreateDBInstanceReadReplicaInput) (req *request.Request, output *CreateDBInstanceReadReplicaOutput)
CreateDBInstanceReadReplicaRequest generates a "aws/request.Request" representing the client's request for the CreateDBInstanceReadReplica operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBInstanceReadReplica for more information on using the CreateDBInstanceReadReplica API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBInstanceReadReplicaRequest method. req, resp := client.CreateDBInstanceReadReplicaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica
func (*RDS) CreateDBInstanceReadReplicaWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBInstanceReadReplicaWithContext(ctx aws.Context, input *CreateDBInstanceReadReplicaInput, opts ...request.Option) (*CreateDBInstanceReadReplicaOutput, error)
CreateDBInstanceReadReplicaWithContext is the same as CreateDBInstanceReadReplica with the addition of the ability to pass a context and additional request options.
See CreateDBInstanceReadReplica for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBInstanceRequest ¶
func (c *RDS) CreateDBInstanceRequest(input *CreateDBInstanceInput) (req *request.Request, output *CreateDBInstanceOutput)
CreateDBInstanceRequest generates a "aws/request.Request" representing the client's request for the CreateDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBInstance for more information on using the CreateDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBInstanceRequest method. req, resp := client.CreateDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance
func (*RDS) CreateDBInstanceWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBInstanceWithContext(ctx aws.Context, input *CreateDBInstanceInput, opts ...request.Option) (*CreateDBInstanceOutput, error)
CreateDBInstanceWithContext is the same as CreateDBInstance with the addition of the ability to pass a context and additional request options.
See CreateDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBParameterGroup ¶
func (c *RDS) CreateDBParameterGroup(input *CreateDBParameterGroupInput) (*CreateDBParameterGroupOutput, error)
CreateDBParameterGroup API operation for Amazon Relational Database Service.
Creates a new DB parameter group.
A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.
After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console (https://console.aws.amazon.com/rds/) or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupQuotaExceededFault "DBParameterGroupQuotaExceeded" The request would result in the user exceeding the allowed number of DB parameter groups.
ErrCodeDBParameterGroupAlreadyExistsFault "DBParameterGroupAlreadyExists" A DB parameter group with the same name exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBParameterGroup
func (*RDS) CreateDBParameterGroupRequest ¶
func (c *RDS) CreateDBParameterGroupRequest(input *CreateDBParameterGroupInput) (req *request.Request, output *CreateDBParameterGroupOutput)
CreateDBParameterGroupRequest generates a "aws/request.Request" representing the client's request for the CreateDBParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBParameterGroup for more information on using the CreateDBParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBParameterGroupRequest method. req, resp := client.CreateDBParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBParameterGroup
func (*RDS) CreateDBParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBParameterGroupWithContext(ctx aws.Context, input *CreateDBParameterGroupInput, opts ...request.Option) (*CreateDBParameterGroupOutput, error)
CreateDBParameterGroupWithContext is the same as CreateDBParameterGroup with the addition of the ability to pass a context and additional request options.
See CreateDBParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBProxy ¶ added in v1.25.47
func (c *RDS) CreateDBProxy(input *CreateDBProxyInput) (*CreateDBProxyOutput, error)
CreateDBProxy API operation for Amazon Relational Database Service.
Creates a new DB proxy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBProxy for usage and error information.
Returned Error Codes:
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeDBProxyAlreadyExistsFault "DBProxyTargetExistsFault" The specified proxy name must be unique for all proxies owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyQuotaExceededFault "DBProxyQuotaExceededFault" Your AWS account already has the maximum number of proxies in the specified AWS Region.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxy
func (*RDS) CreateDBProxyRequest ¶ added in v1.25.47
func (c *RDS) CreateDBProxyRequest(input *CreateDBProxyInput) (req *request.Request, output *CreateDBProxyOutput)
CreateDBProxyRequest generates a "aws/request.Request" representing the client's request for the CreateDBProxy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBProxy for more information on using the CreateDBProxy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBProxyRequest method. req, resp := client.CreateDBProxyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxy
func (*RDS) CreateDBProxyWithContext ¶ added in v1.25.47
func (c *RDS) CreateDBProxyWithContext(ctx aws.Context, input *CreateDBProxyInput, opts ...request.Option) (*CreateDBProxyOutput, error)
CreateDBProxyWithContext is the same as CreateDBProxy with the addition of the ability to pass a context and additional request options.
See CreateDBProxy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBSecurityGroup ¶
func (c *RDS) CreateDBSecurityGroup(input *CreateDBSecurityGroupInput) (*CreateDBSecurityGroupOutput, error)
CreateDBSecurityGroup API operation for Amazon Relational Database Service.
Creates a new DB security group. DB security groups control access to a DB instance.
A DB security group controls access to EC2-Classic DB instances that are not in a VPC.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBSecurityGroup for usage and error information.
Returned Error Codes:
ErrCodeDBSecurityGroupAlreadyExistsFault "DBSecurityGroupAlreadyExists" A DB security group with the name specified in DBSecurityGroupName already exists.
ErrCodeDBSecurityGroupQuotaExceededFault "QuotaExceeded.DBSecurityGroup" The request would result in the user exceeding the allowed number of DB security groups.
ErrCodeDBSecurityGroupNotSupportedFault "DBSecurityGroupNotSupported" A DB security group isn't allowed for this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSecurityGroup
func (*RDS) CreateDBSecurityGroupRequest ¶
func (c *RDS) CreateDBSecurityGroupRequest(input *CreateDBSecurityGroupInput) (req *request.Request, output *CreateDBSecurityGroupOutput)
CreateDBSecurityGroupRequest generates a "aws/request.Request" representing the client's request for the CreateDBSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBSecurityGroup for more information on using the CreateDBSecurityGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBSecurityGroupRequest method. req, resp := client.CreateDBSecurityGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSecurityGroup
func (*RDS) CreateDBSecurityGroupWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBSecurityGroupWithContext(ctx aws.Context, input *CreateDBSecurityGroupInput, opts ...request.Option) (*CreateDBSecurityGroupOutput, error)
CreateDBSecurityGroupWithContext is the same as CreateDBSecurityGroup with the addition of the ability to pass a context and additional request options.
See CreateDBSecurityGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBSnapshot ¶
func (c *RDS) CreateDBSnapshot(input *CreateDBSnapshotInput) (*CreateDBSnapshotOutput, error)
CreateDBSnapshot API operation for Amazon Relational Database Service.
Creates a snapshot of a DB instance. The source DB instance must be in the available or storage-optimization state.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBSnapshotAlreadyExistsFault "DBSnapshotAlreadyExists" DBSnapshotIdentifier is already used by an existing snapshot.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot
func (*RDS) CreateDBSnapshotRequest ¶
func (c *RDS) CreateDBSnapshotRequest(input *CreateDBSnapshotInput) (req *request.Request, output *CreateDBSnapshotOutput)
CreateDBSnapshotRequest generates a "aws/request.Request" representing the client's request for the CreateDBSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBSnapshot for more information on using the CreateDBSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBSnapshotRequest method. req, resp := client.CreateDBSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot
func (*RDS) CreateDBSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBSnapshotWithContext(ctx aws.Context, input *CreateDBSnapshotInput, opts ...request.Option) (*CreateDBSnapshotOutput, error)
CreateDBSnapshotWithContext is the same as CreateDBSnapshot with the addition of the ability to pass a context and additional request options.
See CreateDBSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateDBSubnetGroup ¶
func (c *RDS) CreateDBSubnetGroup(input *CreateDBSubnetGroupInput) (*CreateDBSubnetGroupOutput, error)
CreateDBSubnetGroup API operation for Amazon Relational Database Service.
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the AWS Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateDBSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeDBSubnetGroupAlreadyExistsFault "DBSubnetGroupAlreadyExists" DBSubnetGroupName is already used by an existing DB subnet group.
ErrCodeDBSubnetGroupQuotaExceededFault "DBSubnetGroupQuotaExceeded" The request would result in the user exceeding the allowed number of DB subnet groups.
ErrCodeDBSubnetQuotaExceededFault "DBSubnetQuotaExceededFault" The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSubnetGroup
func (*RDS) CreateDBSubnetGroupRequest ¶
func (c *RDS) CreateDBSubnetGroupRequest(input *CreateDBSubnetGroupInput) (req *request.Request, output *CreateDBSubnetGroupOutput)
CreateDBSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the CreateDBSubnetGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDBSubnetGroup for more information on using the CreateDBSubnetGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDBSubnetGroupRequest method. req, resp := client.CreateDBSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSubnetGroup
func (*RDS) CreateDBSubnetGroupWithContext ¶ added in v1.8.0
func (c *RDS) CreateDBSubnetGroupWithContext(ctx aws.Context, input *CreateDBSubnetGroupInput, opts ...request.Option) (*CreateDBSubnetGroupOutput, error)
CreateDBSubnetGroupWithContext is the same as CreateDBSubnetGroup with the addition of the ability to pass a context and additional request options.
See CreateDBSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateEventSubscription ¶
func (c *RDS) CreateEventSubscription(input *CreateEventSubscriptionInput) (*CreateEventSubscriptionOutput, error)
CreateEventSubscription API operation for Amazon Relational Database Service.
Creates an RDS event notification subscription. This action requires a topic Amazon Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.
You can specify the type of source (SourceType) that you want to be notified of and provide a list of RDS sources (SourceIds) that triggers the events. You can also provide a list of event categories (EventCategories) for events that you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.
If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you receive notice of the events for that source type for all your RDS sources. If you don't specify either the SourceType or the SourceIdentifier, you are notified of events generated from all RDS sources belonging to your customer account.
RDS event notification is only available for unencrypted SNS topics. If you specify an encrypted SNS topic, event notifications aren't sent for the topic.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateEventSubscription for usage and error information.
Returned Error Codes:
ErrCodeEventSubscriptionQuotaExceededFault "EventSubscriptionQuotaExceeded" You have reached the maximum number of event subscriptions.
ErrCodeSubscriptionAlreadyExistFault "SubscriptionAlreadyExist" The supplied subscription name already exists.
ErrCodeSNSInvalidTopicFault "SNSInvalidTopic" SNS has responded that there is a problem with the SND topic specified.
ErrCodeSNSNoAuthorizationFault "SNSNoAuthorization" You do not have permission to publish to the SNS topic ARN.
ErrCodeSNSTopicArnNotFoundFault "SNSTopicArnNotFound" The SNS topic ARN does not exist.
ErrCodeSubscriptionCategoryNotFoundFault "SubscriptionCategoryNotFound" The supplied category does not exist.
ErrCodeSourceNotFoundFault "SourceNotFound" The requested source could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateEventSubscription
func (*RDS) CreateEventSubscriptionRequest ¶
func (c *RDS) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *request.Request, output *CreateEventSubscriptionOutput)
CreateEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateEventSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEventSubscription for more information on using the CreateEventSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEventSubscriptionRequest method. req, resp := client.CreateEventSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateEventSubscription
func (*RDS) CreateEventSubscriptionWithContext ¶ added in v1.8.0
func (c *RDS) CreateEventSubscriptionWithContext(ctx aws.Context, input *CreateEventSubscriptionInput, opts ...request.Option) (*CreateEventSubscriptionOutput, error)
CreateEventSubscriptionWithContext is the same as CreateEventSubscription with the addition of the ability to pass a context and additional request options.
See CreateEventSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateGlobalCluster ¶ added in v1.15.85
func (c *RDS) CreateGlobalCluster(input *CreateGlobalClusterInput) (*CreateGlobalClusterOutput, error)
CreateGlobalCluster API operation for Amazon Relational Database Service.
Creates an Aurora global database spread across multiple AWS Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem.
You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateGlobalCluster for usage and error information.
Returned Error Codes:
ErrCodeGlobalClusterAlreadyExistsFault "GlobalClusterAlreadyExistsFault" The GlobalClusterIdentifier already exists. Choose a new global database identifier (unique name) to create a new global database cluster.
ErrCodeGlobalClusterQuotaExceededFault "GlobalClusterQuotaExceededFault" The number of global database clusters for this account is already at the maximum allowed.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateGlobalCluster
func (*RDS) CreateGlobalClusterRequest ¶ added in v1.15.85
func (c *RDS) CreateGlobalClusterRequest(input *CreateGlobalClusterInput) (req *request.Request, output *CreateGlobalClusterOutput)
CreateGlobalClusterRequest generates a "aws/request.Request" representing the client's request for the CreateGlobalCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateGlobalCluster for more information on using the CreateGlobalCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateGlobalClusterRequest method. req, resp := client.CreateGlobalClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateGlobalCluster
func (*RDS) CreateGlobalClusterWithContext ¶ added in v1.15.85
func (c *RDS) CreateGlobalClusterWithContext(ctx aws.Context, input *CreateGlobalClusterInput, opts ...request.Option) (*CreateGlobalClusterOutput, error)
CreateGlobalClusterWithContext is the same as CreateGlobalCluster with the addition of the ability to pass a context and additional request options.
See CreateGlobalCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) CreateOptionGroup ¶
func (c *RDS) CreateOptionGroup(input *CreateOptionGroupInput) (*CreateOptionGroupOutput, error)
CreateOptionGroup API operation for Amazon Relational Database Service.
Creates a new option group. You can create up to 20 option groups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation CreateOptionGroup for usage and error information.
Returned Error Codes:
ErrCodeOptionGroupAlreadyExistsFault "OptionGroupAlreadyExistsFault" The option group you are trying to create already exists.
ErrCodeOptionGroupQuotaExceededFault "OptionGroupQuotaExceededFault" The quota of 20 option groups was exceeded for this AWS account.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateOptionGroup
func (*RDS) CreateOptionGroupRequest ¶
func (c *RDS) CreateOptionGroupRequest(input *CreateOptionGroupInput) (req *request.Request, output *CreateOptionGroupOutput)
CreateOptionGroupRequest generates a "aws/request.Request" representing the client's request for the CreateOptionGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateOptionGroup for more information on using the CreateOptionGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateOptionGroupRequest method. req, resp := client.CreateOptionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateOptionGroup
func (*RDS) CreateOptionGroupWithContext ¶ added in v1.8.0
func (c *RDS) CreateOptionGroupWithContext(ctx aws.Context, input *CreateOptionGroupInput, opts ...request.Option) (*CreateOptionGroupOutput, error)
CreateOptionGroupWithContext is the same as CreateOptionGroup with the addition of the ability to pass a context and additional request options.
See CreateOptionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteCustomAvailabilityZone ¶ added in v1.25.15
func (c *RDS) DeleteCustomAvailabilityZone(input *DeleteCustomAvailabilityZoneInput) (*DeleteCustomAvailabilityZoneOutput, error)
DeleteCustomAvailabilityZone API operation for Amazon Relational Database Service.
Deletes a custom Availability Zone (AZ).
A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide. (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html)
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteCustomAvailabilityZone for usage and error information.
Returned Error Codes:
ErrCodeCustomAvailabilityZoneNotFoundFault "CustomAvailabilityZoneNotFound" CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZone
func (*RDS) DeleteCustomAvailabilityZoneRequest ¶ added in v1.25.15
func (c *RDS) DeleteCustomAvailabilityZoneRequest(input *DeleteCustomAvailabilityZoneInput) (req *request.Request, output *DeleteCustomAvailabilityZoneOutput)
DeleteCustomAvailabilityZoneRequest generates a "aws/request.Request" representing the client's request for the DeleteCustomAvailabilityZone operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCustomAvailabilityZone for more information on using the DeleteCustomAvailabilityZone API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteCustomAvailabilityZoneRequest method. req, resp := client.DeleteCustomAvailabilityZoneRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZone
func (*RDS) DeleteCustomAvailabilityZoneWithContext ¶ added in v1.25.15
func (c *RDS) DeleteCustomAvailabilityZoneWithContext(ctx aws.Context, input *DeleteCustomAvailabilityZoneInput, opts ...request.Option) (*DeleteCustomAvailabilityZoneOutput, error)
DeleteCustomAvailabilityZoneWithContext is the same as DeleteCustomAvailabilityZone with the addition of the ability to pass a context and additional request options.
See DeleteCustomAvailabilityZone for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBCluster ¶ added in v0.7.1
func (c *RDS) DeleteDBCluster(input *DeleteDBClusterInput) (*DeleteDBClusterOutput, error)
DeleteDBCluster API operation for Amazon Relational Database Service.
The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBClusterSnapshotAlreadyExistsFault "DBClusterSnapshotAlreadyExistsFault" The user already has a DB cluster snapshot with the given identifier.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster
func (*RDS) DeleteDBClusterEndpoint ¶ added in v1.15.74
func (c *RDS) DeleteDBClusterEndpoint(input *DeleteDBClusterEndpointInput) (*DeleteDBClusterEndpointOutput, error)
DeleteDBClusterEndpoint API operation for Amazon Relational Database Service.
Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBClusterEndpoint for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBClusterEndpointStateFault "InvalidDBClusterEndpointStateFault" The requested operation can't be performed on the endpoint while the endpoint is in this state.
ErrCodeDBClusterEndpointNotFoundFault "DBClusterEndpointNotFoundFault" The specified custom endpoint doesn't exist.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterEndpoint
func (*RDS) DeleteDBClusterEndpointRequest ¶ added in v1.15.74
func (c *RDS) DeleteDBClusterEndpointRequest(input *DeleteDBClusterEndpointInput) (req *request.Request, output *DeleteDBClusterEndpointOutput)
DeleteDBClusterEndpointRequest generates a "aws/request.Request" representing the client's request for the DeleteDBClusterEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBClusterEndpoint for more information on using the DeleteDBClusterEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBClusterEndpointRequest method. req, resp := client.DeleteDBClusterEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterEndpoint
func (*RDS) DeleteDBClusterEndpointWithContext ¶ added in v1.15.74
func (c *RDS) DeleteDBClusterEndpointWithContext(ctx aws.Context, input *DeleteDBClusterEndpointInput, opts ...request.Option) (*DeleteDBClusterEndpointOutput, error)
DeleteDBClusterEndpointWithContext is the same as DeleteDBClusterEndpoint with the addition of the ability to pass a context and additional request options.
See DeleteDBClusterEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBClusterParameterGroup ¶ added in v0.7.1
func (c *RDS) DeleteDBClusterParameterGroup(input *DeleteDBClusterParameterGroupInput) (*DeleteDBClusterParameterGroupOutput, error)
DeleteDBClusterParameterGroup API operation for Amazon Relational Database Service.
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBClusterParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterParameterGroup
func (*RDS) DeleteDBClusterParameterGroupRequest ¶ added in v0.7.1
func (c *RDS) DeleteDBClusterParameterGroupRequest(input *DeleteDBClusterParameterGroupInput) (req *request.Request, output *DeleteDBClusterParameterGroupOutput)
DeleteDBClusterParameterGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteDBClusterParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBClusterParameterGroup for more information on using the DeleteDBClusterParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBClusterParameterGroupRequest method. req, resp := client.DeleteDBClusterParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterParameterGroup
func (*RDS) DeleteDBClusterParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBClusterParameterGroupWithContext(ctx aws.Context, input *DeleteDBClusterParameterGroupInput, opts ...request.Option) (*DeleteDBClusterParameterGroupOutput, error)
DeleteDBClusterParameterGroupWithContext is the same as DeleteDBClusterParameterGroup with the addition of the ability to pass a context and additional request options.
See DeleteDBClusterParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBClusterRequest ¶ added in v0.7.1
func (c *RDS) DeleteDBClusterRequest(input *DeleteDBClusterInput) (req *request.Request, output *DeleteDBClusterOutput)
DeleteDBClusterRequest generates a "aws/request.Request" representing the client's request for the DeleteDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBCluster for more information on using the DeleteDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBClusterRequest method. req, resp := client.DeleteDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster
func (*RDS) DeleteDBClusterSnapshot ¶ added in v0.7.1
func (c *RDS) DeleteDBClusterSnapshot(input *DeleteDBClusterSnapshotInput) (*DeleteDBClusterSnapshotOutput, error)
DeleteDBClusterSnapshot API operation for Amazon Relational Database Service.
Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
The DB cluster snapshot must be in the available state to be deleted.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBClusterSnapshot for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot
func (*RDS) DeleteDBClusterSnapshotRequest ¶ added in v0.7.1
func (c *RDS) DeleteDBClusterSnapshotRequest(input *DeleteDBClusterSnapshotInput) (req *request.Request, output *DeleteDBClusterSnapshotOutput)
DeleteDBClusterSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeleteDBClusterSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBClusterSnapshot for more information on using the DeleteDBClusterSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBClusterSnapshotRequest method. req, resp := client.DeleteDBClusterSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot
func (*RDS) DeleteDBClusterSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBClusterSnapshotWithContext(ctx aws.Context, input *DeleteDBClusterSnapshotInput, opts ...request.Option) (*DeleteDBClusterSnapshotOutput, error)
DeleteDBClusterSnapshotWithContext is the same as DeleteDBClusterSnapshot with the addition of the ability to pass a context and additional request options.
See DeleteDBClusterSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBClusterWithContext(ctx aws.Context, input *DeleteDBClusterInput, opts ...request.Option) (*DeleteDBClusterOutput, error)
DeleteDBClusterWithContext is the same as DeleteDBCluster with the addition of the ability to pass a context and additional request options.
See DeleteDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBInstance ¶
func (c *RDS) DeleteDBInstance(input *DeleteDBInstanceInput) (*DeleteDBInstanceOutput, error)
DeleteDBInstance API operation for Amazon Relational Database Service.
The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.
If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.
When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter.
If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true:
The DB cluster is a read replica of another Amazon Aurora DB cluster.
The DB instance is the only instance in the DB cluster.
To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a read replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBSnapshotAlreadyExistsFault "DBSnapshotAlreadyExists" DBSnapshotIdentifier is already used by an existing snapshot.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeDBInstanceAutomatedBackupQuotaExceededFault "DBInstanceAutomatedBackupQuotaExceeded" The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB Instance quota.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance
func (*RDS) DeleteDBInstanceAutomatedBackup ¶ added in v1.15.77
func (c *RDS) DeleteDBInstanceAutomatedBackup(input *DeleteDBInstanceAutomatedBackupInput) (*DeleteDBInstanceAutomatedBackupOutput, error)
DeleteDBInstanceAutomatedBackup API operation for Amazon Relational Database Service.
Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBInstanceAutomatedBackup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceAutomatedBackupStateFault "InvalidDBInstanceAutomatedBackupState" The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.
ErrCodeDBInstanceAutomatedBackupNotFoundFault "DBInstanceAutomatedBackupNotFound" No automated backup for this DB instance was found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup
func (*RDS) DeleteDBInstanceAutomatedBackupRequest ¶ added in v1.15.77
func (c *RDS) DeleteDBInstanceAutomatedBackupRequest(input *DeleteDBInstanceAutomatedBackupInput) (req *request.Request, output *DeleteDBInstanceAutomatedBackupOutput)
DeleteDBInstanceAutomatedBackupRequest generates a "aws/request.Request" representing the client's request for the DeleteDBInstanceAutomatedBackup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBInstanceAutomatedBackup for more information on using the DeleteDBInstanceAutomatedBackup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBInstanceAutomatedBackupRequest method. req, resp := client.DeleteDBInstanceAutomatedBackupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup
func (*RDS) DeleteDBInstanceAutomatedBackupWithContext ¶ added in v1.15.77
func (c *RDS) DeleteDBInstanceAutomatedBackupWithContext(ctx aws.Context, input *DeleteDBInstanceAutomatedBackupInput, opts ...request.Option) (*DeleteDBInstanceAutomatedBackupOutput, error)
DeleteDBInstanceAutomatedBackupWithContext is the same as DeleteDBInstanceAutomatedBackup with the addition of the ability to pass a context and additional request options.
See DeleteDBInstanceAutomatedBackup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBInstanceRequest ¶
func (c *RDS) DeleteDBInstanceRequest(input *DeleteDBInstanceInput) (req *request.Request, output *DeleteDBInstanceOutput)
DeleteDBInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBInstance for more information on using the DeleteDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBInstanceRequest method. req, resp := client.DeleteDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance
func (*RDS) DeleteDBInstanceWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBInstanceWithContext(ctx aws.Context, input *DeleteDBInstanceInput, opts ...request.Option) (*DeleteDBInstanceOutput, error)
DeleteDBInstanceWithContext is the same as DeleteDBInstance with the addition of the ability to pass a context and additional request options.
See DeleteDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBParameterGroup ¶
func (c *RDS) DeleteDBParameterGroup(input *DeleteDBParameterGroupInput) (*DeleteDBParameterGroupOutput, error)
DeleteDBParameterGroup API operation for Amazon Relational Database Service.
Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBParameterGroup
func (*RDS) DeleteDBParameterGroupRequest ¶
func (c *RDS) DeleteDBParameterGroupRequest(input *DeleteDBParameterGroupInput) (req *request.Request, output *DeleteDBParameterGroupOutput)
DeleteDBParameterGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteDBParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBParameterGroup for more information on using the DeleteDBParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBParameterGroupRequest method. req, resp := client.DeleteDBParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBParameterGroup
func (*RDS) DeleteDBParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBParameterGroupWithContext(ctx aws.Context, input *DeleteDBParameterGroupInput, opts ...request.Option) (*DeleteDBParameterGroupOutput, error)
DeleteDBParameterGroupWithContext is the same as DeleteDBParameterGroup with the addition of the ability to pass a context and additional request options.
See DeleteDBParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBProxy ¶ added in v1.25.47
func (c *RDS) DeleteDBProxy(input *DeleteDBProxyInput) (*DeleteDBProxyOutput, error)
DeleteDBProxy API operation for Amazon Relational Database Service.
Deletes an existing proxy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBProxy for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxy
func (*RDS) DeleteDBProxyRequest ¶ added in v1.25.47
func (c *RDS) DeleteDBProxyRequest(input *DeleteDBProxyInput) (req *request.Request, output *DeleteDBProxyOutput)
DeleteDBProxyRequest generates a "aws/request.Request" representing the client's request for the DeleteDBProxy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBProxy for more information on using the DeleteDBProxy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBProxyRequest method. req, resp := client.DeleteDBProxyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxy
func (*RDS) DeleteDBProxyWithContext ¶ added in v1.25.47
func (c *RDS) DeleteDBProxyWithContext(ctx aws.Context, input *DeleteDBProxyInput, opts ...request.Option) (*DeleteDBProxyOutput, error)
DeleteDBProxyWithContext is the same as DeleteDBProxy with the addition of the ability to pass a context and additional request options.
See DeleteDBProxy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBSecurityGroup ¶
func (c *RDS) DeleteDBSecurityGroup(input *DeleteDBSecurityGroupInput) (*DeleteDBSecurityGroupOutput, error)
DeleteDBSecurityGroup API operation for Amazon Relational Database Service.
Deletes a DB security group.
The specified DB security group must not be associated with any DB instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBSecurityGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBSecurityGroupStateFault "InvalidDBSecurityGroupState" The state of the DB security group doesn't allow deletion.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSecurityGroup
func (*RDS) DeleteDBSecurityGroupRequest ¶
func (c *RDS) DeleteDBSecurityGroupRequest(input *DeleteDBSecurityGroupInput) (req *request.Request, output *DeleteDBSecurityGroupOutput)
DeleteDBSecurityGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteDBSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBSecurityGroup for more information on using the DeleteDBSecurityGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBSecurityGroupRequest method. req, resp := client.DeleteDBSecurityGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSecurityGroup
func (*RDS) DeleteDBSecurityGroupWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBSecurityGroupWithContext(ctx aws.Context, input *DeleteDBSecurityGroupInput, opts ...request.Option) (*DeleteDBSecurityGroupOutput, error)
DeleteDBSecurityGroupWithContext is the same as DeleteDBSecurityGroup with the addition of the ability to pass a context and additional request options.
See DeleteDBSecurityGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBSnapshot ¶
func (c *RDS) DeleteDBSnapshot(input *DeleteDBSnapshotInput) (*DeleteDBSnapshotOutput, error)
DeleteDBSnapshot API operation for Amazon Relational Database Service.
Deletes a DB snapshot. If the snapshot is being copied, the copy operation is terminated.
The DB snapshot must be in the available state to be deleted.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBSnapshot for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot
func (*RDS) DeleteDBSnapshotRequest ¶
func (c *RDS) DeleteDBSnapshotRequest(input *DeleteDBSnapshotInput) (req *request.Request, output *DeleteDBSnapshotOutput)
DeleteDBSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeleteDBSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBSnapshot for more information on using the DeleteDBSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBSnapshotRequest method. req, resp := client.DeleteDBSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot
func (*RDS) DeleteDBSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBSnapshotWithContext(ctx aws.Context, input *DeleteDBSnapshotInput, opts ...request.Option) (*DeleteDBSnapshotOutput, error)
DeleteDBSnapshotWithContext is the same as DeleteDBSnapshot with the addition of the ability to pass a context and additional request options.
See DeleteDBSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteDBSubnetGroup ¶
func (c *RDS) DeleteDBSubnetGroup(input *DeleteDBSubnetGroupInput) (*DeleteDBSubnetGroupOutput, error)
DeleteDBSubnetGroup API operation for Amazon Relational Database Service.
Deletes a DB subnet group.
The specified database subnet group must not be associated with any DB instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteDBSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBSubnetGroupStateFault "InvalidDBSubnetGroupStateFault" The DB subnet group cannot be deleted because it's in use.
ErrCodeInvalidDBSubnetStateFault "InvalidDBSubnetStateFault" The DB subnet isn't in the available state.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSubnetGroup
func (*RDS) DeleteDBSubnetGroupRequest ¶
func (c *RDS) DeleteDBSubnetGroupRequest(input *DeleteDBSubnetGroupInput) (req *request.Request, output *DeleteDBSubnetGroupOutput)
DeleteDBSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteDBSubnetGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDBSubnetGroup for more information on using the DeleteDBSubnetGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDBSubnetGroupRequest method. req, resp := client.DeleteDBSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSubnetGroup
func (*RDS) DeleteDBSubnetGroupWithContext ¶ added in v1.8.0
func (c *RDS) DeleteDBSubnetGroupWithContext(ctx aws.Context, input *DeleteDBSubnetGroupInput, opts ...request.Option) (*DeleteDBSubnetGroupOutput, error)
DeleteDBSubnetGroupWithContext is the same as DeleteDBSubnetGroup with the addition of the ability to pass a context and additional request options.
See DeleteDBSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteEventSubscription ¶
func (c *RDS) DeleteEventSubscription(input *DeleteEventSubscriptionInput) (*DeleteEventSubscriptionOutput, error)
DeleteEventSubscription API operation for Amazon Relational Database Service.
Deletes an RDS event notification subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteEventSubscription for usage and error information.
Returned Error Codes:
ErrCodeSubscriptionNotFoundFault "SubscriptionNotFound" The subscription name does not exist.
ErrCodeInvalidEventSubscriptionStateFault "InvalidEventSubscriptionState" This error can occur if someone else is modifying a subscription. You should retry the action.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteEventSubscription
func (*RDS) DeleteEventSubscriptionRequest ¶
func (c *RDS) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *request.Request, output *DeleteEventSubscriptionOutput)
DeleteEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteEventSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEventSubscription for more information on using the DeleteEventSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEventSubscriptionRequest method. req, resp := client.DeleteEventSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteEventSubscription
func (*RDS) DeleteEventSubscriptionWithContext ¶ added in v1.8.0
func (c *RDS) DeleteEventSubscriptionWithContext(ctx aws.Context, input *DeleteEventSubscriptionInput, opts ...request.Option) (*DeleteEventSubscriptionOutput, error)
DeleteEventSubscriptionWithContext is the same as DeleteEventSubscription with the addition of the ability to pass a context and additional request options.
See DeleteEventSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteGlobalCluster ¶ added in v1.15.85
func (c *RDS) DeleteGlobalCluster(input *DeleteGlobalClusterInput) (*DeleteGlobalClusterOutput, error)
DeleteGlobalCluster API operation for Amazon Relational Database Service.
Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteGlobalCluster for usage and error information.
Returned Error Codes:
ErrCodeGlobalClusterNotFoundFault "GlobalClusterNotFoundFault" The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
ErrCodeInvalidGlobalClusterStateFault "InvalidGlobalClusterStateFault" The global cluster is in an invalid state and can't perform the requested operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteGlobalCluster
func (*RDS) DeleteGlobalClusterRequest ¶ added in v1.15.85
func (c *RDS) DeleteGlobalClusterRequest(input *DeleteGlobalClusterInput) (req *request.Request, output *DeleteGlobalClusterOutput)
DeleteGlobalClusterRequest generates a "aws/request.Request" representing the client's request for the DeleteGlobalCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteGlobalCluster for more information on using the DeleteGlobalCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteGlobalClusterRequest method. req, resp := client.DeleteGlobalClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteGlobalCluster
func (*RDS) DeleteGlobalClusterWithContext ¶ added in v1.15.85
func (c *RDS) DeleteGlobalClusterWithContext(ctx aws.Context, input *DeleteGlobalClusterInput, opts ...request.Option) (*DeleteGlobalClusterOutput, error)
DeleteGlobalClusterWithContext is the same as DeleteGlobalCluster with the addition of the ability to pass a context and additional request options.
See DeleteGlobalCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteInstallationMedia ¶ added in v1.25.15
func (c *RDS) DeleteInstallationMedia(input *DeleteInstallationMediaInput) (*DeleteInstallationMediaOutput, error)
DeleteInstallationMedia API operation for Amazon Relational Database Service.
Deletes the installation medium for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteInstallationMedia for usage and error information.
Returned Error Codes:
- ErrCodeInstallationMediaNotFoundFault "InstallationMediaNotFound" InstallationMediaID doesn't refer to an existing installation medium.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMedia
func (*RDS) DeleteInstallationMediaRequest ¶ added in v1.25.15
func (c *RDS) DeleteInstallationMediaRequest(input *DeleteInstallationMediaInput) (req *request.Request, output *DeleteInstallationMediaOutput)
DeleteInstallationMediaRequest generates a "aws/request.Request" representing the client's request for the DeleteInstallationMedia operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteInstallationMedia for more information on using the DeleteInstallationMedia API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteInstallationMediaRequest method. req, resp := client.DeleteInstallationMediaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMedia
func (*RDS) DeleteInstallationMediaWithContext ¶ added in v1.25.15
func (c *RDS) DeleteInstallationMediaWithContext(ctx aws.Context, input *DeleteInstallationMediaInput, opts ...request.Option) (*DeleteInstallationMediaOutput, error)
DeleteInstallationMediaWithContext is the same as DeleteInstallationMedia with the addition of the ability to pass a context and additional request options.
See DeleteInstallationMedia for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeleteOptionGroup ¶
func (c *RDS) DeleteOptionGroup(input *DeleteOptionGroupInput) (*DeleteOptionGroupOutput, error)
DeleteOptionGroup API operation for Amazon Relational Database Service.
Deletes an existing option group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeleteOptionGroup for usage and error information.
Returned Error Codes:
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeInvalidOptionGroupStateFault "InvalidOptionGroupStateFault" The option group isn't in the available state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteOptionGroup
func (*RDS) DeleteOptionGroupRequest ¶
func (c *RDS) DeleteOptionGroupRequest(input *DeleteOptionGroupInput) (req *request.Request, output *DeleteOptionGroupOutput)
DeleteOptionGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteOptionGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteOptionGroup for more information on using the DeleteOptionGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteOptionGroupRequest method. req, resp := client.DeleteOptionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteOptionGroup
func (*RDS) DeleteOptionGroupWithContext ¶ added in v1.8.0
func (c *RDS) DeleteOptionGroupWithContext(ctx aws.Context, input *DeleteOptionGroupInput, opts ...request.Option) (*DeleteOptionGroupOutput, error)
DeleteOptionGroupWithContext is the same as DeleteOptionGroup with the addition of the ability to pass a context and additional request options.
See DeleteOptionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DeregisterDBProxyTargets ¶ added in v1.25.47
func (c *RDS) DeregisterDBProxyTargets(input *DeregisterDBProxyTargetsInput) (*DeregisterDBProxyTargetsOutput, error)
DeregisterDBProxyTargets API operation for Amazon Relational Database Service.
Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DeregisterDBProxyTargets for usage and error information.
Returned Error Codes:
ErrCodeDBProxyTargetNotFoundFault "DBProxyTargetNotFoundFault" The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeregisterDBProxyTargets
func (*RDS) DeregisterDBProxyTargetsRequest ¶ added in v1.25.47
func (c *RDS) DeregisterDBProxyTargetsRequest(input *DeregisterDBProxyTargetsInput) (req *request.Request, output *DeregisterDBProxyTargetsOutput)
DeregisterDBProxyTargetsRequest generates a "aws/request.Request" representing the client's request for the DeregisterDBProxyTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterDBProxyTargets for more information on using the DeregisterDBProxyTargets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterDBProxyTargetsRequest method. req, resp := client.DeregisterDBProxyTargetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeregisterDBProxyTargets
func (*RDS) DeregisterDBProxyTargetsWithContext ¶ added in v1.25.47
func (c *RDS) DeregisterDBProxyTargetsWithContext(ctx aws.Context, input *DeregisterDBProxyTargetsInput, opts ...request.Option) (*DeregisterDBProxyTargetsOutput, error)
DeregisterDBProxyTargetsWithContext is the same as DeregisterDBProxyTargets with the addition of the ability to pass a context and additional request options.
See DeregisterDBProxyTargets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeAccountAttributes ¶
func (c *RDS) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
DescribeAccountAttributes API operation for Amazon Relational Database Service.
Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.
This command doesn't take any parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeAccountAttributes for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeAccountAttributes
func (*RDS) DescribeAccountAttributesRequest ¶
func (c *RDS) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
DescribeAccountAttributesRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountAttributes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAccountAttributes for more information on using the DescribeAccountAttributes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAccountAttributesRequest method. req, resp := client.DescribeAccountAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeAccountAttributes
func (*RDS) DescribeAccountAttributesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
DescribeAccountAttributesWithContext is the same as DescribeAccountAttributes with the addition of the ability to pass a context and additional request options.
See DescribeAccountAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeCertificates ¶
func (c *RDS) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
DescribeCertificates API operation for Amazon Relational Database Service.
Lists the set of CA certificates provided by Amazon RDS for this AWS account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeCertificates for usage and error information.
Returned Error Codes:
- ErrCodeCertificateNotFoundFault "CertificateNotFound" CertificateIdentifier doesn't refer to an existing certificate.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCertificates
func (*RDS) DescribeCertificatesPages ¶ added in v1.32.7
func (c *RDS) DescribeCertificatesPages(input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool) error
DescribeCertificatesPages iterates over the pages of a DescribeCertificates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeCertificates method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeCertificates operation. pageNum := 0 err := client.DescribeCertificatesPages(params, func(page *rds.DescribeCertificatesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeCertificatesPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool, opts ...request.Option) error
DescribeCertificatesPagesWithContext same as DescribeCertificatesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeCertificatesRequest ¶
func (c *RDS) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
DescribeCertificatesRequest generates a "aws/request.Request" representing the client's request for the DescribeCertificates operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCertificates for more information on using the DescribeCertificates API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCertificatesRequest method. req, resp := client.DescribeCertificatesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCertificates
func (*RDS) DescribeCertificatesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)
DescribeCertificatesWithContext is the same as DescribeCertificates with the addition of the ability to pass a context and additional request options.
See DescribeCertificates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeCustomAvailabilityZones ¶ added in v1.25.15
func (c *RDS) DescribeCustomAvailabilityZones(input *DescribeCustomAvailabilityZonesInput) (*DescribeCustomAvailabilityZonesOutput, error)
DescribeCustomAvailabilityZones API operation for Amazon Relational Database Service.
Returns information about custom Availability Zones (AZs).
A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide. (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html)
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeCustomAvailabilityZones for usage and error information.
Returned Error Codes:
- ErrCodeCustomAvailabilityZoneNotFoundFault "CustomAvailabilityZoneNotFound" CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZones
func (*RDS) DescribeCustomAvailabilityZonesPages ¶ added in v1.25.15
func (c *RDS) DescribeCustomAvailabilityZonesPages(input *DescribeCustomAvailabilityZonesInput, fn func(*DescribeCustomAvailabilityZonesOutput, bool) bool) error
DescribeCustomAvailabilityZonesPages iterates over the pages of a DescribeCustomAvailabilityZones operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeCustomAvailabilityZones method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeCustomAvailabilityZones operation. pageNum := 0 err := client.DescribeCustomAvailabilityZonesPages(params, func(page *rds.DescribeCustomAvailabilityZonesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeCustomAvailabilityZonesPagesWithContext ¶ added in v1.25.15
func (c *RDS) DescribeCustomAvailabilityZonesPagesWithContext(ctx aws.Context, input *DescribeCustomAvailabilityZonesInput, fn func(*DescribeCustomAvailabilityZonesOutput, bool) bool, opts ...request.Option) error
DescribeCustomAvailabilityZonesPagesWithContext same as DescribeCustomAvailabilityZonesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeCustomAvailabilityZonesRequest ¶ added in v1.25.15
func (c *RDS) DescribeCustomAvailabilityZonesRequest(input *DescribeCustomAvailabilityZonesInput) (req *request.Request, output *DescribeCustomAvailabilityZonesOutput)
DescribeCustomAvailabilityZonesRequest generates a "aws/request.Request" representing the client's request for the DescribeCustomAvailabilityZones operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCustomAvailabilityZones for more information on using the DescribeCustomAvailabilityZones API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCustomAvailabilityZonesRequest method. req, resp := client.DescribeCustomAvailabilityZonesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZones
func (*RDS) DescribeCustomAvailabilityZonesWithContext ¶ added in v1.25.15
func (c *RDS) DescribeCustomAvailabilityZonesWithContext(ctx aws.Context, input *DescribeCustomAvailabilityZonesInput, opts ...request.Option) (*DescribeCustomAvailabilityZonesOutput, error)
DescribeCustomAvailabilityZonesWithContext is the same as DescribeCustomAvailabilityZones with the addition of the ability to pass a context and additional request options.
See DescribeCustomAvailabilityZones for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterBacktracks ¶ added in v1.13.45
func (c *RDS) DescribeDBClusterBacktracks(input *DescribeDBClusterBacktracksInput) (*DescribeDBClusterBacktracksOutput, error)
DescribeDBClusterBacktracks API operation for Amazon Relational Database Service.
Returns information about backtracks for a DB cluster.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora MySQL DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterBacktracks for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBClusterBacktrackNotFoundFault "DBClusterBacktrackNotFoundFault" BacktrackIdentifier doesn't refer to an existing backtrack.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterBacktracks
func (*RDS) DescribeDBClusterBacktracksPages ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterBacktracksPages(input *DescribeDBClusterBacktracksInput, fn func(*DescribeDBClusterBacktracksOutput, bool) bool) error
DescribeDBClusterBacktracksPages iterates over the pages of a DescribeDBClusterBacktracks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusterBacktracks method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusterBacktracks operation. pageNum := 0 err := client.DescribeDBClusterBacktracksPages(params, func(page *rds.DescribeDBClusterBacktracksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClusterBacktracksPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterBacktracksPagesWithContext(ctx aws.Context, input *DescribeDBClusterBacktracksInput, fn func(*DescribeDBClusterBacktracksOutput, bool) bool, opts ...request.Option) error
DescribeDBClusterBacktracksPagesWithContext same as DescribeDBClusterBacktracksPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterBacktracksRequest ¶ added in v1.13.45
func (c *RDS) DescribeDBClusterBacktracksRequest(input *DescribeDBClusterBacktracksInput) (req *request.Request, output *DescribeDBClusterBacktracksOutput)
DescribeDBClusterBacktracksRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterBacktracks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterBacktracks for more information on using the DescribeDBClusterBacktracks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterBacktracksRequest method. req, resp := client.DescribeDBClusterBacktracksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterBacktracks
func (*RDS) DescribeDBClusterBacktracksWithContext ¶ added in v1.13.45
func (c *RDS) DescribeDBClusterBacktracksWithContext(ctx aws.Context, input *DescribeDBClusterBacktracksInput, opts ...request.Option) (*DescribeDBClusterBacktracksOutput, error)
DescribeDBClusterBacktracksWithContext is the same as DescribeDBClusterBacktracks with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterBacktracks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterEndpoints ¶ added in v1.15.74
func (c *RDS) DescribeDBClusterEndpoints(input *DescribeDBClusterEndpointsInput) (*DescribeDBClusterEndpointsOutput, error)
DescribeDBClusterEndpoints API operation for Amazon Relational Database Service.
Returns information about endpoints for an Amazon Aurora DB cluster.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterEndpoints for usage and error information.
Returned Error Codes:
- ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterEndpoints
func (*RDS) DescribeDBClusterEndpointsPages ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterEndpointsPages(input *DescribeDBClusterEndpointsInput, fn func(*DescribeDBClusterEndpointsOutput, bool) bool) error
DescribeDBClusterEndpointsPages iterates over the pages of a DescribeDBClusterEndpoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusterEndpoints method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusterEndpoints operation. pageNum := 0 err := client.DescribeDBClusterEndpointsPages(params, func(page *rds.DescribeDBClusterEndpointsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClusterEndpointsPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterEndpointsPagesWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, fn func(*DescribeDBClusterEndpointsOutput, bool) bool, opts ...request.Option) error
DescribeDBClusterEndpointsPagesWithContext same as DescribeDBClusterEndpointsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterEndpointsRequest ¶ added in v1.15.74
func (c *RDS) DescribeDBClusterEndpointsRequest(input *DescribeDBClusterEndpointsInput) (req *request.Request, output *DescribeDBClusterEndpointsOutput)
DescribeDBClusterEndpointsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterEndpoints for more information on using the DescribeDBClusterEndpoints API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterEndpointsRequest method. req, resp := client.DescribeDBClusterEndpointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterEndpoints
func (*RDS) DescribeDBClusterEndpointsWithContext ¶ added in v1.15.74
func (c *RDS) DescribeDBClusterEndpointsWithContext(ctx aws.Context, input *DescribeDBClusterEndpointsInput, opts ...request.Option) (*DescribeDBClusterEndpointsOutput, error)
DescribeDBClusterEndpointsWithContext is the same as DescribeDBClusterEndpoints with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterEndpoints for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterParameterGroups ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterParameterGroups(input *DescribeDBClusterParameterGroupsInput) (*DescribeDBClusterParameterGroupsOutput, error)
DescribeDBClusterParameterGroups API operation for Amazon Relational Database Service.
Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterParameterGroups for usage and error information.
Returned Error Codes:
- ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterParameterGroups
func (*RDS) DescribeDBClusterParameterGroupsPages ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterParameterGroupsPages(input *DescribeDBClusterParameterGroupsInput, fn func(*DescribeDBClusterParameterGroupsOutput, bool) bool) error
DescribeDBClusterParameterGroupsPages iterates over the pages of a DescribeDBClusterParameterGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusterParameterGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusterParameterGroups operation. pageNum := 0 err := client.DescribeDBClusterParameterGroupsPages(params, func(page *rds.DescribeDBClusterParameterGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClusterParameterGroupsPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeDBClusterParameterGroupsInput, fn func(*DescribeDBClusterParameterGroupsOutput, bool) bool, opts ...request.Option) error
DescribeDBClusterParameterGroupsPagesWithContext same as DescribeDBClusterParameterGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterParameterGroupsRequest ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterParameterGroupsRequest(input *DescribeDBClusterParameterGroupsInput) (req *request.Request, output *DescribeDBClusterParameterGroupsOutput)
DescribeDBClusterParameterGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterParameterGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterParameterGroups for more information on using the DescribeDBClusterParameterGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterParameterGroupsRequest method. req, resp := client.DescribeDBClusterParameterGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterParameterGroups
func (*RDS) DescribeDBClusterParameterGroupsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBClusterParameterGroupsWithContext(ctx aws.Context, input *DescribeDBClusterParameterGroupsInput, opts ...request.Option) (*DescribeDBClusterParameterGroupsOutput, error)
DescribeDBClusterParameterGroupsWithContext is the same as DescribeDBClusterParameterGroups with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterParameterGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterParameters ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterParameters(input *DescribeDBClusterParametersInput) (*DescribeDBClusterParametersOutput, error)
DescribeDBClusterParameters API operation for Amazon Relational Database Service.
Returns the detailed parameter list for a particular DB cluster parameter group.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterParameters for usage and error information.
Returned Error Codes:
- ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterParameters
func (*RDS) DescribeDBClusterParametersPages ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterParametersPages(input *DescribeDBClusterParametersInput, fn func(*DescribeDBClusterParametersOutput, bool) bool) error
DescribeDBClusterParametersPages iterates over the pages of a DescribeDBClusterParameters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusterParameters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusterParameters operation. pageNum := 0 err := client.DescribeDBClusterParametersPages(params, func(page *rds.DescribeDBClusterParametersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClusterParametersPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterParametersPagesWithContext(ctx aws.Context, input *DescribeDBClusterParametersInput, fn func(*DescribeDBClusterParametersOutput, bool) bool, opts ...request.Option) error
DescribeDBClusterParametersPagesWithContext same as DescribeDBClusterParametersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterParametersRequest ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterParametersRequest(input *DescribeDBClusterParametersInput) (req *request.Request, output *DescribeDBClusterParametersOutput)
DescribeDBClusterParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterParameters for more information on using the DescribeDBClusterParameters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterParametersRequest method. req, resp := client.DescribeDBClusterParametersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterParameters
func (*RDS) DescribeDBClusterParametersWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBClusterParametersWithContext(ctx aws.Context, input *DescribeDBClusterParametersInput, opts ...request.Option) (*DescribeDBClusterParametersOutput, error)
DescribeDBClusterParametersWithContext is the same as DescribeDBClusterParameters with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterParameters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterSnapshotAttributes ¶ added in v1.1.30
func (c *RDS) DescribeDBClusterSnapshotAttributes(input *DescribeDBClusterSnapshotAttributesInput) (*DescribeDBClusterSnapshotAttributesOutput, error)
DescribeDBClusterSnapshotAttributes API operation for Amazon Relational Database Service.
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.
To add or remove access for an AWS account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterSnapshotAttributes for usage and error information.
Returned Error Codes:
- ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshotAttributes
func (*RDS) DescribeDBClusterSnapshotAttributesRequest ¶ added in v1.1.30
func (c *RDS) DescribeDBClusterSnapshotAttributesRequest(input *DescribeDBClusterSnapshotAttributesInput) (req *request.Request, output *DescribeDBClusterSnapshotAttributesOutput)
DescribeDBClusterSnapshotAttributesRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterSnapshotAttributes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterSnapshotAttributes for more information on using the DescribeDBClusterSnapshotAttributes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterSnapshotAttributesRequest method. req, resp := client.DescribeDBClusterSnapshotAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshotAttributes
func (*RDS) DescribeDBClusterSnapshotAttributesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBClusterSnapshotAttributesWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotAttributesInput, opts ...request.Option) (*DescribeDBClusterSnapshotAttributesOutput, error)
DescribeDBClusterSnapshotAttributesWithContext is the same as DescribeDBClusterSnapshotAttributes with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterSnapshotAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterSnapshots ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterSnapshots(input *DescribeDBClusterSnapshotsInput) (*DescribeDBClusterSnapshotsOutput, error)
DescribeDBClusterSnapshots API operation for Amazon Relational Database Service.
Returns information about DB cluster snapshots. This API action supports pagination.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusterSnapshots for usage and error information.
Returned Error Codes:
- ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshots
func (*RDS) DescribeDBClusterSnapshotsPages ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterSnapshotsPages(input *DescribeDBClusterSnapshotsInput, fn func(*DescribeDBClusterSnapshotsOutput, bool) bool) error
DescribeDBClusterSnapshotsPages iterates over the pages of a DescribeDBClusterSnapshots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusterSnapshots method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusterSnapshots operation. pageNum := 0 err := client.DescribeDBClusterSnapshotsPages(params, func(page *rds.DescribeDBClusterSnapshotsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClusterSnapshotsPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeDBClusterSnapshotsPagesWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, fn func(*DescribeDBClusterSnapshotsOutput, bool) bool, opts ...request.Option) error
DescribeDBClusterSnapshotsPagesWithContext same as DescribeDBClusterSnapshotsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusterSnapshotsRequest ¶ added in v0.7.1
func (c *RDS) DescribeDBClusterSnapshotsRequest(input *DescribeDBClusterSnapshotsInput) (req *request.Request, output *DescribeDBClusterSnapshotsOutput)
DescribeDBClusterSnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusterSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusterSnapshots for more information on using the DescribeDBClusterSnapshots API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClusterSnapshotsRequest method. req, resp := client.DescribeDBClusterSnapshotsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshots
func (*RDS) DescribeDBClusterSnapshotsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBClusterSnapshotsWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, opts ...request.Option) (*DescribeDBClusterSnapshotsOutput, error)
DescribeDBClusterSnapshotsWithContext is the same as DescribeDBClusterSnapshots with the addition of the ability to pass a context and additional request options.
See DescribeDBClusterSnapshots for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClusters ¶ added in v0.7.1
func (c *RDS) DescribeDBClusters(input *DescribeDBClustersInput) (*DescribeDBClustersOutput, error)
DescribeDBClusters API operation for Amazon Relational Database Service.
Returns information about provisioned Aurora DB clusters. This API supports pagination.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBClusters for usage and error information.
Returned Error Codes:
- ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters
func (*RDS) DescribeDBClustersPages ¶ added in v1.15.17
func (c *RDS) DescribeDBClustersPages(input *DescribeDBClustersInput, fn func(*DescribeDBClustersOutput, bool) bool) error
DescribeDBClustersPages iterates over the pages of a DescribeDBClusters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBClusters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBClusters operation. pageNum := 0 err := client.DescribeDBClustersPages(params, func(page *rds.DescribeDBClustersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBClustersPagesWithContext ¶ added in v1.15.17
func (c *RDS) DescribeDBClustersPagesWithContext(ctx aws.Context, input *DescribeDBClustersInput, fn func(*DescribeDBClustersOutput, bool) bool, opts ...request.Option) error
DescribeDBClustersPagesWithContext same as DescribeDBClustersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBClustersRequest ¶ added in v0.7.1
func (c *RDS) DescribeDBClustersRequest(input *DescribeDBClustersInput) (req *request.Request, output *DescribeDBClustersOutput)
DescribeDBClustersRequest generates a "aws/request.Request" representing the client's request for the DescribeDBClusters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBClusters for more information on using the DescribeDBClusters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBClustersRequest method. req, resp := client.DescribeDBClustersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters
func (*RDS) DescribeDBClustersWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBClustersWithContext(ctx aws.Context, input *DescribeDBClustersInput, opts ...request.Option) (*DescribeDBClustersOutput, error)
DescribeDBClustersWithContext is the same as DescribeDBClusters with the addition of the ability to pass a context and additional request options.
See DescribeDBClusters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBEngineVersions ¶
func (c *RDS) DescribeDBEngineVersions(input *DescribeDBEngineVersionsInput) (*DescribeDBEngineVersionsOutput, error)
DescribeDBEngineVersions API operation for Amazon Relational Database Service.
Returns a list of the available DB engines.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBEngineVersions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions
func (*RDS) DescribeDBEngineVersionsPages ¶
func (c *RDS) DescribeDBEngineVersionsPages(input *DescribeDBEngineVersionsInput, fn func(*DescribeDBEngineVersionsOutput, bool) bool) error
DescribeDBEngineVersionsPages iterates over the pages of a DescribeDBEngineVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBEngineVersions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBEngineVersions operation. pageNum := 0 err := client.DescribeDBEngineVersionsPages(params, func(page *rds.DescribeDBEngineVersionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBEngineVersionsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBEngineVersionsPagesWithContext(ctx aws.Context, input *DescribeDBEngineVersionsInput, fn func(*DescribeDBEngineVersionsOutput, bool) bool, opts ...request.Option) error
DescribeDBEngineVersionsPagesWithContext same as DescribeDBEngineVersionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBEngineVersionsRequest ¶
func (c *RDS) DescribeDBEngineVersionsRequest(input *DescribeDBEngineVersionsInput) (req *request.Request, output *DescribeDBEngineVersionsOutput)
DescribeDBEngineVersionsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBEngineVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBEngineVersions for more information on using the DescribeDBEngineVersions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBEngineVersionsRequest method. req, resp := client.DescribeDBEngineVersionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions
func (*RDS) DescribeDBEngineVersionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBEngineVersionsWithContext(ctx aws.Context, input *DescribeDBEngineVersionsInput, opts ...request.Option) (*DescribeDBEngineVersionsOutput, error)
DescribeDBEngineVersionsWithContext is the same as DescribeDBEngineVersions with the addition of the ability to pass a context and additional request options.
See DescribeDBEngineVersions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBInstanceAutomatedBackups ¶ added in v1.15.77
func (c *RDS) DescribeDBInstanceAutomatedBackups(input *DescribeDBInstanceAutomatedBackupsInput) (*DescribeDBInstanceAutomatedBackupsOutput, error)
DescribeDBInstanceAutomatedBackups API operation for Amazon Relational Database Service.
Displays backups for both current and deleted instances. For example, use this operation to find details about automated backups for previously deleted instances. Current instances with retention periods greater than zero (0) are returned for both the DescribeDBInstanceAutomatedBackups and DescribeDBInstances operations.
All parameters are optional.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBInstanceAutomatedBackups for usage and error information.
Returned Error Codes:
- ErrCodeDBInstanceAutomatedBackupNotFoundFault "DBInstanceAutomatedBackupNotFound" No automated backup for this DB instance was found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups
func (*RDS) DescribeDBInstanceAutomatedBackupsPages ¶ added in v1.15.77
func (c *RDS) DescribeDBInstanceAutomatedBackupsPages(input *DescribeDBInstanceAutomatedBackupsInput, fn func(*DescribeDBInstanceAutomatedBackupsOutput, bool) bool) error
DescribeDBInstanceAutomatedBackupsPages iterates over the pages of a DescribeDBInstanceAutomatedBackups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBInstanceAutomatedBackups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBInstanceAutomatedBackups operation. pageNum := 0 err := client.DescribeDBInstanceAutomatedBackupsPages(params, func(page *rds.DescribeDBInstanceAutomatedBackupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBInstanceAutomatedBackupsPagesWithContext ¶ added in v1.15.77
func (c *RDS) DescribeDBInstanceAutomatedBackupsPagesWithContext(ctx aws.Context, input *DescribeDBInstanceAutomatedBackupsInput, fn func(*DescribeDBInstanceAutomatedBackupsOutput, bool) bool, opts ...request.Option) error
DescribeDBInstanceAutomatedBackupsPagesWithContext same as DescribeDBInstanceAutomatedBackupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBInstanceAutomatedBackupsRequest ¶ added in v1.15.77
func (c *RDS) DescribeDBInstanceAutomatedBackupsRequest(input *DescribeDBInstanceAutomatedBackupsInput) (req *request.Request, output *DescribeDBInstanceAutomatedBackupsOutput)
DescribeDBInstanceAutomatedBackupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBInstanceAutomatedBackups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBInstanceAutomatedBackups for more information on using the DescribeDBInstanceAutomatedBackups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBInstanceAutomatedBackupsRequest method. req, resp := client.DescribeDBInstanceAutomatedBackupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups
func (*RDS) DescribeDBInstanceAutomatedBackupsWithContext ¶ added in v1.15.77
func (c *RDS) DescribeDBInstanceAutomatedBackupsWithContext(ctx aws.Context, input *DescribeDBInstanceAutomatedBackupsInput, opts ...request.Option) (*DescribeDBInstanceAutomatedBackupsOutput, error)
DescribeDBInstanceAutomatedBackupsWithContext is the same as DescribeDBInstanceAutomatedBackups with the addition of the ability to pass a context and additional request options.
See DescribeDBInstanceAutomatedBackups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBInstances ¶
func (c *RDS) DescribeDBInstances(input *DescribeDBInstancesInput) (*DescribeDBInstancesOutput, error)
DescribeDBInstances API operation for Amazon Relational Database Service.
Returns information about provisioned RDS instances. This API supports pagination.
This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBInstances for usage and error information.
Returned Error Codes:
- ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstances
func (*RDS) DescribeDBInstancesPages ¶
func (c *RDS) DescribeDBInstancesPages(input *DescribeDBInstancesInput, fn func(*DescribeDBInstancesOutput, bool) bool) error
DescribeDBInstancesPages iterates over the pages of a DescribeDBInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBInstances method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBInstances operation. pageNum := 0 err := client.DescribeDBInstancesPages(params, func(page *rds.DescribeDBInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBInstancesPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBInstancesPagesWithContext(ctx aws.Context, input *DescribeDBInstancesInput, fn func(*DescribeDBInstancesOutput, bool) bool, opts ...request.Option) error
DescribeDBInstancesPagesWithContext same as DescribeDBInstancesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBInstancesRequest ¶
func (c *RDS) DescribeDBInstancesRequest(input *DescribeDBInstancesInput) (req *request.Request, output *DescribeDBInstancesOutput)
DescribeDBInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeDBInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBInstances for more information on using the DescribeDBInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBInstancesRequest method. req, resp := client.DescribeDBInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstances
func (*RDS) DescribeDBInstancesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBInstancesWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.Option) (*DescribeDBInstancesOutput, error)
DescribeDBInstancesWithContext is the same as DescribeDBInstances with the addition of the ability to pass a context and additional request options.
See DescribeDBInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBLogFiles ¶
func (c *RDS) DescribeDBLogFiles(input *DescribeDBLogFilesInput) (*DescribeDBLogFilesOutput, error)
DescribeDBLogFiles API operation for Amazon Relational Database Service.
Returns a list of DB log files for the DB instance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBLogFiles for usage and error information.
Returned Error Codes:
- ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBLogFiles
func (*RDS) DescribeDBLogFilesPages ¶
func (c *RDS) DescribeDBLogFilesPages(input *DescribeDBLogFilesInput, fn func(*DescribeDBLogFilesOutput, bool) bool) error
DescribeDBLogFilesPages iterates over the pages of a DescribeDBLogFiles operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBLogFiles method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBLogFiles operation. pageNum := 0 err := client.DescribeDBLogFilesPages(params, func(page *rds.DescribeDBLogFilesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBLogFilesPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBLogFilesPagesWithContext(ctx aws.Context, input *DescribeDBLogFilesInput, fn func(*DescribeDBLogFilesOutput, bool) bool, opts ...request.Option) error
DescribeDBLogFilesPagesWithContext same as DescribeDBLogFilesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBLogFilesRequest ¶
func (c *RDS) DescribeDBLogFilesRequest(input *DescribeDBLogFilesInput) (req *request.Request, output *DescribeDBLogFilesOutput)
DescribeDBLogFilesRequest generates a "aws/request.Request" representing the client's request for the DescribeDBLogFiles operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBLogFiles for more information on using the DescribeDBLogFiles API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBLogFilesRequest method. req, resp := client.DescribeDBLogFilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBLogFiles
func (*RDS) DescribeDBLogFilesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBLogFilesWithContext(ctx aws.Context, input *DescribeDBLogFilesInput, opts ...request.Option) (*DescribeDBLogFilesOutput, error)
DescribeDBLogFilesWithContext is the same as DescribeDBLogFiles with the addition of the ability to pass a context and additional request options.
See DescribeDBLogFiles for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBParameterGroups ¶
func (c *RDS) DescribeDBParameterGroups(input *DescribeDBParameterGroupsInput) (*DescribeDBParameterGroupsOutput, error)
DescribeDBParameterGroups API operation for Amazon Relational Database Service.
Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBParameterGroups for usage and error information.
Returned Error Codes:
- ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBParameterGroups
func (*RDS) DescribeDBParameterGroupsPages ¶
func (c *RDS) DescribeDBParameterGroupsPages(input *DescribeDBParameterGroupsInput, fn func(*DescribeDBParameterGroupsOutput, bool) bool) error
DescribeDBParameterGroupsPages iterates over the pages of a DescribeDBParameterGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBParameterGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBParameterGroups operation. pageNum := 0 err := client.DescribeDBParameterGroupsPages(params, func(page *rds.DescribeDBParameterGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBParameterGroupsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeDBParameterGroupsInput, fn func(*DescribeDBParameterGroupsOutput, bool) bool, opts ...request.Option) error
DescribeDBParameterGroupsPagesWithContext same as DescribeDBParameterGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBParameterGroupsRequest ¶
func (c *RDS) DescribeDBParameterGroupsRequest(input *DescribeDBParameterGroupsInput) (req *request.Request, output *DescribeDBParameterGroupsOutput)
DescribeDBParameterGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBParameterGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBParameterGroups for more information on using the DescribeDBParameterGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBParameterGroupsRequest method. req, resp := client.DescribeDBParameterGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBParameterGroups
func (*RDS) DescribeDBParameterGroupsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBParameterGroupsWithContext(ctx aws.Context, input *DescribeDBParameterGroupsInput, opts ...request.Option) (*DescribeDBParameterGroupsOutput, error)
DescribeDBParameterGroupsWithContext is the same as DescribeDBParameterGroups with the addition of the ability to pass a context and additional request options.
See DescribeDBParameterGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBParameters ¶
func (c *RDS) DescribeDBParameters(input *DescribeDBParametersInput) (*DescribeDBParametersOutput, error)
DescribeDBParameters API operation for Amazon Relational Database Service.
Returns the detailed parameter list for a particular DB parameter group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBParameters for usage and error information.
Returned Error Codes:
- ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBParameters
func (*RDS) DescribeDBParametersPages ¶
func (c *RDS) DescribeDBParametersPages(input *DescribeDBParametersInput, fn func(*DescribeDBParametersOutput, bool) bool) error
DescribeDBParametersPages iterates over the pages of a DescribeDBParameters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBParameters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBParameters operation. pageNum := 0 err := client.DescribeDBParametersPages(params, func(page *rds.DescribeDBParametersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBParametersPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBParametersPagesWithContext(ctx aws.Context, input *DescribeDBParametersInput, fn func(*DescribeDBParametersOutput, bool) bool, opts ...request.Option) error
DescribeDBParametersPagesWithContext same as DescribeDBParametersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBParametersRequest ¶
func (c *RDS) DescribeDBParametersRequest(input *DescribeDBParametersInput) (req *request.Request, output *DescribeDBParametersOutput)
DescribeDBParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeDBParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBParameters for more information on using the DescribeDBParameters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBParametersRequest method. req, resp := client.DescribeDBParametersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBParameters
func (*RDS) DescribeDBParametersWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBParametersWithContext(ctx aws.Context, input *DescribeDBParametersInput, opts ...request.Option) (*DescribeDBParametersOutput, error)
DescribeDBParametersWithContext is the same as DescribeDBParameters with the addition of the ability to pass a context and additional request options.
See DescribeDBParameters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxies ¶ added in v1.25.47
func (c *RDS) DescribeDBProxies(input *DescribeDBProxiesInput) (*DescribeDBProxiesOutput, error)
DescribeDBProxies API operation for Amazon Relational Database Service.
Returns information about DB proxies.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBProxies for usage and error information.
Returned Error Codes:
- ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxies
func (*RDS) DescribeDBProxiesPages ¶ added in v1.25.47
func (c *RDS) DescribeDBProxiesPages(input *DescribeDBProxiesInput, fn func(*DescribeDBProxiesOutput, bool) bool) error
DescribeDBProxiesPages iterates over the pages of a DescribeDBProxies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBProxies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBProxies operation. pageNum := 0 err := client.DescribeDBProxiesPages(params, func(page *rds.DescribeDBProxiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBProxiesPagesWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxiesPagesWithContext(ctx aws.Context, input *DescribeDBProxiesInput, fn func(*DescribeDBProxiesOutput, bool) bool, opts ...request.Option) error
DescribeDBProxiesPagesWithContext same as DescribeDBProxiesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxiesRequest ¶ added in v1.25.47
func (c *RDS) DescribeDBProxiesRequest(input *DescribeDBProxiesInput) (req *request.Request, output *DescribeDBProxiesOutput)
DescribeDBProxiesRequest generates a "aws/request.Request" representing the client's request for the DescribeDBProxies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBProxies for more information on using the DescribeDBProxies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBProxiesRequest method. req, resp := client.DescribeDBProxiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxies
func (*RDS) DescribeDBProxiesWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxiesWithContext(ctx aws.Context, input *DescribeDBProxiesInput, opts ...request.Option) (*DescribeDBProxiesOutput, error)
DescribeDBProxiesWithContext is the same as DescribeDBProxies with the addition of the ability to pass a context and additional request options.
See DescribeDBProxies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxyTargetGroups ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetGroups(input *DescribeDBProxyTargetGroupsInput) (*DescribeDBProxyTargetGroupsOutput, error)
DescribeDBProxyTargetGroups API operation for Amazon Relational Database Service.
Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBProxyTargetGroups for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyTargetGroups
func (*RDS) DescribeDBProxyTargetGroupsPages ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetGroupsPages(input *DescribeDBProxyTargetGroupsInput, fn func(*DescribeDBProxyTargetGroupsOutput, bool) bool) error
DescribeDBProxyTargetGroupsPages iterates over the pages of a DescribeDBProxyTargetGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBProxyTargetGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBProxyTargetGroups operation. pageNum := 0 err := client.DescribeDBProxyTargetGroupsPages(params, func(page *rds.DescribeDBProxyTargetGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBProxyTargetGroupsPagesWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetGroupsPagesWithContext(ctx aws.Context, input *DescribeDBProxyTargetGroupsInput, fn func(*DescribeDBProxyTargetGroupsOutput, bool) bool, opts ...request.Option) error
DescribeDBProxyTargetGroupsPagesWithContext same as DescribeDBProxyTargetGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxyTargetGroupsRequest ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetGroupsRequest(input *DescribeDBProxyTargetGroupsInput) (req *request.Request, output *DescribeDBProxyTargetGroupsOutput)
DescribeDBProxyTargetGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBProxyTargetGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBProxyTargetGroups for more information on using the DescribeDBProxyTargetGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBProxyTargetGroupsRequest method. req, resp := client.DescribeDBProxyTargetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyTargetGroups
func (*RDS) DescribeDBProxyTargetGroupsWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetGroupsWithContext(ctx aws.Context, input *DescribeDBProxyTargetGroupsInput, opts ...request.Option) (*DescribeDBProxyTargetGroupsOutput, error)
DescribeDBProxyTargetGroupsWithContext is the same as DescribeDBProxyTargetGroups with the addition of the ability to pass a context and additional request options.
See DescribeDBProxyTargetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxyTargets ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargets(input *DescribeDBProxyTargetsInput) (*DescribeDBProxyTargetsOutput, error)
DescribeDBProxyTargets API operation for Amazon Relational Database Service.
Returns information about DBProxyTarget objects. This API supports pagination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBProxyTargets for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetNotFoundFault "DBProxyTargetNotFoundFault" The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyTargets
func (*RDS) DescribeDBProxyTargetsPages ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetsPages(input *DescribeDBProxyTargetsInput, fn func(*DescribeDBProxyTargetsOutput, bool) bool) error
DescribeDBProxyTargetsPages iterates over the pages of a DescribeDBProxyTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBProxyTargets method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBProxyTargets operation. pageNum := 0 err := client.DescribeDBProxyTargetsPages(params, func(page *rds.DescribeDBProxyTargetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBProxyTargetsPagesWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetsPagesWithContext(ctx aws.Context, input *DescribeDBProxyTargetsInput, fn func(*DescribeDBProxyTargetsOutput, bool) bool, opts ...request.Option) error
DescribeDBProxyTargetsPagesWithContext same as DescribeDBProxyTargetsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBProxyTargetsRequest ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetsRequest(input *DescribeDBProxyTargetsInput) (req *request.Request, output *DescribeDBProxyTargetsOutput)
DescribeDBProxyTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBProxyTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBProxyTargets for more information on using the DescribeDBProxyTargets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBProxyTargetsRequest method. req, resp := client.DescribeDBProxyTargetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyTargets
func (*RDS) DescribeDBProxyTargetsWithContext ¶ added in v1.25.47
func (c *RDS) DescribeDBProxyTargetsWithContext(ctx aws.Context, input *DescribeDBProxyTargetsInput, opts ...request.Option) (*DescribeDBProxyTargetsOutput, error)
DescribeDBProxyTargetsWithContext is the same as DescribeDBProxyTargets with the addition of the ability to pass a context and additional request options.
See DescribeDBProxyTargets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSecurityGroups ¶
func (c *RDS) DescribeDBSecurityGroups(input *DescribeDBSecurityGroupsInput) (*DescribeDBSecurityGroupsOutput, error)
DescribeDBSecurityGroups API operation for Amazon Relational Database Service.
Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBSecurityGroups for usage and error information.
Returned Error Codes:
- ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSecurityGroups
func (*RDS) DescribeDBSecurityGroupsPages ¶
func (c *RDS) DescribeDBSecurityGroupsPages(input *DescribeDBSecurityGroupsInput, fn func(*DescribeDBSecurityGroupsOutput, bool) bool) error
DescribeDBSecurityGroupsPages iterates over the pages of a DescribeDBSecurityGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBSecurityGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBSecurityGroups operation. pageNum := 0 err := client.DescribeDBSecurityGroupsPages(params, func(page *rds.DescribeDBSecurityGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBSecurityGroupsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSecurityGroupsPagesWithContext(ctx aws.Context, input *DescribeDBSecurityGroupsInput, fn func(*DescribeDBSecurityGroupsOutput, bool) bool, opts ...request.Option) error
DescribeDBSecurityGroupsPagesWithContext same as DescribeDBSecurityGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSecurityGroupsRequest ¶
func (c *RDS) DescribeDBSecurityGroupsRequest(input *DescribeDBSecurityGroupsInput) (req *request.Request, output *DescribeDBSecurityGroupsOutput)
DescribeDBSecurityGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBSecurityGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBSecurityGroups for more information on using the DescribeDBSecurityGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBSecurityGroupsRequest method. req, resp := client.DescribeDBSecurityGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSecurityGroups
func (*RDS) DescribeDBSecurityGroupsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSecurityGroupsWithContext(ctx aws.Context, input *DescribeDBSecurityGroupsInput, opts ...request.Option) (*DescribeDBSecurityGroupsOutput, error)
DescribeDBSecurityGroupsWithContext is the same as DescribeDBSecurityGroups with the addition of the ability to pass a context and additional request options.
See DescribeDBSecurityGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSnapshotAttributes ¶ added in v0.10.4
func (c *RDS) DescribeDBSnapshotAttributes(input *DescribeDBSnapshotAttributesInput) (*DescribeDBSnapshotAttributesOutput, error)
DescribeDBSnapshotAttributes API operation for Amazon Relational Database Service.
Returns a list of DB snapshot attribute names and values for a manual DB snapshot.
When sharing snapshots with other AWS accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts.
To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBSnapshotAttributes for usage and error information.
Returned Error Codes:
- ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSnapshotAttributes
func (*RDS) DescribeDBSnapshotAttributesRequest ¶ added in v0.10.4
func (c *RDS) DescribeDBSnapshotAttributesRequest(input *DescribeDBSnapshotAttributesInput) (req *request.Request, output *DescribeDBSnapshotAttributesOutput)
DescribeDBSnapshotAttributesRequest generates a "aws/request.Request" representing the client's request for the DescribeDBSnapshotAttributes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBSnapshotAttributes for more information on using the DescribeDBSnapshotAttributes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBSnapshotAttributesRequest method. req, resp := client.DescribeDBSnapshotAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSnapshotAttributes
func (*RDS) DescribeDBSnapshotAttributesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSnapshotAttributesWithContext(ctx aws.Context, input *DescribeDBSnapshotAttributesInput, opts ...request.Option) (*DescribeDBSnapshotAttributesOutput, error)
DescribeDBSnapshotAttributesWithContext is the same as DescribeDBSnapshotAttributes with the addition of the ability to pass a context and additional request options.
See DescribeDBSnapshotAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSnapshots ¶
func (c *RDS) DescribeDBSnapshots(input *DescribeDBSnapshotsInput) (*DescribeDBSnapshotsOutput, error)
DescribeDBSnapshots API operation for Amazon Relational Database Service.
Returns information about DB snapshots. This API action supports pagination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBSnapshots for usage and error information.
Returned Error Codes:
- ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSnapshots
func (*RDS) DescribeDBSnapshotsPages ¶
func (c *RDS) DescribeDBSnapshotsPages(input *DescribeDBSnapshotsInput, fn func(*DescribeDBSnapshotsOutput, bool) bool) error
DescribeDBSnapshotsPages iterates over the pages of a DescribeDBSnapshots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBSnapshots method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBSnapshots operation. pageNum := 0 err := client.DescribeDBSnapshotsPages(params, func(page *rds.DescribeDBSnapshotsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBSnapshotsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSnapshotsPagesWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, fn func(*DescribeDBSnapshotsOutput, bool) bool, opts ...request.Option) error
DescribeDBSnapshotsPagesWithContext same as DescribeDBSnapshotsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSnapshotsRequest ¶
func (c *RDS) DescribeDBSnapshotsRequest(input *DescribeDBSnapshotsInput) (req *request.Request, output *DescribeDBSnapshotsOutput)
DescribeDBSnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBSnapshots for more information on using the DescribeDBSnapshots API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBSnapshotsRequest method. req, resp := client.DescribeDBSnapshotsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSnapshots
func (*RDS) DescribeDBSnapshotsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSnapshotsWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.Option) (*DescribeDBSnapshotsOutput, error)
DescribeDBSnapshotsWithContext is the same as DescribeDBSnapshots with the addition of the ability to pass a context and additional request options.
See DescribeDBSnapshots for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSubnetGroups ¶
func (c *RDS) DescribeDBSubnetGroups(input *DescribeDBSubnetGroupsInput) (*DescribeDBSubnetGroupsOutput, error)
DescribeDBSubnetGroups API operation for Amazon Relational Database Service.
Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.
For an overview of CIDR ranges, go to the Wikipedia Tutorial (http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeDBSubnetGroups for usage and error information.
Returned Error Codes:
- ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSubnetGroups
func (*RDS) DescribeDBSubnetGroupsPages ¶
func (c *RDS) DescribeDBSubnetGroupsPages(input *DescribeDBSubnetGroupsInput, fn func(*DescribeDBSubnetGroupsOutput, bool) bool) error
DescribeDBSubnetGroupsPages iterates over the pages of a DescribeDBSubnetGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeDBSubnetGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeDBSubnetGroups operation. pageNum := 0 err := client.DescribeDBSubnetGroupsPages(params, func(page *rds.DescribeDBSubnetGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeDBSubnetGroupsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeDBSubnetGroupsInput, fn func(*DescribeDBSubnetGroupsOutput, bool) bool, opts ...request.Option) error
DescribeDBSubnetGroupsPagesWithContext same as DescribeDBSubnetGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeDBSubnetGroupsRequest ¶
func (c *RDS) DescribeDBSubnetGroupsRequest(input *DescribeDBSubnetGroupsInput) (req *request.Request, output *DescribeDBSubnetGroupsOutput)
DescribeDBSubnetGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeDBSubnetGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDBSubnetGroups for more information on using the DescribeDBSubnetGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDBSubnetGroupsRequest method. req, resp := client.DescribeDBSubnetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSubnetGroups
func (*RDS) DescribeDBSubnetGroupsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeDBSubnetGroupsWithContext(ctx aws.Context, input *DescribeDBSubnetGroupsInput, opts ...request.Option) (*DescribeDBSubnetGroupsOutput, error)
DescribeDBSubnetGroupsWithContext is the same as DescribeDBSubnetGroups with the addition of the ability to pass a context and additional request options.
See DescribeDBSubnetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEngineDefaultClusterParameters ¶ added in v0.7.1
func (c *RDS) DescribeEngineDefaultClusterParameters(input *DescribeEngineDefaultClusterParametersInput) (*DescribeEngineDefaultClusterParametersOutput, error)
DescribeEngineDefaultClusterParameters API operation for Amazon Relational Database Service.
Returns the default engine and system parameter information for the cluster database engine.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeEngineDefaultClusterParameters for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEngineDefaultClusterParameters
func (*RDS) DescribeEngineDefaultClusterParametersRequest ¶ added in v0.7.1
func (c *RDS) DescribeEngineDefaultClusterParametersRequest(input *DescribeEngineDefaultClusterParametersInput) (req *request.Request, output *DescribeEngineDefaultClusterParametersOutput)
DescribeEngineDefaultClusterParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeEngineDefaultClusterParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEngineDefaultClusterParameters for more information on using the DescribeEngineDefaultClusterParameters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEngineDefaultClusterParametersRequest method. req, resp := client.DescribeEngineDefaultClusterParametersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEngineDefaultClusterParameters
func (*RDS) DescribeEngineDefaultClusterParametersWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEngineDefaultClusterParametersWithContext(ctx aws.Context, input *DescribeEngineDefaultClusterParametersInput, opts ...request.Option) (*DescribeEngineDefaultClusterParametersOutput, error)
DescribeEngineDefaultClusterParametersWithContext is the same as DescribeEngineDefaultClusterParameters with the addition of the ability to pass a context and additional request options.
See DescribeEngineDefaultClusterParameters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEngineDefaultParameters ¶
func (c *RDS) DescribeEngineDefaultParameters(input *DescribeEngineDefaultParametersInput) (*DescribeEngineDefaultParametersOutput, error)
DescribeEngineDefaultParameters API operation for Amazon Relational Database Service.
Returns the default engine and system parameter information for the specified database engine.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeEngineDefaultParameters for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEngineDefaultParameters
func (*RDS) DescribeEngineDefaultParametersPages ¶
func (c *RDS) DescribeEngineDefaultParametersPages(input *DescribeEngineDefaultParametersInput, fn func(*DescribeEngineDefaultParametersOutput, bool) bool) error
DescribeEngineDefaultParametersPages iterates over the pages of a DescribeEngineDefaultParameters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEngineDefaultParameters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEngineDefaultParameters operation. pageNum := 0 err := client.DescribeEngineDefaultParametersPages(params, func(page *rds.DescribeEngineDefaultParametersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeEngineDefaultParametersPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEngineDefaultParametersPagesWithContext(ctx aws.Context, input *DescribeEngineDefaultParametersInput, fn func(*DescribeEngineDefaultParametersOutput, bool) bool, opts ...request.Option) error
DescribeEngineDefaultParametersPagesWithContext same as DescribeEngineDefaultParametersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEngineDefaultParametersRequest ¶
func (c *RDS) DescribeEngineDefaultParametersRequest(input *DescribeEngineDefaultParametersInput) (req *request.Request, output *DescribeEngineDefaultParametersOutput)
DescribeEngineDefaultParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeEngineDefaultParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEngineDefaultParameters for more information on using the DescribeEngineDefaultParameters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEngineDefaultParametersRequest method. req, resp := client.DescribeEngineDefaultParametersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEngineDefaultParameters
func (*RDS) DescribeEngineDefaultParametersWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEngineDefaultParametersWithContext(ctx aws.Context, input *DescribeEngineDefaultParametersInput, opts ...request.Option) (*DescribeEngineDefaultParametersOutput, error)
DescribeEngineDefaultParametersWithContext is the same as DescribeEngineDefaultParameters with the addition of the ability to pass a context and additional request options.
See DescribeEngineDefaultParameters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEventCategories ¶
func (c *RDS) DescribeEventCategories(input *DescribeEventCategoriesInput) (*DescribeEventCategoriesOutput, error)
DescribeEventCategories API operation for Amazon Relational Database Service.
Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Events (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeEventCategories for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEventCategories
func (*RDS) DescribeEventCategoriesRequest ¶
func (c *RDS) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *request.Request, output *DescribeEventCategoriesOutput)
DescribeEventCategoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeEventCategories operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEventCategories for more information on using the DescribeEventCategories API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEventCategoriesRequest method. req, resp := client.DescribeEventCategoriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEventCategories
func (*RDS) DescribeEventCategoriesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEventCategoriesWithContext(ctx aws.Context, input *DescribeEventCategoriesInput, opts ...request.Option) (*DescribeEventCategoriesOutput, error)
DescribeEventCategoriesWithContext is the same as DescribeEventCategories with the addition of the ability to pass a context and additional request options.
See DescribeEventCategories for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEventSubscriptions ¶
func (c *RDS) DescribeEventSubscriptions(input *DescribeEventSubscriptionsInput) (*DescribeEventSubscriptionsOutput, error)
DescribeEventSubscriptions API operation for Amazon Relational Database Service.
Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.
If you specify a SubscriptionName, lists the description for that subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeEventSubscriptions for usage and error information.
Returned Error Codes:
- ErrCodeSubscriptionNotFoundFault "SubscriptionNotFound" The subscription name does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEventSubscriptions
func (*RDS) DescribeEventSubscriptionsPages ¶
func (c *RDS) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool) error
DescribeEventSubscriptionsPages iterates over the pages of a DescribeEventSubscriptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEventSubscriptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEventSubscriptions operation. pageNum := 0 err := client.DescribeEventSubscriptionsPages(params, func(page *rds.DescribeEventSubscriptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeEventSubscriptionsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool, opts ...request.Option) error
DescribeEventSubscriptionsPagesWithContext same as DescribeEventSubscriptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEventSubscriptionsRequest ¶
func (c *RDS) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *request.Request, output *DescribeEventSubscriptionsOutput)
DescribeEventSubscriptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeEventSubscriptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEventSubscriptions for more information on using the DescribeEventSubscriptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEventSubscriptionsRequest method. req, resp := client.DescribeEventSubscriptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEventSubscriptions
func (*RDS) DescribeEventSubscriptionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEventSubscriptionsWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, opts ...request.Option) (*DescribeEventSubscriptionsOutput, error)
DescribeEventSubscriptionsWithContext is the same as DescribeEventSubscriptions with the addition of the ability to pass a context and additional request options.
See DescribeEventSubscriptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEvents ¶
func (c *RDS) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)
DescribeEvents API operation for Amazon Relational Database Service.
Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days. Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be obtained by providing the name as a parameter.
By default, the past hour of events are returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeEvents for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEvents
func (*RDS) DescribeEventsPages ¶
func (c *RDS) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
DescribeEventsPages iterates over the pages of a DescribeEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEvents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEvents operation. pageNum := 0 err := client.DescribeEventsPages(params, func(page *rds.DescribeEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeEventsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...request.Option) error
DescribeEventsPagesWithContext same as DescribeEventsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeEventsRequest ¶
func (c *RDS) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)
DescribeEventsRequest generates a "aws/request.Request" representing the client's request for the DescribeEvents operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEvents for more information on using the DescribeEvents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEventsRequest method. req, resp := client.DescribeEventsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeEvents
func (*RDS) DescribeEventsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)
DescribeEventsWithContext is the same as DescribeEvents with the addition of the ability to pass a context and additional request options.
See DescribeEvents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeExportTasks ¶ added in v1.28.8
func (c *RDS) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
DescribeExportTasks API operation for Amazon Relational Database Service.
Returns information about a snapshot export to Amazon S3. This API operation supports pagination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeExportTasks for usage and error information.
Returned Error Codes:
- ErrCodeExportTaskNotFoundFault "ExportTaskNotFound" The export task doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeExportTasks
func (*RDS) DescribeExportTasksPages ¶ added in v1.28.8
func (c *RDS) DescribeExportTasksPages(input *DescribeExportTasksInput, fn func(*DescribeExportTasksOutput, bool) bool) error
DescribeExportTasksPages iterates over the pages of a DescribeExportTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeExportTasks method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeExportTasks operation. pageNum := 0 err := client.DescribeExportTasksPages(params, func(page *rds.DescribeExportTasksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeExportTasksPagesWithContext ¶ added in v1.28.8
func (c *RDS) DescribeExportTasksPagesWithContext(ctx aws.Context, input *DescribeExportTasksInput, fn func(*DescribeExportTasksOutput, bool) bool, opts ...request.Option) error
DescribeExportTasksPagesWithContext same as DescribeExportTasksPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeExportTasksRequest ¶ added in v1.28.8
func (c *RDS) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
DescribeExportTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeExportTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeExportTasks for more information on using the DescribeExportTasks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeExportTasksRequest method. req, resp := client.DescribeExportTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeExportTasks
func (*RDS) DescribeExportTasksWithContext ¶ added in v1.28.8
func (c *RDS) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
DescribeExportTasksWithContext is the same as DescribeExportTasks with the addition of the ability to pass a context and additional request options.
See DescribeExportTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeGlobalClusters ¶ added in v1.15.85
func (c *RDS) DescribeGlobalClusters(input *DescribeGlobalClustersInput) (*DescribeGlobalClustersOutput, error)
DescribeGlobalClusters API operation for Amazon Relational Database Service.
Returns information about Aurora global database clusters. This API supports pagination.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeGlobalClusters for usage and error information.
Returned Error Codes:
- ErrCodeGlobalClusterNotFoundFault "GlobalClusterNotFoundFault" The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeGlobalClusters
func (*RDS) DescribeGlobalClustersPages ¶ added in v1.15.85
func (c *RDS) DescribeGlobalClustersPages(input *DescribeGlobalClustersInput, fn func(*DescribeGlobalClustersOutput, bool) bool) error
DescribeGlobalClustersPages iterates over the pages of a DescribeGlobalClusters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeGlobalClusters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeGlobalClusters operation. pageNum := 0 err := client.DescribeGlobalClustersPages(params, func(page *rds.DescribeGlobalClustersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeGlobalClustersPagesWithContext ¶ added in v1.15.85
func (c *RDS) DescribeGlobalClustersPagesWithContext(ctx aws.Context, input *DescribeGlobalClustersInput, fn func(*DescribeGlobalClustersOutput, bool) bool, opts ...request.Option) error
DescribeGlobalClustersPagesWithContext same as DescribeGlobalClustersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeGlobalClustersRequest ¶ added in v1.15.85
func (c *RDS) DescribeGlobalClustersRequest(input *DescribeGlobalClustersInput) (req *request.Request, output *DescribeGlobalClustersOutput)
DescribeGlobalClustersRequest generates a "aws/request.Request" representing the client's request for the DescribeGlobalClusters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeGlobalClusters for more information on using the DescribeGlobalClusters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeGlobalClustersRequest method. req, resp := client.DescribeGlobalClustersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeGlobalClusters
func (*RDS) DescribeGlobalClustersWithContext ¶ added in v1.15.85
func (c *RDS) DescribeGlobalClustersWithContext(ctx aws.Context, input *DescribeGlobalClustersInput, opts ...request.Option) (*DescribeGlobalClustersOutput, error)
DescribeGlobalClustersWithContext is the same as DescribeGlobalClusters with the addition of the ability to pass a context and additional request options.
See DescribeGlobalClusters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeInstallationMedia ¶ added in v1.25.15
func (c *RDS) DescribeInstallationMedia(input *DescribeInstallationMediaInput) (*DescribeInstallationMediaOutput, error)
DescribeInstallationMedia API operation for Amazon Relational Database Service.
Describes the available installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeInstallationMedia for usage and error information.
Returned Error Codes:
- ErrCodeInstallationMediaNotFoundFault "InstallationMediaNotFound" InstallationMediaID doesn't refer to an existing installation medium.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMedia
func (*RDS) DescribeInstallationMediaPages ¶ added in v1.25.15
func (c *RDS) DescribeInstallationMediaPages(input *DescribeInstallationMediaInput, fn func(*DescribeInstallationMediaOutput, bool) bool) error
DescribeInstallationMediaPages iterates over the pages of a DescribeInstallationMedia operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeInstallationMedia method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeInstallationMedia operation. pageNum := 0 err := client.DescribeInstallationMediaPages(params, func(page *rds.DescribeInstallationMediaOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeInstallationMediaPagesWithContext ¶ added in v1.25.15
func (c *RDS) DescribeInstallationMediaPagesWithContext(ctx aws.Context, input *DescribeInstallationMediaInput, fn func(*DescribeInstallationMediaOutput, bool) bool, opts ...request.Option) error
DescribeInstallationMediaPagesWithContext same as DescribeInstallationMediaPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeInstallationMediaRequest ¶ added in v1.25.15
func (c *RDS) DescribeInstallationMediaRequest(input *DescribeInstallationMediaInput) (req *request.Request, output *DescribeInstallationMediaOutput)
DescribeInstallationMediaRequest generates a "aws/request.Request" representing the client's request for the DescribeInstallationMedia operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeInstallationMedia for more information on using the DescribeInstallationMedia API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeInstallationMediaRequest method. req, resp := client.DescribeInstallationMediaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMedia
func (*RDS) DescribeInstallationMediaWithContext ¶ added in v1.25.15
func (c *RDS) DescribeInstallationMediaWithContext(ctx aws.Context, input *DescribeInstallationMediaInput, opts ...request.Option) (*DescribeInstallationMediaOutput, error)
DescribeInstallationMediaWithContext is the same as DescribeInstallationMedia with the addition of the ability to pass a context and additional request options.
See DescribeInstallationMedia for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOptionGroupOptions ¶
func (c *RDS) DescribeOptionGroupOptions(input *DescribeOptionGroupOptionsInput) (*DescribeOptionGroupOptionsOutput, error)
DescribeOptionGroupOptions API operation for Amazon Relational Database Service.
Describes all available options.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeOptionGroupOptions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOptionGroupOptions
func (*RDS) DescribeOptionGroupOptionsPages ¶
func (c *RDS) DescribeOptionGroupOptionsPages(input *DescribeOptionGroupOptionsInput, fn func(*DescribeOptionGroupOptionsOutput, bool) bool) error
DescribeOptionGroupOptionsPages iterates over the pages of a DescribeOptionGroupOptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeOptionGroupOptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeOptionGroupOptions operation. pageNum := 0 err := client.DescribeOptionGroupOptionsPages(params, func(page *rds.DescribeOptionGroupOptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeOptionGroupOptionsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOptionGroupOptionsPagesWithContext(ctx aws.Context, input *DescribeOptionGroupOptionsInput, fn func(*DescribeOptionGroupOptionsOutput, bool) bool, opts ...request.Option) error
DescribeOptionGroupOptionsPagesWithContext same as DescribeOptionGroupOptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOptionGroupOptionsRequest ¶
func (c *RDS) DescribeOptionGroupOptionsRequest(input *DescribeOptionGroupOptionsInput) (req *request.Request, output *DescribeOptionGroupOptionsOutput)
DescribeOptionGroupOptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeOptionGroupOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOptionGroupOptions for more information on using the DescribeOptionGroupOptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOptionGroupOptionsRequest method. req, resp := client.DescribeOptionGroupOptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOptionGroupOptions
func (*RDS) DescribeOptionGroupOptionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOptionGroupOptionsWithContext(ctx aws.Context, input *DescribeOptionGroupOptionsInput, opts ...request.Option) (*DescribeOptionGroupOptionsOutput, error)
DescribeOptionGroupOptionsWithContext is the same as DescribeOptionGroupOptions with the addition of the ability to pass a context and additional request options.
See DescribeOptionGroupOptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOptionGroups ¶
func (c *RDS) DescribeOptionGroups(input *DescribeOptionGroupsInput) (*DescribeOptionGroupsOutput, error)
DescribeOptionGroups API operation for Amazon Relational Database Service.
Describes the available option groups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeOptionGroups for usage and error information.
Returned Error Codes:
- ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOptionGroups
func (*RDS) DescribeOptionGroupsPages ¶
func (c *RDS) DescribeOptionGroupsPages(input *DescribeOptionGroupsInput, fn func(*DescribeOptionGroupsOutput, bool) bool) error
DescribeOptionGroupsPages iterates over the pages of a DescribeOptionGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeOptionGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeOptionGroups operation. pageNum := 0 err := client.DescribeOptionGroupsPages(params, func(page *rds.DescribeOptionGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeOptionGroupsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOptionGroupsPagesWithContext(ctx aws.Context, input *DescribeOptionGroupsInput, fn func(*DescribeOptionGroupsOutput, bool) bool, opts ...request.Option) error
DescribeOptionGroupsPagesWithContext same as DescribeOptionGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOptionGroupsRequest ¶
func (c *RDS) DescribeOptionGroupsRequest(input *DescribeOptionGroupsInput) (req *request.Request, output *DescribeOptionGroupsOutput)
DescribeOptionGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeOptionGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOptionGroups for more information on using the DescribeOptionGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOptionGroupsRequest method. req, resp := client.DescribeOptionGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOptionGroups
func (*RDS) DescribeOptionGroupsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOptionGroupsWithContext(ctx aws.Context, input *DescribeOptionGroupsInput, opts ...request.Option) (*DescribeOptionGroupsOutput, error)
DescribeOptionGroupsWithContext is the same as DescribeOptionGroups with the addition of the ability to pass a context and additional request options.
See DescribeOptionGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOrderableDBInstanceOptions ¶
func (c *RDS) DescribeOrderableDBInstanceOptions(input *DescribeOrderableDBInstanceOptionsInput) (*DescribeOrderableDBInstanceOptionsOutput, error)
DescribeOrderableDBInstanceOptions API operation for Amazon Relational Database Service.
Returns a list of orderable DB instance options for the specified engine.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeOrderableDBInstanceOptions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions
func (*RDS) DescribeOrderableDBInstanceOptionsPages ¶
func (c *RDS) DescribeOrderableDBInstanceOptionsPages(input *DescribeOrderableDBInstanceOptionsInput, fn func(*DescribeOrderableDBInstanceOptionsOutput, bool) bool) error
DescribeOrderableDBInstanceOptionsPages iterates over the pages of a DescribeOrderableDBInstanceOptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeOrderableDBInstanceOptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeOrderableDBInstanceOptions operation. pageNum := 0 err := client.DescribeOrderableDBInstanceOptionsPages(params, func(page *rds.DescribeOrderableDBInstanceOptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeOrderableDBInstanceOptionsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOrderableDBInstanceOptionsPagesWithContext(ctx aws.Context, input *DescribeOrderableDBInstanceOptionsInput, fn func(*DescribeOrderableDBInstanceOptionsOutput, bool) bool, opts ...request.Option) error
DescribeOrderableDBInstanceOptionsPagesWithContext same as DescribeOrderableDBInstanceOptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeOrderableDBInstanceOptionsRequest ¶
func (c *RDS) DescribeOrderableDBInstanceOptionsRequest(input *DescribeOrderableDBInstanceOptionsInput) (req *request.Request, output *DescribeOrderableDBInstanceOptionsOutput)
DescribeOrderableDBInstanceOptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeOrderableDBInstanceOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOrderableDBInstanceOptions for more information on using the DescribeOrderableDBInstanceOptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOrderableDBInstanceOptionsRequest method. req, resp := client.DescribeOrderableDBInstanceOptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions
func (*RDS) DescribeOrderableDBInstanceOptionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeOrderableDBInstanceOptionsWithContext(ctx aws.Context, input *DescribeOrderableDBInstanceOptionsInput, opts ...request.Option) (*DescribeOrderableDBInstanceOptionsOutput, error)
DescribeOrderableDBInstanceOptionsWithContext is the same as DescribeOrderableDBInstanceOptions with the addition of the ability to pass a context and additional request options.
See DescribeOrderableDBInstanceOptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribePendingMaintenanceActions ¶
func (c *RDS) DescribePendingMaintenanceActions(input *DescribePendingMaintenanceActionsInput) (*DescribePendingMaintenanceActionsOutput, error)
DescribePendingMaintenanceActions API operation for Amazon Relational Database Service.
Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribePendingMaintenanceActions for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The specified resource ID was not found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribePendingMaintenanceActions
func (*RDS) DescribePendingMaintenanceActionsPages ¶ added in v1.32.7
func (c *RDS) DescribePendingMaintenanceActionsPages(input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool) error
DescribePendingMaintenanceActionsPages iterates over the pages of a DescribePendingMaintenanceActions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribePendingMaintenanceActions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribePendingMaintenanceActions operation. pageNum := 0 err := client.DescribePendingMaintenanceActionsPages(params, func(page *rds.DescribePendingMaintenanceActionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribePendingMaintenanceActionsPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool, opts ...request.Option) error
DescribePendingMaintenanceActionsPagesWithContext same as DescribePendingMaintenanceActionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribePendingMaintenanceActionsRequest ¶
func (c *RDS) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *request.Request, output *DescribePendingMaintenanceActionsOutput)
DescribePendingMaintenanceActionsRequest generates a "aws/request.Request" representing the client's request for the DescribePendingMaintenanceActions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePendingMaintenanceActions for more information on using the DescribePendingMaintenanceActions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePendingMaintenanceActionsRequest method. req, resp := client.DescribePendingMaintenanceActionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribePendingMaintenanceActions
func (*RDS) DescribePendingMaintenanceActionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribePendingMaintenanceActionsWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, opts ...request.Option) (*DescribePendingMaintenanceActionsOutput, error)
DescribePendingMaintenanceActionsWithContext is the same as DescribePendingMaintenanceActions with the addition of the ability to pass a context and additional request options.
See DescribePendingMaintenanceActions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeReservedDBInstances ¶
func (c *RDS) DescribeReservedDBInstances(input *DescribeReservedDBInstancesInput) (*DescribeReservedDBInstancesOutput, error)
DescribeReservedDBInstances API operation for Amazon Relational Database Service.
Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeReservedDBInstances for usage and error information.
Returned Error Codes:
- ErrCodeReservedDBInstanceNotFoundFault "ReservedDBInstanceNotFound" The specified reserved DB Instance not found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeReservedDBInstances
func (*RDS) DescribeReservedDBInstancesOfferings ¶
func (c *RDS) DescribeReservedDBInstancesOfferings(input *DescribeReservedDBInstancesOfferingsInput) (*DescribeReservedDBInstancesOfferingsOutput, error)
DescribeReservedDBInstancesOfferings API operation for Amazon Relational Database Service.
Lists available reserved DB instance offerings.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeReservedDBInstancesOfferings for usage and error information.
Returned Error Codes:
- ErrCodeReservedDBInstancesOfferingNotFoundFault "ReservedDBInstancesOfferingNotFound" Specified offering does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeReservedDBInstancesOfferings
func (*RDS) DescribeReservedDBInstancesOfferingsPages ¶
func (c *RDS) DescribeReservedDBInstancesOfferingsPages(input *DescribeReservedDBInstancesOfferingsInput, fn func(*DescribeReservedDBInstancesOfferingsOutput, bool) bool) error
DescribeReservedDBInstancesOfferingsPages iterates over the pages of a DescribeReservedDBInstancesOfferings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReservedDBInstancesOfferings method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReservedDBInstancesOfferings operation. pageNum := 0 err := client.DescribeReservedDBInstancesOfferingsPages(params, func(page *rds.DescribeReservedDBInstancesOfferingsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeReservedDBInstancesOfferingsPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeReservedDBInstancesOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesOfferingsInput, fn func(*DescribeReservedDBInstancesOfferingsOutput, bool) bool, opts ...request.Option) error
DescribeReservedDBInstancesOfferingsPagesWithContext same as DescribeReservedDBInstancesOfferingsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeReservedDBInstancesOfferingsRequest ¶
func (c *RDS) DescribeReservedDBInstancesOfferingsRequest(input *DescribeReservedDBInstancesOfferingsInput) (req *request.Request, output *DescribeReservedDBInstancesOfferingsOutput)
DescribeReservedDBInstancesOfferingsRequest generates a "aws/request.Request" representing the client's request for the DescribeReservedDBInstancesOfferings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeReservedDBInstancesOfferings for more information on using the DescribeReservedDBInstancesOfferings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeReservedDBInstancesOfferingsRequest method. req, resp := client.DescribeReservedDBInstancesOfferingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeReservedDBInstancesOfferings
func (*RDS) DescribeReservedDBInstancesOfferingsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeReservedDBInstancesOfferingsWithContext(ctx aws.Context, input *DescribeReservedDBInstancesOfferingsInput, opts ...request.Option) (*DescribeReservedDBInstancesOfferingsOutput, error)
DescribeReservedDBInstancesOfferingsWithContext is the same as DescribeReservedDBInstancesOfferings with the addition of the ability to pass a context and additional request options.
See DescribeReservedDBInstancesOfferings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeReservedDBInstancesPages ¶
func (c *RDS) DescribeReservedDBInstancesPages(input *DescribeReservedDBInstancesInput, fn func(*DescribeReservedDBInstancesOutput, bool) bool) error
DescribeReservedDBInstancesPages iterates over the pages of a DescribeReservedDBInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReservedDBInstances method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReservedDBInstances operation. pageNum := 0 err := client.DescribeReservedDBInstancesPages(params, func(page *rds.DescribeReservedDBInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeReservedDBInstancesPagesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeReservedDBInstancesPagesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesInput, fn func(*DescribeReservedDBInstancesOutput, bool) bool, opts ...request.Option) error
DescribeReservedDBInstancesPagesWithContext same as DescribeReservedDBInstancesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeReservedDBInstancesRequest ¶
func (c *RDS) DescribeReservedDBInstancesRequest(input *DescribeReservedDBInstancesInput) (req *request.Request, output *DescribeReservedDBInstancesOutput)
DescribeReservedDBInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeReservedDBInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeReservedDBInstances for more information on using the DescribeReservedDBInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeReservedDBInstancesRequest method. req, resp := client.DescribeReservedDBInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeReservedDBInstances
func (*RDS) DescribeReservedDBInstancesWithContext ¶ added in v1.8.0
func (c *RDS) DescribeReservedDBInstancesWithContext(ctx aws.Context, input *DescribeReservedDBInstancesInput, opts ...request.Option) (*DescribeReservedDBInstancesOutput, error)
DescribeReservedDBInstancesWithContext is the same as DescribeReservedDBInstances with the addition of the ability to pass a context and additional request options.
See DescribeReservedDBInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeSourceRegions ¶ added in v1.4.7
func (c *RDS) DescribeSourceRegions(input *DescribeSourceRegionsInput) (*DescribeSourceRegionsOutput, error)
DescribeSourceRegions API operation for Amazon Relational Database Service.
Returns a list of the source AWS Regions where the current AWS Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeSourceRegions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeSourceRegions
func (*RDS) DescribeSourceRegionsPages ¶ added in v1.32.7
func (c *RDS) DescribeSourceRegionsPages(input *DescribeSourceRegionsInput, fn func(*DescribeSourceRegionsOutput, bool) bool) error
DescribeSourceRegionsPages iterates over the pages of a DescribeSourceRegions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeSourceRegions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeSourceRegions operation. pageNum := 0 err := client.DescribeSourceRegionsPages(params, func(page *rds.DescribeSourceRegionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DescribeSourceRegionsPagesWithContext ¶ added in v1.32.7
func (c *RDS) DescribeSourceRegionsPagesWithContext(ctx aws.Context, input *DescribeSourceRegionsInput, fn func(*DescribeSourceRegionsOutput, bool) bool, opts ...request.Option) error
DescribeSourceRegionsPagesWithContext same as DescribeSourceRegionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeSourceRegionsRequest ¶ added in v1.4.7
func (c *RDS) DescribeSourceRegionsRequest(input *DescribeSourceRegionsInput) (req *request.Request, output *DescribeSourceRegionsOutput)
DescribeSourceRegionsRequest generates a "aws/request.Request" representing the client's request for the DescribeSourceRegions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeSourceRegions for more information on using the DescribeSourceRegions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeSourceRegionsRequest method. req, resp := client.DescribeSourceRegionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeSourceRegions
func (*RDS) DescribeSourceRegionsWithContext ¶ added in v1.8.0
func (c *RDS) DescribeSourceRegionsWithContext(ctx aws.Context, input *DescribeSourceRegionsInput, opts ...request.Option) (*DescribeSourceRegionsOutput, error)
DescribeSourceRegionsWithContext is the same as DescribeSourceRegions with the addition of the ability to pass a context and additional request options.
See DescribeSourceRegions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DescribeValidDBInstanceModifications ¶ added in v1.12.10
func (c *RDS) DescribeValidDBInstanceModifications(input *DescribeValidDBInstanceModificationsInput) (*DescribeValidDBInstanceModificationsOutput, error)
DescribeValidDBInstanceModifications API operation for Amazon Relational Database Service.
You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DescribeValidDBInstanceModifications for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModifications
func (*RDS) DescribeValidDBInstanceModificationsRequest ¶ added in v1.12.10
func (c *RDS) DescribeValidDBInstanceModificationsRequest(input *DescribeValidDBInstanceModificationsInput) (req *request.Request, output *DescribeValidDBInstanceModificationsOutput)
DescribeValidDBInstanceModificationsRequest generates a "aws/request.Request" representing the client's request for the DescribeValidDBInstanceModifications operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeValidDBInstanceModifications for more information on using the DescribeValidDBInstanceModifications API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeValidDBInstanceModificationsRequest method. req, resp := client.DescribeValidDBInstanceModificationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModifications
func (*RDS) DescribeValidDBInstanceModificationsWithContext ¶ added in v1.12.10
func (c *RDS) DescribeValidDBInstanceModificationsWithContext(ctx aws.Context, input *DescribeValidDBInstanceModificationsInput, opts ...request.Option) (*DescribeValidDBInstanceModificationsOutput, error)
DescribeValidDBInstanceModificationsWithContext is the same as DescribeValidDBInstanceModifications with the addition of the ability to pass a context and additional request options.
See DescribeValidDBInstanceModifications for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DownloadDBLogFilePortion ¶
func (c *RDS) DownloadDBLogFilePortion(input *DownloadDBLogFilePortionInput) (*DownloadDBLogFilePortionOutput, error)
DownloadDBLogFilePortion API operation for Amazon Relational Database Service.
Downloads all or a portion of the specified log file, up to 1 MB in size.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation DownloadDBLogFilePortion for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBLogFileNotFoundFault "DBLogFileNotFoundFault" LogFileName doesn't refer to an existing DB log file.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DownloadDBLogFilePortion
func (*RDS) DownloadDBLogFilePortionPages ¶
func (c *RDS) DownloadDBLogFilePortionPages(input *DownloadDBLogFilePortionInput, fn func(*DownloadDBLogFilePortionOutput, bool) bool) error
DownloadDBLogFilePortionPages iterates over the pages of a DownloadDBLogFilePortion operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DownloadDBLogFilePortion method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DownloadDBLogFilePortion operation. pageNum := 0 err := client.DownloadDBLogFilePortionPages(params, func(page *rds.DownloadDBLogFilePortionOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*RDS) DownloadDBLogFilePortionPagesWithContext ¶ added in v1.8.0
func (c *RDS) DownloadDBLogFilePortionPagesWithContext(ctx aws.Context, input *DownloadDBLogFilePortionInput, fn func(*DownloadDBLogFilePortionOutput, bool) bool, opts ...request.Option) error
DownloadDBLogFilePortionPagesWithContext same as DownloadDBLogFilePortionPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) DownloadDBLogFilePortionRequest ¶
func (c *RDS) DownloadDBLogFilePortionRequest(input *DownloadDBLogFilePortionInput) (req *request.Request, output *DownloadDBLogFilePortionOutput)
DownloadDBLogFilePortionRequest generates a "aws/request.Request" representing the client's request for the DownloadDBLogFilePortion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DownloadDBLogFilePortion for more information on using the DownloadDBLogFilePortion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DownloadDBLogFilePortionRequest method. req, resp := client.DownloadDBLogFilePortionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DownloadDBLogFilePortion
func (*RDS) DownloadDBLogFilePortionWithContext ¶ added in v1.8.0
func (c *RDS) DownloadDBLogFilePortionWithContext(ctx aws.Context, input *DownloadDBLogFilePortionInput, opts ...request.Option) (*DownloadDBLogFilePortionOutput, error)
DownloadDBLogFilePortionWithContext is the same as DownloadDBLogFilePortion with the addition of the ability to pass a context and additional request options.
See DownloadDBLogFilePortion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) FailoverDBCluster ¶ added in v0.7.1
func (c *RDS) FailoverDBCluster(input *FailoverDBClusterInput) (*FailoverDBClusterOutput, error)
FailoverDBCluster API operation for Amazon Relational Database Service.
Forces a failover for a DB cluster.
A failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).
Amazon Aurora will automatically fail over to an Aurora Replica, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation FailoverDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster
func (*RDS) FailoverDBClusterRequest ¶ added in v0.7.1
func (c *RDS) FailoverDBClusterRequest(input *FailoverDBClusterInput) (req *request.Request, output *FailoverDBClusterOutput)
FailoverDBClusterRequest generates a "aws/request.Request" representing the client's request for the FailoverDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See FailoverDBCluster for more information on using the FailoverDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the FailoverDBClusterRequest method. req, resp := client.FailoverDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster
func (*RDS) FailoverDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) FailoverDBClusterWithContext(ctx aws.Context, input *FailoverDBClusterInput, opts ...request.Option) (*FailoverDBClusterOutput, error)
FailoverDBClusterWithContext is the same as FailoverDBCluster with the addition of the ability to pass a context and additional request options.
See FailoverDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ImportInstallationMedia ¶ added in v1.25.15
func (c *RDS) ImportInstallationMedia(input *ImportInstallationMediaInput) (*ImportInstallationMediaOutput, error)
ImportInstallationMedia API operation for Amazon Relational Database Service.
Imports the installation media for a DB engine that requires an on-premises customer provided license, such as SQL Server.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ImportInstallationMedia for usage and error information.
Returned Error Codes:
ErrCodeCustomAvailabilityZoneNotFoundFault "CustomAvailabilityZoneNotFound" CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.
ErrCodeInstallationMediaAlreadyExistsFault "InstallationMediaAlreadyExists" The specified installation medium has already been imported.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMedia
func (*RDS) ImportInstallationMediaRequest ¶ added in v1.25.15
func (c *RDS) ImportInstallationMediaRequest(input *ImportInstallationMediaInput) (req *request.Request, output *ImportInstallationMediaOutput)
ImportInstallationMediaRequest generates a "aws/request.Request" representing the client's request for the ImportInstallationMedia operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ImportInstallationMedia for more information on using the ImportInstallationMedia API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ImportInstallationMediaRequest method. req, resp := client.ImportInstallationMediaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMedia
func (*RDS) ImportInstallationMediaWithContext ¶ added in v1.25.15
func (c *RDS) ImportInstallationMediaWithContext(ctx aws.Context, input *ImportInstallationMediaInput, opts ...request.Option) (*ImportInstallationMediaOutput, error)
ImportInstallationMediaWithContext is the same as ImportInstallationMedia with the addition of the ability to pass a context and additional request options.
See ImportInstallationMedia for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ListTagsForResource ¶
func (c *RDS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Relational Database Service.
Lists all tags on an Amazon RDS resource.
For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ListTagsForResource for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ListTagsForResource
func (*RDS) ListTagsForResourceRequest ¶
func (c *RDS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ListTagsForResource
func (*RDS) ListTagsForResourceWithContext ¶ added in v1.8.0
func (c *RDS) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyCertificates ¶ added in v1.28.0
func (c *RDS) ModifyCertificates(input *ModifyCertificatesInput) (*ModifyCertificatesOutput, error)
ModifyCertificates API operation for Amazon Relational Database Service.
Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override.
By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS.
You might need to override the default certificate in the following situations:
You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified AWS Region.
RDS has already moved to a new default CA certificate for the specified AWS Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes.
For more information about rotating your SSL/TLS certificate for RDS DB engines, see Rotating Your SSL/TLS Certificate (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the Amazon RDS User Guide.
For more information about rotating your SSL/TLS certificate for Aurora DB engines, see Rotating Your SSL/TLS Certificate (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the Amazon Aurora User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyCertificates for usage and error information.
Returned Error Codes:
- ErrCodeCertificateNotFoundFault "CertificateNotFound" CertificateIdentifier doesn't refer to an existing certificate.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificates
func (*RDS) ModifyCertificatesRequest ¶ added in v1.28.0
func (c *RDS) ModifyCertificatesRequest(input *ModifyCertificatesInput) (req *request.Request, output *ModifyCertificatesOutput)
ModifyCertificatesRequest generates a "aws/request.Request" representing the client's request for the ModifyCertificates operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyCertificates for more information on using the ModifyCertificates API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyCertificatesRequest method. req, resp := client.ModifyCertificatesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificates
func (*RDS) ModifyCertificatesWithContext ¶ added in v1.28.0
func (c *RDS) ModifyCertificatesWithContext(ctx aws.Context, input *ModifyCertificatesInput, opts ...request.Option) (*ModifyCertificatesOutput, error)
ModifyCertificatesWithContext is the same as ModifyCertificates with the addition of the ability to pass a context and additional request options.
See ModifyCertificates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyCurrentDBClusterCapacity ¶ added in v1.15.9
func (c *RDS) ModifyCurrentDBClusterCapacity(input *ModifyCurrentDBClusterCapacityInput) (*ModifyCurrentDBClusterCapacityOutput, error)
ModifyCurrentDBClusterCapacity API operation for Amazon Relational Database Service.
Set the capacity of an Aurora Serverless DB cluster to a specific value.
Aurora Serverless scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale fast enough to meet a sudden change in workload, such as a large number of new transactions. Call ModifyCurrentDBClusterCapacity to set the capacity explicitly.
After this call sets the DB cluster capacity, Aurora Serverless can automatically scale the DB cluster based on the cooldown period for scaling up and the cooldown period for scaling down.
For more information about Aurora Serverless, see Using Amazon Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide.
If you call ModifyCurrentDBClusterCapacity with the default TimeoutAction, connections that prevent Aurora Serverless from finding a scaling point might be dropped. For more information about scaling points, see Autoscaling for Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyCurrentDBClusterCapacity for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBClusterCapacityFault "InvalidDBClusterCapacityFault" Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity values are 2, 4, 8, 16, 32, 64, 128, and 256.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCurrentDBClusterCapacity
func (*RDS) ModifyCurrentDBClusterCapacityRequest ¶ added in v1.15.9
func (c *RDS) ModifyCurrentDBClusterCapacityRequest(input *ModifyCurrentDBClusterCapacityInput) (req *request.Request, output *ModifyCurrentDBClusterCapacityOutput)
ModifyCurrentDBClusterCapacityRequest generates a "aws/request.Request" representing the client's request for the ModifyCurrentDBClusterCapacity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyCurrentDBClusterCapacity for more information on using the ModifyCurrentDBClusterCapacity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyCurrentDBClusterCapacityRequest method. req, resp := client.ModifyCurrentDBClusterCapacityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCurrentDBClusterCapacity
func (*RDS) ModifyCurrentDBClusterCapacityWithContext ¶ added in v1.15.9
func (c *RDS) ModifyCurrentDBClusterCapacityWithContext(ctx aws.Context, input *ModifyCurrentDBClusterCapacityInput, opts ...request.Option) (*ModifyCurrentDBClusterCapacityOutput, error)
ModifyCurrentDBClusterCapacityWithContext is the same as ModifyCurrentDBClusterCapacity with the addition of the ability to pass a context and additional request options.
See ModifyCurrentDBClusterCapacity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBCluster ¶ added in v0.7.1
func (c *RDS) ModifyDBCluster(input *ModifyDBClusterInput) (*ModifyDBClusterOutput, error)
ModifyDBCluster API operation for Amazon Relational Database Service.
Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidDBSubnetGroupStateFault "InvalidDBSubnetGroupStateFault" The DB subnet group cannot be deleted because it's in use.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeDBClusterParameterGroupNotFoundFault "DBClusterParameterGroupNotFound" DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
ErrCodeInvalidDBSecurityGroupStateFault "InvalidDBSecurityGroupState" The state of the DB security group doesn't allow deletion.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBClusterAlreadyExistsFault "DBClusterAlreadyExistsFault" The user already has a DB cluster with the given identifier.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster
func (*RDS) ModifyDBClusterEndpoint ¶ added in v1.15.74
func (c *RDS) ModifyDBClusterEndpoint(input *ModifyDBClusterEndpointInput) (*ModifyDBClusterEndpointOutput, error)
ModifyDBClusterEndpoint API operation for Amazon Relational Database Service.
Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBClusterEndpoint for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBClusterEndpointStateFault "InvalidDBClusterEndpointStateFault" The requested operation can't be performed on the endpoint while the endpoint is in this state.
ErrCodeDBClusterEndpointNotFoundFault "DBClusterEndpointNotFoundFault" The specified custom endpoint doesn't exist.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterEndpoint
func (*RDS) ModifyDBClusterEndpointRequest ¶ added in v1.15.74
func (c *RDS) ModifyDBClusterEndpointRequest(input *ModifyDBClusterEndpointInput) (req *request.Request, output *ModifyDBClusterEndpointOutput)
ModifyDBClusterEndpointRequest generates a "aws/request.Request" representing the client's request for the ModifyDBClusterEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBClusterEndpoint for more information on using the ModifyDBClusterEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBClusterEndpointRequest method. req, resp := client.ModifyDBClusterEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterEndpoint
func (*RDS) ModifyDBClusterEndpointWithContext ¶ added in v1.15.74
func (c *RDS) ModifyDBClusterEndpointWithContext(ctx aws.Context, input *ModifyDBClusterEndpointInput, opts ...request.Option) (*ModifyDBClusterEndpointOutput, error)
ModifyDBClusterEndpointWithContext is the same as ModifyDBClusterEndpoint with the addition of the ability to pass a context and additional request options.
See ModifyDBClusterEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBClusterParameterGroup ¶ added in v0.7.1
func (c *RDS) ModifyDBClusterParameterGroup(input *ModifyDBClusterParameterGroupInput) (*DBClusterParameterGroupNameMessage, error)
ModifyDBClusterParameterGroup API operation for Amazon Relational Database Service.
Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console (https://console.aws.amazon.com/rds/) or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.
If the modified DB cluster parameter group is used by an Aurora Serverless cluster, Aurora applies the update immediately. The cluster restart might interrupt your workload. In that case, your application must reopen any connections and retry any transactions that were active when the parameter changes took effect.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBClusterParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterParameterGroup
func (*RDS) ModifyDBClusterParameterGroupRequest ¶ added in v0.7.1
func (c *RDS) ModifyDBClusterParameterGroupRequest(input *ModifyDBClusterParameterGroupInput) (req *request.Request, output *DBClusterParameterGroupNameMessage)
ModifyDBClusterParameterGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyDBClusterParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBClusterParameterGroup for more information on using the ModifyDBClusterParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBClusterParameterGroupRequest method. req, resp := client.ModifyDBClusterParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterParameterGroup
func (*RDS) ModifyDBClusterParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBClusterParameterGroupWithContext(ctx aws.Context, input *ModifyDBClusterParameterGroupInput, opts ...request.Option) (*DBClusterParameterGroupNameMessage, error)
ModifyDBClusterParameterGroupWithContext is the same as ModifyDBClusterParameterGroup with the addition of the ability to pass a context and additional request options.
See ModifyDBClusterParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBClusterRequest ¶ added in v0.7.1
func (c *RDS) ModifyDBClusterRequest(input *ModifyDBClusterInput) (req *request.Request, output *ModifyDBClusterOutput)
ModifyDBClusterRequest generates a "aws/request.Request" representing the client's request for the ModifyDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBCluster for more information on using the ModifyDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBClusterRequest method. req, resp := client.ModifyDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster
func (*RDS) ModifyDBClusterSnapshotAttribute ¶ added in v1.1.30
func (c *RDS) ModifyDBClusterSnapshotAttribute(input *ModifyDBClusterSnapshotAttributeInput) (*ModifyDBClusterSnapshotAttributeOutput, error)
ModifyDBClusterSnapshotAttribute API operation for Amazon Relational Database Service.
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
To share a manual DB cluster snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts.
Don't add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.
If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized AWS account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case.
To view which AWS accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot is public or private, use the DescribeDBClusterSnapshotAttributes API action. The accounts are returned as values for the restore attribute.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBClusterSnapshotAttribute for usage and error information.
Returned Error Codes:
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
ErrCodeSharedSnapshotQuotaExceededFault "SharedSnapshotQuotaExceeded" You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttribute
func (*RDS) ModifyDBClusterSnapshotAttributeRequest ¶ added in v1.1.30
func (c *RDS) ModifyDBClusterSnapshotAttributeRequest(input *ModifyDBClusterSnapshotAttributeInput) (req *request.Request, output *ModifyDBClusterSnapshotAttributeOutput)
ModifyDBClusterSnapshotAttributeRequest generates a "aws/request.Request" representing the client's request for the ModifyDBClusterSnapshotAttribute operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBClusterSnapshotAttribute for more information on using the ModifyDBClusterSnapshotAttribute API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBClusterSnapshotAttributeRequest method. req, resp := client.ModifyDBClusterSnapshotAttributeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttribute
func (*RDS) ModifyDBClusterSnapshotAttributeWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBClusterSnapshotAttributeWithContext(ctx aws.Context, input *ModifyDBClusterSnapshotAttributeInput, opts ...request.Option) (*ModifyDBClusterSnapshotAttributeOutput, error)
ModifyDBClusterSnapshotAttributeWithContext is the same as ModifyDBClusterSnapshotAttribute with the addition of the ability to pass a context and additional request options.
See ModifyDBClusterSnapshotAttribute for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBClusterWithContext(ctx aws.Context, input *ModifyDBClusterInput, opts ...request.Option) (*ModifyDBClusterOutput, error)
ModifyDBClusterWithContext is the same as ModifyDBCluster with the addition of the ability to pass a context and additional request options.
See ModifyDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBInstance ¶
func (c *RDS) ModifyDBInstance(input *ModifyDBInstanceInput) (*ModifyDBInstanceOutput, error)
ModifyDBInstance API operation for Amazon Relational Database Service.
Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBInstance for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeInvalidDBSecurityGroupStateFault "InvalidDBSecurityGroupState" The state of the DB security group doesn't allow deletion.
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeDBUpgradeDependencyFailureFault "DBUpgradeDependencyFailure" The DB upgrade failed because a resource the DB depends on can't be modified.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeCertificateNotFoundFault "CertificateNotFound" CertificateIdentifier doesn't refer to an existing certificate.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeBackupPolicyNotFoundFault "BackupPolicyNotFoundFault"
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance
func (*RDS) ModifyDBInstanceRequest ¶
func (c *RDS) ModifyDBInstanceRequest(input *ModifyDBInstanceInput) (req *request.Request, output *ModifyDBInstanceOutput)
ModifyDBInstanceRequest generates a "aws/request.Request" representing the client's request for the ModifyDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBInstance for more information on using the ModifyDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBInstanceRequest method. req, resp := client.ModifyDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance
func (*RDS) ModifyDBInstanceWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBInstanceWithContext(ctx aws.Context, input *ModifyDBInstanceInput, opts ...request.Option) (*ModifyDBInstanceOutput, error)
ModifyDBInstanceWithContext is the same as ModifyDBInstance with the addition of the ability to pass a context and additional request options.
See ModifyDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBParameterGroup ¶
func (c *RDS) ModifyDBParameterGroup(input *ModifyDBParameterGroupInput) (*DBParameterGroupNameMessage, error)
ModifyDBParameterGroup API operation for Amazon Relational Database Service.
Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect.
After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console (https://console.aws.amazon.com/rds/) or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBParameterGroup
func (*RDS) ModifyDBParameterGroupRequest ¶
func (c *RDS) ModifyDBParameterGroupRequest(input *ModifyDBParameterGroupInput) (req *request.Request, output *DBParameterGroupNameMessage)
ModifyDBParameterGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyDBParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBParameterGroup for more information on using the ModifyDBParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBParameterGroupRequest method. req, resp := client.ModifyDBParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBParameterGroup
func (*RDS) ModifyDBParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBParameterGroupWithContext(ctx aws.Context, input *ModifyDBParameterGroupInput, opts ...request.Option) (*DBParameterGroupNameMessage, error)
ModifyDBParameterGroupWithContext is the same as ModifyDBParameterGroup with the addition of the ability to pass a context and additional request options.
See ModifyDBParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBProxy ¶ added in v1.25.47
func (c *RDS) ModifyDBProxy(input *ModifyDBProxyInput) (*ModifyDBProxyOutput, error)
ModifyDBProxy API operation for Amazon Relational Database Service.
Changes the settings for an existing DB proxy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBProxy for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyAlreadyExistsFault "DBProxyTargetExistsFault" The specified proxy name must be unique for all proxies owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxy
func (*RDS) ModifyDBProxyRequest ¶ added in v1.25.47
func (c *RDS) ModifyDBProxyRequest(input *ModifyDBProxyInput) (req *request.Request, output *ModifyDBProxyOutput)
ModifyDBProxyRequest generates a "aws/request.Request" representing the client's request for the ModifyDBProxy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBProxy for more information on using the ModifyDBProxy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBProxyRequest method. req, resp := client.ModifyDBProxyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxy
func (*RDS) ModifyDBProxyTargetGroup ¶ added in v1.25.47
func (c *RDS) ModifyDBProxyTargetGroup(input *ModifyDBProxyTargetGroupInput) (*ModifyDBProxyTargetGroupOutput, error)
ModifyDBProxyTargetGroup API operation for Amazon Relational Database Service.
Modifies the properties of a DBProxyTargetGroup.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBProxyTargetGroup for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroup
func (*RDS) ModifyDBProxyTargetGroupRequest ¶ added in v1.25.47
func (c *RDS) ModifyDBProxyTargetGroupRequest(input *ModifyDBProxyTargetGroupInput) (req *request.Request, output *ModifyDBProxyTargetGroupOutput)
ModifyDBProxyTargetGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyDBProxyTargetGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBProxyTargetGroup for more information on using the ModifyDBProxyTargetGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBProxyTargetGroupRequest method. req, resp := client.ModifyDBProxyTargetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroup
func (*RDS) ModifyDBProxyTargetGroupWithContext ¶ added in v1.25.47
func (c *RDS) ModifyDBProxyTargetGroupWithContext(ctx aws.Context, input *ModifyDBProxyTargetGroupInput, opts ...request.Option) (*ModifyDBProxyTargetGroupOutput, error)
ModifyDBProxyTargetGroupWithContext is the same as ModifyDBProxyTargetGroup with the addition of the ability to pass a context and additional request options.
See ModifyDBProxyTargetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBProxyWithContext ¶ added in v1.25.47
func (c *RDS) ModifyDBProxyWithContext(ctx aws.Context, input *ModifyDBProxyInput, opts ...request.Option) (*ModifyDBProxyOutput, error)
ModifyDBProxyWithContext is the same as ModifyDBProxy with the addition of the ability to pass a context and additional request options.
See ModifyDBProxy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBSnapshot ¶ added in v1.6.18
func (c *RDS) ModifyDBSnapshot(input *ModifyDBSnapshotInput) (*ModifyDBSnapshotOutput, error)
ModifyDBSnapshot API operation for Amazon Relational Database Service.
Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted or unencrypted, but not shared or public.
Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and PostgreSQL.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBSnapshot for usage and error information.
Returned Error Codes:
- ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot
func (*RDS) ModifyDBSnapshotAttribute ¶ added in v0.10.4
func (c *RDS) ModifyDBSnapshotAttribute(input *ModifyDBSnapshotAttributeInput) (*ModifyDBSnapshotAttributeOutput, error)
ModifyDBSnapshotAttribute API operation for Amazon Relational Database Service.
Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
To share a manual DB snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all AWS accounts.
Don't add the all value for any manual DB snapshots that contain private information that you don't want available to all AWS accounts.
If the manual DB snapshot is encrypted, it can be shared, but only by specifying a list of authorized AWS account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case.
To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action. The accounts are returned as values for the restore attribute.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBSnapshotAttribute for usage and error information.
Returned Error Codes:
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeSharedSnapshotQuotaExceededFault "SharedSnapshotQuotaExceeded" You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshotAttribute
func (*RDS) ModifyDBSnapshotAttributeRequest ¶ added in v0.10.4
func (c *RDS) ModifyDBSnapshotAttributeRequest(input *ModifyDBSnapshotAttributeInput) (req *request.Request, output *ModifyDBSnapshotAttributeOutput)
ModifyDBSnapshotAttributeRequest generates a "aws/request.Request" representing the client's request for the ModifyDBSnapshotAttribute operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBSnapshotAttribute for more information on using the ModifyDBSnapshotAttribute API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBSnapshotAttributeRequest method. req, resp := client.ModifyDBSnapshotAttributeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshotAttribute
func (*RDS) ModifyDBSnapshotAttributeWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBSnapshotAttributeWithContext(ctx aws.Context, input *ModifyDBSnapshotAttributeInput, opts ...request.Option) (*ModifyDBSnapshotAttributeOutput, error)
ModifyDBSnapshotAttributeWithContext is the same as ModifyDBSnapshotAttribute with the addition of the ability to pass a context and additional request options.
See ModifyDBSnapshotAttribute for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBSnapshotRequest ¶ added in v1.6.18
func (c *RDS) ModifyDBSnapshotRequest(input *ModifyDBSnapshotInput) (req *request.Request, output *ModifyDBSnapshotOutput)
ModifyDBSnapshotRequest generates a "aws/request.Request" representing the client's request for the ModifyDBSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBSnapshot for more information on using the ModifyDBSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBSnapshotRequest method. req, resp := client.ModifyDBSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot
func (*RDS) ModifyDBSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBSnapshotWithContext(ctx aws.Context, input *ModifyDBSnapshotInput, opts ...request.Option) (*ModifyDBSnapshotOutput, error)
ModifyDBSnapshotWithContext is the same as ModifyDBSnapshot with the addition of the ability to pass a context and additional request options.
See ModifyDBSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyDBSubnetGroup ¶
func (c *RDS) ModifyDBSubnetGroup(input *ModifyDBSubnetGroupInput) (*ModifyDBSubnetGroupOutput, error)
ModifyDBSubnetGroup API operation for Amazon Relational Database Service.
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the AWS Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyDBSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetQuotaExceededFault "DBSubnetQuotaExceededFault" The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.
ErrCodeSubnetAlreadyInUse "SubnetAlreadyInUse" The DB subnet is already in use in the Availability Zone.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSubnetGroup
func (*RDS) ModifyDBSubnetGroupRequest ¶
func (c *RDS) ModifyDBSubnetGroupRequest(input *ModifyDBSubnetGroupInput) (req *request.Request, output *ModifyDBSubnetGroupOutput)
ModifyDBSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyDBSubnetGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyDBSubnetGroup for more information on using the ModifyDBSubnetGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyDBSubnetGroupRequest method. req, resp := client.ModifyDBSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSubnetGroup
func (*RDS) ModifyDBSubnetGroupWithContext ¶ added in v1.8.0
func (c *RDS) ModifyDBSubnetGroupWithContext(ctx aws.Context, input *ModifyDBSubnetGroupInput, opts ...request.Option) (*ModifyDBSubnetGroupOutput, error)
ModifyDBSubnetGroupWithContext is the same as ModifyDBSubnetGroup with the addition of the ability to pass a context and additional request options.
See ModifyDBSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyEventSubscription ¶
func (c *RDS) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error)
ModifyEventSubscription API operation for Amazon Relational Database Service.
Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.
You can see a list of the event categories for a given source type (SourceType) in Events (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) in the Amazon RDS User Guide or by using the DescribeEventCategories operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyEventSubscription for usage and error information.
Returned Error Codes:
ErrCodeEventSubscriptionQuotaExceededFault "EventSubscriptionQuotaExceeded" You have reached the maximum number of event subscriptions.
ErrCodeSubscriptionNotFoundFault "SubscriptionNotFound" The subscription name does not exist.
ErrCodeSNSInvalidTopicFault "SNSInvalidTopic" SNS has responded that there is a problem with the SND topic specified.
ErrCodeSNSNoAuthorizationFault "SNSNoAuthorization" You do not have permission to publish to the SNS topic ARN.
ErrCodeSNSTopicArnNotFoundFault "SNSTopicArnNotFound" The SNS topic ARN does not exist.
ErrCodeSubscriptionCategoryNotFoundFault "SubscriptionCategoryNotFound" The supplied category does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyEventSubscription
func (*RDS) ModifyEventSubscriptionRequest ¶
func (c *RDS) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput)
ModifyEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the ModifyEventSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyEventSubscription for more information on using the ModifyEventSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyEventSubscriptionRequest method. req, resp := client.ModifyEventSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyEventSubscription
func (*RDS) ModifyEventSubscriptionWithContext ¶ added in v1.8.0
func (c *RDS) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error)
ModifyEventSubscriptionWithContext is the same as ModifyEventSubscription with the addition of the ability to pass a context and additional request options.
See ModifyEventSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyGlobalCluster ¶ added in v1.15.85
func (c *RDS) ModifyGlobalCluster(input *ModifyGlobalClusterInput) (*ModifyGlobalClusterOutput, error)
ModifyGlobalCluster API operation for Amazon Relational Database Service.
Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyGlobalCluster for usage and error information.
Returned Error Codes:
ErrCodeGlobalClusterNotFoundFault "GlobalClusterNotFoundFault" The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
ErrCodeInvalidGlobalClusterStateFault "InvalidGlobalClusterStateFault" The global cluster is in an invalid state and can't perform the requested operation.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyGlobalCluster
func (*RDS) ModifyGlobalClusterRequest ¶ added in v1.15.85
func (c *RDS) ModifyGlobalClusterRequest(input *ModifyGlobalClusterInput) (req *request.Request, output *ModifyGlobalClusterOutput)
ModifyGlobalClusterRequest generates a "aws/request.Request" representing the client's request for the ModifyGlobalCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyGlobalCluster for more information on using the ModifyGlobalCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyGlobalClusterRequest method. req, resp := client.ModifyGlobalClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyGlobalCluster
func (*RDS) ModifyGlobalClusterWithContext ¶ added in v1.15.85
func (c *RDS) ModifyGlobalClusterWithContext(ctx aws.Context, input *ModifyGlobalClusterInput, opts ...request.Option) (*ModifyGlobalClusterOutput, error)
ModifyGlobalClusterWithContext is the same as ModifyGlobalCluster with the addition of the ability to pass a context and additional request options.
See ModifyGlobalCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ModifyOptionGroup ¶
func (c *RDS) ModifyOptionGroup(input *ModifyOptionGroupInput) (*ModifyOptionGroupOutput, error)
ModifyOptionGroup API operation for Amazon Relational Database Service.
Modifies an existing option group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ModifyOptionGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidOptionGroupStateFault "InvalidOptionGroupStateFault" The option group isn't in the available state.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyOptionGroup
func (*RDS) ModifyOptionGroupRequest ¶
func (c *RDS) ModifyOptionGroupRequest(input *ModifyOptionGroupInput) (req *request.Request, output *ModifyOptionGroupOutput)
ModifyOptionGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyOptionGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ModifyOptionGroup for more information on using the ModifyOptionGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ModifyOptionGroupRequest method. req, resp := client.ModifyOptionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyOptionGroup
func (*RDS) ModifyOptionGroupWithContext ¶ added in v1.8.0
func (c *RDS) ModifyOptionGroupWithContext(ctx aws.Context, input *ModifyOptionGroupInput, opts ...request.Option) (*ModifyOptionGroupOutput, error)
ModifyOptionGroupWithContext is the same as ModifyOptionGroup with the addition of the ability to pass a context and additional request options.
See ModifyOptionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) PromoteReadReplica ¶
func (c *RDS) PromoteReadReplica(input *PromoteReadReplicaInput) (*PromoteReadReplicaOutput, error)
PromoteReadReplica API operation for Amazon Relational Database Service.
Promotes a read replica DB instance to a standalone DB instance.
Backup duration is a function of the amount of changes to the database since the previous backup. If you plan to promote a read replica to a standalone instance, we recommend that you enable backups and complete at least one backup prior to promotion. In addition, a read replica cannot be promoted to a standalone instance when it is in the backing-up status. If you have enabled backups on your read replica, configure the automated backup window so that daily backups do not interfere with read replica promotion.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation PromoteReadReplica for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica
func (*RDS) PromoteReadReplicaDBCluster ¶ added in v1.1.35
func (c *RDS) PromoteReadReplicaDBCluster(input *PromoteReadReplicaDBClusterInput) (*PromoteReadReplicaDBClusterOutput, error)
PromoteReadReplicaDBCluster API operation for Amazon Relational Database Service.
Promotes a read replica DB cluster to a standalone DB cluster.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation PromoteReadReplicaDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster
func (*RDS) PromoteReadReplicaDBClusterRequest ¶ added in v1.1.35
func (c *RDS) PromoteReadReplicaDBClusterRequest(input *PromoteReadReplicaDBClusterInput) (req *request.Request, output *PromoteReadReplicaDBClusterOutput)
PromoteReadReplicaDBClusterRequest generates a "aws/request.Request" representing the client's request for the PromoteReadReplicaDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PromoteReadReplicaDBCluster for more information on using the PromoteReadReplicaDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PromoteReadReplicaDBClusterRequest method. req, resp := client.PromoteReadReplicaDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster
func (*RDS) PromoteReadReplicaDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) PromoteReadReplicaDBClusterWithContext(ctx aws.Context, input *PromoteReadReplicaDBClusterInput, opts ...request.Option) (*PromoteReadReplicaDBClusterOutput, error)
PromoteReadReplicaDBClusterWithContext is the same as PromoteReadReplicaDBCluster with the addition of the ability to pass a context and additional request options.
See PromoteReadReplicaDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) PromoteReadReplicaRequest ¶
func (c *RDS) PromoteReadReplicaRequest(input *PromoteReadReplicaInput) (req *request.Request, output *PromoteReadReplicaOutput)
PromoteReadReplicaRequest generates a "aws/request.Request" representing the client's request for the PromoteReadReplica operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PromoteReadReplica for more information on using the PromoteReadReplica API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PromoteReadReplicaRequest method. req, resp := client.PromoteReadReplicaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica
func (*RDS) PromoteReadReplicaWithContext ¶ added in v1.8.0
func (c *RDS) PromoteReadReplicaWithContext(ctx aws.Context, input *PromoteReadReplicaInput, opts ...request.Option) (*PromoteReadReplicaOutput, error)
PromoteReadReplicaWithContext is the same as PromoteReadReplica with the addition of the ability to pass a context and additional request options.
See PromoteReadReplica for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) PurchaseReservedDBInstancesOffering ¶
func (c *RDS) PurchaseReservedDBInstancesOffering(input *PurchaseReservedDBInstancesOfferingInput) (*PurchaseReservedDBInstancesOfferingOutput, error)
PurchaseReservedDBInstancesOffering API operation for Amazon Relational Database Service.
Purchases a reserved DB instance offering.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation PurchaseReservedDBInstancesOffering for usage and error information.
Returned Error Codes:
ErrCodeReservedDBInstancesOfferingNotFoundFault "ReservedDBInstancesOfferingNotFound" Specified offering does not exist.
ErrCodeReservedDBInstanceAlreadyExistsFault "ReservedDBInstanceAlreadyExists" User already has a reservation with the given identifier.
ErrCodeReservedDBInstanceQuotaExceededFault "ReservedDBInstanceQuotaExceeded" Request would exceed the user's DB Instance quota.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOffering
func (*RDS) PurchaseReservedDBInstancesOfferingRequest ¶
func (c *RDS) PurchaseReservedDBInstancesOfferingRequest(input *PurchaseReservedDBInstancesOfferingInput) (req *request.Request, output *PurchaseReservedDBInstancesOfferingOutput)
PurchaseReservedDBInstancesOfferingRequest generates a "aws/request.Request" representing the client's request for the PurchaseReservedDBInstancesOffering operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PurchaseReservedDBInstancesOffering for more information on using the PurchaseReservedDBInstancesOffering API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PurchaseReservedDBInstancesOfferingRequest method. req, resp := client.PurchaseReservedDBInstancesOfferingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOffering
func (*RDS) PurchaseReservedDBInstancesOfferingWithContext ¶ added in v1.8.0
func (c *RDS) PurchaseReservedDBInstancesOfferingWithContext(ctx aws.Context, input *PurchaseReservedDBInstancesOfferingInput, opts ...request.Option) (*PurchaseReservedDBInstancesOfferingOutput, error)
PurchaseReservedDBInstancesOfferingWithContext is the same as PurchaseReservedDBInstancesOffering with the addition of the ability to pass a context and additional request options.
See PurchaseReservedDBInstancesOffering for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RebootDBInstance ¶
func (c *RDS) RebootDBInstance(input *RebootDBInstanceInput) (*RebootDBInstanceOutput, error)
RebootDBInstance API operation for Amazon Relational Database Service.
You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect.
Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.
For more information about rebooting, see Rebooting a DB Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RebootDBInstance for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance
func (*RDS) RebootDBInstanceRequest ¶
func (c *RDS) RebootDBInstanceRequest(input *RebootDBInstanceInput) (req *request.Request, output *RebootDBInstanceOutput)
RebootDBInstanceRequest generates a "aws/request.Request" representing the client's request for the RebootDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RebootDBInstance for more information on using the RebootDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RebootDBInstanceRequest method. req, resp := client.RebootDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance
func (*RDS) RebootDBInstanceWithContext ¶ added in v1.8.0
func (c *RDS) RebootDBInstanceWithContext(ctx aws.Context, input *RebootDBInstanceInput, opts ...request.Option) (*RebootDBInstanceOutput, error)
RebootDBInstanceWithContext is the same as RebootDBInstance with the addition of the ability to pass a context and additional request options.
See RebootDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RegisterDBProxyTargets ¶ added in v1.25.47
func (c *RDS) RegisterDBProxyTargets(input *RegisterDBProxyTargetsInput) (*RegisterDBProxyTargetsOutput, error)
RegisterDBProxyTargets API operation for Amazon Relational Database Service.
Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RegisterDBProxyTargets for usage and error information.
Returned Error Codes:
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBProxyTargetAlreadyRegisteredFault "DBProxyTargetAlreadyRegisteredFault" The proxy is already associated with the specified RDS DB instance or Aurora DB cluster.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBProxyStateFault "InvalidDBProxyStateFault" The requested operation can't be performed while the proxy is in this state.
ErrCodeInsufficientAvailableIPsInSubnetFault "InsufficientAvailableIPsInSubnetFault" The requested operation can't be performed because there aren't enough available IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required from the subnets.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RegisterDBProxyTargets
func (*RDS) RegisterDBProxyTargetsRequest ¶ added in v1.25.47
func (c *RDS) RegisterDBProxyTargetsRequest(input *RegisterDBProxyTargetsInput) (req *request.Request, output *RegisterDBProxyTargetsOutput)
RegisterDBProxyTargetsRequest generates a "aws/request.Request" representing the client's request for the RegisterDBProxyTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterDBProxyTargets for more information on using the RegisterDBProxyTargets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterDBProxyTargetsRequest method. req, resp := client.RegisterDBProxyTargetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RegisterDBProxyTargets
func (*RDS) RegisterDBProxyTargetsWithContext ¶ added in v1.25.47
func (c *RDS) RegisterDBProxyTargetsWithContext(ctx aws.Context, input *RegisterDBProxyTargetsInput, opts ...request.Option) (*RegisterDBProxyTargetsOutput, error)
RegisterDBProxyTargetsWithContext is the same as RegisterDBProxyTargets with the addition of the ability to pass a context and additional request options.
See RegisterDBProxyTargets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RemoveFromGlobalCluster ¶ added in v1.15.85
func (c *RDS) RemoveFromGlobalCluster(input *RemoveFromGlobalClusterInput) (*RemoveFromGlobalClusterOutput, error)
RemoveFromGlobalCluster API operation for Amazon Relational Database Service.
Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different region.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RemoveFromGlobalCluster for usage and error information.
Returned Error Codes:
ErrCodeGlobalClusterNotFoundFault "GlobalClusterNotFoundFault" The GlobalClusterIdentifier doesn't refer to an existing global database cluster.
ErrCodeInvalidGlobalClusterStateFault "InvalidGlobalClusterStateFault" The global cluster is in an invalid state and can't perform the requested operation.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveFromGlobalCluster
func (*RDS) RemoveFromGlobalClusterRequest ¶ added in v1.15.85
func (c *RDS) RemoveFromGlobalClusterRequest(input *RemoveFromGlobalClusterInput) (req *request.Request, output *RemoveFromGlobalClusterOutput)
RemoveFromGlobalClusterRequest generates a "aws/request.Request" representing the client's request for the RemoveFromGlobalCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RemoveFromGlobalCluster for more information on using the RemoveFromGlobalCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RemoveFromGlobalClusterRequest method. req, resp := client.RemoveFromGlobalClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveFromGlobalCluster
func (*RDS) RemoveFromGlobalClusterWithContext ¶ added in v1.15.85
func (c *RDS) RemoveFromGlobalClusterWithContext(ctx aws.Context, input *RemoveFromGlobalClusterInput, opts ...request.Option) (*RemoveFromGlobalClusterOutput, error)
RemoveFromGlobalClusterWithContext is the same as RemoveFromGlobalCluster with the addition of the ability to pass a context and additional request options.
See RemoveFromGlobalCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RemoveRoleFromDBCluster ¶ added in v1.4.19
func (c *RDS) RemoveRoleFromDBCluster(input *RemoveRoleFromDBClusterInput) (*RemoveRoleFromDBClusterOutput, error)
RemoveRoleFromDBCluster API operation for Amazon Relational Database Service.
Disassociates an AWS Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other AWS Services on Your Behalf (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RemoveRoleFromDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBClusterRoleNotFoundFault "DBClusterRoleNotFound" The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveRoleFromDBCluster
func (*RDS) RemoveRoleFromDBClusterRequest ¶ added in v1.4.19
func (c *RDS) RemoveRoleFromDBClusterRequest(input *RemoveRoleFromDBClusterInput) (req *request.Request, output *RemoveRoleFromDBClusterOutput)
RemoveRoleFromDBClusterRequest generates a "aws/request.Request" representing the client's request for the RemoveRoleFromDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RemoveRoleFromDBCluster for more information on using the RemoveRoleFromDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RemoveRoleFromDBClusterRequest method. req, resp := client.RemoveRoleFromDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveRoleFromDBCluster
func (*RDS) RemoveRoleFromDBClusterWithContext ¶ added in v1.8.0
func (c *RDS) RemoveRoleFromDBClusterWithContext(ctx aws.Context, input *RemoveRoleFromDBClusterInput, opts ...request.Option) (*RemoveRoleFromDBClusterOutput, error)
RemoveRoleFromDBClusterWithContext is the same as RemoveRoleFromDBCluster with the addition of the ability to pass a context and additional request options.
See RemoveRoleFromDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RemoveRoleFromDBInstance ¶ added in v1.16.25
func (c *RDS) RemoveRoleFromDBInstance(input *RemoveRoleFromDBInstanceInput) (*RemoveRoleFromDBInstanceOutput, error)
RemoveRoleFromDBInstance API operation for Amazon Relational Database Service.
Disassociates an AWS Identity and Access Management (IAM) role from a DB instance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RemoveRoleFromDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBInstanceRoleNotFoundFault "DBInstanceRoleNotFound" The specified RoleArn value doesn't match the specified feature for the DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveRoleFromDBInstance
func (*RDS) RemoveRoleFromDBInstanceRequest ¶ added in v1.16.25
func (c *RDS) RemoveRoleFromDBInstanceRequest(input *RemoveRoleFromDBInstanceInput) (req *request.Request, output *RemoveRoleFromDBInstanceOutput)
RemoveRoleFromDBInstanceRequest generates a "aws/request.Request" representing the client's request for the RemoveRoleFromDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RemoveRoleFromDBInstance for more information on using the RemoveRoleFromDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RemoveRoleFromDBInstanceRequest method. req, resp := client.RemoveRoleFromDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveRoleFromDBInstance
func (*RDS) RemoveRoleFromDBInstanceWithContext ¶ added in v1.16.25
func (c *RDS) RemoveRoleFromDBInstanceWithContext(ctx aws.Context, input *RemoveRoleFromDBInstanceInput, opts ...request.Option) (*RemoveRoleFromDBInstanceOutput, error)
RemoveRoleFromDBInstanceWithContext is the same as RemoveRoleFromDBInstance with the addition of the ability to pass a context and additional request options.
See RemoveRoleFromDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RemoveSourceIdentifierFromSubscription ¶
func (c *RDS) RemoveSourceIdentifierFromSubscription(input *RemoveSourceIdentifierFromSubscriptionInput) (*RemoveSourceIdentifierFromSubscriptionOutput, error)
RemoveSourceIdentifierFromSubscription API operation for Amazon Relational Database Service.
Removes a source identifier from an existing RDS event notification subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RemoveSourceIdentifierFromSubscription for usage and error information.
Returned Error Codes:
ErrCodeSubscriptionNotFoundFault "SubscriptionNotFound" The subscription name does not exist.
ErrCodeSourceNotFoundFault "SourceNotFound" The requested source could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveSourceIdentifierFromSubscription
func (*RDS) RemoveSourceIdentifierFromSubscriptionRequest ¶
func (c *RDS) RemoveSourceIdentifierFromSubscriptionRequest(input *RemoveSourceIdentifierFromSubscriptionInput) (req *request.Request, output *RemoveSourceIdentifierFromSubscriptionOutput)
RemoveSourceIdentifierFromSubscriptionRequest generates a "aws/request.Request" representing the client's request for the RemoveSourceIdentifierFromSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RemoveSourceIdentifierFromSubscription for more information on using the RemoveSourceIdentifierFromSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RemoveSourceIdentifierFromSubscriptionRequest method. req, resp := client.RemoveSourceIdentifierFromSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveSourceIdentifierFromSubscription
func (*RDS) RemoveSourceIdentifierFromSubscriptionWithContext ¶ added in v1.8.0
func (c *RDS) RemoveSourceIdentifierFromSubscriptionWithContext(ctx aws.Context, input *RemoveSourceIdentifierFromSubscriptionInput, opts ...request.Option) (*RemoveSourceIdentifierFromSubscriptionOutput, error)
RemoveSourceIdentifierFromSubscriptionWithContext is the same as RemoveSourceIdentifierFromSubscription with the addition of the ability to pass a context and additional request options.
See RemoveSourceIdentifierFromSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RemoveTagsFromResource ¶
func (c *RDS) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
RemoveTagsFromResource API operation for Amazon Relational Database Service.
Removes metadata tags from an Amazon RDS resource.
For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RemoveTagsFromResource for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBProxyNotFoundFault "DBProxyNotFoundFault" The specified proxy name doesn't correspond to a proxy owned by your AWS account in the specified AWS Region.
ErrCodeDBProxyTargetGroupNotFoundFault "DBProxyTargetGroupNotFoundFault" The specified target group isn't available for a proxy owned by your AWS account in the specified AWS Region.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveTagsFromResource
func (*RDS) RemoveTagsFromResourceRequest ¶
func (c *RDS) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RemoveTagsFromResource for more information on using the RemoveTagsFromResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RemoveTagsFromResourceRequest method. req, resp := client.RemoveTagsFromResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveTagsFromResource
func (*RDS) RemoveTagsFromResourceWithContext ¶ added in v1.8.0
func (c *RDS) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.
See RemoveTagsFromResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ResetDBClusterParameterGroup ¶ added in v0.7.1
func (c *RDS) ResetDBClusterParameterGroup(input *ResetDBClusterParameterGroupInput) (*DBClusterParameterGroupNameMessage, error)
ResetDBClusterParameterGroup API operation for Amazon Relational Database Service.
Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.
When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ResetDBClusterParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ResetDBClusterParameterGroup
func (*RDS) ResetDBClusterParameterGroupRequest ¶ added in v0.7.1
func (c *RDS) ResetDBClusterParameterGroupRequest(input *ResetDBClusterParameterGroupInput) (req *request.Request, output *DBClusterParameterGroupNameMessage)
ResetDBClusterParameterGroupRequest generates a "aws/request.Request" representing the client's request for the ResetDBClusterParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResetDBClusterParameterGroup for more information on using the ResetDBClusterParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResetDBClusterParameterGroupRequest method. req, resp := client.ResetDBClusterParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ResetDBClusterParameterGroup
func (*RDS) ResetDBClusterParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) ResetDBClusterParameterGroupWithContext(ctx aws.Context, input *ResetDBClusterParameterGroupInput, opts ...request.Option) (*DBClusterParameterGroupNameMessage, error)
ResetDBClusterParameterGroupWithContext is the same as ResetDBClusterParameterGroup with the addition of the ability to pass a context and additional request options.
See ResetDBClusterParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) ResetDBParameterGroup ¶
func (c *RDS) ResetDBParameterGroup(input *ResetDBParameterGroupInput) (*DBParameterGroupNameMessage, error)
ResetDBParameterGroup API operation for Amazon Relational Database Service.
Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation ResetDBParameterGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBParameterGroupStateFault "InvalidDBParameterGroupState" The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ResetDBParameterGroup
func (*RDS) ResetDBParameterGroupRequest ¶
func (c *RDS) ResetDBParameterGroupRequest(input *ResetDBParameterGroupInput) (req *request.Request, output *DBParameterGroupNameMessage)
ResetDBParameterGroupRequest generates a "aws/request.Request" representing the client's request for the ResetDBParameterGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResetDBParameterGroup for more information on using the ResetDBParameterGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResetDBParameterGroupRequest method. req, resp := client.ResetDBParameterGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ResetDBParameterGroup
func (*RDS) ResetDBParameterGroupWithContext ¶ added in v1.8.0
func (c *RDS) ResetDBParameterGroupWithContext(ctx aws.Context, input *ResetDBParameterGroupInput, opts ...request.Option) (*DBParameterGroupNameMessage, error)
ResetDBParameterGroupWithContext is the same as ResetDBParameterGroup with the addition of the ability to pass a context and additional request options.
See ResetDBParameterGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBClusterFromS3 ¶ added in v1.3.1
func (c *RDS) RestoreDBClusterFromS3(input *RestoreDBClusterFromS3Input) (*RestoreDBClusterFromS3Output, error)
RestoreDBClusterFromS3 API operation for Amazon Relational Database Service.
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3) in the Amazon Aurora User Guide.
This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromS3 action has completed and the DB cluster is available.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters. The source DB engine must be MySQL.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBClusterFromS3 for usage and error information.
Returned Error Codes:
ErrCodeDBClusterAlreadyExistsFault "DBClusterAlreadyExistsFault" The user already has a DB cluster with the given identifier.
ErrCodeDBClusterQuotaExceededFault "DBClusterQuotaExceededFault" The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBSubnetGroupStateFault "InvalidDBSubnetGroupStateFault" The DB subnet group cannot be deleted because it's in use.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidS3BucketFault "InvalidS3BucketFault" The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.
ErrCodeDBClusterParameterGroupNotFoundFault "DBClusterParameterGroupNotFound" DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeInsufficientStorageClusterCapacityFault "InsufficientStorageClusterCapacity" There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3
func (*RDS) RestoreDBClusterFromS3Request ¶ added in v1.3.1
func (c *RDS) RestoreDBClusterFromS3Request(input *RestoreDBClusterFromS3Input) (req *request.Request, output *RestoreDBClusterFromS3Output)
RestoreDBClusterFromS3Request generates a "aws/request.Request" representing the client's request for the RestoreDBClusterFromS3 operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBClusterFromS3 for more information on using the RestoreDBClusterFromS3 API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBClusterFromS3Request method. req, resp := client.RestoreDBClusterFromS3Request(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3
func (*RDS) RestoreDBClusterFromS3WithContext ¶ added in v1.8.0
func (c *RDS) RestoreDBClusterFromS3WithContext(ctx aws.Context, input *RestoreDBClusterFromS3Input, opts ...request.Option) (*RestoreDBClusterFromS3Output, error)
RestoreDBClusterFromS3WithContext is the same as RestoreDBClusterFromS3 with the addition of the ability to pass a context and additional request options.
See RestoreDBClusterFromS3 for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBClusterFromSnapshot ¶ added in v0.7.1
func (c *RDS) RestoreDBClusterFromSnapshot(input *RestoreDBClusterFromSnapshotInput) (*RestoreDBClusterFromSnapshotOutput, error)
RestoreDBClusterFromSnapshot API operation for Amazon Relational Database Service.
Creates a new DB cluster from a DB snapshot or DB cluster snapshot. This action only applies to Aurora DB clusters.
The target DB cluster is created from the source snapshot with a default configuration. If you don't specify a security group, the new DB cluster is associated with the default security group.
This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromSnapshot action has completed and the DB cluster is available.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBClusterFromSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBClusterAlreadyExistsFault "DBClusterAlreadyExistsFault" The user already has a DB cluster with the given identifier.
ErrCodeDBClusterQuotaExceededFault "DBClusterQuotaExceededFault" The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
ErrCodeInsufficientDBClusterCapacityFault "InsufficientDBClusterCapacityFault" The DB cluster doesn't have enough capacity for the current operation.
ErrCodeInsufficientStorageClusterCapacityFault "InsufficientStorageClusterCapacity" There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidRestoreFault "InvalidRestoreFault" Cannot restore from VPC backup to non-VPC DB instance.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeDBClusterParameterGroupNotFoundFault "DBClusterParameterGroupNotFound" DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot
func (*RDS) RestoreDBClusterFromSnapshotRequest ¶ added in v0.7.1
func (c *RDS) RestoreDBClusterFromSnapshotRequest(input *RestoreDBClusterFromSnapshotInput) (req *request.Request, output *RestoreDBClusterFromSnapshotOutput)
RestoreDBClusterFromSnapshotRequest generates a "aws/request.Request" representing the client's request for the RestoreDBClusterFromSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBClusterFromSnapshot for more information on using the RestoreDBClusterFromSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBClusterFromSnapshotRequest method. req, resp := client.RestoreDBClusterFromSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot
func (*RDS) RestoreDBClusterFromSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) RestoreDBClusterFromSnapshotWithContext(ctx aws.Context, input *RestoreDBClusterFromSnapshotInput, opts ...request.Option) (*RestoreDBClusterFromSnapshotOutput, error)
RestoreDBClusterFromSnapshotWithContext is the same as RestoreDBClusterFromSnapshot with the addition of the ability to pass a context and additional request options.
See RestoreDBClusterFromSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBClusterToPointInTime ¶ added in v0.7.1
func (c *RDS) RestoreDBClusterToPointInTime(input *RestoreDBClusterToPointInTimeInput) (*RestoreDBClusterToPointInTimeOutput, error)
RestoreDBClusterToPointInTime API operation for Amazon Relational Database Service.
Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.
This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterToPointInTime action has completed and the DB cluster is available.
For more information on Amazon Aurora, see What Is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBClusterToPointInTime for usage and error information.
Returned Error Codes:
ErrCodeDBClusterAlreadyExistsFault "DBClusterAlreadyExistsFault" The user already has a DB cluster with the given identifier.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBClusterQuotaExceededFault "DBClusterQuotaExceededFault" The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeInsufficientDBClusterCapacityFault "InsufficientDBClusterCapacityFault" The DB cluster doesn't have enough capacity for the current operation.
ErrCodeInsufficientStorageClusterCapacityFault "InsufficientStorageClusterCapacity" There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.
ErrCodeInvalidDBClusterSnapshotStateFault "InvalidDBClusterSnapshotStateFault" The supplied value isn't a valid DB cluster snapshot state.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeInvalidRestoreFault "InvalidRestoreFault" Cannot restore from VPC backup to non-VPC DB instance.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeDBClusterParameterGroupNotFoundFault "DBClusterParameterGroupNotFound" DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime
func (*RDS) RestoreDBClusterToPointInTimeRequest ¶ added in v0.7.1
func (c *RDS) RestoreDBClusterToPointInTimeRequest(input *RestoreDBClusterToPointInTimeInput) (req *request.Request, output *RestoreDBClusterToPointInTimeOutput)
RestoreDBClusterToPointInTimeRequest generates a "aws/request.Request" representing the client's request for the RestoreDBClusterToPointInTime operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBClusterToPointInTime for more information on using the RestoreDBClusterToPointInTime API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBClusterToPointInTimeRequest method. req, resp := client.RestoreDBClusterToPointInTimeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime
func (*RDS) RestoreDBClusterToPointInTimeWithContext ¶ added in v1.8.0
func (c *RDS) RestoreDBClusterToPointInTimeWithContext(ctx aws.Context, input *RestoreDBClusterToPointInTimeInput, opts ...request.Option) (*RestoreDBClusterToPointInTimeOutput, error)
RestoreDBClusterToPointInTimeWithContext is the same as RestoreDBClusterToPointInTime with the addition of the ability to pass a context and additional request options.
See RestoreDBClusterToPointInTime for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBInstanceFromDBSnapshot ¶
func (c *RDS) RestoreDBInstanceFromDBSnapshot(input *RestoreDBInstanceFromDBSnapshotInput) (*RestoreDBInstanceFromDBSnapshotOutput, error)
RestoreDBInstanceFromDBSnapshot API operation for Amazon Relational Database Service.
Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.
If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original DB instance with the DB instance created from the snapshot.
If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterFromSnapshot.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBInstanceFromDBSnapshot for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeInstanceQuotaExceededFault "InstanceQuotaExceeded" The request would result in the user exceeding the allowed number of DB instances.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeInvalidDBSnapshotStateFault "InvalidDBSnapshotState" The state of the DB snapshot doesn't allow deletion.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidRestoreFault "InvalidRestoreFault" Cannot restore from VPC backup to non-VPC DB instance.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeBackupPolicyNotFoundFault "BackupPolicyNotFoundFault"
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot
func (*RDS) RestoreDBInstanceFromDBSnapshotRequest ¶
func (c *RDS) RestoreDBInstanceFromDBSnapshotRequest(input *RestoreDBInstanceFromDBSnapshotInput) (req *request.Request, output *RestoreDBInstanceFromDBSnapshotOutput)
RestoreDBInstanceFromDBSnapshotRequest generates a "aws/request.Request" representing the client's request for the RestoreDBInstanceFromDBSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBInstanceFromDBSnapshot for more information on using the RestoreDBInstanceFromDBSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBInstanceFromDBSnapshotRequest method. req, resp := client.RestoreDBInstanceFromDBSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot
func (*RDS) RestoreDBInstanceFromDBSnapshotWithContext ¶ added in v1.8.0
func (c *RDS) RestoreDBInstanceFromDBSnapshotWithContext(ctx aws.Context, input *RestoreDBInstanceFromDBSnapshotInput, opts ...request.Option) (*RestoreDBInstanceFromDBSnapshotOutput, error)
RestoreDBInstanceFromDBSnapshotWithContext is the same as RestoreDBInstanceFromDBSnapshot with the addition of the ability to pass a context and additional request options.
See RestoreDBInstanceFromDBSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBInstanceFromS3 ¶ added in v1.12.30
func (c *RDS) RestoreDBInstanceFromS3(input *RestoreDBInstanceFromS3Input) (*RestoreDBInstanceFromS3Output, error)
RestoreDBInstanceFromS3 API operation for Amazon Relational Database Service.
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files. You can create a backup of your on-premises database, store it on Amazon Simple Storage Service (Amazon S3), and then restore the backup file onto a new Amazon RDS DB instance running MySQL. For more information, see Importing Data into an Amazon RDS MySQL DB Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBInstanceFromS3 for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeInstanceQuotaExceededFault "InstanceQuotaExceeded" The request would result in the user exceeding the allowed number of DB instances.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidS3BucketFault "InvalidS3BucketFault" The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeBackupPolicyNotFoundFault "BackupPolicyNotFoundFault"
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3
func (*RDS) RestoreDBInstanceFromS3Request ¶ added in v1.12.30
func (c *RDS) RestoreDBInstanceFromS3Request(input *RestoreDBInstanceFromS3Input) (req *request.Request, output *RestoreDBInstanceFromS3Output)
RestoreDBInstanceFromS3Request generates a "aws/request.Request" representing the client's request for the RestoreDBInstanceFromS3 operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBInstanceFromS3 for more information on using the RestoreDBInstanceFromS3 API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBInstanceFromS3Request method. req, resp := client.RestoreDBInstanceFromS3Request(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3
func (*RDS) RestoreDBInstanceFromS3WithContext ¶ added in v1.12.30
func (c *RDS) RestoreDBInstanceFromS3WithContext(ctx aws.Context, input *RestoreDBInstanceFromS3Input, opts ...request.Option) (*RestoreDBInstanceFromS3Output, error)
RestoreDBInstanceFromS3WithContext is the same as RestoreDBInstanceFromS3 with the addition of the ability to pass a context and additional request options.
See RestoreDBInstanceFromS3 for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RestoreDBInstanceToPointInTime ¶
func (c *RDS) RestoreDBInstanceToPointInTime(input *RestoreDBInstanceToPointInTimeInput) (*RestoreDBInstanceToPointInTimeOutput, error)
RestoreDBInstanceToPointInTime API operation for Amazon Relational Database Service.
Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.
The target database is created with most of the original configuration, but in a system-selected Availability Zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RestoreDBInstanceToPointInTime for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceAlreadyExistsFault "DBInstanceAlreadyExists" The user already has a DB instance with the given identifier.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInstanceQuotaExceededFault "InstanceQuotaExceeded" The request would result in the user exceeding the allowed number of DB instances.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodePointInTimeRestoreNotEnabledFault "PointInTimeRestoreNotEnabled" SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceeded" The request would result in the user exceeding the allowed amount of storage available across all DB instances.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeInvalidRestoreFault "InvalidRestoreFault" Cannot restore from VPC backup to non-VPC DB instance.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeProvisionedIopsNotAvailableInAZFault "ProvisionedIopsNotAvailableInAZFault" Provisioned IOPS not available in the specified Availability Zone.
ErrCodeOptionGroupNotFoundFault "OptionGroupNotFoundFault" The specified option group could not be found.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeDomainNotFoundFault "DomainNotFoundFault" Domain doesn't refer to an existing Active Directory domain.
ErrCodeBackupPolicyNotFoundFault "BackupPolicyNotFoundFault"
ErrCodeDBParameterGroupNotFoundFault "DBParameterGroupNotFound" DBParameterGroupName doesn't refer to an existing DB parameter group.
ErrCodeDBInstanceAutomatedBackupNotFoundFault "DBInstanceAutomatedBackupNotFound" No automated backup for this DB instance was found.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime
func (*RDS) RestoreDBInstanceToPointInTimeRequest ¶
func (c *RDS) RestoreDBInstanceToPointInTimeRequest(input *RestoreDBInstanceToPointInTimeInput) (req *request.Request, output *RestoreDBInstanceToPointInTimeOutput)
RestoreDBInstanceToPointInTimeRequest generates a "aws/request.Request" representing the client's request for the RestoreDBInstanceToPointInTime operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RestoreDBInstanceToPointInTime for more information on using the RestoreDBInstanceToPointInTime API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RestoreDBInstanceToPointInTimeRequest method. req, resp := client.RestoreDBInstanceToPointInTimeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime
func (*RDS) RestoreDBInstanceToPointInTimeWithContext ¶ added in v1.8.0
func (c *RDS) RestoreDBInstanceToPointInTimeWithContext(ctx aws.Context, input *RestoreDBInstanceToPointInTimeInput, opts ...request.Option) (*RestoreDBInstanceToPointInTimeOutput, error)
RestoreDBInstanceToPointInTimeWithContext is the same as RestoreDBInstanceToPointInTime with the addition of the ability to pass a context and additional request options.
See RestoreDBInstanceToPointInTime for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) RevokeDBSecurityGroupIngress ¶
func (c *RDS) RevokeDBSecurityGroupIngress(input *RevokeDBSecurityGroupIngressInput) (*RevokeDBSecurityGroupIngressOutput, error)
RevokeDBSecurityGroupIngress API operation for Amazon Relational Database Service.
Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation RevokeDBSecurityGroupIngress for usage and error information.
Returned Error Codes:
ErrCodeDBSecurityGroupNotFoundFault "DBSecurityGroupNotFound" DBSecurityGroupName doesn't refer to an existing DB security group.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeInvalidDBSecurityGroupStateFault "InvalidDBSecurityGroupState" The state of the DB security group doesn't allow deletion.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngress
func (*RDS) RevokeDBSecurityGroupIngressRequest ¶
func (c *RDS) RevokeDBSecurityGroupIngressRequest(input *RevokeDBSecurityGroupIngressInput) (req *request.Request, output *RevokeDBSecurityGroupIngressOutput)
RevokeDBSecurityGroupIngressRequest generates a "aws/request.Request" representing the client's request for the RevokeDBSecurityGroupIngress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RevokeDBSecurityGroupIngress for more information on using the RevokeDBSecurityGroupIngress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RevokeDBSecurityGroupIngressRequest method. req, resp := client.RevokeDBSecurityGroupIngressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngress
func (*RDS) RevokeDBSecurityGroupIngressWithContext ¶ added in v1.8.0
func (c *RDS) RevokeDBSecurityGroupIngressWithContext(ctx aws.Context, input *RevokeDBSecurityGroupIngressInput, opts ...request.Option) (*RevokeDBSecurityGroupIngressOutput, error)
RevokeDBSecurityGroupIngressWithContext is the same as RevokeDBSecurityGroupIngress with the addition of the ability to pass a context and additional request options.
See RevokeDBSecurityGroupIngress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StartActivityStream ¶ added in v1.19.41
func (c *RDS) StartActivityStream(input *StartActivityStreamInput) (*StartActivityStreamOutput, error)
StartActivityStream API operation for Amazon Relational Database Service.
Starts a database activity stream to monitor activity on the database. For more information, see Database Activity Streams (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) in the Amazon Aurora User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StartActivityStream for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The specified resource ID was not found.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStream
func (*RDS) StartActivityStreamRequest ¶ added in v1.19.41
func (c *RDS) StartActivityStreamRequest(input *StartActivityStreamInput) (req *request.Request, output *StartActivityStreamOutput)
StartActivityStreamRequest generates a "aws/request.Request" representing the client's request for the StartActivityStream operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartActivityStream for more information on using the StartActivityStream API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartActivityStreamRequest method. req, resp := client.StartActivityStreamRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStream
func (*RDS) StartActivityStreamWithContext ¶ added in v1.19.41
func (c *RDS) StartActivityStreamWithContext(ctx aws.Context, input *StartActivityStreamInput, opts ...request.Option) (*StartActivityStreamOutput, error)
StartActivityStreamWithContext is the same as StartActivityStream with the addition of the ability to pass a context and additional request options.
See StartActivityStream for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StartDBCluster ¶ added in v1.15.39
func (c *RDS) StartDBCluster(input *StartDBClusterInput) (*StartDBClusterOutput, error)
StartDBCluster API operation for Amazon Relational Database Service.
Starts an Amazon Aurora DB cluster that was stopped using the AWS console, the stop-db-cluster AWS CLI command, or the StopDBCluster action.
For more information, see Stopping and Starting an Aurora Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StartDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster
func (*RDS) StartDBClusterRequest ¶ added in v1.15.39
func (c *RDS) StartDBClusterRequest(input *StartDBClusterInput) (req *request.Request, output *StartDBClusterOutput)
StartDBClusterRequest generates a "aws/request.Request" representing the client's request for the StartDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDBCluster for more information on using the StartDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDBClusterRequest method. req, resp := client.StartDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster
func (*RDS) StartDBClusterWithContext ¶ added in v1.15.39
func (c *RDS) StartDBClusterWithContext(ctx aws.Context, input *StartDBClusterInput, opts ...request.Option) (*StartDBClusterOutput, error)
StartDBClusterWithContext is the same as StartDBCluster with the addition of the ability to pass a context and additional request options.
See StartDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StartDBInstance ¶ added in v1.8.32
func (c *RDS) StartDBInstance(input *StartDBInstanceInput) (*StartDBInstanceOutput, error)
StartDBInstance API operation for Amazon Relational Database Service.
Starts an Amazon RDS DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action.
For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html) in the Amazon RDS User Guide.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StartDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeInsufficientDBInstanceCapacityFault "InsufficientDBInstanceCapacity" The specified DB instance class isn't available in the specified Availability Zone.
ErrCodeDBSubnetGroupNotFoundFault "DBSubnetGroupNotFoundFault" DBSubnetGroupName doesn't refer to an existing DB subnet group.
ErrCodeDBSubnetGroupDoesNotCoverEnoughAZs "DBSubnetGroupDoesNotCoverEnoughAZs" Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidSubnet "InvalidSubnet" The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.
ErrCodeInvalidVPCNetworkStateFault "InvalidVPCNetworkStateFault" The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeAuthorizationNotFoundFault "AuthorizationNotFound" The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance
func (*RDS) StartDBInstanceAutomatedBackupsReplication ¶ added in v1.36.2
func (c *RDS) StartDBInstanceAutomatedBackupsReplication(input *StartDBInstanceAutomatedBackupsReplicationInput) (*StartDBInstanceAutomatedBackupsReplicationOutput, error)
StartDBInstanceAutomatedBackupsReplication API operation for Amazon Relational Database Service.
Enables replication of automated backups to a different AWS Region.
For more information, see Replicating Automated Backups to Another AWS Region (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StartDBInstanceAutomatedBackupsReplication for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeDBInstanceAutomatedBackupQuotaExceededFault "DBInstanceAutomatedBackupQuotaExceeded" The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB Instance quota.
ErrCodeStorageTypeNotSupportedFault "StorageTypeNotSupported" Storage of the StorageType specified can't be associated with the DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication
func (*RDS) StartDBInstanceAutomatedBackupsReplicationRequest ¶ added in v1.36.2
func (c *RDS) StartDBInstanceAutomatedBackupsReplicationRequest(input *StartDBInstanceAutomatedBackupsReplicationInput) (req *request.Request, output *StartDBInstanceAutomatedBackupsReplicationOutput)
StartDBInstanceAutomatedBackupsReplicationRequest generates a "aws/request.Request" representing the client's request for the StartDBInstanceAutomatedBackupsReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDBInstanceAutomatedBackupsReplication for more information on using the StartDBInstanceAutomatedBackupsReplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDBInstanceAutomatedBackupsReplicationRequest method. req, resp := client.StartDBInstanceAutomatedBackupsReplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication
func (*RDS) StartDBInstanceAutomatedBackupsReplicationWithContext ¶ added in v1.36.2
func (c *RDS) StartDBInstanceAutomatedBackupsReplicationWithContext(ctx aws.Context, input *StartDBInstanceAutomatedBackupsReplicationInput, opts ...request.Option) (*StartDBInstanceAutomatedBackupsReplicationOutput, error)
StartDBInstanceAutomatedBackupsReplicationWithContext is the same as StartDBInstanceAutomatedBackupsReplication with the addition of the ability to pass a context and additional request options.
See StartDBInstanceAutomatedBackupsReplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StartDBInstanceRequest ¶ added in v1.8.32
func (c *RDS) StartDBInstanceRequest(input *StartDBInstanceInput) (req *request.Request, output *StartDBInstanceOutput)
StartDBInstanceRequest generates a "aws/request.Request" representing the client's request for the StartDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDBInstance for more information on using the StartDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDBInstanceRequest method. req, resp := client.StartDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance
func (*RDS) StartDBInstanceWithContext ¶ added in v1.8.32
func (c *RDS) StartDBInstanceWithContext(ctx aws.Context, input *StartDBInstanceInput, opts ...request.Option) (*StartDBInstanceOutput, error)
StartDBInstanceWithContext is the same as StartDBInstance with the addition of the ability to pass a context and additional request options.
See StartDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StartExportTask ¶ added in v1.28.8
func (c *RDS) StartExportTask(input *StartExportTaskInput) (*StartExportTaskOutput, error)
StartExportTask API operation for Amazon Relational Database Service.
Starts an export of a snapshot to Amazon S3. The provided IAM role must have access to the S3 bucket.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StartExportTask for usage and error information.
Returned Error Codes:
ErrCodeDBSnapshotNotFoundFault "DBSnapshotNotFound" DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
ErrCodeDBClusterSnapshotNotFoundFault "DBClusterSnapshotNotFoundFault" DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
ErrCodeExportTaskAlreadyExistsFault "ExportTaskAlreadyExists" You can't start an export task that's already running.
ErrCodeInvalidS3BucketFault "InvalidS3BucketFault" The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.
ErrCodeIamRoleNotFoundFault "IamRoleNotFound" The IAM role is missing for exporting to an Amazon S3 bucket.
ErrCodeIamRoleMissingPermissionsFault "IamRoleMissingPermissions" The IAM role requires additional permissions to export to an Amazon S3 bucket.
ErrCodeInvalidExportOnlyFault "InvalidExportOnly" The export is invalid for exporting to an Amazon S3 bucket.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" An error occurred accessing an AWS KMS key.
ErrCodeInvalidExportSourceStateFault "InvalidExportSourceState" The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartExportTask
func (*RDS) StartExportTaskRequest ¶ added in v1.28.8
func (c *RDS) StartExportTaskRequest(input *StartExportTaskInput) (req *request.Request, output *StartExportTaskOutput)
StartExportTaskRequest generates a "aws/request.Request" representing the client's request for the StartExportTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartExportTask for more information on using the StartExportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartExportTaskRequest method. req, resp := client.StartExportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartExportTask
func (*RDS) StartExportTaskWithContext ¶ added in v1.28.8
func (c *RDS) StartExportTaskWithContext(ctx aws.Context, input *StartExportTaskInput, opts ...request.Option) (*StartExportTaskOutput, error)
StartExportTaskWithContext is the same as StartExportTask with the addition of the ability to pass a context and additional request options.
See StartExportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StopActivityStream ¶ added in v1.19.41
func (c *RDS) StopActivityStream(input *StopActivityStreamInput) (*StopActivityStreamOutput, error)
StopActivityStream API operation for Amazon Relational Database Service.
Stops a database activity stream that was started using the AWS console, the start-activity-stream AWS CLI command, or the StartActivityStream action.
For more information, see Database Activity Streams (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) in the Amazon Aurora User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StopActivityStream for usage and error information.
Returned Error Codes:
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The specified resource ID was not found.
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopActivityStream
func (*RDS) StopActivityStreamRequest ¶ added in v1.19.41
func (c *RDS) StopActivityStreamRequest(input *StopActivityStreamInput) (req *request.Request, output *StopActivityStreamOutput)
StopActivityStreamRequest generates a "aws/request.Request" representing the client's request for the StopActivityStream operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopActivityStream for more information on using the StopActivityStream API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopActivityStreamRequest method. req, resp := client.StopActivityStreamRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopActivityStream
func (*RDS) StopActivityStreamWithContext ¶ added in v1.19.41
func (c *RDS) StopActivityStreamWithContext(ctx aws.Context, input *StopActivityStreamInput, opts ...request.Option) (*StopActivityStreamOutput, error)
StopActivityStreamWithContext is the same as StopActivityStream with the addition of the ability to pass a context and additional request options.
See StopActivityStream for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StopDBCluster ¶ added in v1.15.39
func (c *RDS) StopDBCluster(input *StopDBClusterInput) (*StopDBClusterOutput, error)
StopDBCluster API operation for Amazon Relational Database Service.
Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.
For more information, see Stopping and Starting an Aurora Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html) in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StopDBCluster for usage and error information.
Returned Error Codes:
ErrCodeDBClusterNotFoundFault "DBClusterNotFoundFault" DBClusterIdentifier doesn't refer to an existing DB cluster.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster
func (*RDS) StopDBClusterRequest ¶ added in v1.15.39
func (c *RDS) StopDBClusterRequest(input *StopDBClusterInput) (req *request.Request, output *StopDBClusterOutput)
StopDBClusterRequest generates a "aws/request.Request" representing the client's request for the StopDBCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDBCluster for more information on using the StopDBCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDBClusterRequest method. req, resp := client.StopDBClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster
func (*RDS) StopDBClusterWithContext ¶ added in v1.15.39
func (c *RDS) StopDBClusterWithContext(ctx aws.Context, input *StopDBClusterInput, opts ...request.Option) (*StopDBClusterOutput, error)
StopDBClusterWithContext is the same as StopDBCluster with the addition of the ability to pass a context and additional request options.
See StopDBCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StopDBInstance ¶ added in v1.8.32
func (c *RDS) StopDBInstance(input *StopDBInstanceInput) (*StopDBInstanceOutput, error)
StopDBInstance API operation for Amazon Relational Database Service.
Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.
For more information, see Stopping an Amazon RDS DB Instance Temporarily (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html) in the Amazon RDS User Guide.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StopDBInstance for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
ErrCodeDBSnapshotAlreadyExistsFault "DBSnapshotAlreadyExists" DBSnapshotIdentifier is already used by an existing snapshot.
ErrCodeSnapshotQuotaExceededFault "SnapshotQuotaExceeded" The request would result in the user exceeding the allowed number of DB snapshots.
ErrCodeInvalidDBClusterStateFault "InvalidDBClusterStateFault" The requested operation can't be performed while the cluster is in this state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance
func (*RDS) StopDBInstanceAutomatedBackupsReplication ¶ added in v1.36.2
func (c *RDS) StopDBInstanceAutomatedBackupsReplication(input *StopDBInstanceAutomatedBackupsReplicationInput) (*StopDBInstanceAutomatedBackupsReplicationOutput, error)
StopDBInstanceAutomatedBackupsReplication API operation for Amazon Relational Database Service.
Stops automated backup replication for a DB instance.
For more information, see Replicating Automated Backups to Another AWS Region (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) in the Amazon RDS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Relational Database Service's API operation StopDBInstanceAutomatedBackupsReplication for usage and error information.
Returned Error Codes:
ErrCodeDBInstanceNotFoundFault "DBInstanceNotFound" DBInstanceIdentifier doesn't refer to an existing DB instance.
ErrCodeInvalidDBInstanceStateFault "InvalidDBInstanceState" The DB instance isn't in a valid state.
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication
func (*RDS) StopDBInstanceAutomatedBackupsReplicationRequest ¶ added in v1.36.2
func (c *RDS) StopDBInstanceAutomatedBackupsReplicationRequest(input *StopDBInstanceAutomatedBackupsReplicationInput) (req *request.Request, output *StopDBInstanceAutomatedBackupsReplicationOutput)
StopDBInstanceAutomatedBackupsReplicationRequest generates a "aws/request.Request" representing the client's request for the StopDBInstanceAutomatedBackupsReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDBInstanceAutomatedBackupsReplication for more information on using the StopDBInstanceAutomatedBackupsReplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDBInstanceAutomatedBackupsReplicationRequest method. req, resp := client.StopDBInstanceAutomatedBackupsReplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication
func (*RDS) StopDBInstanceAutomatedBackupsReplicationWithContext ¶ added in v1.36.2
func (c *RDS) StopDBInstanceAutomatedBackupsReplicationWithContext(ctx aws.Context, input *StopDBInstanceAutomatedBackupsReplicationInput, opts ...request.Option) (*StopDBInstanceAutomatedBackupsReplicationOutput, error)
StopDBInstanceAutomatedBackupsReplicationWithContext is the same as StopDBInstanceAutomatedBackupsReplication with the addition of the ability to pass a context and additional request options.
See StopDBInstanceAutomatedBackupsReplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) StopDBInstanceRequest ¶ added in v1.8.32
func (c *RDS) StopDBInstanceRequest(input *StopDBInstanceInput) (req *request.Request, output *StopDBInstanceOutput)
StopDBInstanceRequest generates a "aws/request.Request" representing the client's request for the StopDBInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDBInstance for more information on using the StopDBInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDBInstanceRequest method. req, resp := client.StopDBInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance
func (*RDS) StopDBInstanceWithContext ¶ added in v1.8.32
func (c *RDS) StopDBInstanceWithContext(ctx aws.Context, input *StopDBInstanceInput, opts ...request.Option) (*StopDBInstanceOutput, error)
StopDBInstanceWithContext is the same as StopDBInstance with the addition of the ability to pass a context and additional request options.
See StopDBInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBClusterSnapshotAvailable ¶ added in v1.25.2
func (c *RDS) WaitUntilDBClusterSnapshotAvailable(input *DescribeDBClusterSnapshotsInput) error
WaitUntilDBClusterSnapshotAvailable uses the Amazon RDS API operation DescribeDBClusterSnapshots to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBClusterSnapshotAvailableWithContext ¶ added in v1.25.2
func (c *RDS) WaitUntilDBClusterSnapshotAvailableWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, opts ...request.WaiterOption) error
WaitUntilDBClusterSnapshotAvailableWithContext is an extended version of WaitUntilDBClusterSnapshotAvailable. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBClusterSnapshotDeleted ¶ added in v1.25.2
func (c *RDS) WaitUntilDBClusterSnapshotDeleted(input *DescribeDBClusterSnapshotsInput) error
WaitUntilDBClusterSnapshotDeleted uses the Amazon RDS API operation DescribeDBClusterSnapshots to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBClusterSnapshotDeletedWithContext ¶ added in v1.25.2
func (c *RDS) WaitUntilDBClusterSnapshotDeletedWithContext(ctx aws.Context, input *DescribeDBClusterSnapshotsInput, opts ...request.WaiterOption) error
WaitUntilDBClusterSnapshotDeletedWithContext is an extended version of WaitUntilDBClusterSnapshotDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBInstanceAvailable ¶ added in v0.10.3
func (c *RDS) WaitUntilDBInstanceAvailable(input *DescribeDBInstancesInput) error
WaitUntilDBInstanceAvailable uses the Amazon RDS API operation DescribeDBInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBInstanceAvailableWithContext ¶ added in v1.8.0
func (c *RDS) WaitUntilDBInstanceAvailableWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.WaiterOption) error
WaitUntilDBInstanceAvailableWithContext is an extended version of WaitUntilDBInstanceAvailable. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBInstanceDeleted ¶ added in v0.10.3
func (c *RDS) WaitUntilDBInstanceDeleted(input *DescribeDBInstancesInput) error
WaitUntilDBInstanceDeleted uses the Amazon RDS API operation DescribeDBInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBInstanceDeletedWithContext ¶ added in v1.8.0
func (c *RDS) WaitUntilDBInstanceDeletedWithContext(ctx aws.Context, input *DescribeDBInstancesInput, opts ...request.WaiterOption) error
WaitUntilDBInstanceDeletedWithContext is an extended version of WaitUntilDBInstanceDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBSnapshotAvailable ¶ added in v1.12.11
func (c *RDS) WaitUntilDBSnapshotAvailable(input *DescribeDBSnapshotsInput) error
WaitUntilDBSnapshotAvailable uses the Amazon RDS API operation DescribeDBSnapshots to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBSnapshotAvailableWithContext ¶ added in v1.12.11
func (c *RDS) WaitUntilDBSnapshotAvailableWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.WaiterOption) error
WaitUntilDBSnapshotAvailableWithContext is an extended version of WaitUntilDBSnapshotAvailable. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*RDS) WaitUntilDBSnapshotDeleted ¶ added in v1.12.11
func (c *RDS) WaitUntilDBSnapshotDeleted(input *DescribeDBSnapshotsInput) error
WaitUntilDBSnapshotDeleted uses the Amazon RDS API operation DescribeDBSnapshots to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*RDS) WaitUntilDBSnapshotDeletedWithContext ¶ added in v1.12.11
func (c *RDS) WaitUntilDBSnapshotDeletedWithContext(ctx aws.Context, input *DescribeDBSnapshotsInput, opts ...request.WaiterOption) error
WaitUntilDBSnapshotDeletedWithContext is an extended version of WaitUntilDBSnapshotDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type Range ¶ added in v1.12.10
type Range struct { // The minimum value in the range. From *int64 `type:"integer"` // The step value for the range. For example, if you have a range of 5,000 to // 10,000, with a step value of 1,000, the valid values start at 5,000 and step // up by 1,000. Even though 7,500 is within the range, it isn't a valid value // for the range. The valid values are 5,000, 6,000, 7,000, 8,000... Step *int64 `type:"integer"` // The maximum value in the range. To *int64 `type:"integer"` // contains filtered or unexported fields }
A range of integer values.
type RebootDBInstanceInput ¶
type RebootDBInstanceInput struct { // The DB instance identifier. This parameter is stored as a lowercase string. // // Constraints: // // * Must match the identifier of an existing DBInstance. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // A value that indicates whether the reboot is conducted through a Multi-AZ // failover. // // Constraint: You can't enable force failover if the instance isn't configured // for Multi-AZ. ForceFailover *bool `type:"boolean"` // contains filtered or unexported fields }
func (RebootDBInstanceInput) GoString ¶ added in v0.6.5
func (s RebootDBInstanceInput) GoString() string
GoString returns the string representation
func (*RebootDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *RebootDBInstanceInput) SetDBInstanceIdentifier(v string) *RebootDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*RebootDBInstanceInput) SetForceFailover ¶ added in v1.5.0
func (s *RebootDBInstanceInput) SetForceFailover(v bool) *RebootDBInstanceInput
SetForceFailover sets the ForceFailover field's value.
func (RebootDBInstanceInput) String ¶ added in v0.6.5
func (s RebootDBInstanceInput) String() string
String returns the string representation
func (*RebootDBInstanceInput) Validate ¶ added in v1.1.21
func (s *RebootDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RebootDBInstanceOutput ¶
type RebootDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (RebootDBInstanceOutput) GoString ¶ added in v0.6.5
func (s RebootDBInstanceOutput) GoString() string
GoString returns the string representation
func (*RebootDBInstanceOutput) SetDBInstance ¶ added in v1.5.0
func (s *RebootDBInstanceOutput) SetDBInstance(v *DBInstance) *RebootDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (RebootDBInstanceOutput) String ¶ added in v0.6.5
func (s RebootDBInstanceOutput) String() string
String returns the string representation
type RecurringCharge ¶
type RecurringCharge struct { // The amount of the recurring charge. RecurringChargeAmount *float64 `type:"double"` // The frequency of the recurring charge. RecurringChargeFrequency *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.
func (RecurringCharge) GoString ¶ added in v0.6.5
func (s RecurringCharge) GoString() string
GoString returns the string representation
func (*RecurringCharge) SetRecurringChargeAmount ¶ added in v1.5.0
func (s *RecurringCharge) SetRecurringChargeAmount(v float64) *RecurringCharge
SetRecurringChargeAmount sets the RecurringChargeAmount field's value.
func (*RecurringCharge) SetRecurringChargeFrequency ¶ added in v1.5.0
func (s *RecurringCharge) SetRecurringChargeFrequency(v string) *RecurringCharge
SetRecurringChargeFrequency sets the RecurringChargeFrequency field's value.
func (RecurringCharge) String ¶ added in v0.6.5
func (s RecurringCharge) String() string
String returns the string representation
type RegisterDBProxyTargetsInput ¶ added in v1.25.47
type RegisterDBProxyTargetsInput struct { // One or more DB cluster identifiers. DBClusterIdentifiers []*string `type:"list"` // One or more DB instance identifiers. DBInstanceIdentifiers []*string `type:"list"` // The identifier of the DBProxy that is associated with the DBProxyTargetGroup. // // DBProxyName is a required field DBProxyName *string `type:"string" required:"true"` // The identifier of the DBProxyTargetGroup. TargetGroupName *string `type:"string"` // contains filtered or unexported fields }
func (RegisterDBProxyTargetsInput) GoString ¶ added in v1.25.47
func (s RegisterDBProxyTargetsInput) GoString() string
GoString returns the string representation
func (*RegisterDBProxyTargetsInput) SetDBClusterIdentifiers ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsInput) SetDBClusterIdentifiers(v []*string) *RegisterDBProxyTargetsInput
SetDBClusterIdentifiers sets the DBClusterIdentifiers field's value.
func (*RegisterDBProxyTargetsInput) SetDBInstanceIdentifiers ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsInput) SetDBInstanceIdentifiers(v []*string) *RegisterDBProxyTargetsInput
SetDBInstanceIdentifiers sets the DBInstanceIdentifiers field's value.
func (*RegisterDBProxyTargetsInput) SetDBProxyName ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsInput) SetDBProxyName(v string) *RegisterDBProxyTargetsInput
SetDBProxyName sets the DBProxyName field's value.
func (*RegisterDBProxyTargetsInput) SetTargetGroupName ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsInput) SetTargetGroupName(v string) *RegisterDBProxyTargetsInput
SetTargetGroupName sets the TargetGroupName field's value.
func (RegisterDBProxyTargetsInput) String ¶ added in v1.25.47
func (s RegisterDBProxyTargetsInput) String() string
String returns the string representation
func (*RegisterDBProxyTargetsInput) Validate ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterDBProxyTargetsOutput ¶ added in v1.25.47
type RegisterDBProxyTargetsOutput struct { // One or more DBProxyTarget objects that are created when you register targets // with a target group. DBProxyTargets []*DBProxyTarget `type:"list"` // contains filtered or unexported fields }
func (RegisterDBProxyTargetsOutput) GoString ¶ added in v1.25.47
func (s RegisterDBProxyTargetsOutput) GoString() string
GoString returns the string representation
func (*RegisterDBProxyTargetsOutput) SetDBProxyTargets ¶ added in v1.25.47
func (s *RegisterDBProxyTargetsOutput) SetDBProxyTargets(v []*DBProxyTarget) *RegisterDBProxyTargetsOutput
SetDBProxyTargets sets the DBProxyTargets field's value.
func (RegisterDBProxyTargetsOutput) String ¶ added in v1.25.47
func (s RegisterDBProxyTargetsOutput) String() string
String returns the string representation
type RemoveFromGlobalClusterInput ¶ added in v1.15.85
type RemoveFromGlobalClusterInput struct { // The Amazon Resource Name (ARN) identifying the cluster that was detached // from the Aurora global database cluster. DbClusterIdentifier *string `type:"string"` // The cluster identifier to detach from the Aurora global database cluster. GlobalClusterIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (RemoveFromGlobalClusterInput) GoString ¶ added in v1.15.85
func (s RemoveFromGlobalClusterInput) GoString() string
GoString returns the string representation
func (*RemoveFromGlobalClusterInput) SetDbClusterIdentifier ¶ added in v1.15.85
func (s *RemoveFromGlobalClusterInput) SetDbClusterIdentifier(v string) *RemoveFromGlobalClusterInput
SetDbClusterIdentifier sets the DbClusterIdentifier field's value.
func (*RemoveFromGlobalClusterInput) SetGlobalClusterIdentifier ¶ added in v1.15.85
func (s *RemoveFromGlobalClusterInput) SetGlobalClusterIdentifier(v string) *RemoveFromGlobalClusterInput
SetGlobalClusterIdentifier sets the GlobalClusterIdentifier field's value.
func (RemoveFromGlobalClusterInput) String ¶ added in v1.15.85
func (s RemoveFromGlobalClusterInput) String() string
String returns the string representation
type RemoveFromGlobalClusterOutput ¶ added in v1.15.85
type RemoveFromGlobalClusterOutput struct { // A data type representing an Aurora global database. GlobalCluster *GlobalCluster `type:"structure"` // contains filtered or unexported fields }
func (RemoveFromGlobalClusterOutput) GoString ¶ added in v1.15.85
func (s RemoveFromGlobalClusterOutput) GoString() string
GoString returns the string representation
func (*RemoveFromGlobalClusterOutput) SetGlobalCluster ¶ added in v1.15.85
func (s *RemoveFromGlobalClusterOutput) SetGlobalCluster(v *GlobalCluster) *RemoveFromGlobalClusterOutput
SetGlobalCluster sets the GlobalCluster field's value.
func (RemoveFromGlobalClusterOutput) String ¶ added in v1.15.85
func (s RemoveFromGlobalClusterOutput) String() string
String returns the string representation
type RemoveRoleFromDBClusterInput ¶ added in v1.4.19
type RemoveRoleFromDBClusterInput struct { // The name of the DB cluster to disassociate the IAM role from. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the feature for the DB cluster that the IAM role is to be disassociated // from. For the list of supported feature names, see DBEngineVersion. FeatureName *string `type:"string"` // The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora // DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (RemoveRoleFromDBClusterInput) GoString ¶ added in v1.4.19
func (s RemoveRoleFromDBClusterInput) GoString() string
GoString returns the string representation
func (*RemoveRoleFromDBClusterInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *RemoveRoleFromDBClusterInput) SetDBClusterIdentifier(v string) *RemoveRoleFromDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*RemoveRoleFromDBClusterInput) SetFeatureName ¶ added in v1.19.16
func (s *RemoveRoleFromDBClusterInput) SetFeatureName(v string) *RemoveRoleFromDBClusterInput
SetFeatureName sets the FeatureName field's value.
func (*RemoveRoleFromDBClusterInput) SetRoleArn ¶ added in v1.5.0
func (s *RemoveRoleFromDBClusterInput) SetRoleArn(v string) *RemoveRoleFromDBClusterInput
SetRoleArn sets the RoleArn field's value.
func (RemoveRoleFromDBClusterInput) String ¶ added in v1.4.19
func (s RemoveRoleFromDBClusterInput) String() string
String returns the string representation
func (*RemoveRoleFromDBClusterInput) Validate ¶ added in v1.4.19
func (s *RemoveRoleFromDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveRoleFromDBClusterOutput ¶ added in v1.4.19
type RemoveRoleFromDBClusterOutput struct {
// contains filtered or unexported fields
}
func (RemoveRoleFromDBClusterOutput) GoString ¶ added in v1.4.19
func (s RemoveRoleFromDBClusterOutput) GoString() string
GoString returns the string representation
func (RemoveRoleFromDBClusterOutput) String ¶ added in v1.4.19
func (s RemoveRoleFromDBClusterOutput) String() string
String returns the string representation
type RemoveRoleFromDBInstanceInput ¶ added in v1.16.25
type RemoveRoleFromDBInstanceInput struct { // The name of the DB instance to disassociate the IAM role from. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the feature for the DB instance that the IAM role is to be disassociated // from. For the list of supported feature names, see DBEngineVersion. // // FeatureName is a required field FeatureName *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB // instance, for example, arn:aws:iam::123456789012:role/AccessRole. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (RemoveRoleFromDBInstanceInput) GoString ¶ added in v1.16.25
func (s RemoveRoleFromDBInstanceInput) GoString() string
GoString returns the string representation
func (*RemoveRoleFromDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.16.25
func (s *RemoveRoleFromDBInstanceInput) SetDBInstanceIdentifier(v string) *RemoveRoleFromDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*RemoveRoleFromDBInstanceInput) SetFeatureName ¶ added in v1.16.25
func (s *RemoveRoleFromDBInstanceInput) SetFeatureName(v string) *RemoveRoleFromDBInstanceInput
SetFeatureName sets the FeatureName field's value.
func (*RemoveRoleFromDBInstanceInput) SetRoleArn ¶ added in v1.16.25
func (s *RemoveRoleFromDBInstanceInput) SetRoleArn(v string) *RemoveRoleFromDBInstanceInput
SetRoleArn sets the RoleArn field's value.
func (RemoveRoleFromDBInstanceInput) String ¶ added in v1.16.25
func (s RemoveRoleFromDBInstanceInput) String() string
String returns the string representation
func (*RemoveRoleFromDBInstanceInput) Validate ¶ added in v1.16.25
func (s *RemoveRoleFromDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveRoleFromDBInstanceOutput ¶ added in v1.16.25
type RemoveRoleFromDBInstanceOutput struct {
// contains filtered or unexported fields
}
func (RemoveRoleFromDBInstanceOutput) GoString ¶ added in v1.16.25
func (s RemoveRoleFromDBInstanceOutput) GoString() string
GoString returns the string representation
func (RemoveRoleFromDBInstanceOutput) String ¶ added in v1.16.25
func (s RemoveRoleFromDBInstanceOutput) String() string
String returns the string representation
type RemoveSourceIdentifierFromSubscriptionInput ¶
type RemoveSourceIdentifierFromSubscriptionInput struct { // The source identifier to be removed from the subscription, such as the DB // instance identifier for a DB instance or the name of a security group. // // SourceIdentifier is a required field SourceIdentifier *string `type:"string" required:"true"` // The name of the RDS event notification subscription you want to remove a // source identifier from. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (RemoveSourceIdentifierFromSubscriptionInput) GoString ¶ added in v0.6.5
func (s RemoveSourceIdentifierFromSubscriptionInput) GoString() string
GoString returns the string representation
func (*RemoveSourceIdentifierFromSubscriptionInput) SetSourceIdentifier ¶ added in v1.5.0
func (s *RemoveSourceIdentifierFromSubscriptionInput) SetSourceIdentifier(v string) *RemoveSourceIdentifierFromSubscriptionInput
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*RemoveSourceIdentifierFromSubscriptionInput) SetSubscriptionName ¶ added in v1.5.0
func (s *RemoveSourceIdentifierFromSubscriptionInput) SetSubscriptionName(v string) *RemoveSourceIdentifierFromSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (RemoveSourceIdentifierFromSubscriptionInput) String ¶ added in v0.6.5
func (s RemoveSourceIdentifierFromSubscriptionInput) String() string
String returns the string representation
func (*RemoveSourceIdentifierFromSubscriptionInput) Validate ¶ added in v1.1.21
func (s *RemoveSourceIdentifierFromSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveSourceIdentifierFromSubscriptionOutput ¶
type RemoveSourceIdentifierFromSubscriptionOutput struct { // Contains the results of a successful invocation of the DescribeEventSubscriptions // action. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
func (RemoveSourceIdentifierFromSubscriptionOutput) GoString ¶ added in v0.6.5
func (s RemoveSourceIdentifierFromSubscriptionOutput) GoString() string
GoString returns the string representation
func (*RemoveSourceIdentifierFromSubscriptionOutput) SetEventSubscription ¶ added in v1.5.0
func (s *RemoveSourceIdentifierFromSubscriptionOutput) SetEventSubscription(v *EventSubscription) *RemoveSourceIdentifierFromSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (RemoveSourceIdentifierFromSubscriptionOutput) String ¶ added in v0.6.5
func (s RemoveSourceIdentifierFromSubscriptionOutput) String() string
String returns the string representation
type RemoveTagsFromResourceInput ¶
type RemoveTagsFromResourceInput struct { // The Amazon RDS resource that the tags are removed from. This value is an // Amazon Resource Name (ARN). For information about creating an ARN, see Constructing // an ARN for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) // in the Amazon RDS User Guide. // // ResourceName is a required field ResourceName *string `type:"string" required:"true"` // The tag key (name) of the tag to be removed. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (RemoveTagsFromResourceInput) GoString ¶ added in v0.6.5
func (s RemoveTagsFromResourceInput) GoString() string
GoString returns the string representation
func (*RemoveTagsFromResourceInput) SetResourceName ¶ added in v1.5.0
func (s *RemoveTagsFromResourceInput) SetResourceName(v string) *RemoveTagsFromResourceInput
SetResourceName sets the ResourceName field's value.
func (*RemoveTagsFromResourceInput) SetTagKeys ¶ added in v1.5.0
func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput
SetTagKeys sets the TagKeys field's value.
func (RemoveTagsFromResourceInput) String ¶ added in v0.6.5
func (s RemoveTagsFromResourceInput) String() string
String returns the string representation
func (*RemoveTagsFromResourceInput) Validate ¶ added in v1.1.21
func (s *RemoveTagsFromResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveTagsFromResourceOutput ¶
type RemoveTagsFromResourceOutput struct {
// contains filtered or unexported fields
}
func (RemoveTagsFromResourceOutput) GoString ¶ added in v0.6.5
func (s RemoveTagsFromResourceOutput) GoString() string
GoString returns the string representation
func (RemoveTagsFromResourceOutput) String ¶ added in v0.6.5
func (s RemoveTagsFromResourceOutput) String() string
String returns the string representation
type ReservedDBInstance ¶
type ReservedDBInstance struct { // The currency code for the reserved DB instance. CurrencyCode *string `type:"string"` // The DB instance class for the reserved DB instance. DBInstanceClass *string `type:"string"` // The number of reserved DB instances. DBInstanceCount *int64 `type:"integer"` // The duration of the reservation in seconds. Duration *int64 `type:"integer"` // The fixed price charged for this reserved DB instance. FixedPrice *float64 `type:"double"` // The unique identifier for the lease associated with the reserved DB instance. // // AWS Support might request the lease ID for an issue related to a reserved // DB instance. LeaseId *string `type:"string"` // Indicates if the reservation applies to Multi-AZ deployments. MultiAZ *bool `type:"boolean"` // The offering type of this reserved DB instance. OfferingType *string `type:"string"` // The description of the reserved DB instance. ProductDescription *string `type:"string"` // The recurring price charged to run this reserved DB instance. RecurringCharges []*RecurringCharge `locationNameList:"RecurringCharge" type:"list"` // The Amazon Resource Name (ARN) for the reserved DB instance. ReservedDBInstanceArn *string `type:"string"` // The unique identifier for the reservation. ReservedDBInstanceId *string `type:"string"` // The offering identifier. ReservedDBInstancesOfferingId *string `type:"string"` // The time the reservation started. StartTime *time.Time `type:"timestamp"` // The state of the reserved DB instance. State *string `type:"string"` // The hourly price charged for this reserved DB instance. UsagePrice *float64 `type:"double"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.
func (ReservedDBInstance) GoString ¶ added in v0.6.5
func (s ReservedDBInstance) GoString() string
GoString returns the string representation
func (*ReservedDBInstance) SetCurrencyCode ¶ added in v1.5.0
func (s *ReservedDBInstance) SetCurrencyCode(v string) *ReservedDBInstance
SetCurrencyCode sets the CurrencyCode field's value.
func (*ReservedDBInstance) SetDBInstanceClass ¶ added in v1.5.0
func (s *ReservedDBInstance) SetDBInstanceClass(v string) *ReservedDBInstance
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*ReservedDBInstance) SetDBInstanceCount ¶ added in v1.5.0
func (s *ReservedDBInstance) SetDBInstanceCount(v int64) *ReservedDBInstance
SetDBInstanceCount sets the DBInstanceCount field's value.
func (*ReservedDBInstance) SetDuration ¶ added in v1.5.0
func (s *ReservedDBInstance) SetDuration(v int64) *ReservedDBInstance
SetDuration sets the Duration field's value.
func (*ReservedDBInstance) SetFixedPrice ¶ added in v1.5.0
func (s *ReservedDBInstance) SetFixedPrice(v float64) *ReservedDBInstance
SetFixedPrice sets the FixedPrice field's value.
func (*ReservedDBInstance) SetLeaseId ¶ added in v1.24.3
func (s *ReservedDBInstance) SetLeaseId(v string) *ReservedDBInstance
SetLeaseId sets the LeaseId field's value.
func (*ReservedDBInstance) SetMultiAZ ¶ added in v1.5.0
func (s *ReservedDBInstance) SetMultiAZ(v bool) *ReservedDBInstance
SetMultiAZ sets the MultiAZ field's value.
func (*ReservedDBInstance) SetOfferingType ¶ added in v1.5.0
func (s *ReservedDBInstance) SetOfferingType(v string) *ReservedDBInstance
SetOfferingType sets the OfferingType field's value.
func (*ReservedDBInstance) SetProductDescription ¶ added in v1.5.0
func (s *ReservedDBInstance) SetProductDescription(v string) *ReservedDBInstance
SetProductDescription sets the ProductDescription field's value.
func (*ReservedDBInstance) SetRecurringCharges ¶ added in v1.5.0
func (s *ReservedDBInstance) SetRecurringCharges(v []*RecurringCharge) *ReservedDBInstance
SetRecurringCharges sets the RecurringCharges field's value.
func (*ReservedDBInstance) SetReservedDBInstanceArn ¶ added in v1.5.0
func (s *ReservedDBInstance) SetReservedDBInstanceArn(v string) *ReservedDBInstance
SetReservedDBInstanceArn sets the ReservedDBInstanceArn field's value.
func (*ReservedDBInstance) SetReservedDBInstanceId ¶ added in v1.5.0
func (s *ReservedDBInstance) SetReservedDBInstanceId(v string) *ReservedDBInstance
SetReservedDBInstanceId sets the ReservedDBInstanceId field's value.
func (*ReservedDBInstance) SetReservedDBInstancesOfferingId ¶ added in v1.5.0
func (s *ReservedDBInstance) SetReservedDBInstancesOfferingId(v string) *ReservedDBInstance
SetReservedDBInstancesOfferingId sets the ReservedDBInstancesOfferingId field's value.
func (*ReservedDBInstance) SetStartTime ¶ added in v1.5.0
func (s *ReservedDBInstance) SetStartTime(v time.Time) *ReservedDBInstance
SetStartTime sets the StartTime field's value.
func (*ReservedDBInstance) SetState ¶ added in v1.5.0
func (s *ReservedDBInstance) SetState(v string) *ReservedDBInstance
SetState sets the State field's value.
func (*ReservedDBInstance) SetUsagePrice ¶ added in v1.5.0
func (s *ReservedDBInstance) SetUsagePrice(v float64) *ReservedDBInstance
SetUsagePrice sets the UsagePrice field's value.
func (ReservedDBInstance) String ¶ added in v0.6.5
func (s ReservedDBInstance) String() string
String returns the string representation
type ReservedDBInstancesOffering ¶
type ReservedDBInstancesOffering struct { // The currency code for the reserved DB instance offering. CurrencyCode *string `type:"string"` // The DB instance class for the reserved DB instance. DBInstanceClass *string `type:"string"` // The duration of the offering in seconds. Duration *int64 `type:"integer"` // The fixed price charged for this offering. FixedPrice *float64 `type:"double"` // Indicates if the offering applies to Multi-AZ deployments. MultiAZ *bool `type:"boolean"` // The offering type. OfferingType *string `type:"string"` // The database engine used by the offering. ProductDescription *string `type:"string"` // The recurring price charged to run this reserved DB instance. RecurringCharges []*RecurringCharge `locationNameList:"RecurringCharge" type:"list"` // The offering identifier. ReservedDBInstancesOfferingId *string `type:"string"` // The hourly price charged for this offering. UsagePrice *float64 `type:"double"` // contains filtered or unexported fields }
This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.
func (ReservedDBInstancesOffering) GoString ¶ added in v0.6.5
func (s ReservedDBInstancesOffering) GoString() string
GoString returns the string representation
func (*ReservedDBInstancesOffering) SetCurrencyCode ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetCurrencyCode(v string) *ReservedDBInstancesOffering
SetCurrencyCode sets the CurrencyCode field's value.
func (*ReservedDBInstancesOffering) SetDBInstanceClass ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetDBInstanceClass(v string) *ReservedDBInstancesOffering
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*ReservedDBInstancesOffering) SetDuration ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetDuration(v int64) *ReservedDBInstancesOffering
SetDuration sets the Duration field's value.
func (*ReservedDBInstancesOffering) SetFixedPrice ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetFixedPrice(v float64) *ReservedDBInstancesOffering
SetFixedPrice sets the FixedPrice field's value.
func (*ReservedDBInstancesOffering) SetMultiAZ ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetMultiAZ(v bool) *ReservedDBInstancesOffering
SetMultiAZ sets the MultiAZ field's value.
func (*ReservedDBInstancesOffering) SetOfferingType ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetOfferingType(v string) *ReservedDBInstancesOffering
SetOfferingType sets the OfferingType field's value.
func (*ReservedDBInstancesOffering) SetProductDescription ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetProductDescription(v string) *ReservedDBInstancesOffering
SetProductDescription sets the ProductDescription field's value.
func (*ReservedDBInstancesOffering) SetRecurringCharges ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetRecurringCharges(v []*RecurringCharge) *ReservedDBInstancesOffering
SetRecurringCharges sets the RecurringCharges field's value.
func (*ReservedDBInstancesOffering) SetReservedDBInstancesOfferingId ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetReservedDBInstancesOfferingId(v string) *ReservedDBInstancesOffering
SetReservedDBInstancesOfferingId sets the ReservedDBInstancesOfferingId field's value.
func (*ReservedDBInstancesOffering) SetUsagePrice ¶ added in v1.5.0
func (s *ReservedDBInstancesOffering) SetUsagePrice(v float64) *ReservedDBInstancesOffering
SetUsagePrice sets the UsagePrice field's value.
func (ReservedDBInstancesOffering) String ¶ added in v0.6.5
func (s ReservedDBInstancesOffering) String() string
String returns the string representation
type ResetDBClusterParameterGroupInput ¶ added in v0.7.1
type ResetDBClusterParameterGroupInput struct { // The name of the DB cluster parameter group to reset. // // DBClusterParameterGroupName is a required field DBClusterParameterGroupName *string `type:"string" required:"true"` // A list of parameter names in the DB cluster parameter group to reset to the // default values. You can't use this parameter if the ResetAllParameters parameter // is enabled. Parameters []*Parameter `locationNameList:"Parameter" type:"list"` // A value that indicates whether to reset all parameters in the DB cluster // parameter group to their default values. You can't use this parameter if // there is a list of parameter names specified for the Parameters parameter. ResetAllParameters *bool `type:"boolean"` // contains filtered or unexported fields }
func (ResetDBClusterParameterGroupInput) GoString ¶ added in v0.7.1
func (s ResetDBClusterParameterGroupInput) GoString() string
GoString returns the string representation
func (*ResetDBClusterParameterGroupInput) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *ResetDBClusterParameterGroupInput) SetDBClusterParameterGroupName(v string) *ResetDBClusterParameterGroupInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*ResetDBClusterParameterGroupInput) SetParameters ¶ added in v1.5.0
func (s *ResetDBClusterParameterGroupInput) SetParameters(v []*Parameter) *ResetDBClusterParameterGroupInput
SetParameters sets the Parameters field's value.
func (*ResetDBClusterParameterGroupInput) SetResetAllParameters ¶ added in v1.5.0
func (s *ResetDBClusterParameterGroupInput) SetResetAllParameters(v bool) *ResetDBClusterParameterGroupInput
SetResetAllParameters sets the ResetAllParameters field's value.
func (ResetDBClusterParameterGroupInput) String ¶ added in v0.7.1
func (s ResetDBClusterParameterGroupInput) String() string
String returns the string representation
func (*ResetDBClusterParameterGroupInput) Validate ¶ added in v1.1.21
func (s *ResetDBClusterParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResetDBParameterGroupInput ¶
type ResetDBParameterGroupInput struct { // The name of the DB parameter group. // // Constraints: // // * Must match the name of an existing DBParameterGroup. // // DBParameterGroupName is a required field DBParameterGroupName *string `type:"string" required:"true"` // To reset the entire DB parameter group, specify the DBParameterGroup name // and ResetAllParameters parameters. To reset specific parameters, provide // a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters // can be modified in a single request. // // MySQL // // Valid Values (for Apply method): immediate | pending-reboot // // You can use the immediate value with dynamic parameters only. You can use // the pending-reboot value for both dynamic and static parameters, and changes // are applied when DB instance reboots. // // MariaDB // // Valid Values (for Apply method): immediate | pending-reboot // // You can use the immediate value with dynamic parameters only. You can use // the pending-reboot value for both dynamic and static parameters, and changes // are applied when DB instance reboots. // // Oracle // // Valid Values (for Apply method): pending-reboot Parameters []*Parameter `locationNameList:"Parameter" type:"list"` // A value that indicates whether to reset all parameters in the DB parameter // group to default values. By default, all parameters in the DB parameter group // are reset to default values. ResetAllParameters *bool `type:"boolean"` // contains filtered or unexported fields }
func (ResetDBParameterGroupInput) GoString ¶ added in v0.6.5
func (s ResetDBParameterGroupInput) GoString() string
GoString returns the string representation
func (*ResetDBParameterGroupInput) SetDBParameterGroupName ¶ added in v1.5.0
func (s *ResetDBParameterGroupInput) SetDBParameterGroupName(v string) *ResetDBParameterGroupInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*ResetDBParameterGroupInput) SetParameters ¶ added in v1.5.0
func (s *ResetDBParameterGroupInput) SetParameters(v []*Parameter) *ResetDBParameterGroupInput
SetParameters sets the Parameters field's value.
func (*ResetDBParameterGroupInput) SetResetAllParameters ¶ added in v1.5.0
func (s *ResetDBParameterGroupInput) SetResetAllParameters(v bool) *ResetDBParameterGroupInput
SetResetAllParameters sets the ResetAllParameters field's value.
func (ResetDBParameterGroupInput) String ¶ added in v0.6.5
func (s ResetDBParameterGroupInput) String() string
String returns the string representation
func (*ResetDBParameterGroupInput) Validate ¶ added in v1.1.21
func (s *ResetDBParameterGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourcePendingMaintenanceActions ¶
type ResourcePendingMaintenanceActions struct { // A list that provides details about the pending maintenance actions for the // resource. PendingMaintenanceActionDetails []*PendingMaintenanceAction `locationNameList:"PendingMaintenanceAction" type:"list"` // The ARN of the resource that has pending maintenance actions. ResourceIdentifier *string `type:"string"` // contains filtered or unexported fields }
Describes the pending maintenance actions for a resource.
func (ResourcePendingMaintenanceActions) GoString ¶ added in v0.6.5
func (s ResourcePendingMaintenanceActions) GoString() string
GoString returns the string representation
func (*ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails ¶ added in v1.5.0
func (s *ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails(v []*PendingMaintenanceAction) *ResourcePendingMaintenanceActions
SetPendingMaintenanceActionDetails sets the PendingMaintenanceActionDetails field's value.
func (*ResourcePendingMaintenanceActions) SetResourceIdentifier ¶ added in v1.5.0
func (s *ResourcePendingMaintenanceActions) SetResourceIdentifier(v string) *ResourcePendingMaintenanceActions
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (ResourcePendingMaintenanceActions) String ¶ added in v0.6.5
func (s ResourcePendingMaintenanceActions) String() string
String returns the string representation
type RestoreDBClusterFromS3Input ¶ added in v1.3.1
type RestoreDBClusterFromS3Input struct { // A list of Availability Zones (AZs) where instances in the restored DB cluster // can be created. AvailabilityZones []*string `locationNameList:"AvailabilityZone" type:"list"` // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Currently, Backtrack is only supported for Aurora MySQL DB clusters. // // Default: 0 // // Constraints: // // * If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `type:"long"` // The number of days for which automated backups of the restored DB cluster // are retained. You must specify a minimum value of 1. // // Default: 1 // // Constraints: // // * Must be a value from 1 to 35 BackupRetentionPeriod *int64 `type:"integer"` // A value that indicates that the restored DB cluster should be associated // with the specified CharacterSet. CharacterSetName *string `type:"string"` // A value that indicates whether to copy all tags from the restored DB cluster // to snapshots of the restored DB cluster. The default is not to copy them. CopyTagsToSnapshot *bool `type:"boolean"` // The name of the DB cluster to create from the source data in the Amazon S3 // bucket. This parameter isn't case-sensitive. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: my-cluster1 // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the DB cluster parameter group to associate with the restored // DB cluster. If this argument is omitted, default.aurora5.6 is used. // // Constraints: // // * If supplied, must match the name of an existing DBClusterParameterGroup. DBClusterParameterGroupName *string `type:"string"` // A DB subnet group to associate with the restored DB cluster. // // Constraints: If supplied, must match the name of an existing DBSubnetGroup. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // The database name for the restored DB cluster. DatabaseName *string `type:"string"` // A value that indicates whether the DB cluster has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. DeletionProtection *bool `type:"boolean"` // Specify the Active Directory directory ID to restore the DB cluster in. The // domain must be created prior to this operation. // // For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication // to authenticate users that connect to the DB cluster. For more information, // see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) // in the Amazon Aurora User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the restored DB cluster is to export to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Aurora User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The name of the database engine to be used for this DB cluster. // // Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for // MySQL 5.7-compatible Aurora), and aurora-postgresql // // Engine is a required field Engine *string `type:"string" required:"true"` // The version number of the database engine to use. // // To list all of the available engine versions for aurora (for MySQL 5.6-compatible // Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-mysql (for MySQL // 5.7-compatible Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-postgresql, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" // // Aurora MySQL // // Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.12, 5.7.mysql_aurora.2.04.5 // // Aurora PostgreSQL // // Example: 9.6.3, 10.7 EngineVersion *string `type:"string"` // The AWS KMS key identifier for an encrypted DB cluster. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // If the StorageEncrypted parameter is enabled, and you do not specify a value // for the KmsKeyId parameter, then Amazon RDS will use your default CMK. There // is a default CMK for your AWS account. Your AWS account has a different default // CMK for each AWS Region. KmsKeyId *string `type:"string"` // The password for the master database user. This password can contain any // printable ASCII character except "/", """, or "@". // // Constraints: Must contain from 8 to 41 characters. // // MasterUserPassword is a required field MasterUserPassword *string `type:"string" required:"true"` // The name of the master user for the restored DB cluster. // // Constraints: // // * Must be 1 to 16 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. // // MasterUsername is a required field MasterUsername *string `type:"string" required:"true"` // A value that indicates that the restored DB cluster should be associated // with the specified option group. // // Permanent options can't be removed from an option group. An option group // can't be removed from a DB cluster once it is associated with a DB cluster. OptionGroupName *string `type:"string"` // The port number on which the instances in the restored DB cluster accept // connections. // // Default: 3306 Port *int64 `type:"integer"` // The daily time range during which automated backups are created if automated // backups are enabled using the BackupRetentionPeriod parameter. // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region. To see the time blocks available, see Adjusting // the Preferred Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // The weekly time range during which system maintenance can occur, in Universal // Coordinated Time (UTC). // // Format: ddd:hh24:mi-ddd:hh24:mi // // The default is a 30-minute window selected at random from an 8-hour block // of time for each AWS Region, occurring on a random day of the week. To see // the time blocks available, see Adjusting the Preferred Maintenance Window // (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) // in the Amazon Aurora User Guide. // // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. // // Constraints: Minimum 30-minute window. PreferredMaintenanceWindow *string `type:"string"` // The name of the Amazon S3 bucket that contains the data used to create the // Amazon Aurora DB cluster. // // S3BucketName is a required field S3BucketName *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the AWS Identity and Access Management // (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your // behalf. // // S3IngestionRoleArn is a required field S3IngestionRoleArn *string `type:"string" required:"true"` // The prefix for all of the file names that contain the data used to create // the Amazon Aurora DB cluster. If you do not specify a SourceS3Prefix value, // then the Amazon Aurora DB cluster is created by using all of the files in // the Amazon S3 bucket. S3Prefix *string `type:"string"` // The identifier for the database engine that was backed up to create the files // stored in the Amazon S3 bucket. // // Valid values: mysql // // SourceEngine is a required field SourceEngine *string `type:"string" required:"true"` // The version of the database that the backup files were created from. // // MySQL versions 5.5, 5.6, and 5.7 are supported. // // Example: 5.6.40, 5.7.28 // // SourceEngineVersion is a required field SourceEngineVersion *string `type:"string" required:"true"` // A value that indicates whether the restored DB cluster is encrypted. StorageEncrypted *bool `type:"boolean"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A list of EC2 VPC security groups to associate with the restored DB cluster. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBClusterFromS3Input) GoString ¶ added in v1.3.1
func (s RestoreDBClusterFromS3Input) GoString() string
GoString returns the string representation
func (*RestoreDBClusterFromS3Input) SetAvailabilityZones ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetAvailabilityZones(v []*string) *RestoreDBClusterFromS3Input
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*RestoreDBClusterFromS3Input) SetBacktrackWindow ¶ added in v1.13.45
func (s *RestoreDBClusterFromS3Input) SetBacktrackWindow(v int64) *RestoreDBClusterFromS3Input
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*RestoreDBClusterFromS3Input) SetBackupRetentionPeriod ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetBackupRetentionPeriod(v int64) *RestoreDBClusterFromS3Input
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*RestoreDBClusterFromS3Input) SetCharacterSetName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetCharacterSetName(v string) *RestoreDBClusterFromS3Input
SetCharacterSetName sets the CharacterSetName field's value.
func (*RestoreDBClusterFromS3Input) SetCopyTagsToSnapshot ¶ added in v1.17.13
func (s *RestoreDBClusterFromS3Input) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterFromS3Input
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBClusterFromS3Input) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetDBClusterIdentifier(v string) *RestoreDBClusterFromS3Input
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*RestoreDBClusterFromS3Input) SetDBClusterParameterGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetDBClusterParameterGroupName(v string) *RestoreDBClusterFromS3Input
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*RestoreDBClusterFromS3Input) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetDBSubnetGroupName(v string) *RestoreDBClusterFromS3Input
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBClusterFromS3Input) SetDatabaseName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetDatabaseName(v string) *RestoreDBClusterFromS3Input
SetDatabaseName sets the DatabaseName field's value.
func (*RestoreDBClusterFromS3Input) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBClusterFromS3Input) SetDeletionProtection(v bool) *RestoreDBClusterFromS3Input
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBClusterFromS3Input) SetDomain ¶ added in v1.29.5
func (s *RestoreDBClusterFromS3Input) SetDomain(v string) *RestoreDBClusterFromS3Input
SetDomain sets the Domain field's value.
func (*RestoreDBClusterFromS3Input) SetDomainIAMRoleName ¶ added in v1.29.5
func (s *RestoreDBClusterFromS3Input) SetDomainIAMRoleName(v string) *RestoreDBClusterFromS3Input
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*RestoreDBClusterFromS3Input) SetEnableCloudwatchLogsExports ¶ added in v1.13.55
func (s *RestoreDBClusterFromS3Input) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterFromS3Input
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBClusterFromS3Input) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *RestoreDBClusterFromS3Input) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterFromS3Input
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBClusterFromS3Input) SetEngine ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetEngine(v string) *RestoreDBClusterFromS3Input
SetEngine sets the Engine field's value.
func (*RestoreDBClusterFromS3Input) SetEngineVersion ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetEngineVersion(v string) *RestoreDBClusterFromS3Input
SetEngineVersion sets the EngineVersion field's value.
func (*RestoreDBClusterFromS3Input) SetKmsKeyId ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetKmsKeyId(v string) *RestoreDBClusterFromS3Input
SetKmsKeyId sets the KmsKeyId field's value.
func (*RestoreDBClusterFromS3Input) SetMasterUserPassword ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetMasterUserPassword(v string) *RestoreDBClusterFromS3Input
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*RestoreDBClusterFromS3Input) SetMasterUsername ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetMasterUsername(v string) *RestoreDBClusterFromS3Input
SetMasterUsername sets the MasterUsername field's value.
func (*RestoreDBClusterFromS3Input) SetOptionGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetOptionGroupName(v string) *RestoreDBClusterFromS3Input
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBClusterFromS3Input) SetPort ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetPort(v int64) *RestoreDBClusterFromS3Input
SetPort sets the Port field's value.
func (*RestoreDBClusterFromS3Input) SetPreferredBackupWindow ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetPreferredBackupWindow(v string) *RestoreDBClusterFromS3Input
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*RestoreDBClusterFromS3Input) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetPreferredMaintenanceWindow(v string) *RestoreDBClusterFromS3Input
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*RestoreDBClusterFromS3Input) SetS3BucketName ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetS3BucketName(v string) *RestoreDBClusterFromS3Input
SetS3BucketName sets the S3BucketName field's value.
func (*RestoreDBClusterFromS3Input) SetS3IngestionRoleArn ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetS3IngestionRoleArn(v string) *RestoreDBClusterFromS3Input
SetS3IngestionRoleArn sets the S3IngestionRoleArn field's value.
func (*RestoreDBClusterFromS3Input) SetS3Prefix ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetS3Prefix(v string) *RestoreDBClusterFromS3Input
SetS3Prefix sets the S3Prefix field's value.
func (*RestoreDBClusterFromS3Input) SetSourceEngine ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetSourceEngine(v string) *RestoreDBClusterFromS3Input
SetSourceEngine sets the SourceEngine field's value.
func (*RestoreDBClusterFromS3Input) SetSourceEngineVersion ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetSourceEngineVersion(v string) *RestoreDBClusterFromS3Input
SetSourceEngineVersion sets the SourceEngineVersion field's value.
func (*RestoreDBClusterFromS3Input) SetStorageEncrypted ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetStorageEncrypted(v bool) *RestoreDBClusterFromS3Input
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*RestoreDBClusterFromS3Input) SetTags ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetTags(v []*Tag) *RestoreDBClusterFromS3Input
SetTags sets the Tags field's value.
func (*RestoreDBClusterFromS3Input) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Input) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterFromS3Input
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBClusterFromS3Input) String ¶ added in v1.3.1
func (s RestoreDBClusterFromS3Input) String() string
String returns the string representation
func (*RestoreDBClusterFromS3Input) Validate ¶ added in v1.3.1
func (s *RestoreDBClusterFromS3Input) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBClusterFromS3Output ¶ added in v1.3.1
type RestoreDBClusterFromS3Output struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBClusterFromS3Output) GoString ¶ added in v1.3.1
func (s RestoreDBClusterFromS3Output) GoString() string
GoString returns the string representation
func (*RestoreDBClusterFromS3Output) SetDBCluster ¶ added in v1.5.0
func (s *RestoreDBClusterFromS3Output) SetDBCluster(v *DBCluster) *RestoreDBClusterFromS3Output
SetDBCluster sets the DBCluster field's value.
func (RestoreDBClusterFromS3Output) String ¶ added in v1.3.1
func (s RestoreDBClusterFromS3Output) String() string
String returns the string representation
type RestoreDBClusterFromSnapshotInput ¶ added in v0.7.1
type RestoreDBClusterFromSnapshotInput struct { // Provides the list of Availability Zones (AZs) where instances in the restored // DB cluster can be created. AvailabilityZones []*string `locationNameList:"AvailabilityZone" type:"list"` // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Currently, Backtrack is only supported for Aurora MySQL DB clusters. // // Default: 0 // // Constraints: // // * If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `type:"long"` // A value that indicates whether to copy all tags from the restored DB cluster // to snapshots of the restored DB cluster. The default is not to copy them. CopyTagsToSnapshot *bool `type:"boolean"` // The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. // This parameter isn't case-sensitive. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-snapshot-id // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the DB cluster parameter group to associate with this DB cluster. // If this argument is omitted, the default DB cluster parameter group for the // specified engine is used. // // Constraints: // // * If supplied, must match the name of an existing default DB cluster parameter // group. // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. DBClusterParameterGroupName *string `type:"string"` // The name of the DB subnet group to use for the new DB cluster. // // Constraints: If supplied, must match the name of an existing DB subnet group. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // The database name for the restored DB cluster. DatabaseName *string `type:"string"` // A value that indicates whether the DB cluster has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. DeletionProtection *bool `type:"boolean"` // Specify the Active Directory directory ID to restore the DB cluster in. The // domain must be created prior to this operation. Currently, only MySQL, Microsoft // SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active // Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the restored DB cluster is to export to Amazon CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Aurora User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The database engine to use for the new DB cluster. // // Default: The same as source // // Constraint: Must be compatible with the engine of the source // // Engine is a required field Engine *string `type:"string" required:"true"` // The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, // global, or multimaster. // // For more information, see CreateDBCluster (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html). EngineMode *string `type:"string"` // The version of the database engine to use for the new DB cluster. // // To list all of the available engine versions for aurora (for MySQL 5.6-compatible // Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-mysql (for MySQL // 5.7-compatible Aurora), use the following command: // // aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" // // To list all of the available engine versions for aurora-postgresql, use the // following command: // // aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" // // If you aren't using the default engine version, then you must specify the // engine version. // // Aurora MySQL // // Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.12, 5.7.mysql_aurora.2.04.5 // // Aurora PostgreSQL // // Example: 9.6.3, 10.7 EngineVersion *string `type:"string"` // The AWS KMS key identifier to use when restoring an encrypted DB cluster // from a DB snapshot or DB cluster snapshot. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // When you don't specify a value for the KmsKeyId parameter, then the following // occurs: // // * If the DB snapshot or DB cluster snapshot in SnapshotIdentifier is encrypted, // then the restored DB cluster is encrypted using the AWS KMS CMK that was // used to encrypt the DB snapshot or DB cluster snapshot. // // * If the DB snapshot or DB cluster snapshot in SnapshotIdentifier isn't // encrypted, then the restored DB cluster isn't encrypted. KmsKeyId *string `type:"string"` // The name of the option group to use for the restored DB cluster. OptionGroupName *string `type:"string"` // The port number on which the new DB cluster accepts connections. // // Constraints: This value must be 1150-65535 // // Default: The same port as the original DB cluster. Port *int64 `type:"integer"` // For DB clusters in serverless DB engine mode, the scaling properties of the // DB cluster. ScalingConfiguration *ScalingConfiguration `type:"structure"` // The identifier for the DB snapshot or DB cluster snapshot to restore from. // // You can use either the name or the Amazon Resource Name (ARN) to specify // a DB cluster snapshot. However, you can use only the ARN to specify a DB // snapshot. // // Constraints: // // * Must match the identifier of an existing Snapshot. // // SnapshotIdentifier is a required field SnapshotIdentifier *string `type:"string" required:"true"` // The tags to be assigned to the restored DB cluster. Tags []*Tag `locationNameList:"Tag" type:"list"` // A list of VPC security groups that the new DB cluster will belong to. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBClusterFromSnapshotInput) GoString ¶ added in v0.7.1
func (s RestoreDBClusterFromSnapshotInput) GoString() string
GoString returns the string representation
func (*RestoreDBClusterFromSnapshotInput) SetAvailabilityZones ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetAvailabilityZones(v []*string) *RestoreDBClusterFromSnapshotInput
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*RestoreDBClusterFromSnapshotInput) SetBacktrackWindow ¶ added in v1.13.45
func (s *RestoreDBClusterFromSnapshotInput) SetBacktrackWindow(v int64) *RestoreDBClusterFromSnapshotInput
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*RestoreDBClusterFromSnapshotInput) SetCopyTagsToSnapshot ¶ added in v1.17.13
func (s *RestoreDBClusterFromSnapshotInput) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterFromSnapshotInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetDBClusterIdentifier(v string) *RestoreDBClusterFromSnapshotInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDBClusterParameterGroupName ¶ added in v1.15.55
func (s *RestoreDBClusterFromSnapshotInput) SetDBClusterParameterGroupName(v string) *RestoreDBClusterFromSnapshotInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetDBSubnetGroupName(v string) *RestoreDBClusterFromSnapshotInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDatabaseName ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetDatabaseName(v string) *RestoreDBClusterFromSnapshotInput
SetDatabaseName sets the DatabaseName field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBClusterFromSnapshotInput) SetDeletionProtection(v bool) *RestoreDBClusterFromSnapshotInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDomain ¶ added in v1.29.5
func (s *RestoreDBClusterFromSnapshotInput) SetDomain(v string) *RestoreDBClusterFromSnapshotInput
SetDomain sets the Domain field's value.
func (*RestoreDBClusterFromSnapshotInput) SetDomainIAMRoleName ¶ added in v1.29.5
func (s *RestoreDBClusterFromSnapshotInput) SetDomainIAMRoleName(v string) *RestoreDBClusterFromSnapshotInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*RestoreDBClusterFromSnapshotInput) SetEnableCloudwatchLogsExports ¶ added in v1.13.55
func (s *RestoreDBClusterFromSnapshotInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterFromSnapshotInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBClusterFromSnapshotInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *RestoreDBClusterFromSnapshotInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterFromSnapshotInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBClusterFromSnapshotInput) SetEngine ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetEngine(v string) *RestoreDBClusterFromSnapshotInput
SetEngine sets the Engine field's value.
func (*RestoreDBClusterFromSnapshotInput) SetEngineMode ¶ added in v1.15.9
func (s *RestoreDBClusterFromSnapshotInput) SetEngineMode(v string) *RestoreDBClusterFromSnapshotInput
SetEngineMode sets the EngineMode field's value.
func (*RestoreDBClusterFromSnapshotInput) SetEngineVersion ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetEngineVersion(v string) *RestoreDBClusterFromSnapshotInput
SetEngineVersion sets the EngineVersion field's value.
func (*RestoreDBClusterFromSnapshotInput) SetKmsKeyId ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetKmsKeyId(v string) *RestoreDBClusterFromSnapshotInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*RestoreDBClusterFromSnapshotInput) SetOptionGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetOptionGroupName(v string) *RestoreDBClusterFromSnapshotInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBClusterFromSnapshotInput) SetPort ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetPort(v int64) *RestoreDBClusterFromSnapshotInput
SetPort sets the Port field's value.
func (*RestoreDBClusterFromSnapshotInput) SetScalingConfiguration ¶ added in v1.15.9
func (s *RestoreDBClusterFromSnapshotInput) SetScalingConfiguration(v *ScalingConfiguration) *RestoreDBClusterFromSnapshotInput
SetScalingConfiguration sets the ScalingConfiguration field's value.
func (*RestoreDBClusterFromSnapshotInput) SetSnapshotIdentifier ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetSnapshotIdentifier(v string) *RestoreDBClusterFromSnapshotInput
SetSnapshotIdentifier sets the SnapshotIdentifier field's value.
func (*RestoreDBClusterFromSnapshotInput) SetTags ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetTags(v []*Tag) *RestoreDBClusterFromSnapshotInput
SetTags sets the Tags field's value.
func (*RestoreDBClusterFromSnapshotInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterFromSnapshotInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBClusterFromSnapshotInput) String ¶ added in v0.7.1
func (s RestoreDBClusterFromSnapshotInput) String() string
String returns the string representation
func (*RestoreDBClusterFromSnapshotInput) Validate ¶ added in v1.1.21
func (s *RestoreDBClusterFromSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBClusterFromSnapshotOutput ¶ added in v0.7.1
type RestoreDBClusterFromSnapshotOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBClusterFromSnapshotOutput) GoString ¶ added in v0.7.1
func (s RestoreDBClusterFromSnapshotOutput) GoString() string
GoString returns the string representation
func (*RestoreDBClusterFromSnapshotOutput) SetDBCluster ¶ added in v1.5.0
func (s *RestoreDBClusterFromSnapshotOutput) SetDBCluster(v *DBCluster) *RestoreDBClusterFromSnapshotOutput
SetDBCluster sets the DBCluster field's value.
func (RestoreDBClusterFromSnapshotOutput) String ¶ added in v0.7.1
func (s RestoreDBClusterFromSnapshotOutput) String() string
String returns the string representation
type RestoreDBClusterToPointInTimeInput ¶ added in v0.7.1
type RestoreDBClusterToPointInTimeInput struct { // The target backtrack window, in seconds. To disable backtracking, set this // value to 0. // // Currently, Backtrack is only supported for Aurora MySQL DB clusters. // // Default: 0 // // Constraints: // // * If specified, this value must be set to a number from 0 to 259,200 (72 // hours). BacktrackWindow *int64 `type:"long"` // A value that indicates whether to copy all tags from the restored DB cluster // to snapshots of the restored DB cluster. The default is not to copy them. CopyTagsToSnapshot *bool `type:"boolean"` // The name of the new DB cluster to be created. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // The name of the DB cluster parameter group to associate with this DB cluster. // If this argument is omitted, the default DB cluster parameter group for the // specified engine is used. // // Constraints: // // * If supplied, must match the name of an existing DB cluster parameter // group. // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. DBClusterParameterGroupName *string `type:"string"` // The DB subnet group name to use for the new DB cluster. // // Constraints: If supplied, must match the name of an existing DBSubnetGroup. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB cluster has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. DeletionProtection *bool `type:"boolean"` // Specify the Active Directory directory ID to restore the DB cluster in. The // domain must be created prior to this operation. // // For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication // to authenticate users that connect to the DB cluster. For more information, // see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) // in the Amazon Aurora User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the restored DB cluster is to export to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon Aurora User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon Aurora User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The AWS KMS key identifier to use when restoring an encrypted DB cluster // from an encrypted DB cluster. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // You can restore to a new DB cluster and encrypt the new DB cluster with a // AWS KMS CMK that is different than the AWS KMS key used to encrypt the source // DB cluster. The new DB cluster is encrypted with the AWS KMS CMK identified // by the KmsKeyId parameter. // // If you don't specify a value for the KmsKeyId parameter, then the following // occurs: // // * If the DB cluster is encrypted, then the restored DB cluster is encrypted // using the AWS KMS CMK that was used to encrypt the source DB cluster. // // * If the DB cluster isn't encrypted, then the restored DB cluster isn't // encrypted. // // If DBClusterIdentifier refers to a DB cluster that isn't encrypted, then // the restore request is rejected. KmsKeyId *string `type:"string"` // The name of the option group for the new DB cluster. OptionGroupName *string `type:"string"` // The port number on which the new DB cluster accepts connections. // // Constraints: A value from 1150-65535. // // Default: The default port for the engine. Port *int64 `type:"integer"` // The date and time to restore the DB cluster to. // // Valid Values: Value must be a time in Universal Coordinated Time (UTC) format // // Constraints: // // * Must be before the latest restorable time for the DB instance // // * Must be specified if UseLatestRestorableTime parameter isn't provided // // * Can't be specified if the UseLatestRestorableTime parameter is enabled // // * Can't be specified if the RestoreType parameter is copy-on-write // // Example: 2015-03-07T23:45:00Z RestoreToTime *time.Time `type:"timestamp"` // The type of restore to be performed. You can specify one of the following // values: // // * full-copy - The new DB cluster is restored as a full copy of the source // DB cluster. // // * copy-on-write - The new DB cluster is restored as a clone of the source // DB cluster. // // Constraints: You can't specify copy-on-write if the engine version of the // source DB cluster is earlier than 1.11. // // If you don't specify a RestoreType value, then the new DB cluster is restored // as a full copy of the source DB cluster. RestoreType *string `type:"string"` // The identifier of the source DB cluster from which to restore. // // Constraints: // // * Must match the identifier of an existing DBCluster. // // SourceDBClusterIdentifier is a required field SourceDBClusterIdentifier *string `type:"string" required:"true"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A value that indicates whether to restore the DB cluster to the latest restorable // backup time. By default, the DB cluster isn't restored to the latest restorable // backup time. // // Constraints: Can't be specified if RestoreToTime parameter is provided. UseLatestRestorableTime *bool `type:"boolean"` // A list of VPC security groups that the new DB cluster belongs to. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBClusterToPointInTimeInput) GoString ¶ added in v0.7.1
func (s RestoreDBClusterToPointInTimeInput) GoString() string
GoString returns the string representation
func (*RestoreDBClusterToPointInTimeInput) SetBacktrackWindow ¶ added in v1.13.45
func (s *RestoreDBClusterToPointInTimeInput) SetBacktrackWindow(v int64) *RestoreDBClusterToPointInTimeInput
SetBacktrackWindow sets the BacktrackWindow field's value.
func (*RestoreDBClusterToPointInTimeInput) SetCopyTagsToSnapshot ¶ added in v1.17.13
func (s *RestoreDBClusterToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBClusterToPointInTimeInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDBClusterIdentifier ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetDBClusterIdentifier(v string) *RestoreDBClusterToPointInTimeInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDBClusterParameterGroupName ¶ added in v1.15.55
func (s *RestoreDBClusterToPointInTimeInput) SetDBClusterParameterGroupName(v string) *RestoreDBClusterToPointInTimeInput
SetDBClusterParameterGroupName sets the DBClusterParameterGroupName field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBClusterToPointInTimeInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBClusterToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBClusterToPointInTimeInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDomain ¶ added in v1.29.5
func (s *RestoreDBClusterToPointInTimeInput) SetDomain(v string) *RestoreDBClusterToPointInTimeInput
SetDomain sets the Domain field's value.
func (*RestoreDBClusterToPointInTimeInput) SetDomainIAMRoleName ¶ added in v1.29.5
func (s *RestoreDBClusterToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBClusterToPointInTimeInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*RestoreDBClusterToPointInTimeInput) SetEnableCloudwatchLogsExports ¶ added in v1.13.55
func (s *RestoreDBClusterToPointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBClusterToPointInTimeInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBClusterToPointInTimeInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *RestoreDBClusterToPointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBClusterToPointInTimeInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBClusterToPointInTimeInput) SetKmsKeyId ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetKmsKeyId(v string) *RestoreDBClusterToPointInTimeInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*RestoreDBClusterToPointInTimeInput) SetOptionGroupName ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBClusterToPointInTimeInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBClusterToPointInTimeInput) SetPort ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetPort(v int64) *RestoreDBClusterToPointInTimeInput
SetPort sets the Port field's value.
func (*RestoreDBClusterToPointInTimeInput) SetRestoreToTime ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetRestoreToTime(v time.Time) *RestoreDBClusterToPointInTimeInput
SetRestoreToTime sets the RestoreToTime field's value.
func (*RestoreDBClusterToPointInTimeInput) SetRestoreType ¶ added in v1.8.40
func (s *RestoreDBClusterToPointInTimeInput) SetRestoreType(v string) *RestoreDBClusterToPointInTimeInput
SetRestoreType sets the RestoreType field's value.
func (*RestoreDBClusterToPointInTimeInput) SetSourceDBClusterIdentifier ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetSourceDBClusterIdentifier(v string) *RestoreDBClusterToPointInTimeInput
SetSourceDBClusterIdentifier sets the SourceDBClusterIdentifier field's value.
func (*RestoreDBClusterToPointInTimeInput) SetTags ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetTags(v []*Tag) *RestoreDBClusterToPointInTimeInput
SetTags sets the Tags field's value.
func (*RestoreDBClusterToPointInTimeInput) SetUseLatestRestorableTime ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBClusterToPointInTimeInput
SetUseLatestRestorableTime sets the UseLatestRestorableTime field's value.
func (*RestoreDBClusterToPointInTimeInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBClusterToPointInTimeInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBClusterToPointInTimeInput) String ¶ added in v0.7.1
func (s RestoreDBClusterToPointInTimeInput) String() string
String returns the string representation
func (*RestoreDBClusterToPointInTimeInput) Validate ¶ added in v1.1.21
func (s *RestoreDBClusterToPointInTimeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBClusterToPointInTimeOutput ¶ added in v0.7.1
type RestoreDBClusterToPointInTimeOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBClusterToPointInTimeOutput) GoString ¶ added in v0.7.1
func (s RestoreDBClusterToPointInTimeOutput) GoString() string
GoString returns the string representation
func (*RestoreDBClusterToPointInTimeOutput) SetDBCluster ¶ added in v1.5.0
func (s *RestoreDBClusterToPointInTimeOutput) SetDBCluster(v *DBCluster) *RestoreDBClusterToPointInTimeOutput
SetDBCluster sets the DBCluster field's value.
func (RestoreDBClusterToPointInTimeOutput) String ¶ added in v0.7.1
func (s RestoreDBClusterToPointInTimeOutput) String() string
String returns the string representation
type RestoreDBInstanceFromDBSnapshotInput ¶
type RestoreDBInstanceFromDBSnapshotInput struct { // A value that indicates whether minor version upgrades are applied automatically // to the DB instance during the maintenance window. AutoMinorVersionUpgrade *bool `type:"boolean"` // The Availability Zone (AZ) where the DB instance will be created. // // Default: A random, system-chosen Availability Zone. // // Constraint: You can't specify the AvailabilityZone parameter if the DB instance // is a Multi-AZ deployment. // // Example: us-east-1a AvailabilityZone *string `type:"string"` // A value that indicates whether to copy all tags from the restored DB instance // to snapshots of the DB instance. By default, tags are not copied. CopyTagsToSnapshot *bool `type:"boolean"` // The compute and memory capacity of the Amazon RDS DB instance, for example, // db.m4.large. Not all DB instance classes are available in all AWS Regions, // or for all database engines. For the full list of DB instance classes, and // availability for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // Default: The same DBInstanceClass as the original DB instance. DBInstanceClass *string `type:"string"` // Name of the DB instance to create from the DB snapshot. This parameter isn't // case-sensitive. // // Constraints: // // * Must contain from 1 to 63 numbers, letters, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // Example: my-snapshot-id // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The database name for the restored DB instance. // // This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB engines. DBName *string `type:"string"` // The name of the DB parameter group to associate with this DB instance. // // If you do not specify a value for DBParameterGroupName, then the default // DBParameterGroup for the specified DB engine is used. // // Constraints: // // * If supplied, must match the name of an existing DBParameterGroup. // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. DBParameterGroupName *string `type:"string"` // The identifier for the DB snapshot to restore from. // // Constraints: // // * Must match the identifier of an existing DBSnapshot. // // * If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier // must be the ARN of the shared DB snapshot. // // DBSnapshotIdentifier is a required field DBSnapshotIdentifier *string `type:"string" required:"true"` // The DB subnet group name to use for the new instance. // // Constraints: If supplied, must match the name of an existing DBSubnetGroup. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // Specify the Active Directory directory ID to restore the DB instance in. // The domain must be created prior to this operation. Currently, only MySQL, // Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created // in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the restored DB instance is to export to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable a customer-owned IP address (CoIP) // for an RDS on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing) // in the AWS Outposts User Guide. EnableCustomerOwnedIp *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information about IAM database authentication, see IAM Database // Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The database engine to use for the new instance. // // Default: The same as source // // Constraint: Must be compatible with the engine of the source. For example, // you can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot. // // Valid Values: // // * mariadb // // * mysql // // * oracle-ee // // * oracle-se2 // // * oracle-se1 // // * oracle-se // // * postgres // // * sqlserver-ee // // * sqlserver-se // // * sqlserver-ex // // * sqlserver-web Engine *string `type:"string"` // Specifies the amount of provisioned IOPS for the DB instance, expressed in // I/O operations per second. If this parameter isn't specified, the IOPS value // is taken from the backup. If this parameter is set to 0, the new instance // is converted to a non-PIOPS instance. The conversion takes additional time, // though your DB instance is available for connections before the conversion // starts. // // The provisioned IOPS value must follow the requirements for your database // engine. For more information, see Amazon RDS Provisioned IOPS Storage to // Improve Performance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) // in the Amazon RDS User Guide. // // Constraints: Must be an integer greater than 1000. Iops *int64 `type:"integer"` // License model information for the restored DB instance. // // Default: Same as source. // // Valid values: license-included | bring-your-own-license | general-public-license LicenseModel *string `type:"string"` // A value that indicates whether the DB instance is a Multi-AZ deployment. // // Constraint: You can't specify the AvailabilityZone parameter if the DB instance // is a Multi-AZ deployment. MultiAZ *bool `type:"boolean"` // The name of the option group to be used for the restored DB instance. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group, and that option group can't be removed // from a DB instance once it is associated with a DB instance OptionGroupName *string `type:"string"` // The port number on which the database accepts connections. // // Default: The same port as the original DB instance // // Constraints: Value must be 1150-65535 Port *int64 `type:"integer"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // For more information, see CreateDBInstance. PubliclyAccessible *bool `type:"boolean"` // Specifies the storage type to be associated with the DB instance. // // Valid values: standard | gp2 | io1 // // If you specify io1, you must also include a value for the Iops parameter. // // Default: io1 if the Iops parameter is specified, otherwise gp2 StorageType *string `type:"string"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // The ARN from the key store with which to associate the instance for TDE encryption. TdeCredentialArn *string `type:"string"` // The password for the given ARN from the key store in order to access the // device. TdeCredentialPassword *string `type:"string"` // A value that indicates whether the DB instance class of the DB instance uses // its default processor features. UseDefaultProcessorFeatures *bool `type:"boolean"` // A list of EC2 VPC security groups to associate with this DB instance. // // Default: The default EC2 VPC security group for the DB subnet group's VPC. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBInstanceFromDBSnapshotInput) GoString ¶ added in v0.6.5
func (s RestoreDBInstanceFromDBSnapshotInput) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceFromDBSnapshotInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetAvailabilityZone(v string) *RestoreDBInstanceFromDBSnapshotInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceClass(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceIdentifier ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBInstanceIdentifier(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBName ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBName(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBName sets the DBName field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBParameterGroupName ¶ added in v1.15.55
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBParameterGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBSnapshotIdentifier ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBSnapshotIdentifier(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDeletionProtection(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDomain ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDomain(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDomain sets the Domain field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetDomainIAMRoleName ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceFromDBSnapshotInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetEnableCloudwatchLogsExports ¶ added in v1.12.63
func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceFromDBSnapshotInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetEnableCustomerOwnedIp ¶ added in v1.36.14
func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableCustomerOwnedIp(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetEnableCustomerOwnedIp sets the EnableCustomerOwnedIp field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *RestoreDBInstanceFromDBSnapshotInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetEngine ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetEngine(v string) *RestoreDBInstanceFromDBSnapshotInput
SetEngine sets the Engine field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetIops ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetIops(v int64) *RestoreDBInstanceFromDBSnapshotInput
SetIops sets the Iops field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetLicenseModel ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetLicenseModel(v string) *RestoreDBInstanceFromDBSnapshotInput
SetLicenseModel sets the LicenseModel field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetMultiAZ ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetMultiAZ(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetMultiAZ sets the MultiAZ field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetOptionGroupName ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetOptionGroupName(v string) *RestoreDBInstanceFromDBSnapshotInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetPort ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetPort(v int64) *RestoreDBInstanceFromDBSnapshotInput
SetPort sets the Port field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceFromDBSnapshotInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceFromDBSnapshotInput
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetStorageType ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetStorageType(v string) *RestoreDBInstanceFromDBSnapshotInput
SetStorageType sets the StorageType field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetTags ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetTags(v []*Tag) *RestoreDBInstanceFromDBSnapshotInput
SetTags sets the Tags field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialArn ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialArn(v string) *RestoreDBInstanceFromDBSnapshotInput
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialPassword ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceFromDBSnapshotInput
SetTdeCredentialPassword sets the TdeCredentialPassword field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetUseDefaultProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceFromDBSnapshotInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceFromDBSnapshotInput
SetUseDefaultProcessorFeatures sets the UseDefaultProcessorFeatures field's value.
func (*RestoreDBInstanceFromDBSnapshotInput) SetVpcSecurityGroupIds ¶ added in v1.15.79
func (s *RestoreDBInstanceFromDBSnapshotInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceFromDBSnapshotInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBInstanceFromDBSnapshotInput) String ¶ added in v0.6.5
func (s RestoreDBInstanceFromDBSnapshotInput) String() string
String returns the string representation
func (*RestoreDBInstanceFromDBSnapshotInput) Validate ¶ added in v1.1.21
func (s *RestoreDBInstanceFromDBSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBInstanceFromDBSnapshotOutput ¶
type RestoreDBInstanceFromDBSnapshotOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBInstanceFromDBSnapshotOutput) GoString ¶ added in v0.6.5
func (s RestoreDBInstanceFromDBSnapshotOutput) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceFromDBSnapshotOutput) SetDBInstance ¶ added in v1.5.0
func (s *RestoreDBInstanceFromDBSnapshotOutput) SetDBInstance(v *DBInstance) *RestoreDBInstanceFromDBSnapshotOutput
SetDBInstance sets the DBInstance field's value.
func (RestoreDBInstanceFromDBSnapshotOutput) String ¶ added in v0.6.5
func (s RestoreDBInstanceFromDBSnapshotOutput) String() string
String returns the string representation
type RestoreDBInstanceFromS3Input ¶ added in v1.12.30
type RestoreDBInstanceFromS3Input struct { // The amount of storage (in gigabytes) to allocate initially for the DB instance. // Follow the allocation rules specified in CreateDBInstance. // // Be sure to allocate enough memory for your new DB instance so that the restore // operation can succeed. You can also allocate additional memory for future // growth. AllocatedStorage *int64 `type:"integer"` // A value that indicates whether minor engine upgrades are applied automatically // to the DB instance during the maintenance window. By default, minor engine // upgrades are not applied automatically. AutoMinorVersionUpgrade *bool `type:"boolean"` // The Availability Zone that the DB instance is created in. For information // about AWS Regions and Availability Zones, see Regions and Availability Zones // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html) // in the Amazon RDS User Guide. // // Default: A random, system-chosen Availability Zone in the endpoint's AWS // Region. // // Example: us-east-1d // // Constraint: The AvailabilityZone parameter can't be specified if the DB instance // is a Multi-AZ deployment. The specified Availability Zone must be in the // same AWS Region as the current endpoint. AvailabilityZone *string `type:"string"` // The number of days for which automated backups are retained. Setting this // parameter to a positive number enables backups. For more information, see // CreateDBInstance. BackupRetentionPeriod *int64 `type:"integer"` // A value that indicates whether to copy all tags from the DB instance to snapshots // of the DB instance. By default, tags are not copied. CopyTagsToSnapshot *bool `type:"boolean"` // The compute and memory capacity of the DB instance, for example, db.m4.large. // Not all DB instance classes are available in all AWS Regions, or for all // database engines. For the full list of DB instance classes, and availability // for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // Importing from Amazon S3 isn't supported on the db.t2.micro DB instance class. // // DBInstanceClass is a required field DBInstanceClass *string `type:"string" required:"true"` // The DB instance identifier. This parameter is stored as a lowercase string. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. // // Example: mydbinstance // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The name of the database to create when the DB instance is created. Follow // the naming rules specified in CreateDBInstance. DBName *string `type:"string"` // The name of the DB parameter group to associate with this DB instance. // // If you do not specify a value for DBParameterGroupName, then the default // DBParameterGroup for the specified DB engine is used. DBParameterGroupName *string `type:"string"` // A list of DB security groups to associate with this DB instance. // // Default: The default DB security group for the database engine. DBSecurityGroups []*string `locationNameList:"DBSecurityGroupName" type:"list"` // A DB subnet group to associate with this DB instance. DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // The list of logs that the restored DB instance is to export to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information about IAM database authentication, see IAM Database // Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // A value that indicates whether to enable Performance Insights for the DB // instance. // // For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) // in the Amazon Relational Database Service User Guide. EnablePerformanceInsights *bool `type:"boolean"` // The name of the database engine to be used for this instance. // // Valid Values: mysql // // Engine is a required field Engine *string `type:"string" required:"true"` // The version number of the database engine to use. Choose the latest minor // version of your database engine. For information about engine versions, see // CreateDBInstance, or call DescribeDBEngineVersions. EngineVersion *string `type:"string"` // The amount of Provisioned IOPS (input/output operations per second) to allocate // initially for the DB instance. For information about valid Iops values, see // Amazon RDS Provisioned IOPS Storage to Improve Performance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) // in the Amazon RDS User Guide. Iops *int64 `type:"integer"` // The AWS KMS key identifier for an encrypted DB instance. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). To use a CMK in a different AWS // account, specify the key ARN or alias ARN. // // If the StorageEncrypted parameter is enabled, and you do not specify a value // for the KmsKeyId parameter, then Amazon RDS will use your default CMK. There // is a default CMK for your AWS account. Your AWS account has a different default // CMK for each AWS Region. KmsKeyId *string `type:"string"` // The license model for this DB instance. Use general-public-license. LicenseModel *string `type:"string"` // The password for the master user. The password can include any printable // ASCII character except "/", """, or "@". // // Constraints: Must contain from 8 to 41 characters. MasterUserPassword *string `type:"string"` // The name for the master user. // // Constraints: // // * Must be 1 to 16 letters or numbers. // // * First character must be a letter. // // * Can't be a reserved word for the chosen database engine. MasterUsername *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // The interval, in seconds, between points when Enhanced Monitoring metrics // are collected for the DB instance. To disable collecting Enhanced Monitoring // metrics, specify 0. // // If MonitoringRoleArn is specified, then you must also set MonitoringInterval // to a value other than 0. // // Valid Values: 0, 1, 5, 10, 15, 30, 60 // // Default: 0 MonitoringInterval *int64 `type:"integer"` // The ARN for the IAM role that permits RDS to send enhanced monitoring metrics // to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. // For information on creating a monitoring role, see Setting Up and Enabling // Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) // in the Amazon RDS User Guide. // // If MonitoringInterval is set to a value other than 0, then you must supply // a MonitoringRoleArn value. MonitoringRoleArn *string `type:"string"` // A value that indicates whether the DB instance is a Multi-AZ deployment. // If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone // parameter. MultiAZ *bool `type:"boolean"` // The name of the option group to associate with this DB instance. If this // argument is omitted, the default option group for the specified engine is // used. OptionGroupName *string `type:"string"` // The AWS KMS key identifier for encryption of Performance Insights data. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). // // If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon // RDS uses your default CMK. There is a default CMK for your AWS account. Your // AWS account has a different default CMK for each AWS Region. PerformanceInsightsKMSKeyId *string `type:"string"` // The amount of time, in days, to retain Performance Insights data. Valid values // are 7 or 731 (2 years). PerformanceInsightsRetentionPeriod *int64 `type:"integer"` // The port number on which the database accepts connections. // // Type: Integer // // Valid Values: 1150-65535 // // Default: 3306 Port *int64 `type:"integer"` // The time range each day during which automated backups are created if automated // backups are enabled. For more information, see The Backup Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) // in the Amazon RDS User Guide. // // Constraints: // // * Must be in the format hh24:mi-hh24:mi. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred maintenance window. // // * Must be at least 30 minutes. PreferredBackupWindow *string `type:"string"` // The time range each week during which system maintenance can occur, in Universal // Coordinated Time (UTC). For more information, see Amazon RDS Maintenance // Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance) // in the Amazon RDS User Guide. // // Constraints: // // * Must be in the format ddd:hh24:mi-ddd:hh24:mi. // // * Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. // // * Must be in Universal Coordinated Time (UTC). // // * Must not conflict with the preferred backup window. // // * Must be at least 30 minutes. PreferredMaintenanceWindow *string `type:"string"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // For more information, see CreateDBInstance. PubliclyAccessible *bool `type:"boolean"` // The name of your Amazon S3 bucket that contains your database backup file. // // S3BucketName is a required field S3BucketName *string `type:"string" required:"true"` // An AWS Identity and Access Management (IAM) role to allow Amazon RDS to access // your Amazon S3 bucket. // // S3IngestionRoleArn is a required field S3IngestionRoleArn *string `type:"string" required:"true"` // The prefix of your Amazon S3 bucket. S3Prefix *string `type:"string"` // The name of the engine of your source database. // // Valid Values: mysql // // SourceEngine is a required field SourceEngine *string `type:"string" required:"true"` // The version of the database that the backup files were created from. // // MySQL versions 5.6 and 5.7 are supported. // // Example: 5.6.40 // // SourceEngineVersion is a required field SourceEngineVersion *string `type:"string" required:"true"` // A value that indicates whether the new DB instance is encrypted or not. StorageEncrypted *bool `type:"boolean"` // Specifies the storage type to be associated with the DB instance. // // Valid values: standard | gp2 | io1 // // If you specify io1, you must also include a value for the Iops parameter. // // Default: io1 if the Iops parameter is specified; otherwise gp2 StorageType *string `type:"string"` // A list of tags to associate with this DB instance. For more information, // see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // A value that indicates whether the DB instance class of the DB instance uses // its default processor features. UseDefaultProcessorFeatures *bool `type:"boolean"` // A list of VPC security groups to associate with this DB instance. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBInstanceFromS3Input) GoString ¶ added in v1.12.30
func (s RestoreDBInstanceFromS3Input) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceFromS3Input) SetAllocatedStorage ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetAllocatedStorage(v int64) *RestoreDBInstanceFromS3Input
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*RestoreDBInstanceFromS3Input) SetAutoMinorVersionUpgrade ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceFromS3Input
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*RestoreDBInstanceFromS3Input) SetAvailabilityZone ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetAvailabilityZone(v string) *RestoreDBInstanceFromS3Input
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*RestoreDBInstanceFromS3Input) SetBackupRetentionPeriod ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetBackupRetentionPeriod(v int64) *RestoreDBInstanceFromS3Input
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*RestoreDBInstanceFromS3Input) SetCopyTagsToSnapshot ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceFromS3Input
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBInstanceFromS3Input) SetDBInstanceClass ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBInstanceClass(v string) *RestoreDBInstanceFromS3Input
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*RestoreDBInstanceFromS3Input) SetDBInstanceIdentifier ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBInstanceIdentifier(v string) *RestoreDBInstanceFromS3Input
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*RestoreDBInstanceFromS3Input) SetDBName ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBName(v string) *RestoreDBInstanceFromS3Input
SetDBName sets the DBName field's value.
func (*RestoreDBInstanceFromS3Input) SetDBParameterGroupName ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBParameterGroupName(v string) *RestoreDBInstanceFromS3Input
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*RestoreDBInstanceFromS3Input) SetDBSecurityGroups ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBSecurityGroups(v []*string) *RestoreDBInstanceFromS3Input
SetDBSecurityGroups sets the DBSecurityGroups field's value.
func (*RestoreDBInstanceFromS3Input) SetDBSubnetGroupName ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetDBSubnetGroupName(v string) *RestoreDBInstanceFromS3Input
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBInstanceFromS3Input) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBInstanceFromS3Input) SetDeletionProtection(v bool) *RestoreDBInstanceFromS3Input
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBInstanceFromS3Input) SetEnableCloudwatchLogsExports ¶ added in v1.12.63
func (s *RestoreDBInstanceFromS3Input) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceFromS3Input
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBInstanceFromS3Input) SetEnableIAMDatabaseAuthentication ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceFromS3Input
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBInstanceFromS3Input) SetEnablePerformanceInsights ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetEnablePerformanceInsights(v bool) *RestoreDBInstanceFromS3Input
SetEnablePerformanceInsights sets the EnablePerformanceInsights field's value.
func (*RestoreDBInstanceFromS3Input) SetEngine ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetEngine(v string) *RestoreDBInstanceFromS3Input
SetEngine sets the Engine field's value.
func (*RestoreDBInstanceFromS3Input) SetEngineVersion ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetEngineVersion(v string) *RestoreDBInstanceFromS3Input
SetEngineVersion sets the EngineVersion field's value.
func (*RestoreDBInstanceFromS3Input) SetIops ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetIops(v int64) *RestoreDBInstanceFromS3Input
SetIops sets the Iops field's value.
func (*RestoreDBInstanceFromS3Input) SetKmsKeyId ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetKmsKeyId(v string) *RestoreDBInstanceFromS3Input
SetKmsKeyId sets the KmsKeyId field's value.
func (*RestoreDBInstanceFromS3Input) SetLicenseModel ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetLicenseModel(v string) *RestoreDBInstanceFromS3Input
SetLicenseModel sets the LicenseModel field's value.
func (*RestoreDBInstanceFromS3Input) SetMasterUserPassword ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetMasterUserPassword(v string) *RestoreDBInstanceFromS3Input
SetMasterUserPassword sets the MasterUserPassword field's value.
func (*RestoreDBInstanceFromS3Input) SetMasterUsername ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetMasterUsername(v string) *RestoreDBInstanceFromS3Input
SetMasterUsername sets the MasterUsername field's value.
func (*RestoreDBInstanceFromS3Input) SetMaxAllocatedStorage ¶ added in v1.35.6
func (s *RestoreDBInstanceFromS3Input) SetMaxAllocatedStorage(v int64) *RestoreDBInstanceFromS3Input
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*RestoreDBInstanceFromS3Input) SetMonitoringInterval ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetMonitoringInterval(v int64) *RestoreDBInstanceFromS3Input
SetMonitoringInterval sets the MonitoringInterval field's value.
func (*RestoreDBInstanceFromS3Input) SetMonitoringRoleArn ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetMonitoringRoleArn(v string) *RestoreDBInstanceFromS3Input
SetMonitoringRoleArn sets the MonitoringRoleArn field's value.
func (*RestoreDBInstanceFromS3Input) SetMultiAZ ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetMultiAZ(v bool) *RestoreDBInstanceFromS3Input
SetMultiAZ sets the MultiAZ field's value.
func (*RestoreDBInstanceFromS3Input) SetOptionGroupName ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetOptionGroupName(v string) *RestoreDBInstanceFromS3Input
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBInstanceFromS3Input) SetPerformanceInsightsKMSKeyId ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetPerformanceInsightsKMSKeyId(v string) *RestoreDBInstanceFromS3Input
SetPerformanceInsightsKMSKeyId sets the PerformanceInsightsKMSKeyId field's value.
func (*RestoreDBInstanceFromS3Input) SetPerformanceInsightsRetentionPeriod ¶ added in v1.14.10
func (s *RestoreDBInstanceFromS3Input) SetPerformanceInsightsRetentionPeriod(v int64) *RestoreDBInstanceFromS3Input
SetPerformanceInsightsRetentionPeriod sets the PerformanceInsightsRetentionPeriod field's value.
func (*RestoreDBInstanceFromS3Input) SetPort ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetPort(v int64) *RestoreDBInstanceFromS3Input
SetPort sets the Port field's value.
func (*RestoreDBInstanceFromS3Input) SetPreferredBackupWindow ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetPreferredBackupWindow(v string) *RestoreDBInstanceFromS3Input
SetPreferredBackupWindow sets the PreferredBackupWindow field's value.
func (*RestoreDBInstanceFromS3Input) SetPreferredMaintenanceWindow ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetPreferredMaintenanceWindow(v string) *RestoreDBInstanceFromS3Input
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*RestoreDBInstanceFromS3Input) SetProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceFromS3Input) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceFromS3Input
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*RestoreDBInstanceFromS3Input) SetPubliclyAccessible ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetPubliclyAccessible(v bool) *RestoreDBInstanceFromS3Input
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*RestoreDBInstanceFromS3Input) SetS3BucketName ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetS3BucketName(v string) *RestoreDBInstanceFromS3Input
SetS3BucketName sets the S3BucketName field's value.
func (*RestoreDBInstanceFromS3Input) SetS3IngestionRoleArn ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetS3IngestionRoleArn(v string) *RestoreDBInstanceFromS3Input
SetS3IngestionRoleArn sets the S3IngestionRoleArn field's value.
func (*RestoreDBInstanceFromS3Input) SetS3Prefix ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetS3Prefix(v string) *RestoreDBInstanceFromS3Input
SetS3Prefix sets the S3Prefix field's value.
func (*RestoreDBInstanceFromS3Input) SetSourceEngine ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetSourceEngine(v string) *RestoreDBInstanceFromS3Input
SetSourceEngine sets the SourceEngine field's value.
func (*RestoreDBInstanceFromS3Input) SetSourceEngineVersion ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetSourceEngineVersion(v string) *RestoreDBInstanceFromS3Input
SetSourceEngineVersion sets the SourceEngineVersion field's value.
func (*RestoreDBInstanceFromS3Input) SetStorageEncrypted ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetStorageEncrypted(v bool) *RestoreDBInstanceFromS3Input
SetStorageEncrypted sets the StorageEncrypted field's value.
func (*RestoreDBInstanceFromS3Input) SetStorageType ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetStorageType(v string) *RestoreDBInstanceFromS3Input
SetStorageType sets the StorageType field's value.
func (*RestoreDBInstanceFromS3Input) SetTags ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetTags(v []*Tag) *RestoreDBInstanceFromS3Input
SetTags sets the Tags field's value.
func (*RestoreDBInstanceFromS3Input) SetUseDefaultProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceFromS3Input) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceFromS3Input
SetUseDefaultProcessorFeatures sets the UseDefaultProcessorFeatures field's value.
func (*RestoreDBInstanceFromS3Input) SetVpcSecurityGroupIds ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceFromS3Input
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBInstanceFromS3Input) String ¶ added in v1.12.30
func (s RestoreDBInstanceFromS3Input) String() string
String returns the string representation
func (*RestoreDBInstanceFromS3Input) Validate ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Input) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBInstanceFromS3Output ¶ added in v1.12.30
type RestoreDBInstanceFromS3Output struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBInstanceFromS3Output) GoString ¶ added in v1.12.30
func (s RestoreDBInstanceFromS3Output) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceFromS3Output) SetDBInstance ¶ added in v1.12.30
func (s *RestoreDBInstanceFromS3Output) SetDBInstance(v *DBInstance) *RestoreDBInstanceFromS3Output
SetDBInstance sets the DBInstance field's value.
func (RestoreDBInstanceFromS3Output) String ¶ added in v1.12.30
func (s RestoreDBInstanceFromS3Output) String() string
String returns the string representation
type RestoreDBInstanceToPointInTimeInput ¶
type RestoreDBInstanceToPointInTimeInput struct { // A value that indicates whether minor version upgrades are applied automatically // to the DB instance during the maintenance window. AutoMinorVersionUpgrade *bool `type:"boolean"` // The Availability Zone (AZ) where the DB instance will be created. // // Default: A random, system-chosen Availability Zone. // // Constraint: You can't specify the AvailabilityZone parameter if the DB instance // is a Multi-AZ deployment. // // Example: us-east-1a AvailabilityZone *string `type:"string"` // A value that indicates whether to copy all tags from the restored DB instance // to snapshots of the DB instance. By default, tags are not copied. CopyTagsToSnapshot *bool `type:"boolean"` // The compute and memory capacity of the Amazon RDS DB instance, for example, // db.m4.large. Not all DB instance classes are available in all AWS Regions, // or for all database engines. For the full list of DB instance classes, and // availability for your engine, see DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) // in the Amazon RDS User Guide. // // Default: The same DBInstanceClass as the original DB instance. DBInstanceClass *string `type:"string"` // The database name for the restored DB instance. // // This parameter isn't used for the MySQL or MariaDB engines. DBName *string `type:"string"` // The name of the DB parameter group to associate with this DB instance. // // If you do not specify a value for DBParameterGroupName, then the default // DBParameterGroup for the specified DB engine is used. // // Constraints: // // * If supplied, must match the name of an existing DBParameterGroup. // // * Must be 1 to 255 letters, numbers, or hyphens. // // * First character must be a letter. // // * Can't end with a hyphen or contain two consecutive hyphens. DBParameterGroupName *string `type:"string"` // The DB subnet group name to use for the new instance. // // Constraints: If supplied, must match the name of an existing DBSubnetGroup. // // Example: mySubnetgroup DBSubnetGroupName *string `type:"string"` // A value that indicates whether the DB instance has deletion protection enabled. // The database can't be deleted when deletion protection is enabled. By default, // deletion protection is disabled. For more information, see Deleting a DB // Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). DeletionProtection *bool `type:"boolean"` // Specify the Active Directory directory ID to restore the DB instance in. // The domain must be created prior to this operation. Currently, only MySQL, // Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created // in an Active Directory Domain. // // For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) // in the Amazon RDS User Guide. Domain *string `type:"string"` // Specify the name of the IAM role to be used when making API calls to the // Directory Service. DomainIAMRoleName *string `type:"string"` // The list of logs that the restored DB instance is to export to CloudWatch // Logs. The values in the list depend on the DB engine being used. For more // information, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) // in the Amazon RDS User Guide. EnableCloudwatchLogsExports []*string `type:"list"` // A value that indicates whether to enable a customer-owned IP address (CoIP) // for an RDS on Outposts DB instance. // // A CoIP provides local or external connectivity to resources in your Outpost // subnets through your on-premises network. For some use cases, a CoIP can // provide lower latency for connections to the DB instance from outside of // its virtual private cloud (VPC) on your local network. // // For more information about RDS on Outposts, see Working with Amazon RDS on // AWS Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. // // For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing) // in the AWS Outposts User Guide. EnableCustomerOwnedIp *bool `type:"boolean"` // A value that indicates whether to enable mapping of AWS Identity and Access // Management (IAM) accounts to database accounts. By default, mapping is disabled. // // For more information about IAM database authentication, see IAM Database // Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) // in the Amazon RDS User Guide. EnableIAMDatabaseAuthentication *bool `type:"boolean"` // The database engine to use for the new instance. // // Default: The same as source // // Constraint: Must be compatible with the engine of the source // // Valid Values: // // * mariadb // // * mysql // // * oracle-ee // // * oracle-se2 // // * oracle-se1 // // * oracle-se // // * postgres // // * sqlserver-ee // // * sqlserver-se // // * sqlserver-ex // // * sqlserver-web Engine *string `type:"string"` // The amount of Provisioned IOPS (input/output operations per second) to be // initially allocated for the DB instance. // // Constraints: Must be an integer greater than 1000. // // SQL Server // // Setting the IOPS value for the SQL Server database engine isn't supported. Iops *int64 `type:"integer"` // License model information for the restored DB instance. // // Default: Same as source. // // Valid values: license-included | bring-your-own-license | general-public-license LicenseModel *string `type:"string"` // The upper limit to which Amazon RDS can automatically scale the storage of // the DB instance. MaxAllocatedStorage *int64 `type:"integer"` // A value that indicates whether the DB instance is a Multi-AZ deployment. // // Constraint: You can't specify the AvailabilityZone parameter if the DB instance // is a Multi-AZ deployment. MultiAZ *bool `type:"boolean"` // The name of the option group to be used for the restored DB instance. // // Permanent options, such as the TDE option for Oracle Advanced Security TDE, // can't be removed from an option group, and that option group can't be removed // from a DB instance once it is associated with a DB instance OptionGroupName *string `type:"string"` // The port number on which the database accepts connections. // // Constraints: Value must be 1150-65535 // // Default: The same port as the original DB instance. Port *int64 `type:"integer"` // The number of CPU cores and the number of threads per core for the DB instance // class of the DB instance. ProcessorFeatures []*ProcessorFeature `locationNameList:"ProcessorFeature" type:"list"` // A value that indicates whether the DB instance is publicly accessible. // // When the DB instance is publicly accessible, its DNS endpoint resolves to // the private IP address from within the DB instance's VPC, and to the public // IP address from outside of the DB instance's VPC. Access to the DB instance // is ultimately controlled by the security group it uses, and that public access // is not permitted if the security group assigned to the DB instance doesn't // permit it. // // When the DB instance isn't publicly accessible, it is an internal DB instance // with a DNS name that resolves to a private IP address. // // For more information, see CreateDBInstance. PubliclyAccessible *bool `type:"boolean"` // The date and time to restore from. // // Valid Values: Value must be a time in Universal Coordinated Time (UTC) format // // Constraints: // // * Must be before the latest restorable time for the DB instance // // * Can't be specified if the UseLatestRestorableTime parameter is enabled // // Example: 2009-09-07T23:45:00Z RestoreTime *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of the replicated automated backups from which // to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. SourceDBInstanceAutomatedBackupsArn *string `type:"string"` // The identifier of the source DB instance from which to restore. // // Constraints: // // * Must match the identifier of an existing DB instance. SourceDBInstanceIdentifier *string `type:"string"` // The resource ID of the source DB instance from which to restore. SourceDbiResourceId *string `type:"string"` // Specifies the storage type to be associated with the DB instance. // // Valid values: standard | gp2 | io1 // // If you specify io1, you must also include a value for the Iops parameter. // // Default: io1 if the Iops parameter is specified, otherwise gp2 StorageType *string `type:"string"` // A list of tags. For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) // in the Amazon RDS User Guide. Tags []*Tag `locationNameList:"Tag" type:"list"` // The name of the new DB instance to be created. // // Constraints: // // * Must contain from 1 to 63 letters, numbers, or hyphens // // * First character must be a letter // // * Can't end with a hyphen or contain two consecutive hyphens // // TargetDBInstanceIdentifier is a required field TargetDBInstanceIdentifier *string `type:"string" required:"true"` // The ARN from the key store with which to associate the instance for TDE encryption. TdeCredentialArn *string `type:"string"` // The password for the given ARN from the key store in order to access the // device. TdeCredentialPassword *string `type:"string"` // A value that indicates whether the DB instance class of the DB instance uses // its default processor features. UseDefaultProcessorFeatures *bool `type:"boolean"` // A value that indicates whether the DB instance is restored from the latest // backup time. By default, the DB instance isn't restored from the latest backup // time. // // Constraints: Can't be specified if the RestoreTime parameter is provided. UseLatestRestorableTime *bool `type:"boolean"` // A list of EC2 VPC security groups to associate with this DB instance. // // Default: The default EC2 VPC security group for the DB subnet group's VPC. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
func (RestoreDBInstanceToPointInTimeInput) GoString ¶ added in v0.6.5
func (s RestoreDBInstanceToPointInTimeInput) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceToPointInTimeInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetAutoMinorVersionUpgrade(v bool) *RestoreDBInstanceToPointInTimeInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetAvailabilityZone(v string) *RestoreDBInstanceToPointInTimeInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetCopyTagsToSnapshot ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetCopyTagsToSnapshot(v bool) *RestoreDBInstanceToPointInTimeInput
SetCopyTagsToSnapshot sets the CopyTagsToSnapshot field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDBInstanceClass ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetDBInstanceClass(v string) *RestoreDBInstanceToPointInTimeInput
SetDBInstanceClass sets the DBInstanceClass field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDBName ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetDBName(v string) *RestoreDBInstanceToPointInTimeInput
SetDBName sets the DBName field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDBParameterGroupName ¶ added in v1.15.55
func (s *RestoreDBInstanceToPointInTimeInput) SetDBParameterGroupName(v string) *RestoreDBInstanceToPointInTimeInput
SetDBParameterGroupName sets the DBParameterGroupName field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDBSubnetGroupName ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetDBSubnetGroupName(v string) *RestoreDBInstanceToPointInTimeInput
SetDBSubnetGroupName sets the DBSubnetGroupName field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDeletionProtection ¶ added in v1.15.43
func (s *RestoreDBInstanceToPointInTimeInput) SetDeletionProtection(v bool) *RestoreDBInstanceToPointInTimeInput
SetDeletionProtection sets the DeletionProtection field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDomain ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetDomain(v string) *RestoreDBInstanceToPointInTimeInput
SetDomain sets the Domain field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetDomainIAMRoleName ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetDomainIAMRoleName(v string) *RestoreDBInstanceToPointInTimeInput
SetDomainIAMRoleName sets the DomainIAMRoleName field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetEnableCloudwatchLogsExports ¶ added in v1.12.63
func (s *RestoreDBInstanceToPointInTimeInput) SetEnableCloudwatchLogsExports(v []*string) *RestoreDBInstanceToPointInTimeInput
SetEnableCloudwatchLogsExports sets the EnableCloudwatchLogsExports field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetEnableCustomerOwnedIp ¶ added in v1.36.14
func (s *RestoreDBInstanceToPointInTimeInput) SetEnableCustomerOwnedIp(v bool) *RestoreDBInstanceToPointInTimeInput
SetEnableCustomerOwnedIp sets the EnableCustomerOwnedIp field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetEnableIAMDatabaseAuthentication ¶ added in v1.8.17
func (s *RestoreDBInstanceToPointInTimeInput) SetEnableIAMDatabaseAuthentication(v bool) *RestoreDBInstanceToPointInTimeInput
SetEnableIAMDatabaseAuthentication sets the EnableIAMDatabaseAuthentication field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetEngine ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetEngine(v string) *RestoreDBInstanceToPointInTimeInput
SetEngine sets the Engine field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetIops ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetIops(v int64) *RestoreDBInstanceToPointInTimeInput
SetIops sets the Iops field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetLicenseModel ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetLicenseModel(v string) *RestoreDBInstanceToPointInTimeInput
SetLicenseModel sets the LicenseModel field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetMaxAllocatedStorage ¶ added in v1.35.6
func (s *RestoreDBInstanceToPointInTimeInput) SetMaxAllocatedStorage(v int64) *RestoreDBInstanceToPointInTimeInput
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetMultiAZ ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetMultiAZ(v bool) *RestoreDBInstanceToPointInTimeInput
SetMultiAZ sets the MultiAZ field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetOptionGroupName ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetOptionGroupName(v string) *RestoreDBInstanceToPointInTimeInput
SetOptionGroupName sets the OptionGroupName field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetPort ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetPort(v int64) *RestoreDBInstanceToPointInTimeInput
SetPort sets the Port field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceToPointInTimeInput) SetProcessorFeatures(v []*ProcessorFeature) *RestoreDBInstanceToPointInTimeInput
SetProcessorFeatures sets the ProcessorFeatures field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetPubliclyAccessible(v bool) *RestoreDBInstanceToPointInTimeInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetRestoreTime ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetRestoreTime(v time.Time) *RestoreDBInstanceToPointInTimeInput
SetRestoreTime sets the RestoreTime field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceAutomatedBackupsArn ¶ added in v1.36.2
func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceAutomatedBackupsArn(v string) *RestoreDBInstanceToPointInTimeInput
SetSourceDBInstanceAutomatedBackupsArn sets the SourceDBInstanceAutomatedBackupsArn field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceIdentifier ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput
SetSourceDBInstanceIdentifier sets the SourceDBInstanceIdentifier field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetSourceDbiResourceId ¶ added in v1.15.77
func (s *RestoreDBInstanceToPointInTimeInput) SetSourceDbiResourceId(v string) *RestoreDBInstanceToPointInTimeInput
SetSourceDbiResourceId sets the SourceDbiResourceId field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetStorageType ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetStorageType(v string) *RestoreDBInstanceToPointInTimeInput
SetStorageType sets the StorageType field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetTags ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetTags(v []*Tag) *RestoreDBInstanceToPointInTimeInput
SetTags sets the Tags field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetTargetDBInstanceIdentifier ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetTargetDBInstanceIdentifier(v string) *RestoreDBInstanceToPointInTimeInput
SetTargetDBInstanceIdentifier sets the TargetDBInstanceIdentifier field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetTdeCredentialArn ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetTdeCredentialArn(v string) *RestoreDBInstanceToPointInTimeInput
SetTdeCredentialArn sets the TdeCredentialArn field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetTdeCredentialPassword ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetTdeCredentialPassword(v string) *RestoreDBInstanceToPointInTimeInput
SetTdeCredentialPassword sets the TdeCredentialPassword field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetUseDefaultProcessorFeatures ¶ added in v1.14.1
func (s *RestoreDBInstanceToPointInTimeInput) SetUseDefaultProcessorFeatures(v bool) *RestoreDBInstanceToPointInTimeInput
SetUseDefaultProcessorFeatures sets the UseDefaultProcessorFeatures field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetUseLatestRestorableTime ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreDBInstanceToPointInTimeInput
SetUseLatestRestorableTime sets the UseLatestRestorableTime field's value.
func (*RestoreDBInstanceToPointInTimeInput) SetVpcSecurityGroupIds ¶ added in v1.15.79
func (s *RestoreDBInstanceToPointInTimeInput) SetVpcSecurityGroupIds(v []*string) *RestoreDBInstanceToPointInTimeInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (RestoreDBInstanceToPointInTimeInput) String ¶ added in v0.6.5
func (s RestoreDBInstanceToPointInTimeInput) String() string
String returns the string representation
func (*RestoreDBInstanceToPointInTimeInput) Validate ¶ added in v1.1.21
func (s *RestoreDBInstanceToPointInTimeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestoreDBInstanceToPointInTimeOutput ¶
type RestoreDBInstanceToPointInTimeOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (RestoreDBInstanceToPointInTimeOutput) GoString ¶ added in v0.6.5
func (s RestoreDBInstanceToPointInTimeOutput) GoString() string
GoString returns the string representation
func (*RestoreDBInstanceToPointInTimeOutput) SetDBInstance ¶ added in v1.5.0
func (s *RestoreDBInstanceToPointInTimeOutput) SetDBInstance(v *DBInstance) *RestoreDBInstanceToPointInTimeOutput
SetDBInstance sets the DBInstance field's value.
func (RestoreDBInstanceToPointInTimeOutput) String ¶ added in v0.6.5
func (s RestoreDBInstanceToPointInTimeOutput) String() string
String returns the string representation
type RestoreWindow ¶ added in v1.15.77
type RestoreWindow struct { // The earliest time you can restore an instance to. EarliestTime *time.Time `type:"timestamp"` // The latest time you can restore an instance to. LatestTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Earliest and latest time an instance can be restored to:
func (RestoreWindow) GoString ¶ added in v1.15.77
func (s RestoreWindow) GoString() string
GoString returns the string representation
func (*RestoreWindow) SetEarliestTime ¶ added in v1.15.77
func (s *RestoreWindow) SetEarliestTime(v time.Time) *RestoreWindow
SetEarliestTime sets the EarliestTime field's value.
func (*RestoreWindow) SetLatestTime ¶ added in v1.15.77
func (s *RestoreWindow) SetLatestTime(v time.Time) *RestoreWindow
SetLatestTime sets the LatestTime field's value.
func (RestoreWindow) String ¶ added in v1.15.77
func (s RestoreWindow) String() string
String returns the string representation
type RevokeDBSecurityGroupIngressInput ¶
type RevokeDBSecurityGroupIngressInput struct { // The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP // is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId // can't be provided. CIDRIP *string `type:"string"` // The name of the DB security group to revoke ingress from. // // DBSecurityGroupName is a required field DBSecurityGroupName *string `type:"string" required:"true"` // The id of the EC2 security group to revoke access from. For VPC DB security // groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId // and either EC2SecurityGroupName or EC2SecurityGroupId must be provided. EC2SecurityGroupId *string `type:"string"` // The name of the EC2 security group to revoke access from. For VPC DB security // groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId // and either EC2SecurityGroupName or EC2SecurityGroupId must be provided. EC2SecurityGroupName *string `type:"string"` // The AWS account number of the owner of the EC2 security group specified in // the EC2SecurityGroupName parameter. The AWS access key ID isn't an acceptable // value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, // EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId // must be provided. EC2SecurityGroupOwnerId *string `type:"string"` // contains filtered or unexported fields }
func (RevokeDBSecurityGroupIngressInput) GoString ¶ added in v0.6.5
func (s RevokeDBSecurityGroupIngressInput) GoString() string
GoString returns the string representation
func (*RevokeDBSecurityGroupIngressInput) SetCIDRIP ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressInput) SetCIDRIP(v string) *RevokeDBSecurityGroupIngressInput
SetCIDRIP sets the CIDRIP field's value.
func (*RevokeDBSecurityGroupIngressInput) SetDBSecurityGroupName ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressInput) SetDBSecurityGroupName(v string) *RevokeDBSecurityGroupIngressInput
SetDBSecurityGroupName sets the DBSecurityGroupName field's value.
func (*RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupId ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupId(v string) *RevokeDBSecurityGroupIngressInput
SetEC2SecurityGroupId sets the EC2SecurityGroupId field's value.
func (*RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupName ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupName(v string) *RevokeDBSecurityGroupIngressInput
SetEC2SecurityGroupName sets the EC2SecurityGroupName field's value.
func (*RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressInput) SetEC2SecurityGroupOwnerId(v string) *RevokeDBSecurityGroupIngressInput
SetEC2SecurityGroupOwnerId sets the EC2SecurityGroupOwnerId field's value.
func (RevokeDBSecurityGroupIngressInput) String ¶ added in v0.6.5
func (s RevokeDBSecurityGroupIngressInput) String() string
String returns the string representation
func (*RevokeDBSecurityGroupIngressInput) Validate ¶ added in v1.1.21
func (s *RevokeDBSecurityGroupIngressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RevokeDBSecurityGroupIngressOutput ¶
type RevokeDBSecurityGroupIngressOutput struct { // Contains the details for an Amazon RDS DB security group. // // This data type is used as a response element in the DescribeDBSecurityGroups // action. DBSecurityGroup *DBSecurityGroup `type:"structure"` // contains filtered or unexported fields }
func (RevokeDBSecurityGroupIngressOutput) GoString ¶ added in v0.6.5
func (s RevokeDBSecurityGroupIngressOutput) GoString() string
GoString returns the string representation
func (*RevokeDBSecurityGroupIngressOutput) SetDBSecurityGroup ¶ added in v1.5.0
func (s *RevokeDBSecurityGroupIngressOutput) SetDBSecurityGroup(v *DBSecurityGroup) *RevokeDBSecurityGroupIngressOutput
SetDBSecurityGroup sets the DBSecurityGroup field's value.
func (RevokeDBSecurityGroupIngressOutput) String ¶ added in v0.6.5
func (s RevokeDBSecurityGroupIngressOutput) String() string
String returns the string representation
type ScalingConfiguration ¶ added in v1.15.9
type ScalingConfiguration struct { // A value that indicates whether to allow or disallow automatic pause for an // Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused // only when it's idle (it has no connections). // // If a DB cluster is paused for more than seven days, the DB cluster might // be backed up with a snapshot. In this case, the DB cluster is restored when // there is a request to connect to it. AutoPause *bool `type:"boolean"` // The maximum capacity for an Aurora DB cluster in serverless DB engine mode. // // For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, // and 256. // // For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, // and 384. // // The maximum capacity must be greater than or equal to the minimum capacity. MaxCapacity *int64 `type:"integer"` // The minimum capacity for an Aurora DB cluster in serverless DB engine mode. // // For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, // and 256. // // For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, // and 384. // // The minimum capacity must be less than or equal to the maximum capacity. MinCapacity *int64 `type:"integer"` // The time, in seconds, before an Aurora DB cluster in serverless mode is paused. SecondsUntilAutoPause *int64 `type:"integer"` // The action to take when the timeout is reached, either ForceApplyCapacityChange // or RollbackCapacityChange. // // ForceApplyCapacityChange sets the capacity to the specified value as soon // as possible. // // RollbackCapacityChange, the default, ignores the capacity change if a scaling // point isn't found in the timeout period. // // If you specify ForceApplyCapacityChange, connections that prevent Aurora // Serverless from finding a scaling point might be dropped. // // For more information, see Autoscaling for Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling) // in the Amazon Aurora User Guide. TimeoutAction *string `type:"string"` // contains filtered or unexported fields }
Contains the scaling configuration of an Aurora Serverless DB cluster.
For more information, see Using Amazon Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide.
func (ScalingConfiguration) GoString ¶ added in v1.15.9
func (s ScalingConfiguration) GoString() string
GoString returns the string representation
func (*ScalingConfiguration) SetAutoPause ¶ added in v1.15.9
func (s *ScalingConfiguration) SetAutoPause(v bool) *ScalingConfiguration
SetAutoPause sets the AutoPause field's value.
func (*ScalingConfiguration) SetMaxCapacity ¶ added in v1.15.9
func (s *ScalingConfiguration) SetMaxCapacity(v int64) *ScalingConfiguration
SetMaxCapacity sets the MaxCapacity field's value.
func (*ScalingConfiguration) SetMinCapacity ¶ added in v1.15.9
func (s *ScalingConfiguration) SetMinCapacity(v int64) *ScalingConfiguration
SetMinCapacity sets the MinCapacity field's value.
func (*ScalingConfiguration) SetSecondsUntilAutoPause ¶ added in v1.15.9
func (s *ScalingConfiguration) SetSecondsUntilAutoPause(v int64) *ScalingConfiguration
SetSecondsUntilAutoPause sets the SecondsUntilAutoPause field's value.
func (*ScalingConfiguration) SetTimeoutAction ¶ added in v1.19.14
func (s *ScalingConfiguration) SetTimeoutAction(v string) *ScalingConfiguration
SetTimeoutAction sets the TimeoutAction field's value.
func (ScalingConfiguration) String ¶ added in v1.15.9
func (s ScalingConfiguration) String() string
String returns the string representation
type ScalingConfigurationInfo ¶ added in v1.15.9
type ScalingConfigurationInfo struct { // A value that indicates whether automatic pause is allowed for the Aurora // DB cluster in serverless DB engine mode. // // When the value is set to false for an Aurora Serverless DB cluster, the DB // cluster automatically resumes. AutoPause *bool `type:"boolean"` // The maximum capacity for an Aurora DB cluster in serverless DB engine mode. MaxCapacity *int64 `type:"integer"` // The maximum capacity for the Aurora DB cluster in serverless DB engine mode. MinCapacity *int64 `type:"integer"` // The remaining amount of time, in seconds, before the Aurora DB cluster in // serverless mode is paused. A DB cluster can be paused only when it's idle // (it has no connections). SecondsUntilAutoPause *int64 `type:"integer"` // The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange // or RollbackCapacityChange. TimeoutAction *string `type:"string"` // contains filtered or unexported fields }
Shows the scaling configuration for an Aurora DB cluster in serverless DB engine mode.
For more information, see Using Amazon Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide.
func (ScalingConfigurationInfo) GoString ¶ added in v1.15.9
func (s ScalingConfigurationInfo) GoString() string
GoString returns the string representation
func (*ScalingConfigurationInfo) SetAutoPause ¶ added in v1.15.9
func (s *ScalingConfigurationInfo) SetAutoPause(v bool) *ScalingConfigurationInfo
SetAutoPause sets the AutoPause field's value.
func (*ScalingConfigurationInfo) SetMaxCapacity ¶ added in v1.15.9
func (s *ScalingConfigurationInfo) SetMaxCapacity(v int64) *ScalingConfigurationInfo
SetMaxCapacity sets the MaxCapacity field's value.
func (*ScalingConfigurationInfo) SetMinCapacity ¶ added in v1.15.9
func (s *ScalingConfigurationInfo) SetMinCapacity(v int64) *ScalingConfigurationInfo
SetMinCapacity sets the MinCapacity field's value.
func (*ScalingConfigurationInfo) SetSecondsUntilAutoPause ¶ added in v1.15.9
func (s *ScalingConfigurationInfo) SetSecondsUntilAutoPause(v int64) *ScalingConfigurationInfo
SetSecondsUntilAutoPause sets the SecondsUntilAutoPause field's value.
func (*ScalingConfigurationInfo) SetTimeoutAction ¶ added in v1.19.14
func (s *ScalingConfigurationInfo) SetTimeoutAction(v string) *ScalingConfigurationInfo
SetTimeoutAction sets the TimeoutAction field's value.
func (ScalingConfigurationInfo) String ¶ added in v1.15.9
func (s ScalingConfigurationInfo) String() string
String returns the string representation
type SourceRegion ¶ added in v1.4.7
type SourceRegion struct { // The endpoint for the source AWS Region endpoint. Endpoint *string `type:"string"` // The name of the source AWS Region. RegionName *string `type:"string"` // The status of the source AWS Region. Status *string `type:"string"` // Whether the source AWS Region supports replicating automated backups to the // current AWS Region. SupportsDBInstanceAutomatedBackupsReplication *bool `type:"boolean"` // contains filtered or unexported fields }
Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.
func (SourceRegion) GoString ¶ added in v1.4.7
func (s SourceRegion) GoString() string
GoString returns the string representation
func (*SourceRegion) SetEndpoint ¶ added in v1.5.0
func (s *SourceRegion) SetEndpoint(v string) *SourceRegion
SetEndpoint sets the Endpoint field's value.
func (*SourceRegion) SetRegionName ¶ added in v1.5.0
func (s *SourceRegion) SetRegionName(v string) *SourceRegion
SetRegionName sets the RegionName field's value.
func (*SourceRegion) SetStatus ¶ added in v1.5.0
func (s *SourceRegion) SetStatus(v string) *SourceRegion
SetStatus sets the Status field's value.
func (*SourceRegion) SetSupportsDBInstanceAutomatedBackupsReplication ¶ added in v1.36.2
func (s *SourceRegion) SetSupportsDBInstanceAutomatedBackupsReplication(v bool) *SourceRegion
SetSupportsDBInstanceAutomatedBackupsReplication sets the SupportsDBInstanceAutomatedBackupsReplication field's value.
func (SourceRegion) String ¶ added in v1.4.7
func (s SourceRegion) String() string
String returns the string representation
type StartActivityStreamInput ¶ added in v1.19.41
type StartActivityStreamInput struct { // Specifies whether or not the database activity stream is to start as soon // as possible, regardless of the maintenance window for the database. ApplyImmediately *bool `type:"boolean"` // The AWS KMS key identifier for encrypting messages in the database activity // stream. The AWS KMS key identifier is the key ARN, key ID, alias ARN, or // alias name for the AWS KMS customer master key (CMK). // // KmsKeyId is a required field KmsKeyId *string `type:"string" required:"true"` // Specifies the mode of the database activity stream. Database events such // as a change or access generate an activity stream event. The database session // can handle these events either synchronously or asynchronously. // // Mode is a required field Mode *string `type:"string" required:"true" enum:"ActivityStreamMode"` // The Amazon Resource Name (ARN) of the DB cluster, for example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StartActivityStreamInput) GoString ¶ added in v1.19.41
func (s StartActivityStreamInput) GoString() string
GoString returns the string representation
func (*StartActivityStreamInput) SetApplyImmediately ¶ added in v1.19.41
func (s *StartActivityStreamInput) SetApplyImmediately(v bool) *StartActivityStreamInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*StartActivityStreamInput) SetKmsKeyId ¶ added in v1.19.41
func (s *StartActivityStreamInput) SetKmsKeyId(v string) *StartActivityStreamInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StartActivityStreamInput) SetMode ¶ added in v1.19.41
func (s *StartActivityStreamInput) SetMode(v string) *StartActivityStreamInput
SetMode sets the Mode field's value.
func (*StartActivityStreamInput) SetResourceArn ¶ added in v1.19.41
func (s *StartActivityStreamInput) SetResourceArn(v string) *StartActivityStreamInput
SetResourceArn sets the ResourceArn field's value.
func (StartActivityStreamInput) String ¶ added in v1.19.41
func (s StartActivityStreamInput) String() string
String returns the string representation
func (*StartActivityStreamInput) Validate ¶ added in v1.19.41
func (s *StartActivityStreamInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartActivityStreamOutput ¶ added in v1.19.41
type StartActivityStreamOutput struct { // Indicates whether or not the database activity stream will start as soon // as possible, regardless of the maintenance window for the database. ApplyImmediately *bool `type:"boolean"` // The name of the Amazon Kinesis data stream to be used for the database activity // stream. KinesisStreamName *string `type:"string"` // The AWS KMS key identifier for encryption of messages in the database activity // stream. KmsKeyId *string `type:"string"` // The mode of the database activity stream. Mode *string `type:"string" enum:"ActivityStreamMode"` // The status of the database activity stream. Status *string `type:"string" enum:"ActivityStreamStatus"` // contains filtered or unexported fields }
func (StartActivityStreamOutput) GoString ¶ added in v1.19.41
func (s StartActivityStreamOutput) GoString() string
GoString returns the string representation
func (*StartActivityStreamOutput) SetApplyImmediately ¶ added in v1.19.41
func (s *StartActivityStreamOutput) SetApplyImmediately(v bool) *StartActivityStreamOutput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*StartActivityStreamOutput) SetKinesisStreamName ¶ added in v1.19.41
func (s *StartActivityStreamOutput) SetKinesisStreamName(v string) *StartActivityStreamOutput
SetKinesisStreamName sets the KinesisStreamName field's value.
func (*StartActivityStreamOutput) SetKmsKeyId ¶ added in v1.19.41
func (s *StartActivityStreamOutput) SetKmsKeyId(v string) *StartActivityStreamOutput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StartActivityStreamOutput) SetMode ¶ added in v1.19.41
func (s *StartActivityStreamOutput) SetMode(v string) *StartActivityStreamOutput
SetMode sets the Mode field's value.
func (*StartActivityStreamOutput) SetStatus ¶ added in v1.19.41
func (s *StartActivityStreamOutput) SetStatus(v string) *StartActivityStreamOutput
SetStatus sets the Status field's value.
func (StartActivityStreamOutput) String ¶ added in v1.19.41
func (s StartActivityStreamOutput) String() string
String returns the string representation
type StartDBClusterInput ¶ added in v1.15.39
type StartDBClusterInput struct { // The DB cluster identifier of the Amazon Aurora DB cluster to be started. // This parameter is stored as a lowercase string. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StartDBClusterInput) GoString ¶ added in v1.15.39
func (s StartDBClusterInput) GoString() string
GoString returns the string representation
func (*StartDBClusterInput) SetDBClusterIdentifier ¶ added in v1.15.39
func (s *StartDBClusterInput) SetDBClusterIdentifier(v string) *StartDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (StartDBClusterInput) String ¶ added in v1.15.39
func (s StartDBClusterInput) String() string
String returns the string representation
func (*StartDBClusterInput) Validate ¶ added in v1.15.39
func (s *StartDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDBClusterOutput ¶ added in v1.15.39
type StartDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (StartDBClusterOutput) GoString ¶ added in v1.15.39
func (s StartDBClusterOutput) GoString() string
GoString returns the string representation
func (*StartDBClusterOutput) SetDBCluster ¶ added in v1.15.39
func (s *StartDBClusterOutput) SetDBCluster(v *DBCluster) *StartDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (StartDBClusterOutput) String ¶ added in v1.15.39
func (s StartDBClusterOutput) String() string
String returns the string representation
type StartDBInstanceAutomatedBackupsReplicationInput ¶ added in v1.36.2
type StartDBInstanceAutomatedBackupsReplicationInput struct { // The retention period for the replicated automated backups. BackupRetentionPeriod *int64 `type:"integer"` // DestinationRegion is used for presigning the request to a given region. DestinationRegion *string `type:"string"` // The AWS KMS key identifier for encryption of the replicated automated backups. // The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key // in the destination AWS Region, for example, arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE. KmsKeyId *string `type:"string"` // A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication // action to be called in the AWS Region of the source DB instance. The presigned // URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication // API action that can be executed in the AWS Region that contains the source // DB instance. PreSignedUrl *string `type:"string"` // The Amazon Resource Name (ARN) of the source DB instance for the replicated // automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase. // // SourceDBInstanceArn is a required field SourceDBInstanceArn *string `type:"string" required:"true"` // SourceRegion is the source region where the resource exists. This is not // sent over the wire and is only used for presigning. This value should always // have the same region as the source ARN. SourceRegion *string `type:"string" ignore:"true"` // contains filtered or unexported fields }
func (StartDBInstanceAutomatedBackupsReplicationInput) GoString ¶ added in v1.36.2
func (s StartDBInstanceAutomatedBackupsReplicationInput) GoString() string
GoString returns the string representation
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetBackupRetentionPeriod ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetBackupRetentionPeriod(v int64) *StartDBInstanceAutomatedBackupsReplicationInput
SetBackupRetentionPeriod sets the BackupRetentionPeriod field's value.
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetDestinationRegion ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetDestinationRegion(v string) *StartDBInstanceAutomatedBackupsReplicationInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetKmsKeyId ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetKmsKeyId(v string) *StartDBInstanceAutomatedBackupsReplicationInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetPreSignedUrl ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetPreSignedUrl(v string) *StartDBInstanceAutomatedBackupsReplicationInput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn(v string) *StartDBInstanceAutomatedBackupsReplicationInput
SetSourceDBInstanceArn sets the SourceDBInstanceArn field's value.
func (*StartDBInstanceAutomatedBackupsReplicationInput) SetSourceRegion ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) SetSourceRegion(v string) *StartDBInstanceAutomatedBackupsReplicationInput
SetSourceRegion sets the SourceRegion field's value.
func (StartDBInstanceAutomatedBackupsReplicationInput) String ¶ added in v1.36.2
func (s StartDBInstanceAutomatedBackupsReplicationInput) String() string
String returns the string representation
func (*StartDBInstanceAutomatedBackupsReplicationInput) Validate ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDBInstanceAutomatedBackupsReplicationOutput ¶ added in v1.36.2
type StartDBInstanceAutomatedBackupsReplicationOutput struct { // An automated backup of a DB instance. It consists of system backups, transaction // logs, and the database instance properties that existed at the time you deleted // the source instance. DBInstanceAutomatedBackup *DBInstanceAutomatedBackup `type:"structure"` // contains filtered or unexported fields }
func (StartDBInstanceAutomatedBackupsReplicationOutput) GoString ¶ added in v1.36.2
func (s StartDBInstanceAutomatedBackupsReplicationOutput) GoString() string
GoString returns the string representation
func (*StartDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup ¶ added in v1.36.2
func (s *StartDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup(v *DBInstanceAutomatedBackup) *StartDBInstanceAutomatedBackupsReplicationOutput
SetDBInstanceAutomatedBackup sets the DBInstanceAutomatedBackup field's value.
func (StartDBInstanceAutomatedBackupsReplicationOutput) String ¶ added in v1.36.2
func (s StartDBInstanceAutomatedBackupsReplicationOutput) String() string
String returns the string representation
type StartDBInstanceInput ¶ added in v1.8.32
type StartDBInstanceInput struct { // The user-supplied instance identifier. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StartDBInstanceInput) GoString ¶ added in v1.8.32
func (s StartDBInstanceInput) GoString() string
GoString returns the string representation
func (*StartDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.8.32
func (s *StartDBInstanceInput) SetDBInstanceIdentifier(v string) *StartDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (StartDBInstanceInput) String ¶ added in v1.8.32
func (s StartDBInstanceInput) String() string
String returns the string representation
func (*StartDBInstanceInput) Validate ¶ added in v1.8.32
func (s *StartDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDBInstanceOutput ¶ added in v1.8.32
type StartDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (StartDBInstanceOutput) GoString ¶ added in v1.8.32
func (s StartDBInstanceOutput) GoString() string
GoString returns the string representation
func (*StartDBInstanceOutput) SetDBInstance ¶ added in v1.8.32
func (s *StartDBInstanceOutput) SetDBInstance(v *DBInstance) *StartDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (StartDBInstanceOutput) String ¶ added in v1.8.32
func (s StartDBInstanceOutput) String() string
String returns the string representation
type StartExportTaskInput ¶ added in v1.28.8
type StartExportTaskInput struct { // The data to be exported from the snapshot. If this parameter is not provided, // all the snapshot data is exported. Valid values are the following: // // * database - Export all the data from a specified database. // // * database.table table-name - Export a table of the snapshot. This format // is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. // // * database.schema schema-name - Export a database schema of the snapshot. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. // // * database.schema.table table-name - Export a table of the database schema. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. ExportOnly []*string `type:"list"` // A unique identifier for the snapshot export task. This ID isn't an identifier // for the Amazon S3 bucket where the snapshot is to be exported to. // // ExportTaskIdentifier is a required field ExportTaskIdentifier *string `type:"string" required:"true"` // The name of the IAM role to use for writing to the Amazon S3 bucket when // exporting a snapshot. // // IamRoleArn is a required field IamRoleArn *string `type:"string" required:"true"` // The ID of the AWS KMS customer master key (CMK) to use to encrypt the snapshot // exported to Amazon S3. The AWS KMS key identifier is the key ARN, key ID, // alias ARN, or alias name for the AWS KMS customer master key (CMK). The caller // of this operation must be authorized to execute the following operations. // These can be set in the AWS KMS key policy: // // * GrantOperation.Encrypt // // * GrantOperation.Decrypt // // * GrantOperation.GenerateDataKey // // * GrantOperation.GenerateDataKeyWithoutPlaintext // // * GrantOperation.ReEncryptFrom // // * GrantOperation.ReEncryptTo // // * GrantOperation.CreateGrant // // * GrantOperation.DescribeKey // // * GrantOperation.RetireGrant // // KmsKeyId is a required field KmsKeyId *string `type:"string" required:"true"` // The name of the Amazon S3 bucket to export the snapshot to. // // S3BucketName is a required field S3BucketName *string `type:"string" required:"true"` // The Amazon S3 bucket prefix to use as the file name and path of the exported // snapshot. S3Prefix *string `type:"string"` // The Amazon Resource Name (ARN) of the snapshot to export to Amazon S3. // // SourceArn is a required field SourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StartExportTaskInput) GoString ¶ added in v1.28.8
func (s StartExportTaskInput) GoString() string
GoString returns the string representation
func (*StartExportTaskInput) SetExportOnly ¶ added in v1.28.8
func (s *StartExportTaskInput) SetExportOnly(v []*string) *StartExportTaskInput
SetExportOnly sets the ExportOnly field's value.
func (*StartExportTaskInput) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *StartExportTaskInput) SetExportTaskIdentifier(v string) *StartExportTaskInput
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (*StartExportTaskInput) SetIamRoleArn ¶ added in v1.28.8
func (s *StartExportTaskInput) SetIamRoleArn(v string) *StartExportTaskInput
SetIamRoleArn sets the IamRoleArn field's value.
func (*StartExportTaskInput) SetKmsKeyId ¶ added in v1.28.8
func (s *StartExportTaskInput) SetKmsKeyId(v string) *StartExportTaskInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StartExportTaskInput) SetS3BucketName ¶ added in v1.28.8
func (s *StartExportTaskInput) SetS3BucketName(v string) *StartExportTaskInput
SetS3BucketName sets the S3BucketName field's value.
func (*StartExportTaskInput) SetS3Prefix ¶ added in v1.28.8
func (s *StartExportTaskInput) SetS3Prefix(v string) *StartExportTaskInput
SetS3Prefix sets the S3Prefix field's value.
func (*StartExportTaskInput) SetSourceArn ¶ added in v1.28.8
func (s *StartExportTaskInput) SetSourceArn(v string) *StartExportTaskInput
SetSourceArn sets the SourceArn field's value.
func (StartExportTaskInput) String ¶ added in v1.28.8
func (s StartExportTaskInput) String() string
String returns the string representation
func (*StartExportTaskInput) Validate ¶ added in v1.28.8
func (s *StartExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartExportTaskOutput ¶ added in v1.28.8
type StartExportTaskOutput struct { // The data exported from the snapshot. Valid values are the following: // // * database - Export all the data from a specified database. // // * database.table table-name - Export a table of the snapshot. This format // is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL. // // * database.schema schema-name - Export a database schema of the snapshot. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. // // * database.schema.table table-name - Export a table of the database schema. // This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL. ExportOnly []*string `type:"list"` // A unique identifier for the snapshot export task. This ID isn't an identifier // for the Amazon S3 bucket where the snapshot is exported to. ExportTaskIdentifier *string `type:"string"` // The reason the export failed, if it failed. FailureCause *string `type:"string"` // The name of the IAM role that is used to write to Amazon S3 when exporting // a snapshot. IamRoleArn *string `type:"string"` // The key identifier of the AWS KMS customer master key (CMK) that is used // to encrypt the snapshot when it's exported to Amazon S3. The AWS KMS CMK // identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role // used for the snapshot export must have encryption and decryption permissions // to use this AWS KMS CMK. KmsKeyId *string `type:"string"` // The progress of the snapshot export task as a percentage. PercentProgress *int64 `type:"integer"` // The Amazon S3 bucket that the snapshot is exported to. S3Bucket *string `type:"string"` // The Amazon S3 bucket prefix that is the file name and path of the exported // snapshot. S3Prefix *string `type:"string"` // The time that the snapshot was created. SnapshotTime *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3. SourceArn *string `type:"string"` // The progress status of the export task. Status *string `type:"string"` // The time that the snapshot export task completed. TaskEndTime *time.Time `type:"timestamp"` // The time that the snapshot export task started. TaskStartTime *time.Time `type:"timestamp"` // The total amount of data exported, in gigabytes. TotalExtractedDataInGB *int64 `type:"integer"` // A warning about the snapshot export task. WarningMessage *string `type:"string"` // contains filtered or unexported fields }
Contains the details of a snapshot export to Amazon S3.
This data type is used as a response element in the DescribeExportTasks action.
func (StartExportTaskOutput) GoString ¶ added in v1.28.8
func (s StartExportTaskOutput) GoString() string
GoString returns the string representation
func (*StartExportTaskOutput) SetExportOnly ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetExportOnly(v []*string) *StartExportTaskOutput
SetExportOnly sets the ExportOnly field's value.
func (*StartExportTaskOutput) SetExportTaskIdentifier ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetExportTaskIdentifier(v string) *StartExportTaskOutput
SetExportTaskIdentifier sets the ExportTaskIdentifier field's value.
func (*StartExportTaskOutput) SetFailureCause ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetFailureCause(v string) *StartExportTaskOutput
SetFailureCause sets the FailureCause field's value.
func (*StartExportTaskOutput) SetIamRoleArn ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetIamRoleArn(v string) *StartExportTaskOutput
SetIamRoleArn sets the IamRoleArn field's value.
func (*StartExportTaskOutput) SetKmsKeyId ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetKmsKeyId(v string) *StartExportTaskOutput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StartExportTaskOutput) SetPercentProgress ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetPercentProgress(v int64) *StartExportTaskOutput
SetPercentProgress sets the PercentProgress field's value.
func (*StartExportTaskOutput) SetS3Bucket ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetS3Bucket(v string) *StartExportTaskOutput
SetS3Bucket sets the S3Bucket field's value.
func (*StartExportTaskOutput) SetS3Prefix ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetS3Prefix(v string) *StartExportTaskOutput
SetS3Prefix sets the S3Prefix field's value.
func (*StartExportTaskOutput) SetSnapshotTime ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetSnapshotTime(v time.Time) *StartExportTaskOutput
SetSnapshotTime sets the SnapshotTime field's value.
func (*StartExportTaskOutput) SetSourceArn ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetSourceArn(v string) *StartExportTaskOutput
SetSourceArn sets the SourceArn field's value.
func (*StartExportTaskOutput) SetStatus ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetStatus(v string) *StartExportTaskOutput
SetStatus sets the Status field's value.
func (*StartExportTaskOutput) SetTaskEndTime ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetTaskEndTime(v time.Time) *StartExportTaskOutput
SetTaskEndTime sets the TaskEndTime field's value.
func (*StartExportTaskOutput) SetTaskStartTime ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetTaskStartTime(v time.Time) *StartExportTaskOutput
SetTaskStartTime sets the TaskStartTime field's value.
func (*StartExportTaskOutput) SetTotalExtractedDataInGB ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetTotalExtractedDataInGB(v int64) *StartExportTaskOutput
SetTotalExtractedDataInGB sets the TotalExtractedDataInGB field's value.
func (*StartExportTaskOutput) SetWarningMessage ¶ added in v1.28.8
func (s *StartExportTaskOutput) SetWarningMessage(v string) *StartExportTaskOutput
SetWarningMessage sets the WarningMessage field's value.
func (StartExportTaskOutput) String ¶ added in v1.28.8
func (s StartExportTaskOutput) String() string
String returns the string representation
type StopActivityStreamInput ¶ added in v1.19.41
type StopActivityStreamInput struct { // Specifies whether or not the database activity stream is to stop as soon // as possible, regardless of the maintenance window for the database. ApplyImmediately *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the DB cluster for the database activity // stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StopActivityStreamInput) GoString ¶ added in v1.19.41
func (s StopActivityStreamInput) GoString() string
GoString returns the string representation
func (*StopActivityStreamInput) SetApplyImmediately ¶ added in v1.19.41
func (s *StopActivityStreamInput) SetApplyImmediately(v bool) *StopActivityStreamInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*StopActivityStreamInput) SetResourceArn ¶ added in v1.19.41
func (s *StopActivityStreamInput) SetResourceArn(v string) *StopActivityStreamInput
SetResourceArn sets the ResourceArn field's value.
func (StopActivityStreamInput) String ¶ added in v1.19.41
func (s StopActivityStreamInput) String() string
String returns the string representation
func (*StopActivityStreamInput) Validate ¶ added in v1.19.41
func (s *StopActivityStreamInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopActivityStreamOutput ¶ added in v1.19.41
type StopActivityStreamOutput struct { // The name of the Amazon Kinesis data stream used for the database activity // stream. KinesisStreamName *string `type:"string"` // The AWS KMS key identifier used for encrypting messages in the database activity // stream. // // The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name // for the AWS KMS customer master key (CMK). KmsKeyId *string `type:"string"` // The status of the database activity stream. Status *string `type:"string" enum:"ActivityStreamStatus"` // contains filtered or unexported fields }
func (StopActivityStreamOutput) GoString ¶ added in v1.19.41
func (s StopActivityStreamOutput) GoString() string
GoString returns the string representation
func (*StopActivityStreamOutput) SetKinesisStreamName ¶ added in v1.19.41
func (s *StopActivityStreamOutput) SetKinesisStreamName(v string) *StopActivityStreamOutput
SetKinesisStreamName sets the KinesisStreamName field's value.
func (*StopActivityStreamOutput) SetKmsKeyId ¶ added in v1.19.41
func (s *StopActivityStreamOutput) SetKmsKeyId(v string) *StopActivityStreamOutput
SetKmsKeyId sets the KmsKeyId field's value.
func (*StopActivityStreamOutput) SetStatus ¶ added in v1.19.41
func (s *StopActivityStreamOutput) SetStatus(v string) *StopActivityStreamOutput
SetStatus sets the Status field's value.
func (StopActivityStreamOutput) String ¶ added in v1.19.41
func (s StopActivityStreamOutput) String() string
String returns the string representation
type StopDBClusterInput ¶ added in v1.15.39
type StopDBClusterInput struct { // The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. // This parameter is stored as a lowercase string. // // DBClusterIdentifier is a required field DBClusterIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StopDBClusterInput) GoString ¶ added in v1.15.39
func (s StopDBClusterInput) GoString() string
GoString returns the string representation
func (*StopDBClusterInput) SetDBClusterIdentifier ¶ added in v1.15.39
func (s *StopDBClusterInput) SetDBClusterIdentifier(v string) *StopDBClusterInput
SetDBClusterIdentifier sets the DBClusterIdentifier field's value.
func (StopDBClusterInput) String ¶ added in v1.15.39
func (s StopDBClusterInput) String() string
String returns the string representation
func (*StopDBClusterInput) Validate ¶ added in v1.15.39
func (s *StopDBClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDBClusterOutput ¶ added in v1.15.39
type StopDBClusterOutput struct { // Contains the details of an Amazon Aurora DB cluster. // // This data type is used as a response element in the DescribeDBClusters, StopDBCluster, // and StartDBCluster actions. DBCluster *DBCluster `type:"structure"` // contains filtered or unexported fields }
func (StopDBClusterOutput) GoString ¶ added in v1.15.39
func (s StopDBClusterOutput) GoString() string
GoString returns the string representation
func (*StopDBClusterOutput) SetDBCluster ¶ added in v1.15.39
func (s *StopDBClusterOutput) SetDBCluster(v *DBCluster) *StopDBClusterOutput
SetDBCluster sets the DBCluster field's value.
func (StopDBClusterOutput) String ¶ added in v1.15.39
func (s StopDBClusterOutput) String() string
String returns the string representation
type StopDBInstanceAutomatedBackupsReplicationInput ¶ added in v1.36.2
type StopDBInstanceAutomatedBackupsReplicationInput struct { // The Amazon Resource Name (ARN) of the source DB instance for which to stop // replicating automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase. // // SourceDBInstanceArn is a required field SourceDBInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StopDBInstanceAutomatedBackupsReplicationInput) GoString ¶ added in v1.36.2
func (s StopDBInstanceAutomatedBackupsReplicationInput) GoString() string
GoString returns the string representation
func (*StopDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn ¶ added in v1.36.2
func (s *StopDBInstanceAutomatedBackupsReplicationInput) SetSourceDBInstanceArn(v string) *StopDBInstanceAutomatedBackupsReplicationInput
SetSourceDBInstanceArn sets the SourceDBInstanceArn field's value.
func (StopDBInstanceAutomatedBackupsReplicationInput) String ¶ added in v1.36.2
func (s StopDBInstanceAutomatedBackupsReplicationInput) String() string
String returns the string representation
func (*StopDBInstanceAutomatedBackupsReplicationInput) Validate ¶ added in v1.36.2
func (s *StopDBInstanceAutomatedBackupsReplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDBInstanceAutomatedBackupsReplicationOutput ¶ added in v1.36.2
type StopDBInstanceAutomatedBackupsReplicationOutput struct { // An automated backup of a DB instance. It consists of system backups, transaction // logs, and the database instance properties that existed at the time you deleted // the source instance. DBInstanceAutomatedBackup *DBInstanceAutomatedBackup `type:"structure"` // contains filtered or unexported fields }
func (StopDBInstanceAutomatedBackupsReplicationOutput) GoString ¶ added in v1.36.2
func (s StopDBInstanceAutomatedBackupsReplicationOutput) GoString() string
GoString returns the string representation
func (*StopDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup ¶ added in v1.36.2
func (s *StopDBInstanceAutomatedBackupsReplicationOutput) SetDBInstanceAutomatedBackup(v *DBInstanceAutomatedBackup) *StopDBInstanceAutomatedBackupsReplicationOutput
SetDBInstanceAutomatedBackup sets the DBInstanceAutomatedBackup field's value.
func (StopDBInstanceAutomatedBackupsReplicationOutput) String ¶ added in v1.36.2
func (s StopDBInstanceAutomatedBackupsReplicationOutput) String() string
String returns the string representation
type StopDBInstanceInput ¶ added in v1.8.32
type StopDBInstanceInput struct { // The user-supplied instance identifier. // // DBInstanceIdentifier is a required field DBInstanceIdentifier *string `type:"string" required:"true"` // The user-supplied instance identifier of the DB Snapshot created immediately // before the DB instance is stopped. DBSnapshotIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (StopDBInstanceInput) GoString ¶ added in v1.8.32
func (s StopDBInstanceInput) GoString() string
GoString returns the string representation
func (*StopDBInstanceInput) SetDBInstanceIdentifier ¶ added in v1.8.32
func (s *StopDBInstanceInput) SetDBInstanceIdentifier(v string) *StopDBInstanceInput
SetDBInstanceIdentifier sets the DBInstanceIdentifier field's value.
func (*StopDBInstanceInput) SetDBSnapshotIdentifier ¶ added in v1.8.32
func (s *StopDBInstanceInput) SetDBSnapshotIdentifier(v string) *StopDBInstanceInput
SetDBSnapshotIdentifier sets the DBSnapshotIdentifier field's value.
func (StopDBInstanceInput) String ¶ added in v1.8.32
func (s StopDBInstanceInput) String() string
String returns the string representation
func (*StopDBInstanceInput) Validate ¶ added in v1.8.32
func (s *StopDBInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDBInstanceOutput ¶ added in v1.8.32
type StopDBInstanceOutput struct { // Contains the details of an Amazon RDS DB instance. // // This data type is used as a response element in the DescribeDBInstances action. DBInstance *DBInstance `type:"structure"` // contains filtered or unexported fields }
func (StopDBInstanceOutput) GoString ¶ added in v1.8.32
func (s StopDBInstanceOutput) GoString() string
GoString returns the string representation
func (*StopDBInstanceOutput) SetDBInstance ¶ added in v1.8.32
func (s *StopDBInstanceOutput) SetDBInstance(v *DBInstance) *StopDBInstanceOutput
SetDBInstance sets the DBInstance field's value.
func (StopDBInstanceOutput) String ¶ added in v1.8.32
func (s StopDBInstanceOutput) String() string
String returns the string representation
type Subnet ¶
type Subnet struct { // Contains Availability Zone information. // // This data type is used as an element in the OrderableDBInstanceOption data // type. SubnetAvailabilityZone *AvailabilityZone `type:"structure"` // The identifier of the subnet. SubnetIdentifier *string `type:"string"` // If the subnet is associated with an Outpost, this value specifies the Outpost. // // For more information about RDS on Outposts, see Amazon RDS on AWS Outposts // (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) // in the Amazon RDS User Guide. SubnetOutpost *Outpost `type:"structure"` // The status of the subnet. SubnetStatus *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element for the DescribeDBSubnetGroups operation.
func (*Subnet) SetSubnetAvailabilityZone ¶ added in v1.5.0
func (s *Subnet) SetSubnetAvailabilityZone(v *AvailabilityZone) *Subnet
SetSubnetAvailabilityZone sets the SubnetAvailabilityZone field's value.
func (*Subnet) SetSubnetIdentifier ¶ added in v1.5.0
SetSubnetIdentifier sets the SubnetIdentifier field's value.
func (*Subnet) SetSubnetOutpost ¶ added in v1.33.2
SetSubnetOutpost sets the SubnetOutpost field's value.
func (*Subnet) SetSubnetStatus ¶ added in v1.5.0
SetSubnetStatus sets the SubnetStatus field's value.
type Tag ¶
type Tag struct { // A key is the required name of the tag. The string value can be from 1 to // 128 Unicode characters in length and can't be prefixed with "aws:" or "rds:". // The string can only contain only the set of Unicode letters, digits, white-space, // '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). Key *string `type:"string"` // A value is the optional value of the tag. The string value can be from 1 // to 256 Unicode characters in length and can't be prefixed with "aws:" or // "rds:". The string can only contain only the set of Unicode letters, digits, // white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). Value *string `type:"string"` // contains filtered or unexported fields }
Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
type TargetHealth ¶ added in v1.30.8
type TargetHealth struct { // A description of the health of the RDS Proxy target. If the State is AVAILABLE, // a description is not included. Description *string `type:"string"` // The reason for the current health State of the RDS Proxy target. Reason *string `type:"string" enum:"TargetHealthReason"` // The current state of the connection health lifecycle for the RDS Proxy target. // The following is a typical lifecycle example for the states of an RDS Proxy // target: // // registering > unavailable > available > unavailable > available State *string `type:"string" enum:"TargetState"` // contains filtered or unexported fields }
Information about the connection health of an RDS Proxy target.
func (TargetHealth) GoString ¶ added in v1.30.8
func (s TargetHealth) GoString() string
GoString returns the string representation
func (*TargetHealth) SetDescription ¶ added in v1.30.8
func (s *TargetHealth) SetDescription(v string) *TargetHealth
SetDescription sets the Description field's value.
func (*TargetHealth) SetReason ¶ added in v1.30.8
func (s *TargetHealth) SetReason(v string) *TargetHealth
SetReason sets the Reason field's value.
func (*TargetHealth) SetState ¶ added in v1.30.8
func (s *TargetHealth) SetState(v string) *TargetHealth
SetState sets the State field's value.
func (TargetHealth) String ¶ added in v1.30.8
func (s TargetHealth) String() string
String returns the string representation
type Timezone ¶ added in v1.4.11
type Timezone struct { // The name of the time zone. TimezoneName *string `type:"string"` // contains filtered or unexported fields }
A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.
func (*Timezone) SetTimezoneName ¶ added in v1.5.0
SetTimezoneName sets the TimezoneName field's value.
type UpgradeTarget ¶ added in v0.9.11
type UpgradeTarget struct { // A value that indicates whether the target version is applied to any source // DB instances that have AutoMinorVersionUpgrade set to true. AutoUpgrade *bool `type:"boolean"` // The version of the database engine that a DB instance can be upgraded to. Description *string `type:"string"` // The name of the upgrade target database engine. Engine *string `type:"string"` // The version number of the upgrade target database engine. EngineVersion *string `type:"string"` // A value that indicates whether a database engine is upgraded to a major version. IsMajorVersionUpgrade *bool `type:"boolean"` // contains filtered or unexported fields }
The version of the database engine that a DB instance can be upgraded to.
func (UpgradeTarget) GoString ¶ added in v0.9.11
func (s UpgradeTarget) GoString() string
GoString returns the string representation
func (*UpgradeTarget) SetAutoUpgrade ¶ added in v1.5.0
func (s *UpgradeTarget) SetAutoUpgrade(v bool) *UpgradeTarget
SetAutoUpgrade sets the AutoUpgrade field's value.
func (*UpgradeTarget) SetDescription ¶ added in v1.5.0
func (s *UpgradeTarget) SetDescription(v string) *UpgradeTarget
SetDescription sets the Description field's value.
func (*UpgradeTarget) SetEngine ¶ added in v1.5.0
func (s *UpgradeTarget) SetEngine(v string) *UpgradeTarget
SetEngine sets the Engine field's value.
func (*UpgradeTarget) SetEngineVersion ¶ added in v1.5.0
func (s *UpgradeTarget) SetEngineVersion(v string) *UpgradeTarget
SetEngineVersion sets the EngineVersion field's value.
func (*UpgradeTarget) SetIsMajorVersionUpgrade ¶ added in v1.5.0
func (s *UpgradeTarget) SetIsMajorVersionUpgrade(v bool) *UpgradeTarget
SetIsMajorVersionUpgrade sets the IsMajorVersionUpgrade field's value.
func (UpgradeTarget) String ¶ added in v0.9.11
func (s UpgradeTarget) String() string
String returns the string representation
type UserAuthConfig ¶ added in v1.25.47
type UserAuthConfig struct { // The type of authentication that the proxy uses for connections from the proxy // to the underlying database. AuthScheme *string `type:"string" enum:"AuthScheme"` // A user-specified description about the authentication used by a proxy to // log in as a specific database user. Description *string `type:"string"` // Whether to require or disallow AWS Identity and Access Management (IAM) authentication // for connections to the proxy. IAMAuth *string `type:"string" enum:"IAMAuthMode"` // The Amazon Resource Name (ARN) representing the secret that the proxy uses // to authenticate to the RDS DB instance or Aurora DB cluster. These secrets // are stored within Amazon Secrets Manager. SecretArn *string `type:"string"` // The name of the database user to which the proxy connects. UserName *string `type:"string"` // contains filtered or unexported fields }
Specifies the details of authentication used by a proxy to log in as a specific database user.
func (UserAuthConfig) GoString ¶ added in v1.25.47
func (s UserAuthConfig) GoString() string
GoString returns the string representation
func (*UserAuthConfig) SetAuthScheme ¶ added in v1.25.47
func (s *UserAuthConfig) SetAuthScheme(v string) *UserAuthConfig
SetAuthScheme sets the AuthScheme field's value.
func (*UserAuthConfig) SetDescription ¶ added in v1.25.47
func (s *UserAuthConfig) SetDescription(v string) *UserAuthConfig
SetDescription sets the Description field's value.
func (*UserAuthConfig) SetIAMAuth ¶ added in v1.25.47
func (s *UserAuthConfig) SetIAMAuth(v string) *UserAuthConfig
SetIAMAuth sets the IAMAuth field's value.
func (*UserAuthConfig) SetSecretArn ¶ added in v1.25.47
func (s *UserAuthConfig) SetSecretArn(v string) *UserAuthConfig
SetSecretArn sets the SecretArn field's value.
func (*UserAuthConfig) SetUserName ¶ added in v1.25.47
func (s *UserAuthConfig) SetUserName(v string) *UserAuthConfig
SetUserName sets the UserName field's value.
func (UserAuthConfig) String ¶ added in v1.25.47
func (s UserAuthConfig) String() string
String returns the string representation
type UserAuthConfigInfo ¶ added in v1.25.47
type UserAuthConfigInfo struct { // The type of authentication that the proxy uses for connections from the proxy // to the underlying database. AuthScheme *string `type:"string" enum:"AuthScheme"` // A user-specified description about the authentication used by a proxy to // log in as a specific database user. Description *string `type:"string"` // Whether to require or disallow AWS Identity and Access Management (IAM) authentication // for connections to the proxy. IAMAuth *string `type:"string" enum:"IAMAuthMode"` // The Amazon Resource Name (ARN) representing the secret that the proxy uses // to authenticate to the RDS DB instance or Aurora DB cluster. These secrets // are stored within Amazon Secrets Manager. SecretArn *string `type:"string"` // The name of the database user to which the proxy connects. UserName *string `type:"string"` // contains filtered or unexported fields }
Returns the details of authentication used by a proxy to log in as a specific database user.
func (UserAuthConfigInfo) GoString ¶ added in v1.25.47
func (s UserAuthConfigInfo) GoString() string
GoString returns the string representation
func (*UserAuthConfigInfo) SetAuthScheme ¶ added in v1.25.47
func (s *UserAuthConfigInfo) SetAuthScheme(v string) *UserAuthConfigInfo
SetAuthScheme sets the AuthScheme field's value.
func (*UserAuthConfigInfo) SetDescription ¶ added in v1.25.47
func (s *UserAuthConfigInfo) SetDescription(v string) *UserAuthConfigInfo
SetDescription sets the Description field's value.
func (*UserAuthConfigInfo) SetIAMAuth ¶ added in v1.25.47
func (s *UserAuthConfigInfo) SetIAMAuth(v string) *UserAuthConfigInfo
SetIAMAuth sets the IAMAuth field's value.
func (*UserAuthConfigInfo) SetSecretArn ¶ added in v1.25.47
func (s *UserAuthConfigInfo) SetSecretArn(v string) *UserAuthConfigInfo
SetSecretArn sets the SecretArn field's value.
func (*UserAuthConfigInfo) SetUserName ¶ added in v1.25.47
func (s *UserAuthConfigInfo) SetUserName(v string) *UserAuthConfigInfo
SetUserName sets the UserName field's value.
func (UserAuthConfigInfo) String ¶ added in v1.25.47
func (s UserAuthConfigInfo) String() string
String returns the string representation
type ValidDBInstanceModificationsMessage ¶ added in v1.12.10
type ValidDBInstanceModificationsMessage struct { // Valid storage options for your DB instance. Storage []*ValidStorageOptions `locationNameList:"ValidStorageOptions" type:"list"` // Valid processor features for your DB instance. ValidProcessorFeatures []*AvailableProcessorFeature `locationNameList:"AvailableProcessorFeature" type:"list"` // contains filtered or unexported fields }
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.
func (ValidDBInstanceModificationsMessage) GoString ¶ added in v1.12.10
func (s ValidDBInstanceModificationsMessage) GoString() string
GoString returns the string representation
func (*ValidDBInstanceModificationsMessage) SetStorage ¶ added in v1.12.10
func (s *ValidDBInstanceModificationsMessage) SetStorage(v []*ValidStorageOptions) *ValidDBInstanceModificationsMessage
SetStorage sets the Storage field's value.
func (*ValidDBInstanceModificationsMessage) SetValidProcessorFeatures ¶ added in v1.14.1
func (s *ValidDBInstanceModificationsMessage) SetValidProcessorFeatures(v []*AvailableProcessorFeature) *ValidDBInstanceModificationsMessage
SetValidProcessorFeatures sets the ValidProcessorFeatures field's value.
func (ValidDBInstanceModificationsMessage) String ¶ added in v1.12.10
func (s ValidDBInstanceModificationsMessage) String() string
String returns the string representation
type ValidStorageOptions ¶ added in v1.12.10
type ValidStorageOptions struct { // The valid range of Provisioned IOPS to gibibytes of storage multiplier. For // example, 3-10, which means that provisioned IOPS can be between 3 and 10 // times storage. IopsToStorageRatio []*DoubleRange `locationNameList:"DoubleRange" type:"list"` // The valid range of provisioned IOPS. For example, 1000-20000. ProvisionedIops []*Range `locationNameList:"Range" type:"list"` // The valid range of storage in gibibytes. For example, 100 to 16384. StorageSize []*Range `locationNameList:"Range" type:"list"` // The valid storage types for your DB instance. For example, gp2, io1. StorageType *string `type:"string"` // Whether or not Amazon RDS can automatically scale storage for DB instances // that use the new instance class. SupportsStorageAutoscaling *bool `type:"boolean"` // contains filtered or unexported fields }
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.
func (ValidStorageOptions) GoString ¶ added in v1.12.10
func (s ValidStorageOptions) GoString() string
GoString returns the string representation
func (*ValidStorageOptions) SetIopsToStorageRatio ¶ added in v1.12.10
func (s *ValidStorageOptions) SetIopsToStorageRatio(v []*DoubleRange) *ValidStorageOptions
SetIopsToStorageRatio sets the IopsToStorageRatio field's value.
func (*ValidStorageOptions) SetProvisionedIops ¶ added in v1.12.10
func (s *ValidStorageOptions) SetProvisionedIops(v []*Range) *ValidStorageOptions
SetProvisionedIops sets the ProvisionedIops field's value.
func (*ValidStorageOptions) SetStorageSize ¶ added in v1.12.10
func (s *ValidStorageOptions) SetStorageSize(v []*Range) *ValidStorageOptions
SetStorageSize sets the StorageSize field's value.
func (*ValidStorageOptions) SetStorageType ¶ added in v1.12.10
func (s *ValidStorageOptions) SetStorageType(v string) *ValidStorageOptions
SetStorageType sets the StorageType field's value.
func (*ValidStorageOptions) SetSupportsStorageAutoscaling ¶ added in v1.20.5
func (s *ValidStorageOptions) SetSupportsStorageAutoscaling(v bool) *ValidStorageOptions
SetSupportsStorageAutoscaling sets the SupportsStorageAutoscaling field's value.
func (ValidStorageOptions) String ¶ added in v1.12.10
func (s ValidStorageOptions) String() string
String returns the string representation
type VpcSecurityGroupMembership ¶ added in v0.9.5
type VpcSecurityGroupMembership struct { // The status of the VPC security group. Status *string `type:"string"` // The name of the VPC security group. VpcSecurityGroupId *string `type:"string"` // contains filtered or unexported fields }
This data type is used as a response element for queries on VPC security group membership.
func (VpcSecurityGroupMembership) GoString ¶ added in v0.9.5
func (s VpcSecurityGroupMembership) GoString() string
GoString returns the string representation
func (*VpcSecurityGroupMembership) SetStatus ¶ added in v1.5.0
func (s *VpcSecurityGroupMembership) SetStatus(v string) *VpcSecurityGroupMembership
SetStatus sets the Status field's value.
func (*VpcSecurityGroupMembership) SetVpcSecurityGroupId ¶ added in v1.5.0
func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurityGroupMembership
SetVpcSecurityGroupId sets the VpcSecurityGroupId field's value.
func (VpcSecurityGroupMembership) String ¶ added in v0.9.5
func (s VpcSecurityGroupMembership) String() string
String returns the string representation
type VpnDetails ¶ added in v1.25.15
type VpnDetails struct { // The IP address of network traffic from AWS to your on-premises data center. VpnGatewayIp *string `type:"string"` // The ID of the VPN. VpnId *string `type:"string"` // The name of the VPN. VpnName *string `type:"string"` // The preshared key (PSK) for the VPN. VpnPSK *string `type:"string" sensitive:"true"` // The state of the VPN. VpnState *string `type:"string"` // The IP address of network traffic from your on-premises data center. A custom // AZ receives the network traffic. VpnTunnelOriginatorIP *string `type:"string"` // contains filtered or unexported fields }
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
For more information about RDS on VMware, see the RDS on VMware User Guide. (https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html)
func (VpnDetails) GoString ¶ added in v1.25.15
func (s VpnDetails) GoString() string
GoString returns the string representation
func (*VpnDetails) SetVpnGatewayIp ¶ added in v1.25.15
func (s *VpnDetails) SetVpnGatewayIp(v string) *VpnDetails
SetVpnGatewayIp sets the VpnGatewayIp field's value.
func (*VpnDetails) SetVpnId ¶ added in v1.25.15
func (s *VpnDetails) SetVpnId(v string) *VpnDetails
SetVpnId sets the VpnId field's value.
func (*VpnDetails) SetVpnName ¶ added in v1.25.15
func (s *VpnDetails) SetVpnName(v string) *VpnDetails
SetVpnName sets the VpnName field's value.
func (*VpnDetails) SetVpnPSK ¶ added in v1.25.15
func (s *VpnDetails) SetVpnPSK(v string) *VpnDetails
SetVpnPSK sets the VpnPSK field's value.
func (*VpnDetails) SetVpnState ¶ added in v1.25.15
func (s *VpnDetails) SetVpnState(v string) *VpnDetails
SetVpnState sets the VpnState field's value.
func (*VpnDetails) SetVpnTunnelOriginatorIP ¶ added in v1.25.15
func (s *VpnDetails) SetVpnTunnelOriginatorIP(v string) *VpnDetails
SetVpnTunnelOriginatorIP sets the VpnTunnelOriginatorIP field's value.
func (VpnDetails) String ¶ added in v1.25.15
func (s VpnDetails) String() string
String returns the string representation
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package rdsiface provides an interface to enable mocking the Amazon Relational Database Service service client for testing your code.
|
Package rdsiface provides an interface to enable mocking the Amazon Relational Database Service service client for testing your code. |
Package rdsutils is used to generate authentication tokens used to connect to a givent Amazon Relational Database Service (RDS) database.
|
Package rdsutils is used to generate authentication tokens used to connect to a givent Amazon Relational Database Service (RDS) database. |