Module Awso_rds_lwtSource

Sourceval add_role_to_d_b_cluster : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.AddRoleToDBClusterMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval add_role_to_d_b_instance : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.AddRoleToDBInstanceMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval add_tags_to_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.AddTagsToResourceMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_d_b_cluster_parameter_group : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.DeleteDBClusterParameterGroupMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_d_b_parameter_group : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.DeleteDBParameterGroupMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_d_b_security_group : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.DeleteDBSecurityGroupMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_d_b_subnet_group : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.DeleteDBSubnetGroupMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_option_group : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.DeleteOptionGroupMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval remove_role_from_d_b_cluster : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.RemoveRoleFromDBClusterMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval remove_role_from_d_b_instance : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.RemoveRoleFromDBInstanceMessage.t -> (unit, unit) Result.t Lwt.t
Sourceval remove_tags_from_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_rds.Values.RemoveTagsFromResourceMessage.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_rds.Values end
include module type of struct include Awso_rds.Values_0 end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval xmlNamespace : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ScalarReferenceDetails = Awso_rds.Values.ScalarReferenceDetails

The metric reference details when the reference is a scalar.

Sourcemodule PerformanceInsightsMetricDimensionGroup = Awso_rds.Values.PerformanceInsightsMetricDimensionGroup

A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions: db.sql.id - The hash of a running SQL statement, generated by Performance Insights. db.sql.db_id - Either the SQL ID generated by the database engine, or a value generated by Performance Insights that begins with pi-. db.sql.statement - The full text of the SQL statement that is running, for example, SELECT * FROM employees. db.sql_tokenized.id - The hash of the SQL digest generated by Performance Insights. Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

Sourcemodule ReferenceDetails = Awso_rds.Values.ReferenceDetails

The reference details of a metric.

Sourcemodule PerformanceInsightsMetricQuery = Awso_rds.Values.PerformanceInsightsMetricQuery

A single Performance Insights metric query to process. You must provide the metric to the query. If other parameters aren't specified, Performance Insights returns all data points for the specified metric. Optionally, you can request the data points to be aggregated by dimension group (GroupBy) and return only those data points that match your criteria (Filter). Constraints: Must be a valid Performance Insights query.

Sourcemodule MetricReference = Awso_rds.Values.MetricReference

The reference (threshold) for a metric.

Sourcemodule IntegerOptional = Awso_rds.Values.IntegerOptional

The query to retrieve metric data points.

Sourcemodule MetricReferenceList = Awso_rds.Values.MetricReferenceList

A range of double values.

A range of integer values.

The representation of a metric.

Sourcemodule PotentiallySensitiveOptionSettingValue = Awso_rds.Values.PotentiallySensitiveOptionSettingValue
Sourcemodule DoubleRangeList = Awso_rds.Values.DoubleRangeList
Sourcemodule DBSecurityGroupMembership = Awso_rds.Values.DBSecurityGroupMembership

This data type is used as a response element in the following actions: ModifyDBInstance RebootDBInstance RestoreDBInstanceFromDBSnapshot RestoreDBInstanceToPointInTime

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.

Sourcemodule VpcSecurityGroupMembership = Awso_rds.Values.VpcSecurityGroupMembership

This data type is used as a response element for queries on VPC security group membership.

Sourcemodule MinimumEngineVersionPerAllowedValue = Awso_rds.Values.MinimumEngineVersionPerAllowedValue

The minimum DB engine version required for each corresponding allowed value for an option setting.

Sourcemodule ValidStorageOptions = Awso_rds.Values.ValidStorageOptions

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

Sourcemodule ContextAttribute = Awso_rds.Values.ContextAttribute

The additional attributes of RecommendedAction data type.

Sourcemodule PerformanceIssueDetails = Awso_rds.Values.PerformanceIssueDetails

Details of the performance issue.

Sourcemodule RecommendedActionParameter = Awso_rds.Values.RecommendedActionParameter

A single parameter to use with the RecommendedAction API operation to apply the action.

Sourcemodule AvailabilityZone = Awso_rds.Values.AvailabilityZone

Contains Availability Zone information. This data type is used as an element in the OrderableDBInstanceOption data type.

A data type that represents an Outpost. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

Sourcemodule DoubleOptional = Awso_rds.Values.DoubleOptional
Sourcemodule DBSecurityGroupMembershipList = Awso_rds.Values.DBSecurityGroupMembershipList
Sourcemodule OptionSettingConfigurationList = Awso_rds.Values.OptionSettingConfigurationList
Sourcemodule VpcSecurityGroupMembershipList = Awso_rds.Values.VpcSecurityGroupMembershipList
Sourcemodule MinimumEngineVersionPerAllowedValueList = Awso_rds.Values.MinimumEngineVersionPerAllowedValueList
Sourcemodule GlobalClusterMemberSynchronizationStatus = Awso_rds.Values.GlobalClusterMemberSynchronizationStatus
Sourcemodule ReadersArnList = Awso_rds.Values.ReadersArnList
Sourcemodule WriteForwardingStatus = Awso_rds.Values.WriteForwardingStatus
Sourcemodule ValidStorageOptionsList = Awso_rds.Values.ValidStorageOptionsList
Sourcemodule ClientPasswordAuthType = Awso_rds.Values.ClientPasswordAuthType
Sourcemodule LifecycleSupportName = Awso_rds.Values.LifecycleSupportName
Sourcemodule BlueGreenDeploymentTaskName = Awso_rds.Values.BlueGreenDeploymentTaskName
Sourcemodule BlueGreenDeploymentTaskStatus = Awso_rds.Values.BlueGreenDeploymentTaskStatus
Sourcemodule SwitchoverDetailStatus = Awso_rds.Values.SwitchoverDetailStatus
Sourcemodule ContextAttributeList = Awso_rds.Values.ContextAttributeList

The details of an issue with your DB instances, DB clusters, and DB parameter groups.

Sourcemodule RecommendedActionParameterList = Awso_rds.Values.RecommendedActionParameterList

This data type is used as a response element for the DescribeDBSubnetGroups operation.

Sourcemodule AdditionalStorageVolume = Awso_rds.Values.AdditionalStorageVolume

Contains details about an additional storage volume for a DB instance. RDS support additional storage volumes for RDS for Oracle and RDS for SQL Server.

Sourcemodule ProcessorFeature = Awso_rds.Values.ProcessorFeature

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 or SQL Server DB instance. Your Oracle or SQL Server 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 for a DB instance class in RDS for Oracle, Optimizing your RDS for SQL Server CPU, and DB instance classes in the Amazon RDS User Guide.

Sourcemodule BooleanOptional = Awso_rds.Values.BooleanOptional
Sourcemodule EngineModeList = Awso_rds.Values.EngineModeList

Metadata assigned to an Amazon RDS resource consisting of a key-value pair. For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.

Sourcemodule SensitiveString = Awso_rds.Values.SensitiveString
Sourcemodule RecurringCharge = Awso_rds.Values.RecurringCharge

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

Sourcemodule TargetHealthReason = Awso_rds.Values.TargetHealthReason
Sourcemodule PendingMaintenanceAction = Awso_rds.Values.PendingMaintenanceAction

Provides information about a pending maintenance action for a resource.

Sourcemodule AvailableAdditionalStorageVolumesOption = Awso_rds.Values.AvailableAdditionalStorageVolumesOption

Contains the available options for additional storage volumes for a DB instance class.

Sourcemodule AvailableProcessorFeature = Awso_rds.Values.AvailableProcessorFeature

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 in the Amazon RDS User Guide.

The details of an option.

Sourcemodule OptionGroupOptionSetting = Awso_rds.Values.OptionGroupOptionSetting

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.

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

Sourcemodule AttributeValueList = Awso_rds.Values.AttributeValueList
Sourcemodule FailoverStatus = Awso_rds.Values.FailoverStatus
Sourcemodule GlobalClusterMember = Awso_rds.Values.GlobalClusterMember

A data structure with information about any primary and secondary clusters associated with a global cluster (Aurora global database).

Sourcemodule ValidVolumeOptions = Awso_rds.Values.ValidVolumeOptions

Contains the valid options for an additional storage volume.

Sourcemodule IntegrationError = Awso_rds.Values.IntegrationError

An error associated with a zero-ETL integration with Amazon Redshift.

Sourcemodule PotentiallySensitiveParameterValue = Awso_rds.Values.PotentiallySensitiveParameterValue
Sourcemodule OperatorSensitiveString = Awso_rds.Values.OperatorSensitiveString
Sourcemodule UserAuthConfigInfo = Awso_rds.Values.UserAuthConfigInfo

Returns the details of authentication used by a proxy to log in as a specific database user.

Sourcemodule SupportedEngineLifecycle = Awso_rds.Values.SupportedEngineLifecycle

This data type is used as a response element in the operation DescribeDBMajorEngineVersions. You can use the information that this data type returns to plan for upgrades. This data type only returns information for the open source engines Amazon RDS for MariaDB, Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL.

Sourcemodule BlueGreenDeploymentTask = Awso_rds.Values.BlueGreenDeploymentTask

Details about a task for a blue/green deployment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule SwitchoverDetail = Awso_rds.Values.SwitchoverDetail

Contains the details about a blue/green deployment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule EC2SecurityGroup = Awso_rds.Values.EC2SecurityGroup

This data type is used as a response element in the following actions: AuthorizeDBSecurityGroupIngress DescribeDBSecurityGroups RevokeDBSecurityGroupIngress

This data type is used as a response element in the DescribeDBSecurityGroups action.

A link to documentation that provides additional information for a recommendation.

Sourcemodule RecommendedAction = Awso_rds.Values.RecommendedAction

The recommended actions to apply to resolve the issues associated with your DB instances, DB clusters, and DB parameter groups.

Sourcemodule AdditionalStorageVolumeOutput = Awso_rds.Values.AdditionalStorageVolumeOutput

Contains information about an additional storage volume for a DB instance.

Sourcemodule DBInstanceAutomatedBackupsReplication = Awso_rds.Values.DBInstanceAutomatedBackupsReplication

Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.

Sourcemodule DBInstanceRole = Awso_rds.Values.DBInstanceRole

Information about an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.

Sourcemodule DBInstanceStatusInfo = Awso_rds.Values.DBInstanceStatusInfo

Provides a list of status information for a DB instance.

Sourcemodule DBParameterGroupStatus = Awso_rds.Values.DBParameterGroupStatus

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

Sourcemodule DomainMembership = Awso_rds.Values.DomainMembership

An Active Directory Domain membership record associated with the DB instance or cluster.

Sourcemodule OptionGroupMembership = Awso_rds.Values.OptionGroupMembership

Provides information on the option groups the DB instance is a member of.

Sourcemodule AdditionalStorageVolumesList = Awso_rds.Values.AdditionalStorageVolumesList
Sourcemodule AutomationMode = Awso_rds.Values.AutomationMode
Sourcemodule PendingCloudwatchLogsExports = Awso_rds.Values.PendingCloudwatchLogsExports

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.

Sourcemodule ProcessorFeatureList = Awso_rds.Values.ProcessorFeatureList

This data type is used as a response element in the action DescribeDBEngineVersions.

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.

The version of the database engine that a DB instance can be upgraded to.

Sourcemodule CertificateDetails = Awso_rds.Values.CertificateDetails

The details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

Sourcemodule RdsCustomClusterConfiguration = Awso_rds.Values.RdsCustomClusterConfiguration

Reserved for future use.

Sourcemodule DBClusterMember = Awso_rds.Values.DBClusterMember

Contains information about an instance that is part of a DB cluster.

Sourcemodule DBClusterOptionGroupStatus = Awso_rds.Values.DBClusterOptionGroupStatus

Contains status information for a DB cluster option group.

Describes an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB cluster.

Sourcemodule DBClusterStatusInfo = Awso_rds.Values.DBClusterStatusInfo

Reserved for future use.

Sourcemodule LimitlessDatabaseStatus = Awso_rds.Values.LimitlessDatabaseStatus
Sourcemodule MasterUserSecret = Awso_rds.Values.MasterUserSecret

Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager in the Amazon Aurora User Guide.

Sourcemodule TenantDatabasePendingModifiedValues = Awso_rds.Values.TenantDatabasePendingModifiedValues

A response element in the ModifyTenantDatabase operation that describes changes that will be applied. Specific changes are identified by subelements.

Sourcemodule ServerlessV2FeaturesSupport = Awso_rds.Values.ServerlessV2FeaturesSupport

Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions and platform versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.

Sourcemodule RecurringChargeList = Awso_rds.Values.RecurringChargeList

Information about the connection health of an RDS Proxy target.

Sourcemodule PendingMaintenanceActionDetails = Awso_rds.Values.PendingMaintenanceActionDetails
Sourcemodule ActivityStreamModeList = Awso_rds.Values.ActivityStreamModeList
Sourcemodule AvailabilityZoneList = Awso_rds.Values.AvailabilityZoneList
Sourcemodule AvailableAdditionalStorageVolumesOptionList = Awso_rds.Values.AvailableAdditionalStorageVolumesOptionList
Sourcemodule AvailableProcessorFeatureList = Awso_rds.Values.AvailableProcessorFeatureList
Sourcemodule OptionGroupOptionSettingsList = Awso_rds.Values.OptionGroupOptionSettingsList
Sourcemodule OptionGroupOptionVersionsList = Awso_rds.Values.OptionGroupOptionVersionsList
Sourcemodule OptionsConflictsWith = Awso_rds.Values.OptionsConflictsWith
Sourcemodule OptionsDependedOn = Awso_rds.Values.OptionsDependedOn
Sourcemodule DBSecurityGroupNameList = Awso_rds.Values.DBSecurityGroupNameList
Sourcemodule OptionSettingsList = Awso_rds.Values.OptionSettingsList
Sourcemodule VpcSecurityGroupIdList = Awso_rds.Values.VpcSecurityGroupIdList
Sourcemodule DBSnapshotAttribute = Awso_rds.Values.DBSnapshotAttribute

Contains the name and values of a manual DB snapshot attribute Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.

Sourcemodule DBClusterSnapshotAttribute = Awso_rds.Values.DBClusterSnapshotAttribute

Contains the name and values of a manual DB cluster snapshot attribute. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

Sourcemodule FilterValueList = Awso_rds.Values.FilterValueList

Contains the state of scheduled or in-process operations on a global cluster (Aurora global database). This data type is empty unless a switchover or failover operation is scheduled or is in progress on the Aurora global database.

Sourcemodule GlobalClusterIdentifier = Awso_rds.Values.GlobalClusterIdentifier
Sourcemodule GlobalClusterMemberList = Awso_rds.Values.GlobalClusterMemberList
Sourcemodule StorageEncryptionType = Awso_rds.Values.StorageEncryptionType
Sourcemodule DBClusterNotFoundFault = Awso_rds.Values.DBClusterNotFoundFault

DBClusterIdentifier doesn't refer to an existing DB cluster.

Sourcemodule DBClusterSnapshotNotFoundFault = Awso_rds.Values.DBClusterSnapshotNotFoundFault

DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.

Sourcemodule DBSnapshotNotFoundFault = Awso_rds.Values.DBSnapshotNotFoundFault

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

Sourcemodule ExportSourceType = Awso_rds.Values.ExportSourceType
Sourcemodule ExportTaskAlreadyExistsFault = Awso_rds.Values.ExportTaskAlreadyExistsFault

You can't start an export task that's already running.

Sourcemodule ExportTaskNotFoundFault = Awso_rds.Values.ExportTaskNotFoundFault

The export task doesn't exist.

Sourcemodule IamRoleMissingPermissionsFault = Awso_rds.Values.IamRoleMissingPermissionsFault

The IAM role requires additional permissions to export to an Amazon S3 bucket.

Sourcemodule IamRoleNotFoundFault = Awso_rds.Values.IamRoleNotFoundFault

The IAM role is missing for exporting to an Amazon S3 bucket.

Sourcemodule InvalidExportOnlyFault = Awso_rds.Values.InvalidExportOnlyFault

The export is invalid for exporting to an Amazon S3 bucket.

Sourcemodule InvalidExportSourceStateFault = Awso_rds.Values.InvalidExportSourceStateFault

The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.

Sourcemodule InvalidExportTaskStateFault = Awso_rds.Values.InvalidExportTaskStateFault

You can't cancel an export task that has completed.

Sourcemodule InvalidS3BucketFault = Awso_rds.Values.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.

Sourcemodule KMSKeyNotAccessibleFault = Awso_rds.Values.KMSKeyNotAccessibleFault

An error occurred accessing an Amazon Web Services KMS key.

Sourcemodule EventCategoriesList = Awso_rds.Values.EventCategoriesList
Sourcemodule ValidVolumeOptionsList = Awso_rds.Values.ValidVolumeOptionsList
Sourcemodule DBInstanceNotFoundFault = Awso_rds.Values.DBInstanceNotFoundFault

DBInstanceIdentifier doesn't refer to an existing DB instance.

Sourcemodule EncryptionContextMap = Awso_rds.Values.EncryptionContextMap
Sourcemodule IntegrationAlreadyExistsFault = Awso_rds.Values.IntegrationAlreadyExistsFault

The integration you are trying to create already exists.

Sourcemodule IntegrationArn = Awso_rds.Values.IntegrationArn
Sourcemodule IntegrationConflictOperationFault = Awso_rds.Values.IntegrationConflictOperationFault

A conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.

Sourcemodule IntegrationDescription = Awso_rds.Values.IntegrationDescription
Sourcemodule IntegrationErrorList = Awso_rds.Values.IntegrationErrorList
Sourcemodule IntegrationName = Awso_rds.Values.IntegrationName
Sourcemodule IntegrationNotFoundFault = Awso_rds.Values.IntegrationNotFoundFault

The specified integration could not be found.

Sourcemodule IntegrationQuotaExceededFault = Awso_rds.Values.IntegrationQuotaExceededFault

You can't crate any more zero-ETL integrations because the quota has been reached.

Sourcemodule IntegrationStatus = Awso_rds.Values.IntegrationStatus
Sourcemodule InvalidIntegrationStateFault = Awso_rds.Values.InvalidIntegrationStateFault

The integration is in an invalid state and can't perform the requested operation.

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.

Sourcemodule DBShardGroupAlreadyExistsFault = Awso_rds.Values.DBShardGroupAlreadyExistsFault

The specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule DBShardGroupIdentifier = Awso_rds.Values.DBShardGroupIdentifier
Sourcemodule DBShardGroupNotFoundFault = Awso_rds.Values.DBShardGroupNotFoundFault

The specified DB shard group name wasn't found.

Sourcemodule InvalidDBClusterStateFault = Awso_rds.Values.InvalidDBClusterStateFault

The requested operation can't be performed while the cluster is in this state.

Sourcemodule InvalidDBShardGroupStateFault = Awso_rds.Values.InvalidDBShardGroupStateFault

The DB shard group must be in the available state.

Sourcemodule InvalidVPCNetworkStateFault = Awso_rds.Values.InvalidVPCNetworkStateFault

The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.

Sourcemodule MaxDBShardGroupLimitReached = Awso_rds.Values.MaxDBShardGroupLimitReached

The maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.

Sourcemodule NetworkTypeNotSupported = Awso_rds.Values.NetworkTypeNotSupported

The network type is invalid for the DB instance. Valid nework type values are IPV4 and DUAL.

Sourcemodule UnsupportedDBEngineVersionFault = Awso_rds.Values.UnsupportedDBEngineVersionFault

The specified DB engine version isn't supported for Aurora Limitless Database.

Sourcemodule ConnectionPoolConfigurationInfo = Awso_rds.Values.ConnectionPoolConfigurationInfo

Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget.

Sourcemodule DBProxyEndpointStatus = Awso_rds.Values.DBProxyEndpointStatus
Sourcemodule DBProxyEndpointTargetRole = Awso_rds.Values.DBProxyEndpointTargetRole
Sourcemodule EndpointNetworkType = Awso_rds.Values.EndpointNetworkType
Sourcemodule TargetConnectionNetworkType = Awso_rds.Values.TargetConnectionNetworkType
Sourcemodule UserAuthConfigInfoList = Awso_rds.Values.UserAuthConfigInfoList
Sourcemodule SupportedEngineLifecycleList = Awso_rds.Values.SupportedEngineLifecycleList
Sourcemodule BlueGreenDeploymentIdentifier = Awso_rds.Values.BlueGreenDeploymentIdentifier
Sourcemodule BlueGreenDeploymentName = Awso_rds.Values.BlueGreenDeploymentName
Sourcemodule BlueGreenDeploymentStatus = Awso_rds.Values.BlueGreenDeploymentStatus
Sourcemodule BlueGreenDeploymentStatusDetails = Awso_rds.Values.BlueGreenDeploymentStatusDetails
Sourcemodule BlueGreenDeploymentTaskList = Awso_rds.Values.BlueGreenDeploymentTaskList
Sourcemodule SwitchoverDetailList = Awso_rds.Values.SwitchoverDetailList
Sourcemodule EC2SecurityGroupList = Awso_rds.Values.EC2SecurityGroupList
Sourcemodule RecommendedActionList = Awso_rds.Values.RecommendedActionList
Sourcemodule ActivityStreamMode = Awso_rds.Values.ActivityStreamMode
Sourcemodule ActivityStreamPolicyStatus = Awso_rds.Values.ActivityStreamPolicyStatus
Sourcemodule ActivityStreamStatus = Awso_rds.Values.ActivityStreamStatus
Sourcemodule AdditionalStorageVolumesOutputList = Awso_rds.Values.AdditionalStorageVolumesOutputList
Sourcemodule DBInstanceAutomatedBackupsReplicationList = Awso_rds.Values.DBInstanceAutomatedBackupsReplicationList
Sourcemodule DBInstanceRoles = Awso_rds.Values.DBInstanceRoles
Sourcemodule DBInstanceStatusInfoList = Awso_rds.Values.DBInstanceStatusInfoList
Sourcemodule DBParameterGroupStatusList = Awso_rds.Values.DBParameterGroupStatusList

Contains the details of an Amazon RDS DB subnet group. This data type is used as a response element in the DescribeDBSubnetGroups action.

Sourcemodule DatabaseInsightsMode = Awso_rds.Values.DatabaseInsightsMode
Sourcemodule DomainMembershipList = Awso_rds.Values.DomainMembershipList

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.

Sourcemodule OptionGroupMembershipList = Awso_rds.Values.OptionGroupMembershipList
Sourcemodule PendingModifiedValues = Awso_rds.Values.PendingModifiedValues

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.

Sourcemodule ReadReplicaDBClusterIdentifierList = Awso_rds.Values.ReadReplicaDBClusterIdentifierList
Sourcemodule ReadReplicaDBInstanceIdentifierList = Awso_rds.Values.ReadReplicaDBInstanceIdentifierList
Sourcemodule UpgradeRolloutOrder = Awso_rds.Values.UpgradeRolloutOrder

Earliest and latest time an instance can be restored to:

Sourcemodule CACertificateIdentifiersList = Awso_rds.Values.CACertificateIdentifiersList
Sourcemodule CreateCustomDBEngineVersionFault = Awso_rds.Values.CreateCustomDBEngineVersionFault

An error occurred while trying to create the CEV.

Sourcemodule CustomDBEngineVersionAMI = Awso_rds.Values.CustomDBEngineVersionAMI

A value that indicates the AMI information.

Sourcemodule CustomDBEngineVersionAlreadyExistsFault = Awso_rds.Values.CustomDBEngineVersionAlreadyExistsFault

A CEV with the specified name already exists.

Sourcemodule CustomDBEngineVersionManifest = Awso_rds.Values.CustomDBEngineVersionManifest
Sourcemodule CustomDBEngineVersionNotFoundFault = Awso_rds.Values.CustomDBEngineVersionNotFoundFault

The specified CEV was not found.

Sourcemodule CustomDBEngineVersionQuotaExceededFault = Awso_rds.Values.CustomDBEngineVersionQuotaExceededFault

You have exceeded your CEV quota.

Sourcemodule Ec2ImagePropertiesNotSupportedFault = Awso_rds.Values.Ec2ImagePropertiesNotSupportedFault

The AMI configuration prerequisite has not been met.

Sourcemodule FeatureNameList = Awso_rds.Values.FeatureNameList
Sourcemodule InvalidCustomDBEngineVersionStateFault = Awso_rds.Values.InvalidCustomDBEngineVersionStateFault

You can't delete the CEV.

Sourcemodule SupportedCharacterSetsList = Awso_rds.Values.SupportedCharacterSetsList
Sourcemodule SupportedTimezonesList = Awso_rds.Values.SupportedTimezonesList
Sourcemodule ValidUpgradeTargetList = Awso_rds.Values.ValidUpgradeTargetList
Sourcemodule AvailabilityZones = Awso_rds.Values.AvailabilityZones
Sourcemodule ClusterPendingModifiedValues = Awso_rds.Values.ClusterPendingModifiedValues

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.

Sourcemodule ClusterScalabilityType = Awso_rds.Values.ClusterScalabilityType
Sourcemodule DBClusterMemberList = Awso_rds.Values.DBClusterMemberList
Sourcemodule DBClusterOptionGroupMemberships = Awso_rds.Values.DBClusterOptionGroupMemberships
Sourcemodule DBClusterRoles = Awso_rds.Values.DBClusterRoles
Sourcemodule DBClusterStatusInfoList = Awso_rds.Values.DBClusterStatusInfoList
Sourcemodule LimitlessDatabase = Awso_rds.Values.LimitlessDatabase

Contains details for Aurora Limitless Database.

Sourcemodule LocalWriteForwardingStatus = Awso_rds.Values.LocalWriteForwardingStatus
Sourcemodule ReadReplicaIdentifierList = Awso_rds.Values.ReadReplicaIdentifierList
Sourcemodule ScalingConfigurationInfo = Awso_rds.Values.ScalingConfigurationInfo

The scaling configuration for an Aurora DB cluster in serverless DB engine mode. For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

Sourcemodule ServerlessV2ScalingConfigurationInfo = Awso_rds.Values.ServerlessV2ScalingConfigurationInfo

The scaling configuration for an Aurora Serverless v2 DB cluster. For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide.

Sourcemodule DBClusterEndpointAlreadyExistsFault = Awso_rds.Values.DBClusterEndpointAlreadyExistsFault

The specified custom endpoint can't be created because it already exists.

Sourcemodule DBClusterEndpointNotFoundFault = Awso_rds.Values.DBClusterEndpointNotFoundFault

The specified custom endpoint doesn't exist.

Sourcemodule DBClusterEndpointQuotaExceededFault = Awso_rds.Values.DBClusterEndpointQuotaExceededFault

The cluster already has the maximum number of custom endpoints.

Sourcemodule InvalidDBClusterEndpointStateFault = Awso_rds.Values.InvalidDBClusterEndpointStateFault

The requested operation can't be performed on the endpoint while the endpoint is in this state.

Sourcemodule InvalidDBInstanceStateFault = Awso_rds.Values.InvalidDBInstanceStateFault

The DB instance isn't in a valid state.

Sourcemodule TenantDatabase = Awso_rds.Values.TenantDatabase

A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.

Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.

Sourcemodule ServerlessV2PlatformVersionInfo = Awso_rds.Values.ServerlessV2PlatformVersionInfo

This data type is used as a response element in the action DescribeServerlessV2PlatformVersions.

Sourcemodule TagSpecification = Awso_rds.Values.TagSpecification

The tags to apply to resources when creating or modifying a DB instance or DB cluster. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.

Sourcemodule ReservedDBInstancesOffering = Awso_rds.Values.ReservedDBInstancesOffering

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Sourcemodule ReservedDBInstance = Awso_rds.Values.ReservedDBInstance

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

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.

Sourcemodule ResourcePendingMaintenanceActions = Awso_rds.Values.ResourcePendingMaintenanceActions

Describes the pending maintenance actions for a resource.

Sourcemodule OrderableDBInstanceOption = Awso_rds.Values.OrderableDBInstanceOption

Contains a list of available options for a DB instance. This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

Sourcemodule OptionGroupOption = Awso_rds.Values.OptionGroupOption

Available option.

Sourcemodule OptionConfiguration = Awso_rds.Values.OptionConfiguration

A list of all available options for an option group.

Sourcemodule DBSnapshotAttributeList = Awso_rds.Values.DBSnapshotAttributeList
Sourcemodule RecommendedActionUpdate = Awso_rds.Values.RecommendedActionUpdate

The recommended status to update for the specified recommendation action ID.

Sourcemodule UserAuthConfig = Awso_rds.Values.UserAuthConfig

Specifies the details of authentication used by a proxy to log in as a specific database user.

Sourcemodule ModifyAdditionalStorageVolume = Awso_rds.Values.ModifyAdditionalStorageVolume

Contains details about the modification of an additional storage volume.

Sourcemodule DBClusterSnapshotAttributeList = Awso_rds.Values.DBClusterSnapshotAttributeList

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 DescribeDBRecommendations DescribeDBShardGroups DescribePendingMaintenanceActions

A data type representing an Aurora global database.

Contains the details of a snapshot or cluster export to Amazon S3. This data type is used as a response element in the DescribeExportTasks operation.

This data type is used as a response element in the DescribeEvents action.

Sourcemodule EventSubscription = Awso_rds.Values.EventSubscription

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Sourcemodule EventCategoriesMap = Awso_rds.Values.EventCategoriesMap

Contains the results of a successful invocation of the DescribeEventCategories operation.

Sourcemodule ValidAdditionalStorageOptions = Awso_rds.Values.ValidAdditionalStorageOptions

Contains the valid options for additional storage volumes for a DB instance.

A zero-ETL integration with Amazon Redshift.

Sourcemodule ParametersList = Awso_rds.Values.ParametersList

Contains the details for an Amazon RDS DB shard group.

Sourcemodule DBProxyTargetGroup = Awso_rds.Values.DBProxyTargetGroup

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.

Sourcemodule DBProxyEndpoint = Awso_rds.Values.DBProxyEndpoint

The data structure representing an endpoint associated with a DB proxy. RDS automatically creates one endpoint for each DB proxy. For Aurora DB clusters, you can associate additional endpoints with the same DB proxy. These endpoints can be read/write or read-only. They can also reside in different VPCs than the associated DB proxy. This data type is used as a response element in the DescribeDBProxyEndpoints operation.

The data structure representing a proxy managed by the RDS Proxy. This data type is used as a response element in the DescribeDBProxies action.

Sourcemodule DBMajorEngineVersion = Awso_rds.Values.DBMajorEngineVersion

This data type is used as a response element in the operation DescribeDBMajorEngineVersions.

Sourcemodule DescribeDBLogFilesDetails = Awso_rds.Values.DescribeDBLogFilesDetails

This data type is used as a response element to DescribeDBLogFiles.

Sourcemodule BlueGreenDeployment = Awso_rds.Values.BlueGreenDeployment

Details about a blue/green deployment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule DBSnapshotTenantDatabase = Awso_rds.Values.DBSnapshotTenantDatabase

Contains the details of a tenant database in a snapshot of a DB instance.

Contains the details of an Amazon RDS DB snapshot. This data type is used as a response element in the DescribeDBSnapshots action.

Sourcemodule DBSecurityGroup = Awso_rds.Values.DBSecurityGroup

Contains the details for an Amazon RDS DB security group. This data type is used as a response element in the DescribeDBSecurityGroups action.

Sourcemodule DBRecommendation = Awso_rds.Values.DBRecommendation

The recommendation for your DB instances, DB clusters, and DB parameter groups.

Sourcemodule DBParameterGroup = Awso_rds.Values.DBParameterGroup

Contains the details of an Amazon RDS DB parameter group. This data type is used as a response element in the DescribeDBParameterGroups action.

Contains the details of an Amazon RDS DB instance. This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.

Sourcemodule DBInstanceAutomatedBackup = Awso_rds.Values.DBInstanceAutomatedBackup

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.

Sourcemodule DBEngineVersion = Awso_rds.Values.DBEngineVersion

This data type is used as a response element in the action DescribeDBEngineVersions.

Sourcemodule DBClusterSnapshot = Awso_rds.Values.DBClusterSnapshot

Contains the details for an Amazon RDS DB cluster snapshot This data type is used as a response element in the DescribeDBClusterSnapshots action.

Sourcemodule DBClusterParameterGroup = Awso_rds.Values.DBClusterParameterGroup

Contains the details of an Amazon RDS DB cluster parameter group. This data type is used as a response element in the DescribeDBClusterParameterGroups action.

Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster. For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

Sourcemodule DBClusterEndpoint = Awso_rds.Values.DBClusterEndpoint

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.

Sourcemodule DBClusterBacktrack = Awso_rds.Values.DBClusterBacktrack

This data type is used as a response element in the DescribeDBClusterBacktracks action.

Sourcemodule DBClusterAutomatedBackup = Awso_rds.Values.DBClusterAutomatedBackup

An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.

A CA certificate for an Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

Describes a quota for an Amazon Web Services 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 Amazon Web Services 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 in the Amazon RDS User Guide and Quotas for Amazon Aurora in the Amazon Aurora User Guide.

Sourcemodule TenantDatabasesList = Awso_rds.Values.TenantDatabasesList
Sourcemodule BlueGreenDeploymentNotFoundFault = Awso_rds.Values.BlueGreenDeploymentNotFoundFault

BlueGreenDeploymentIdentifier doesn't refer to an existing blue/green deployment.

Sourcemodule DBProxyEndpointNotFoundFault = Awso_rds.Values.DBProxyEndpointNotFoundFault

The DB proxy endpoint doesn't exist.

Sourcemodule DBProxyNotFoundFault = Awso_rds.Values.DBProxyNotFoundFault

The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule DBProxyTargetGroupNotFoundFault = Awso_rds.Values.DBProxyTargetGroupNotFoundFault

The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule DBSnapshotTenantDatabaseNotFoundFault = Awso_rds.Values.DBSnapshotTenantDatabaseNotFoundFault

The specified snapshot tenant database wasn't found.

Sourcemodule TenantDatabaseNotFoundFault = Awso_rds.Values.TenantDatabaseNotFoundFault

The specified tenant database wasn't found in the DB instance.

Sourcemodule GlobalClusterNotFoundFault = Awso_rds.Values.GlobalClusterNotFoundFault

The GlobalClusterIdentifier doesn't refer to an existing global database cluster.

Sourcemodule InvalidGlobalClusterStateFault = Awso_rds.Values.InvalidGlobalClusterStateFault

The global cluster is in an invalid state and can't perform the requested operation.

Sourcemodule DBClusterIdentifier = Awso_rds.Values.DBClusterIdentifier
Sourcemodule InvalidBlueGreenDeploymentStateFault = Awso_rds.Values.InvalidBlueGreenDeploymentStateFault

The blue/green deployment can't be switched over or deleted because there is an invalid configuration in the green environment.

Sourcemodule SwitchoverTimeout = Awso_rds.Values.SwitchoverTimeout
Sourcemodule DBSnapshotAlreadyExistsFault = Awso_rds.Values.DBSnapshotAlreadyExistsFault

DBSnapshotIdentifier is already used by an existing snapshot.

Sourcemodule SnapshotQuotaExceededFault = Awso_rds.Values.SnapshotQuotaExceededFault

The request would result in the user exceeding the allowed number of DB snapshots.

Sourcemodule ResourceNotFoundFault = Awso_rds.Values.ResourceNotFoundFault

The specified resource ID was not found.

Sourcemodule AuthorizationNotFoundFault = Awso_rds.Values.AuthorizationNotFoundFault

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.

Sourcemodule DBSubnetGroupDoesNotCoverEnoughAZs = Awso_rds.Values.DBSubnetGroupDoesNotCoverEnoughAZs

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

Sourcemodule DBSubnetGroupNotFoundFault = Awso_rds.Values.DBSubnetGroupNotFoundFault

DBSubnetGroupName doesn't refer to an existing DB subnet group.

Sourcemodule InsufficientDBInstanceCapacityFault = Awso_rds.Values.InsufficientDBInstanceCapacityFault

The specified DB instance class isn't available in the specified Availability Zone.

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

Sourcemodule VpcEncryptionControlViolationException = Awso_rds.Values.VpcEncryptionControlViolationException

The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.

Sourcemodule DBInstanceAutomatedBackupQuotaExceededFault = Awso_rds.Values.DBInstanceAutomatedBackupQuotaExceededFault

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.

Sourcemodule InvalidDBInstanceAutomatedBackupStateFault = Awso_rds.Values.InvalidDBInstanceAutomatedBackupStateFault

The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.

Sourcemodule StorageTypeNotSupportedFault = Awso_rds.Values.StorageTypeNotSupportedFault

The specified StorageType can't be associated with the DB instance.

Sourcemodule SourceRegionList = Awso_rds.Values.SourceRegionList
Sourcemodule ServerlessV2PlatformVersionList = Awso_rds.Values.ServerlessV2PlatformVersionList
Sourcemodule DBSecurityGroupNotFoundFault = Awso_rds.Values.DBSecurityGroupNotFoundFault

DBSecurityGroupName doesn't refer to an existing DB security group.

Sourcemodule InvalidDBSecurityGroupStateFault = Awso_rds.Values.InvalidDBSecurityGroupStateFault

The state of the DB security group doesn't allow deletion.

Sourcemodule BackupPolicyNotFoundFault = Awso_rds.Values.BackupPolicyNotFoundFault
Sourcemodule CertificateNotFoundFault = Awso_rds.Values.CertificateNotFoundFault

CertificateIdentifier doesn't refer to an existing certificate.

Sourcemodule DBInstanceAlreadyExistsFault = Awso_rds.Values.DBInstanceAlreadyExistsFault

The user already has a DB instance with the given identifier.

Sourcemodule DBInstanceAutomatedBackupNotFoundFault = Awso_rds.Values.DBInstanceAutomatedBackupNotFoundFault

No automated backup for this DB instance was found.

Sourcemodule DBParameterGroupNotFoundFault = Awso_rds.Values.DBParameterGroupNotFoundFault

DBParameterGroupName doesn't refer to an existing DB parameter group.

Sourcemodule DomainNotFoundFault = Awso_rds.Values.DomainNotFoundFault

Domain doesn't refer to an existing Active Directory domain.

Sourcemodule InstanceQuotaExceededFault = Awso_rds.Values.InstanceQuotaExceededFault

The request would result in the user exceeding the allowed number of DB instances.

Sourcemodule InvalidRestoreFault = Awso_rds.Values.InvalidRestoreFault

Cannot restore from VPC backup to non-VPC DB instance.

Sourcemodule OptionGroupNotFoundFault = Awso_rds.Values.OptionGroupNotFoundFault

The specified option group could not be found.

Sourcemodule PointInTimeRestoreNotEnabledFault = Awso_rds.Values.PointInTimeRestoreNotEnabledFault

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

Sourcemodule ProvisionedIopsNotAvailableInAZFault = Awso_rds.Values.ProvisionedIopsNotAvailableInAZFault

Provisioned IOPS not available in the specified Availability Zone.

Sourcemodule StorageQuotaExceededFault = Awso_rds.Values.StorageQuotaExceededFault

The request would result in the user exceeding the allowed amount of storage available across all DB instances.

Sourcemodule TenantDatabaseQuotaExceededFault = Awso_rds.Values.TenantDatabaseQuotaExceededFault

You attempted to create more tenant databases than are permitted in your Amazon Web Services account.

Sourcemodule TagSpecificationList = Awso_rds.Values.TagSpecificationList
Sourcemodule InvalidDBSnapshotStateFault = Awso_rds.Values.InvalidDBSnapshotStateFault

The state of the DB snapshot doesn't allow deletion.

Sourcemodule DBClusterAlreadyExistsFault = Awso_rds.Values.DBClusterAlreadyExistsFault

The user already has a DB cluster with the given identifier.

Sourcemodule DBClusterAutomatedBackupNotFoundFault = Awso_rds.Values.DBClusterAutomatedBackupNotFoundFault

No automated backup for this DB cluster was found.

Sourcemodule DBClusterParameterGroupNotFoundFault = Awso_rds.Values.DBClusterParameterGroupNotFoundFault

DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.

Sourcemodule DBClusterQuotaExceededFault = Awso_rds.Values.DBClusterQuotaExceededFault

The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.

Sourcemodule InsufficientDBClusterCapacityFault = Awso_rds.Values.InsufficientDBClusterCapacityFault

The DB cluster doesn't have enough capacity for the current operation.

Sourcemodule InsufficientStorageClusterCapacityFault = Awso_rds.Values.InsufficientStorageClusterCapacityFault

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.

Sourcemodule InvalidDBClusterSnapshotStateFault = Awso_rds.Values.InvalidDBClusterSnapshotStateFault

The supplied value isn't a valid DB cluster snapshot state.

Sourcemodule ScalingConfiguration = Awso_rds.Values.ScalingConfiguration

Contains the scaling configuration of an Aurora Serverless v1 DB cluster. For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

Sourcemodule ServerlessV2ScalingConfiguration = Awso_rds.Values.ServerlessV2ScalingConfiguration

Contains the scaling configuration of an Aurora Serverless v2 DB cluster. For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide.

Sourcemodule InvalidDBSubnetGroupStateFault = Awso_rds.Values.InvalidDBSubnetGroupStateFault

The DB subnet group cannot be deleted because it's in use.

Sourcemodule ReservedDBInstancesOfferingList = Awso_rds.Values.ReservedDBInstancesOfferingList
Sourcemodule ReservedDBInstancesOfferingNotFoundFault = Awso_rds.Values.ReservedDBInstancesOfferingNotFoundFault

Specified offering does not exist.

Sourcemodule ReservedDBInstanceList = Awso_rds.Values.ReservedDBInstanceList
Sourcemodule ReservedDBInstanceNotFoundFault = Awso_rds.Values.ReservedDBInstanceNotFoundFault

The specified reserved DB Instance not found.

Sourcemodule SourceNotFoundFault = Awso_rds.Values.SourceNotFoundFault

The requested source could not be found.

Sourcemodule SubscriptionNotFoundFault = Awso_rds.Values.SubscriptionNotFoundFault

The subscription name does not exist.

Sourcemodule DBProxyTargetAlreadyRegisteredFault = Awso_rds.Values.DBProxyTargetAlreadyRegisteredFault

The proxy is already associated with the specified RDS DB instance or Aurora DB cluster.

Sourcemodule InsufficientAvailableIPsInSubnetFault = Awso_rds.Values.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.

Sourcemodule InvalidDBProxyStateFault = Awso_rds.Values.InvalidDBProxyStateFault

The requested operation can't be performed while the proxy is in this state.

Sourcemodule DBProxyTargetGroupName = Awso_rds.Values.DBProxyTargetGroupName
Sourcemodule ReservedDBInstanceAlreadyExistsFault = Awso_rds.Values.ReservedDBInstanceAlreadyExistsFault

User already has a reservation with the given identifier.

Sourcemodule ReservedDBInstanceQuotaExceededFault = Awso_rds.Values.ReservedDBInstanceQuotaExceededFault

Request would exceed the user's DB Instance quota.

Sourcemodule PendingMaintenanceActions = Awso_rds.Values.PendingMaintenanceActions
Sourcemodule OrderableDBInstanceOptionsList = Awso_rds.Values.OrderableDBInstanceOptionsList
Sourcemodule OptionGroupsList = Awso_rds.Values.OptionGroupsList
Sourcemodule OptionGroupOptionsList = Awso_rds.Values.OptionGroupOptionsList
Sourcemodule TenantDatabaseAlreadyExistsFault = Awso_rds.Values.TenantDatabaseAlreadyExistsFault

You attempted to either create a tenant database that already exists or modify a tenant database to use the name of an existing tenant database.

Sourcemodule InvalidOptionGroupStateFault = Awso_rds.Values.InvalidOptionGroupStateFault

The option group isn't in the available state.

Sourcemodule OptionConfigurationList = Awso_rds.Values.OptionConfigurationList
Sourcemodule OptionNamesList = Awso_rds.Values.OptionNamesList
Sourcemodule IntegrationIdentifier = Awso_rds.Values.IntegrationIdentifier
Sourcemodule GlobalClusterAlreadyExistsFault = Awso_rds.Values.GlobalClusterAlreadyExistsFault

The GlobalClusterIdentifier already exists. Specify a new global database identifier (unique name) to create a new global database cluster or to rename an existing one.

Sourcemodule EventSubscriptionQuotaExceededFault = Awso_rds.Values.EventSubscriptionQuotaExceededFault

You have reached the maximum number of event subscriptions.

Sourcemodule SNSInvalidTopicFault = Awso_rds.Values.SNSInvalidTopicFault

SNS has responded that there is a problem with the SNS topic specified.

Sourcemodule SNSNoAuthorizationFault = Awso_rds.Values.SNSNoAuthorizationFault

You do not have permission to publish to the SNS topic ARN.

Sourcemodule SNSTopicArnNotFoundFault = Awso_rds.Values.SNSTopicArnNotFoundFault

The SNS topic ARN does not exist.

Sourcemodule SubscriptionCategoryNotFoundFault = Awso_rds.Values.SubscriptionCategoryNotFoundFault

The supplied category does not exist.

Sourcemodule DBSubnetQuotaExceededFault = Awso_rds.Values.DBSubnetQuotaExceededFault

The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.

Sourcemodule SubnetAlreadyInUse = Awso_rds.Values.SubnetAlreadyInUse

The DB subnet is already in use in the Availability Zone.

Sourcemodule SubnetIdentifierList = Awso_rds.Values.SubnetIdentifierList
Sourcemodule DBSnapshotAttributesResult = Awso_rds.Values.DBSnapshotAttributesResult

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

Sourcemodule SharedSnapshotQuotaExceededFault = Awso_rds.Values.SharedSnapshotQuotaExceededFault

You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.

Sourcemodule RecommendedActionUpdateList = Awso_rds.Values.RecommendedActionUpdateList
Sourcemodule ConnectionPoolConfiguration = Awso_rds.Values.ConnectionPoolConfiguration

Specifies the settings that control the size and behavior of the connection pool associated with a DBProxyTargetGroup.

Sourcemodule DBProxyAlreadyExistsFault = Awso_rds.Values.DBProxyAlreadyExistsFault

The specified proxy name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule DefaultAuthScheme = Awso_rds.Values.DefaultAuthScheme
Sourcemodule UserAuthConfigList = Awso_rds.Values.UserAuthConfigList
Sourcemodule DBProxyEndpointAlreadyExistsFault = Awso_rds.Values.DBProxyEndpointAlreadyExistsFault

The specified DB proxy endpoint name must be unique for all DB proxy endpoints owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule InvalidDBProxyEndpointStateFault = Awso_rds.Values.InvalidDBProxyEndpointStateFault

You can't perform this operation while the DB proxy endpoint is in a particular state.

Sourcemodule DBProxyEndpointName = Awso_rds.Values.DBProxyEndpointName
Sourcemodule DBUpgradeDependencyFailureFault = Awso_rds.Values.DBUpgradeDependencyFailureFault

The DB upgrade failed because a resource the DB depends on can't be modified.

Sourcemodule AwsBackupRecoveryPointArn = Awso_rds.Values.AwsBackupRecoveryPointArn
Sourcemodule CloudwatchLogsExportConfiguration = Awso_rds.Values.CloudwatchLogsExportConfiguration

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 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 in the Amazon Aurora User Guide.

Sourcemodule MasterUserAuthenticationType = Awso_rds.Values.MasterUserAuthenticationType
Sourcemodule ModifyAdditionalStorageVolumesList = Awso_rds.Values.ModifyAdditionalStorageVolumesList
Sourcemodule DBClusterSnapshotAttributesResult = Awso_rds.Values.DBClusterSnapshotAttributesResult

Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

Sourcemodule StorageTypeNotAvailableFault = Awso_rds.Values.StorageTypeNotAvailableFault

The aurora-iopt1 storage type isn't available, because you modified the DB cluster to use this storage type less than one month ago.

Sourcemodule CustomEngineName = Awso_rds.Values.CustomEngineName
Sourcemodule CustomEngineVersion = Awso_rds.Values.CustomEngineVersion
Sourcemodule CustomEngineVersionStatus = Awso_rds.Values.CustomEngineVersionStatus
Sourcemodule AuditPolicyState = Awso_rds.Values.AuditPolicyState
Sourcemodule GlobalClusterList = Awso_rds.Values.GlobalClusterList
Sourcemodule ExportTasksList = Awso_rds.Values.ExportTasksList
Sourcemodule EventSubscriptionsList = Awso_rds.Values.EventSubscriptionsList
Sourcemodule EventCategoriesMapList = Awso_rds.Values.EventCategoriesMapList
Sourcemodule InvalidResourceStateFault = Awso_rds.Values.InvalidResourceStateFault

The operation can't be performed because another operation is in progress.

Sourcemodule DBInstanceNotReadyFault = Awso_rds.Values.DBInstanceNotReadyFault

An attempt to download or examine log files didn't succeed because an Aurora Serverless v2 instance was paused.

Sourcemodule DBLogFileNotFoundFault = Awso_rds.Values.DBLogFileNotFoundFault

LogFileName doesn't refer to an existing DB log file.

Sourcemodule ValidDBInstanceModificationsMessage = Awso_rds.Values.ValidDBInstanceModificationsMessage

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.

Sourcemodule IntegrationList = Awso_rds.Values.IntegrationList
Sourcemodule EngineDefaults = Awso_rds.Values.EngineDefaults

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

Sourcemodule DBShardGroupsList = Awso_rds.Values.DBShardGroupsList
Sourcemodule DBProxyTargetNotFoundFault = Awso_rds.Values.DBProxyTargetNotFoundFault

The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Sourcemodule TargetGroupList = Awso_rds.Values.TargetGroupList
Sourcemodule DBProxyEndpointList = Awso_rds.Values.DBProxyEndpointList
Sourcemodule DBMajorEngineVersionsList = Awso_rds.Values.DBMajorEngineVersionsList
Sourcemodule MajorEngineVersion = Awso_rds.Values.MajorEngineVersion
Sourcemodule DescribeDBLogFilesList = Awso_rds.Values.DescribeDBLogFilesList
Sourcemodule BlueGreenDeploymentList = Awso_rds.Values.BlueGreenDeploymentList
Sourcemodule InvalidEventSubscriptionStateFault = Awso_rds.Values.InvalidEventSubscriptionStateFault

This error can occur if someone else is modifying a subscription. You should retry the action.

Sourcemodule DBClusterAutomatedBackupQuotaExceededFault = Awso_rds.Values.DBClusterAutomatedBackupQuotaExceededFault

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 cluster quota.

Sourcemodule DBClusterSnapshotAlreadyExistsFault = Awso_rds.Values.DBClusterSnapshotAlreadyExistsFault

The user already has a DB cluster snapshot with the given identifier.

Sourcemodule InvalidDBClusterAutomatedBackupStateFault = Awso_rds.Values.InvalidDBClusterAutomatedBackupStateFault

The automated backup is in an invalid state. For example, this automated backup is associated with an active cluster.

Sourcemodule DBSubnetGroups = Awso_rds.Values.DBSubnetGroups
Sourcemodule DBSnapshotTenantDatabasesList = Awso_rds.Values.DBSnapshotTenantDatabasesList
Sourcemodule DBSnapshotList = Awso_rds.Values.DBSnapshotList
Sourcemodule DBSecurityGroups = Awso_rds.Values.DBSecurityGroups
Sourcemodule DBRecommendationList = Awso_rds.Values.DBRecommendationList
Sourcemodule DBParameterGroupList = Awso_rds.Values.DBParameterGroupList
Sourcemodule InvalidDBParameterGroupStateFault = Awso_rds.Values.InvalidDBParameterGroupStateFault

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.

Sourcemodule DBInstanceList = Awso_rds.Values.DBInstanceList
Sourcemodule DBInstanceAutomatedBackupList = Awso_rds.Values.DBInstanceAutomatedBackupList
Sourcemodule DBEngineVersionList = Awso_rds.Values.DBEngineVersionList
Sourcemodule DBClusterSnapshotList = Awso_rds.Values.DBClusterSnapshotList
Sourcemodule DBClusterParameterGroupList = Awso_rds.Values.DBClusterParameterGroupList
Sourcemodule DBClusterEndpointList = Awso_rds.Values.DBClusterEndpointList
Sourcemodule InvalidDBClusterCapacityFault = Awso_rds.Values.InvalidDBClusterCapacityFault

Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity values are 2, 4, 8, 16, 32, 64, 128, and 256.

Sourcemodule DBClusterBacktrackList = Awso_rds.Values.DBClusterBacktrackList
Sourcemodule DBClusterBacktrackNotFoundFault = Awso_rds.Values.DBClusterBacktrackNotFoundFault

BacktrackIdentifier doesn't refer to an existing backtrack.

Sourcemodule DBClusterAutomatedBackupList = Awso_rds.Values.DBClusterAutomatedBackupList
Sourcemodule OptionGroupAlreadyExistsFault = Awso_rds.Values.OptionGroupAlreadyExistsFault

The option group you are trying to create already exists.

Sourcemodule OptionGroupQuotaExceededFault = Awso_rds.Values.OptionGroupQuotaExceededFault

The quota of 20 option groups was exceeded for this Amazon Web Services account.

Sourcemodule GlobalClusterQuotaExceededFault = Awso_rds.Values.GlobalClusterQuotaExceededFault

The number of global database clusters for this account is already at the maximum allowed.

Sourcemodule SubscriptionAlreadyExistFault = Awso_rds.Values.SubscriptionAlreadyExistFault

The supplied subscription name already exists.

Sourcemodule DBSubnetGroupAlreadyExistsFault = Awso_rds.Values.DBSubnetGroupAlreadyExistsFault

DBSubnetGroupName is already used by an existing DB subnet group.

Sourcemodule DBSubnetGroupQuotaExceededFault = Awso_rds.Values.DBSubnetGroupQuotaExceededFault

The request would result in the user exceeding the allowed number of DB subnet groups.

Sourcemodule DBSecurityGroupAlreadyExistsFault = Awso_rds.Values.DBSecurityGroupAlreadyExistsFault

A DB security group with the name specified in DBSecurityGroupName already exists.

Sourcemodule DBSecurityGroupNotSupportedFault = Awso_rds.Values.DBSecurityGroupNotSupportedFault

A DB security group isn't allowed for this action.

Sourcemodule DBSecurityGroupQuotaExceededFault = Awso_rds.Values.DBSecurityGroupQuotaExceededFault

The request would result in the user exceeding the allowed number of DB security groups.

Sourcemodule DBProxyQuotaExceededFault = Awso_rds.Values.DBProxyQuotaExceededFault

Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.

Sourcemodule DBProxyEndpointQuotaExceededFault = Awso_rds.Values.DBProxyEndpointQuotaExceededFault

The DB proxy already has the maximum number of endpoints.

Sourcemodule DBParameterGroupAlreadyExistsFault = Awso_rds.Values.DBParameterGroupAlreadyExistsFault

A DB parameter group with the same name exists.

Sourcemodule DBParameterGroupQuotaExceededFault = Awso_rds.Values.DBParameterGroupQuotaExceededFault

The request would result in the user exceeding the allowed number of DB parameter groups.

Sourcemodule DBSubnetGroupNotAllowedFault = Awso_rds.Values.DBSubnetGroupNotAllowedFault

The DBSubnetGroup shouldn't be specified while creating read replicas that lie in the same region as the source instance.

Sourcemodule InvalidDBSubnetGroupFault = Awso_rds.Values.InvalidDBSubnetGroupFault

The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region read replica of the same source instance.

Sourcemodule BlueGreenDeploymentAlreadyExistsFault = Awso_rds.Values.BlueGreenDeploymentAlreadyExistsFault

A blue/green deployment with the specified name already exists.

Sourcemodule SourceClusterNotSupportedFault = Awso_rds.Values.SourceClusterNotSupportedFault

The source DB cluster isn't supported for a blue/green deployment.

Sourcemodule SourceDatabaseNotSupportedFault = Awso_rds.Values.SourceDatabaseNotSupportedFault

The source DB instance isn't supported for a blue/green deployment.

Sourcemodule TargetDBClusterParameterGroupName = Awso_rds.Values.TargetDBClusterParameterGroupName
Sourcemodule TargetDBInstanceClass = Awso_rds.Values.TargetDBInstanceClass
Sourcemodule TargetDBParameterGroupName = Awso_rds.Values.TargetDBParameterGroupName
Sourcemodule TargetEngineVersion = Awso_rds.Values.TargetEngineVersion
Sourcemodule TargetStorageType = Awso_rds.Values.TargetStorageType
Sourcemodule CustomAvailabilityZoneNotFoundFault = Awso_rds.Values.CustomAvailabilityZoneNotFoundFault

CustomAvailabilityZoneId doesn't refer to an existing custom Availability Zone identifier.

Sourcemodule CertificateList = Awso_rds.Values.CertificateList
Sourcemodule AuthorizationAlreadyExistsFault = Awso_rds.Values.AuthorizationAlreadyExistsFault

The specified CIDR IP range or Amazon EC2 security group is already authorized for the specified DB security group.

Sourcemodule AuthorizationQuotaExceededFault = Awso_rds.Values.AuthorizationQuotaExceededFault

The DB security group authorization quota has been reached.

Sourcemodule AccountQuotaList = Awso_rds.Values.AccountQuotaList
Sourcemodule TenantDatabasesMessage = Awso_rds.Values.TenantDatabasesMessage

Describes the tenant databases in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle CDB instances are supported.

Sourcemodule TagListMessage = Awso_rds.Values.TagListMessage
Sourcemodule SwitchoverReadReplicaResult = Awso_rds.Values.SwitchoverReadReplicaResult

Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.

Sourcemodule SwitchoverReadReplicaMessage = Awso_rds.Values.SwitchoverReadReplicaMessage

Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.

Sourcemodule SwitchoverGlobalClusterResult = Awso_rds.Values.SwitchoverGlobalClusterResult

Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster. Switchover operations were previously called "managed planned failovers." Aurora promotes the specified secondary cluster to assume full read/write capabilities and demotes the current primary cluster to a secondary (read-only) cluster, maintaining the orginal replication topology. All secondary clusters are synchronized with the primary at the beginning of the process so the new primary continues operations for the Aurora global database without losing any data. Your database is unavailable for a short time while the primary and selected secondary clusters are assuming their new roles. For more information about switching over an Aurora global database, see Performing switchovers for Amazon Aurora global databases in the Amazon Aurora User Guide. This operation is intended for controlled environments, for operations such as "regional rotation" or to fall back to the original primary after a global database failover.

Sourcemodule SwitchoverGlobalClusterMessage = Awso_rds.Values.SwitchoverGlobalClusterMessage

Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster. Switchover operations were previously called "managed planned failovers." Aurora promotes the specified secondary cluster to assume full read/write capabilities and demotes the current primary cluster to a secondary (read-only) cluster, maintaining the orginal replication topology. All secondary clusters are synchronized with the primary at the beginning of the process so the new primary continues operations for the Aurora global database without losing any data. Your database is unavailable for a short time while the primary and selected secondary clusters are assuming their new roles. For more information about switching over an Aurora global database, see Performing switchovers for Amazon Aurora global databases in the Amazon Aurora User Guide. This operation is intended for controlled environments, for operations such as "regional rotation" or to fall back to the original primary after a global database failover.

Sourcemodule SwitchoverBlueGreenDeploymentResponse = Awso_rds.Values.SwitchoverBlueGreenDeploymentResponse

Switches over a blue/green deployment. Before you switch over, production traffic is routed to the databases in the blue environment. After you switch over, production traffic is routed to the databases in the green environment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule SwitchoverBlueGreenDeploymentRequest = Awso_rds.Values.SwitchoverBlueGreenDeploymentRequest

Switches over a blue/green deployment. Before you switch over, production traffic is routed to the databases in the blue environment. After you switch over, production traffic is routed to the databases in the green environment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule StopDBInstanceResult = Awso_rds.Values.StopDBInstanceResult

Stops an Amazon RDS DB instance temporarily. 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. The instance restarts automatically after 7 days. For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.

Sourcemodule StopDBInstanceMessage = Awso_rds.Values.StopDBInstanceMessage

Stops an Amazon RDS DB instance temporarily. 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. The instance restarts automatically after 7 days. For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.

Sourcemodule StopDBInstanceAutomatedBackupsReplicationResult = Awso_rds.Values.StopDBInstanceAutomatedBackupsReplicationResult

Stops automated backup replication for a DB instance. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

Sourcemodule StopDBInstanceAutomatedBackupsReplicationMessage = Awso_rds.Values.StopDBInstanceAutomatedBackupsReplicationMessage

Stops automated backup replication for a DB instance. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

Sourcemodule StopDBClusterResult = Awso_rds.Values.StopDBClusterResult

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 in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters.

Sourcemodule StopDBClusterMessage = Awso_rds.Values.StopDBClusterMessage

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 in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters.

Sourcemodule StopActivityStreamResponse = Awso_rds.Values.StopActivityStreamResponse

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream operation. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.

Sourcemodule StopActivityStreamRequest = Awso_rds.Values.StopActivityStreamRequest

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream operation. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.

Sourcemodule StartExportTaskMessage = Awso_rds.Values.StartExportTaskMessage

Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from RDS Custom DB instances. For more information, see Supported Regions and DB engines for exporting snapshots to S3 in Amazon RDS. For more information on exporting DB snapshot data, see Exporting DB snapshot data to Amazon S3 in the Amazon RDS User Guide or Exporting DB cluster snapshot data to Amazon S3 in the Amazon Aurora User Guide. For more information on exporting DB cluster data, see Exporting DB cluster data to Amazon S3 in the Amazon Aurora User Guide.

Sourcemodule StartDBInstanceResult = Awso_rds.Values.StartDBInstanceResult

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance operation. For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

Sourcemodule StartDBInstanceMessage = Awso_rds.Values.StartDBInstanceMessage

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance operation. For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

Sourcemodule StartDBInstanceAutomatedBackupsReplicationResult = Awso_rds.Values.StartDBInstanceAutomatedBackupsReplicationResult

Enables replication of automated backups to a different Amazon Web Services Region. This command doesn't apply to RDS Custom. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

Sourcemodule StartDBInstanceAutomatedBackupsReplicationMessage = Awso_rds.Values.StartDBInstanceAutomatedBackupsReplicationMessage

Enables replication of automated backups to a different Amazon Web Services Region. This command doesn't apply to RDS Custom. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

Sourcemodule StartDBClusterResult = Awso_rds.Values.StartDBClusterResult

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster operation. For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters.

Sourcemodule StartDBClusterMessage = Awso_rds.Values.StartDBClusterMessage

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster operation. For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters.

Sourcemodule StartActivityStreamResponse = Awso_rds.Values.StartActivityStreamResponse

Starts a database activity stream to monitor activity on the database. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.

Sourcemodule StartActivityStreamRequest = Awso_rds.Values.StartActivityStreamRequest

Starts a database activity stream to monitor activity on the database. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.

Sourcemodule SourceRegionMessage = Awso_rds.Values.SourceRegionMessage

Contains the result of a successful invocation of the DescribeSourceRegions action.

Sourcemodule ServerlessV2PlatformVersionsMessage = Awso_rds.Values.ServerlessV2PlatformVersionsMessage

Contains the result of a successful invocation of the DescribeServerlessV2PlatformVersions action.

Sourcemodule RevokeDBSecurityGroupIngressResult = Awso_rds.Values.RevokeDBSecurityGroupIngressResult

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). EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide, the blog EC2-Classic Networking is Retiring – Here’s How to Prepare, and Moving a DB instance not in a VPC into a VPC in the Amazon RDS User Guide.

Sourcemodule RevokeDBSecurityGroupIngressMessage = Awso_rds.Values.RevokeDBSecurityGroupIngressMessage
Sourcemodule RestoreDBInstanceToPointInTimeResult = Awso_rds.Values.RestoreDBInstanceToPointInTimeResult

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 operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.

Sourcemodule RestoreDBInstanceToPointInTimeMessage = Awso_rds.Values.RestoreDBInstanceToPointInTimeMessage
Sourcemodule RestoreDBInstanceFromS3Result = Awso_rds.Values.RestoreDBInstanceFromS3Result

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 Restoring a backup into an Amazon RDS for MySQL DB instance in the Amazon RDS User Guide. This operation doesn't apply to RDS Custom.

Sourcemodule RestoreDBInstanceFromS3Message = Awso_rds.Values.RestoreDBInstanceFromS3Message

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 Restoring a backup into an Amazon RDS for MySQL DB instance in the Amazon RDS User Guide. This operation doesn't apply to RDS Custom.

Sourcemodule RestoreDBInstanceFromDBSnapshotResult = Awso_rds.Values.RestoreDBInstanceFromDBSnapshotResult

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 operation. 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 operation. 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. To restore from a DB snapshot with an unsupported engine version, you must first upgrade the engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see Upgrading a MySQL DB snapshot engine version. For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, Upgrading a PostgreSQL DB snapshot engine version. This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterFromSnapshot.

Sourcemodule RestoreDBInstanceFromDBSnapshotMessage = Awso_rds.Values.RestoreDBInstanceFromDBSnapshotMessage
Sourcemodule RestoreDBClusterToPointInTimeResult = Awso_rds.Values.RestoreDBClusterToPointInTimeResult

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. Unless the RestoreType is set to copy-on-write, the restore may occur in a different Availability Zone (AZ) from the original DB cluster. The AZ where RDS restores the DB cluster depends on the AZs in the specified subnet group. You can use the EnableVPCNetworking and EnableInternetAccessGateway parameters together to restore an Aurora PostgreSQL cluster without VPC networking and with internet-based connectivity. These two parameters must always be specified together. Set EnableVPCNetworking to false to disable the VPC network interface (ENI) for the cluster. EnableInternetAccessGateway enables internet-based connectivity through an internet access gateway. IAM database authentication is required and must be enabled using EnableIAMDatabaseAuthentication. Once the cluster is restored, you need to modify the DB cluster to update MasterUserAuthenticationType to iam-db-auth. For Aurora, this operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance operation 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 operation has completed and the DB cluster is available. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule RestoreDBClusterToPointInTimeMessage = Awso_rds.Values.RestoreDBClusterToPointInTimeMessage
include module type of struct include Awso_rds.Values_1 end
Sourcemodule RestoreDBClusterFromSnapshotResult = Awso_rds.Values.RestoreDBClusterFromSnapshotResult

Creates a new DB cluster from a DB snapshot or DB cluster snapshot. 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. You can use the EnableVPCNetworking and EnableInternetAccessGateway parameters together to restore an Aurora PostgreSQL cluster without VPC networking and with internet-based connectivity. These two parameters must always be specified together. Set EnableVPCNetworking to false to disable the VPC network interface (ENI) for the cluster. EnableInternetAccessGateway enables internet-based connectivity through an internet access gateway. IAM database authentication is required and must be enabled using EnableIAMDatabaseAuthentication. Once the cluster is restored, you need to modify the DB cluster to update MasterUserAuthenticationType to iam-db-auth. This operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance operation 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 operation has completed and the DB cluster is available. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule RestoreDBClusterFromSnapshotMessage = Awso_rds.Values.RestoreDBClusterFromSnapshotMessage
Sourcemodule RestoreDBClusterFromS3Result = Awso_rds.Values.RestoreDBClusterFromS3Result

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 in the Amazon Aurora User Guide. This operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance operation 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 operation has completed and the DB cluster is available. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.

Sourcemodule RestoreDBClusterFromS3Message = Awso_rds.Values.RestoreDBClusterFromS3Message

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 in the Amazon Aurora User Guide. This operation only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance operation 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 operation has completed and the DB cluster is available. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.

Sourcemodule ResetDBParameterGroupMessage = Awso_rds.Values.ResetDBParameterGroupMessage
Sourcemodule ResetDBClusterParameterGroupMessage = Awso_rds.Values.ResetDBClusterParameterGroupMessage
Sourcemodule ReservedDBInstancesOfferingMessage = Awso_rds.Values.ReservedDBInstancesOfferingMessage

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

Sourcemodule ReservedDBInstanceMessage = Awso_rds.Values.ReservedDBInstanceMessage

Contains the result of a successful invocation of the DescribeReservedDBInstances action.

Sourcemodule RemoveTagsFromResourceMessage = Awso_rds.Values.RemoveTagsFromResourceMessage
Sourcemodule RemoveSourceIdentifierFromSubscriptionResult = Awso_rds.Values.RemoveSourceIdentifierFromSubscriptionResult

Removes a source identifier from an existing RDS event notification subscription.

Sourcemodule RemoveSourceIdentifierFromSubscriptionMessage = Awso_rds.Values.RemoveSourceIdentifierFromSubscriptionMessage
Sourcemodule RemoveRoleFromDBInstanceMessage = Awso_rds.Values.RemoveRoleFromDBInstanceMessage

Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.

Sourcemodule RemoveRoleFromDBClusterMessage = Awso_rds.Values.RemoveRoleFromDBClusterMessage

Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule RemoveFromGlobalClusterResult = Awso_rds.Values.RemoveFromGlobalClusterResult

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 operation only applies to Aurora DB clusters.

Sourcemodule RemoveFromGlobalClusterMessage = Awso_rds.Values.RemoveFromGlobalClusterMessage

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 operation only applies to Aurora DB clusters.

Sourcemodule RegisterDBProxyTargetsResponse = Awso_rds.Values.RegisterDBProxyTargetsResponse

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

Sourcemodule RegisterDBProxyTargetsRequest = Awso_rds.Values.RegisterDBProxyTargetsRequest

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

Sourcemodule RebootDBShardGroupMessage = Awso_rds.Values.RebootDBShardGroupMessage

You might need to reboot your DB shard group, usually for maintenance reasons. For example, if you make certain modifications, reboot the DB shard group for the changes to take effect. This operation applies only to Aurora Limitless Database DBb shard groups.

Sourcemodule RebootDBInstanceResult = Awso_rds.Values.RebootDBInstanceResult

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 in the Amazon RDS User Guide. This command doesn't apply to RDS Custom. If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the RebootDBCluster operation.

Sourcemodule RebootDBInstanceMessage = Awso_rds.Values.RebootDBInstanceMessage
Sourcemodule RebootDBClusterResult = Awso_rds.Values.RebootDBClusterResult

You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect. Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting. Use this operation only for a non-Aurora Multi-AZ DB cluster. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule RebootDBClusterMessage = Awso_rds.Values.RebootDBClusterMessage

You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect. Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting. Use this operation only for a non-Aurora Multi-AZ DB cluster. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule PurchaseReservedDBInstancesOfferingResult = Awso_rds.Values.PurchaseReservedDBInstancesOfferingResult

Purchases a reserved DB instance offering.

Sourcemodule PurchaseReservedDBInstancesOfferingMessage = Awso_rds.Values.PurchaseReservedDBInstancesOfferingMessage
Sourcemodule PromoteReadReplicaResult = Awso_rds.Values.PromoteReadReplicaResult

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, Aurora PostgreSQL, or RDS Custom.

Sourcemodule PromoteReadReplicaMessage = Awso_rds.Values.PromoteReadReplicaMessage
Sourcemodule PromoteReadReplicaDBClusterResult = Awso_rds.Values.PromoteReadReplicaDBClusterResult

Promotes a read replica DB cluster to a standalone DB cluster.

Sourcemodule PromoteReadReplicaDBClusterMessage = Awso_rds.Values.PromoteReadReplicaDBClusterMessage
Sourcemodule PendingMaintenanceActionsMessage = Awso_rds.Values.PendingMaintenanceActionsMessage

Data returned from the DescribePendingMaintenanceActions action.

Sourcemodule OrderableDBInstanceOptionsMessage = Awso_rds.Values.OrderableDBInstanceOptionsMessage

Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.

List of option groups.

Sourcemodule OptionGroupOptionsMessage = Awso_rds.Values.OptionGroupOptionsMessage
Sourcemodule ModifyTenantDatabaseResult = Awso_rds.Values.ModifyTenantDatabaseResult

Modifies an existing tenant database in a DB instance. You can change the tenant database name or the master user password. This operation is supported only for RDS for Oracle CDB instances using the multi-tenant configuration.

Sourcemodule ModifyTenantDatabaseMessage = Awso_rds.Values.ModifyTenantDatabaseMessage

Modifies an existing tenant database in a DB instance. You can change the tenant database name or the master user password. This operation is supported only for RDS for Oracle CDB instances using the multi-tenant configuration.

Sourcemodule ModifyOptionGroupResult = Awso_rds.Values.ModifyOptionGroupResult

Modifies an existing option group.

Sourcemodule ModifyOptionGroupMessage = Awso_rds.Values.ModifyOptionGroupMessage
Sourcemodule ModifyIntegrationMessage = Awso_rds.Values.ModifyIntegrationMessage

Modifies a zero-ETL integration with Amazon Redshift.

Sourcemodule ModifyGlobalClusterResult = Awso_rds.Values.ModifyGlobalClusterResult

Modifies a setting for an Amazon Aurora global database 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? in the Amazon Aurora User Guide. This operation only applies to Aurora global database clusters.

Sourcemodule ModifyGlobalClusterMessage = Awso_rds.Values.ModifyGlobalClusterMessage

Modifies a setting for an Amazon Aurora global database 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? in the Amazon Aurora User Guide. This operation only applies to Aurora global database clusters.

Sourcemodule ModifyEventSubscriptionResult = Awso_rds.Values.ModifyEventSubscriptionResult

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 in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

Sourcemodule ModifyEventSubscriptionMessage = Awso_rds.Values.ModifyEventSubscriptionMessage
Sourcemodule ModifyDBSubnetGroupResult = Awso_rds.Values.ModifyDBSubnetGroupResult

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.

Sourcemodule ModifyDBSubnetGroupMessage = Awso_rds.Values.ModifyDBSubnetGroupMessage
Sourcemodule ModifyDBSnapshotResult = Awso_rds.Values.ModifyDBSnapshotResult

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 MariaDB, MySQL, PostgreSQL, and Oracle. This operation doesn't apply to RDS Custom or RDS for Db2.

Sourcemodule ModifyDBSnapshotMessage = Awso_rds.Values.ModifyDBSnapshotMessage

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 MariaDB, MySQL, PostgreSQL, and Oracle. This operation doesn't apply to RDS Custom or RDS for Db2.

Sourcemodule ModifyDBSnapshotAttributeResult = Awso_rds.Values.ModifyDBSnapshotAttributeResult

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 Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services 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 Amazon Web Services accounts. Don't add the all value for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If the manual DB snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API operation. The accounts are returned as values for the restore attribute.

Sourcemodule ModifyDBSnapshotAttributeMessage = Awso_rds.Values.ModifyDBSnapshotAttributeMessage
Sourcemodule ModifyDBShardGroupMessage = Awso_rds.Values.ModifyDBShardGroupMessage

Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request.

Sourcemodule ModifyDBRecommendationMessage = Awso_rds.Values.ModifyDBRecommendationMessage

Updates the recommendation status and recommended action status for the specified recommendation.

Sourcemodule ModifyDBProxyTargetGroupResponse = Awso_rds.Values.ModifyDBProxyTargetGroupResponse

Modifies the properties of a DBProxyTargetGroup.

Sourcemodule ModifyDBProxyTargetGroupRequest = Awso_rds.Values.ModifyDBProxyTargetGroupRequest

Modifies the properties of a DBProxyTargetGroup.

Sourcemodule ModifyDBProxyResponse = Awso_rds.Values.ModifyDBProxyResponse

Changes the settings for an existing DB proxy.

Sourcemodule ModifyDBProxyRequest = Awso_rds.Values.ModifyDBProxyRequest

Changes the settings for an existing DB proxy.

Sourcemodule ModifyDBProxyEndpointResponse = Awso_rds.Values.ModifyDBProxyEndpointResponse

Changes the settings for an existing DB proxy endpoint.

Sourcemodule ModifyDBProxyEndpointRequest = Awso_rds.Values.ModifyDBProxyEndpointRequest

Changes the settings for an existing DB proxy endpoint.

Sourcemodule ModifyDBParameterGroupMessage = Awso_rds.Values.ModifyDBParameterGroupMessage
Sourcemodule ModifyDBInstanceResult = Awso_rds.Values.ModifyDBInstanceResult

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.

Sourcemodule ModifyDBInstanceMessage = Awso_rds.Values.ModifyDBInstanceMessage
Sourcemodule ModifyDBClusterSnapshotAttributeResult = Awso_rds.Values.ModifyDBClusterSnapshotAttributeResult

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 Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services 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 operation. The accounts are returned as values for the restore attribute.

Sourcemodule ModifyDBClusterSnapshotAttributeMessage = Awso_rds.Values.ModifyDBClusterSnapshotAttributeMessage
Sourcemodule ModifyDBClusterResult = Awso_rds.Values.ModifyDBClusterResult

Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster. You can change one or more settings by specifying these parameters and the new values in the request. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule ModifyDBClusterParameterGroupMessage = Awso_rds.Values.ModifyDBClusterParameterGroupMessage
Sourcemodule ModifyDBClusterMessage = Awso_rds.Values.ModifyDBClusterMessage
Sourcemodule ModifyDBClusterEndpointMessage = Awso_rds.Values.ModifyDBClusterEndpointMessage

Modifies the properties of an endpoint in an Amazon Aurora DB cluster. This operation only applies to Aurora DB clusters.

Sourcemodule ModifyCustomDBEngineVersionMessage = Awso_rds.Values.ModifyCustomDBEngineVersionMessage

Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling DescribeDBEngineVersions. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the ModifyCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the ModifyCustomDbEngineVersion event. For more information, see Modifying CEV status in the Amazon RDS User Guide.

Sourcemodule ModifyCurrentDBClusterCapacityMessage = Awso_rds.Values.ModifyCurrentDBClusterCapacityMessage

Set the capacity of an Aurora Serverless v1 DB cluster to a specific value. Aurora Serverless v1 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 v1 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 v1, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide. If you call ModifyCurrentDBClusterCapacity with the default TimeoutAction, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide. This operation only applies to Aurora Serverless v1 DB clusters.

Sourcemodule ModifyCertificatesResult = Awso_rds.Values.ModifyCertificatesResult

Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, 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 Amazon Web Services Region. RDS has already moved to a new default CA certificate for the specified Amazon Web Services 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 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 in the Amazon Aurora User Guide.

Sourcemodule ModifyCertificatesMessage = Awso_rds.Values.ModifyCertificatesMessage

Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, 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 Amazon Web Services Region. RDS has already moved to a new default CA certificate for the specified Amazon Web Services 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 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 in the Amazon Aurora User Guide.

Sourcemodule ModifyActivityStreamResponse = Awso_rds.Values.ModifyActivityStreamResponse

Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only, whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy, and then lock your activity stream. Restarting the activity stream isn't required. For more information, see Modifying a database activity stream in the Amazon RDS User Guide. This operation is supported for RDS for Oracle and Microsoft SQL Server.

Sourcemodule ModifyActivityStreamRequest = Awso_rds.Values.ModifyActivityStreamRequest

Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only, whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy, and then lock your activity stream. Restarting the activity stream isn't required. For more information, see Modifying a database activity stream in the Amazon RDS User Guide. This operation is supported for RDS for Oracle and Microsoft SQL Server.

Sourcemodule ListTagsForResourceMessage = Awso_rds.Values.ListTagsForResourceMessage
Sourcemodule InvalidDBSubnetStateFault = Awso_rds.Values.InvalidDBSubnetStateFault

The DB subnet isn't in the available state.

Sourcemodule GlobalClustersMessage = Awso_rds.Values.GlobalClustersMessage

Returns information about Aurora global database clusters. This API supports pagination. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.

Sourcemodule FailoverGlobalClusterResult = Awso_rds.Values.FailoverGlobalClusterResult

Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database. Switchover operations were previously called "managed planned failovers." Although this operation can be used either to fail over or to switch over a global database cluster, its intended use is for global database failover. To switch over a global database cluster, we recommend that you use the SwitchoverGlobalCluster operation instead. How you use this operation depends on whether you are failing over or switching over your global database cluster: Failing over - Specify the AllowDataLoss parameter and don't specify the Switchover parameter. Switching over - Specify the Switchover parameter or omit it, but don't specify the AllowDataLoss parameter. About failing over and switching over While failing over and switching over a global database cluster both change the primary DB cluster, you use these operations for different reasons: Failing over - Use this operation to respond to an unplanned event, such as a Regional disaster in the primary Region. Failing over can result in a loss of write transaction data that wasn't replicated to the chosen secondary before the failover event occurred. However, the recovery process that promotes a DB instance on the chosen seconday DB cluster to be the primary writer DB instance guarantees that the data is in a transactionally consistent state. For more information about failing over an Amazon Aurora global database, see Performing managed failovers for Aurora global databases in the Amazon Aurora User Guide. Switching over - Use this operation on a healthy global database cluster for planned events, such as Regional rotation or to fail back to the original primary DB cluster after a failover operation. With this operation, there is no data loss. For more information about switching over an Amazon Aurora global database, see Performing switchovers for Aurora global databases in the Amazon Aurora User Guide.

Sourcemodule FailoverGlobalClusterMessage = Awso_rds.Values.FailoverGlobalClusterMessage

Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database. Switchover operations were previously called "managed planned failovers." Although this operation can be used either to fail over or to switch over a global database cluster, its intended use is for global database failover. To switch over a global database cluster, we recommend that you use the SwitchoverGlobalCluster operation instead. How you use this operation depends on whether you are failing over or switching over your global database cluster: Failing over - Specify the AllowDataLoss parameter and don't specify the Switchover parameter. Switching over - Specify the Switchover parameter or omit it, but don't specify the AllowDataLoss parameter. About failing over and switching over While failing over and switching over a global database cluster both change the primary DB cluster, you use these operations for different reasons: Failing over - Use this operation to respond to an unplanned event, such as a Regional disaster in the primary Region. Failing over can result in a loss of write transaction data that wasn't replicated to the chosen secondary before the failover event occurred. However, the recovery process that promotes a DB instance on the chosen seconday DB cluster to be the primary writer DB instance guarantees that the data is in a transactionally consistent state. For more information about failing over an Amazon Aurora global database, see Performing managed failovers for Aurora global databases in the Amazon Aurora User Guide. Switching over - Use this operation on a healthy global database cluster for planned events, such as Regional rotation or to fail back to the original primary DB cluster after a failover operation. With this operation, there is no data loss. For more information about switching over an Amazon Aurora global database, see Performing switchovers for Aurora global databases in the Amazon Aurora User Guide.

Sourcemodule FailoverDBClusterResult = Awso_rds.Values.FailoverDBClusterResult

Forces a failover for a DB cluster. For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer). For a Multi-AZ DB cluster, after RDS terminates the primary DB instance, the internal monitoring system detects that the primary DB instance is unhealthy and promotes a readable standby (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer). Failover times are typically less than 35 seconds. An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists, when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readable standby DB instance when the primary DB instance fails. To simulate a failure of a primary instance for testing, you can force a failover. Because each instance in a DB cluster has its own endpoint address, make sure 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 DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule FailoverDBClusterMessage = Awso_rds.Values.FailoverDBClusterMessage
Sourcemodule ExportTasksMessage = Awso_rds.Values.ExportTasksMessage

Returns information about a snapshot or cluster export to Amazon S3. This API operation supports pagination.

Contains the result of a successful invocation of the DescribeEvents action.

Sourcemodule EventSubscriptionsMessage = Awso_rds.Values.EventSubscriptionsMessage

Data returned by the DescribeEventSubscriptions action.

Sourcemodule EventCategoriesMessage = Awso_rds.Values.EventCategoriesMessage

Data returned from the DescribeEventCategories operation.

Sourcemodule EnableHttpEndpointResponse = Awso_rds.Values.EnableHttpEndpointResponse

Enables the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, this endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the Aurora DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To enable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.

Sourcemodule EnableHttpEndpointRequest = Awso_rds.Values.EnableHttpEndpointRequest

Enables the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, this endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the Aurora DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To enable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.

Sourcemodule DownloadDBLogFilePortionMessage = Awso_rds.Values.DownloadDBLogFilePortionMessage
Sourcemodule DownloadDBLogFilePortionDetails = Awso_rds.Values.DownloadDBLogFilePortionDetails

This data type is used as a response element to DownloadDBLogFilePortion.

Sourcemodule DisableHttpEndpointResponse = Awso_rds.Values.DisableHttpEndpointResponse

Disables the HTTP endpoint for the specified DB cluster. Disabling this endpoint disables RDS Data API. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.

Sourcemodule DisableHttpEndpointRequest = Awso_rds.Values.DisableHttpEndpointRequest

Disables the HTTP endpoint for the specified DB cluster. Disabling this endpoint disables RDS Data API. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.

Sourcemodule DescribeValidDBInstanceModificationsResult = Awso_rds.Values.DescribeValidDBInstanceModificationsResult

You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance. This command doesn't apply to RDS Custom.

Sourcemodule DescribeValidDBInstanceModificationsMessage = Awso_rds.Values.DescribeValidDBInstanceModificationsMessage
Sourcemodule DescribeTenantDatabasesMessage = Awso_rds.Values.DescribeTenantDatabasesMessage

Describes the tenant databases in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle CDB instances are supported.

Sourcemodule DescribeSourceRegionsMessage = Awso_rds.Values.DescribeSourceRegionsMessage
Sourcemodule DescribeServerlessV2PlatformVersionsMessage = Awso_rds.Values.DescribeServerlessV2PlatformVersionsMessage
Sourcemodule DescribeReservedDBInstancesOfferingsMessage = Awso_rds.Values.DescribeReservedDBInstancesOfferingsMessage
Sourcemodule DescribeReservedDBInstancesMessage = Awso_rds.Values.DescribeReservedDBInstancesMessage
Sourcemodule DescribePendingMaintenanceActionsMessage = Awso_rds.Values.DescribePendingMaintenanceActionsMessage
Sourcemodule DescribeOrderableDBInstanceOptionsMessage = Awso_rds.Values.DescribeOrderableDBInstanceOptionsMessage
Sourcemodule DescribeOptionGroupsMessage = Awso_rds.Values.DescribeOptionGroupsMessage
Sourcemodule DescribeOptionGroupOptionsMessage = Awso_rds.Values.DescribeOptionGroupOptionsMessage
Sourcemodule DescribeIntegrationsResponse = Awso_rds.Values.DescribeIntegrationsResponse

Describe one or more zero-ETL integrations with Amazon Redshift.

Sourcemodule DescribeIntegrationsMessage = Awso_rds.Values.DescribeIntegrationsMessage

Describe one or more zero-ETL integrations with Amazon Redshift.

Sourcemodule DescribeGlobalClustersMessage = Awso_rds.Values.DescribeGlobalClustersMessage

Returns information about Aurora global database clusters. This API supports pagination. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.

Sourcemodule DescribeExportTasksMessage = Awso_rds.Values.DescribeExportTasksMessage

Returns information about a snapshot or cluster export to Amazon S3. This API operation supports pagination.

Sourcemodule DescribeEventsMessage = Awso_rds.Values.DescribeEventsMessage
Sourcemodule DescribeEventSubscriptionsMessage = Awso_rds.Values.DescribeEventSubscriptionsMessage
Sourcemodule DescribeEventCategoriesMessage = Awso_rds.Values.DescribeEventCategoriesMessage
Sourcemodule DescribeEngineDefaultParametersResult = Awso_rds.Values.DescribeEngineDefaultParametersResult

Returns the default engine and system parameter information for the specified database engine.

Sourcemodule DescribeEngineDefaultParametersMessage = Awso_rds.Values.DescribeEngineDefaultParametersMessage
Sourcemodule DescribeEngineDefaultClusterParametersResult = Awso_rds.Values.DescribeEngineDefaultClusterParametersResult

Returns the default engine and system parameter information for the cluster database engine. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

Sourcemodule DescribeEngineDefaultClusterParametersMessage = Awso_rds.Values.DescribeEngineDefaultClusterParametersMessage
Sourcemodule DescribeDBSubnetGroupsMessage = Awso_rds.Values.DescribeDBSubnetGroupsMessage
Sourcemodule DescribeDBSnapshotsMessage = Awso_rds.Values.DescribeDBSnapshotsMessage
Sourcemodule DescribeDBSnapshotTenantDatabasesMessage = Awso_rds.Values.DescribeDBSnapshotTenantDatabasesMessage

Describes the tenant databases that exist in a DB snapshot. This command only applies to RDS for Oracle DB instances in the multi-tenant configuration. You can use this command to inspect the tenant databases within a snapshot before restoring it. You can't directly interact with the tenant databases in a DB snapshot. If you restore a snapshot that was taken from DB instance using the multi-tenant configuration, you restore all its tenant databases.

Sourcemodule DescribeDBSnapshotAttributesResult = Awso_rds.Values.DescribeDBSnapshotAttributesResult

Returns a list of DB snapshot attribute names and values for a manual DB snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services 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 Amazon Web Services accounts. To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

Sourcemodule DescribeDBSnapshotAttributesMessage = Awso_rds.Values.DescribeDBSnapshotAttributesMessage
Sourcemodule DescribeDBShardGroupsResponse = Awso_rds.Values.DescribeDBShardGroupsResponse

Describes existing Aurora Limitless Database DB shard groups.

Sourcemodule DescribeDBShardGroupsMessage = Awso_rds.Values.DescribeDBShardGroupsMessage

Describes existing Aurora Limitless Database DB shard groups.

Sourcemodule DescribeDBSecurityGroupsMessage = Awso_rds.Values.DescribeDBSecurityGroupsMessage
Sourcemodule DescribeDBRecommendationsMessage = Awso_rds.Values.DescribeDBRecommendationsMessage

Describes the recommendations to resolve the issues for your DB instances, DB clusters, and DB parameter groups.

Sourcemodule DescribeDBProxyTargetsResponse = Awso_rds.Values.DescribeDBProxyTargetsResponse

Returns information about DBProxyTarget objects. This API supports pagination.

Sourcemodule DescribeDBProxyTargetsRequest = Awso_rds.Values.DescribeDBProxyTargetsRequest

Returns information about DBProxyTarget objects. This API supports pagination.

Sourcemodule DescribeDBProxyTargetGroupsResponse = Awso_rds.Values.DescribeDBProxyTargetGroupsResponse

Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.

Sourcemodule DescribeDBProxyTargetGroupsRequest = Awso_rds.Values.DescribeDBProxyTargetGroupsRequest

Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.

Sourcemodule DescribeDBProxyEndpointsResponse = Awso_rds.Values.DescribeDBProxyEndpointsResponse

Returns information about DB proxy endpoints.

Sourcemodule DescribeDBProxyEndpointsRequest = Awso_rds.Values.DescribeDBProxyEndpointsRequest

Returns information about DB proxy endpoints.

Sourcemodule DescribeDBProxiesResponse = Awso_rds.Values.DescribeDBProxiesResponse

Returns information about DB proxies.

Sourcemodule DescribeDBProxiesRequest = Awso_rds.Values.DescribeDBProxiesRequest

Returns information about DB proxies.

Sourcemodule DescribeDBParametersMessage = Awso_rds.Values.DescribeDBParametersMessage
Sourcemodule DescribeDBParameterGroupsMessage = Awso_rds.Values.DescribeDBParameterGroupsMessage
Sourcemodule DescribeDBMajorEngineVersionsResponse = Awso_rds.Values.DescribeDBMajorEngineVersionsResponse

Describes the properties of specific major versions of DB engines.

Sourcemodule DescribeDBMajorEngineVersionsRequest = Awso_rds.Values.DescribeDBMajorEngineVersionsRequest

Describes the properties of specific major versions of DB engines.

Sourcemodule DescribeDBLogFilesResponse = Awso_rds.Values.DescribeDBLogFilesResponse

The response from a call to DescribeDBLogFiles.

Sourcemodule DescribeDBLogFilesMessage = Awso_rds.Values.DescribeDBLogFilesMessage
Sourcemodule DescribeDBInstancesMessage = Awso_rds.Values.DescribeDBInstancesMessage
Sourcemodule DescribeDBInstanceAutomatedBackupsMessage = Awso_rds.Values.DescribeDBInstanceAutomatedBackupsMessage

Parameter input for DescribeDBInstanceAutomatedBackups.

Sourcemodule DescribeDBEngineVersionsMessage = Awso_rds.Values.DescribeDBEngineVersionsMessage
Sourcemodule DescribeDBClustersMessage = Awso_rds.Values.DescribeDBClustersMessage
Sourcemodule DescribeDBClusterSnapshotsMessage = Awso_rds.Values.DescribeDBClusterSnapshotsMessage
Sourcemodule DescribeDBClusterSnapshotAttributesResult = Awso_rds.Values.DescribeDBClusterSnapshotAttributesResult

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services 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 Amazon Web Services accounts. To add or remove access for an Amazon Web Services 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.

Sourcemodule DescribeDBClusterSnapshotAttributesMessage = Awso_rds.Values.DescribeDBClusterSnapshotAttributesMessage
Sourcemodule DescribeDBClusterParametersMessage = Awso_rds.Values.DescribeDBClusterParametersMessage
Sourcemodule DescribeDBClusterParameterGroupsMessage = Awso_rds.Values.DescribeDBClusterParameterGroupsMessage
Sourcemodule DescribeDBClusterEndpointsMessage = Awso_rds.Values.DescribeDBClusterEndpointsMessage

Returns information about endpoints for an Amazon Aurora DB cluster. This action only applies to Aurora DB clusters.

Sourcemodule DescribeDBClusterBacktracksMessage = Awso_rds.Values.DescribeDBClusterBacktracksMessage
Sourcemodule DescribeDBClusterAutomatedBackupsMessage = Awso_rds.Values.DescribeDBClusterAutomatedBackupsMessage

Displays backups for both current and deleted DB clusters. For example, use this operation to find details about automated backups for previously deleted clusters. Current clusters are returned for both the DescribeDBClusterAutomatedBackups and DescribeDBClusters operations. All parameters are optional.

Sourcemodule DescribeCertificatesMessage = Awso_rds.Values.DescribeCertificatesMessage
Sourcemodule DescribeBlueGreenDeploymentsResponse = Awso_rds.Values.DescribeBlueGreenDeploymentsResponse

Describes one or more blue/green deployments. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule DescribeBlueGreenDeploymentsRequest = Awso_rds.Values.DescribeBlueGreenDeploymentsRequest

Describes one or more blue/green deployments. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule DescribeAccountAttributesMessage = Awso_rds.Values.DescribeAccountAttributesMessage
Sourcemodule DeregisterDBProxyTargetsResponse = Awso_rds.Values.DeregisterDBProxyTargetsResponse

Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.

Sourcemodule DeregisterDBProxyTargetsRequest = Awso_rds.Values.DeregisterDBProxyTargetsRequest

Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.

Sourcemodule DeleteTenantDatabaseResult = Awso_rds.Values.DeleteTenantDatabaseResult

Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances. You can't delete a tenant database when it is the only tenant in the DB instance.

Sourcemodule DeleteTenantDatabaseMessage = Awso_rds.Values.DeleteTenantDatabaseMessage

Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances. You can't delete a tenant database when it is the only tenant in the DB instance.

Sourcemodule DeleteOptionGroupMessage = Awso_rds.Values.DeleteOptionGroupMessage
Sourcemodule DeleteIntegrationMessage = Awso_rds.Values.DeleteIntegrationMessage

Deletes a zero-ETL integration with Amazon Redshift.

Sourcemodule DeleteGlobalClusterResult = Awso_rds.Values.DeleteGlobalClusterResult

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.

Sourcemodule DeleteGlobalClusterMessage = Awso_rds.Values.DeleteGlobalClusterMessage

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.

Sourcemodule DeleteEventSubscriptionResult = Awso_rds.Values.DeleteEventSubscriptionResult

Deletes an RDS event notification subscription.

Sourcemodule DeleteEventSubscriptionMessage = Awso_rds.Values.DeleteEventSubscriptionMessage
Sourcemodule DeleteDBSubnetGroupMessage = Awso_rds.Values.DeleteDBSubnetGroupMessage
Sourcemodule DeleteDBSnapshotResult = Awso_rds.Values.DeleteDBSnapshotResult

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.

Sourcemodule DeleteDBSnapshotMessage = Awso_rds.Values.DeleteDBSnapshotMessage
Sourcemodule DeleteDBShardGroupMessage = Awso_rds.Values.DeleteDBShardGroupMessage

Deletes an Aurora Limitless Database DB shard group.

Sourcemodule DeleteDBSecurityGroupMessage = Awso_rds.Values.DeleteDBSecurityGroupMessage
Sourcemodule DeleteDBProxyResponse = Awso_rds.Values.DeleteDBProxyResponse

Deletes an existing DB proxy.

Sourcemodule DeleteDBProxyRequest = Awso_rds.Values.DeleteDBProxyRequest

Deletes an existing DB proxy.

Sourcemodule DeleteDBProxyEndpointResponse = Awso_rds.Values.DeleteDBProxyEndpointResponse

Deletes a DBProxyEndpoint. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.

Sourcemodule DeleteDBProxyEndpointRequest = Awso_rds.Values.DeleteDBProxyEndpointRequest

Deletes a DBProxyEndpoint. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.

Sourcemodule DeleteDBParameterGroupMessage = Awso_rds.Values.DeleteDBParameterGroupMessage
Sourcemodule DeleteDBInstanceResult = Awso_rds.Values.DeleteDBInstanceResult

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. However, manual DB snapshots of the DB instance aren't deleted. If you request a final DB snapshot, the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. This operation can't be canceled or reverted after it begins. To monitor the status of this operation, use DescribeDBInstance. 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 use the PromoteReadReplicaDBCluster operation to promote the DB cluster so that it's no longer a read replica. After the promotion completes, use the DeleteDBInstance operation to delete the final instance in the DB cluster. For RDS Custom DB instances, deleting the DB instance permanently deletes the EC2 instance and the associated EBS volumes. Make sure that you don't terminate or delete these resources before you delete the DB instance. Otherwise, deleting the DB instance and creation of the final snapshot might fail.

Sourcemodule DeleteDBInstanceMessage = Awso_rds.Values.DeleteDBInstanceMessage
Sourcemodule DeleteDBInstanceAutomatedBackupResult = Awso_rds.Values.DeleteDBInstanceAutomatedBackupResult

Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.

Sourcemodule DeleteDBInstanceAutomatedBackupMessage = Awso_rds.Values.DeleteDBInstanceAutomatedBackupMessage

Parameter input for the DeleteDBInstanceAutomatedBackup operation.

Sourcemodule DeleteDBClusterSnapshotResult = Awso_rds.Values.DeleteDBClusterSnapshotResult

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? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule DeleteDBClusterSnapshotMessage = Awso_rds.Values.DeleteDBClusterSnapshotMessage
Sourcemodule DeleteDBClusterResult = Awso_rds.Values.DeleteDBClusterResult

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. If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are terminated and read replicas are promoted to standalone instances. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule DeleteDBClusterParameterGroupMessage = Awso_rds.Values.DeleteDBClusterParameterGroupMessage
Sourcemodule DeleteDBClusterMessage = Awso_rds.Values.DeleteDBClusterMessage
Sourcemodule DeleteDBClusterEndpointMessage = Awso_rds.Values.DeleteDBClusterEndpointMessage

Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster. This action only applies to Aurora DB clusters.

Sourcemodule DeleteDBClusterAutomatedBackupResult = Awso_rds.Values.DeleteDBClusterAutomatedBackupResult

Deletes automated backups using the DbClusterResourceId value of the source DB cluster or the Amazon Resource Name (ARN) of the automated backups.

Sourcemodule DeleteDBClusterAutomatedBackupMessage = Awso_rds.Values.DeleteDBClusterAutomatedBackupMessage

Deletes automated backups using the DbClusterResourceId value of the source DB cluster or the Amazon Resource Name (ARN) of the automated backups.

Sourcemodule DeleteCustomDBEngineVersionMessage = Awso_rds.Values.DeleteCustomDBEngineVersionMessage

Deletes a custom engine version. To run this command, make sure you meet the following prerequisites: The CEV must not be the default for RDS Custom. If it is, change the default before running this command. The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot, or automated backup of your RDS Custom instance. Typically, deletion takes a few minutes. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the DeleteCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the DeleteCustomDbEngineVersion event. For more information, see Deleting a CEV in the Amazon RDS User Guide.

Sourcemodule DeleteBlueGreenDeploymentResponse = Awso_rds.Values.DeleteBlueGreenDeploymentResponse

Deletes a blue/green deployment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule DeleteBlueGreenDeploymentRequest = Awso_rds.Values.DeleteBlueGreenDeploymentRequest

Deletes a blue/green deployment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule DBSubnetGroupMessage = Awso_rds.Values.DBSubnetGroupMessage

Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

Sourcemodule DBSnapshotTenantDatabasesMessage = Awso_rds.Values.DBSnapshotTenantDatabasesMessage

Describes the tenant databases that exist in a DB snapshot. This command only applies to RDS for Oracle DB instances in the multi-tenant configuration. You can use this command to inspect the tenant databases within a snapshot before restoring it. You can't directly interact with the tenant databases in a DB snapshot. If you restore a snapshot that was taken from DB instance using the multi-tenant configuration, you restore all its tenant databases.

Sourcemodule DBSnapshotMessage = Awso_rds.Values.DBSnapshotMessage

Contains the result of a successful invocation of the DescribeDBSnapshots action.

Sourcemodule DBSecurityGroupMessage = Awso_rds.Values.DBSecurityGroupMessage

Contains the result of a successful invocation of the DescribeDBSecurityGroups action.

Sourcemodule DBRecommendationsMessage = Awso_rds.Values.DBRecommendationsMessage

Describes the recommendations to resolve the issues for your DB instances, DB clusters, and DB parameter groups.

Sourcemodule DBRecommendationMessage = Awso_rds.Values.DBRecommendationMessage

Updates the recommendation status and recommended action status for the specified recommendation.

Sourcemodule DBParameterGroupsMessage = Awso_rds.Values.DBParameterGroupsMessage

Contains the result of a successful invocation of the DescribeDBParameterGroups action.

Sourcemodule DBParameterGroupNameMessage = Awso_rds.Values.DBParameterGroupNameMessage

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup operation.

Sourcemodule DBParameterGroupDetails = Awso_rds.Values.DBParameterGroupDetails

Contains the result of a successful invocation of the DescribeDBParameters action.

Sourcemodule DBInstanceRoleQuotaExceededFault = Awso_rds.Values.DBInstanceRoleQuotaExceededFault

You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.

Sourcemodule DBInstanceRoleNotFoundFault = Awso_rds.Values.DBInstanceRoleNotFoundFault

The specified RoleArn value doesn't match the specified feature for the DB instance.

Sourcemodule DBInstanceRoleAlreadyExistsFault = Awso_rds.Values.DBInstanceRoleAlreadyExistsFault

The specified RoleArn or FeatureName value is already associated with the DB instance.

Sourcemodule DBInstanceMessage = Awso_rds.Values.DBInstanceMessage

Contains the result of a successful invocation of the DescribeDBInstances action.

Sourcemodule DBInstanceAutomatedBackupMessage = Awso_rds.Values.DBInstanceAutomatedBackupMessage

Contains the result of a successful invocation of the DescribeDBInstanceAutomatedBackups action.

Sourcemodule DBEngineVersionMessage = Awso_rds.Values.DBEngineVersionMessage

Contains the result of a successful invocation of the DescribeDBEngineVersions action.

Sourcemodule DBClusterSnapshotMessage = Awso_rds.Values.DBClusterSnapshotMessage

Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.

Sourcemodule DBClusterRoleQuotaExceededFault = Awso_rds.Values.DBClusterRoleQuotaExceededFault

You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.

Sourcemodule DBClusterRoleNotFoundFault = Awso_rds.Values.DBClusterRoleNotFoundFault

The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.

Sourcemodule DBClusterRoleAlreadyExistsFault = Awso_rds.Values.DBClusterRoleAlreadyExistsFault

The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.

Sourcemodule DBClusterParameterGroupsMessage = Awso_rds.Values.DBClusterParameterGroupsMessage
Sourcemodule DBClusterParameterGroupNameMessage = Awso_rds.Values.DBClusterParameterGroupNameMessage
Sourcemodule DBClusterParameterGroupDetails = Awso_rds.Values.DBClusterParameterGroupDetails

Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.

Sourcemodule DBClusterMessage = Awso_rds.Values.DBClusterMessage

Contains the result of a successful invocation of the DescribeDBClusters action.

Sourcemodule DBClusterEndpointMessage = Awso_rds.Values.DBClusterEndpointMessage

Returns information about endpoints for an Amazon Aurora DB cluster. This action only applies to Aurora DB clusters.

Sourcemodule DBClusterCapacityInfo = Awso_rds.Values.DBClusterCapacityInfo

Set the capacity of an Aurora Serverless v1 DB cluster to a specific value. Aurora Serverless v1 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 v1 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 v1, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide. If you call ModifyCurrentDBClusterCapacity with the default TimeoutAction, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide. This operation only applies to Aurora Serverless v1 DB clusters.

Sourcemodule DBClusterBacktrackMessage = Awso_rds.Values.DBClusterBacktrackMessage

Contains the result of a successful invocation of the DescribeDBClusterBacktracks action.

Sourcemodule DBClusterAutomatedBackupMessage = Awso_rds.Values.DBClusterAutomatedBackupMessage

Displays backups for both current and deleted DB clusters. For example, use this operation to find details about automated backups for previously deleted clusters. Current clusters are returned for both the DescribeDBClusterAutomatedBackups and DescribeDBClusters operations. All parameters are optional.

Sourcemodule CreateTenantDatabaseResult = Awso_rds.Values.CreateTenantDatabaseResult

Creates a tenant database in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle container database (CDB) instances are supported.

Sourcemodule CreateTenantDatabaseMessage = Awso_rds.Values.CreateTenantDatabaseMessage

Creates a tenant database in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle container database (CDB) instances are supported.

Sourcemodule CreateOptionGroupResult = Awso_rds.Values.CreateOptionGroupResult

Creates a new option group. You can create up to 20 option groups. This command doesn't apply to RDS Custom.

Sourcemodule CreateOptionGroupMessage = Awso_rds.Values.CreateOptionGroupMessage
Sourcemodule CreateIntegrationMessage = Awso_rds.Values.CreateIntegrationMessage

Creates a zero-ETL integration with Amazon Redshift.

Sourcemodule CreateGlobalClusterResult = Awso_rds.Values.CreateGlobalClusterResult

Creates an Aurora global database spread across multiple Amazon Web Services 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 create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.

Sourcemodule CreateGlobalClusterMessage = Awso_rds.Values.CreateGlobalClusterMessage

Creates an Aurora global database spread across multiple Amazon Web Services 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 create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.

Sourcemodule CreateEventSubscriptionResult = Awso_rds.Values.CreateEventSubscriptionResult

Creates an RDS event notification subscription. This operation 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 SourceIds = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify SourceIds, 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 SourceIds, you are notified of events generated from all RDS sources belonging to your customer account. For more information about subscribing to an event for RDS DB engines, see Subscribing to Amazon RDS event notification in the Amazon RDS User Guide. For more information about subscribing to an event for Aurora DB engines, see Subscribing to Amazon RDS event notification in the Amazon Aurora User Guide.

Sourcemodule CreateEventSubscriptionMessage = Awso_rds.Values.CreateEventSubscriptionMessage
Sourcemodule CreateDBSubnetGroupResult = Awso_rds.Values.CreateDBSubnetGroupResult

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.

Sourcemodule CreateDBSubnetGroupMessage = Awso_rds.Values.CreateDBSubnetGroupMessage
Sourcemodule CreateDBSnapshotResult = Awso_rds.Values.CreateDBSnapshotResult

Creates a snapshot of a DB instance. The source DB instance must be in the available or storage-optimization state.

Sourcemodule CreateDBSnapshotMessage = Awso_rds.Values.CreateDBSnapshotMessage
Sourcemodule CreateDBShardGroupMessage = Awso_rds.Values.CreateDBShardGroupMessage

Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group. Valid for: Aurora DB clusters only

Sourcemodule CreateDBSecurityGroupResult = Awso_rds.Values.CreateDBSecurityGroupResult

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. EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide, the blog EC2-Classic Networking is Retiring – Here’s How to Prepare, and Moving a DB instance not in a VPC into a VPC in the Amazon RDS User Guide.

Sourcemodule CreateDBSecurityGroupMessage = Awso_rds.Values.CreateDBSecurityGroupMessage
Sourcemodule CreateDBProxyResponse = Awso_rds.Values.CreateDBProxyResponse

Creates a new DB proxy.

Sourcemodule CreateDBProxyRequest = Awso_rds.Values.CreateDBProxyRequest

Creates a new DB proxy.

Sourcemodule CreateDBProxyEndpointResponse = Awso_rds.Values.CreateDBProxyEndpointResponse

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

Sourcemodule CreateDBProxyEndpointRequest = Awso_rds.Values.CreateDBProxyEndpointRequest

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

Sourcemodule CreateDBParameterGroupResult = Awso_rds.Values.CreateDBParameterGroupResult

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. This command doesn't apply to RDS Custom.

Sourcemodule CreateDBParameterGroupMessage = Awso_rds.Values.CreateDBParameterGroupMessage
Sourcemodule CreateDBInstanceResult = Awso_rds.Values.CreateDBInstanceResult

Creates a new DB instance. The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster. For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance to the cluster. For more information about creating an RDS DB instance, see Creating an Amazon RDS DB instance in the Amazon RDS User Guide. For more information about creating a DB instance in an Aurora DB cluster, see Creating an Amazon Aurora DB cluster in the Amazon Aurora User Guide.

Sourcemodule CreateDBInstanceReadReplicaResult = Awso_rds.Values.CreateDBInstanceReadReplicaResult

Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the CreateDBInstance operation. RDS creates read replicas with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified. Your source DB instance or cluster must have backup retention enabled.

Sourcemodule CreateDBInstanceReadReplicaMessage = Awso_rds.Values.CreateDBInstanceReadReplicaMessage
Sourcemodule CreateDBInstanceMessage = Awso_rds.Values.CreateDBInstanceMessage
Sourcemodule CreateDBClusterSnapshotResult = Awso_rds.Values.CreateDBClusterSnapshotResult

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule CreateDBClusterSnapshotMessage = Awso_rds.Values.CreateDBClusterSnapshotMessage
Sourcemodule CreateDBClusterResult = Awso_rds.Values.CreateDBClusterResult

Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide. You can use the WithExpressConfiguration parameter to create an Aurora DB Cluster with express configuration and create cluster in seconds. Express configuration provides a cluster with a writer instance and feature specific values set to all other input parameters of this API.

Sourcemodule CreateDBClusterParameterGroupResult = Awso_rds.Values.CreateDBClusterParameterGroupResult

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 Aurora DB cluster, reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect. When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot 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 or the DescribeDBClusterParameters operation to verify that your DB cluster parameter group has been created or modified. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule CreateDBClusterParameterGroupMessage = Awso_rds.Values.CreateDBClusterParameterGroupMessage
Sourcemodule CreateDBClusterMessage = Awso_rds.Values.CreateDBClusterMessage
Sourcemodule CreateDBClusterEndpointMessage = Awso_rds.Values.CreateDBClusterEndpointMessage

Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster. This action applies only to Aurora DB clusters.

Sourcemodule CreateCustomDBEngineVersionMessage = Awso_rds.Values.CreateCustomDBEngineVersionMessage

Creates a custom DB engine version (CEV).

Sourcemodule CreateBlueGreenDeploymentResponse = Awso_rds.Values.CreateBlueGreenDeploymentResponse

Creates a blue/green deployment. A blue/green deployment creates a staging environment that copies the production environment. In a blue/green deployment, the blue environment is the current production environment. The green environment is the staging environment, and it stays in sync with the current production environment. You can make changes to the databases in the green environment without affecting production workloads. For example, you can upgrade the major or minor DB engine version, change database parameters, or make schema changes in the staging environment. You can thoroughly test changes in the green environment. When ready, you can switch over the environments to promote the green environment to be the new production environment. The switchover typically takes under a minute. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule CreateBlueGreenDeploymentRequest = Awso_rds.Values.CreateBlueGreenDeploymentRequest

Creates a blue/green deployment. A blue/green deployment creates a staging environment that copies the production environment. In a blue/green deployment, the blue environment is the current production environment. The green environment is the staging environment, and it stays in sync with the current production environment. You can make changes to the databases in the green environment without affecting production workloads. For example, you can upgrade the major or minor DB engine version, change database parameters, or make schema changes in the staging environment. You can thoroughly test changes in the green environment. When ready, you can switch over the environments to promote the green environment to be the new production environment. The switchover typically takes under a minute. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcemodule CopyOptionGroupResult = Awso_rds.Values.CopyOptionGroupResult

Copies the specified option group.

Sourcemodule CopyOptionGroupMessage = Awso_rds.Values.CopyOptionGroupMessage
Sourcemodule CopyDBSnapshotResult = Awso_rds.Values.CopyDBSnapshotResult

Copies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot operation is the destination Amazon Web Services Region for the DB snapshot copy. This command doesn't apply to RDS Custom. For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.

Sourcemodule CopyDBSnapshotMessage = Awso_rds.Values.CopyDBSnapshotMessage
Sourcemodule CopyDBParameterGroupResult = Awso_rds.Values.CopyDBParameterGroupResult

Copies the specified DB parameter group. You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default parameters and values for the specified DB parameter group family.

Sourcemodule CopyDBParameterGroupMessage = Awso_rds.Values.CopyDBParameterGroupMessage
Sourcemodule CopyDBClusterSnapshotResult = Awso_rds.Values.CopyDBClusterSnapshotResult

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 Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the CopyDBClusterSnapshot operation is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values: KmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. TargetDBClusterSnapshotIdentifier - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services 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 Amazon Web Services Region and is the same value as the SourceDBClusterSnapshotIdentifier in the presigned 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 Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see Copying a Snapshot in the Amazon Aurora User Guide. For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Sourcemodule CopyDBClusterSnapshotMessage = Awso_rds.Values.CopyDBClusterSnapshotMessage
Sourcemodule CopyDBClusterParameterGroupResult = Awso_rds.Values.CopyDBClusterParameterGroupResult

Copies the specified DB cluster parameter group. You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.

Sourcemodule CopyDBClusterParameterGroupMessage = Awso_rds.Values.CopyDBClusterParameterGroupMessage

Copies the specified DB cluster parameter group. You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.

Sourcemodule CertificateMessage = Awso_rds.Values.CertificateMessage

Data returned by the DescribeCertificates action.

Sourcemodule CancelExportTaskMessage = Awso_rds.Values.CancelExportTaskMessage

Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3. Any data that has already been written to the S3 bucket isn't removed.

Sourcemodule BacktrackDBClusterMessage = Awso_rds.Values.BacktrackDBClusterMessage
Sourcemodule AuthorizeDBSecurityGroupIngressResult = Awso_rds.Values.AuthorizeDBSecurityGroupIngressResult

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 Amazon Web Services 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. EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide, the blog EC2-Classic Networking is Retiring – Here’s How to Prepare, and Moving a DB instance not in a VPC into a VPC in the Amazon RDS User Guide.

Sourcemodule AuthorizeDBSecurityGroupIngressMessage = Awso_rds.Values.AuthorizeDBSecurityGroupIngressMessage
Sourcemodule ApplyPendingMaintenanceActionResult = Awso_rds.Values.ApplyPendingMaintenanceActionResult

Applies a pending maintenance action to a resource (for example, to a DB instance).

Sourcemodule ApplyPendingMaintenanceActionMessage = Awso_rds.Values.ApplyPendingMaintenanceActionMessage
Sourcemodule AddTagsToResourceMessage = Awso_rds.Values.AddTagsToResourceMessage
Sourcemodule AddSourceIdentifierToSubscriptionResult = Awso_rds.Values.AddSourceIdentifierToSubscriptionResult

Adds a source identifier to an existing RDS event notification subscription.

Sourcemodule AddSourceIdentifierToSubscriptionMessage = Awso_rds.Values.AddSourceIdentifierToSubscriptionMessage
Sourcemodule AddRoleToDBInstanceMessage = Awso_rds.Values.AddRoleToDBInstanceMessage

Associates an Amazon Web Services 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. This command doesn't apply to RDS Custom.

Sourcemodule AddRoleToDBClusterMessage = Awso_rds.Values.AddRoleToDBClusterMessage

Associates an Identity and Access Management (IAM) role with a DB cluster.

Sourcemodule AccountAttributesMessage = Awso_rds.Values.AccountAttributesMessage

Data returned by the DescribeAccountAttributes action.